@charset "UTF-8";.qt-datepicker{position:relative;display:inline-block;width:100%}.qt-datepicker__trigger{width:100%;height:40px;display:flex;align-items:center;justify-content:space-between;gap:8px;background:#fff;border:1px solid #EAECF0;border-radius:6px;box-shadow:inset 0 1px 2px #1018280d;padding:0 14px;font-size:14px;color:#101828;font-family:inherit;cursor:pointer;text-align:left}.qt-datepicker__trigger:hover{border-color:#d0d5dd}.qt-datepicker__trigger:focus,.qt-datepicker__trigger[aria-expanded=true]{outline:2px solid rgba(22,164,250,.12);border-color:#16a4fa}.qt-datepicker__trigger:disabled{background:#f9fafb;color:#98a2b3;cursor:not-allowed}.qt-datepicker__trigger svg{color:#667085;flex-shrink:0}.qt-datepicker__placeholder{color:#98a2b3}.qt-datepicker__value{color:#101828}.qt-datepicker__panel{position:absolute;top:calc(100% + 6px);left:0;z-index:400;width:260px;background:#fff;border:1px solid #EAECF0;border-radius:8px;box-shadow:0 12px 32px #10182824;padding:14px}.qt-datepicker__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.qt-datepicker__title{font-size:14px;font-weight:600;color:#101828}.qt-datepicker__nav{display:inline-flex;gap:4px}.qt-datepicker__nav button{width:22px;height:22px;background:transparent;border:0;color:#475467;font-size:16px;line-height:1;cursor:pointer;border-radius:4px;display:inline-flex;align-items:center;justify-content:center}.qt-datepicker__nav button:hover{background:#f2f4f7;color:#101828}.qt-datepicker__weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.qt-datepicker__weekday{font-size:.72rem;color:#667085;text-align:center}.qt-datepicker__grid{display:grid;grid-template-columns:repeat(7,1fr);row-gap:2px}.qt-datepicker__cell{height:30px;background:transparent;border:0;color:#344054;font-size:.85rem;font-family:inherit;cursor:pointer;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;padding:0}.qt-datepicker__cell:hover{background:#f2f4f7}.qt-datepicker__cell--empty{cursor:default}.qt-datepicker__cell--empty:hover{background:transparent}.qt-datepicker__cell--today{position:relative}.qt-datepicker__cell--today:after{content:"";position:absolute;bottom:2px;width:4px;height:4px;border-radius:50%;background:#16a4fa}.qt-datepicker__cell--selected,.qt-datepicker__cell--selected:hover{background:#16a4fa;color:#fff}.qt-dtrp{position:relative;display:block}.qt-dtrp__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:36px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;background:#fff;border:1px solid #D0D5DD;border-radius:6px;color:#101828;font:inherit;font-size:14px;cursor:pointer;text-align:left;transition:border-color .12s ease,box-shadow .12s ease;font-variant-numeric:tabular-nums}.qt-dtrp__trigger:hover{border-color:#98a2b3}.qt-dtrp__trigger:focus-visible,.qt-dtrp__trigger[aria-expanded=true]{outline:none;border-color:#1283c8;box-shadow:0 0 0 3px #16a4fa26}.qt-dtrp__trigger-icon{color:#667085;flex:0 0 auto;display:inline-flex}.qt-dtrp__trigger-text{color:#101828;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto}.qt-dtrp__trigger-placeholder{color:#98a2b3;flex:1 1 auto}.qt-dtrp__panel{position:fixed;z-index:1200;width:360px;background:#fff;border:1px solid #EAECF0;border-radius:10px;box-shadow:0 12px 32px #10182829;padding:14px;display:flex;flex-direction:column;gap:10px}.qt-dtrp__row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.qt-dtrp__field{position:relative;display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 10px;background:#fff;border:1px solid #D0D5DD;border-radius:6px;font-size:13px;color:#101828;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease;font-variant-numeric:tabular-nums;overflow:hidden}.qt-dtrp__field:hover{border-color:#98a2b3}.qt-dtrp__field--focused{border-color:#1283c8;box-shadow:0 0 0 3px #16a4fa26}.qt-dtrp__field-text{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-dtrp__field-icon{color:#667085;flex:0 0 auto;display:inline-flex;pointer-events:none}.qt-dtrp__hidden-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;border:0;background:transparent;cursor:pointer;padding:0;margin:0}.qt-dtrp__hidden-input::-webkit-calendar-picker-indicator{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:pointer;color:transparent;background:transparent}.qt-dtrp__divider{height:1px;background:#eaecf0;margin:2px -14px 4px}.qt-dtrp__cal-head{display:flex;align-items:center;justify-content:space-between;padding:0 2px}.qt-dtrp__cal-title{font-size:14px;font-weight:600;color:#101828}.qt-dtrp__cal-year{color:#667085;font-weight:500;margin-left:4px}.qt-dtrp__cal-nav{display:inline-flex;gap:4px}.qt-dtrp__nav-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:28px;height:28px;border:1px solid transparent;background:transparent;border-radius:6px;cursor:pointer;color:#475467;font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,color .12s ease}.qt-dtrp__nav-btn:hover{background:#f2f4f7;color:#101828}.qt-dtrp__nav-btn:focus-visible{outline:none;border-color:#1283c8;box-shadow:0 0 0 3px #16a4fa26}.qt-dtrp__weekdays{display:grid;grid-template-columns:repeat(7,1fr);padding:4px 0 6px}.qt-dtrp__weekday{text-align:center;font-size:12px;font-weight:600;color:#475467;letter-spacing:.02em}.qt-dtrp__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:0}.qt-dtrp__cell:nth-child(n+8):nth-child(-n+14),.qt-dtrp__cell:nth-child(n+22):nth-child(-n+28),.qt-dtrp__cell:nth-child(n+36):nth-child(-n+42){background:#f9fafb}.qt-dtrp__cell{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;height:40px;font:inherit;font-size:14px;color:#344054;background:transparent;cursor:default;position:relative;display:inline-flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}.qt-dtrp__cell--day{cursor:pointer;transition:color .12s ease}.qt-dtrp__cell--day:not(.qt-dtrp__cell--start):not(.qt-dtrp__cell--end):hover:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:#f2f4f7;z-index:0}.qt-dtrp__cell>*{position:relative;z-index:1}.qt-dtrp__cell{z-index:0}.qt-dtrp__cell--start:before,.qt-dtrp__cell--end:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:#1283c8;z-index:0}.qt-dtrp__cell--start,.qt-dtrp__cell--end{color:#fff;font-weight:600}.qt-dtrp__cell--today:after{content:"";position:absolute;left:50%;bottom:6px;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:#1283c8;z-index:1}.qt-dtrp__cell--start.qt-dtrp__cell--today:after,.qt-dtrp__cell--end.qt-dtrp__cell--today:after{background:#fff}.qt-timepicker{display:inline-block;position:relative}.qt-timepicker__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;min-width:110px;height:36px;padding:0 10px;background:#fff;border:1px solid #D0D5DD;border-radius:6px;color:#101828;font:inherit;font-size:14px;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease;font-variant-numeric:tabular-nums}.qt-timepicker__trigger:hover{border-color:#98a2b3}.qt-timepicker__trigger:focus-visible,.qt-timepicker__trigger[aria-expanded=true]{outline:none;border-color:#1283c8;box-shadow:0 0 0 3px #16a4fa26}.qt-timepicker__trigger:disabled{background:#f2f4f7;border-color:#e2e8f0;color:#98a2b3;cursor:not-allowed}.qt-timepicker__value{color:#101828}.qt-timepicker__placeholder{color:#98a2b3}.qt-timepicker__icon{color:#667085;flex:0 0 auto;display:inline-flex}.qt-timepicker__panel{position:fixed;z-index:1200;width:140px;max-height:280px;overflow-y:auto;background:#fff;border:1px solid #EAECF0;border-radius:8px;box-shadow:0 8px 24px #1018281f;padding:4px;display:flex;flex-direction:column}.qt-timepicker__option{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:6px 10px;font:inherit;font-size:13px;color:#344054;text-align:left;cursor:pointer;border-radius:6px;font-variant-numeric:tabular-nums;transition:background .12s ease,color .12s ease}.qt-timepicker__option:hover{background:#f2f4f7;color:#101828}.qt-timepicker__option--active{background:#e8f6ff;color:#1849a9;font-weight:600}.qt-timepicker--disabled{pointer-events:none}.qt-gsearch{position:relative}.qt-gsearch__panel{position:absolute;top:calc(100% + 6px);left:0;right:auto;min-width:100%;width:560px;max-width:90vw;z-index:700;background:#fff;border:1px solid #EAECF0;border-radius:6px;box-shadow:0 14px 36px #1018281f,0 2px 4px #1018280d;max-height:520px;overflow-y:auto;overflow-x:hidden;padding:0;animation:qt-gsearch-pop .14s ease-out}.qt-gsearch__smart-arrow{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:12px;line-height:1;color:#1283c8}.qt-gsearch__smart-label{font-size:.9rem;font-weight:600;color:#4f5f79;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-gsearch__row--active .qt-gsearch__smart-label{color:#1283c8}.qt-gsearch__chips{display:flex;gap:2px;padding:4px 8px 0;border-bottom:1px solid #F2F4F7}.qt-gsearch__chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#667085;font-size:12px;font-weight:500;padding:8px 10px 7px;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;transition:color 80ms ease,border-color 80ms ease}.qt-gsearch__chip:hover{color:#4f5f79}.qt-gsearch__chip--on{color:#1283c8;border-bottom-color:#1283c8}.qt-gsearch__progress{height:2px;background:linear-gradient(90deg,transparent 0%,#45B6FB 50%,transparent 100%);background-size:200% 100%;margin:-.4rem 0 .4rem;animation:qt-gsearch-shimmer 1.1s ease-in-out infinite}.qt-gsearch__section{padding:.2rem 0}.qt-gsearch__section+.qt-gsearch__section{border-top:1px solid #F2F4F7;margin-top:.2rem;padding-top:.4rem}.qt-gsearch__sectionhdr{display:flex;align-items:center;justify-content:space-between;padding:.4rem 1rem .35rem;font-size:11px;font-weight:600;color:#98a2b3;text-transform:uppercase;letter-spacing:.05em}.qt-gsearch__sectioncount{color:#98a2b3;font-weight:500;font-variant-numeric:tabular-nums}.qt-gsearch__row{display:flex;align-items:center;gap:.7rem;width:100%;background:transparent;border:0;padding:.5rem 1rem;text-align:left;cursor:pointer;font:inherit;border-radius:0;position:relative;transition:background 80ms ease}.qt-gsearch__row--active{background:#e8f6ff}.qt-gsearch__row--active .qt-gsearch__chev{opacity:1;color:#1283c8}.qt-gsearch__row--active .qt-gsearch__primary{color:#1283c8}.qt-gsearch__row:hover:not(.qt-gsearch__row--active){background:#f9fafb}.qt-gsearch__leading{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#667085}.qt-gsearch__jumpicon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#e8f6ff;color:#1283c8}.qt-gsearch__tktnum{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:22px;padding:0 6px;border-radius:3px;background:#e8f6ff;color:#1283c8;font-family:Source Code Pro,ui-monospace,monospace;font-size:.72rem;font-weight:600;letter-spacing:0;font-variant-numeric:tabular-nums}.qt-gsearch__tktnum--inv{background:#e8f6ee;color:#186e3a}.qt-gsearch__tktnum--qte{background:#fef0c7;color:#b54708}.qt-gsearch__tktnum--product{background:#f4f3ff;color:#7839ee;min-width:24px;padding:0}.qt-gsearch__tktnum--service{background:#fce7f6;color:#c11574;min-width:24px;padding:0}.qt-gsearch__text{display:flex;flex-direction:column;min-width:0;flex:1;gap:1px}.qt-gsearch__primary{font-size:.9rem;color:#4f5f79;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-gsearch__secondary{font-size:.78rem;color:#667085;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-gsearch__balance{color:#996f21;font-weight:600;font-variant-numeric:tabular-nums}.qt-gsearch__trailing{flex-shrink:0;display:inline-flex;align-items:center}.qt-gsearch__qlinks{display:inline-flex;align-items:center;gap:2px;margin-right:6px}.qt-gsearch__qlink{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;color:#98a2b3;cursor:pointer;transition:background 80ms ease,color 80ms ease,box-shadow 80ms ease}.qt-gsearch__qlink:hover{background:#f2f4f7;color:#1283c8}.qt-gsearch__qlink:focus-visible{outline:none;box-shadow:0 0 0 3px #16a4fa40}.qt-gsearch__chev{flex-shrink:0;color:#d0d5dd;font-size:.95rem;line-height:1;width:14px;text-align:right;opacity:0;transition:opacity 80ms ease}.qt-gsearch__hintrow{display:flex;align-items:center;gap:8px;padding:8px 14px;color:#98a2b3;font-size:12px;font-style:italic}.qt-gsearch__hintrow svg{color:#d0d5dd}.qt-gsearch__time{color:#98a2b3;font-variant-numeric:tabular-nums}.qt-gsearch__dismiss{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:2px;border-radius:4px;color:#d0d5dd;cursor:pointer;opacity:0;transition:opacity 80ms ease,color 80ms ease,background 80ms ease}.qt-gsearch__dismiss:hover{background:#f2f4f7;color:#f04438}.qt-gsearch__sectionaction{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:#98a2b3;font-size:11px;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;padding:0 4px}.qt-gsearch__sectionaction:hover{color:#f04438}.qt-gsearch__pin{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-right:4px;border-radius:3px;cursor:pointer;transition:background 80ms ease}.qt-gsearch__pin svg{display:none}.qt-gsearch__pin:after{content:"";width:6px;height:6px;border-radius:50%;border:1.5px solid #D0D5DD;background:transparent;transition:background 80ms ease,border-color 80ms ease}.qt-gsearch__pin:hover{background:#f2f4f7}.qt-gsearch__pin:hover:after{border-color:#1283c8}.qt-gsearch__pin--on:after{background:#1283c8;border-color:#1283c8}.qt-gsearch__pin{opacity:0}.qt-gsearch__pin--on,.qt-gsearch__row:hover .qt-gsearch__pin,.qt-gsearch__row--active .qt-gsearch__pin,.qt-gsearch__row:hover .qt-gsearch__dismiss,.qt-gsearch__row--active .qt-gsearch__dismiss{opacity:1}.qt-gsearch__mark{background:#fff1d7;color:inherit;padding:1px 2px;border-radius:3px;font-weight:600}.qt-gsearch__pill{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.01em;white-space:nowrap}.qt-gsearch__pill--green{background:#d5f4e0;color:#1c783d}.qt-gsearch__pill--amber{background:#fff1d7;color:#996f21}.qt-gsearch__pill--red{background:#fef3f2;color:#b42318}.qt-gsearch__pill--blue{background:#e8f6ff;color:#1283c8}.qt-gsearch__pill--grey{background:#f2f4f7;color:#667085}.qt-gsearch__keyhint{display:inline-flex;align-items:center;height:22px;padding:0 7px;border:1px solid #D0D5DD;border-radius:5px;font-size:.72rem;font-weight:500;color:#667085;background:#f9fafb;letter-spacing:.04em}.qt-gsearch__empty{display:flex;flex-direction:column;gap:.25rem;padding:1.4rem 1rem;text-align:center;color:#667085}.qt-gsearch__empty-title{font-size:.92rem;font-weight:500;color:#4f5f79}.qt-gsearch__empty-hint{font-size:.78rem;color:#98a2b3}.qt-gsearch__footer{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:.55rem 1rem;border-top:1px solid #F2F4F7;margin-top:.3rem;font-size:.72rem;color:#667085;background:#fcfcfd}.qt-gsearch__footer span{display:inline-flex;align-items:center;gap:.35rem}.qt-gsearch__footer code{font-family:Source Code Pro,ui-monospace,monospace;font-size:.72rem;font-weight:600;color:#344054;letter-spacing:.02em}@keyframes qt-gsearch-pop{0%{transform:translateY(-4px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes qt-gsearch-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.qt-topheader__addmenu{position:relative}.qt-topheader__iconbtn.qt-topheader__iconbtn--primary{width:32px;height:32px;border-radius:999px;background:#1283c8;border:1px solid #1283C8;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.qt-topheader__iconbtn.qt-topheader__iconbtn--primary:hover{background:#0d6296;border-color:#0d6296}.qt-topheader__iconbtn.qt-topheader__iconbtn--primary:focus-visible{outline:none;box-shadow:0 0 0 3px #16a4fa33}.qt-topheader__iconbtn.qt-topheader__iconbtn--primary[aria-expanded=true]{background:#0d6296;border-color:#0d6296}.qt-topheader__dropdown.qt-topheader__dropdown--add{position:absolute;top:calc(100% + 6px);right:0;min-width:196px;width:196px;background:#fff;border:1px solid #EAECF0;border-radius:8px;box-shadow:0 8px 24px #1018281f;padding:4px;z-index:1100;overflow:visible}.qt-topheader__dropheader{display:block;padding:8px 10px 6px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#98a2b3}.qt-topheader__dropitem.qt-topheader__dropitem--withicon{display:flex;align-items:center;gap:10px;width:100%;padding:6px 8px;border:0;background:transparent;cursor:pointer;border-radius:6px;text-align:left;font:inherit;font-size:13px;color:#0f172a;line-height:1.2;transition:background .12s ease;min-height:36px}.qt-topheader__dropitem.qt-topheader__dropitem--withicon:hover{background:#f2f4f7}.qt-topheader__dropitem.qt-topheader__dropitem--withicon:focus-visible{outline:none;background:#f2f4f7;box-shadow:inset 0 0 0 1px #c7dcee}.qt-topheader__dropicon{width:24px;height:24px;border-radius:5px;background:#f2f4f7;color:#475467;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.qt-topheader__dropicon svg{width:14px;height:14px}.qt-qct{position:fixed;width:540px;max-width:calc(100vw - 24px);background:#fff;border:1px solid #EAECF0;border-radius:10px;box-shadow:0 8px 24px #1018281f;padding:14px 16px;z-index:1200;display:flex;flex-direction:column;gap:10px}.qt-qct__head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:10px;border-bottom:1px solid #F1F5F9}.qt-qct__title{font-weight:600;color:#0f172a;font-size:14px}.qt-qct__head-actions{display:flex;align-items:center;gap:6px}.qt-qct__icon-btn{width:28px;height:28px;border:1px solid #EAECF0;background:#fff;border-radius:6px;color:#475467;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,color .12s ease}.qt-qct__icon-btn:hover{background:#f9fafb;color:#0f172a}.qt-qct__row{display:flex;align-items:center;gap:8px;min-height:36px}.qt-qct__check{flex:0 0 auto;color:#98a2b3;display:inline-flex}.qt-qct__title-input{flex:1 1 auto;min-width:0;border:0;background:transparent;padding:4px;font-size:14px;color:#0f172a;outline:none}.qt-qct__title-input::placeholder{color:#98a2b3}.qt-qct__pill-wrap{position:relative;flex:0 0 auto}.qt-qct__type-pill{border:1px solid transparent;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;background:#f2f4f7;color:#475467;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .12s ease,color .12s ease}.qt-qct__type-pill:hover{background:#e4e9ef}.qt-qct__type-pill--todo{background:#f2f4f7;color:#344054;border-color:#e4e9ef}.qt-qct__type-pill--meeting{background:#f4ebff;color:#6941c6;border-color:#e9d7fe}.qt-qct__type-pill--phone{background:#e8f6ff;color:#1283c8;border-color:#c7dcee}.qt-qct__type-pill--active{box-shadow:inset 0 0 0 1px currentColor}.qt-qct__check-mark{color:inherit}.qt-qct__type-menu{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid #EAECF0;border-radius:8px;box-shadow:0 8px 24px #1018281f;padding:8px;display:flex;flex-direction:column;gap:6px;min-width:140px;z-index:1}.qt-qct__type-menu .qt-qct__type-pill{justify-content:space-between}.qt-qct__date-pill{position:relative;display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#344054;font-weight:500}.qt-qct__date-label{font-variant-numeric:tabular-nums}.qt-qct__date-inner .qt-datepicker__trigger{width:32px;height:32px;padding:0;border:1px solid #EAECF0;border-radius:8px;cursor:pointer;color:#475467;background:#fff;display:inline-flex;align-items:center;justify-content:center}.qt-qct__date-inner .qt-datepicker__value,.qt-qct__date-inner .qt-datepicker__placeholder{display:none}.qt-qct__assign-btn{width:32px;height:32px;border:1px solid #EAECF0;border-radius:8px;background:#fff;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#475467;overflow:hidden;transition:border-color .12s ease}.qt-qct__assign-btn:hover{border-color:#d0d5dd}.qt-qct__assign-menu{position:absolute;top:calc(100% + 6px);right:0;width:320px;max-height:340px;overflow-y:auto;background:#fff;border:1px solid #EAECF0;border-radius:8px;box-shadow:0 8px 24px #1018281f;padding:6px;z-index:1}.qt-qct__assign-search{display:flex;align-items:center;gap:8px;padding:8px 10px;color:#98a2b3;font-size:13px;border-bottom:1px solid #F1F5F9;margin-bottom:4px}.qt-qct__assign-item{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;width:100%;padding:6px 10px;border:0;background:transparent;cursor:pointer;border-radius:6px;text-align:left;font:inherit;transition:background .12s ease}.qt-qct__assign-item:hover{background:#f9fafb}.qt-qct__assign-item--active{background:#e8f6ff}.qt-qct__assign-item--active:hover{background:#dcebf7}.qt-qct__assign-name{font-size:13px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.qt-qct__assign-email{font-size:12px;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;max-width:160px}.qt-qct__assign-empty{padding:12px;color:#98a2b3;font-size:13px;text-align:center}.qt-qct__error{color:#b42318;background:#fef3f2;border:1px solid #FEE4E2;border-radius:6px;padding:8px 10px;font-size:13px}.qt-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;font-size:.88rem;color:#4f5f79}.qt-pagination__info{flex:0 0 auto}.qt-pagination__controls{display:flex;align-items:center;gap:.25rem}.qt-pagination__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:32px;height:32px;padding:0 .5rem;border-radius:4px;border:1px solid #dbe0e7;background:#fff;color:#4f5f79;cursor:pointer;font-size:.88rem;transition:background .12s,border-color .12s}.qt-pagination__btn:hover:not(:disabled){background:#f4f6f9;border-color:#b0b8c4}.qt-pagination__btn:disabled{opacity:.45;cursor:not-allowed}.qt-pagination__btn--active{background:#2563eb;color:#fff;border-color:#2563eb}.qt-pagination__btn--active:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.qt-pagination__gap{padding:0 .25rem;color:#9aa3b1}.qt-pagination__size label{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer}.qt-pagination__size select{height:32px;padding:0 .4rem;border-radius:4px;border:1px solid #dbe0e7;background:#fff;color:#4f5f79;font-size:.88rem}.qt-error-boundary{display:flex;justify-content:center;align-items:flex-start;padding:48px 24px;min-height:60vh}.qt-error-boundary__card{width:100%;max-width:560px;background:#fff;border:1px solid #FEE4E2;border-radius:12px;padding:28px 28px 24px;box-shadow:0 1px 2px #1018280a}.qt-error-boundary__icon{width:48px;height:48px;border-radius:999px;background:#fef3f2;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.qt-error-boundary__title{font-size:18px;font-weight:600;color:#101828;margin:0 0 6px}.qt-error-boundary__message{color:#475467;font-size:14px;line-height:1.5;margin:0 0 16px;word-break:break-word}.qt-error-boundary__details{margin:0 0 16px;font-size:12px;color:#475467}.qt-error-boundary__details>summary{cursor:pointer;color:#1283c8;font-weight:500;-webkit-user-select:none;user-select:none}.qt-error-boundary__details>summary:hover{color:#0e6ca8}.qt-error-boundary__stack{margin:8px 0 0;padding:10px 12px;background:#f9fafb;border:1px solid #EAECF0;border-radius:6px;font-size:11px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;color:#344054;overflow-x:auto;white-space:pre-wrap;line-height:1.4}.qt-error-boundary__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.qt-error-boundary__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #D0D5DD;background:#fff;color:#344054;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .12s ease,border-color .12s ease}.qt-error-boundary__btn:hover{background:#f9fafb;border-color:#98a2b3}.qt-error-boundary__btn--primary{background:#1283c8;border-color:#1283c8;color:#fff}.qt-error-boundary__btn--primary:hover{background:#0e6ca8;border-color:#0e6ca8}.qt-write-email{display:flex;flex-direction:column;gap:20px}.qt-write-email__label-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.qt-write-email__label{font-size:14px;font-weight:500;color:#101828;line-height:20px}.qt-write-email__toggle{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#fff;border:1px solid #D0D5DD;border-radius:6px;font-size:12px;font-weight:500;color:#344054;cursor:pointer;font-family:inherit;line-height:1.25}.qt-write-email__toggle:hover{background:#f9fafb}.qt-write-email__chips{min-height:44px;padding:8px 10px;background:#fff;border:1px solid #EAECF0;border-radius:6px;box-shadow:inset 0 1px 2px #1018280d;display:flex;flex-wrap:wrap;gap:6px}.qt-write-email__chips:focus-within{outline:2px solid rgba(22,164,250,.1);border-color:#16a4fa}.qt-write-email__chips.--error{border-color:#d92d20}.qt-write-email__chip{display:inline-flex;align-items:center;gap:4px;padding:2px 4px 2px 10px;height:24px;background:#f9fafb;border:1px solid #EAECF0;border-radius:6px;font-size:13px;color:#344054;line-height:1}.qt-write-email__chip.--invalid{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.qt-write-email__chip-close{background:transparent;border:0;width:16px;height:16px;padding:0;border-radius:3px;cursor:pointer;color:inherit;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;font-family:inherit}.qt-write-email__chip-close:hover{background:#00000014}.qt-write-email__chip-input{flex:1 1 120px;min-width:120px;border:0;outline:0;background:transparent;font-size:14px;color:#101828;font-family:inherit;padding:4px 2px}.qt-write-email__chip-input::placeholder{color:#98a2b3}.qt-write-email__picker{margin-top:8px;background:#fff;border:1px solid #EAECF0;border-radius:6px;box-shadow:0 8px 24px #10182814;max-height:260px;overflow-y:auto;padding:4px 0}.qt-write-email__picker-empty{padding:16px;font-size:13px;color:#667085;text-align:center}.qt-write-email__picker-row{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer;background:transparent;border:0;width:100%;text-align:left;font-family:inherit}.qt-write-email__picker-row:hover{background:#f9fafb}.qt-write-email__picker-row.--added{background:#16a4fa0f}.qt-write-email__picker-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.qt-write-email__picker-name{font-size:13px;font-weight:500;color:#101828;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-write-email__picker-email{font-size:12px;color:#667085;line-height:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-write-email__picker-check{color:#16a4fa;font-size:16px;flex-shrink:0}.qt-write-email__tabs{display:flex;background:#f9fafb;border:1px solid #EAECF0;border-radius:6px;padding:4px;gap:4px}.qt-write-email__tab{flex:1;padding:8px 12px;background:transparent;border:0;border-radius:4px;font-size:13px;font-weight:500;color:#475467;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:6px;line-height:1.25}.qt-write-email__tab:hover:not(.--active){color:#101828}.qt-write-email__tab.--active{background:#fff;color:#16a4fa;box-shadow:0 1px 2px #10182814}.qt-write-email__editor{display:flex;flex-direction:column;background:#fff;border:1px solid #EAECF0;border-radius:6px;overflow:hidden}.qt-write-email__editor-area{min-height:140px;max-height:260px;overflow-y:auto;padding:12px 14px;font-size:14px;color:#101828;line-height:1.5;outline:none}.qt-write-email__editor-area:empty:before{content:attr(data-placeholder);color:#98a2b3}.qt-write-email__editor-area p{margin:0 0 6px}.qt-write-email__editor-area ul,.qt-write-email__editor-area ol{margin:0 0 6px;padding-left:20px}.qt-write-email__editor-area--html{font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;white-space:pre-wrap;resize:vertical;width:100%;min-height:140px;padding:12px 14px;border:0;background:#fff;outline:none}.qt-write-email__toolbar{display:flex;align-items:center;gap:4px;padding:6px 8px;border-top:1px solid #EAECF0;background:#fcfcfd;flex-wrap:wrap}.qt-write-email__tool-btn{height:28px;min-width:28px;padding:0 6px;background:transparent;border:0;border-radius:4px;color:#344054;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;line-height:1}.qt-write-email__tool-btn:hover{background:#f2f4f7}.qt-write-email__tool-btn.--active{background:#16a4fa1f;color:#16a4fa}.qt-write-email__tool-btn:disabled{opacity:.45;cursor:not-allowed}.qt-write-email__tool-divider{width:1px;height:18px;background:#eaecf0;margin:0 2px}.qt-write-email__tool-select{height:28px;padding:0 6px;font-size:12px;border:1px solid transparent;background:transparent;border-radius:4px;color:#344054;font-family:inherit;cursor:pointer}.qt-write-email__tool-select:hover{background:#f2f4f7}.qt-write-email__tool-select:focus{outline:none;border-color:#d0d5dd}.qt-write-email__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px 24px;background:#fff;border:1px dashed #D0D5DD;border-radius:6px;cursor:pointer;transition:border-color .12s ease,background .12s ease}.qt-write-email__dropzone:hover,.qt-write-email__dropzone:focus-visible{border-color:#98a2b3;background:#fcfcfd;outline:none}.qt-write-email__dropzone.--active{border-color:#16a4fa;background:#16a4fa0f}.qt-write-email__dropzone-text{font-size:14px;color:#344054;text-align:center;line-height:20px}.qt-write-email__dropzone-link{color:#16a4fa;font-weight:500;text-decoration:underline}.qt-write-email__file-input{display:none}.qt-write-email__files{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.qt-write-email__file{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#fff;border:1px solid #EAECF0;border-radius:6px}.qt-write-email__file-thumb{width:32px;height:32px;flex-shrink:0;background:#f9fafb;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;color:#667085;font-size:11px;font-weight:600;overflow:hidden}.qt-write-email__file-thumb img{width:100%;height:100%;object-fit:cover}.qt-write-email__file-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.qt-write-email__file-name{font-size:13px;font-weight:500;color:#101828;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-write-email__file-meta{font-size:12px;color:#667085;line-height:15px;display:inline-flex;align-items:center;gap:6px}.qt-write-email__file-meta-dot{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.6}.qt-write-email__file-meta--uploading{color:#16a34a}.qt-write-email__file-meta--error{color:#b91c1c}.qt-write-email__error{padding:8px 12px;background:#fee2e2;border:1px solid #fecaca;color:#b91c1c;border-radius:4px;font-size:13px;line-height:18px}.qt-write-email__result{padding:8px 12px;background:#fcfcfd;border:1px solid #EAECF0;border-radius:4px;font-size:13px;color:#344054;line-height:18px}.qt-write-email__result ul{margin:6px 0 0;padding-left:20px;color:#b91c1c}.qt-modal__panel .qt-write-email{min-width:0}.qt-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:4px;border:1px solid transparent;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease;white-space:nowrap}.qt-btn:disabled{opacity:.55;cursor:not-allowed}.qt-btn__icon{display:inline-flex;align-items:center;font-size:1.15em}.qt-btn--sm{height:28px;padding:0 .75rem;font-size:.8rem}.qt-btn--md{height:36px;padding:0 1rem;font-size:.88rem}.qt-btn--lg{height:44px;padding:0 1.25rem;font-size:.95rem}.qt-btn--primary{background:#1283c8;color:#fff;border-color:#1283c8}.qt-btn--primary:hover:not(:disabled){background:#0d6296;border-color:#0d6296}.qt-btn--secondary{background:#fff;color:#4f5f79;border-color:#d0d4db}.qt-btn--secondary:hover:not(:disabled){background:#f7f8fa}.qt-btn--ghost{background:transparent;color:#4f5f79;border-color:transparent}.qt-btn--ghost:hover:not(:disabled){background:#0000000d}.qt-btn--danger{background:#d9534f;color:#fff;border-color:#d9534f}.qt-btn--danger:hover:not(:disabled){background:#b94441;border-color:#b94441}.qt-btn--loading{opacity:.75;pointer-events:none}.qt-input{display:flex;flex-direction:column;gap:.25rem}.qt-input__label{font-size:.8rem;color:#4f5f79;font-weight:500}.qt-input__wrap{position:relative;display:flex;align-items:center}.qt-input__field{width:100%;padding:0 .75rem;height:36px;border:1px solid #d0d4db;border-radius:4px;font-family:Inter,sans-serif;font-size:.9rem;color:#4f5f79;background:#fff;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.qt-input__field:focus{border-color:#16a4fa;box-shadow:0 0 0 3px #16a4fa26}.qt-input__field:disabled{background:#f5f6fa;cursor:not-allowed}.qt-input__field::placeholder{color:#9aa3b1}.qt-input__icon{position:absolute;display:flex;align-items:center;color:#9aa3b1;pointer-events:none}.qt-input__icon--left{left:.75rem}.qt-input__icon--right{right:.75rem}.qt-input--with-icon-left .qt-input__field{padding-left:2.25rem}.qt-input--with-icon-right .qt-input__field{padding-right:2.25rem}.qt-input--error .qt-input__field{border-color:#d9534f}.qt-input--error .qt-input__field:focus{box-shadow:0 0 0 3px #d9534f26}.qt-input__error{font-size:.78rem;color:#d9534f}.qt-input__hint{font-size:.78rem;color:#8491a5}.qt-search-input{width:280px;flex:0 0 auto}.qt-textarea{display:flex;flex-direction:column;gap:.25rem}.qt-textarea__label{font-size:.8rem;color:#4f5f79;font-weight:500}.qt-textarea__wrap{display:flex;flex-direction:column;border:1px solid #d0d4db;border-radius:4px;background:#fff;overflow:hidden}.qt-textarea__wrap:focus-within{border-color:#16a4fa;box-shadow:0 0 0 3px #16a4fa26}.qt-textarea__field{width:100%;padding:.6rem .75rem;min-height:92px;border:none;resize:vertical;font-family:Inter,sans-serif;font-size:.9rem;color:#4f5f79;outline:none;background:transparent}.qt-textarea__field::placeholder{color:#9aa3b1}.qt-textarea__toolbar{display:flex;align-items:center;gap:.4rem;padding:.4rem .5rem;border-top:1px solid #eef0f4;background:#fbfcfd}.qt-textarea__error{font-size:.78rem;color:#d9534f}.qt-textarea__hint{font-size:.78rem;color:#8491a5}.qt-textarea--error .qt-textarea__wrap{border-color:#d9534f}.qt-checkbox{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;line-height:1}.qt-checkbox input{appearance:none;-webkit-appearance:none;-moz-appearance:none;position:absolute;top:0;left:0;width:16px;height:16px;margin:0;padding:0;border:0;background:transparent;opacity:0;cursor:pointer;z-index:1}.qt-checkbox input:focus{outline:none}.qt-checkbox__box{width:16px;height:16px;border:1.5px solid #c6cbd4;border-radius:3px;background:#fff;display:inline-flex;align-items:center;justify-content:center;transition:border-color .12s ease,background .12s ease;flex-shrink:0;box-sizing:border-box}input:checked+.qt-checkbox__box{background:#1283c8;border-color:#1283c8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2.5 6.5 5 9 9.5 3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px 12px}input:focus-visible+.qt-checkbox__box{box-shadow:0 0 0 3px #16a4fa40}.qt-checkbox__label{font-size:.88rem;color:#4f5f79;white-space:nowrap;flex:0 1 auto;min-width:0}.qt-checkbox:hover .qt-checkbox__box{border-color:#16a4fa}.qt-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-weight:600;flex-shrink:0;overflow:hidden;line-height:1;-webkit-user-select:none;user-select:none}.qt-avatar--img{object-fit:cover}.qt-table{display:flex;flex-direction:column;background:#fff;overflow-x:auto;overflow-y:visible}.qt-table__rows{display:flex;flex-direction:column;width:100%;min-width:100%}.qt-table__rows--user-sized{width:max-content}.qt-table__head,.qt-table__row{display:flex;align-items:center;min-height:48px;width:100%}.qt-table__head{background:transparent;border-bottom:1px solid #e2e6eb;font-weight:500;font-size:.82rem;color:#6b7687}.qt-table__th--sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.qt-table__th--sortable:hover{color:#4f5f79}.qt-table__body{display:flex;flex-direction:column}.qt-table__row{border-bottom:1px solid #eef1f4;font-size:.88rem;color:#4f5f79}.qt-table__row:last-child{border-bottom:0}.qt-table__row--clickable{cursor:pointer}.qt-table__row--clickable:hover{background:#f7faff}.qt-table__row--selected,.qt-table__row--active{background:#eef5ff}.qt-table__cell{padding:.5rem .75rem;flex:1;min-width:0;display:flex;align-items:center;gap:.5rem}.qt-table__cell--center{justify-content:center}.qt-table__cell--right{justify-content:flex-end;text-align:right}.qt-table__cell--check{flex:0 0 auto;width:44px;justify-content:center}.qt-table__placeholder{padding:3rem 1rem;text-align:center;color:#8491a5;font-size:.9rem}.qt-table__sort{display:inline-block;width:0;height:0;margin-left:.35rem;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #c6cbd4}.qt-table__sort--asc{border-top:0;border-bottom:5px solid #1283C8}.qt-table__sort--desc{border-top:5px solid #1283C8}.qt-table__cell--frozen{background:#fff}.qt-table__row:hover .qt-table__cell--frozen{background:#f7faff}.qt-table__row--selected .qt-table__cell--frozen,.qt-table__row--active .qt-table__cell--frozen{background:#eef5ff}.qt-table__head .qt-table__cell--frozen+.qt-table__cell:not(.qt-table__cell--frozen),.qt-table__row .qt-table__cell--frozen+.qt-table__cell:not(.qt-table__cell--frozen){box-shadow:inset 6px 0 6px -6px #1018281f}.qt-table--editing .qt-table__row:hover{background:transparent}.qt-table--editing .qt-table__row:hover .qt-table__cell--frozen{background:#fff}.qt-table--resizable .qt-table__th{position:relative}.qt-table__resize-handle{position:absolute;top:0;right:0;width:10px;height:100%;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none;display:flex;align-items:center;justify-content:flex-end;padding-right:2px;z-index:1}.qt-table__resize-handle:after{content:"";width:1px;height:100%;background:#eaecf0;transition:background .1s ease,width .1s ease}.qt-table__resize-handle:hover:after{background:#16a4fa;width:2px}.qt-table--resizable .qt-table__cell:not(:last-child){border-right:1px solid #F2F4F7}.qt-table--resizable .qt-table__th:not(:last-child){border-right:0}body.qt-table__body--resizing,body.qt-table__body--resizing *{-webkit-user-select:none!important;user-select:none!important;cursor:col-resize!important}.qt-cell-edit{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-width:0;font:inherit;color:inherit;background:#fff;border:1px solid #e2e6eb;border-radius:6px;padding:.3rem .5rem;line-height:1.2;transition:border-color .1s ease,box-shadow .1s ease}.qt-cell-edit:hover{border-color:#cdd3dc}.qt-cell-edit:focus,.qt-cell-edit:focus-visible{outline:none;border-color:#1283c8;box-shadow:0 0 0 3px #1b71d52e}.qt-cell-edit--number{-moz-appearance:textfield}.qt-cell-edit--number::-webkit-outer-spin-button,.qt-cell-edit--number::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qt-card{background:#fff;border:1px solid #e2e6eb;border-radius:6px;overflow:hidden}.qt-card__header{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #eef1f4}.qt-card__title{flex:1;margin:0;font-size:1rem;font-weight:600;color:#4f5f79}.qt-card__actions{display:flex;gap:.5rem}.qt-card__body{padding:1rem}.qt-card--flush .qt-card__body{padding:0}.qt-shell{display:flex;height:112vh;overflow:hidden;background:#edf2f6}.qt-shell__main{flex:1;display:flex;flex-direction:column;min-width:0}.qt-shell__content{flex:1;overflow:auto;position:relative}.qt-back-top{position:fixed;right:24px;bottom:24px;z-index:600;width:40px;height:40px;border-radius:50%;border:0;background:#16a4fa;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #1018282e;transition:background .12s ease,transform .12s ease;animation:qt-back-top-in .14s ease-out}.qt-back-top:hover{background:#1283c8;transform:translateY(-1px)}.qt-back-top:active{transform:translateY(0)}.qt-back-top:focus-visible{outline:2px solid rgba(22,164,250,.4);outline-offset:2px}@keyframes qt-back-top-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.qt-shell__suspense{display:flex;align-items:center;justify-content:center;min-height:50vh}.qt-shell__spinner{width:28px;height:28px;border-radius:50%;border:3px solid #E8F6FF;border-top-color:#1283c8;animation:spin .7s linear infinite}.qt-rail{width:56px;background:#101828;display:flex;flex-direction:column;align-items:center;padding:.5rem 0;flex-shrink:0;overflow-y:auto}.qt-rail__logo{width:40px;height:40px;margin:.25rem 0 .75rem;display:flex;align-items:center;justify-content:center}.qt-rail__logo img{width:26px;height:26px}.qt-rail__list{display:flex;flex-direction:column;gap:2px;width:100%}.qt-rail__item{width:100%;height:44px;display:flex;align-items:center;justify-content:center;border-left:3px solid transparent;transition:background .12s ease,border-color .12s ease}.qt-rail__item img{width:20px;height:20px;filter:brightness(0) invert(1);opacity:.6}.qt-rail__item:hover{background:#ffffff0a}.qt-rail__item:hover img{opacity:.95}.qt-rail__item--active{background:#16a4fa14;border-left-color:#16a4fa}.qt-rail__item--active img{opacity:1}.qt-leftnav{width:232px;background:#1d2939;color:#c6cdd9;padding:0 0 1rem;display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto;transition:width .16s ease}.qt-leftnav--collapsed{width:36px;overflow:hidden}.qt-leftnav__head{display:flex;align-items:center;justify-content:space-between;padding:.6rem .5rem .6rem 1.25rem;min-height:56px}.qt-leftnav__collapse{background:transparent;border:0;padding:6px;border-radius:4px;color:#c6cdd9;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,color .12s ease}.qt-leftnav__collapse:hover{background:#ffffff0f;color:#fff}.qt-leftnav__collapse:focus-visible{outline:2px solid rgba(22,164,250,.5);outline-offset:1px}.qt-leftnav--collapsed .qt-leftnav__head{padding:.6rem 0;justify-content:center}.qt-leftnav__title{padding:0;font-size:1.1rem;font-weight:600;color:#fff}.qt-leftnav__section{display:flex;flex-direction:column;padding:.4rem 0}.qt-leftnav__section+.qt-leftnav__section{border-top:1px solid rgba(255,255,255,.05)}.qt-leftnav__heading{padding:.75rem 1.25rem .4rem;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#6d7a90}.qt-leftnav__item{position:relative;display:flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;color:#c6cdd9;text-decoration:none;font-size:.88rem;transition:background .12s ease,color .12s ease}.qt-leftnav__item:hover{background:#ffffff0a}.qt-leftnav__item--active{background:#16a4fa14;color:#fff;font-weight:500}.qt-leftnav__item--active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#16a4fa}.qt-leftnav__leading{display:inline-flex;align-items:center;flex-shrink:0}.qt-leftnav__leading img{width:16px;height:16px;filter:brightness(0) invert(1);opacity:.6}.qt-leftnav__item--active .qt-leftnav__leading img{opacity:1}.qt-leftnav__label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-leftnav__badge{background:#ffffff1a;color:#c6cdd9;border-radius:10px;padding:0 .45rem;font-size:.72rem;min-width:1.3rem;text-align:center;height:18px;line-height:18px}.qt-leftnav__item--active .qt-leftnav__badge{background:#16a4fa33;color:#fff}.qt-leftnav__delete{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:0;background:transparent;color:#6d7a90;border-radius:4px;cursor:pointer;opacity:0;transition:opacity .12s ease,background .12s ease,color .12s ease}.qt-leftnav__delete:hover{background:#ffffff14;color:#fff}.qt-leftnav__delete:focus-visible{outline:2px solid #16a4fa;outline-offset:1px;opacity:1}.qt-leftnav__item:hover .qt-leftnav__delete,.qt-leftnav__item--active .qt-leftnav__delete{opacity:1}.qt-leftnav__item--has-delete .qt-leftnav__badge{margin-right:.2rem}.qt-leftnav__grip{display:inline-flex;align-items:center;flex-shrink:0;width:10px;color:#4b5566;opacity:0;cursor:grab;transition:opacity .12s ease,color .12s ease}.qt-leftnav__grip:active{cursor:grabbing}.qt-leftnav__item--reorderable{padding-left:.6rem}.qt-leftnav__item--reorderable:hover .qt-leftnav__grip{opacity:.7}.qt-leftnav__item--dragging{opacity:.4}.qt-leftnav__item--drop-target{box-shadow:inset 0 2px #16a4fa}.qt-topheader{height:56px;background:#fff;border-bottom:1px solid #e2e6eb;display:flex;align-items:center;padding:0 1.25rem;gap:1rem}.qt-topheader__search{flex:1;max-width:480px}.qt-topheader__search .qt-input,.qt-topheader__search .qt-gsearch{width:100%}.qt-topheader__right{margin-left:auto;display:flex;align-items:center;gap:.25rem}.qt-topheader__iconbtn{width:36px;height:36px;border-radius:50%;border:0;background:transparent;color:#4f5f79;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease}.qt-topheader__iconbtn:hover{background:#0000000d}.qt-topheader__divider{width:1px;height:24px;background:#e2e6eb;margin:0 .5rem}.qt-topheader__menu{position:relative}.qt-topheader__avatarbtn{display:inline-flex;align-items:center;gap:.4rem;background:transparent;border:0;padding:0;cursor:pointer}.qt-topheader__dropdown{position:absolute;top:calc(100% + 6px);right:0;width:220px;background:#fff;border:1px solid #e2e6eb;border-radius:6px;box-shadow:0 10px 40px #00000014;z-index:100;overflow:hidden}.qt-topheader__dropitem{display:block;width:100%;text-align:left;background:transparent;border:0;padding:.6rem .9rem;font-size:.88rem;color:#4f5f79;cursor:pointer;font-family:inherit}.qt-topheader__dropitem:hover:not(.qt-topheader__dropitem--static){background:#f5f7fa}.qt-topheader__dropitem--static{cursor:default;border-bottom:1px solid #eef1f4}.qt-topheader__dropname{font-weight:600}.qt-topheader__dropemail{font-size:.78rem;color:#8491a5}.qt-page{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem}.qt-page__header{display:flex;align-items:center;gap:.75rem}.qt-page__title{flex:1;font-size:1rem;font-weight:600;color:#4f5f79;margin:0}.qt-page__actions{display:flex;gap:.5rem;align-items:center}.qt-page__body{background:#fff;border-radius:6px;border:1px solid #e2e6eb;overflow:hidden}.qt-infinite-sentinel{height:44px;display:flex;align-items:center;justify-content:center;color:#8491a5;font-size:.82rem}.qt-infinite-sentinel__label{opacity:.85}.qt-dropdown{position:relative;display:inline-flex;align-items:center;min-width:220px}.qt-dropdown__leading{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#8491a5;display:inline-flex;pointer-events:none;z-index:1}.qt-dropdown__select{width:100%;min-width:0}.qt-dropdown__chevron{display:none}.qt-dropdown .qt-dropdown__leading~.qt-dropdown__select .qt-select__trigger{padding-left:36px}.qt-pill{display:inline-block;border:1px solid currentColor;border-radius:999px;padding:2px 10px;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;line-height:1.4;white-space:nowrap}.qt-tabs{display:flex;gap:0;border-bottom:1px solid #e2e6eb}.qt-tabs__item{position:relative;background:transparent;border:0;padding:.7rem 1rem;font-size:.88rem;font-weight:500;color:#8491a5;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;font-family:inherit;transition:color .12s ease}.qt-tabs__item:after{content:"";position:absolute;left:.4rem;right:.4rem;bottom:-1px;height:2px;background:transparent;border-radius:2px;transition:background .12s ease}.qt-tabs__item:hover:not(.qt-tabs__item--disabled):not(.qt-tabs__item--active){color:#4f5f79}.qt-tabs__item--active{color:#1283c8}.qt-tabs__item--active:after{background:#1283c8}.qt-tabs__item--disabled{cursor:not-allowed;opacity:.5}.qt-tabs__icon{display:inline-flex;align-items:center}.qt-tabs__badge{background:#0000000f;color:inherit;border-radius:999px;padding:0 .45rem;font-size:.7rem;min-width:1.2rem;text-align:center;line-height:1.4}.qt-aside{position:fixed;top:0;right:0;bottom:0;left:0;z-index:800;display:flex;justify-content:flex-end}.qt-aside__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#10182873;animation:qt-aside-fade-in .14s ease-out}.qt-aside__panel{position:relative;background:#fff;display:flex;flex-direction:column;height:100%;box-shadow:-6px 0 28px #0000001f;animation:qt-aside-slide-in .18s cubic-bezier(.22,.61,.36,1);max-width:100vw}.qt-aside__header{display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;height:56px;border-bottom:1px solid #eef0f4;flex-shrink:0}.qt-aside__title{font-size:1rem;font-weight:600;color:#4f5f79}.qt-aside__close{background:transparent;border:none;width:32px;height:32px;font-size:1.4rem;line-height:1;color:#4f5f79;cursor:pointer;border-radius:4px}.qt-aside__close:hover{background:#f2f4f7}.qt-aside__header-actions{display:flex;align-items:center;gap:6px}.qt-aside__icon-btn{width:32px;height:32px;border-radius:999px;border:1px solid #d0d5dd;background:#fff;color:#667085;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,color .12s ease}.qt-aside__icon-btn:hover{background:#f9fafb;color:#101828}.qt-aside__body{flex:1;overflow-y:auto;padding:1.5rem 1.75rem}.qt-aside__footer{flex-shrink:0;padding:1rem 1.75rem;border-top:1px solid #eef0f4;background:#fff}.qt-password-aside__footer{display:flex;gap:12px;width:100%}.qt-password-aside__footer .qt-button{flex:1 1 0;min-height:44px;font-weight:600;font-size:15px;border-radius:8px}.qt-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:810;display:flex;align-items:center;justify-content:center}.qt-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#10182873}.qt-modal__panel{position:relative;background:#fff;border-radius:8px;max-width:calc(100vw - 2rem);max-height:calc(100vh - 2rem);display:flex;flex-direction:column;box-shadow:0 20px 48px #0000002e;animation:qt-modal-pop .16s ease-out}.qt-modal__header{display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;height:52px;border-bottom:1px solid #eef0f4}.qt-modal__title{font-size:1rem;font-weight:600;color:#4f5f79}.qt-modal__close{background:transparent;border:none;width:32px;height:32px;font-size:1.4rem;line-height:1;color:#4f5f79;cursor:pointer;border-radius:4px}.qt-modal__close:hover{background:#f2f4f7}.qt-modal__body{padding:1.25rem;overflow-y:auto}.qt-modal__footer{padding:.875rem 1.25rem;border-top:1px solid #eef0f4;background:#fbfcfd;display:flex;justify-content:flex-end;gap:.5rem}@keyframes qt-aside-slide-in{0%{transform:translate(12%);opacity:.6}to{transform:translate(0);opacity:1}}@keyframes qt-aside-fade-in{0%{opacity:0}to{opacity:1}}@keyframes qt-modal-pop{0%{transform:scale(.96);opacity:.5}to{transform:scale(1);opacity:1}}.qt-select{position:relative;display:flex;flex-direction:column;gap:.25rem;height:auto;width:100%;min-width:0}.qt-select__label{font-size:.8rem;color:#4f5f79;font-weight:500}.qt-select__req{color:#d9534f}.qt-select__trigger{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:0 .75rem;min-height:36px;border:1px solid #d0d4db;border-radius:4px;background:#fff;cursor:pointer;font-family:inherit;font-size:.9rem;color:#4f5f79;text-align:left}.qt-select__trigger:disabled{cursor:not-allowed;opacity:.6}.qt-select__trigger:focus-visible{outline:none;border-color:#16a4fa;box-shadow:0 0 0 3px #16a4fa26}.qt-select__trigger--multi{padding:4px .75rem}.qt-select__value{display:inline-flex;align-items:center;gap:.4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto;min-width:0}.qt-select__placeholder{color:#9aa3b1}.qt-select__chevron{color:#9aa3b1;font-size:.7rem;flex-shrink:0}.qt-select__clear{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-right:2px;font-size:1rem;color:#9aa3b1;line-height:1;border-radius:3px;cursor:pointer;flex-shrink:0}.qt-select__clear:hover{color:#4f5f79;background:#0000000f}.qt-select__chips{display:inline-flex;flex-wrap:wrap;gap:4px;flex:1}.qt-select__dot{width:8px;height:8px;border-radius:999px;display:inline-block;flex-shrink:0}.qt-select__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:900;background:#fff;border:1px solid #e1e4ea;border-radius:4px;box-shadow:0 8px 24px #1018281f;max-height:320px;overflow:hidden;display:flex;flex-direction:column}.qt-select__menu--portal{z-index:2000}.qt-select__menu--above{box-shadow:0 -8px 24px #1018281f}.qt-select__search{padding:.5rem;border-bottom:1px solid #eef0f4}.qt-select__search input{width:100%;padding:.4rem .6rem;border:1px solid #d0d4db;border-radius:4px;font-size:.85rem;outline:none}.qt-select__search input:focus{border-color:#16a4fa}.qt-select__options{overflow-y:auto;max-height:260px}.qt-select__option{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .75rem;cursor:pointer;font-size:.88rem;color:#4f5f79}.qt-select__option:hover{background:#f5f8fb}.qt-select__option--selected{background:#eff6fd;font-weight:500}.qt-select__option-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.qt-select__option-row{display:flex;align-items:baseline;gap:12px}.qt-select__option-label{flex:1;min-width:0;overflow-wrap:break-word}.qt-select__option-trailing{flex:0 0 auto;color:#4f5f79;font-weight:600;font-variant-numeric:tabular-nums;font-size:.86rem}.qt-select__option-sub{color:#9aa3b1;font-size:.78rem;line-height:1.3}.qt-select__match{background:#16a4fa29;color:inherit;border-radius:2px;padding:0 1px}.qt-select__check{width:14px;display:inline-block;color:#1283c8;font-weight:700}.qt-select__empty{padding:.75rem;color:#9aa3b1;font-size:.85rem;text-align:center}.qt-select__error{font-size:.78rem;color:#d9534f}.qt-select--error .qt-select__trigger{border-color:#d9534f}.qt-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 4px 2px 8px;border-radius:999px;font-size:.75rem;font-weight:500;background:#eef1f5;color:#4f5f79;line-height:1.3;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.qt-chip__remove{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;cursor:pointer;font-size:.9rem;line-height:1;opacity:.55;flex-shrink:0}.qt-chip__remove:hover{opacity:1;background:#00000014}.qt-phone{display:flex;align-items:stretch;border:1px solid #d4d9e0;border-radius:6px;background:#fff;overflow:hidden;transition:border-color .12s ease,box-shadow .12s ease}.qt-phone:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.qt-phone__country{display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:0;border-right:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;font:inherit;font-size:13px;cursor:pointer;flex:0 0 auto}.qt-phone__country:hover:not(:disabled){background:#f1f5f9}.qt-phone__country:disabled{opacity:.6;cursor:not-allowed}.qt-phone__flag{font-size:16px;line-height:1}.qt-phone__dial{font-weight:500;color:#475467}.qt-phone__chev{color:#98a2b3;font-size:10px}.qt-phone__num{flex:1 1 auto;min-width:0;padding:0 12px;border:0;background:transparent;color:#0f172a;font:inherit;font-size:14px;outline:none}.qt-phone__num::placeholder{color:#98a2b3}.qt-phone__num:disabled{background:#f9fafb;cursor:not-allowed}.qt-phone__menu{z-index:2000;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 8px 24px #1018281f;max-height:320px;display:flex;flex-direction:column;overflow:hidden}.qt-phone__search{padding:8px;border-bottom:1px solid #f1f5f9}.qt-phone__search input{width:100%;padding:6px 10px;font-size:13px;border:1px solid #d4d9e0;border-radius:4px;outline:none}.qt-phone__search input:focus{border-color:#2563eb}.qt-phone__options{overflow-y:auto;max-height:260px}.qt-phone__option{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;width:100%;padding:8px 12px;border:0;background:transparent;text-align:left;cursor:pointer;font:inherit;font-size:13px;color:#0f172a}.qt-phone__option:hover{background:#f5f8fb}.qt-phone__option--selected{background:#eff6fd;font-weight:500}.qt-phone__cname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-phone__cdial{color:#475467;font-variant-numeric:tabular-nums}.qt-phone__empty{padding:16px;text-align:center;font-size:13px;color:#98a2b3}.qt-menu{position:relative;display:inline-block}.qt-menu__trigger{display:inline-flex;align-items:center;cursor:pointer}.qt-menu__panel{position:absolute;top:calc(100% + 4px);z-index:900;min-width:180px;background:#fff;border:1px solid #e1e4ea;border-radius:4px;box-shadow:0 8px 24px #1018281f;padding:4px 0}.qt-menu__panel--right{right:0}.qt-menu__panel--left{left:0}.qt-menu__panel--portal{position:fixed;top:auto;right:auto;left:auto}.qt-menu__item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.88rem;color:#4f5f79;cursor:pointer}.qt-menu__item:hover{background:#f5f8fb}.qt-menu__item--disabled{opacity:.5;cursor:not-allowed}.qt-menu__item--danger{color:#d9534f}.qt-menu__icon{width:18px;display:inline-flex;justify-content:center}.qt-menu__label{flex:1}.qt-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:4px;color:#4f5f79;cursor:pointer;font-size:1.1rem;line-height:1;padding:0}.qt-icon-btn:hover{background:#f2f4f7}.qt-icon-btn:disabled{opacity:.5;cursor:not-allowed}.qt-columns-customizer{display:flex;flex-direction:column;gap:12px}.qt-columns-customizer__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.qt-columns-customizer__header h3{margin:0;font-size:.95rem;font-weight:600}.qt-columns-customizer__header p{margin:0;font-size:.8rem;color:#667085}.qt-columns-customizer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.qt-columns-customizer__item{display:flex;align-items:center;gap:10px;padding:8px 4px;border-radius:6px;cursor:grab}.qt-columns-customizer__item:hover{background:#f7f9fc}.qt-columns-customizer__item:active{cursor:grabbing}.qt-columns-customizer__handle{color:#98a2b3;font-size:.9rem;-webkit-user-select:none;user-select:none}.qt-columns-customizer__label{display:flex;align-items:center;gap:8px;flex:1;cursor:pointer}.qt-columns-customizer__label input{margin:0}.qt-columns-customizer__label span{font-size:.88rem;color:#1d2939}.qt-columns-customizer__freeze{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:0;background:transparent;color:#98a2b3;border-radius:4px;cursor:pointer;transition:color .12s ease,background .12s ease}.qt-columns-customizer__freeze:hover{color:#1d2939;background:#eef2f6}.qt-columns-customizer__freeze[aria-pressed=true]{color:#1570ff}.qt-columns-customizer__freeze:focus-visible{outline:2px solid #1570ff;outline-offset:1px}.qt-columns-customizer__item--frozen{background:#1570ff0a}.qt-columns-customizer__footer{display:flex;justify-content:flex-end;padding-top:8px;border-top:1px solid #eaecf0}.qt-columns-customizer__reset{background:transparent;border:none;color:#1570ff;cursor:pointer;font-size:.85rem;font-weight:500;padding:4px 8px}.qt-columns-customizer__reset:hover{text-decoration:underline}.qt-subscription-pills{display:flex;flex-wrap:wrap;gap:6px}.qt-subscription-pills__btn{background:transparent;border:none;padding:0;cursor:pointer}.qt-subscription-pills__btn:focus-visible{outline:2px solid #1570ff;outline-offset:2px;border-radius:999px}.qt-pagination-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-top:1px solid #eaecf0;font-size:.85rem;color:#475467}.qt-pagination-footer__controls{display:flex;gap:8px}.qt-pagination-footer__btn{background:#fff;border:1px solid #d0d5dd;border-radius:6px;padding:6px 12px;font-size:.85rem;color:#344054;cursor:pointer}.qt-pagination-footer__btn:hover:not(:disabled){background:#f9fafb}.qt-pagination-footer__btn:disabled{opacity:.45;cursor:not-allowed}.qt-action-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 16px;background:#1d2939;color:#f9fafb;border-radius:10px;box-shadow:0 10px 24px #1018282e}.qt-action-bar__count{display:flex;align-items:center;gap:10px;font-size:.85rem}.qt-action-bar__badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:#1570ff;color:#fff;font-weight:600;font-size:.78rem}.qt-action-bar__label{color:#d0d5dd}.qt-action-bar__clear{margin-left:4px;background:transparent;color:#d0d5dd;border:none;cursor:pointer;font-size:.82rem;text-decoration:underline;padding:2px 4px}.qt-action-bar__clear:hover{color:#fff}.qt-action-bar__actions{display:flex;gap:6px}.qt-action-bar__btn{display:inline-flex;align-items:center;gap:6px;background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:6px 12px;font-size:.82rem;cursor:pointer}.qt-action-bar__btn:hover:not(:disabled){background:#ffffff29}.qt-action-bar__btn:disabled{opacity:.4;cursor:not-allowed}.qt-action-bar__btn--danger{background:#d92d2033;border-color:#d92d2066;color:#fecdca}.qt-action-bar__btn--danger:hover:not(:disabled){background:#d92d2059}.qt-action-bar__icon{display:inline-flex;align-items:center}.qt-kv-rail{display:flex;flex-direction:column;gap:20px}.qt-kv-rail__section{display:flex;flex-direction:column;gap:8px;padding-bottom:20px;border-bottom:1px solid #eaecf0}.qt-kv-rail__section:last-child{border-bottom:none;padding-bottom:0}.qt-kv-rail__heading{margin:0;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#667085}.qt-kv-rail__empty{margin:0;font-size:.85rem;color:#98a2b3}.qt-kv-rail__list{margin:0;display:flex;flex-direction:column;gap:6px}.qt-kv-rail__row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:2px 0}.qt-kv-rail__label{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;color:#667085;margin:0}.qt-kv-rail__icon{display:inline-flex;align-items:center;color:#98a2b3}.qt-kv-rail__value{margin:0;font-size:.88rem;color:#1d2939;text-align:right;overflow-wrap:anywhere}.qt-working-hours-popover{background:#fff;border:1px solid #e4e7ec;border-radius:8px;box-shadow:0 12px 32px #10182824;padding:12px;display:flex;flex-direction:column;gap:10px;font-size:12px;color:#101828}.qt-working-hours-popover__body{display:flex;flex-direction:column;gap:2px}.qt-working-hours-popover__day{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;column-gap:10px;padding:6px 0}.qt-working-hours-popover__day:not(:last-of-type){border-bottom:1px solid #f2f4f7}.qt-working-hours-popover__day-label{font-weight:600;color:#344054}.qt-working-hours-popover__times{display:grid;grid-template-columns:1fr 10px 1fr;align-items:center;gap:6px;min-width:0}.qt-working-hours-popover__time{min-width:0;width:100%;font:inherit;font-size:12px;padding:4px 8px;border:1px solid #d0d5dd;border-radius:4px;background:#fff;color:#101828;line-height:1.2}.qt-working-hours-popover__time:disabled{background:#f2f4f7;color:#98a2b3;border-color:#e4e7ec}.qt-working-hours-popover__time::-webkit-calendar-picker-indicator{opacity:0;margin:0;padding:0;width:0}.qt-working-hours-popover__dash{text-align:center;color:#98a2b3;font-size:11px}.qt-working-hours-popover__closed{display:inline-flex;align-items:center;gap:5px;color:#667085;font-size:11px;white-space:nowrap;-webkit-user-select:none;user-select:none}.qt-working-hours-popover__closed input{margin:0;width:13px;height:13px;accent-color:#1570ff}.qt-working-hours-popover__err{font-size:11px;color:#d92d20;margin-top:4px}.qt-working-hours-popover__actions{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid #f2f4f7;padding-top:10px}.qt-select-popover{background:#fff;border:1px solid #e4e7ec;border-radius:8px;box-shadow:0 12px 32px #10182824;display:flex;flex-direction:column;overflow:hidden;font-size:13px;color:#101828}.qt-select-popover__search{padding:8px 10px;border-bottom:1px solid #f2f4f7}.qt-select-popover__search input{width:100%;border:1px solid #d0d5dd;border-radius:4px;padding:5px 8px;font:inherit;font-size:12px;color:#101828}.qt-select-popover__search input:focus{outline:2px solid #b2ddff;outline-offset:0;border-color:#1570ff}.qt-select-popover__list{display:flex;flex-direction:column;overflow-y:auto;padding:4px 0}.qt-select-popover__empty{padding:10px 14px;font-size:12px;color:#98a2b3;text-align:center}.qt-select-popover__option{text-align:left;background:transparent;border:0;padding:6px 12px;cursor:pointer;display:flex;flex-direction:column;gap:2px;color:inherit;font:inherit;font-size:12px}.qt-select-popover__option:hover{background:#f2f4f7}.qt-select-popover__option--active{background:#eff8ff;color:#1570ff}.qt-select-popover__option--clear{color:#98a2b3;font-style:italic;border-bottom:1px solid #f2f4f7}.qt-select-popover__option-label{font-weight:500}.qt-select-popover__option-sub{font-size:11px;color:#98a2b3}.qt-form__field{display:flex;flex-direction:column;margin-bottom:16px}.qt-form__field--required>.qt-form__label:after,.qt-form__field--required>label:after{content:" *";color:#d92d20;font-weight:500}.qt-form__field:last-child{margin-bottom:0}.qt-form__label{font-size:14px;line-height:17px;font-weight:500;color:#101828;margin-bottom:8px}.qt-form__label-required{color:#d92d20;margin-left:2px}.qt-input__req,.qt-textarea__req,.qt-select__req{color:#d92d20;font-weight:500}.qt-form__label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.qt-form__label-row .qt-form__label{margin-bottom:0}.qt-form__label-action{background:transparent;border:0;padding:0;font:inherit;font-size:12px;font-weight:600;color:#16a4fa;cursor:pointer}.qt-form__label-action:hover{text-decoration:underline}.qt-form__error-banner{background:#fef3f2;border:1px solid #FDA29B;color:#b42318;padding:8px 10px;border-radius:6px;font-size:13px;margin-top:4px}.qt-password-form__tabs{margin-bottom:16px}.qt-password-info{display:flex;flex-direction:column;gap:10px;margin:0}.qt-password-info__row{display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:baseline}.qt-password-info__key{font-size:11px;font-weight:600;color:#667085;text-transform:uppercase;letter-spacing:.04em;margin:0}.qt-password-info__value{font-size:13px;color:#101828;word-break:break-all;margin:0}.qt-password-form .qt-form__field{margin-bottom:14px}.qt-password-form__desc.qt-textarea .qt-textarea__field,.qt-password-form__notes.qt-textarea .qt-textarea__field{min-height:72px}.qt-password-form--side .qt-form__field{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:20px;margin-bottom:22px}.qt-password-form--side .qt-form__field>.qt-form__label,.qt-password-form--side .qt-form__field>label{margin-bottom:0;color:#101828;font-weight:600;font-size:15px;align-self:start;padding-top:10px}.qt-password-form--side .qt-form__field .qt-textarea,.qt-password-form--side .qt-form__field .qt-textarea__wrap,.qt-password-form--side .qt-form__field .qt-textarea__field,.qt-password-form--side .qt-form__field .qt-input,.qt-password-form--side .qt-form__field .qt-select,.qt-password-form--side .qt-form__field .qt-datepicker,.qt-password-form--side .qt-form__field .qt-multiselect{width:100%}.qt-password-form__company-readout{display:flex;flex-direction:column;gap:2px;padding:8px 12px;border:1px solid #EAECF0;border-radius:6px;background:#f9fafb;font-size:14px;color:#101828}.qt-password-form__subline{font-size:13px;color:#667085}.qt-password-form__url-row{display:flex;gap:6px;align-items:stretch}.qt-password-form__url-row>.qt-input,.qt-password-form__url-row>.qt-input__wrap{flex:1 1 auto;min-width:0}.qt-password-form__url-copy{display:inline-flex;align-items:center;justify-content:center;width:38px;min-height:38px;border:1px solid #EAECF0;border-radius:6px;background:#f9fafb;color:#667085;cursor:pointer}.qt-password-form__url-copy:hover{color:#101828;background:#eef1f4}.qt-password-form__url-copy:disabled{opacity:.4;cursor:default}.qt-input__eye{pointer-events:auto;background:transparent;border:0;padding:0;display:inline-flex;align-items:center;color:#667085;cursor:pointer}.qt-input__eye:hover{color:#101828}.qt-form .qt-input__field,.qt-form .qt-select__trigger,.qt-form .qt-textarea__wrap{border-radius:6px;border-color:#eaecf0}.qt-form .qt-input__field:focus,.qt-form .qt-input__field:focus-within,.qt-form .qt-select__trigger:focus,.qt-form .qt-select__trigger:focus-within,.qt-form .qt-textarea__wrap:focus,.qt-form .qt-textarea__wrap:focus-within{border-color:#16a4fa}.qt-form .qt-input__field::placeholder,.qt-form .qt-select__placeholder,.qt-form .qt-textarea__field::placeholder{color:#98a2b3}.qt-reveal{display:flex;flex-direction:column;gap:12px}.qt-reveal__row{display:flex;flex-direction:column;gap:4px}.qt-reveal__label{font-size:12px;font-weight:600;color:#667085;text-transform:uppercase;letter-spacing:.04em}.qt-reveal__value{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #d0d5dd;border-radius:6px;background:#f9fafb;min-width:0}.qt-reveal__value--big{padding:12px 14px;background:#fff;border-color:#1570ff;box-shadow:0 0 0 3px #1570ff14}.qt-reveal__text{flex:1 1 auto;min-width:0;color:#101828;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.qt-reveal__text--mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.03em}.qt-reveal__value--big .qt-reveal__text{font-size:20px;font-weight:600;letter-spacing:.08em}.qt-reveal__countdown{font-size:11px;font-weight:600;color:#1570ff;background:#eff8ff;border-radius:999px;padding:2px 8px;flex:0 0 auto}.qt-reveal__iconbtn{flex:0 0 auto;background:transparent;border:0;padding:4px;border-radius:4px;color:#667085;cursor:pointer}.qt-reveal__iconbtn:hover{color:#101828;background:#f2f4f7}.qt-reveal__iconbtn:disabled{opacity:.4;cursor:not-allowed}.qt-reveal__hint{font-size:12px;color:#98a2b3;font-style:italic}.qt-reveal__reason{width:100%;min-height:72px;resize:vertical;padding:8px 10px;border:1px solid #d0d5dd;border-radius:6px;font:inherit;font-size:14px;color:#101828;background:#fff}.qt-reveal__reason:focus{outline:none;border-color:#1570ff;box-shadow:0 0 0 3px #1570ff1a}.qt-otp-field{display:flex;flex-direction:column;gap:10px;width:100%}.qt-otp-field__main{display:flex;align-items:stretch;gap:6px;width:100%}.qt-otp-field__box{flex:1 1 auto;min-width:0;border:1px solid #EAECF0;border-radius:8px;background:#fff;padding:10px 14px 12px;display:flex;flex-direction:column;gap:8px}.qt-otp-field__bar{width:100%;height:6px;background:#e6e8eb;border-radius:999px;overflow:hidden}.qt-otp-field__bar-fill{height:100%;background:#22c55e;transition:width .3s linear,background .3s linear}.qt-otp-field__box--warning .qt-otp-field__bar-fill{background:#f59e0b}.qt-otp-field__box--danger .qt-otp-field__bar-fill{background:#ef4444}.qt-otp-field__code{font-family:Inter,SF Mono,ui-monospace,monospace;font-variant-numeric:tabular-nums;font-size:30px;line-height:1;letter-spacing:.05em;font-weight:500;color:#101828;text-align:center;padding:6px 0 2px}.qt-otp-field__actions{display:flex;flex-direction:row;gap:4px;align-items:stretch}.qt-otp-field__btn{width:38px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;background:#f9fafb;border:1px solid #EAECF0;border-radius:6px;color:#667085;cursor:pointer;transition:background .12s ease,color .12s ease}.qt-otp-field__btn:hover:not(:disabled){background:#eef1f4;color:#101828}.qt-otp-field__btn:disabled{opacity:.4;cursor:default}.qt-otp-field__btn--active{background:#eef4ff;border-color:#b2ccff;color:#1570ff}.qt-otp-field__editor{border:1px solid #EAECF0;border-radius:8px;background:#f9fafb;padding:10px 12px 12px;display:flex;flex-direction:column;gap:8px}.qt-otp-field__editor-head{display:flex;align-items:center;justify-content:space-between}.qt-otp-field__editor-label{font-size:12px;font-weight:600;color:#667085;text-transform:uppercase;letter-spacing:.04em}.qt-otp-field__editor-actions{display:flex;gap:4px}.qt-otp-field__editor-input{width:100%;padding:8px 10px;font:inherit;font-family:Inter,ui-monospace,SF Mono,monospace;font-size:14px;color:#101828;background:#fff;border:1px solid #EAECF0;border-radius:6px;outline:none}.qt-otp-field__editor-input:focus{border-color:#1570ff;box-shadow:0 0 0 3px #1570ff1f}.qt-otp-field__editor-footer{display:flex;justify-content:flex-end;gap:8px}.qt-otp-field__editor-cancel,.qt-otp-field__editor-save{min-height:32px;padding:0 14px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease}.qt-otp-field__editor-cancel{background:#fff;border:1px solid #EAECF0;color:#344054}.qt-otp-field__editor-cancel:hover{background:#f9fafb}.qt-otp-field__editor-save{background:#1570ff;border:1px solid #1570ff;color:#fff}.qt-otp-field__editor-save:hover:not(:disabled){background:#0f5ad1;border-color:#0f5ad1}.qt-otp-field__editor-save:disabled{opacity:.5;cursor:default}.qt-current-creds__empty{color:#667085;font-size:13px;padding:6px 0}.qt-otp-countdown{--accent: #1570ff;display:flex;flex-direction:column;gap:8px;min-width:0;flex:1 1 auto}.qt-otp-countdown--warning{--accent: #F59E0B}.qt-otp-countdown--danger{--accent: #EF4444}.qt-otp-countdown__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;min-width:0}.qt-otp-countdown__code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:24px;font-weight:700;letter-spacing:.18em;color:var(--accent);line-height:1;white-space:nowrap;transition:color .2s ease}.qt-otp-countdown__seconds{font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--accent);flex:0 0 auto;transition:color .2s ease}.qt-otp-countdown__bar{height:4px;border-radius:2px;background:#eaecf0;overflow:hidden}.qt-otp-countdown__bar-fill{height:100%;background:var(--accent);transition:width .95s linear,background-color .2s ease}.qt-cred-history__empty{font-size:13px;color:#98a2b3;padding:24px 8px;text-align:center}.qt-cred-history__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;max-height:420px;overflow-y:auto}.qt-cred-history__row{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-bottom:1px solid #f2f4f7}.qt-cred-history__row:last-child{border-bottom:0}.qt-cred-history__action{flex:0 0 auto;display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.qt-cred-history__action--green{background:#ecfdf3;color:#027a48}.qt-cred-history__action--blue{background:#eff8ff;color:#1570ff}.qt-cred-history__action--amber{background:#fffaeb;color:#b54708}.qt-cred-history__action--slate{background:#f2f4f7;color:#475467}.qt-cred-history__action--red{background:#fef3f2;color:#b42318}.qt-cred-history__meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.qt-cred-history__who{font-size:13px;font-weight:500;color:#101828}.qt-cred-history__when{font-size:12px;color:#667085}.qt-cred-history__reason{font-size:12px;color:#475467;font-style:italic}.qt-audit-changes{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:4px}.qt-audit-changes__row{display:grid;grid-template-columns:120px minmax(0,1fr);gap:10px;align-items:baseline;font-size:12px;padding:3px 0}.qt-audit-changes__row:not(:last-child){border-bottom:1px dashed #f2f4f7}.qt-audit-changes__field{color:#667085;font-weight:600;text-transform:uppercase;font-size:10px;letter-spacing:.04em}.qt-audit-changes__diff{display:inline-flex;align-items:baseline;gap:6px;min-width:0;flex-wrap:wrap}.qt-audit-changes__before{color:#98a2b3;text-decoration:line-through;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.qt-audit-changes__arrow{color:#98a2b3;flex:0 0 auto}.qt-audit-changes__after{color:#101828;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.qt-audit-changes__secret{color:#b54708;font-weight:500;font-style:italic;font-size:12px}.qt-audit-changes__eye{margin-left:4px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d0d5dd;background:#fff;color:#475467;border-radius:4px;cursor:pointer}.qt-audit-changes__eye:hover{background:#f9fafb;border-color:#98a2b3;color:#101828}.qt-audit-changes__restore{margin-left:6px;padding:2px 8px;font-size:11px;line-height:1.4;border:1px solid #d0d5dd;background:#fff;color:#344054;border-radius:4px;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.qt-audit-changes__restore:hover{background:#f9fafb;border-color:#98a2b3;color:#101828}.qt-audit-changes__restore:active{background:#f2f4f7}.qt-audit-changes__restore:disabled{opacity:.55;cursor:not-allowed}.qt-lockscreen{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172aa6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:16px}.qt-lockscreen__card{width:100%;max-width:360px;background:#fff;border-radius:12px;padding:28px 28px 24px;box-shadow:0 24px 60px #0f172a59;display:flex;flex-direction:column;gap:14px}.qt-lockscreen__title{font-size:18px;font-weight:600;color:#0f172a}.qt-lockscreen__sub{font-size:13px;color:#475467}.qt-lockscreen__form{display:flex;flex-direction:column;gap:10px}.qt-lockscreen__label{font-size:12px;font-weight:500;color:#344054;text-transform:uppercase;letter-spacing:.02em}.qt-lockscreen__input{width:100%;box-sizing:border-box;padding:10px 12px;font-size:14px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#101828;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.qt-lockscreen__input:focus{border-color:#1849a9;box-shadow:0 0 0 3px #1849a91f}.qt-lockscreen__error{font-size:13px;color:#b42318}.qt-lockscreen__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.qt-auth{min-height:112vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:#fff}@media(max-width:960px){.qt-auth{grid-template-columns:1fr}}.qt-auth__form{display:flex;flex-direction:column;min-height:112vh;padding:2rem 3rem}.qt-auth__header{display:flex;align-items:center;justify-content:space-between}.qt-auth__logo{display:flex;align-items:center;gap:.6rem}.qt-auth__logo img{width:36px;height:36px}.qt-auth__logo span{font-weight:700;color:#4f5f79;font-size:1.1rem}.qt-auth__body{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 0}.qt-auth__container{width:100%;max-width:440px;display:flex;flex-direction:column;gap:1rem}.qt-auth__container h2{margin:0;font-size:1.75rem;color:#101828}.qt-auth__lede{margin:0;color:#475467;font-size:.95rem;line-height:1.5}.qt-auth__form-grid{display:flex;flex-direction:column;gap:.9rem;margin-top:.5rem}.qt-auth__password-row{display:flex;flex-direction:column;gap:.35rem}.qt-auth__password-label{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;font-weight:500;color:#344054}.qt-auth__password-wrap{position:relative}.qt-auth__password-toggle{position:absolute;top:50%;right:.8rem;transform:translateY(-50%);background:none;border:0;color:#1283c8;cursor:pointer;font-size:.8rem;padding:.15rem .35rem}.qt-auth__link-btn{background:none;border:0;color:#1283c8;cursor:pointer;font-size:.85rem;padding:0}.qt-auth__divider{display:flex;align-items:center;gap:.75rem;margin:.15rem 0;color:#667085;font-size:.8rem}.qt-auth__divider:before,.qt-auth__divider:after{content:"";flex:1;height:1px;background:#eaecf0}.qt-auth__enroll{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.85rem}.qt-auth__enroll-hero{width:56px;height:56px;border-radius:50%;background:#e8f6ff;color:#1283c8;display:grid;place-items:center}.qt-auth__enroll-lede{margin:0;color:#475467;font-size:.92rem;line-height:1.5;max-width:34ch}.qt-auth__enroll-points{list-style:none;margin:.1rem 0 0;padding:0;width:100%;display:flex;flex-direction:column;gap:.55rem}.qt-auth__enroll-points li{display:flex;align-items:flex-start;gap:.6rem;text-align:left;font-size:.85rem;color:#344054;line-height:1.4}.qt-auth__enroll-points svg{flex-shrink:0;margin-top:.05rem;color:#1283c8}.qt-auth__alert{padding:.55rem .75rem;border-radius:6px;font-size:.85rem}.qt-auth__alert--error{background:#fdecec;color:#b94441}.qt-auth__alert--success{background:#e6f4ea;color:#1e6b3a}.qt-auth__footer-link{margin-top:.75rem;font-size:.9rem;color:#475467;display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.qt-auth__footer-link a,.qt-auth__footer-link button{color:#1283c8;font-weight:500;text-decoration:none}.qt-auth__confirmation{text-align:center;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:.9rem}.qt-auth__confirmation h2{margin:0;color:#101828}.qt-auth__confirmation p{margin:0;color:#475467;line-height:1.5}.qt-auth__confirmation a{color:#1283c8;font-weight:500}.qt-auth__confirmation-icon{width:64px;height:64px;border-radius:50%;background:#e8f6ff;color:#1283c8;font-size:2rem;display:grid;place-items:center}.qt-auth__muted{color:#667085!important;font-size:.85rem}.qt-auth__footer{display:flex;justify-content:space-between;padding-top:1.5rem;font-size:.8rem;color:#667085}.qt-auth__footer nav{display:flex;gap:1rem}.qt-auth__footer nav a{color:#667085;text-decoration:none}.qt-auth__slider{background:linear-gradient(135deg,#1283c8,#45b6fb);color:#fff;display:flex;align-items:center;justify-content:center;padding:3rem}@media(max-width:960px){.qt-auth__slider{display:none}}.qt-auth__slider-inner{max-width:480px;display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center}.qt-auth__slide h5{margin:0 0 .75rem;font-size:1.5rem;font-weight:600}.qt-auth__slide p{margin:0;font-size:1rem;line-height:1.55;opacity:.9}.qt-auth__slider-dots{list-style:none;display:flex;gap:.5rem;padding:0;margin:0}.qt-auth__slider-dots li{display:block}.qt-auth__slider-dots button{width:28px;height:4px;border-radius:2px;border:0;background:#fff6;cursor:pointer;padding:0;transition:background .2s ease}.qt-auth__slider-dots button.is-active,.qt-auth__slider-dots button[aria-current=true]{background:#fff}.qt-auth__steps{display:flex;align-items:center;gap:1rem;color:#475467;font-size:.85rem}.qt-auth__steps-bar{position:relative;flex:1;height:4px;background:#eaecf0;border-radius:2px;overflow:hidden}.qt-auth__steps-bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:var(--step-progress, 33%);background:#1283c8;transition:width .25s ease}.qt-auth__step-back{background:none;border:0;color:#475467;cursor:pointer;font-size:.9rem;margin-left:.5rem}.qt-auth__input-row{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}@media(max-width:520px){.qt-auth__input-row{grid-template-columns:1fr}}.qt-auth__suffix{display:flex;align-items:stretch}.qt-auth__suffix .qt-input{flex:1}.qt-auth__suffix-tail{display:flex;align-items:center;padding:0 .9rem;background:#f2f4f7;border:1px solid #D0D5DD;border-left:0;border-radius:0 6px 6px 0;color:#475467;font-size:.9rem;white-space:nowrap}.qt-auth__terms{display:flex;align-items:flex-start;gap:.55rem;font-size:.9rem;color:#344054}.qt-auth__terms a{color:#1283c8;text-decoration:none}.qt-ticket-form{display:flex;flex-direction:column;gap:.9rem}.qt-ticket-form__footer{display:flex;justify-content:flex-end;gap:.5rem}.qt-ticket-form__submit-error{padding:.5rem .75rem;background:#fee2e2;border:1px solid #fecaca;color:#b91c1c;border-radius:4px;font-size:.85rem}.qt-aside-modern__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:800;background-color:#10182880;animation:qt-aside-modern-fade-in .2s ease-out}.qt-aside-modern__panel{position:fixed;top:16px;right:16px;bottom:16px;z-index:801;color:#475467;background:#fff;width:592px;max-width:calc(100vw - 32px);border-radius:12px;box-shadow:-8px 0 28px #0000001f;display:flex;flex-direction:column;overflow:hidden;animation:qt-aside-modern-slide-in .26s cubic-bezier(.32,.72,0,1);will-change:transform}.qt-aside-modern.--large .qt-aside-modern__panel{width:642px}.qt-aside-modern.--x-large .qt-aside-modern__panel{width:940px}.qt-aside-modern__header{height:56px;background-color:#fcfcfd;border-bottom:1px solid #EAECF0;display:flex;align-items:center;justify-content:space-between;padding-left:24px;padding-right:16px;flex-shrink:0}.qt-aside-modern__header-title{font-size:18px;font-weight:600;line-height:28px;color:#101828}.qt-aside-modern__header-close{height:32px;width:32px;background:transparent;border:0;font-size:22px;line-height:1;color:#475467;cursor:pointer;border-radius:6px;display:inline-flex;align-items:center;justify-content:center}.qt-aside-modern__header-close:hover{background:#f2f4f7}.qt-aside-modern__content{padding:24px;overflow:auto;overflow-x:hidden;flex:1;background-color:#fff}.qt-aside-modern__footer{padding:16px 24px;display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-top:1px solid #EAECF0;flex-shrink:0}.qt-aside-modern .qt-inputs-row{display:flex;column-gap:16px;row-gap:16px;margin-bottom:24px}.qt-aside-modern .qt-inputs-row:last-child{margin-bottom:0}.qt-aside-modern .qt-inputs-row>div{flex-grow:1}.qt-aside-modern .qt-inputs-row input,.qt-aside-modern .qt-inputs-row textarea,.qt-aside-modern .qt-inputs-row .qt-select-input-40{width:100%}.qt-aside-modern .qt-inputs-row .qt-f50{flex:0 1 calc(50% - 8px)}.qt-aside-modern .qt-inputs-row .qt-f100{flex:0 1 100%}.qt-aside-modern .qt-input-block{position:relative;display:flex;flex-direction:column}.qt-aside-modern .qt-input-block__label{font-size:14px;line-height:17px;font-weight:500;color:#101828;margin-bottom:8px}.qt-aside-modern .qt-input-block input:not([type=checkbox]):not([type=radio]),.qt-aside-modern .qt-input-block textarea{width:100%;padding:11px 14px;background-color:#fff;border:1px solid #EAECF0;box-shadow:inset 0 1px 2px #1018280d;border-radius:6px;color:#101828;font-size:14px;font-weight:400;line-height:17px;font-family:inherit}.qt-aside-modern .qt-input-block input:not([type=checkbox]):not([type=radio])::placeholder,.qt-aside-modern .qt-input-block textarea::placeholder{color:#98a2b3}.qt-aside-modern .qt-input-block input:not([type=checkbox]):not([type=radio]):hover,.qt-aside-modern .qt-input-block textarea:hover{border-color:#d0d5dd}.qt-aside-modern .qt-input-block input:not([type=checkbox]):not([type=radio]):focus,.qt-aside-modern .qt-input-block textarea:focus{outline:2px solid rgba(22,164,250,.1);border-color:#16a4fa}.qt-aside-modern .qt-input-block input:not([type=checkbox]):not([type=radio]).--input-error,.qt-aside-modern .qt-input-block textarea.--input-error{border-color:#d92d20}.qt-aside-modern .qt-input-block input{height:40px}.qt-aside-modern .qt-input-block textarea{min-height:96px;padding:10px 14px;resize:vertical}.qt-aside-modern .qt-checkbox-row{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#101828;cursor:pointer;-webkit-user-select:none;user-select:none}.qt-aside-modern .qt-checkbox-row input[type=checkbox]{width:16px;height:16px;accent-color:#16a4fa;cursor:pointer}.qt-aside-modern .qt-inputs-row .qt-f33{flex:0 1 calc(33.333% - 11px)}.qt-aside-modern .qt-affix-input{position:relative;display:inline-flex;align-items:center;width:100%;height:40px;background:#fff;border:1px solid #EAECF0;border-radius:6px;box-shadow:inset 0 1px 2px #1018280d;overflow:hidden;font-size:14px;color:#101828}.qt-aside-modern .qt-affix-input:hover{border-color:#d0d5dd}.qt-aside-modern .qt-affix-input:focus-within{outline:2px solid rgba(22,164,250,.1);border-color:#16a4fa}.qt-aside-modern .qt-affix-input.--input-error{border-color:#d92d20}.qt-aside-modern .qt-affix-input__affix{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:100%;color:#98a2b3;font-weight:500;-webkit-user-select:none;user-select:none}.qt-aside-modern .qt-affix-input input{flex:1 1 auto;height:100%;width:100%;min-width:0;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;padding:0 12px 0 0;color:inherit;font-size:inherit;font-family:inherit}.qt-aside-modern .qt-affix-input input::placeholder{color:#98a2b3}.qt-aside-modern .qt-affix-input--prefix .qt-affix-input__affix{border-right:1px solid #F2F4F7;background:#fcfcfd}.qt-aside-modern .qt-affix-input--prefix input{padding-left:12px}.qt-aside-modern .qt-affix-input--suffix .qt-affix-input__affix{border-left:1px solid #F2F4F7;background:#fcfcfd}.qt-aside-modern .qt-affix-input--suffix input{padding-left:12px;padding-right:0}.qt-aside-modern .qt-inputs-row.--required .qt-input-block__label:after,.qt-aside-modern .qt-input-block.--required .qt-input-block__label:after{content:" *";color:#d92d20}.qt-aside-modern .qt-row-label{display:flex;justify-content:space-between;align-items:baseline}.qt-aside-modern .qt-invalid-feedback{margin-top:6px;color:#d92d20;font-size:12px;line-height:15px}.qt-aside-modern .qt-link-btn{color:#1283c8;font-size:12px;font-weight:600;line-height:16px;cursor:pointer}.qt-aside-modern .qt-link-btn:hover{text-decoration:underline}.qt-aside-modern .create-user-contact{position:absolute;right:0;top:0;z-index:2}.qt-aside-modern .switch-link{font-size:14px;font-weight:500;color:#101828;margin-bottom:8px}.qt-aside-modern .info-section{display:flex;align-items:flex-start;gap:8px;background:#e8f6ff;border:1px solid #B9E4FE;border-radius:6px;padding:10px 12px;color:#344054;font-size:13px;line-height:18px}.qt-aside-modern .info-section__icon{width:16px;height:16px;flex-shrink:0;background-color:#1283c8;mask:radial-gradient(circle,currentColor 45%,transparent 46%);-webkit-mask:radial-gradient(circle,currentColor 45%,transparent 46%)}.qt-select-input-40{position:relative}.qt-select-input-40__trigger{width:100%;height:40px;padding:11px 14px;background:#fff;border:1px solid #EAECF0;border-radius:6px;box-shadow:inset 0 1px 2px #1018280d;font-size:14px;color:#101828;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;font-family:inherit}.qt-select-input-40__trigger:hover{border-color:#d0d5dd}.qt-select-input-40__trigger:focus,.qt-select-input-40__trigger[aria-expanded=true]{outline:2px solid rgba(22,164,250,.1);border-color:#16a4fa}.qt-select-input-40__trigger.--input-error{border-color:#d92d20}.qt-select-input-40__trigger .qt-placeholder{color:#98a2b3}.qt-select-input-40__caret{margin-left:8px;color:#667085;font-size:14px}.qt-select-input-40__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #EAECF0;border-radius:6px;box-shadow:0 8px 24px #10182814;z-index:10;padding:4px 0;margin:0;list-style:none;max-height:280px;overflow-y:auto}.qt-select-input-40__search{display:block;width:calc(100% - 8px);margin:4px 4px 8px;height:32px!important;padding:7px 10px!important;font-size:13px;border:1px solid #EAECF0;border-radius:6px}.qt-select-input-40__list{list-style:none;margin:0;padding:0;max-height:240px;overflow-y:auto}.qt-select-input-40__item{padding:9px 14px;font-size:14px;color:#101828;cursor:pointer}.qt-select-input-40__item:hover{background:#f9fafb}.qt-select-input-40__empty{padding:12px 14px;font-size:13px;color:#667085;text-align:center}.qt-aside-modern .qt-with-number-types{position:relative;display:flex;align-items:stretch}.qt-aside-modern .qt-with-number-types__input{flex:1;border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-width:0!important}.qt-aside-modern .qt-with-number-types__types-btn{height:40px;padding:0 10px;background:#f9fafb;border:1px solid #EAECF0;border-left-width:0;border-top-right-radius:6px;border-bottom-right-radius:6px;color:#344054;font-size:13px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:4px;min-width:80px;font-family:inherit}.qt-aside-modern .qt-with-number-types__types-btn:hover{background:#f2f4f7}.qt-aside-modern .qt-with-number-types__caret{color:#667085}.qt-aside-modern .grey-dropdown{position:relative}.qt-aside-modern .grey-dropdown__menu{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #EAECF0;border-radius:6px;box-shadow:0 8px 24px #10182814;z-index:10;padding:4px 0;min-width:120px}.qt-aside-modern .grey-dropdown__item{display:block;width:100%;border:0;background:transparent;text-align:left;padding:8px 14px;font-size:13px;color:#101828;cursor:pointer;font-family:inherit}.qt-aside-modern .grey-dropdown__item:hover{background:#f9fafb}.qt-aside-modern .qt-button{height:40px;padding:0 16px;background:#16a4fa;color:#fff;border:1px solid #16a4fa;border-radius:6px;font-size:14px;font-weight:600;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;transition:background .12s ease,border-color .12s ease}.qt-aside-modern .qt-button:hover{background:#1283c8;border-color:#1283c8}.qt-aside-modern .qt-button:disabled{opacity:.6;cursor:not-allowed}.qt-aside-modern .qt-button.--gray{background:#fff;color:#344054;border-color:#d0d5dd}.qt-aside-modern .qt-button.--gray:hover{background:#f9fafb;border-color:#98a2b3}.qt-aside-modern .qt-button.--md{height:36px;font-size:13px}.qt-aside-modern .qt-button.--loading{opacity:.85;cursor:progress}.qt-aside-modern .qt-button.qt-w100{flex:1 1 100%}.qt-aside-modern .qt-button.qt-jc-c{justify-content:center}.qt-aside-modern .qt-button.qt-mr-12{margin-right:12px}.qt-aside-modern .qt-button.qt-mt-16{margin-top:16px}.qt-aside-modern .qt-df{display:flex}.qt-aside-modern .qt-w100{width:100%}.qt-aside-modern .qt-mb-8{margin-bottom:8px}@keyframes qt-aside-modern-fade-in{0%{opacity:0}to{opacity:1}}@keyframes qt-aside-modern-slide-in{0%{transform:translate(calc(100% + 16px))}to{transform:translate(0)}}.qt-create-ticket__title{display:flex;align-items:center;gap:.625rem}.qt-create-ticket__preview-pill{display:inline-flex;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:500;color:#344054;background:#f2f4f7;border:1px solid #eaecf0;border-radius:999px;line-height:1;letter-spacing:.02em}.qt-create-ticket{display:flex;flex-direction:column;gap:1rem}.qt-create-ticket__field{display:flex;flex-direction:column;gap:.5rem}.qt-create-ticket__label{font-size:.8125rem;font-weight:500;color:#101828;line-height:1.125rem}.qt-create-ticket__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 2.5rem;background:#fff;border:1px dashed #d0d5dd;border-radius:6px;cursor:pointer;transition:border-color .12s ease,background .12s ease}.qt-create-ticket__dropzone:hover,.qt-create-ticket__dropzone:focus-visible{border-color:#98a2b3;background:#fafafa;outline:none}.qt-create-ticket__dropzone--active{border-color:#16a4fa;background:#16a4fa0f}.qt-create-ticket__dropzone-text{font-size:.875rem;color:#101828;text-align:center;line-height:1.25rem}.qt-create-ticket__dropzone-link{color:#16a4fa;font-weight:500}.qt-create-ticket__file-input{display:none}.qt-create-ticket__files{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.qt-create-ticket__file{display:flex;align-items:center;gap:.5rem;padding:.375rem .625rem;background:#f9fafb;border:1px solid #eaecf0;border-radius:4px;font-size:.8125rem}.qt-create-ticket__file-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#101828}.qt-create-ticket__file-state{flex-shrink:0;font-size:.75rem;color:#667085}.qt-create-ticket__file-state--uploading{color:#16a4fa}.qt-create-ticket__file-state--done{color:#2ec866}.qt-create-ticket__file-state--error{color:#d92d20}.qt-create-ticket__file-remove{flex-shrink:0;width:22px;height:22px;border:none;background:transparent;color:#667085;font-size:1rem;line-height:1;border-radius:3px;cursor:pointer}.qt-create-ticket__file-remove:hover:not(:disabled){background:#eaecf0;color:#101828}.qt-create-ticket__file-remove:disabled{opacity:.5;cursor:not-allowed}.qt-create-ticket__submit-error{padding:.5rem .75rem;background:#fee2e2;border:1px solid #fecaca;color:#b91c1c;border-radius:4px;font-size:.8125rem;line-height:1.25rem}.qt-filters{display:flex;flex-direction:column;gap:1.1rem}.qt-filters__section{display:flex;flex-direction:column;gap:.35rem}.qt-filters__label{font-size:.8rem;color:#4f5f79;font-weight:500}.qt-filters__status-list{display:flex;flex-direction:column;gap:.35rem;padding:.25rem 0}.qt-filters__status-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.88rem}.qt-filters__status-dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.qt-filters__status-name{flex:1}.qt-filters__status-more{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:.25rem 0;align-self:flex-start;font-size:.8rem;font-weight:600;color:#2563eb;cursor:pointer}.qt-filters__date-row{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.qt-filters__footer{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap}.qt-merge{display:flex;flex-direction:column;gap:.75rem}.qt-merge__hint{font-size:.86rem;color:#64748b}.qt-merge__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.qt-merge__item{border:1px solid #e1e4ea;border-radius:6px;padding:.6rem .75rem}.qt-merge__item:hover{border-color:#8bd2fd;background:#f7fbff}.qt-merge__row{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer}.qt-merge__row input[type=radio]{margin-top:3px}.qt-merge__meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.qt-merge__line{display:flex;gap:.5rem;align-items:baseline}.qt-merge__number{font-weight:600;color:#4f5f79;font-size:.82rem}.qt-merge__subject{color:#4f5f79;font-size:.92rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-merge__sub{display:flex;gap:.75rem;font-size:.8rem;color:#64748b}.qt-merge__person{display:inline-flex;align-items:center;gap:.35rem}.qt-merge__notice{padding:.6rem .8rem;background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:4px;font-size:.85rem}.qt-merge__notice--block{background:#fef2f2;border-color:#fecaca;color:#991b1b}.qt-user-form-aside .qt-aside-modern__panel{width:640px}.qt-user-form-aside__photorow{align-items:center}.qt-user-form-aside__photo{display:flex;align-items:center;gap:16px;width:100%}.qt-user-form-aside__photo-circle{flex-shrink:0;width:64px;height:64px;border-radius:50%;border:1px solid #EAECF0;background:#f9fafb;color:#667085;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;padding:0}.qt-user-form-aside__photo-circle img{width:100%;height:100%;object-fit:cover}.qt-user-form-aside__photo-controls{display:flex;flex-direction:column;gap:6px}.qt-user-form-aside__photo-buttons{display:inline-flex;gap:8px}.qt-user-form-aside__photo-btn{height:36px;padding:0 14px;background:#fff;border:1px solid #D0D5DD;border-radius:6px;font-size:13px;font-weight:600;color:#344054;cursor:pointer;font-family:inherit}.qt-user-form-aside__photo-btn:hover{background:#f9fafb}.qt-user-form-aside__photo-btn.--danger{color:#d92d20;border-color:#d0d5dd;background:transparent}.qt-user-form-aside__photo-btn.--danger:hover{background:#d92d200d}.qt-user-form-aside__photo-hint{font-size:12px;color:#667085;line-height:16px}.qt-user-form-aside .qt-with-number-types{position:relative;align-items:stretch;height:40px;border:1px solid #D0D5DD;border-radius:6px;background:#fff;transition:border-color .12s ease,box-shadow .12s ease}.qt-user-form-aside .qt-with-number-types:focus-within{border-color:#16a4fa;box-shadow:0 0 0 3px #16a4fa1f}.qt-user-form-aside .qt-with-number-types__types-btn.--leading{border-radius:0;border-top:0;border-right:1px solid #EAECF0;border-bottom:0;border-left:0;height:100%;background:#fff}.qt-user-form-aside .qt-with-number-types__types-btn.--leading:hover{background:#f9fafb;border-color:#eaecf0}.qt-user-form-aside .qt-with-number-types__types-btn.--leading:focus{outline:none;box-shadow:none}.qt-user-form-aside__phone-input{flex:1 1 auto;min-width:0;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.qt-user-form-aside__phone-input:focus-within{box-shadow:none!important}.qt-user-form-aside__phone-input .qt-phone__country{background:#fff;border-right-color:#eaecf0}.qt-user-form-aside__phone-input .qt-phone__country:hover{background:#f9fafb}.qt-user-form-aside__phone-remove{position:absolute;right:-28px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:0;background:transparent;color:#667085;cursor:pointer;font-size:18px;line-height:1;border-radius:4px}.qt-user-form-aside__phone-remove:hover{background:#f2f4f7;color:#d92d20}.qt-user-form-aside__add-row{width:100%;height:36px;background:#fff;border:1px dashed #D0D5DD;border-radius:6px;font-size:13px;font-weight:500;color:#344054;cursor:pointer;font-family:inherit}.qt-user-form-aside__add-row:hover{border-color:#98a2b3;background:#f9fafb}.qt-user-form-aside__companies{border:1px solid #EAECF0;border-radius:8px;padding:0;margin-bottom:24px;background:#fcfcfd}.qt-user-form-aside__companies-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #EAECF0}.qt-user-form-aside__companies-title{font-size:14px;font-weight:600;color:#101828}.qt-user-form-aside__add-small{height:28px;padding:0 10px;border:1px solid #D0D5DD;border-radius:6px;background:#fff;font-size:12px;font-weight:600;color:#344054;cursor:pointer;font-family:inherit}.qt-user-form-aside__add-small:hover{background:#f9fafb}.qt-user-form-aside__company-card{padding:20px 20px 16px;border-bottom:1px solid #EAECF0;position:relative}.qt-user-form-aside__company-card:last-child{border-bottom:0}.qt-user-form-aside__company-card .qt-inputs-row{margin-bottom:16px}.qt-user-form-aside__card-remove{margin-top:4px;padding:6px 0;background:transparent;border:0;color:#d92d20;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit}.qt-user-form-aside__card-remove:hover{text-decoration:underline}.qt-user-form-aside__toggles{display:grid;grid-template-columns:1fr 1fr;row-gap:12px;column-gap:12px}.qt-user-form-aside__toggles .qt-checkbox-row{font-size:13px;align-items:center}.qt-user-form-aside__info{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:#98a2b3;cursor:help;margin-left:2px}.qt-user-form-aside__chipselect .qt-select-input-40__trigger{height:auto;min-height:40px;padding:6px 14px}.qt-user-form-aside__chip-trigger{align-items:center}.qt-user-form-aside__chips{display:flex;flex-wrap:wrap;gap:6px;flex:1;min-height:28px;align-items:center}.qt-user-form-aside__chip{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500;line-height:18px}.qt-user-form-aside__chip button{background:transparent;border:0;color:inherit;font-size:14px;line-height:1;cursor:pointer;padding:0}.qt-user-form-aside__chip.--green{background:#ecfdf3;color:#027a48}.qt-user-form-aside__chip.--blue{background:#eff8ff;color:#175cd3}.qt-user-form-aside__tags{width:100%;min-height:40px;padding:6px 10px;display:flex;flex-wrap:wrap;align-items:center;gap:6px;background:#fff;border:1px solid #EAECF0;border-radius:6px;box-shadow:inset 0 1px 2px #1018280d}.qt-user-form-aside__tags input{flex:1;min-width:120px;height:28px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;outline:none!important;font-size:14px;color:#101828}.qt-user-form-aside__tags input:focus{outline:none!important;border:0!important}.qt-user-form-aside__tags:focus-within{border-color:#16a4fa;outline:2px solid rgba(22,164,250,.1)}.qt-user-form-aside__tags-icon{color:#667085;display:inline-flex;align-items:center;margin-right:2px}.qt-user-form-aside__toast{position:fixed;bottom:24px;left:24px;z-index:1000;padding:12px 14px;background:#101828;color:#fff;border-radius:8px;display:inline-flex;align-items:center;gap:10px;font-size:14px;min-width:240px;box-shadow:0 10px 24px #1018283d;animation:qt-user-form-toast-in .18s ease-out}.qt-user-form-aside__toast-dot{width:16px;height:16px;border-radius:50%;background:#12b76a;position:relative}.qt-user-form-aside__toast-dot:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-left:2px solid white;border-bottom:2px solid white;transform:rotate(-45deg) translate(-1px,-2px)}.qt-user-form-aside__toast-close{margin-left:auto;background:transparent;border:0;color:#98a2b3;font-size:16px;line-height:1;cursor:pointer;padding:0 4px}.qt-user-form-aside__toast-close:hover{color:#fff}@keyframes qt-user-form-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.qt-user-form-aside__password{margin-top:1rem;padding-top:1rem;border-top:1px solid #e3e8ef}.qt-user-form-aside__password-title{font-weight:600;color:#1f2937;margin-bottom:.25rem}.qt-user-form-aside__password-hint{font-size:.82rem;color:#6b7687;margin-bottom:.6rem}.qt-user-form-aside__password-actions{display:flex;gap:.5rem;flex-wrap:wrap}.qt-user-form-aside__password-form{margin-top:.75rem;display:grid;gap:.5rem;max-width:360px}.qt-user-form-aside__password-flash{margin-top:.5rem;color:#166534;font-size:.86rem}.qt-marketing-name{display:flex;flex-direction:column;min-width:0;line-height:1.2}.qt-marketing-contact{display:inline-flex;align-items:center;gap:.4rem;color:#4f5f79}.qt-marketing-actions{display:inline-flex;gap:.5rem;align-items:center;justify-content:flex-end}.qt-iconbtn{background:transparent;border:0;padding:0;display:inline-flex;align-items:center;justify-content:center;color:#8491a5;cursor:pointer}.qt-iconbtn:hover{color:#4f5f79}.qt-filters-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:260px;background:#fff;border:1px solid #e2e6eb;border-radius:8px;box-shadow:0 10px 28px #1018281f;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.5rem}.qt-filters-popover__hdr{font-size:.72rem;font-weight:600;color:#8491a5;text-transform:uppercase;letter-spacing:.06em}.qt-filters-popover__hint{margin:0;font-size:.75rem;color:#98a2b3;line-height:1.4}.qt-filter-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#2e90fa;margin-left:6px}.qt-cshell{display:flex;flex-direction:column;min-height:112vh;background:#edf2f6}.qt-cshell__header{display:flex;align-items:center;gap:1rem;height:56px;padding:0 1.5rem;background:#fff;border-bottom:1px solid #e2e6eb}.qt-cshell__brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:#4f5f79;font-weight:600;font-size:1rem}.qt-cshell__brand img{width:24px;height:24px}.qt-cshell__spacer{flex:1}.qt-cshell__menu{position:relative}.qt-cshell__avatarbtn{background:transparent;border:0;padding:0;cursor:pointer}.qt-cshell__dropdown{position:absolute;top:calc(100% + 6px);right:0;width:220px;background:#fff;border:1px solid #e2e6eb;border-radius:6px;box-shadow:0 10px 40px #00000014;z-index:100;overflow:hidden}.qt-cshell__dropitem{display:block;width:100%;text-align:left;background:transparent;border:0;padding:.6rem .9rem;font-size:.88rem;color:#4f5f79;cursor:pointer;font-family:inherit;text-decoration:none}.qt-cshell__dropitem:hover:not(.qt-cshell__dropitem--static){background:#f5f7fa}.qt-cshell__dropitem--static{cursor:default;border-bottom:1px solid #eef1f4}.qt-cshell__dropname{font-weight:600}.qt-cshell__dropemail{font-size:.78rem;color:#8491a5}.qt-cshell__nav{display:flex;gap:.25rem;padding:0 1.5rem;background:#fff;border-bottom:1px solid #e2e6eb}.qt-cshell__navitem{position:relative;padding:.85rem 1rem;color:#4f5f79;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .12s ease}.qt-cshell__navitem:hover,.qt-cshell__navitem--active{color:#1283c8}.qt-cshell__navitem--active:after{content:"";position:absolute;left:1rem;right:1rem;bottom:-1px;height:2px;background:#1283c8}.qt-cshell__content{flex:1;padding:1.5rem;max-width:1100px;width:100%;margin:0 auto}.qt-csignin{min-height:112vh;display:grid;place-items:center;background:linear-gradient(135deg,#0d6296,#45b6fb);padding:1rem}.qt-csignin__card{width:400px;background:#fff;border-radius:10px;box-shadow:0 20px 60px #0d629638;padding:2.25rem;display:flex;flex-direction:column;gap:1rem}.qt-csignin__brand{display:flex;align-items:center;gap:.6rem}.qt-csignin__brand img{width:40px;height:40px}.qt-csignin__brand h1{margin:0;font-size:1.35rem;color:#4f5f79}.qt-csignin__tagline{margin:0 0 .5rem;color:#6b7687;font-size:.9rem}.qt-csignin__error{background:#fdecec;color:#b94441;font-size:.85rem;padding:.5rem .75rem;border-radius:4px}.qt-csignin__footnote{margin-top:.5rem;font-size:.8rem;color:#8491a5;text-align:center}.qt-cpage{display:flex;flex-direction:column;gap:1rem}.qt-cpage__header{display:flex;align-items:center;gap:.75rem}.qt-cpage__title{flex:1;font-size:1.3rem;font-weight:600;color:#4f5f79;margin:0}.qt-cpage__muted{color:#8491a5;font-size:.88rem}.qt-cpage__body{background:#fff;border-radius:6px;border:1px solid #e2e6eb}.qt-cpage__empty{padding:3rem 1.5rem;text-align:center;color:#8491a5}.qt-cticket{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:1rem}.qt-cticket__main,.qt-cticket__aside{display:flex;flex-direction:column;gap:1rem}.qt-cticket__thread{display:flex;flex-direction:column;gap:.75rem}.qt-cticket__msg{background:#f7f9fc;border:1px solid #e2e6eb;border-radius:6px;padding:.85rem 1rem}.qt-cticket__msg--mine{background:#e8f6ff;border-color:#b9e4fe}.qt-cticket__msghead{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#6b7687;margin-bottom:.4rem}.qt-cticket__msghead strong{color:#4f5f79;font-weight:600}.qt-cticket__msgbody{white-space:pre-wrap;color:#4f5f79;font-size:.9rem;line-height:1.5}.qt-cstatus{display:inline-block;padding:2px 8px;border-radius:10px;border:1px solid currentColor;font-size:.75rem;font-weight:500}.qt-company-crumbs{display:flex;align-items:center;gap:8px;padding:10px 24px;background:#f8fafc;border-bottom:1px solid #e5e7eb;font-size:13px;color:#475569}.qt-company-crumbs__back{background:transparent;border:0;padding:0;cursor:pointer;color:#1d4ed8;font:inherit}.qt-company-crumbs__back:hover{text-decoration:underline}.qt-company-crumbs__sep{color:#94a3b8}.qt-company-crumbs__name{font-weight:600;color:#0f172a}.qt-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:16px 24px}.qt-kpi-tile{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px 18px;display:flex;flex-direction:column;gap:6px}.qt-kpi-tile__label{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.qt-kpi-tile__value{font-size:24px;font-weight:600;color:#0f172a}.qt-kpi-tile__sub{font-size:12px;color:#94a3b8}.qt-link{color:#1d4ed8;text-decoration:none}.qt-link:hover{text-decoration:underline}.qt-user-detail{padding:16px 24px;display:grid;grid-template-columns:280px 1fr;gap:16px}.qt-user-detail__meta{display:flex;flex-direction:column;gap:8px}.qt-kv{display:grid;grid-template-columns:160px 1fr;gap:12px;padding:8px 0;border-bottom:1px solid #f1f5f9}.qt-kv__k{color:#64748b;font-size:13px}.qt-kv__v{color:#0f172a;font-size:13px}.qt-sublist{display:flex;flex-direction:column;gap:6px;max-height:320px;overflow:auto}.qt-sublist__row{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.qt-sublist__label{display:flex;align-items:center;gap:10px;flex:1;cursor:pointer}.qt-sublist__name{flex:1;font-size:14px;color:#0f172a}.qt-sublist__add{display:flex;align-items:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9}.qt-user-cell{display:flex;align-items:center;gap:10px;min-width:0}.qt-user-cell__text{display:flex;flex-direction:column;min-width:0}.qt-user-cell__name{font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qt-user-cell__email{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qt-user-phones{display:flex;flex-direction:column;gap:2px}.qt-user-phones__row{display:flex;align-items:center;gap:6px;font-size:13px;color:#475569}.qt-user-phones__icon{font-size:12px;opacity:.75}.qt-sub-pills{display:flex;flex-wrap:wrap;gap:4px;max-width:260px}.qt-sub-pills__chip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background:#1570ff14;border:1px solid rgba(21,112,255,.2);color:#1570ff;font-size:12px;cursor:pointer}.qt-sub-pills__chip:hover .qt-sub-pills__x{color:#d92d20}.qt-sub-pills__x{color:#64748b;font-weight:600;line-height:1}.qt-sub-pills__more{color:#64748b;font-size:12px;font-weight:500;padding:2px 8px}.qt-assignee-stack{display:inline-flex;align-items:center}.qt-assignee-stack__avatar{border:2px solid #fff;border-radius:50%;margin-right:-8px;position:relative;background:#e5e7eb}.qt-assignee-stack__avatar:last-of-type{margin-right:0}.qt-assignee-stack__more{margin-left:4px;color:#64748b;font-size:12px}.qt-company-actionbar{position:sticky;bottom:16px;z-index:5;display:flex;justify-content:center;padding:0 24px;pointer-events:none}.qt-company-actionbar>*{pointer-events:auto}.qt-time-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px;white-space:nowrap}.qt-modal__row{margin-bottom:12px}.qt-modal__hint{font-size:12px;color:#64748b;margin-top:8px}.qt-modal__placeholder{padding:16px 0;font-size:14px;color:#475569}.qt-modal__error{margin-bottom:12px;padding:8px 12px;border-radius:6px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:13px}.qt-modal__error-list{margin:12px 0 0 16px;font-size:13px;color:#b91c1c}.qt-tickets{display:flex;flex-direction:column;height:100%;background:#fff}.qt-tickets__subheader{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 24px;background:#f9fafb;border-bottom:1px solid #EAECF0;min-height:56px}.qt-tickets__subheader-title{font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:24px;color:#101828;display:inline-flex;align-items:baseline;gap:8px}.qt-tickets__count{font-size:14px;font-weight:500;color:#667085}.qt-tickets__subheader-actions{display:flex;align-items:center;gap:12px}.qt-tickets__filter-anchor{position:relative;display:inline-flex}.qt-tickets__body{flex:1;padding:24px;overflow:auto}.qt-tktpill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #EAECF0;border-radius:8px;box-shadow:0 1px 2px #1018280d;color:#667085;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.qt-tktpill:hover{background:#f9fafb;color:#344054;border-color:#d0d5dd}.qt-tktpill__icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px}.qt-tktpill__label{white-space:nowrap}.qt-tktpill__badge{min-width:20px;padding:2px 8px;background:#f2f4f7;color:#344054;border-radius:24px;font-size:12px;font-weight:500;line-height:16px;text-align:center}.qt-tktbl{display:flex;flex-direction:column;background:#fff;border:1px solid #EAECF0;border-radius:12px;overflow:hidden;min-width:0;font-family:Inter,sans-serif}.qt-tktbl__head,.qt-tktbl__row{display:grid;grid-template-columns:36px minmax(0,1.3fr) 56px 88px minmax(0,2.6fr) minmax(0,1.3fr) 64px minmax(0,.9fr) 140px 88px 92px 36px;align-items:center}.qt-tktbl--no-company .qt-tktbl__head,.qt-tktbl--no-company .qt-tktbl__row{grid-template-columns:36px minmax(0,1.3fr) 56px 88px minmax(0,3.6fr) 64px minmax(0,.9fr) 140px 88px 92px 36px}.qt-tktbl__head{background:#f9fafb;border-bottom:1px solid #EAECF0;min-height:44px;color:#667085;font-size:14px;font-weight:500;line-height:20px}.qt-tktbl__body{display:flex;flex-direction:column}.qt-tktbl__row{position:relative;min-height:64px;border-bottom:1px solid #EAECF0;color:#101828;font-size:14px;font-weight:400;line-height:20px;cursor:pointer;transition:background .1s ease}.qt-tktbl__row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--qt-priority, transparent);pointer-events:none}.qt-tktbl__row:last-child{border-bottom:0}.qt-tktbl__row:hover{background:#f9fafb}.qt-tktbl__row--selected{background:#e8f6ff}.qt-tktbl__row--selected:hover{background:#d0edfe}.qt-tktbl__cell{display:flex;align-items:center;gap:8px;padding:10px;min-width:0;overflow:hidden}.qt-tktbl__cell--check{padding:12px;justify-content:center}.qt-tktbl__cell--icon{padding:12px 0;justify-content:center}.qt-tktbl__cell--requested{gap:12px}.qt-tktbl__cell--updated{font-size:12px;color:#667085;white-space:nowrap}.qt-tktbl__cell--company,.qt-tktbl__cell--assignee{gap:8px}.qt-tktbl__cell--actions{padding:8px;justify-content:center}.qt-tktbl__cell--actions>*{opacity:0;transition:opacity .12s ease}.qt-tktbl__cell--sla{align-items:flex-start;flex-direction:column;gap:6px;padding:14px 16px}.qt-tktbl__cell--indicators{gap:6px;padding:12px 8px;color:#667085}.qt-tktbl__row-icon{display:inline-flex;align-items:center;justify-content:center;color:#667085;flex-shrink:0;line-height:0}.qt-tktbl__row-icon>svg{display:block}.qt-tktbl__row:hover .qt-tktbl__cell--actions>*,.qt-tktbl__row:focus-within .qt-tktbl__cell--actions>*{opacity:1}.qt-tktbl__th--sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.qt-tktbl__th--sortable:hover{color:#344054}.qt-tktbl__caret{display:inline-block;margin-left:4px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #D0D5DD}.qt-tktbl__caret--asc{border-top:0;border-bottom:5px solid #16a4fa}.qt-tktbl__caret--desc{border-top:5px solid #16a4fa}.qt-tktbl__subject{display:inline-flex;align-items:center;gap:8px;min-width:0;width:100%}.qt-tktbl__tktno{font-weight:500;color:#101828;white-space:nowrap}.qt-tktbl__status-pill{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;border:1px solid currentColor;font-size:12px;font-weight:500;line-height:18px;white-space:nowrap}.qt-tktbl__cell--tktno,.qt-tktbl__cell--status{justify-content:flex-start}.qt-tktbl__assignees{display:inline-flex;align-items:center;gap:4px;min-width:0;flex-wrap:nowrap}.qt-tktbl__assignee-row{display:inline-flex;align-items:center;gap:8px;min-width:0;flex-wrap:nowrap;width:100%}.qt-tktbl__assignee-extra{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:12px;font-weight:500}.qt-tktbl__assignee-stack{display:inline-flex;align-items:center}.qt-tktbl__assignee-stack__avatar{border:2px solid #ffffff;border-radius:50%;margin-right:-8px;position:relative;background:#f2f4f7}.qt-tktbl__assignee-stack__avatar:last-of-type{margin-right:0}.qt-tktbl__assignee-stack__more{margin-left:14px;color:#667085;font-size:12px}.qt-tktbl__sla{display:inline-flex;flex-direction:column;gap:2px;min-width:100px;width:100%}.qt-tktbl__sla__bar{height:4px;background:#f2f4f7;border-radius:2px;overflow:hidden}.qt-tktbl__sla__fill{height:100%}.qt-tktbl__sla__label{font-size:11px;color:#667085}.qt-tktbl__dot{color:#98a2b3;flex-shrink:0}.qt-tktbl__date{color:#101828}.qt-tktbl__truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.qt-tktbl__muted{color:#98a2b3}.qt-tktbl__iconbtn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:6px;color:#667085;cursor:pointer;transition:background .12s ease}.qt-tktbl__iconbtn:hover{background:#f2f4f7}.qt-tktbl__sentinel{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:44px;padding:12px;color:#667085;font-size:12px}.qt-tktbl__placeholder{padding:48px 24px;text-align:center;color:#667085;font-size:14px;line-height:20px}.qt-tktbl__placeholder .qt-tktbl__empty-title{color:#101828;font-weight:600;font-size:16px;margin-bottom:4px}.qt-tktbl__placeholder .qt-tktbl__empty-hint{color:#667085}.qt-tktsla{display:flex;flex-direction:column;gap:6px;width:100%}.qt-tktsla__track{width:100%;height:6px;background:#f2f4f7;border-radius:4px;overflow:hidden}.qt-tktsla__fill{height:100%;border-radius:4px;transition:width .16s ease}.qt-tktsla__fill--ok{background:#2ec866}.qt-tktsla__fill--warn{background:#ffb937}.qt-tktsla__fill--bad{background:#f04438}.qt-tktsla__label{font-size:12px;line-height:16px;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qt-tktstatus{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:500;line-height:16px;border:1px solid transparent;box-shadow:0 1px 2px #1018280d;white-space:nowrap}.qt-tktstatus--inprogress{background:#e8f6ff;border-color:#a2dbfd;color:#1283c8}.qt-tktstatus--new{background:#f4f3ff;border-color:#d9d6fe;color:#7839ee}.qt-tktstatus--closed{background:#eafaf0;border-color:#abe9c2;color:#25a052}.qt-tktstatus--onhold,.qt-tktstatus--pending{background:#fff8eb;border-color:#ffe3af;color:#cc942c}.qt-tktstatus--neutral{background:#f9fafb;border-color:#eaecf0;color:#344054}.ticket-filter-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:40;width:320px;max-height:min(560px,100vh - 120px);display:flex;flex-direction:column;background:#fff;border:1px solid #EAECF0;border-radius:12px;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;font-family:Inter,sans-serif;overflow:hidden}.ticket-filter-menu__head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #F2F4F7}.ticket-filter-menu__title{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#101828}.ticket-filter-menu__count{min-width:20px;padding:2px 8px;background:#e8f6ff;color:#1283c8;border-radius:24px;font-size:12px;font-weight:500;line-height:16px;text-align:center}.ticket-filter-menu__clear{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:4px 6px;font:inherit;font-size:13px;font-weight:500;color:#1283c8;cursor:pointer;border-radius:4px}.ticket-filter-menu__clear:hover{background:#f9fafb}.ticket-filter-menu__body{flex:1 1 auto;overflow-y:auto;padding:4px 0}.ticket-filter-menu__section{border-bottom:1px solid #F2F4F7}.ticket-filter-menu__section:last-child{border-bottom:none}.ticket-filter-menu__section--open{background:transparent}.ticket-filter-menu__section-head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 16px;background:none;border:none;font:inherit;font-size:13px;font-weight:600;color:#344054;cursor:pointer;text-align:left}.ticket-filter-menu__section-head:hover{background:#f9fafb}.ticket-filter-menu__section-label{display:inline-flex;align-items:center;gap:6px}.ticket-filter-menu__section-count{min-width:18px;padding:1px 6px;background:#f2f4f7;color:#344054;border-radius:12px;font-size:11px;font-weight:500;line-height:14px;text-align:center}.ticket-filter-menu__chevron{width:8px;height:8px;border-right:2px solid #98A2B3;border-bottom:2px solid #98A2B3;transform:rotate(45deg);transition:transform .14s ease}.ticket-filter-menu__chevron--open{transform:rotate(-135deg)}.ticket-filter-menu__section-body{padding:2px 16px 10px;display:flex;flex-direction:column;gap:2px}.ticket-filter-menu__empty{padding:6px 0;font-size:12px;color:#98a2b3}.ticket-filter-menu__scroll{max-height:180px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.ticket-filter-menu__row{display:flex;align-items:center;gap:8px;padding:6px 4px;font-size:13px;color:#344054;cursor:pointer;border-radius:6px}.ticket-filter-menu__row:hover{background:#f9fafb}.ticket-filter-menu__dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.ticket-filter-menu__row-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ticket-filter-menu__date-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ticket-filter-menu__date-field{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#667085}.ticket-filter-menu__date-field input{padding:6px 8px;border:1px solid #EAECF0;border-radius:6px;font:inherit;font-size:13px;color:#344054;background:#fff}.ticket-filter-menu__date-field input:focus{outline:none;border-color:#1283c8}.ticket-filter-menu__foot{display:flex;justify-content:flex-end;gap:8px;padding:10px 16px;border-top:1px solid #F2F4F7;background:#fff}.qt-td{display:flex;flex-direction:column;width:100%;height:100%;min-height:0;min-width:0;overflow-x:hidden;background:#f9fafb}.qt-td__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;background:#fff;border-bottom:1px solid #EAECF0;min-height:64px;min-width:0;flex-wrap:wrap;row-gap:8px}.qt-td__header-left{display:flex;align-items:center;gap:12px;min-width:0;position:relative}.qt-td__header-right{display:flex;align-items:center;gap:12px;min-width:0;flex-wrap:wrap}.qt-td__header-back{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:transparent;border:1px solid transparent;color:#475467;cursor:pointer;transition:background 80ms ease,border-color 80ms ease}.qt-td__header-back:hover{background:#f9fafb;border-color:#eaecf0;color:#101828}.qt-td__header-back:focus-visible{outline:none;box-shadow:0 0 0 3px #2e90fa40}.qt-td__header-status-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:16px;font-size:12px;font-weight:500;line-height:18px;background:#f5f8ff;color:#155eef;border:1px solid #F5F8FF;cursor:pointer;font-family:inherit;transition:filter 80ms ease,box-shadow 80ms ease}.qt-td__header-status-pill:hover{filter:brightness(.96)}.qt-td__header-status-pill:focus-visible{outline:none;box-shadow:0 0 0 3px #2e90fa40}.qt-td__header-claim{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:24px;background:#fff;border:1px solid #EAECF0;font-size:13px;color:#344054;box-shadow:0 1px 2px #1018280d;min-width:0;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-td__header-claim:before{content:"";display:inline-block;width:16px;height:16px;background-color:#1283c8;-webkit-mask:url(/static/icons/check-round.svg) center/16px no-repeat;mask:url(/static/icons/check-round.svg) center/16px no-repeat;flex:0 0 16px}.qt-td__header-timer{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:6px;background:#fff;border:1px solid #EAECF0;font-size:13px;color:#344054;font-variant-numeric:tabular-nums}.qt-td__header-more{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#fff;border:1px solid #EAECF0;color:#475467;cursor:pointer}.qt-td__header-submit{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;background:#1283c8;color:#fff;font-weight:600;font-size:14px;line-height:20px;border:0;cursor:pointer}.qt-td__header-submit-caret{display:inline-flex;width:1px;height:16px;background:#ffffff80;margin-left:4px}.qt-td__more-menu{position:absolute;top:72px;right:140px;min-width:200px;padding:6px;background:#fff;border:1px solid #EAECF0;border-radius:10px;box-shadow:0 8px 24px #1018281f;z-index:20;display:flex;flex-direction:column;gap:2px}.qt-td__more-menu-item{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:0;background:transparent;border-radius:6px;font-size:13px;color:#344054;text-align:left;cursor:pointer}.qt-td__more-menu-item:hover{background:#f9fafb}.qt-td__more-menu-item.--danger{color:#d92d20}.qt-td__more-menu-item.--danger:hover{background:#d92d200f}.qt-td__body{flex:1 1 auto;min-height:0;min-width:0;display:grid;grid-template-columns:320px minmax(0,1fr) 360px 56px;background:#f9fafb;transition:grid-template-columns .24s cubic-bezier(.4,0,.2,1)}.qt-td__body.--no-right-aside{grid-template-columns:320px minmax(0,1fr) 360px 56px}.qt-td__body--left-collapsed{grid-template-columns:32px minmax(0,1fr) 360px 56px}.qt-td__body--right-collapsed{grid-template-columns:320px minmax(0,1fr) 32px 56px}.qt-td__body--left-collapsed.qt-td__body--right-collapsed{grid-template-columns:32px minmax(0,1fr) 32px 56px}@media(max-width:1700px){.qt-td__body{grid-template-columns:300px minmax(0,1fr) 320px 56px}.qt-td__body--left-collapsed{grid-template-columns:32px minmax(0,1fr) 320px 56px}.qt-td__body--right-collapsed{grid-template-columns:300px minmax(0,1fr) 32px 56px}}.qt-td__side{position:relative;min-width:0;display:flex;flex-direction:column;overflow:hidden}.qt-td__side--left{border-right:1px solid #EAECF0;background:#fff}.qt-td__side--right{border-left:1px solid #EAECF0;background:#fff}.qt-td__side>:first-child{border-right:0;border-left:0}.qt-td__collapsed{display:flex;align-items:flex-start;justify-content:center;padding-top:12px;background:#fff}.qt-td__collapsed--left{border-right:1px solid #EAECF0}.qt-td__collapsed--right{border-left:1px solid #EAECF0}.qt-td__collapse-btn{width:22px;height:22px;border-radius:6px;border:1px solid #EAECF0;background:#fff;color:#667085;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .12s ease,color .12s ease,border-color .12s ease}.qt-td__collapse-btn:hover{background:#f9fafb;color:#1d2939;border-color:#d0d5dd}.qt-td__collapse-btn--edge{position:absolute;top:12px;z-index:5;box-shadow:0 1px 2px #1018280f}.qt-td__collapse-btn--edge-right{right:8px}.qt-td__collapse-btn--edge-left{left:8px}.qt-td__left{padding:16px;overflow:auto;border-right:1px solid #EAECF0;background:#fff;min-width:0;display:flex;flex-direction:column;gap:16px}.qt-td__card{background:#fff;border:1px solid #EAECF0;border-radius:10px;padding:16px}.qt-td__card--plain{padding:0;border:none;background:transparent}.qt-td__card-title{font-size:14px;font-weight:500;line-height:20px;color:#101828;display:flex;align-items:center;justify-content:space-between;gap:8px}.qt-td__card-sub{font-size:12px;line-height:16px;color:#667085;margin-top:2px}.qt-td__stat-row{display:flex;align-items:center;gap:12px}.qt-td__stat-row+.qt-td__stat-row{margin-top:12px}.qt-td__stat-row-icon{width:36px;height:36px;flex:0 0 36px;border-radius:10px;background:#f2f4f7;display:inline-flex;align-items:center;justify-content:center;color:#667085}.qt-td__stat-row-body{min-width:0;flex:1 1 auto}.qt-td__stat-row-label{font-size:12px;line-height:16px;color:#667085}.qt-td__stat-row-value{font-size:14px;line-height:20px;font-weight:600;color:#101828;display:flex;align-items:center;justify-content:space-between;gap:8px}.qt-td__stat-row-value .qt-td__stat-row-suffix{font-weight:400;font-size:12px;line-height:16px;color:#667085;padding:4px 8px;border:1px solid #EAECF0;border-radius:16px;white-space:nowrap}.qt-td__tracker{margin-top:4px;padding-top:16px;border-top:1px solid #F2F4F7}.qt-td__tracker-title{font-size:14px;font-weight:600;color:#101828}.qt-td__tracker-sub{font-size:12px;color:#667085;margin-top:2px}.qt-td__tracker-actions{display:flex;gap:8px;margin-top:12px}.qt-td__tracker-btn{flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:8px;border:1px solid #EAECF0;background:#fff;color:#344054;font-size:14px;font-weight:500;cursor:pointer}.qt-td__tracker-btn.--primary{background:#1283c8;color:#fff;border-color:#1283c8}.qt-td__field{display:flex;flex-direction:column;gap:6px}.qt-td__field+.qt-td__field{margin-top:14px}.qt-td__field-label{font-size:14px;font-weight:500;line-height:20px;color:#344054;display:inline-flex;align-items:center;gap:4px}.qt-td__field-select{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#fff;border:1px solid #D0D5DD;border-radius:8px;font-size:14px;line-height:20px;color:#101828;cursor:pointer;min-height:40px}.qt-td__field-select.--disabled{background:#f9fafb;color:#667085;cursor:not-allowed}.qt-td__field-select-left{display:flex;align-items:center;gap:8px;min-width:0}.qt-td__field-select-caret{color:#667085}.qt-td__chips{display:flex;flex-wrap:wrap;gap:8px}.qt-td__chips-empty{color:#98a2b3;font-size:13px}.qt-td__chip{display:inline-flex;align-items:center;gap:6px;padding:4px 8px 4px 4px;background:#fff;border:1px solid #EAECF0;border-radius:16px;font-size:13px;color:#344054}.qt-td__chip-avatar{width:20px;height:20px;border-radius:50%}.qt-td__chip-remove{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:0;background:transparent;color:#667085;cursor:pointer}.qt-td__chip-remove .qt-icon{width:13px!important;height:13px!important}.qt-td__chip-remove:hover{color:#344054;background:#f2f4f7}.qt-td__chip.--tag{padding:2px 8px 2px 10px;background:#f9fafb;border-color:#eaecf0}.qt-td__chip.--device{padding:4px 10px 4px 8px;background:#fff;border-color:#eaecf0}.qt-td__add-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#fff;border:1px solid #EAECF0;border-radius:8px;font-size:13px;color:#344054;font-weight:500;cursor:pointer}.qt-td__add-btn.--disabled{opacity:.5;cursor:not-allowed}.qt-td__attach{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid #EAECF0;border-radius:10px}.qt-td__attach+.qt-td__attach{margin-top:8px}.qt-td__attach-icon{width:36px;height:36px;flex:0 0 36px;border-radius:10px;background:#f2f4f7;display:inline-flex;align-items:center;justify-content:center;color:#667085}.qt-td__attach-body{min-width:0;flex:1 1 auto}.qt-td__attach-name{font-size:13px;font-weight:500;color:#101828;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-td__attach-meta{font-size:12px;color:#667085;margin-top:2px}.qt-td__centre{background:#fff;display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;overflow:hidden;border-right:1px solid #EAECF0}.qt-td__tabs{display:flex;align-items:center;border-bottom:1px solid #EAECF0;padding:0 24px;height:48px;gap:24px}.qt-td__tab{display:inline-flex;align-items:center;gap:8px;padding:14px 0;border:0;background:transparent;color:#667085;font-size:14px;line-height:20px;font-weight:500;cursor:pointer;position:relative;white-space:nowrap}.qt-td__tab.--active{color:#1283c8}.qt-td__tab.--active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#1283c8;border-radius:1px}.qt-td__tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 5px;border-radius:9px;background:#f2f4f7;color:#344054;font-size:11px;font-weight:600}.qt-td__tab.--active .qt-td__tab-badge{background:#e8f6ff;color:#1283c8}.qt-td__panel{flex:1 1 auto;min-height:0;overflow:auto;padding:24px;display:flex;flex-direction:column}.qt-td__conv-root{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;overflow:hidden}.qt-td__conv-body{flex:1 1 auto;overflow:auto;padding:24px;display:flex;flex-direction:column;gap:20px;background:#fff}.qt-td__conv-root-message{display:flex;flex-direction:column;gap:12px}.qt-td__conv-author{display:flex;align-items:flex-start;gap:12px}.qt-td__conv-author-name{font-weight:600;font-size:14px;color:#101828}.qt-td__conv-author-time{color:#667085;font-size:12px;margin-left:6px}.qt-td__conv-author-meta{font-size:12px;color:#667085;margin-top:2px}.qt-td__conv-author-meta a{color:#1283c8;text-decoration:underline;margin-left:4px}.qt-td__conv-subject{font-size:16px;line-height:24px;font-weight:600;color:#101828;margin-top:4px}.qt-td__conv-company-link{color:#155eef;text-decoration:none;font-weight:500}.qt-td__conv-company-link:hover{text-decoration:underline}.qt-td__conv-text{font-size:14px;line-height:22px;color:#344054;white-space:pre-wrap;word-break:break-word}.qt-td__conv-show-toggle{align-self:center;display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:16px;background:#f5f8ff;color:#155eef;font-size:13px;font-weight:500;border:0;cursor:pointer}.qt-td__conv-divider{border:0;border-top:1px solid #F2F4F7;margin:0}.qt-td__conv-reply{border:1px solid #EAECF0;border-radius:12px;background:#fff;padding:16px;display:flex;flex-direction:column;gap:10px}.qt-td__conv-reply-chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.qt-td__conv-reply-to-label{font-size:13px;color:#667085}.qt-td__conv-reply-text{font-size:14px;line-height:22px;color:#344054;white-space:pre-wrap}.qt-td__conv-reply-attach{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;background:#f9fafb;border:1px solid #EAECF0;border-radius:10px;max-width:320px}.qt-td__conv-reply-attach-icon{width:32px;height:32px;border-radius:8px;background:#fff;border:1px solid #EAECF0;display:inline-flex;align-items:center;justify-content:center;color:#667085}.qt-td__conv-reply-attach-name{font-size:13px;font-weight:500;color:#101828}.qt-td__conv-reply-attach-size{margin-left:6px;padding:1px 6px;border-radius:10px;background:#f2f4f7;color:#475467;font-size:11px}.qt-td__composer{border-top:1px solid #EAECF0;background:#fff;display:flex;flex-direction:column;flex-shrink:0}.qt-td__composer.--expanded{height:70%}.qt-td__composer.--locked{background:#f9fafb}.qt-td__composer.--locked .qt-td__composer-editor{background:#f2f4f7;color:#98a2b3;cursor:not-allowed}.qt-td__composer.--locked .qt-td__composer-toolbar button,.qt-td__composer.--locked .qt-td__composer-notify-add{opacity:.5;pointer-events:none}.qt-td__composer-notify{display:flex;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid #F2F4F7}.qt-td__composer-notify-label{color:#667085;font-size:13px}.qt-td__composer-notify-add{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border:1px dashed #D0D5DD;border-radius:50%;background:#fff;color:#667085;cursor:pointer}.qt-td__composer-notify-add:hover{border-style:solid;color:#344054;background:#f9fafb}.qt-td__composer-notify-expand{margin-left:auto;display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:1px solid #EAECF0;border-radius:6px;background:#fff;color:#667085;cursor:pointer}.qt-td__composer-area{min-height:120px;padding:12px 16px}.qt-td__composer-area textarea{width:100%;min-height:96px;border:0;resize:vertical;outline:none;font-size:14px;line-height:22px;color:#101828;font-family:inherit}.qt-td__composer-editor{width:100%;min-height:96px;max-height:400px;overflow-y:auto;border:0;outline:none;font-size:14px;line-height:22px;color:#101828;font-family:Inter,inherit;white-space:pre-wrap;word-break:break-word}.qt-td__composer-editor:empty:before{content:attr(data-placeholder);color:#98a2b3;pointer-events:none}.qt-td__composer-editor ul,.qt-td__composer-editor ol{margin:4px 0 4px 1.5em;padding:0}.qt-td__composer-editor li{margin:2px 0}.qt-td__composer-editor font[size="2"]{font-size:12px}.qt-td__composer-editor font[size="3"]{font-size:14px}.qt-td__composer-editor font[size="5"]{font-size:18px}.qt-td__composer-editor font[size="7"]{font-size:24px}.qt-td__composer-toolbar{display:flex;align-items:center;gap:8px;padding:8px 16px;border-top:1px solid #F2F4F7;color:#667085}.qt-td__composer-tb-btn{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:0;background:transparent;border-radius:4px;color:#667085;cursor:pointer}.qt-td__composer-tb-btn:hover{background:#f9fafb}.qt-td__composer-tb-sep{width:1px;height:16px;background:#eaecf0;margin:0 4px}.qt-td__composer-tb-select{display:inline-flex;align-items:center;gap:6px;padding:4px 6px 4px 8px;border:0;background:transparent;color:#667085;font-size:13px;cursor:pointer;border-radius:4px;font-family:inherit;outline:none}.qt-td__composer-tb-select:hover{background:#f9fafb}.qt-td__composer-footer{display:flex;align-items:center;gap:8px;padding:10px 16px;border-top:1px solid #F2F4F7}.qt-td__composer-icon-btn{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid #EAECF0;border-radius:8px;background:#fff;color:#667085;cursor:pointer}.qt-td__composer-post{margin-left:auto;padding:8px 20px;border-radius:8px;background:#1283c8;color:#fff;border:0;font-size:14px;font-weight:500;cursor:pointer}.qt-td__composer-post:disabled{opacity:.5;cursor:not-allowed}.qt-td__section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.qt-td__section-head h2{font-size:18px;line-height:28px;font-weight:600;color:#101828;margin:0}.qt-td__prod-card{background:#fff;border:1px solid #EAECF0;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.qt-td__prod-card+.qt-td__prod-card{margin-top:12px}.qt-td__prod-card-row{display:flex;align-items:flex-start;gap:16px}.qt-td__prod-card-thumb{width:56px;height:56px;flex:0 0 56px;border-radius:10px;background:#f9fafb;border:1px solid #F2F4F7;display:inline-flex;align-items:center;justify-content:center;color:#d0d5dd;overflow:hidden}.qt-td__prod-card-thumb img{width:100%;height:100%;object-fit:cover}.qt-td__prod-card-body{flex:1 1 auto;min-width:0}.qt-td__prod-card-category{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;background:#f2f4f7;color:#344054;font-size:11px;font-weight:500;line-height:16px;text-transform:capitalize}.qt-td__prod-card-name{font-size:16px;font-weight:600;color:#101828;margin-top:6px}.qt-td__prod-card-desc{font-size:13px;color:#667085;margin-top:4px}.qt-td__prod-card-price{text-align:right;font-size:16px;font-weight:600;color:#101828}.qt-td__prod-card-sub-price{font-size:12px;color:#667085;margin-top:2px}.qt-td__prod-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid #F2F4F7}.qt-td__prod-card-show-more{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;color:#667085;font-size:13px;cursor:pointer}.qt-td__prod-card-controls{display:flex;align-items:center;gap:8px}.qt-td__prod-card-tech{display:inline-flex;align-items:center;gap:6px;padding:3px 10px 3px 3px;border:1px solid #EAECF0;border-radius:24px;font-size:13px;color:#344054}.qt-td__prod-card-tech img{width:20px;height:20px;border-radius:50%}.qt-td__prod-card-status-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;border:1px solid #EAECF0;background:#fff;font-size:13px;color:#344054;cursor:pointer}.qt-td__prod-card-status-pill[data-tone=in-stock]{background:#eafaf0;color:#1c783d;border-color:#abe9c2}.qt-td__prod-card-status-pill[data-tone=ordered]{background:#f5f8ff;color:#155eef;border-color:#a2dbfd}.qt-td__prod-card-status-pill[data-tone=need-to-order]{background:#fff8eb;color:#996f21;border-color:#ffe3af}.qt-td__prod-card-kebab{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid #EAECF0;border-radius:6px;background:#fff;color:#667085;cursor:pointer}.qt-td__prod-picker{background:#fff;border-radius:12px;width:720px;max-width:90vw;max-height:80vh;box-shadow:0 12px 24px #1018281f;display:flex;flex-direction:column;padding:20px;gap:12px}.qt-td__prod-picker-head{display:flex;align-items:center;justify-content:space-between}.qt-td__prod-picker-title{font-size:18px;font-weight:600}.qt-td__prod-picker-tabs{display:flex;gap:20px;border-bottom:1px solid #EAECF0}.qt-td__prod-picker-tab{padding:10px 0;background:none;border:0;color:#667085;font-size:14px;font-weight:500;position:relative;cursor:pointer}.qt-td__prod-picker-tab.--active{color:#1283c8}.qt-td__prod-picker-tab.--active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#1283c8}.qt-td__prod-picker-search-row{display:flex;gap:8px}.qt-td__prod-picker-list{overflow:auto;display:flex;flex-direction:column;gap:8px;flex:1 1 auto;min-height:0}.qt-td__prod-picker-item{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid #EAECF0;border-radius:10px}.qt-td__prod-picker-item-thumb{width:44px;height:44px;border-radius:8px;background:#f9fafb;flex:0 0 44px}.qt-td__prod-picker-item-body{min-width:0;flex:1 1 auto}.qt-td__prod-picker-item-name{font-size:14px;font-weight:600;color:#101828}.qt-td__prod-picker-item-desc{font-size:12px;color:#667085;margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.qt-td__prod-picker-item-price{font-size:14px;font-weight:600;color:#101828}.qt-td__prod-picker-item-add{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:6px;border:1px solid #D0D5DD;background:#fff;color:#344054;font-size:13px;font-weight:500;cursor:pointer}.qt-td__prod-modal{width:1320px;max-width:98vw;max-height:92vh;background:#fff;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.qt-td__prod-modal-head{padding:20px 24px;border-bottom:1px solid #EAECF0;display:flex;align-items:center;justify-content:space-between}.qt-td__prod-modal-title{font-size:18px;font-weight:600}.qt-td__prod-modal-body{padding:16px 24px;overflow:auto}.qt-td__prod-modal-foot{padding:12px 24px;border-top:1px solid #EAECF0;display:flex;align-items:center;justify-content:flex-end;gap:8px}.qt-td__prod-modal-table{width:100%;min-width:1200px;border-collapse:separate;border-spacing:0}.qt-td__prod-modal-table th,.qt-td__prod-modal-table td{padding:10px;text-align:left;vertical-align:middle;white-space:nowrap}.qt-td__prod-modal-table thead th{background:#f9fafb;font-size:12px;font-weight:500;color:#667085;border-bottom:1px solid #EAECF0}.qt-td__prod-modal-table tbody td{border-bottom:1px solid #F2F4F7}.qt-td__prod-modal-table input,.qt-td__prod-modal-table .qt-td__prod-modal-input{width:100%;border:1px solid #EAECF0;border-radius:6px;padding:8px 10px;font-size:13px;color:#101828;background:#fff}.qt-td__prod-modal-table input:focus,.qt-td__prod-modal-table .qt-td__prod-modal-input:focus{outline:2px solid #A2DBFD;outline-offset:-1px}.qt-td__prod-modal-money{position:relative}.qt-td__prod-modal-money:before{content:"$";position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#98a2b3;font-size:13px}.qt-td__prod-modal-money input{padding-left:22px}.qt-td__prod-modal-add-row{display:inline-flex;align-items:center;gap:4px;margin-top:12px;padding:6px 12px;border:1px solid #EAECF0;border-radius:6px;background:#fff;color:#344054;font-size:13px;cursor:pointer}.qt-td__prod-modal-cancel{padding:8px 16px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;color:#344054;font-size:14px;font-weight:500;cursor:pointer}.qt-td__prod-modal-save{padding:8px 20px;border-radius:8px;background:#1283c8;color:#fff;border:0;font-size:14px;font-weight:500;cursor:pointer}.qt-td__prod-modal-save:disabled{opacity:.5;cursor:not-allowed}.qt-td__svc-modal-body{display:flex;flex-direction:column;gap:12px}.qt-td__svc-draft-card{border:1px solid #EAECF0;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:12px;background:#fff}.qt-td__svc-draft-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(120px,max-content) minmax(120px,max-content) minmax(160px,max-content) auto auto;gap:12px;align-items:end}.qt-td__svc-draft-field{display:flex;flex-direction:column;gap:4px;min-width:0}.qt-td__svc-draft-field>span{font-size:12px;color:#667085;font-weight:500}.qt-td__svc-draft-field select,.qt-td__svc-draft-field input{width:100%;box-sizing:border-box}.qt-td__svc-draft-field--wide{min-width:220px}.qt-td__svc-draft-field--tech{align-self:flex-end}.qt-td__svc-picker-trigger{display:flex;align-items:center;gap:8px;width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid #D0D5DD;border-radius:8px;background:#fff;font-size:13px;color:#344054;text-align:left;cursor:pointer;outline:none}.qt-td__svc-picker-trigger:hover:not(:disabled){border-color:#98a2b3}.qt-td__svc-picker-trigger:focus{outline:none}.qt-td__svc-picker-trigger:focus-visible{outline:none;border-color:#98a2b3;box-shadow:0 0 0 2px #1018280f}.qt-td__svc-picker-trigger:disabled{background:#f9fafb;color:#98a2b3;cursor:not-allowed}.qt-td__svc-picker-trigger-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-td__svc-picker-trigger-placeholder{color:#98a2b3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-td__svc-draft-actions{display:flex;gap:4px;align-self:flex-end}.qt-td__svc-draft-editor{display:flex;flex-direction:column;gap:8px}.qt-td__svc-pane{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.qt-td__svc-scroll{flex:1 1 auto;min-height:0;overflow:auto}.qt-td__svc-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #EAECF0;border-radius:12px;overflow:hidden}.qt-td__svc-table th,.qt-td__svc-table td{padding:12px 14px;font-size:14px;text-align:left;vertical-align:middle;overflow:hidden;word-break:break-word}.qt-td__svc-table thead th{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#667085;background:#fcfcfd;padding-top:10px;padding-bottom:10px;border-bottom:1px solid #F2F4F7;position:sticky;top:0;z-index:1;white-space:nowrap}.qt-td__svc-table tbody td{border-top:1px solid #F2F4F7;color:#1d2939}.qt-td__svc-table tbody tr:hover td{background:#fcfcfd}.qt-td__svc-table tr:first-child td{border-top:0}.qt-td__svc-table-name-cell{display:inline-flex;align-items:center;gap:10px;min-width:0;width:100%}.qt-td__svc-table-name-cell.--btn{background:transparent;border:0;padding:0;color:inherit;font:inherit;text-align:left;cursor:pointer}.qt-td__svc-table-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:500;color:#101828}.qt-td__svc-table-expander{color:#98a2b3;flex:0 0 12px;transition:transform .12s ease}.qt-td__svc-table-tech-placeholder{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:50%;background:#f2f4f7;color:#98a2b3}.qt-td__svc-table-time-input{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;margin:-6px -8px;border:1px solid transparent;border-radius:8px;color:#101828;background:transparent;transition:background-color .12s ease,border-color .12s ease;cursor:pointer}.qt-td__svc-table-time-input:hover{background:#f9fafb}.qt-td__svc-table-time-input:focus-within{background:#fff;border-color:#16a4fa;box-shadow:0 0 0 3px #16a4fa1f;cursor:text}.qt-td__svc-table-time-input .qt-icon{color:#98a2b3;flex-shrink:0}.qt-td__svc-table-time-input .qt-select__trigger,.qt-td__svc-table-time-input .qt-select__field,.qt-td__svc-table-time-input input{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding:0!important;font-size:13px;font-variant-numeric:tabular-nums;color:#101828;min-height:20px}.qt-td__svc-table-time-input .qt-select__caret{color:#98a2b3}.qt-td__svc-table-date{display:inline-flex;align-items:center;gap:6px;color:#344054;font-size:13px;font-variant-numeric:tabular-nums}.qt-td__svc-table-date .qt-icon{color:#98a2b3;flex-shrink:0}.qt-td__svc-table-duration{font-size:13px;color:#344054;font-variant-numeric:tabular-nums;letter-spacing:0}.qt-td__svc-table-duration-empty{color:#98a2b3}.qt-td__svc-table-actions{display:inline-flex;align-items:center;gap:6px}.qt-td__svc-table-tech-cell{position:relative;padding:4px 8px;overflow:visible}.qt-td__svc-table-tech-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:50%;border:0;background:transparent;cursor:pointer}.qt-td__svc-table-tech-btn:hover{background:#f9fafb}.qt-td__svc-table-trash-cell{padding:4px;text-align:center}.qt-td__svc-table-trash{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border-radius:6px;border:0;background:transparent;color:#667085;cursor:pointer}.qt-td__svc-table-trash:hover{background:#f9fafb;color:#d92d20}.qt-td__svc-table-desc-row td{padding:0 16px 12px 40px;white-space:normal;overflow:visible;text-overflow:clip}.qt-td__svc-table-desc{font-size:13px;color:#667085;background:#f9fafb;padding:10px 12px;border-radius:8px;white-space:normal}.qt-td__task-list{display:flex;flex-direction:column;gap:0}.qt-td__task-row{display:grid;grid-template-columns:24px 1fr auto auto auto auto;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid #F2F4F7}.qt-td__task-row:last-child{border-bottom:0}.qt-td__task-row-check{display:inline-flex;width:20px;height:20px;border:1.5px solid #D0D5DD;border-radius:50%;align-items:center;justify-content:center;cursor:pointer;background:#fff;color:transparent}.qt-td__task-row-check.--done{background:#2ec866;border-color:#2ec866;color:#fff}.qt-td__task-row-title{font-size:14px;color:#1d2939;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:4px;padding:2px 4px;margin:-2px -4px}.qt-td__task-row-title.--done{text-decoration:line-through;color:#98a2b3}.qt-td__task-row-title.--editable{cursor:text}.qt-td__task-row-title.--editable:hover{background:#f9fafb}.qt-td__task-row-title-edit{font-size:14px;color:#1d2939;width:100%;min-width:0;border:1px solid #16a4fa;border-radius:6px;padding:4px 8px;outline:none;box-shadow:0 0 0 3px #16a4fa2e}.qt-td__task-row-pill{display:inline-flex;padding:2px 10px;border-radius:16px;font-size:12px;font-weight:500}.qt-td__task-row-due{font-size:13px;color:#667085;display:inline-flex;align-items:center;gap:6px}.qt-td__task-row-due.--overdue{color:#d92d20}.qt-td__task-row-avatars{display:inline-flex;align-items:center}.qt-td__task-row-avatars img,.qt-td__task-row-avatars .qt-td__task-row-avatar,.qt-td__task-row-avatars .qt-td__task-row-overflow{width:24px;height:24px;border-radius:50%;margin-left:-6px;border:2px solid #ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;color:#fff;background:#1283c8}.qt-td__task-row-avatars img:first-child,.qt-td__task-row-avatars .qt-td__task-row-avatar:first-child,.qt-td__task-row-avatars>:first-child{margin-left:0}.qt-td__task-row-avatars .qt-td__task-row-overflow{background:#d5f4e0;color:#1c783d;font-size:11px;font-weight:500}.qt-td__task-row-trash{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid #EAECF0;border-radius:6px;background:#fff;color:#667085;cursor:pointer}.qt-td__task-add-avatar{display:inline-flex;width:28px;height:28px;border:1px dashed #D0D5DD;border-radius:50%;align-items:center;justify-content:center;background:transparent;cursor:pointer;padding:0;overflow:hidden}.qt-td__task-add-avatar[aria-pressed=true],.qt-td__task-add-avatar:hover{border-color:#1283c8}.qt-td__task-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:260px;background:#fff;border:1px solid #EAECF0;border-radius:8px;box-shadow:0 8px 24px #1018281f;padding:10px;display:flex;flex-direction:column;gap:8px}.qt-td__task-popover-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#667085}.qt-td__task-popover-input{border:1px solid #EAECF0;border-radius:6px;padding:6px 8px;font-size:13px;outline:none;width:100%}.qt-td__task-popover-input:focus{border-color:#1283c8}.qt-td__task-popover-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.qt-td__task-popover-clear,.qt-td__task-popover-done{font-size:12px;padding:4px 10px;border-radius:6px;cursor:pointer;border:1px solid #EAECF0;background:#fff}.qt-td__task-popover-done{background:#1283c8;color:#fff;border-color:#1283c8}.qt-td__task-popover-list{display:flex;flex-direction:column;max-height:240px;overflow-y:auto;margin:0 -2px}.qt-td__task-popover-empty{font-size:12px;color:#667085;padding:8px}.qt-td__task-popover-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;border:0;background:transparent;text-align:left;cursor:pointer}.qt-td__task-popover-item:hover{background:#f9fafb}.qt-td__task-popover-item.--picked{background:#1d7cc814}.qt-td__task-popover-name{font-size:13px;color:#344054;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-td__task-popover-email{font-size:11px;color:#667085;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:50%}.qt-td__qs-empty{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center}.qt-td__qs-empty-icon{width:48px;height:48px;border-radius:50%;background:#f2f4f7;display:inline-flex;align-items:center;justify-content:center;color:#667085}.qt-td__qs-empty-title{font-size:16px;font-weight:600;color:#101828}.qt-td__qs-empty-sub{font-size:13px;color:#667085;max-width:320px}.qt-td__qs-session{background:#fff;border:1px solid #EAECF0;border-radius:12px;padding:20px}.qt-td__qs-session-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.qt-td__qs-session-head h3{font-size:16px;font-weight:600;margin:0}.qt-td__qs-key-box{border:1px solid #EAECF0;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:12px}.qt-td__qs-key-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#667085}.qt-td__qs-key-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.qt-td__qs-key-value{font-size:32px;font-weight:600;color:#101828;font-variant-numeric:tabular-nums}.qt-td__qs-key-actions{display:flex;gap:8px}.qt-td__qs-instruct{display:flex;align-items:flex-start;gap:6px;padding-top:12px;border-top:1px solid #F2F4F7;font-size:13px;color:#667085}.qt-td__qs-instruct a{color:#1283c8;text-decoration:underline}.qt-td__qs-status{margin-top:16px;background:#f9fafb;border-radius:10px;padding:20px}.qt-td__qs-status-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#667085;margin-bottom:12px}.qt-td__qs-status-bar{position:relative;display:flex;align-items:center;justify-content:space-between}.qt-td__qs-status-node{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:6px}.qt-td__qs-status-circle{width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid #EAECF0;display:inline-flex;align-items:center;justify-content:center;color:#667085}.qt-td__qs-status-circle.--ready{border-color:#2ec866;color:#2ec866}.qt-td__qs-status-name{font-size:13px;font-weight:500;color:#344054}.qt-td__qs-status-ready{font-size:12px;color:#25a052}.qt-td__qs-status-track{position:absolute;left:24px;right:24px;top:23px;height:2px;background:#eaecf0;z-index:0}.qt-td__qs-status-track-fill{height:100%;background:#2ec866}.qt-td__tl-item{border:1px solid #EAECF0;border-radius:12px;background:#fff;padding:16px}.qt-td__tl-item+.qt-td__tl-item{margin-top:16px}.qt-td__tl-item-head{display:flex;align-items:flex-start;gap:12px}.qt-td__tl-item-body{font-size:14px;line-height:22px;color:#344054;margin-top:10px;padding:12px;background:#f9fafb;border-radius:10px;white-space:pre-wrap}.qt-td__tl-item-kicker{font-size:12px;color:#667085;text-transform:capitalize}.qt-td__tl-item-chip{display:inline-flex;align-items:center;padding:2px 10px;border-radius:16px;font-size:11px;font-weight:500;line-height:16px;text-transform:capitalize;flex:0 0 auto;white-space:nowrap}.qt-td__right{background:#fff;padding:16px;overflow:auto;border-right:1px solid #EAECF0;display:flex;flex-direction:column;gap:16px;min-width:0}.qt-td__client{display:flex;flex-direction:column;gap:12px}.qt-td__client-title{font-size:16px;font-weight:600;color:#101828}.qt-td__client-avatar{width:48px;height:48px;border-radius:50%;background:#f04438;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:600}.qt-td__client-name{font-size:16px;font-weight:600;color:#101828}.qt-td__client-send{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border-radius:8px;border:1px solid #EAECF0;background:#fff;color:#344054;font-size:14px;font-weight:500;cursor:pointer}.qt-td__client-send:hover{background:#f9fafb}.qt-td__client-kv{display:grid;grid-template-columns:140px 1fr;gap:10px 12px;padding-top:12px;border-top:1px solid #F2F4F7}.qt-td__client-kv-key{display:inline-flex;align-items:center;gap:8px;color:#667085;font-size:13px}.qt-td__client-kv-val{font-size:13px;color:#101828;display:flex;align-items:center;gap:6px;min-width:0}.qt-td__client-kv-val a{color:#1283c8}.qt-td__client-kv-val .qt-td__client-closed{color:#d92d20}.qt-td__client-block{padding-top:12px;border-top:1px solid #F2F4F7}.qt-td__client-block-title{font-size:14px;font-weight:600;color:#101828;margin-bottom:8px}.qt-td__client-addr{font-size:13px;color:#101828;line-height:20px;white-space:pre-line}.qt-td__client-addr-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;margin-top:8px;border-radius:6px;border:1px solid #EAECF0;background:#fff;color:#344054;font-size:13px;cursor:pointer}.qt-td__rail-panel{background:#fff;border:1px solid #EAECF0;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px}.qt-td__rail-panel-title{font-size:14px;font-weight:600;color:#101828;margin-bottom:4px}.qt-td__rail-panel-empty{font-size:13px;color:#667085;padding:4px 0}.qt-td__rail-panel-row{display:flex;align-items:flex-start;gap:10px;padding:10px;border:1px solid #F2F4F7;border-radius:10px;color:#344054;text-decoration:none}.qt-td__rail-panel-row-body{min-width:0;flex:1 1 auto}.qt-td__rail-panel-row-title{font-size:13px;font-weight:500;color:#101828;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-td__rail-panel-row-meta{font-size:12px;color:#667085;margin-top:2px}.qt-td__rail-panel-row.--link:hover{background:#f9fafb}.qt-td__rail{background:#fff;border-left:1px solid #EAECF0;padding:16px 8px;display:flex;flex-direction:column;align-items:center;gap:12px}.qt-td__rail-btn{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:8px;border:1px solid transparent;background:transparent;color:#667085;cursor:pointer}.qt-td__rail-btn.--active{background:#e8f6ff;color:#1283c8;border-color:#a2dbfd}.qt-td__rail-btn:hover{color:#344054}.qt-td__loading,.qt-td__error{flex:1 1 auto;display:flex;align-items:center;justify-content:center;color:#667085}.qt-prose.qt-prose--tight{font-size:14px;line-height:1.4;white-space:normal}.qt-prose.qt-prose--tight p{margin:0 0 .4em}.qt-prose.qt-prose--tight p:last-child{margin-bottom:0}.qt-prose.qt-prose--tight p:empty,.qt-prose.qt-prose--tight p:has(>br:only-child){display:none}.qt-prose.qt-prose--tight ul,.qt-prose.qt-prose--tight ol{margin:0 0 .4em;padding-left:1.5em}.qt-prose.qt-prose--tight li{margin:0}.qt-prose.qt-prose--tight blockquote{margin:.4em 0;padding-left:.75em;border-left:2px solid #e2e6eb;color:#5f6675}.qt-prose.qt-prose--tight h1,.qt-prose.qt-prose--tight h2,.qt-prose.qt-prose--tight h3,.qt-prose.qt-prose--tight h4{margin:.5em 0 .2em}.qt-prose.qt-prose--tight img{max-width:320px!important;height:auto!important;max-height:320px!important;object-fit:contain}.qt-td__conv-text--empty{color:#98a2b3;font-style:italic}.qt-td__conv-subject.--editable,.qt-td__conv-text.--editable{cursor:text;border-radius:4px;transition:background 80ms ease}.qt-td__conv-subject.--editable:hover,.qt-td__conv-text.--editable:hover{background:#f5f7fa}.qt-td__conv-subject--edit{width:100%;border:1px solid #84caff;border-radius:6px;padding:4px 8px;font:inherit;color:inherit;background:#fff;outline:none;box-shadow:0 0 0 3px #84caff40}.qt-td__conv-text--edit{width:100%;min-height:96px;resize:vertical;border:1px solid #84caff;border-radius:6px;padding:8px 10px;font-family:inherit;font-size:inherit;color:inherit;background:#fff;outline:none;box-shadow:0 0 0 3px #84caff40}.qt-td__conv-recipients{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:4px 0;font-size:12px;color:#4b5563}.qt-td__conv-recipients .qt-icon{color:#9ca3af;margin-right:2px}.qt-td__conv-recipient{display:inline-flex;align-items:center;gap:4px;padding:2px 8px 2px 2px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;font-size:12px;color:#1f2937;line-height:1;white-space:nowrap}.qt-td__conv-clamp{position:relative;overflow:hidden;transition:max-height .28s cubic-bezier(.4,0,.2,1)}.qt-td__conv-clamp-fade{position:absolute;left:0;right:0;bottom:0;height:80px;pointer-events:none;background:linear-gradient(to bottom,#fff0,#fff9 40%,#f1f3f5f2)}.qt-img-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;z-index:9999;display:flex;align-items:center;justify-content:center;padding:4vh 4vw;cursor:zoom-out}.qt-img-lightbox__img{max-width:92vw;max-height:92vh;object-fit:contain;box-shadow:0 8px 40px #0006;background:#000;transform-origin:center center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;will-change:transform}.qt-img-lightbox__close{position:fixed;top:16px;right:20px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:#0006;color:#fff;font-size:22px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.qt-img-lightbox__close:hover{background:#000000a6;border-color:#ffffffb3}.qt-img-lightbox__hud{position:fixed;bottom:16px;left:50%;transform:translate(-50%);padding:4px 12px;border-radius:12px;background:#0000008c;color:#fffc;font-size:12px;font-variant-numeric:tabular-nums;pointer-events:none;-webkit-user-select:none;user-select:none}.qt-prose.qt-prose--tight img{cursor:zoom-in;transition:opacity .12s ease}.qt-prose.qt-prose--tight img:hover{opacity:.92}body.qt-td-anim-lock{overflow:hidden}body.qt-td-anim-lock .qt-td__left,body.qt-td-anim-lock .qt-td__center,body.qt-td-anim-lock .qt-td__right,body.qt-td-anim-lock .qt-td__side,body.qt-td-anim-lock .qt-td__conv-body,body.qt-td-anim-lock .qt-td__conv-root{overflow:hidden!important}body.qt-td-anim-lock .qt-td__left *,body.qt-td-anim-lock .qt-td__side *,body.qt-td-anim-lock .qt-td__center *,body.qt-td-anim-lock .qt-td__right *,body.qt-td-anim-lock .qt-td__collapsed *{white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important}.qt-td__svc-status{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:500;border:1px solid transparent;cursor:pointer;background:#ecfdf3;color:#027a48;border-color:#abefc6;transition:background-color 80ms ease,border-color 80ms ease}.qt-td__svc-status.--pending{background:#fff6ed;color:#b93815;border-color:#f9dbaf}.qt-td__svc-status.--readonly{cursor:default}.qt-td__svc-status:not(.--readonly):hover{filter:brightness(.97)}.qt-td__svc-edit{display:flex;flex-direction:column;gap:10px;padding:8px 0}.qt-td__svc-edit-textarea{width:100%;min-height:96px;border:1px solid #EAECF0;border-radius:8px;padding:10px 12px;font-size:13px;color:#101828;font-family:inherit;resize:vertical}.qt-td__svc-edit-textarea:focus{outline:2px solid rgba(56,130,246,.3);outline-offset:0;border-color:#3882f6}.qt-td__svc-edit-row{display:flex;gap:12px;flex-wrap:wrap}.qt-td__svc-edit-field{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#475467;flex:1 1 140px}.qt-td__svc-edit-field>input{border:1px solid #EAECF0;border-radius:6px;padding:6px 10px;font-size:13px;color:#101828;font-family:inherit}.qt-td__svc-edit-actions{display:flex;justify-content:flex-end;gap:8px}.qt-td__svc-edit-cancel,.qt-td__svc-edit-save{padding:6px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid transparent}.qt-td__svc-edit-cancel{background:#fff;border-color:#eaecf0;color:#344054}.qt-td__svc-edit-cancel:hover{background:#f9fafb}.qt-td__svc-edit-save{background:#1283c8;color:#fff}.qt-td__svc-edit-save:hover{filter:brightness(1.05)}.qt-td--merged .qt-td__body{opacity:.85}.qt-td--merged .qt-td__body button:not(.qt-td__tab):not(.qt-td__collapse-btn):not(.qt-td__svc-table-name-cell):not(.qt-td__prod-card-show-more):not(.qt-td__conv-show-toggle),.qt-td--merged .qt-td__body input,.qt-td--merged .qt-td__body textarea,.qt-td--merged .qt-td__body select,.qt-td--merged .qt-td__body [contenteditable=true]{pointer-events:none}.qt-td--merged .qt-td__add-btn,.qt-td--merged .qt-td__composer{display:none}.qt-td__merged-banner{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fef3c7;border-bottom:1px solid #fcd34d;color:#92400e;font-size:13px}.qt-td__merged-banner a{color:#92400e;font-weight:600;text-decoration:underline}.qt-td__billed-banner{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#e0f2fe;border-bottom:1px solid #7dd3fc;color:#075985;font-size:13px}.qt-td__billed-banner a{color:#075985;font-weight:600;text-decoration:underline}.qt-td__closed-banner{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#ecfdf5;border-bottom:1px solid #6ee7b7;color:#065f46;font-size:13px}.qt-td__prod-modal-tax{display:inline-flex;flex-wrap:wrap;gap:4px}.qt-td__prod-modal-tax-pill,.qt-td__svc-draft-tax-pill{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;background:#e8f6ee;color:#186e3a;font-size:.72rem;font-weight:600;letter-spacing:.01em;white-space:nowrap}.qt-td__prod-modal-tax-empty,.qt-td__svc-draft-tax-empty{color:#98a2b3;font-size:.85rem}.qt-td__svc-draft-field--tax{min-width:0}.qt-td__svc-draft-taxes{display:inline-flex;flex-wrap:wrap;gap:4px;padding:6px 0}.qt-td__status-popover{position:absolute;top:calc(100% + 6px);left:0;z-index:60;min-width:220px;background:#fff;border:1px solid #e2e6eb;border-radius:8px;box-shadow:0 12px 32px #10182824;padding:.35rem;display:flex;flex-direction:column;gap:1px}.qt-td__status-popover-hdr{padding:.4rem .6rem .3rem;font-size:.7rem;font-weight:600;color:#98a2b3;text-transform:uppercase;letter-spacing:.06em}.qt-td__status-popover-empty{padding:.6rem;color:#98a2b3;font-size:.85rem;text-align:center}.qt-td__status-popover-row{display:flex;align-items:center;gap:.6rem;width:100%;padding:.45rem .6rem;background:transparent;border:0;border-radius:6px;text-align:left;cursor:pointer;font:inherit;color:#344054;transition:background 80ms ease}.qt-td__status-popover-row:hover{background:#f0f6ff}.qt-td__status-popover-row:disabled{opacity:.6;cursor:not-allowed}.qt-td__status-popover-row.--active{background:#f0f6ff;color:#1d4ed8;font-weight:600}.qt-td__status-popover-dot{flex-shrink:0;width:10px;height:10px;border-radius:50%}.qt-td__status-popover-name{flex:1;min-width:0}.qt-td__dropzone{position:absolute;top:0;right:0;bottom:0;left:0;z-index:800;display:flex;align-items:center;justify-content:center;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;animation:qt-td-drop-fade .1s ease-out}.qt-td__dropzone-card{pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.6rem 2.2rem;background:#fff;border:2px dashed #1d4ed8;border-radius:14px;box-shadow:0 20px 48px #10182838}.qt-td__dropzone-title{font-size:1.05rem;font-weight:600;color:#1d4ed8}.qt-td__dropzone-hint{font-size:.85rem;color:#647289}.qt-td__dropzone--locked{background:#0f172a59}.qt-td__dropzone--locked .qt-td__dropzone-card{border-color:#d0d4db}.qt-td__dropzone--locked .qt-td__dropzone-title{color:#647289}.qt-td.qt-td--drag,.qt-td__dropzone{position:relative}@keyframes qt-td-drop-fade{0%{opacity:0}to{opacity:1}}.qt-billing{display:flex;flex-direction:column;padding:1.25rem 1.5rem;gap:1rem;min-height:100%}.qt-billing__header{display:flex;align-items:center;gap:.75rem;position:sticky;top:0;z-index:5;background:#fff;margin:-1.25rem -1.5rem 0;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e6eb}.qt-billing__title{flex:1;font-size:1.2rem;font-weight:600;color:#4f5f79;margin:0}.qt-billing__subtitle{font-size:.85rem;color:#8491a5;font-weight:500;display:inline-flex;align-items:center;gap:.4rem}.qt-billing__actions{display:flex;gap:.5rem;align-items:center}.qt-billing__iconbtn{width:36px;height:36px;border-radius:4px;border:1px solid #e2e6eb;background:#fff;color:#6b7687;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease}.qt-billing__iconbtn:hover{background:#f5f7fa}.qt-billing__filters{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid #eef1f4;background:#fff;align-items:center}.qt-billing__filter-count{margin-left:auto;font-size:.82rem;color:#6b7687}.qt-billing__filter{height:36px;border:0;border-radius:6px;background:#f5f7fa;font-family:Inter,sans-serif;font-size:.85rem;color:#4f5f79;padding:0 .75rem;min-width:150px;outline:none;box-shadow:none;transition:background-color .12s ease,box-shadow .12s ease}.qt-billing__filter:hover{background:#eef1f4}.qt-billing__filter:focus,.qt-billing__filter[aria-expanded=true]{background:#fff;box-shadow:0 0 0 1px #16a4fa,0 0 0 4px #16a4fa1f}.qt-billing__filter--company,.qt-billing__filter--select{height:auto;border:0;padding:0;min-width:220px;background:transparent}.qt-billing__filter--company .qt-select__trigger,.qt-billing__filter--select .qt-select__trigger{border:0!important;background:#f5f7fa!important;box-shadow:none!important;height:36px;border-radius:6px;transition:background-color .12s ease,box-shadow .12s ease}.qt-billing__filter--company .qt-select__trigger:hover,.qt-billing__filter--select .qt-select__trigger:hover{background:#eef1f4!important}.qt-billing__filter--company .qt-select.--open .qt-select__trigger,.qt-billing__filter--company .qt-select__trigger:focus,.qt-billing__filter--select .qt-select.--open .qt-select__trigger,.qt-billing__filter--select .qt-select__trigger:focus{background:#fff!important;box-shadow:0 0 0 1px #16a4fa,0 0 0 4px #16a4fa1f!important}.qt-billing__filter--daterange{min-width:220px;cursor:pointer;text-align:left}.qt-billing__daterange-pop{background:#fff;border:1px solid #d0d4db;border-radius:6px;box-shadow:0 8px 24px #1018281f;display:grid;grid-template-columns:140px 1fr;overflow:hidden}.qt-billing__daterange-presets{display:flex;flex-direction:column;background:#f9fafb;border-right:1px solid #eef0f4;padding:.5rem 0}.qt-billing__daterange-preset{border:0;background:transparent;text-align:left;padding:.45rem .85rem;font-size:.85rem;color:#4f5f79;cursor:pointer}.qt-billing__daterange-preset:hover{background:#eef2f7;color:#16a4fa}.qt-billing__daterange-body{display:flex;flex-direction:column;gap:.6rem;padding:.85rem}.qt-billing__daterange-field{display:flex;flex-direction:column;gap:.25rem;font-size:.78rem;color:#667085}.qt-billing__daterange-field input{height:34px;border:1px solid #d0d4db;border-radius:4px;padding:0 .6rem;font-size:.85rem;color:#4f5f79;font-family:inherit}.qt-billing__daterange-field input:focus{outline:none;border-color:#16a4fa;box-shadow:0 0 0 3px #16a4fa26}.qt-billing__daterange-footer{display:flex;justify-content:space-between;gap:.5rem;margin-top:.25rem}.qt-billing__daterange-clear,.qt-billing__daterange-apply{height:32px;padding:0 .85rem;border-radius:4px;font-family:inherit;font-size:.82rem;cursor:pointer}.qt-billing__daterange-clear{background:#fff;border:1px solid #d0d4db;color:#4f5f79}.qt-billing__daterange-clear:hover{background:#f9fafb}.qt-billing__daterange-apply{background:#16a4fa;border:1px solid #16a4fa;color:#fff;font-weight:600}.qt-billing__daterange-apply:hover{filter:brightness(.95)}.qt-billing select.qt-billing__filter{width:auto;min-width:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:1.85rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20' fill='none' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:12px 12px}.qt-billing__body{background:#fff;border:1px solid #e2e6eb;border-radius:6px;overflow-x:auto;overflow-y:visible}.qt-contract-dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex:0 0 auto;margin-left:6px}.qt-contract-dot--green{background:#17b26a;box-shadow:0 0 0 2px #17b26a2e}.qt-contract-dot--slate{background:#98a2b3;box-shadow:0 0 0 2px #98a2b32e}.qt-contract-dot--red{background:#d92d20;box-shadow:0 0 0 2px #d92d202e}.qt-contract-dot--blue{background:#1570ff;box-shadow:0 0 0 2px #1570ff2e}.qt-contract-dot--amber{background:#f79009;box-shadow:0 0 0 2px #f790092e}.qt-contract-inactive{color:#98a2b3;text-decoration:line-through;text-decoration-color:#98a2b399}.qt-billing__sentinel{display:flex;align-items:center;justify-content:center;min-height:40px;padding:10px;color:#667085;font-size:12px;border-top:1px solid #eef1f4}.qt-billing__filter--inline{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#344054;cursor:pointer}.qt-tr__toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:16px 20px;border-bottom:1px solid #eef1f4;background:#fff}.qt-tr__toolbar-head{display:flex;flex-direction:column;gap:2px}.qt-tr__title{margin:0;font-size:20px;font-weight:600;line-height:1.2;color:#101828}.qt-tr__subtitle{margin:0;font-size:13px;color:#667085}.qt-tr__toolbar-filters{display:flex;align-items:center;gap:12px}.qt-tr__status-select{min-width:180px}.qt-tr__status-trigger{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 12px;border-radius:8px;border:1px solid #d0d5dd;background:#f9fafb;color:#344054;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:filter 80ms ease}.qt-tr__status-trigger:hover{filter:brightness(.97)}.qt-tr__status-trigger .qt-icon{opacity:.6}.qt-tr__status-trigger-dot{width:8px;height:8px;border-radius:999px;flex:none}.qt-tr__status-pill{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 10px;border-radius:999px;border:1px solid #d0d5dd;background:#f9fafb;color:#344054;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:filter 80ms ease}.qt-tr__status-pill:hover{filter:brightness(.96)}.qt-tr__status-pill .qt-icon{opacity:.55}.qt-tr__status-pill-dot{width:7px;height:7px;border-radius:999px;flex:none}.qt-tr__toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:2000;display:flex;align-items:center;gap:16px;padding:10px 12px 10px 16px;border-radius:10px;background:#101828;color:#fff;font-size:13px;box-shadow:0 8px 24px #1018283d;animation:qt-tr-toast-in .14s ease-out}.qt-tr__toast-msg{white-space:nowrap}.qt-tr__toast-undo{background:transparent;border:0;color:#84caff;font-size:13px;font-weight:600;cursor:pointer;padding:2px 4px;border-radius:6px}.qt-tr__toast-undo:hover{background:#84caff29}@keyframes qt-tr-toast-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.qt-tr__body{display:flex;flex-direction:column;gap:20px;padding:20px 16px}.qt-tr__empty{text-align:center;padding:60px 20px;color:#98a2b3;font-size:13px}.qt-tr__card{background:#fff;border-radius:10px;border:1px solid #eef1f4;overflow:hidden}.qt-tr__card-header{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid #f2f4f7;font-size:13px;color:#344054}.qt-tr__card-addrow{display:flex;align-items:center;gap:4px;padding:4px 10px 8px}.qt-tr__addrow-btn{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:transparent;border:0;border-radius:4px;color:#98a2b3;font-size:11px;font-weight:500;cursor:pointer;transition:background 80ms ease,color 80ms ease}.qt-tr__addrow-btn:hover:not(:disabled){background:#f1f5f9;color:#475467}.qt-tr__addrow-btn:disabled{opacity:.5;cursor:default}.qt-tr__addrow-btn .qt-icon{opacity:.7}.qt-tr__tkt{font-weight:600;color:#101828;text-decoration:none}.qt-tr__tkt:hover{color:#2563eb;text-decoration:underline}.qt-tr__company{color:#475467}.qt-tr__meta{display:flex;flex-direction:column;gap:4px;padding:4px 14px 12px;border-bottom:1px solid #f2f4f7}.qt-tr__subject{font-size:14px;font-weight:600;color:#101828;border-radius:4px;padding:2px 4px;margin:-2px -4px}.qt-tr__subject.--editable{cursor:text}.qt-tr__subject.--editable:hover{background:#f5f7fa}.qt-tr__subject--edit{font-size:14px;font-weight:600;color:#101828;border:1px solid #84caff;border-radius:6px;padding:4px 8px;outline:none;box-shadow:0 0 0 3px #84caff40}.qt-tr__desc{font-size:13px;color:#475467;white-space:pre-wrap;border-radius:4px;padding:2px 4px;margin:-2px -4px}.qt-tr__desc.--editable{cursor:text}.qt-tr__desc.--editable:hover{background:#f5f7fa}.qt-tr__desc.--empty{color:#98a2b3;font-style:italic}.qt-tr__desc-scroll .qt-tr__desc{margin:0;padding:0;white-space:normal}.qt-tr__desc-scroll{max-height:220px;overflow-y:auto;border:1px solid #eef1f4;border-radius:6px;padding:8px 10px;background:#fcfcfd;cursor:text;transition:border-color 80ms ease}.qt-tr__desc-scroll:hover{border-color:#d0d5dd}.qt-tr__desc-scroll img{max-width:100%;height:auto}.qt-tr__desc-scroll table{max-width:100%}.qt-tr__desc-scroll a{color:#1570ef}.qt-tr__sentinel{display:flex;align-items:center;justify-content:center;min-height:36px;padding:8px;color:#98a2b3;font-size:12px}.qt-tr__desc-edit{font-family:inherit;font-size:13px;color:#475467;min-height:64px;resize:vertical;border:1px solid #84caff;border-radius:6px;padding:8px 10px;outline:none;box-shadow:0 0 0 3px #84caff40}.qt-tr__table{width:100%;font-size:12px;overflow-x:auto}.qt-tr__row{display:grid;grid-template-columns:116px 144px minmax(160px,1fr) 74px 84px 66px 84px 74px 130px 132px 36px;gap:6px;align-items:center;padding:8px 14px;border-top:1px solid #f2f4f7;min-width:1100px}.qt-tr__row--head{background:#fafbfc;color:#667085;font-weight:500;text-transform:none;font-size:11px;letter-spacing:.01em}.qt-tr__cell{display:flex;align-items:center;position:relative}.qt-tr__cell input,.qt-tr__cell textarea{width:100%;border:1px solid #d0d5dd;border-radius:6px;padding:6px 8px;font-size:12px;color:#101828;background:#fff;font-family:inherit;transition:border-color 80ms ease,box-shadow 80ms ease}.qt-tr__cell input:focus,.qt-tr__cell textarea:focus{border-color:#84caff;outline:none;box-shadow:0 0 0 3px #84caff40}.qt-tr__cell.qt-tr__cell--ro input{background:#f9fafb;color:#475467;cursor:default}.qt-tr__cell--desc textarea{resize:none;height:36px;line-height:1.3}.qt-tr__cell--desc textarea.--expanded{height:96px}.qt-tr__more{position:absolute;right:10px;bottom:4px;background:transparent;border:none;color:#1570ef;font-size:11px;cursor:pointer;padding:0}.qt-tr__money-prefix{position:absolute;left:8px;color:#98a2b3;pointer-events:none;z-index:1;font-size:11px}.qt-tr__cell--money input{padding-left:18px;padding-right:6px}.qt-tr__status{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:500;border:1px solid transparent;cursor:pointer;background:#fff;white-space:nowrap}.qt-tr__status.--done{background:#ecfdf3;color:#027a48;border-color:#abefc6}.qt-tr__status.--pending{background:#fff;color:#475467;border-color:#d0d5dd}.qt-tr__status:hover{filter:brightness(.97)}.qt-tr__trash{background:transparent;border:none;cursor:pointer;color:#f04438;padding:4px;border-radius:4px}.qt-tr__trash:hover{background:#fef3f2}.qt-tr__contract-note{color:#98a2b3;font-size:12px;padding-left:4px}.qt-billing__totals{display:flex;justify-content:flex-end;gap:24px;padding:12px 4px 4px;color:#475467;font-size:13px}.qt-billing__totals strong{color:#101828;font-weight:600}.qt-billing__summary{display:flex;justify-content:flex-end;gap:2.25rem;padding:.75rem 1.25rem;font-size:.9rem;color:#4f5f79}.qt-billing__summary b,.qt-billing__summary strong{color:#4f5f79;font-weight:600;margin-left:.35rem}.qt-billing__summary span+span{margin-left:.5rem}.qt-pricing-mode{display:inline-flex;align-items:center;gap:6px;padding:3px 10px 3px 8px;border-radius:999px;font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap;letter-spacing:.01em}.qt-pricing-mode__dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.qt-pricing-mode__sub{font-weight:500;color:#667085;margin-left:4px;padding-left:8px;border-left:1px solid currentColor;opacity:.55}.qt-pricing-mode--dynamic{color:#1283c8;background:#eef4fb;border:1px solid #C7DCEE}.qt-pricing-mode--static{color:#475467;background:#f2f4f7;border:1px solid #E2E8F0}.qt-bill-status{display:inline-block;border:1px solid;border-radius:999px;padding:2px 10px;font-size:.76rem;font-weight:500;line-height:1.2;white-space:nowrap}.qt-bill-status--paid,.qt-bill-status--cleared,.qt-bill-status--accepted,.qt-bill-status--active{color:#10b981;border-color:#10b981;background:#10b9811a}.qt-bill-status--opened,.qt-bill-status--sent{color:#3b82f6;border-color:#3b82f6;background:#3b82f61a}.qt-bill-status--overdue,.qt-bill-status--declined,.qt-bill-status--expired{color:#ef4444;border-color:#ef4444;background:#ef44441a}.qt-bill-status--pending,.qt-bill-status--draft{color:#f59e0b;border-color:#f59e0b;background:#f59e0b1a}.qt-bill-status--converted{color:#7c3aed;border-color:#7c3aed;background:#7c3aed1a}.qt-bill-status--cancelled{color:#64748b;border-color:#64748b;background:#64748b1a}.qt-bill-status--archived{color:#94a3b8;border-color:#cbd5e1;background:#94a3b814}.qt-bill-status--none{color:#6b7687;border-color:#cbd2dd;background:transparent}.qt-bill-link{color:#1283c8;font-weight:500;cursor:pointer}.qt-bill-link:hover{text-decoration:underline}.qt-bill-rowactions{width:28px;height:28px;border-radius:4px;border:0;background:transparent;color:#8491a5;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.qt-bill-rowactions:hover{background:#eef1f4;color:#4f5f79}.qt-bill-dash{display:flex;flex-direction:column;gap:1rem}.qt-bill-dash__kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.qt-bill-dash__kpi{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid #e2e6eb;border-radius:6px;padding:1rem 1.1rem;text-align:left}.qt-bill-dash__kpi--clickable{cursor:pointer;font:inherit;color:inherit;transition:border-color .12s ease,box-shadow .12s ease}.qt-bill-dash__kpi--clickable:hover{border-color:#1283c8}.qt-bill-dash__kpi--clickable:focus-visible{outline:none;box-shadow:0 0 0 2px #1d77e840}.qt-bill-dash__kpi--active{border-color:#1283c8;box-shadow:0 0 0 1px #1283c8 inset}.qt-bill-dash__kpi-icon{width:44px;height:44px;border-radius:6px;background:#f5f7fa;color:#1283c8;display:flex;align-items:center;justify-content:center}.qt-bill-dash__kpi-value{font-size:1.4rem;font-weight:600;color:#4f5f79;line-height:1.1}.qt-bill-dash__kpi-label{font-size:.85rem;color:#8491a5;display:inline-flex;align-items:center;gap:.3rem;margin-top:.2rem}.qt-bill-dash__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.qt-bill-chart{background:#fff;border:1px solid #e2e6eb;border-radius:6px;padding:1rem 1.25rem 1.25rem;min-height:260px;display:flex;flex-direction:column}.qt-bill-chart__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.qt-bill-chart__title{font-size:.95rem;font-weight:600;color:#4f5f79;flex:0 0 auto}.qt-bill-chart__legend{display:inline-flex;gap:.75rem;flex:1;justify-content:center;font-size:.82rem;color:#6b7687}.qt-bill-chart__legend-swatch{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:.3rem;vertical-align:middle}.qt-bill-chart__meta{font-size:.8rem;color:#8491a5;display:inline-flex;align-items:center;gap:.3rem}.qt-bill-chart__body{flex:1;min-height:200px;position:relative}.qt-bill-line__wrap{width:100%}.qt-bill-line{width:100%;height:260px;display:block}.qt-bill-line .qt-bill-line__axis{stroke:#e2e6eb;stroke-width:1}.qt-bill-line .qt-bill-line__grid{stroke:#eef1f4;stroke-width:1}.qt-bill-line .qt-bill-line__path{fill:none;stroke-width:2}.qt-bill-line .qt-bill-line__path--a{stroke:#8ab4f8}.qt-bill-line .qt-bill-line__path--b{stroke:#3b82f6}.qt-bill-line__ticks{width:100%;margin-top:6px}.qt-bill-line__ticks-inner{position:relative;height:18px}.qt-bill-line__tick{position:absolute;top:0;transform:translate(-50%);color:#8491a5;font-size:12px;line-height:18px;font-family:Inter,sans-serif;white-space:nowrap}.qt-bill-donut{display:flex;flex-direction:column;align-items:center;padding:.5rem 0}.qt-bill-donut__ring{position:relative;width:170px;height:170px}.qt-bill-donut__svg{width:170px;height:170px}.qt-bill-donut__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.qt-bill-donut__value{font-size:1.15rem;font-weight:600;color:#4f5f79}.qt-bill-donut__label{font-size:.78rem;color:#8491a5}.qt-bill-donut__legend{display:flex;flex-direction:column;gap:.35rem;margin-top:.75rem;width:100%;padding:0 .5rem}.qt-bill-donut__row{display:flex;justify-content:space-between;font-size:.82rem;color:#6b7687;gap:.75rem}.qt-bill-donut__row-left{display:inline-flex;align-items:center;gap:.4rem}.qt-bill-donut__row-swatch{display:inline-block;width:10px;height:10px;border-radius:2px}.qt-bill-widget{background:#fff;border:1px solid #e2e6eb;border-radius:6px;padding:1rem 1.25rem;min-height:260px;display:flex;flex-direction:column;gap:.5rem}.qt-bill-widget__title{font-size:.95rem;font-weight:600;color:#4f5f79}.qt-bill-widget__big{display:flex;align-items:center;justify-content:center;flex:1;position:relative}.qt-bill-widget__ring{width:170px;height:170px;border-radius:50%;border:14px solid #1283C8;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#4f5f79}.qt-bill-widget__ring-value{font-size:1.6rem;font-weight:600;line-height:1}.qt-bill-widget__ring-label{font-size:.78rem;color:#8491a5;margin-top:.3rem}.qt-bill-widget__empty{display:flex;align-items:center;justify-content:center;flex:1;color:#8491a5;font-size:.9rem}.qt-bill-services{background:#fff;border:1px solid #e2e6eb;border-radius:6px;overflow:hidden}.qt-bill-services__head{display:grid;grid-template-columns:2fr 1fr 1fr 1fr .7fr .7fr .6fr;column-gap:16px;padding:.75rem 1rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7687;border-bottom:1px solid #eef1f4}.qt-bill-services__group{padding:.5rem 1rem;font-size:.8rem;color:#6b7687;text-transform:uppercase;letter-spacing:.05em;background:#f5f7fa;border-bottom:1px solid #eef1f4}.qt-bill-services__row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr .7fr .7fr .6fr;column-gap:16px;padding:.75rem 1rem;align-items:center;border-bottom:1px solid #eef1f4}.qt-bill-services__row:last-child{border-bottom:0}.qt-bill-services--sub .qt-bill-services__head,.qt-bill-services--sub .qt-bill-services__row{grid-template-columns:2fr 1fr 1.4fr 1.4fr .6fr}.qt-bill-services__row--clickable{cursor:pointer}.qt-bill-services__row--clickable:hover{background:#f8fafc}.qt-bill-services__name{font-size:.9rem;color:#4f5f79}.qt-bill-services__name--editable{cursor:text;border-radius:6px;padding:2px 6px;margin:-2px -6px;transition:background .12s ease}.qt-bill-services__name--editable:hover{background:#f8fafc}.qt-bill-services__name-edit{width:100%;min-width:0;font-size:.9rem;color:#4f5f79;border:1px solid #16a4fa;border-radius:6px;padding:4px 8px;outline:none;box-shadow:0 0 0 3px #16a4fa26}.qt-bill-services__rate{font-size:.9rem;color:#4f5f79;font-variant-numeric:tabular-nums}.qt-bill-services__rate--editable{cursor:text;border-radius:6px;padding:2px 6px;margin:-2px -6px;transition:background .12s ease}.qt-bill-services__rate--editable:hover{background:#f8fafc}.qt-bill-services__rate-edit{display:inline-flex;align-items:stretch;width:100%;max-width:130px;height:30px;background:#fff;border:1px solid #16a4fa;border-radius:6px;overflow:hidden;box-shadow:0 0 0 3px #16a4fa26}.qt-bill-services__rate-edit__prefix{display:inline-flex;align-items:center;padding:0 8px;background:#f2f4f7;border-right:1px solid #E2E8F0;color:#667085;font-size:.85rem;font-weight:600}.qt-bill-services__rate-edit>input{flex:1 1 auto;min-width:0;width:100%;padding:0 8px;border:0;outline:0;background:transparent;font-size:.9rem;color:#4f5f79;text-align:right;font-variant-numeric:tabular-nums}.qt-bill-services__tax-select{width:100%;min-width:0}.qt-bill-services__tax-select .qt-select__trigger{min-height:28px;padding:2px 6px;border:1px solid transparent;border-radius:6px;background:transparent;font-size:.85rem;color:#4f5f79;transition:background .12s ease,border-color .12s ease}.qt-bill-services__tax-select:hover .qt-select__trigger,.qt-bill-services__tax-select:focus-within .qt-select__trigger{background:#f8fafc;border-color:#d4d9e0}.qt-bill-services__tax-select .qt-select--open .qt-select__trigger{background:#fff;border-color:#16a4fa;box-shadow:0 0 0 3px #16a4fa26}.qt-bill-services__tax-select .qt-select__placeholder{color:#cbd5e1;font-size:.82rem}.qt-bill-services__gl-select{width:100%;min-width:0}.qt-bill-services__gl-select .qt-select__trigger{min-height:28px;padding:2px 6px;border:1px solid transparent;border-radius:6px;background:transparent;font-size:.85rem;color:#4f5f79;transition:background .12s ease,border-color .12s ease}.qt-bill-services__gl-select:hover .qt-select__trigger,.qt-bill-services__gl-select:focus-within .qt-select__trigger{background:#f8fafc;border-color:#d4d9e0}.qt-bill-services__gl-select .qt-select--open .qt-select__trigger{background:#fff;border-color:#16a4fa;box-shadow:0 0 0 3px #16a4fa26}.qt-bill-services__gl-select .qt-select__placeholder{color:#cbd5e1;font-size:.82rem}.qt-bill-services__gl-select .qt-select__chevron{opacity:0;transition:opacity .12s ease}.qt-bill-services__gl-select:hover .qt-select__chevron,.qt-bill-services__gl-select:focus-within .qt-select__chevron,.qt-bill-services__gl-select .qt-select--open .qt-select__chevron{opacity:.7}.qt-bill-services__remove-btn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;background:transparent;color:#94a3b8;cursor:pointer;border-radius:6px;transition:background .12s ease,color .12s ease,border-color .12s ease}.qt-bill-services__remove-btn:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;color:#b42318}.qt-bill-services__remove-btn:disabled{opacity:.5;cursor:default}.qt-bill-empty{padding:3rem 1rem;text-align:center;color:#8491a5;font-size:.9rem}.qt-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.qt-card-tile__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.qt-card-tile__brand{font-size:.85rem;font-weight:600;color:#1283c8;text-transform:uppercase;letter-spacing:.05em}.qt-card-tile__default-pill{margin-left:.5rem;padding:.1rem .5rem;border-radius:999px;background:#16a34a;color:#fff;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.qt-card-tile__num{font-family:Inter,monospace;font-size:1.05rem;letter-spacing:.08em;color:#4f5f79;margin-bottom:.75rem}.qt-card-tile__row{display:flex;justify-content:space-between;font-size:.82rem;color:#6b7687}.qt-card-tile__name{font-weight:500}.qt-card-tile__meta{margin-top:.4rem;font-size:.78rem;color:#8491a5}.qt-quote-preview{display:flex;flex-direction:column;gap:1rem;padding:0}.qt-quote-preview__icon-btn{width:32px;height:32px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s}.qt-quote-preview__icon-btn:hover:not(:disabled){background:#f3f4f6;color:#111827}.qt-quote-preview__icon-btn:disabled{opacity:.5;cursor:not-allowed}.qt-quote-preview__public-link{background:#f4f6f8;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem}.qt-quote-preview__public-link-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#555;margin-bottom:6px}.qt-quote-preview__public-link-row{display:flex;gap:8px;align-items:center}.qt-quote-preview__public-link-row>input{flex:1;padding:6px 8px;font-size:12px;font-family:monospace;border:1px solid #d1d5db;border-radius:4px;background:#fff}.qt-quote-preview__message{padding:0 .5rem .5rem 1.75rem}.qt-quote-preview__sent-to{font-size:13px;color:#4b5563;margin-bottom:.5rem}.qt-quote-preview__subject{font-size:14px;font-weight:600;color:#111827;margin-bottom:.25rem}.qt-quote-preview__message-body{font-size:13px;line-height:1.55;color:#374151;white-space:pre-wrap;margin-bottom:1rem}.qt-quote-preview__response-header{display:flex;align-items:center;gap:.5rem;font-size:13px;font-weight:600;color:#111827;margin-top:.5rem}.qt-quote-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem 1rem}.qt-quote-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.qt-quote-card__title{display:inline-flex;align-items:center;gap:.5rem;font-size:13px;font-weight:600;color:#111827}.qt-quote-card__toggle{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;display:inline-flex;align-items:center;justify-content:center}.qt-quote-card__toggle:hover{color:#111827}.qt-quote-card.--collapsed{padding-bottom:.4rem}.qt-quote-timeline{padding:0}.qt-quote-timeline__row{display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.qt-quote-timeline__row:first-child{position:relative;height:14px;margin-bottom:.65rem}.qt-quote-timeline__row:first-child:before{content:"";position:absolute;top:50%;left:12.5%;right:12.5%;height:2px;background:#e5e7eb;transform:translateY(-50%);z-index:0}.qt-quote-timeline__col{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1;padding:0 .25rem}.qt-quote-timeline__dot{width:12px;height:12px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #00000014}.qt-quote-timeline__dot.--done{background:#22c55e}.qt-quote-timeline__dot.--denied{background:#ef4444}.qt-quote-timeline__dot.--pending{background:#d1d5db}.qt-quote-timeline__step-label{font-size:12px;font-weight:600;color:#111827}.qt-quote-timeline__step-date{font-size:11px;color:#6b7280;margin-top:2px}.qt-quote-pdf{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;overflow:hidden}.qt-quote-pdf__badge{position:absolute;top:18px;left:-32px;width:130px;transform:rotate(-45deg);text-align:center;color:#fff;font-size:11px;font-weight:700;letter-spacing:1px;padding:4px 0}.qt-quote-pdf__badge.--invoiced{background:#2563eb}.qt-quote-pdf__badge.--ticketed,.qt-quote-pdf__badge.--approved{background:#16a34a}.qt-quote-pdf__head{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:1.25rem;border-bottom:1px solid #e5e7eb}.qt-quote-pdf__msp{flex:1;font-size:13px;line-height:1.55;color:#374151}.qt-quote-pdf__msp-name{font-weight:700;color:#111827;font-size:14px;margin-bottom:.15rem}.qt-quote-pdf__msp-line{color:#4b5563}.qt-quote-pdf__logo{max-width:56px;max-height:56px;margin-bottom:.5rem}.qt-quote-pdf__title{font-size:26px;font-weight:700;color:#111827;text-transform:uppercase;letter-spacing:.5px}.qt-quote-pdf__addrs{display:flex;gap:1.5rem;margin:1.25rem 0 1.5rem;align-items:flex-start}.qt-quote-pdf__addr-block{flex:1;min-width:0}.qt-quote-pdf__addr-label{font-size:10px;font-weight:700;color:#9ca3af;letter-spacing:.4px;margin-bottom:.25rem}.qt-quote-pdf__addr-name{font-weight:700;color:#111827;font-size:13px}.qt-quote-pdf__addr-text{font-family:inherit;font-size:13px;color:#4b5563;line-height:1.5;margin:0;white-space:pre-wrap}.qt-quote-pdf__meta{min-width:200px;font-size:13px}.qt-quote-pdf__meta>div{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.35rem}.qt-quote-pdf__meta>div>span:first-child{font-weight:600;color:#374151}.qt-quote-pdf__meta>div>span:last-child{color:#111827}.qt-quote-pdf__items{width:100%;border-collapse:collapse;margin-bottom:1rem}.qt-quote-pdf__items th{text-align:left;font-size:11px;font-weight:700;color:#374151;padding:8px 10px;border-bottom:1px solid #d1d5db;background:#f9fafb}.qt-quote-pdf__items th.--right{text-align:right}.qt-quote-pdf__items td{padding:10px;font-size:12.5px;color:#1f2937;border-bottom:1px solid #f3f4f6;vertical-align:top}.qt-quote-pdf__items td.--right{text-align:right}.qt-quote-pdf__desc{font-family:inherit;margin:0;white-space:pre-wrap;font-size:12.5px;color:#374151}.qt-quote-pdf__disc{font-size:11px;color:#b45309;margin-top:2px}.qt-quote-pdf__empty{text-align:center;color:#9ca3af;padding:1rem}.qt-quote-pdf__footer{display:flex;justify-content:space-between;gap:1.5rem;margin-top:1rem}.qt-quote-pdf__note{flex:1;font-size:12.5px;color:#1f2937}.qt-quote-pdf__note-label{font-weight:700;color:#111827;margin-bottom:.25rem}.qt-quote-pdf__totals{min-width:260px;font-size:12.5px}.qt-quote-pdf__totals>div{display:flex;justify-content:space-between;padding:6px 0;gap:1rem}.qt-quote-pdf__totals>div>span:first-child{color:#4b5563}.qt-quote-pdf__totals-grand{border-top:1px solid #d1d5db;padding-top:10px!important;font-weight:700;font-size:15px;color:#111827}.qt-quote-pdf__totals-grand>span:first-child{color:#111827!important}.qt-quote-pdf__terms{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.qt-quote-pdf__terms-label{font-weight:700;color:#111827;margin-bottom:.4rem;font-size:13px}.qt-quote-pdf__terms-text{font-family:inherit;font-size:12.5px;color:#4b5563;line-height:1.55;white-space:pre-wrap;margin:0}.qt-pending-billable{display:flex;flex-direction:column;background:#fff}.qt-pending-billable__head{display:grid;grid-template-columns:1fr 220px 120px 160px;background:#f7f8fa;border-bottom:1px solid #eef1f4}.qt-pending-billable__hcell{background:transparent;border:0;padding:.65rem .85rem;text-align:left;font-size:.78rem;font-weight:600;color:#6b7687;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;font-family:inherit}.qt-pending-billable__hcell--tickets,.qt-pending-billable__hcell--amount{text-align:right}.qt-pending-billable__hcell:hover{color:#4f5f79}.qt-pending-billable__group+.qt-pending-billable__group{border-top:1px solid #eef1f4}.qt-pending-billable__row{display:grid;grid-template-columns:1fr 220px 120px 160px;width:100%;background:#fff;border:0;text-align:left;cursor:pointer;padding:0;font-family:inherit;color:#4f5f79}.qt-pending-billable__row:hover{background:#f7f8fa}.qt-pending-billable__row--open{background:#eef5ff}.qt-pending-billable__cell{padding:.7rem .85rem;font-size:.9rem;display:flex;align-items:center}.qt-pending-billable__cell--tickets,.qt-pending-billable__cell--amount{justify-content:flex-end;font-variant-numeric:tabular-nums}.qt-pending-billable__cell--company{font-weight:500;gap:.35rem}.qt-pending-billable__chevron{display:inline-block;width:12px;color:#6b7687;transition:transform .15s ease;font-size:.75rem}.qt-pending-billable__expand{background:#fafbfc;border-top:1px solid #eef1f4;padding:.75rem 1.25rem 1rem;display:flex;flex-direction:column;gap:.85rem}.qt-pending-billable__ticket{background:#fff;border:1px solid #e2e6eb;border-radius:6px;padding:.6rem .85rem .7rem}.qt-pending-billable__ticket-head{display:flex;align-items:center;gap:.85rem;margin-bottom:.45rem}.qt-pending-billable__ticket-head>strong{font-size:.92rem}.qt-pending-billable__ticket-total{margin-left:auto;font-size:.9rem;color:#4f5f79;font-variant-numeric:tabular-nums}.qt-pending-billable__lines{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.85rem}.qt-pending-billable__lines th,.qt-pending-billable__lines td{padding:.35rem .5rem;border-bottom:1px solid #f1f3f5;vertical-align:top;overflow-wrap:anywhere;word-break:break-word}.qt-pending-billable__lines th{text-align:left;color:#6b7687;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.qt-pending-billable__lines tbody tr:last-child td{border-bottom:0}.qt-pending-billable__ticket-link{color:#1f6feb;text-decoration:none}.qt-pending-billable__ticket-link:hover{text-decoration:underline}.qt-pending-billable__ticket-link strong{font-weight:600}.qt-pending-billable__ticket-label{color:#1f6feb;font-weight:600}.qt-pending-billable__item-contract{color:#475467;font-weight:500}.qt-pending-billable__ticket-trash{background:transparent;border:0;padding:4px;border-radius:4px;color:#94a3b8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;margin-left:4px}.qt-pending-billable__ticket-trash:hover{color:#b91c1c;background:#fee2e2}.qt-pending-billable__ticket-trash:disabled{cursor:not-allowed;opacity:.5}.qt-inline-edit{background:transparent;border:1px dashed transparent;border-radius:4px;padding:2px 6px;font:inherit;color:inherit;cursor:text;text-align:inherit;transition:border-color .15s,background .15s;white-space:normal;overflow-wrap:anywhere;word-break:break-word;text-align:left;display:inline-block;max-width:100%}.qt-inline-edit:hover{border-color:#c9d1da;background:#f4f6f9}.qt-inline-edit--number{font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right}.qt-inline-edit__input{width:100%;border:1px solid #1f6feb;border-radius:4px;padding:2px 6px;font:inherit;color:inherit;outline:none}.qt-inline-edit__input--number{font-variant-numeric:tabular-nums;text-align:right}.qt-pending-billable__pill{display:inline-flex;align-items:center;border-radius:999px;padding:2px 10px;font-size:.76rem;font-weight:500;line-height:1.4;border:1px solid;white-space:nowrap}.qt-pending-billable__pill--complete{color:#10b981;border-color:#10b981;background:#10b9811a}.qt-pending-billable__pill--incomplete{color:#f59e0b;border-color:#f59e0b;background:#f59e0b1f}.qt-pending-billable__pill--clickable{cursor:pointer;font-family:inherit;transition:filter .12s ease}.qt-pending-billable__pill--clickable:hover{filter:brightness(.95)}.qt-pending-billable__pill--clickable:focus-visible{outline:none;box-shadow:0 0 0 2px #1d77e840}.qt-pending-billable__flash{padding:.65rem 1rem;margin:.5rem 1rem;font-size:.85rem;color:#b54708;background:#fef0c7;border:1px solid #fec84b;border-radius:6px}.qt-create-contract-modal .qt-modal__body{padding:1.5rem 1.75rem}.qt-create-contract-modal .qt-modal__header{padding:1.25rem 1.75rem;border-bottom:1px solid #e5e7eb}.qt-create-contract-modal .qt-modal__title{font-size:1.05rem;font-weight:600;color:#0f172a}.qt-cc-types{display:flex;flex-direction:column;gap:16px}.qt-cc-types__title{font-weight:600;font-size:15px;color:#0f172a;margin-bottom:4px}.qt-cc-types__title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.qt-cc-types__pricing-chip{display:inline-flex;align-items:center;gap:10px;padding:6px 10px 6px 12px;background:#eef4fb;border:1px solid #C7DCEE;border-radius:999px;color:#1283c8;font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease}.qt-cc-types__pricing-chip:hover{background:#dcebf7;border-color:#9fc4e0}.qt-cc-types__pricing-chip__edit{font-size:11px;font-weight:500;color:#475467;letter-spacing:.02em;text-transform:uppercase;padding-left:8px;border-left:1px solid #C7DCEE}.qt-cc-types__list{display:flex;flex-direction:column;gap:12px}.qt-cc-types__card{display:grid;grid-template-columns:28px 1fr 56px;align-items:center;gap:16px;padding:16px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;text-align:left;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease;font:inherit}.qt-cc-types__card:hover{border-color:#93c5fd}.qt-cc-types__card--selected{border-color:#2563eb;background:#f5faff;box-shadow:0 0 0 1px #2563eb}.qt-cc-types__radio{width:18px;height:18px;border:1.5px solid #cbd5e1;border-radius:50%;position:relative;flex:0 0 18px;background:#fff;transition:border-color .12s ease,background .12s ease}.qt-cc-types__radio--on{border-color:#2563eb}.qt-cc-types__radio--on:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#2563eb}.qt-cc-types__text{display:flex;flex-direction:column;gap:4px;min-width:0}.qt-cc-types__name{font-weight:600;font-size:14px;color:#0f172a}.qt-cc-types__desc{font-size:13px;line-height:1.45;color:#475467}.qt-cc-types__icon{width:48px;height:48px;border-radius:50%;background:#eff6ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;flex:0 0 48px}.qt-cc-types__footer{display:flex;justify-content:flex-end;gap:8px;padding-top:12px;margin-top:4px}.qt-cc-types__pricing-chip--readonly{cursor:default;background:#f2f5f9;border-color:#e4e9ef;color:#344054}.qt-cc-types__pricing-chip--readonly:hover{background:#f2f5f9;border-color:#e4e9ef}.qt-cc-pricing-toggle{display:inline-flex;align-items:stretch;height:30px;padding:2px;background:#f2f5f9;border:1px solid #E4E9EF;border-radius:999px;flex:0 0 auto}.qt-cc-pricing-toggle__option{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0 14px;font:inherit;font-size:12px;font-weight:600;color:#475467;border-radius:999px;cursor:pointer;transition:background .12s ease,color .12s ease;display:inline-flex;align-items:center}.qt-cc-pricing-toggle__option:hover:not(.qt-cc-pricing-toggle__option--active):not([disabled]){color:#0f172a}.qt-cc-pricing-toggle__option--active{background:#1283c8;color:#fff;cursor:default}.qt-cc-pricing-toggle--readonly{cursor:default}.qt-cc-pricing-toggle--readonly .qt-cc-pricing-toggle__option--active{background:#1283c8;color:#fff}.qt-cc-form-shell{display:flex;flex-direction:column;gap:18px}.qt-cc-form-shell__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid #EAECF0;margin-bottom:4px}.qt-cc-form-shell__tabs{flex:1 1 auto;min-width:0;overflow-x:auto;border-bottom:none;padding-bottom:0;margin:0}.qt-cc-form-shell__body{display:flex;flex-direction:column;min-width:0}.qt-cc-hourly{display:flex;flex-direction:column;gap:18px}.qt-cc-hourly__error{padding:.6rem .85rem;font-size:13px;color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:6px}.qt-cc-hourly__top{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px}.qt-cc-hourly__dates{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) auto;gap:16px;align-items:end}.qt-cc-hourly__field{display:flex;flex-direction:column;gap:6px;min-width:0}.qt-cc-hourly__field--full{width:100%}.qt-cc-hourly__label{font-size:13px;font-weight:500;color:#344054}.qt-cc-hourly__text-input{width:100%;padding:9px 12px;font-size:14px;border:1px solid #d4d9e0;border-radius:6px;color:#0f172a;background:#fff;outline:none}.qt-cc-hourly__text-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.qt-cc-hourly__text-input::placeholder{color:#98a2b3}.qt-cc-hourly__perpetual{display:flex;flex-direction:column;gap:6px;align-items:flex-start;padding-bottom:4px}.qt-cc-hourly__toggle{width:36px;height:20px;border-radius:999px;background:#cbd5e1;position:relative;border:0;cursor:pointer;padding:0;transition:background .12s ease}.qt-cc-hourly__toggle--on{background:#2563eb}.qt-cc-hourly__toggle-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .12s ease}.qt-cc-hourly__toggle--on .qt-cc-hourly__toggle-knob{transform:translate(16px)}.qt-cc-hourly__divider{height:1px;background:#e5e7eb;margin:4px 0 0}.qt-cc-hourly__svc-title{font-weight:600;font-size:14px;color:#0f172a}.qt-cc-hourly__table{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.qt-cc-hourly__row{display:grid;grid-template-columns:36px minmax(0,2fr) 80px 110px minmax(160px,1fr) 120px 32px;align-items:center;gap:8px;padding:8px 10px;border-bottom:1px solid #f1f5f9}.qt-cc-hourly__row:last-child{border-bottom:0}.qt-cc-hourly__row--head{background:#f9fafb;font-size:12px;font-weight:600;color:#475467;padding-top:12px;padding-bottom:12px}.qt-cc-hourly__cell{min-width:0;display:flex;align-items:center;gap:6px}.qt-cc-hourly__cell--check,.qt-cc-hourly__cell--billable{justify-content:center}.qt-cc-hourly__cell--rate input{text-align:right}.qt-cc-hourly__cell--name .qt-cc-hourly__name-text{font-size:13px;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-cc-hourly__cell--actions{justify-content:flex-end}.qt-cc-hourly__inline-input{width:100%;padding:6px 10px;font-size:13px;border:1px solid #d4d9e0;border-radius:6px;color:#0f172a;background:#fff;outline:none}.qt-cc-hourly__inline-input:focus{border-color:#2563eb}.qt-cc-hourly__inline-input--num{text-align:right}.qt-cc-hourly__inline-input[readonly]{background:#f2f4f7;color:#475467;border-color:#e2e8f0;cursor:not-allowed}.qt-cc-hourly__discount-combo{display:flex;align-items:stretch;width:100%;height:32px;border:1px solid #d4d9e0;border-radius:6px;background:#fff;overflow:hidden;transition:border-color .12s ease,box-shadow .12s ease}.qt-cc-hourly__discount-combo:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.qt-cc-hourly__discount-combo:has(input[readonly]){background:#f2f4f7;border-color:#e2e8f0}.qt-cc-hourly__discount-combo__input{flex:1 1 auto;min-width:0;width:100%;border:0;background:transparent;padding:0 8px 0 10px;font-size:13px;color:#0f172a;outline:none;text-align:right;font-variant-numeric:tabular-nums}.qt-cc-hourly__discount-combo__input::placeholder{color:#98a2b3}.qt-cc-hourly__discount-combo__input[readonly]{color:#475467;cursor:not-allowed}.qt-cc-hourly__discount-combo__unit{flex:0 0 auto;width:30px;border:0;border-left:1px solid #EAECF0;background:#f9fafb;color:#475467;font-size:13px;font-weight:600;cursor:pointer;padding:0;transition:background .12s ease,color .12s ease;font-variant-numeric:tabular-nums}.qt-cc-hourly__discount-combo__unit:hover{background:#f2f4f7;color:#0f172a}.qt-cc-hourly__discount-combo__unit:focus-visible{outline:none;background:#f2f4f7;color:#0f172a}.qt-cc-hourly__discount-combo__unit[disabled]{cursor:not-allowed;opacity:.6}.qt-cc-hourly__remove{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;background:transparent;color:#94a3b8;cursor:pointer;border-radius:6px;font-size:16px;line-height:1;transition:background .12s ease,color .12s ease,border-color .12s ease}.qt-cc-hourly__remove:hover{background:#fef2f2;border-color:#fecaca;color:#b42318}.qt-cc-hourly__add-wrap{display:flex}.qt-cc-hourly__add-btn{padding:8px 14px;font-size:13px;font-weight:500;color:#2563eb;background:#fff;border:1px dashed #93c5fd;border-radius:6px;cursor:pointer}.qt-cc-hourly__add-btn:hover{background:#f5faff}.qt-cc-hourly__footer{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:8px;padding-top:12px;border-top:1px solid #e5e7eb;margin-top:4px}.qt-cc-hourly__footer-error{flex:1 1 auto;min-width:0;padding:6px 12px;font-size:13px;color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:6px}.qt-cc-devcount__badge{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:8px;border:1px solid #d6e4ff;background:#f5faff;color:#1849a9;font-size:13px;font-weight:500}.qt-cc-devcount__badge>span:first-child{font-size:16px;line-height:1}.qt-cc-devcount__sec-title{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:600;font-size:14px;color:#0f172a}.qt-cc-devcount__table{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.qt-cc-devcount__row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) 150px minmax(0,1fr) 36px;gap:12px;align-items:center;padding:10px 12px;border-top:1px solid #f1f5f9}.qt-cc-devcount__row:first-child{border-top:0}.qt-cc-devcount__row--head{background:#f8fafc;color:#475467;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding-top:8px;padding-bottom:8px}.qt-cc-devcount__cell{min-width:0}.qt-cc-devcount__cell--count{text-align:right}.qt-cc-devcount__cell--rate{position:relative;display:flex;align-items:center}.qt-cc-devcount__cell--trash{text-align:center}.qt-cc-devcount__count-pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;background:#eef4ff;color:#1849a9;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.qt-cc-devcount__count-empty{color:#98a2b3;font-size:12px}.qt-cc-devcount__rate-prefix{position:absolute;left:10px;color:#98a2b3;font-size:12px;pointer-events:none}.qt-cc-devcount__rate-input.qt-cc-hourly__text-input{padding-left:20px;text-align:right}.qt-cc-devcount__trash{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:#98a2b3;font-size:18px;line-height:1;cursor:pointer;border-radius:4px;width:28px;height:28px;transition:background 80ms ease,color 80ms ease}.qt-cc-devcount__trash:hover:not(:disabled){background:#fef3f2;color:#b42318}.qt-cc-devcount__trash:disabled{opacity:.3;cursor:not-allowed}.qt-cc-devcount__toggles{display:flex;flex-direction:column;gap:12px;padding:12px 0 4px}.qt-cc-devcount__toggle-row{display:flex;align-items:center;gap:10px}.qt-cc-devcount__toggle-label{font-size:13px;color:#344054;-webkit-user-select:none;user-select:none}.qt-cc-devcount__actions{display:flex;justify-content:flex-end;gap:12px;padding-top:4px}.qt-cc-blocktime{display:flex;flex-direction:column;gap:16px}.qt-cc-blocktime__top{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px}.qt-cc-blocktime__banner{display:flex;align-items:center;gap:8px;padding:10px 14px;font-size:13px;color:#475467;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px}.qt-cc-blocktime__dates{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) auto;gap:16px;align-items:end}.qt-cc-blocktime__req{color:#b42318;margin-left:2px}.qt-cc-blocktime__panel{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px 18px;display:flex;flex-direction:column;gap:14px}.qt-cc-blocktime__panel-title{font-size:14px;font-weight:600;color:#0f172a}.qt-cc-blocktime__bill-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.qt-cc-blocktime__currency{display:flex;align-items:stretch;border:1px solid #d4d9e0;border-radius:6px;background:#fff;overflow:hidden;transition:border-color .12s ease}.qt-cc-blocktime__currency:focus-within{border-color:#2563eb}.qt-cc-blocktime__currency-prefix{padding:0 10px;display:inline-flex;align-items:center;font-size:13px;color:#667085;background:#f8fafc;border-right:1px solid #e5e7eb}.qt-cc-blocktime__currency-input.qt-cc-hourly__text-input{border:0;border-radius:0;text-align:right}.qt-cc-blocktime__currency-input.qt-cc-hourly__text-input:focus{box-shadow:none}.qt-cc-blocktime__svc-table{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.qt-cc-blocktime__svc-head{padding:10px 14px;font-size:12px;font-weight:600;color:#475467;background:#f9fafb;border-bottom:1px solid #e5e7eb}.qt-cc-blocktime__svc-row{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:8px;padding:8px 14px;border-bottom:1px solid #f1f5f9}.qt-cc-blocktime__svc-row:last-child{border-bottom:0}.qt-cc-blocktime__svc-name{font-size:13px;color:#0f172a}.qt-cc-blocktime__billable-head{display:grid;grid-template-columns:minmax(0,1fr) 140px 32px;gap:8px;padding:10px 14px;font-size:12px;font-weight:600;color:#475467;background:#f9fafb;border-bottom:1px solid #e5e7eb}.qt-cc-blocktime__billable-row{display:grid;grid-template-columns:minmax(0,1fr) 140px 32px;gap:8px;padding:8px 14px;align-items:center;border-bottom:1px solid #f1f5f9}.qt-cc-blocktime__billable-row:last-child{border-bottom:0}.qt-cc-blocktime__add-row{display:flex;gap:10px;align-items:center;padding:10px 14px;border-top:1px solid #f1f5f9}.qt-cc-blocktime__add-row>:first-child{flex:1 1 320px;min-width:0}.qt-cc-blocktime__toggle-row{display:flex;align-items:center;gap:10px;padding:8px 0}.qt-cc-blocktime__toggle-row--outer{padding:12px 0;border-top:1px solid #f1f5f9}.qt-cc-blocktime__toggle-label{font-size:13px;font-weight:600;color:#475467}.qt-cc-blocktime__toggle-sub{margin-top:2px;font-size:12px;color:#98a2b3}.qt-cc-blocktime__inline-input-wrap{display:flex;align-items:center;gap:8px;margin-left:auto}.qt-cc-blocktime__inline-input-label{font-size:12px;font-weight:600;color:#475467}.qt-cc-blocktime__summary{align-self:flex-end;width:320px;padding:16px;border:1px dashed #cbd5e1;border-radius:8px;background:#fff;display:flex;flex-direction:column;gap:8px}.qt-cc-blocktime__summary-title{font-size:14px;font-weight:600;color:#0f172a;text-align:right;margin-bottom:4px;text-transform:capitalize}.qt-cc-blocktime__summary-row{display:flex;justify-content:space-between;font-size:13px;color:#475467}.qt-cc-blocktime__summary-row--total{font-size:14px;font-weight:600;color:#0f172a}.qt-cc-blocktime__summary-divider{border-top:1px dashed #cbd5e1;margin:4px 0 2px}.qt-cc-blocktime__notify-row{display:flex;flex-direction:column;gap:6px;padding-top:4px}.qt-cc-blocktime__notify-label{font-size:13px;font-weight:500;color:#344054}.qt-cc-blocktime__svc-grid{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:8px;padding:8px 14px;border-bottom:1px solid #f1f5f9}.qt-cc-blocktime__svc-grid:last-child{border-bottom:0}.qt-cc-blocktime__svc-grid--head{background:#f9fafb;font-size:12px;font-weight:600;color:#475467;padding:12px 14px}.qt-cc-blocktime__svc-grid--with-rate{grid-template-columns:minmax(0,1fr) 80px 150px 150px 130px 32px;column-gap:12px}.qt-cc-blocktime__svc-grid--with-rate .qt-select__trigger{overflow:hidden}.qt-cc-blocktime__svc-grid--with-rate .qt-select__chips{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.qt-cc-blocktime__svc-grid--with-rate .qt-select__chips::-webkit-scrollbar{display:none}.qt-cc-blocktime__svc-grid--with-rate .qt-select__chips>*{flex:0 0 auto}.qt-cc-blocktime__svc-cell-center{display:flex;justify-content:center}.qt-cc-blocktime__svc-discount{display:flex;gap:4px;align-items:center}.qt-cc-blocktime__svc-empty{padding:16px 14px;font-size:13px;color:#98a2b3;text-align:center}.qt-cc-blocktime__svc-table--empty{background:#fff}.qt-cc-blocktime__add-row{margin-top:8px;padding:4px;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc}.qt-cc-blocktime__add-row .qt-select__trigger{border-color:transparent;background:transparent;font-weight:500;color:#2563eb;min-height:40px}.qt-cc-blocktime__add-row .qt-select__placeholder,.qt-cc-blocktime__add-row .qt-select__chevron{color:#2563eb}.qt-cc-blocktime__add-row:hover{background:#eff6ff;border-color:#93c5fd}.qt-cc-sub{display:flex;flex-direction:column;gap:18px}.qt-cc-sub__panel{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:16px 18px;display:flex;flex-direction:column;gap:12px}.qt-cc-sub__panel-title{font-size:13px;font-weight:600;color:#0f172a}.qt-cc-sub__tabs{border-bottom:1px solid #e5e7eb;margin-bottom:-4px}.qt-cc-sub__table{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.qt-cc-sub__table-head,.qt-cc-sub__table-row{display:grid;grid-template-columns:minmax(0,2.4fr) 80px 110px 90px 90px 32px;align-items:center;gap:12px;padding:10px 14px}.qt-cc-sub__table-head{background:#f9fafb;font-size:12px;font-weight:600;color:#475467;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #f1f5f9}.qt-cc-sub__table-row+.qt-cc-sub__table-row{border-top:1px solid #f1f5f9}.qt-cc-sub__table-empty{padding:18px 14px;font-size:13px;color:#98a2b3;text-align:center}.qt-cc-sub__subtotal{font-size:13px;color:#0f172a;font-variant-numeric:tabular-nums;text-align:right}.qt-cc-sub__add-row{align-self:flex-start;height:36px;padding:0 14px;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;color:#1f2937;font-size:13px;font-weight:600;cursor:pointer}.qt-cc-sub__add-row:hover{background:#f8fafc;border-color:#94a3b8}.qt-cc-sub__name-cell{min-width:0}.qt-cc-sub__name-cell .qt-select__trigger{height:36px}.qt-cc-sub__currency{display:inline-flex;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:0 8px;height:32px}.qt-cc-sub__currency-prefix,.qt-cc-sub__currency-suffix{color:#8491a5;font-size:13px;-webkit-user-select:none;user-select:none}.qt-cc-sub__currency-input{border:0!important;background:transparent!important;padding:0 4px!important;height:30px!important;width:100%;min-width:0;text-align:right;font-variant-numeric:tabular-nums}.qt-cc-deviceuser__radio-row{display:flex;gap:24px;align-items:center}.qt-cc-deviceuser__radio{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#0f172a;cursor:pointer}.qt-cc-deviceuser__svc-table{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:visible}.qt-cc-deviceuser__svc-grid{display:grid;grid-template-columns:minmax(0,1fr) 72px 150px 130px 110px 32px;align-items:center;column-gap:10px;row-gap:0;padding:10px 14px;border-bottom:1px solid #f1f5f9}.qt-cc-deviceuser__svc-grid:last-child{border-bottom:0}.qt-cc-deviceuser__svc-grid--head{background:#f9fafb;font-size:12px;font-weight:600;color:#475467;padding:12px 14px;letter-spacing:.01em}.qt-cc-deviceuser__svc-grid--head>span:nth-child(2),.qt-cc-deviceuser__svc-grid--head>span:nth-child(5){text-align:right}.qt-cc-deviceuser__svc-grid .qt-cc-hourly__inline-input,.qt-cc-deviceuser__svc-grid .qt-multiselect__trigger,.qt-cc-deviceuser__svc-grid .qt-select__trigger{height:32px}.qt-cc-deviceuser__tracked-table{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:visible}.qt-cc-deviceuser__tracked-grid{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:8px;padding:8px 14px;border-bottom:1px solid #f1f5f9}.qt-cc-deviceuser__tracked-grid:last-child{border-bottom:0}.qt-cc-deviceuser__tracked-grid--head{background:#f9fafb;font-size:12px;font-weight:600;color:#475467;padding:12px 14px}.qt-cc-deviceuser__tracked-grid--with-max{grid-template-columns:minmax(0,1fr) 120px 32px}.qt-cc-deviceuser__svc-row{display:block}.qt-cc-deviceuser__row-tooltip{width:max-content;max-width:calc(100% - 24px);margin:6px 14px;padding:6px 10px;background:#b42318;color:#fff;font-size:12px;font-weight:500;line-height:1.35;border-radius:6px;box-shadow:0 4px 10px #0f172a2e;position:relative}.qt-cc-deviceuser__row-tooltip:after{content:"";position:absolute;top:100%;left:14px;border:6px solid transparent;border-top-color:#b42318}.qt-cc-deviceuser__outside-panel{margin-top:12px;display:flex;flex-direction:column;gap:0}.qt-cc-deviceuser__svc-grid--outside{grid-template-columns:minmax(0,1fr) 80px 150px 150px 130px 32px;column-gap:12px}.qt-cc-deviceuser__svc-grid--outside .qt-select__trigger{overflow:hidden}.qt-cc-deviceuser__svc-grid--outside .qt-select__chips{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.qt-cc-deviceuser__svc-grid--outside .qt-select__chips::-webkit-scrollbar{display:none}.qt-cc-deviceuser__svc-grid--outside .qt-select__chips>*{flex:0 0 auto}.qt-cc-deviceuser__billable-cell{display:flex;align-items:center;justify-content:center}.qt-cc-deviceuser__billable-cell>input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#1283C8}.qt-cc-deviceuser__rate-input{display:inline-flex;align-items:stretch;width:100%;height:32px;background:#fff;border:1px solid #d4d9e0;border-radius:6px;overflow:hidden;transition:border-color .12s ease,box-shadow .12s ease}.qt-cc-deviceuser__rate-input:focus-within{border-color:#1283c8;box-shadow:0 0 0 3px #1283c82e}.qt-cc-deviceuser__rate-input__prefix{display:inline-flex;align-items:center;padding:0 8px;background:#f2f4f7;border-right:1px solid #E2E8F0;color:#667085;font-size:13px;font-weight:600}.qt-cc-deviceuser__rate-input>input{flex:1 1 auto;min-width:0;width:100%;padding:0 10px;border:0;outline:0;background:transparent;font-size:13px;color:#0f172a;text-align:right;font-variant-numeric:tabular-nums}.qt-cc-deviceuser__rate-input>input::placeholder{color:#cbd5e1}.qt-cc-deviceuser__rate-input>input[readonly]{color:#475467;cursor:not-allowed}.qt-cc-deviceuser__rate-input:has(>input[readonly]){background:#f2f4f7;border-color:#e2e8f0}.qt-cc-deviceuser__add-row{display:flex;gap:8px;align-items:stretch;padding:10px 14px;border-top:1px solid #f1f5f9}.qt-cc-deviceuser__add-pick{flex:1 1 auto;min-width:0;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;background:#fff;border:1px dashed #cbd5e1;border-radius:8px;color:#2563eb;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease}.qt-cc-deviceuser__add-pick:hover:not(:disabled){background:#f0f5ff;border-color:#2563eb}.qt-cc-deviceuser__add-pick:disabled{color:#98a2b3;border-style:dashed;cursor:not-allowed;background:#f9fafb}.qt-cc-deviceuser__add-custom{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:10px 14px;background:#fff;border:1px solid #d4d9e0;border-radius:8px;color:#0f172a;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease}.qt-cc-deviceuser__add-custom:hover{background:#f8fafc;border-color:#94a3b8}.qt-cc-deviceuser__add-plus{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:16px;line-height:1}.qt-cc-deviceuser__add-empty{color:#98a2b3;font-weight:400;font-size:12px;margin-left:4px}.qt-disc-combo{display:inline-flex;align-items:stretch;width:100%;height:32px;background:#fff;border:1px solid #D4D9E0;border-radius:6px;overflow:hidden;transition:border-color .12s ease,box-shadow .12s ease}.qt-disc-combo:focus-within{border-color:#1283c8;box-shadow:0 0 0 3px #1283c82e}.qt-disc-combo__num{flex:1 1 auto;min-width:0;width:100%;padding:0 10px;border:0;outline:0;background:transparent;font-size:13px;color:#0f172a;text-align:right;font-variant-numeric:tabular-nums}.qt-disc-combo__num::placeholder{color:#cbd5e1}.qt-disc-combo__seg{display:inline-flex;align-items:stretch;border-left:1px solid #E2E8F0;background:#f2f4f7}.qt-disc-combo__seg-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;width:30px;font-size:13px;font-weight:600;color:#98a2b3;cursor:pointer;transition:background .12s ease,color .12s ease}.qt-disc-combo__seg-btn+.qt-disc-combo__seg-btn{border-left:1px solid #E2E8F0}.qt-disc-combo__seg-btn:hover:not(.qt-disc-combo__seg-btn--on){color:#475467;background:#e4e7ec}.qt-disc-combo__seg-btn--on{background:#1283c8;color:#fff}.qt-create-quote-modal--wide .qt-modal__content{max-width:1100px}.qt-cq{display:flex;flex-direction:column;gap:16px}.qt-cq__error{background:#fef3f2;border:1px solid #fecdca;color:#b42318;padding:8px 12px;border-radius:6px;font-size:13px}.qt-cq__field{display:flex;flex-direction:column;gap:6px;min-width:0}.qt-cq__field--full{width:100%}.qt-cq__label{font-size:13px;font-weight:600;color:#344054}.qt-cq__input{height:36px;border:1px solid #d4d9e0;border-radius:6px;padding:0 10px;font-size:13px;color:#0f172a;background:#fff;outline:none}.qt-cq__input:focus{border-color:#2563eb}.qt-cq__input[readonly]{background:#f8fafc;color:#98a2b3}.qt-cq__textarea{border:1px solid #d4d9e0;border-radius:6px;padding:10px 12px;font-size:13px;color:#0f172a;background:#fff;outline:none;resize:vertical;font-family:inherit;line-height:1.5}.qt-cq__textarea:focus{border-color:#2563eb}.qt-cq__textarea--terms{background:#f8fafc}.qt-cq__divider{height:1px;background:#e5e7eb;margin:4px 0}.qt-cq__meta-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.qt-cq__items-col{min-width:0;overflow-x:auto}.qt-cq__items-table{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:visible}.qt-cq__items-grid>.qt-select,.qt-cq__items-grid>.qt-multiselect,.qt-cq__items-grid>.qt-cq__tip-wrap{min-width:0;width:100%}.qt-cq__items-grid{display:grid;grid-template-columns:minmax(120px,2.4fr) minmax(120px,2.6fr) 82px 64px 82px 52px minmax(110px,1.2fr) 82px 24px;gap:6px;padding:10px;align-items:center;border-bottom:1px solid #f1f5f9;font-size:12px}.qt-cq__items-grid:last-child{border-bottom:0}.qt-cq__items-grid--head{background:#f9fafb;font-weight:600;color:#475467;padding:12px 10px}.qt-cq__items-empty{padding:18px 14px;color:#98a2b3;font-size:13px;text-align:center}.qt-cq__items-warning{padding:6px 12px 10px;font-size:12px;font-weight:500;color:#b42318;background:#fef3f2;border-bottom:1px solid #fecdca}.qt-cq__tip-wrap{position:relative;display:inline-flex}.qt-cq__tip-wrap>.qt-cq__add-btn{width:auto}.qt-cq__tip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#0f172a;color:#fff;font-size:12px;font-weight:500;padding:6px 10px;border-radius:4px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .12s ease;z-index:50}.qt-cq__tip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#0f172a}.qt-cq__tip-wrap:hover .qt-cq__tip,.qt-cq__tip-wrap:focus-within .qt-cq__tip{opacity:1}.qt-cq__inline-input{height:30px;border:1px solid #d4d9e0;border-radius:4px;padding:0 8px;font-size:12px;color:#0f172a;background:#fff;outline:none;width:100%;min-width:0}.qt-cq__inline-input:focus{border-color:#2563eb}.qt-cq__inline-input--num{text-align:right}.qt-cq__cell-num{text-align:right;font-size:12px;color:#0f172a;font-variant-numeric:tabular-nums}.qt-cq__cell-muted{color:#98a2b3;text-align:center}.qt-cq__remove{width:22px;height:22px;border:0;border-radius:4px;background:transparent;color:#98a2b3;cursor:pointer;font-size:16px;line-height:1}.qt-cq__remove:hover{background:#fef3f2;color:#b42318}.qt-cq__picker-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:6px;width:100%;height:30px;padding:0 8px;background:#fff;border:1px solid #d4d9e0;border-radius:4px;font-size:12px;color:#0f172a;cursor:pointer;text-align:left;overflow:hidden}.qt-cq__picker-trigger:hover:not(:disabled){border-color:#94a3b8}.qt-cq__picker-trigger:focus-visible{outline:2px solid #2563eb;outline-offset:0}.qt-cq__picker-trigger:disabled{background:#f9fafb;color:#98a2b3;cursor:not-allowed}.qt-cq__picker-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-cq__picker-placeholder{color:#98a2b3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-cq__picker-chevron{flex-shrink:0;color:#98a2b3;font-size:11px}.qt-cq__picker-trigger--multi{height:auto;min-height:30px;padding:3px 6px}.qt-cq__picker-chips{display:flex;flex-wrap:wrap;gap:4px;align-items:center;overflow:hidden;flex:1}.qt-cq__add-row{display:flex;gap:10px;margin-top:10px}.qt-cq__add-btn{background:#fff;border:1px solid #d4d9e0;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;color:#0f172a;cursor:pointer}.qt-cq__add-btn:hover{background:#f8fafc;border-color:#94a3b8}.qt-cq__add-btn:disabled{color:#98a2b3;background:#f9fafb;cursor:not-allowed}.qt-cq__summary{align-self:flex-end;width:320px;background:#fff;border:1px dashed #cbd5e1;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:8px}.qt-cq__summary-row{display:flex;justify-content:space-between;font-size:13px;color:#475467}.qt-cq__summary-row--total{font-size:14px;font-weight:700;color:#0f172a}.qt-cq__summary-divider{border-top:1px dashed #cbd5e1;margin:4px 0 2px}.qt-cq__note-block,.qt-cq__terms-block{display:flex;flex-direction:column;gap:6px}.qt-cq__note-head{display:flex;justify-content:space-between;align-items:center}.qt-cq__saved-notes{background:transparent;border:0;color:#2563eb;font-weight:600;font-size:13px;cursor:pointer}.qt-cq__saved-notes:disabled{color:#98a2b3;cursor:not-allowed}.qt-cq__footer{display:flex;gap:10px;align-items:center;padding-top:8px}.qt-cq__save-split{display:inline-flex;align-items:stretch;background:#2563eb;border-radius:6px;overflow:hidden}.qt-cq__save-split>.qt-btn--primary{border-radius:0}.qt-cq__save-split-arrow{background:#1e40af;color:#fff;border:0;padding:0 12px;font-size:12px;cursor:pointer;border-left:1px solid rgba(255,255,255,.2)}.qt-cq__save-split-arrow:disabled{opacity:.6;cursor:not-allowed}.qt-email-info{display:flex;flex-direction:column;gap:16px}.qt-email-info__footer{display:flex;justify-content:space-between;gap:12px;padding-top:4px}.qt-tpr__toolbar{position:relative;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #EAECF0;background:#fff}.qt-tpr__title{margin:0;font-size:16px;font-weight:700;color:#101828}.qt-tpr__toolbar-actions{display:flex;align-items:center;gap:10px}.qt-tpr__filters-btn{position:relative;display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 14px;background:#fff;border:1px solid #D0D5DD;border-radius:6px;font-size:13px;font-weight:500;color:#344054;cursor:pointer;font-family:inherit;transition:background 80ms ease,border-color 80ms ease}.qt-tpr__filters-btn:hover{background:#f9fafb}.qt-tpr__filters-btn.--active{border-color:#45b6fb;color:#1283c8}.qt-tpr__filters-dot{width:6px;height:6px;border-radius:50%;background:#1283c8}.qt-tpr__filters-pop{position:absolute;top:100%;right:20px;z-index:30;margin-top:6px;display:flex;flex-direction:column;gap:12px;padding:14px 16px;background:#fff;border:1px solid #EAECF0;border-radius:10px;box-shadow:0 8px 24px #1018281a;min-width:360px}.qt-tpr__filters-row{display:flex;align-items:center;gap:12px;font-size:13px}.qt-tpr__filters-label{min-width:50px;color:#667085;font-size:12px;font-weight:500}.qt-tpr__card{background:#fff;border-radius:10px;border:1px solid #EAECF0;overflow:hidden}.qt-tpr__card-header{display:flex;align-items:center;gap:16px;padding:12px 16px;border-bottom:1px solid #F2F4F7;font-size:13px;color:#344054}.qt-tpr__tkt{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:#101828;text-decoration:none;font-size:14px}.qt-tpr__tkt .qt-icon{color:#667085}.qt-tpr__tkt:hover,.qt-tpr__tkt:hover .qt-icon{color:#1283c8}.qt-tpr__company{display:inline-flex;align-items:center;gap:6px;color:#344054;font-size:14px}.qt-tpr__company .qt-icon{color:#667085}.qt-tpr__subject{flex:0 1 auto;min-width:0;max-width:480px;margin-left:4px;padding:4px 8px;border:0;background:transparent;font:inherit;font-size:14px;font-weight:500;color:#101828;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:6px;cursor:text;transition:background .12s ease}.qt-tpr__subject:hover{background:#f9fafb}.qt-tpr__subject--empty{color:#98a2b3;font-style:italic;font-weight:400}.qt-tpr__subject-edit{flex:0 1 auto;min-width:0;max-width:480px;margin-left:4px;height:32px;padding:0 10px;font:inherit;font-size:14px;font-weight:500;color:#101828;background:#fff;border:1px solid #16a4fa;border-radius:6px;outline:none;box-shadow:0 0 0 3px #16a4fa2e}.qt-tpr__status-pill{display:inline-flex;align-items:center;height:24px;padding:0 10px;border:0;border-radius:999px;font-size:11px;font-weight:600;background:#fff1d7;color:#b54708;cursor:pointer;font-family:inherit;letter-spacing:.01em;white-space:nowrap}.qt-tpr__status-pill:hover{filter:brightness(.97)}.qt-tpr__approve-btn{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;background:#fff;border:1px solid #ABEFC6;border-radius:6px;font-size:12px;font-weight:500;color:#027a48;cursor:pointer;font-family:inherit;transition:background 80ms ease}.qt-tpr__approve-btn .qt-icon{color:#25a052}.qt-tpr__approve-btn:hover:not(:disabled){background:#ecfdf3}.qt-tpr__approve-btn:disabled{opacity:.5;cursor:default}.qt-tpr__table{width:100%;font-size:12px;overflow-x:auto}.qt-tpr__row{display:grid;grid-template-columns:116px 160px minmax(180px,1fr) 72px 96px 96px 96px 88px 140px 36px 36px;gap:8px;align-items:center;padding:8px 16px;border-top:1px solid #F2F4F7;min-width:1150px}.qt-tpr__row--head{background:#fcfcfd;color:#667085;font-weight:500;font-size:11px}.qt-tpr__cell{display:flex;align-items:center;position:relative}.qt-tpr__cell input,.qt-tpr__cell textarea{width:100%;height:32px;border:1px solid #D0D5DD;border-radius:6px;padding:0 10px;font-size:12px;color:#101828;background:#fff;font-family:inherit;transition:border-color 80ms ease,box-shadow 80ms ease}.qt-tpr__cell textarea{height:32px;padding:7px 10px;line-height:1.3;resize:none}.qt-tpr__cell input:focus,.qt-tpr__cell textarea:focus{border-color:#45b6fb;outline:none;box-shadow:0 0 0 3px #16a4fa26}.qt-tpr__cell.qt-tpr__cell--ro input{background:#f9fafb;color:#344054;cursor:default}.qt-tpr__cell--desc textarea.qt-tpr__desc{padding-right:70px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.qt-tpr__cell--desc textarea.qt-tpr__desc.--expanded{height:96px;white-space:normal;text-overflow:clip;padding-right:60px}.qt-tpr__more{position:absolute;right:8px;bottom:6px;background:#fff;border:0;color:#1283c8;font-size:11px;font-weight:600;cursor:pointer;padding:2px 6px;border-radius:4px;transition:background .12s ease,color .12s ease}.qt-tpr__more:hover{background:#d0edfe;color:#0d6296}.qt-tpr__money-prefix{position:absolute;left:10px;color:#667085;pointer-events:none;z-index:1;font-size:12px}.qt-tpr__cell--money input{padding-left:20px;padding-right:6px;font-variant-numeric:tabular-nums}.qt-tpr__cell--money input[type=number]{-moz-appearance:textfield}.qt-tpr__cell--money input::-webkit-outer-spin-button,.qt-tpr__cell--money input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qt-tpr__cell--qty input{text-align:center;font-variant-numeric:tabular-nums}.qt-tpr__cell--dash,.qt-tpr__dash{color:#98a2b3;font-size:14px;text-align:center;justify-content:center;width:100%}.qt-tpr__check-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#d5f4e0;border:0;border-radius:6px;color:#25a052;cursor:pointer;transition:background 80ms ease;position:relative}.qt-tpr__check-btn .qt-icon{color:#25a052}.qt-tpr__check-btn:hover{background:#b7e9c7}.qt-tpr__check-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #25a0522e}.qt-tpr__check-btn.--done{background:#25a052}.qt-tpr__check-btn.--done .qt-icon{color:#fff}.qt-tpr__check-btn.--done:hover{background:#1f8745}.qt-tpr__trash-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#fef3f2;border:0;border-radius:6px;color:#d92d20;cursor:pointer;transition:background 80ms ease;position:relative}.qt-tpr__trash-btn .qt-icon{color:#d92d20}.qt-tpr__trash-btn:hover{background:#fee4e2}.qt-tpr__trash-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #d92d202e}.qt-tpr__check-btn[data-tooltip]:after,.qt-tpr__check-btn[data-tooltip]:before,.qt-tpr__trash-btn[data-tooltip]:after,.qt-tpr__trash-btn[data-tooltip]:before{opacity:0;pointer-events:none;transition:opacity 80ms ease}.qt-tpr__check-btn[data-tooltip]:after,.qt-tpr__trash-btn[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);padding:4px 8px;background:#1f2937;color:#fff;font-size:11px;font-weight:500;border-radius:4px;white-space:nowrap;z-index:5}.qt-tpr__check-btn[data-tooltip]:before,.qt-tpr__trash-btn[data-tooltip]:before{content:"";position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#1f2937;z-index:5}.qt-tpr__check-btn[data-tooltip]:hover:after,.qt-tpr__check-btn[data-tooltip]:focus-visible:after,.qt-tpr__check-btn[data-tooltip]:hover:before,.qt-tpr__check-btn[data-tooltip]:focus-visible:before,.qt-tpr__trash-btn[data-tooltip]:hover:after,.qt-tpr__trash-btn[data-tooltip]:focus-visible:after,.qt-tpr__trash-btn[data-tooltip]:hover:before,.qt-tpr__trash-btn[data-tooltip]:focus-visible:before{opacity:1}.qt-tpr__cell--check,.qt-tpr__cell--trash{justify-content:center}.qt-tpr__empty{text-align:center;padding:60px 20px;color:#98a2b3;font-size:13px}.qt-tpr__sentinel{display:flex;align-items:center;justify-content:center;min-height:36px;padding:8px;color:#98a2b3;font-size:12px}.qt-tpr__body{display:flex;flex-direction:column;gap:16px;padding:20px 16px}.qt-users__count{color:#98a2b3;font-weight:400;margin-left:.25rem}.qt-users__search{max-width:280px;flex:0 0 auto;margin:0 .75rem 0 auto}.qt-users__search .qt-input{width:100%}.qt-users__namecell{display:flex;align-items:center;gap:.6rem;min-width:0;cursor:pointer}.qt-users__nameblock{display:flex;flex-direction:column;min-width:0}.qt-users__name{font-weight:500;color:#4f5f79;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.qt-users__email{font-size:.78rem;color:#667085;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.qt-users__companycell{display:flex;align-items:center;gap:.5rem;min-width:0}.qt-users__avgroup{display:inline-flex;align-items:center}.qt-users__avgroup-item{display:inline-flex;margin-left:-8px;border:2px solid #ffffff;border-radius:50%}.qt-users__avgroup-item:first-child{margin-left:0}.qt-users__avgroup-more{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;border-radius:12px;margin-left:4px;background:#f2f4f7;color:#475467;font-size:.72rem;font-weight:500}.qt-users__phone{display:inline-flex;align-items:center;gap:.4rem;color:#475467}.qt-users__phone svg{color:#98a2b3;flex-shrink:0}.qt-users__phone--multi{gap:.55rem}.qt-users__phone-item{display:inline-flex;align-items:center;gap:.35rem}.qt-users__phone-sep{display:inline-block;width:1px;height:14px;background:#eaecf0}.qt-users__ticketpill{display:inline-block;min-width:24px;padding:0 8px;height:18px;line-height:18px;border-radius:9px;background:#f2f4f7;color:#475467;font-size:.78rem;text-align:center}.qt-users__pill{display:inline-block;min-width:72px;padding:2px 10px;border-radius:12px;font-size:.72rem;font-weight:500;text-align:center;border:1px solid transparent}.qt-users__pill--registered{background:#d5f4e0;border-color:#abe9c2;color:#1c783d}.qt-users__pill--invited{background:#d0edfe;border-color:#b9e4fe;color:#0d6296}.qt-users__pill--unauthorized{background:#fff;border-color:#d0d5dd;color:#475467}.qt-users__pill--archived{background:#f2f4f7;border-color:#eaecf0;color:#475467}.qt-users__bulkhead{display:flex;align-items:center;gap:.75rem;padding:.25rem 0}.qt-users__bulkcount{font-size:.95rem;font-weight:600;color:#4f5f79}.qt-users__bulkclear{background:transparent;border:0;color:#155eef;font-size:.85rem;cursor:pointer;padding:.25rem .5rem}.qt-users__bulkclear:hover{text-decoration:underline}.qt-users__bulkright{margin-left:auto;display:flex;gap:.5rem;align-items:center}.qt-users__archivebtn{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .85rem;border-radius:6px;border:1px solid #FECDCA;background:#fef3f2;color:#b42318;font-size:.85rem;font-weight:500;cursor:pointer}.qt-users__archivebtn:hover:not(:disabled){background:#fee2e2}.qt-users__archivebtn:disabled{opacity:.6;cursor:not-allowed}.qt-users__archivebtn svg{flex-shrink:0}.qt-users__body{padding:0;display:flex;align-items:stretch;overflow:visible}.qt-users__body--with-aside{gap:0}.qt-users__tablewrap{flex:1 1 auto;min-width:0;position:relative}.qt-row-kebab{background:transparent;border:0;font-size:1.2rem;line-height:1;color:#667085;padding:2px 8px;border-radius:4px;cursor:pointer}.qt-row-kebab:hover{background:#f2f4f7;color:#4f5f79}.qt-form{display:flex;flex-direction:column;gap:.9rem}.qt-form__row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.qt-users__phone-link,.qt-users__email-link{color:inherit;text-decoration:none;cursor:pointer}.qt-users__phone-link:hover,.qt-users__email-link:hover{text-decoration:underline}.qt-users__namecell{display:flex;align-items:center;gap:10px;min-width:0;width:100%}.qt-users__namecell>:first-child{flex:0 0 auto}.qt-users__avatar-hover{display:inline-flex;flex:0 0 auto;cursor:default}.qt-users__nameblock{flex:1 1 0;min-width:0;display:flex;flex-direction:column}.qt-users__name,.qt-users__email{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-users__companycell{display:flex;align-items:center;gap:6px;min-width:0;width:100%;max-width:100%;overflow:hidden;text-align:left}.qt-users__companycell--multi{flex-direction:column;align-items:flex-start;gap:2px}.qt-users__companycell-row{display:flex;align-items:center;gap:6px;min-width:0;width:100%;max-width:100%;padding-right:2px}.qt-users__companycell-name{flex:1 1 0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-users__companycell-toggle{flex:0 0 auto;flex-shrink:0;display:inline-flex;align-items:center;gap:4px;padding:0 4px;border:0;background:transparent;color:inherit;cursor:pointer;border-radius:4px}.qt-users__companycell-toggle:hover{background:#0000000a}.qt-users__companycell-badge{display:inline-block;padding:1px 6px;border-radius:999px;background:#e6ecf2;color:#475569;font-size:11px;font-weight:600;line-height:16px}.qt-users__companycell-chevron{display:inline-block;font-size:10px;line-height:1;color:#64748b;transition:transform .12s ease}.qt-users__companycell-chevron.is-up{transform:rotate(180deg)}.qt-users-filter{flex:0 0 320px;width:320px;background:#fff;border-left:1px solid #EAECF0;display:flex;flex-direction:column;min-height:100%}.qt-users-filter__head{display:flex;align-items:center;padding:.85rem 1rem;border-bottom:1px solid #EAECF0}.qt-users-filter__title{flex:1;margin:0;font-size:.95rem;font-weight:600;color:#4f5f79}.qt-users-filter__close{background:transparent;border:1px solid #EAECF0;border-radius:4px;width:24px;height:24px;line-height:1;cursor:pointer;color:#667085}.qt-users-filter__close:hover{background:#f2f4f7;color:#4f5f79}.qt-users-filter__body{flex:1;overflow-y:auto;padding:.75rem 1rem;display:flex;flex-direction:column;gap:1rem}.qt-users-filter__section{display:flex;flex-direction:column;gap:.5rem}.qt-users-filter__section-title{font-size:.85rem;font-weight:600;color:#344054}.qt-users-filter__facets{display:flex;flex-direction:column;gap:.35rem}.qt-users-filter__facet{display:flex;align-items:center;gap:.5rem;cursor:pointer}.qt-users-filter__facet-label{flex:1;font-size:.85rem;color:#344054}.qt-users-filter__facet-count{font-size:.78rem;color:#667085}.qt-users-filter__more{align-self:flex-start;background:transparent;border:0;font-size:.82rem;color:#155eef;cursor:pointer;padding:0}.qt-users-filter__more:disabled{color:#98a2b3;cursor:not-allowed}.qt-users-filter__more:hover:not(:disabled){text-decoration:underline}.qt-users-filter__chip{display:inline-flex;align-items:center;gap:.35rem;padding:2px 8px;border-radius:12px;border:1px solid #EAECF0;background:#f9fafb;font-size:.78rem;color:#344054;margin-right:.3rem;margin-top:.35rem}.qt-users-filter__chip-x{background:transparent;border:0;cursor:pointer;color:#667085;font-size:.9rem;line-height:1;padding:0}.qt-users-filter__chips{display:flex;flex-wrap:wrap;gap:.35rem}.qt-users-filter__foot{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-top:1px solid #EAECF0}.qt-users-filter__clear{background:transparent;border:0;color:#475467;font-size:.85rem;cursor:pointer;padding:.35rem .5rem}.qt-users-filter__clear:hover{color:#4f5f79;text-decoration:underline}.qt-save-filter{display:flex;flex-direction:column;gap:1rem}.qt-save-filter__visible{display:flex;flex-direction:column;gap:.5rem}.qt-save-filter__vis-label{font-size:.85rem;font-weight:600;color:#344054}.qt-save-filter__radio{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.88rem;color:#344054}.qt-save-filter__radio input[type=radio]{accent-color:#1283C8}.qt-save-filter__footer{display:flex;justify-content:flex-end;gap:.5rem}.qt-user-card{position:absolute;z-index:20;width:340px;background:#fff;border:1px solid #EAECF0;border-radius:8px;box-shadow:0 8px 24px #1018281f;padding:1rem;display:flex;flex-direction:column;gap:.85rem}.qt-user-card__head{display:flex;align-items:center;gap:.75rem}.qt-user-card__headtxt{display:flex;flex-direction:column;min-width:0}.qt-user-card__name{font-weight:600;color:#4f5f79;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.qt-user-card__email{font-size:.82rem;color:#667085;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.qt-user-card__actions{display:flex;gap:.35rem;border-bottom:1px solid #EAECF0;padding-bottom:.75rem}.qt-user-card__iconbtn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #EAECF0;border-radius:6px;color:#475467;cursor:pointer}.qt-user-card__iconbtn:hover:not(:disabled){background:#f9fafb;color:#4f5f79}.qt-user-card__iconbtn:disabled{color:#d0d5dd;cursor:not-allowed}.qt-user-card__rows{display:flex;flex-direction:column;gap:.45rem}.qt-user-card__row{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.qt-user-card__rowlabel{flex:0 0 56px;color:#667085}.qt-user-card__rowval{flex:1;color:#344054;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.qt-user-card__copy{background:transparent;border:0;color:#98a2b3;cursor:pointer;padding:2px}.qt-user-card__copy:hover:not(:disabled){color:#4f5f79}.qt-user-card__copy:disabled{opacity:.4;cursor:not-allowed}.qt-user-detail{display:flex;flex-direction:column;height:100%;min-height:0;background:#f6f7f9}.qt-user-detail__crumbs{display:flex;align-items:center;gap:.4rem;padding:.75rem 1.5rem;background:#fff;border-bottom:1px solid #e2e6eb;font-size:.85rem}.qt-user-detail__crumbs a{color:#667085;text-decoration:none}.qt-user-detail__crumbs a:hover{color:#101828}.qt-user-detail__crumbs-sep{color:#98a2b3}.qt-user-detail__crumbs-current{color:#101828;font-weight:500}.qt-user-detail__crumbs-spacer{flex:1}.qt-user-detail__crumbs-cta{padding:.35rem .75rem}.qt-user-detail__body{flex:1;display:flex;gap:0;overflow:hidden;min-height:0}.qt-user-detail__aside{width:320px;flex-shrink:0;padding:1.25rem 1rem;overflow-y:auto;background:#fff;border-right:1px solid #e2e6eb;display:flex;flex-direction:column;gap:1.25rem}.qt-user-detail__avatar-row{display:flex;align-items:center;gap:.75rem}.qt-user-detail__avatar-meta{display:flex;flex-direction:column;gap:.25rem;min-width:0}.qt-user-detail__name{font-size:1.1rem;font-weight:600;color:#101828;line-height:1.2}.qt-user-detail__icon-bar{display:flex;gap:.5rem;align-items:center}.qt-user-detail__icon-btn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d6dae0;border-radius:4px;background:#fff;color:#344054;font-size:.85rem;line-height:1;cursor:pointer;padding:0;transition:background .12s ease,border-color .12s ease}.qt-user-detail__icon-btn:hover:not(:disabled){background:#f1f3f5;border-color:#c0c6cd}.qt-user-detail__icon-btn:disabled{opacity:.45;cursor:not-allowed}.qt-user-detail__section{display:flex;flex-direction:column;gap:.5rem}.qt-user-detail__section-title{font-size:.82rem;font-weight:600;color:#101828}.qt-user-detail__section-body{display:flex;flex-direction:column;gap:.4rem}.qt-user-detail__row{display:grid;grid-template-columns:18px 70px 1fr;align-items:center;gap:.5rem;font-size:.8rem}.qt-user-detail__row-icon{color:#667085;font-size:.85rem}.qt-user-detail__row-label{color:#667085}.qt-user-detail__row-value{color:#101828;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-user-detail__tags{display:flex;flex-wrap:wrap;gap:.4rem}.qt-user-detail__muted-text{color:#667085;font-size:.82rem;line-height:1.4}.qt-user-detail__main{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#fff}.qt-user-detail .qt-tabs{padding:0 1.25rem;border-bottom:1px solid #e2e6eb;background:#fff}.qt-user-detail__tabbody{flex:1;overflow:auto;min-height:0;padding:1rem 1.25rem;background:#f6f7f9}.qt-user-detail__empty{padding:3rem 1rem;text-align:center;background:#fff;border:1px solid #e2e6eb;border-radius:6px}.qt-user-detail__empty-title{font-size:1rem;font-weight:600;color:#101828;margin-bottom:.5rem}.qt-user-detail__empty-msg{color:#667085;font-size:.88rem;max-width:420px;margin:0 auto}.qt-user-detail__loading{padding:3rem 1rem;text-align:center;color:#667085}.qt-user-detail__tickets{display:flex;flex-direction:column;gap:.5rem}.qt-user-detail__ticket{display:flex;flex-direction:column;gap:.4rem;align-items:flex-start;text-align:left;padding:.9rem 1rem;background:#fff;border:1px solid #e2e6eb;border-radius:6px;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease}.qt-user-detail__ticket:hover{border-color:#c0c6cd;box-shadow:0 1px 2px #0f172a0a}.qt-user-detail__ticket-meta{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:#667085}.qt-user-detail__ticket-number{font-weight:500}.qt-user-detail__dot{color:#c0c6cd}.qt-user-detail__ticket-subject{font-size:.95rem;font-weight:500;color:#101828}.qt-user-detail__ticket-status{display:flex;gap:.4rem}.qt-user-detail__table{background:#fff;border:1px solid #e2e6eb;border-radius:6px;overflow:hidden}.qt-user-detail__thead{display:flex;padding:.75rem 1rem;background:#f9fafb;border-bottom:1px solid #e2e6eb;color:#667085;font-size:.78rem;text-transform:none}.qt-user-detail__th{flex:0 0 160px}.qt-user-detail__th--grow{flex:1 1 auto;min-width:0}.qt-user-detail__th--check{flex:0 0 44px}.qt-user-detail__tbody{display:flex;flex-direction:column}.qt-user-detail__tr{display:flex;padding:.85rem 1rem;align-items:center;border-bottom:1px solid #eef1f4;text-decoration:none;color:inherit}.qt-user-detail__tr:last-child{border-bottom:none}.qt-user-detail__tr:hover{background:#f9fafb}.qt-user-detail__td{flex:0 0 160px;font-size:.88rem;color:#101828;display:flex;align-items:center;gap:.5rem}.qt-user-detail__td--grow{flex:1 1 auto;min-width:0}.qt-user-detail__td--check{flex:0 0 44px;justify-content:center}.qt-user-detail__companies{display:flex;flex-direction:column;gap:.75rem}.qt-user-detail__bulkbar{display:flex;align-items:center;gap:.75rem;padding:.5rem .85rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px}.qt-user-detail__bulkbar-count{font-size:.88rem;color:#344054;margin-right:auto}.qt-user-detail__tr--selectable{cursor:default}.qt-user-detail__tr--selectable:hover{background:#f9fafb}.qt-user-detail__tr--selected{background:#eff6ff}.qt-user-detail__tr--selected:hover{background:#dbeafe}.qt-user-detail__co-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;background:#f1f3f5;color:#667085;flex-shrink:0}.qt-user-detail__co-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-user-detail__messages{display:flex;flex-direction:column;gap:8px}.qt-user-detail__message{display:block;width:100%;text-align:left;background:#fff;border:1px solid #EAECF0;border-radius:8px;padding:12px 14px;cursor:pointer;transition:border-color .12s,box-shadow .12s}.qt-user-detail__message:hover{border-color:#d0d5dd;box-shadow:0 1px 3px #1018280f}.qt-user-detail__message-head{display:flex;align-items:center;gap:8px;font-size:13px}.qt-user-detail__message-num{font-weight:600;color:#344054}.qt-user-detail__message-subject{flex:1;min-width:0;color:#101828;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-user-detail__message-date{color:#667085;font-size:12px;white-space:nowrap}.qt-user-detail__message-preview{margin-top:4px;color:#475467;font-size:13px;line-height:1.45}.qt-user-detail__activity{list-style:none;margin:0;display:flex;flex-direction:column;gap:14px;border-left:2px solid #EAECF0;padding:0 0 0 18px}.qt-user-detail__activity-row{position:relative;display:flex;gap:12px;align-items:flex-start}.qt-user-detail__activity-dot{position:absolute;left:-25px;top:6px;width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid #1570ff}.qt-user-detail__activity-body{flex:1;font-size:13px;color:#344054;line-height:1.5}.qt-user-detail__activity-verb{font-weight:600;color:#101828;text-transform:capitalize}.qt-user-detail__activity-link{color:#1570ff;text-decoration:none;font-weight:500}.qt-user-detail__activity-link:hover{text-decoration:underline}.qt-user-detail__activity-subject{color:#344054}.qt-user-detail__activity-time{color:#667085;font-size:12px;margin-top:2px}.qt-strong{font-weight:600}.qt-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.qt-sub{font-size:12px;display:block;line-height:1.2}.qt-companies__name{display:flex;align-items:center;gap:10px;min-width:0}.qt-companies__name-col,.qt-companies__contact-col{display:flex;flex-direction:column;min-width:0}.qt-companies__contact{display:flex;align-items:center;gap:8px;min-width:0}.qt-companies__actions{display:flex;align-items:center;gap:8px}.qt-companies__search{height:36px;padding:0 12px;border:1px solid #dfe3eb;border-radius:8px;font-size:14px;min-width:220px;background:#fff}.qt-companies__search:focus{outline:none;border-color:#4066d5;box-shadow:0 0 0 3px #4066d51f}.qt-companies__body{display:flex;flex-direction:column;gap:8px}.qt-row-kebab{width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:20px;line-height:1;color:#6b7588}.qt-row-kebab:hover{background:#eef1f7}.qt-row-icon{width:28px;height:28px;border:1px solid #dfe3eb;border-radius:6px;background:#fff;color:#4066d5;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.qt-row-icon:hover{background:#eef3ff;border-color:#b8c6ec}.qt-companies__tags{display:flex;flex-wrap:wrap;gap:4px;align-items:center;min-width:0}.qt-companies__tag{display:inline-flex;align-items:center;padding:1px 8px;border-radius:999px;background:#eef1f5;border:1px solid #d0d5dd;color:#344054;font-size:.74rem;line-height:1.4;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}.qt-columns-aside{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;justify-content:flex-end}.qt-columns-aside__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#121a2852}.qt-columns-aside__panel{position:relative;width:min(360px,88vw);max-width:88vw;background:#fff;box-shadow:-4px 0 24px #121a281f;padding:48px 24px 24px;overflow-y:auto}.qt-columns-aside__close{position:absolute;top:12px;right:16px;width:28px;height:28px;border:none;background:transparent;font-size:20px;cursor:pointer;color:#6b7588}.qt-columns-aside__close:hover{color:#1a2436}.qt-display-filters{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:14px}.qt-display-filters__head{display:flex;align-items:baseline;justify-content:space-between}.qt-display-filters__head h3{margin:0;font-size:.95rem;font-weight:600}.qt-display-filters__clear{background:transparent;border:0;color:#1b71d5;font-size:.8rem;cursor:pointer;padding:0}.qt-display-filters__clear:hover{text-decoration:underline}.qt-display-filters__group{display:flex;flex-direction:column;gap:6px}.qt-display-filters__label{font-size:.78rem;font-weight:500;color:#475467}.qt-display-filters__chips{display:flex;flex-wrap:wrap;gap:6px}.qt-display-filters__chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d0d5dd;background:#fff;color:#344054;border-radius:999px;padding:4px 10px;font-size:.78rem;cursor:pointer;transition:background .1s ease,border-color .1s ease,color .1s ease}.qt-display-filters__chip:hover{border-color:#9aa4b1}.qt-display-filters__chip--on{background:#1b71d5;border-color:#1b71d5;color:#fff}.qt-display-filters__chip--on:hover{background:#1660b8;border-color:#1660b8}.qt-display-filters__btn-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ffffff40;color:inherit;font-size:.72rem;font-weight:600;line-height:18px}.qt-display-filters__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:1px solid #d0d5dd;border-radius:6px;padding:6px 10px;font:inherit;line-height:1.3;color:#1d2939;background:#fff}.qt-display-filters__input:focus,.qt-display-filters__input:focus-visible{outline:none;border-color:#1b71d5;box-shadow:0 0 0 3px #1b71d52e}.qt-companies-filter{position:absolute;right:0;top:100%;z-index:40;min-width:280px;margin-top:8px;background:#fff;border:1px solid #dfe3eb;border-radius:10px;box-shadow:0 8px 24px #121a281f;padding:16px}.qt-companies-filter__head{font-weight:600;margin-bottom:12px}.qt-companies-filter__body{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.qt-companies-filter__body input{height:34px;padding:0 10px;border:1px solid #dfe3eb;border-radius:6px}.qt-companies-filter__foot{display:flex;justify-content:flex-end;gap:8px}.qt-logo-uploader__preview{display:flex;align-items:center;gap:12px}.qt-logo-uploader__preview img{width:64px;height:64px;border-radius:8px;object-fit:cover;border:1px solid #dfe3eb}.qt-logo-uploader__remove{background:none;border:none;color:#d6466a;cursor:pointer;padding:6px 0}.qt-logo-uploader__remove:hover{text-decoration:underline}.qt-logo-uploader__dropzone{display:flex;flex-direction:column;align-items:flex-start;gap:4px;background:#f6f8fc;border:1px dashed #c9d1e0;border-radius:8px;padding:16px 18px;cursor:pointer;text-align:left;width:100%}.qt-logo-uploader__dropzone:hover{background:#eef3ff;border-color:#4066d5}.qt-logo-uploader__cta{font-weight:600;color:#4066d5}.qt-address-accordion{margin:16px 0;border:1px solid #dfe3eb;border-radius:8px;overflow:hidden}.qt-address-accordion__head{display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px 14px;background:#f9fafc;border:none;cursor:pointer;font-weight:600}.qt-address-accordion__body{padding:12px 14px;border-top:1px solid #eaecf2;background:#fff}.qt-input-block__hint{font-size:12px;color:#5a7c3e;margin-top:4px}.qt-invite-modal__body{display:flex;flex-direction:column;gap:16px}.qt-invite-modal__row{display:flex;gap:12px}.qt-invite-modal__row>*{flex:1}.qt-invite-modal__mode{display:flex;flex-direction:column;gap:6px}.qt-invite-modal__mode label{display:flex;align-items:center;gap:8px;cursor:pointer}.qt-invite-modal__field{display:flex;flex-direction:column;gap:4px}.qt-invite-modal__field input[type=number]{height:36px;padding:0 10px;border:1px solid #dfe3eb;border-radius:6px;width:120px}.qt-invite-modal__success{padding:20px 4px}.qt-{display:flex;align-items:center;justify-content:center;min-height:44px;padding:12px;color:#667085;font-size:12px}.qt-integrations__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.qt-integration-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e6eb;border-radius:8px;padding:1rem 1.1rem 1.1rem;transition:box-shadow .12s ease,border-color .12s ease}.qt-integration-card:hover{box-shadow:0 6px 18px #0000000d;border-color:#c8cfd8}.qt-integration-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.qt-integration-card__icon{width:44px;height:44px;border-radius:8px;background:#f4f6f9;display:flex;align-items:center;justify-content:center}.qt-integration-card__icon .qt-icon{width:28px;height:28px;background-size:contain;background-repeat:no-repeat;background-position:center}.qt-integration-card__initials{font-weight:600;color:#4f5f79;font-size:1.1rem}.qt-integration-card__status{font-size:.7rem;font-weight:500;padding:2px 8px;border-radius:999px;border:1px solid transparent;white-space:nowrap}.qt-integration-card__status--connected{background:#10b9811a;color:#0f8a6a;border-color:#10b98140}.qt-integration-card__status--disconnected{background:#94a3b81f;color:#64748b;border-color:#94a3b84d}.qt-integration-card__status--coming-soon{background:#3b82f614;color:#1e6fdd;border-color:#3b82f640}.qt-integration-card__body{flex:1}.qt-integration-card__title{font-size:.98rem;font-weight:600;color:#4f5f79;margin-bottom:.1rem}.qt-integration-card__category{font-size:.72rem;color:#8491a5;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.qt-integration-card__desc{font-size:.82rem;color:#6b7688;margin:0 0 1rem;line-height:1.4}.qt-integration-card__footer{display:flex;justify-content:flex-end}.qt-help-center{min-height:112vh;display:flex;flex-direction:column;background:#f7f8fa}.qt-help-center__header{background:#fff;border-bottom:1px solid #e2e6eb;padding:.6rem 2rem}.qt-help-center__header-inner{display:flex;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto}.qt-help-center__logo{display:inline-flex;align-items:flex-end;gap:.2rem;text-decoration:none;flex-shrink:0}.qt-help-center__wordmark{color:#45b6fb;font-weight:700;font-size:1.3rem;letter-spacing:.02em}.qt-help-center__beta{background:#f04a3e;color:#fff;font-size:.62rem;font-weight:700;padding:1px 5px;border-radius:2px;margin-bottom:3px;letter-spacing:.06em}.qt-help-center__search{flex:1;max-width:380px;position:relative;display:flex;align-items:center;background:#f7f8fa;border:1px solid #e2e6eb;border-radius:6px;padding:.3rem .75rem;transition:border-color .12s ease,background .12s ease}.qt-help-center__search:focus-within{background:#fff;border-color:#45b6fb}.qt-help-center__search input{flex:1;border:0;background:transparent;padding:.2rem .4rem;font-size:.88rem;outline:none;color:#4f5f79}.qt-help-center__search-icon{color:#8491a5;font-size:.9rem}.qt-help-center__hero{position:relative;background:#0a2b5c;color:#fff;padding:3.5rem 2rem;text-align:center;overflow:hidden}.qt-help-center__hero:before,.qt-help-center__hero:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle at 50% 50%,#113a7a 0%,#113a7a 45%,transparent 60%);opacity:.7;pointer-events:none}.qt-help-center__hero:before{left:-80px;top:60%}.qt-help-center__hero:after{right:-80px;top:-60px}.qt-help-center__hero-title{position:relative;z-index:1;font-size:2.4rem;font-weight:700;margin:0 0 1rem}.qt-help-center__hero-text{position:relative;z-index:1;font-size:1.02rem;line-height:1.5;max-width:620px;margin:0 auto;color:#ffffffe0}.qt-help-center__body{flex:1;max-width:1100px;margin:0 auto;width:100%;padding:2.5rem 2rem}.qt-help-center__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem 2.5rem}.qt-help-center__category{background:transparent;display:flex;flex-direction:column}.qt-help-center__category-title{font-size:1.05rem;font-weight:600;color:#4f5f79;padding-bottom:.5rem;margin-bottom:.6rem;border-bottom:1px solid #e2e6eb}.qt-help-center__article-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.qt-help-center__article{color:#4a5568;font-size:.9rem;text-decoration:none;line-height:1.4}.qt-help-center__article:hover{color:#45b6fb;text-decoration:underline}.qt-help-center__empty{text-align:center;color:#8491a5;padding:2rem 0;font-size:.95rem}.qt-quick-support__body{background:#fff;border:1px solid #e2e6eb;border-radius:6px;padding:3rem 2rem}.qt-quick-support__empty{text-align:center;max-width:480px;margin:0 auto}.qt-quick-support__empty-title{font-size:1rem;font-weight:600;color:#4f5f79;margin-bottom:.5rem}.qt-quick-support__empty-text{font-size:.88rem;color:#6b7688;line-height:1.5}.qt-settings-page{display:flex;flex-direction:column;padding:1.25rem 1.5rem 2rem;gap:.75rem;min-height:100%}.qt-settings-page__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.qt-settings-page__title{font-size:1.05rem;font-weight:600;color:#4f5f79;margin:0}.qt-settings-page__actions{display:flex;gap:.5rem;align-items:center}.qt-settings-card{background:#fff;border:1px solid #e2e6eb;border-radius:6px;overflow:hidden;margin-top:.5rem}.qt-settings-hint{padding:.75rem 1rem;border-bottom:1px solid #eef0f4;background:#fafbfc;font-size:.8125rem;color:#475467;line-height:1.45}.qt-settings-hint .qt-btn{padding:0;height:auto;min-height:0;vertical-align:baseline}.qt-inline-addrow{display:flex;gap:.5rem;align-items:center;padding:10px 16px;border-bottom:1px solid #eef1f4;background:#f9fafb}.qt-inline-addrow>.qt-input{flex:1}.qt-delete-btn{color:#d92d20;font-size:18px;line-height:1;padding:2px 8px;border-radius:4px}.qt-delete-btn:hover{background:#fef3f2}.qt-settings-card__header{padding:1rem 1.25rem;border-bottom:1px solid #e2e6eb;font-size:.95rem;font-weight:600;color:#4f5f79}.qt-settings-row{display:grid;grid-template-columns:240px 1fr;align-items:start;padding:1rem 1.25rem;border-bottom:1px solid #eef1f4;gap:1rem}.qt-settings-row__label{padding-top:.6rem}.qt-settings-row:last-child{border-bottom:0}.qt-settings-row__label{color:#54647a;font-size:.9rem;font-weight:500}.qt-settings-row__value{min-width:0;display:flex;flex-direction:column;gap:.4rem}.qt-settings-row__value--split{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.qt-settings-row__hint{font-size:.78rem;color:#8491a5}.qt-settings-upload{display:flex;align-items:center;gap:.75rem}.qt-settings-upload__preview{width:64px;height:64px;border-radius:6px;background:#e2e6eb;display:flex;align-items:center;justify-content:center;color:#8491a5}.qt-swatch{position:relative;display:inline-block}.qt-swatch__trigger{width:32px;height:32px;border-radius:6px;border:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 2px #1018281f}.qt-swatch__trigger:hover{opacity:.92}.qt-swatch__popover{position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%);z-index:300;background:#fff;border:1px solid #e2e6eb;border-radius:8px;padding:8px;box-shadow:0 12px 32px #10182824;display:grid;grid-template-columns:repeat(8,20px);gap:8px;white-space:nowrap}.qt-swatch__dot{width:20px;height:20px;border-radius:50%;border:0;padding:0;cursor:pointer;transition:transform .12s ease}.qt-swatch__dot:hover{transform:scale(1.1)}.qt-toggle-list{display:flex;flex-direction:column;width:100%}.qt-toggle-list__row{display:inline-flex;align-items:center;gap:12px;padding:12px 0;font-size:.9rem;color:#4f5f79;cursor:pointer;border-bottom:1px solid #eef1f4}.qt-toggle-list__row:first-child{padding-top:0}.qt-toggle-list__row:last-child{padding-bottom:0;border-bottom:0}.qt-toggle-list__switch{position:relative;display:inline-block;width:36px;height:20px;flex-shrink:0}.qt-toggle-list__switch input{opacity:0;width:0;height:0}.qt-toggle-list__slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#d0d5dd;border-radius:999px;transition:background .14s ease}.qt-toggle-list__slider:before{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .14s ease;box-shadow:0 1px 2px #1018282e}.qt-toggle-list__switch input:checked+.qt-toggle-list__slider{background:#16a4fa}.qt-toggle-list__switch input:checked+.qt-toggle-list__slider:before{transform:translate(16px)}.qt-toggle-list__text{color:#4f5f79}.qt-year-dates{display:flex;flex-direction:column;gap:8px}.qt-year-dates__reset{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:40px;background:#f9fafb;border:1px solid #EAECF0;border-radius:6px;color:#344054;font-family:inherit;font-size:.88rem;cursor:pointer}.qt-year-dates__reset:hover{background:#f2f4f7}.qt-settings-note{display:flex;gap:10px;align-items:flex-start;padding:12px 16px;margin:0 0 4px;border:1px solid #c6dbee;background:#e8f6ff;color:#344054;border-radius:8px;font-size:.85rem;line-height:1.4}.qt-settings-note svg{flex-shrink:0;color:#1283c8;margin-top:2px}.qt-email-domain{display:grid;grid-template-columns:1fr 120px 130px;gap:12px;align-items:flex-end}.qt-email-login{display:flex;flex-direction:column;gap:8px}.qt-email-login__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.qt-email-login__field{display:flex;flex-direction:column;gap:4px}.qt-email-login__test{align-self:stretch;display:inline-flex;align-items:center;justify-content:center;gap:6px;height:40px;background:#f9fafb;border:1px solid #EAECF0;border-radius:6px;color:#344054;font-family:inherit;font-size:.88rem;cursor:pointer}.qt-email-login__test:hover{background:#f2f4f7}.qt-workspace-url{display:flex;gap:.75rem;align-items:flex-start}.qt-workspace-url__main{flex:3 1 0}.qt-workspace-url__suffix{flex:1 1 0}.qt-op-hours{display:flex;flex-direction:column;gap:12px}.qt-op-hours__row{display:grid;grid-template-columns:1fr 180px 180px;align-items:center;gap:16px;padding:14px 20px;background:#fff;border:1px solid #e2e6eb;border-radius:8px}.qt-op-hours__label{display:inline-flex;align-items:center;gap:12px}.qt-op-hours__day{font-size:.9rem;font-weight:600;color:#4f5f79}.qt-op-hours__status{font-size:.82rem;color:#8491a5}.qt-op-hours__toggle{position:relative;display:inline-block;width:36px;height:20px;flex-shrink:0}.qt-op-hours__toggle input{opacity:0;width:0;height:0}.qt-op-hours__slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#d0d5dd;border-radius:999px;cursor:pointer;transition:background .14s ease}.qt-op-hours__slider:before{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .14s ease;box-shadow:0 1px 2px #1018282e}.qt-op-hours__toggle input:checked+.qt-op-hours__slider{background:#16a4fa}.qt-op-hours__toggle input:checked+.qt-op-hours__slider:before{transform:translate(16px)}.qt-op-hours__time{width:100%}.qt-activity-map{height:260px;margin:0 1.25rem 1.25rem;border-radius:8px;background:linear-gradient(180deg,#d8e7f5,#c6dbee),#f2f4f7;border:1px solid #d0ddeb;display:flex;align-items:center;justify-content:center;text-align:center;color:#54647a;font-size:.82rem;padding:1rem}.qt-activity-map__caption{max-width:440px;opacity:.85}.qt-activity-list{border-top:1px solid #eef1f4}.qt-activity-list__head,.qt-activity-list__row{display:grid;grid-template-columns:1fr 160px 86px;align-items:center;padding:.8rem 1.25rem;gap:1rem}.qt-activity-list__head{font-size:.75rem;font-weight:500;color:#8491a5;text-transform:none;border-bottom:1px solid #eef1f4;padding-bottom:.6rem}.qt-activity-list__row+.qt-activity-list__row{border-top:1px solid #eef1f4}.qt-activity-list__detail{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:#344054;min-width:0}.qt-activity-list__browsericon{width:22px;height:22px;border-radius:50%;background:#8491a5;color:#fff;font-size:.7rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.qt-activity-list__ua{font-weight:500}.qt-activity-list__sep{color:#c6cdd9}.qt-activity-list__ip{color:#54647a}.qt-activity-list__last{font-size:.88rem;color:#344054}.qt-activity-list__actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.4rem}.qt-activity-list__iconbtn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:6px;cursor:pointer;color:#8491a5}.qt-activity-list__iconbtn:hover{background:#f2f4f7;color:#344054}.qt-activity-list__iconbtn:disabled{opacity:.4;cursor:not-allowed}.qt-activity-list__iconbtn:disabled:hover{background:transparent;color:#8491a5}.qt-activity-list__empty{padding:1rem 1.25rem;color:#8491a5;font-size:.88rem;text-align:center}.qt-passkeys{display:flex;flex-direction:column;gap:.75rem;max-width:520px}.qt-passkeys__list{border:1px solid #eaecf0;border-radius:8px;overflow:hidden;background:#fff}.qt-passkeys__row{display:flex;align-items:center;gap:.75rem;padding:.7rem .85rem}.qt-passkeys__row+.qt-passkeys__row{border-top:1px solid #f1f5f9}.qt-passkeys__icon{width:34px;height:34px;border-radius:8px;background:#f2f4f7;color:#4f5f79;display:grid;place-items:center;flex-shrink:0}.qt-passkeys__meta{min-width:0;flex:1}.qt-passkeys__name{font-size:.9rem;font-weight:500;color:#101828;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qt-passkeys__sub{font-size:.78rem;color:#8491a5;font-variant-numeric:tabular-nums}.qt-passkeys__dot{margin:0 .4rem;color:#c6cdd9}.qt-passkeys__del{width:30px;height:30px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:6px;cursor:pointer;color:#8491a5;transition:background .12s ease,color .12s ease}.qt-passkeys__del:hover{background:#fef3f2;color:#d92d20}.qt-passkeys__del:disabled{opacity:.4;cursor:not-allowed}.qt-passkeys__del:disabled:hover{background:transparent;color:#8491a5}.qt-passkeys__empty{padding:.95rem 1rem;border:1px dashed #d0d5dd;border-radius:8px;color:#8491a5;font-size:.86rem;text-align:center}.qt-passkeys__add{align-self:flex-start}.qt-notif-checks{display:flex;flex-direction:column;gap:14px}.qt-notif-checks__row{display:inline-flex;align-items:center;gap:10px;font-size:.92rem;color:#344054;cursor:pointer}.qt-account-pw{display:flex;flex-direction:column;gap:.75rem;max-width:440px}.qt-account-pw__field,.qt-account-pw__field .qt-input{width:100%}.qt-account-pw__eye{background:transparent;border:0;color:#8491a5;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.qt-account-pw__eye:hover{color:#475467}.qt-btn-danger-outline{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;width:auto;height:36px;padding:0 14px;background:#fff;border:1px solid #d92d20;border-radius:6px;color:#d92d20;font-size:.88rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .12s ease}.qt-btn-danger-outline:hover{background:#fef3f2}.qt-btn-danger-outline:active{background:#fee4e2}.qt-btn-danger-outline:disabled{opacity:.6;cursor:not-allowed}.qt-profile-photo{display:flex;align-items:center;gap:.75rem}.qt-profile-photo__remove{background:transparent;border:0;color:#d92d20;font-size:.88rem;font-weight:500;padding:0;cursor:pointer}.qt-profile-photo__remove:hover{text-decoration:underline}.qt-profile-phones{display:flex;flex-direction:column;gap:.75rem}.qt-profile-phones__field{display:flex;flex-direction:column;gap:.3rem}.qt-profile-phones__sublabel{font-size:.78rem;color:#54647a;font-weight:500}.qt-profile-phones__row{display:flex;align-items:center;gap:.5rem}.qt-profile-phones__type{width:110px;flex-shrink:0}.qt-profile-phones__remove{background:transparent;border:0;color:#d92d20;font-size:.82rem;font-weight:500;padding:0 .5rem;cursor:pointer}.qt-profile-phones__remove:hover{text-decoration:underline}.qt-profile-phones__add{background:transparent;border:0;color:#1283c8;font-size:.85rem;font-weight:500;padding:.25rem 0;cursor:pointer;align-self:flex-start}.qt-profile-phones__add:hover{text-decoration:underline}.qt-settings-card__body{padding:.25rem 0}.qt-settings-card__body--padded{padding:1rem 1.25rem}.qt-settings-tabwrap{padding-bottom:.25rem}.qt-settings-toast{position:fixed;bottom:1.5rem;right:1.5rem;background:#4f5f79;color:#fff;padding:.6rem 1rem;border-radius:6px;font-size:.85rem;z-index:1000;box-shadow:0 10px 40px #0000001f}.qt-settings-stub{padding:2.5rem 1.5rem;color:#8491a5;text-align:center;font-size:.88rem}.qt-settings-stub__title{font-weight:600;color:#2a3142;font-size:.95rem;margin-bottom:.25rem}.qt-settings-stub__msg{margin-bottom:1rem}.qt-settings-chips{display:flex;flex-wrap:wrap;gap:.4rem}.qt-settings-inline-btn{background:transparent;color:#45b6fb;border:0;padding:.4rem 0;font-weight:500;font-size:.85rem;cursor:pointer;align-self:flex-start}.qt-settings-inline-btn:hover{text-decoration:underline}.qt-settings-manage{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem}.qt-settings-manage__row{display:grid;grid-template-columns:1fr 80px 40px;gap:.75rem;align-items:center;padding:.5rem 0;border-bottom:1px solid #eef1f4}.qt-settings select.qt-select,.qt-settings__page select.qt-select,.qt-aside-modern select.qt-select{width:100%;height:40px;border-radius:6px;border:1px solid #EAECF0;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m5 8 5 5 5-5'/></svg>");background-repeat:no-repeat;background-position:right 12px center;box-shadow:inset 0 1px 2px #1018280d;padding:0 40px 0 14px;font-size:14px;color:#101828;font-family:inherit;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.qt-settings select.qt-select:hover,.qt-settings__page select.qt-select:hover,.qt-aside-modern select.qt-select:hover{border-color:#d0d5dd}.qt-settings select.qt-select:focus,.qt-settings select.qt-select:focus-visible,.qt-settings__page select.qt-select:focus,.qt-settings__page select.qt-select:focus-visible,.qt-aside-modern select.qt-select:focus,.qt-aside-modern select.qt-select:focus-visible{outline:2px solid rgba(22,164,250,.12);border-color:#16a4fa}.qt-settings select.qt-select:disabled,.qt-settings__page select.qt-select:disabled,.qt-aside-modern select.qt-select:disabled{background-color:#f9fafb;color:#98a2b3;cursor:not-allowed}.qt-settings .qt-textarea,.qt-settings__page .qt-textarea{width:100%;min-height:80px;border-radius:6px;border:1px solid #dbe0e7;padding:.55rem .75rem;font-size:.88rem;color:#4f5f79;font-family:inherit;resize:vertical}.qt-muted{color:#8491a5}.qt-perm-assignments{background:#fff;border:1px solid #e4e7ec;border-radius:8px;margin-bottom:16px;overflow:hidden}.qt-perm-assignments__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid #eef0f4}.qt-perm-assignments__title{margin:0 0 4px;font-size:14px;font-weight:600;color:#101828}.qt-perm-assignments__hint{margin:0;color:#667085;font-size:12.5px}.qt-perm-assignments__table-wrap{overflow-x:auto}.qt-perm-assignments__table{width:100%;border-collapse:collapse}.qt-perm-assignments__table th{background:#fafbfc;font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#667085;padding:10px 14px;text-align:left;border-bottom:1px solid #eef0f4}.qt-perm-assignments__table td{padding:10px 14px;border-bottom:1px solid #f4f5f7;vertical-align:middle;font-size:13.5px}.qt-perm-assignments__table tr:last-child td{border-bottom:none}.qt-perm-assignments__user{display:flex;align-items:center;gap:10px}.qt-perm-assignments__email{font-size:12px}.qt-perm-assignments__role-pill{display:inline-block;padding:3px 10px;border-radius:999px;background:#eef6ff;border:1px solid #c5d9f8;color:#1746a2;font-size:12px;font-weight:500}.qt-perm-assignments__company-pill{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:500;border:1px solid transparent;font-family:inherit}.qt-perm-assignments__company-pill--all{background:#ecfdf3;border-color:#abefc6;color:#027a48}.qt-perm-assignments__company-pill--scoped{background:#fafbfc;border-color:#d4d9e0;color:#344054}.qt-perm-assignments__company-pill--danger{background:#fef3f2;border-color:#fda29b;color:#b42318}.qt-perm-assignments__company-pill--muted{background:#f9fafb;border-color:#eef0f4;color:#98a2b3}.qt-perm-assignments__company-pill--editable{cursor:pointer;transition:background 80ms ease,border-color 80ms ease}.qt-perm-assignments__company-pill--editable:hover{filter:brightness(.96)}.qt-perm-assignments__company-pill--editable:focus-visible{outline:2px solid #2e63ed;outline-offset:2px}.qt-perm-assignments__edit-btn{background:transparent;border:1px solid #d4d9e0;color:#2e63ed;padding:4px 12px;border-radius:6px;font:inherit;font-size:12.5px;cursor:pointer}.qt-perm-assignments__edit-btn:hover{background:#eef6ff;border-color:#c5d9f8}.qt-permissions-info{display:flex;align-items:center;gap:.6rem;background:#eef4fc;border:1px solid #d6e4f5;color:#3a546e;border-radius:6px;padding:.6rem .85rem;margin-bottom:.75rem;font-size:.88rem}.qt-permissions-info__icon{background-color:#1f6feb;flex:0 0 auto}.qt-permissions-matrix{background:#fff;border:1px solid #e3e8ef;border-radius:6px;overflow:auto;max-height:70vh}.qt-permissions-matrix__search{padding:.5rem .65rem;border-bottom:1px solid #f1f3f7;background:#fff;position:sticky;top:0;z-index:5}.qt-permissions-matrix__table{width:100%;border-collapse:separate;border-spacing:0;font-size:.9rem}.qt-permissions-matrix__th-perm,.qt-permissions-matrix__th-role{background:#f7f9fc;padding:.65rem .85rem;font-weight:600;color:#344256;border-bottom:1px solid #e3e8ef;text-align:left;position:sticky;top:0}.qt-permissions-matrix__th-perm{min-width:320px;width:320px;border-right:1px solid #e3e8ef;left:0;z-index:4}.qt-permissions-matrix__th-role{text-align:center;white-space:nowrap;min-width:150px;border-right:1px solid #f1f3f7;z-index:3}.qt-permissions-matrix__th-role:last-child{border-right:0}.qt-permissions-matrix__role-name{margin-right:6px}.qt-permissions-matrix__role-actions{display:inline-flex;gap:2px;vertical-align:middle}.qt-permissions-matrix__icon-btn{background:transparent;border:0;cursor:pointer;padding:4px;border-radius:3px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.qt-permissions-matrix__icon-btn .qt-icon{background-color:#6b7687}.qt-permissions-matrix__icon-btn:hover{background:#e7ecf3}.qt-permissions-matrix__icon-btn:hover .qt-icon{background-color:#1f2937}.qt-permissions-matrix__group-row td{background:#f7f9fc;color:#6b7687;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;padding:.45rem .85rem;border-top:1px solid #e3e8ef;border-bottom:1px solid #e3e8ef;position:sticky;left:0;z-index:2}.qt-permissions-matrix__perm-name{padding:.55rem .85rem;border-bottom:1px solid #f1f3f7;border-right:1px solid #e3e8ef;color:#1f2937;background:#fff;position:sticky;left:0;z-index:2;min-width:320px;width:320px;vertical-align:top}.qt-permissions-matrix__perm-title{display:block;font-weight:500;color:#1f2937;line-height:1.25}.qt-permissions-matrix__perm-desc{display:block;margin-top:2px;font-size:.78rem;color:#6b7687;line-height:1.35}.qt-permissions-matrix__cell{border-bottom:1px solid #f1f3f7;border-right:1px solid #f1f3f7;padding:.55rem .85rem;text-align:center}.qt-permissions-matrix__check{width:16px;height:16px;margin:0;cursor:pointer;accent-color:#1f6feb}.qt-permissions-matrix__check--disabled{cursor:not-allowed;opacity:.45;filter:grayscale(.4)}.qt-permissions-matrix__cell:last-child{border-right:0}.qt-permissions-matrix__group-row td:last-child{border-right:0}.qt-permissions-matrix tbody tr:hover .qt-permissions-matrix__perm-name,.qt-permissions-matrix tbody tr:hover .qt-permissions-matrix__cell{background:#fafbfd}.qt-permissions-matrix tbody tr:last-child td{border-bottom:0}.qt-products-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.qt-tasks-body{padding:0}.qt-task-list{list-style:none;margin:0;padding:0}.qt-task-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid #eef1f4}.qt-task-row:last-child{border-bottom:0}.qt-task-row__body{flex:1;display:flex;align-items:center;gap:.75rem;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:0;margin:0;font:inherit;text-align:left;cursor:pointer;color:inherit;border-radius:6px;transition:background .12s ease}.qt-task-row__body:hover{background:#f5f7fa}.qt-task-row__body:focus-visible{outline:none;background:#f5f7fa;box-shadow:0 0 0 2px #1283c826}.qt-task-row__title{flex:1;font-size:.9rem;color:#4f5f79;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-task-row__due{font-size:.8rem;color:#8491a5;min-width:120px;text-align:right}.qt-cal{background:#fff;border:1px solid #EAECF0;border-radius:12px;padding:14px 18px 18px;display:flex;flex-direction:column;gap:10px;min-height:600px}.qt-cal__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.qt-cal__head-left{display:inline-flex;align-items:center;gap:4px}.qt-cal__title{font-size:18px;font-weight:600;color:#101828;padding:0 8px;min-width:220px;text-align:center}.qt-cal__assignee{min-width:180px}.qt-cal__nav{display:inline-flex;align-items:center;gap:4px}.qt-cal__nav-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #D0D5DD;background:#fff;width:32px;height:32px;border-radius:6px;cursor:pointer;color:#475467;font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,color .12s ease}.qt-cal__nav-btn:hover{background:#f9fafb;color:#101828}.qt-cal__today-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #D0D5DD;background:#fff;height:32px;padding:0 12px;border-radius:6px;cursor:pointer;color:#344054;font-size:13px;font-weight:500;margin:0 4px;transition:background .12s ease}.qt-cal__today-btn:hover{background:#f9fafb}.qt-cal__weekdays{display:grid;grid-template-columns:repeat(7,1fr);border-top:1px solid #EAECF0;border-left:1px solid #EAECF0;border-right:1px solid #EAECF0;border-top-left-radius:8px;border-top-right-radius:8px;background:#f9fafb}.qt-cal__weekday{padding:8px 10px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#667085;text-align:left;border-right:1px solid #EAECF0}.qt-cal__weekday:last-child{border-right:0}.qt-cal__grid{flex:1;display:grid;grid-template-columns:repeat(7,1fr);grid-auto-rows:1fr;border:1px solid #EAECF0;border-top:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px;overflow:hidden;min-height:540px}.qt-cal__cell{position:relative;border-right:1px solid #F1F5F9;border-bottom:1px solid #F1F5F9;padding:6px 8px;background:#fff;display:flex;flex-direction:column;gap:4px;min-height:100px;overflow:hidden;transition:background .12s ease}.qt-cal__cell:nth-child(7n){border-right:0}.qt-cal__cell:nth-last-child(-n+7){border-bottom:0}.qt-cal__cell--out{background:#fbfcfd}.qt-cal__cell--out .qt-cal__cell-num{color:#98a2b3}.qt-cal__cell--today .qt-cal__cell-num{background:#1283c8;color:#fff}.qt-cal__cell--clickable{cursor:pointer}.qt-cal__cell--clickable:hover{background:#f9fafb}.qt-cal__cell--clickable:hover .qt-cal__cell-add,.qt-cal__cell--clickable:focus-visible .qt-cal__cell-add{opacity:1;transform:scale(1)}.qt-cal__cell--clickable:focus-visible{outline:none;background:#f9fafb;box-shadow:inset 0 0 0 1px #c7dcee}.qt-cal__cell-add{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:999px;background:#1283c8;color:#fff;font-size:16px;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transform:scale(.85);transition:opacity .12s ease,transform .12s ease}.qt-cal__cell-num{align-self:flex-start;min-width:22px;height:22px;padding:0 6px;border-radius:999px;font-size:12px;font-weight:600;color:#344054;display:inline-flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}.qt-cal__items{display:flex;flex-direction:column;gap:2px;overflow:hidden}.qt-cal__chip{display:flex;align-items:baseline;gap:4px;font-size:11px;line-height:1.3;padding:2px 6px;border-radius:4px;color:#1849a9;background:#e8f6ff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:default}.qt-cal__chip--event{color:#105e2e;background:#d5f4e0}.qt-cal__task{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;width:100%;display:flex;align-items:center;gap:5px;font:600 11px/1.25 Inter,system-ui,sans-serif;padding:2px 6px;border-radius:4px;background:var(--task-bg);color:var(--task-fg);border:1px solid var(--task-bd);cursor:pointer;text-align:left;overflow:hidden;transition:background .1s ease}.qt-cal__task:hover{filter:brightness(.97)}.qt-cal__task:focus-visible{outline:none;box-shadow:0 0 0 2px var(--task-fg),0 0 0 4px var(--task-bg)}.qt-cal__task--single .qt-cal__task-title{font-weight:600}.qt-cal__task-icon{flex:0 0 auto;color:var(--task-fg)}.qt-cal__task-time{flex:0 0 auto;font-variant-numeric:tabular-nums;opacity:.85;font-weight:500}.qt-cal__task-title{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.qt-cal__chip-time{font-weight:600;flex:0 0 auto;font-variant-numeric:tabular-nums}.qt-cal__chip-title{overflow:hidden;text-overflow:ellipsis;min-width:0}.qt-cal__more{font-size:11px;color:#667085;padding:0 4px}.qt-cal__loading{text-align:center;color:#98a2b3;font-size:13px;padding:6px}.qt-cal__head-actions{display:inline-flex;align-items:center;gap:12px}.qt-cal__viewswitch{display:inline-flex;background:#f2f4f7;border-radius:6px;padding:3px;gap:2px;height:32px}.qt-cal__viewswitch-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#4f5f79;font:500 12px/1 Inter,system-ui,sans-serif;padding:0 12px;height:26px;border-radius:4px;cursor:pointer;transition:background .1s ease,color .1s ease}.qt-cal__viewswitch-btn:hover:not(.qt-cal__viewswitch-btn--on){color:#101828}.qt-cal__viewswitch-btn--on{background:#fff;color:#101828;font-weight:600;box-shadow:0 1px 2px #1018280f}.qt-cal__timeline{max-height:640px;overflow-y:auto;overflow-x:hidden;border:1px solid #EAECF0;border-radius:8px;background:#fff;position:relative}.qt-cal__timeline-grid{position:relative;display:grid;grid-template-columns:56px 1fr;height:var(--cal-total-h, 864px)}.qt-cal__timeline-hours{position:relative;border-right:1px solid #EAECF0;background:#f9fafb;display:flex;flex-direction:column}.qt-cal__timeline-hours-head{flex:0 0 auto;height:36px}.qt-cal__timeline-hours-rail{position:relative;flex:1 1 auto;min-height:0}.qt-cal__timeline-hour{position:absolute;inset:0 0 auto 0;height:0;display:flex;align-items:flex-start;justify-content:flex-end;padding-right:8px;pointer-events:none}.qt-cal__timeline-hour-label{font:400 10px/1 Inter,system-ui,sans-serif;color:#98a2b3;font-variant-numeric:tabular-nums;background:#f9fafb;padding:0 4px}.qt-cal__timeline-days{position:relative;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;grid-template-rows:100%}.qt-cal__timeline-day{position:relative;border-right:1px solid #EAECF0;display:flex;flex-direction:column;min-width:0}.qt-cal__timeline-day:last-child{border-right:0}.qt-cal__timeline-day--today{background:linear-gradient(to bottom,rgba(18,131,200,.04),transparent 240px)}.qt-cal__timeline-day-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:6px;height:36px;padding:0 10px;background:#fffffff5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:1px solid #EAECF0}.qt-cal__timeline-day-dow{font:600 10px/1 Inter,system-ui,sans-serif;letter-spacing:.05em;text-transform:uppercase;color:#667085}.qt-cal__timeline-day-num{font:600 14px/1 Inter,system-ui,sans-serif;color:#344054;font-variant-numeric:tabular-nums}.qt-cal__timeline-day-num--today{color:#fff;background:#1283c8;border-radius:999px;padding:0 6px;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.qt-cal__timeline-lanes{position:relative;flex:1 1 auto;min-height:0}.qt-cal__timeline-slot{position:absolute;left:0;right:0;cursor:pointer;transition:background .12s ease}.qt-cal__timeline-slot:hover{background:#1283c814}.qt-cal__timeline-rule{position:absolute;left:0;right:0;height:1px;background:#f1f5f9;pointer-events:none}.qt-cal__timeline-rule--half{background:transparent;border-top:1px dashed #D0D5DD;height:0}.qt-cal__timeline-block{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:10px;border:1px solid var(--task-bd);background:var(--task-bg);color:var(--task-fg);border-radius:6px;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;gap:2px;text-align:left;font:600 11px/1.35 Inter,system-ui,sans-serif;transition:filter .12s ease;min-height:36px}.qt-cal__timeline-block:hover{filter:brightness(.97)}.qt-cal__timeline-block:focus-visible{outline:none;box-shadow:0 0 0 2px var(--task-fg)}.qt-cal__timeline-block-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;color:var(--task-fg)}.qt-cal__timeline-event{position:absolute;left:4px;right:4px;padding:4px 6px;background:#d5f4e0;color:#105e2e;border:1px solid #A9E6BD;border-radius:4px;font:500 11px/1.25 Inter,system-ui,sans-serif;overflow:hidden}.qt-cal__timeline--single .qt-cal__timeline-day-head{display:none}.qt-filemanager{display:flex;flex-direction:column;gap:1rem}.qt-filemanager__section{align-self:flex-start;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#6b7a90;margin:.5rem 0 0}.qt-filemanager__back{background:none;border:0;color:#16a4fa;font-size:.85rem;cursor:pointer;padding:0;margin-right:.75rem}.qt-filemanager__back:hover{text-decoration:underline}.qt-filemanager__title-stack{display:flex;flex-direction:column;gap:.15rem}.qt-filemanager__breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;font-size:.78rem;color:#6b7a90;line-height:1.3}.qt-filemanager__crumb{display:inline-flex;align-items:center}.qt-filemanager__crumb-link{background:none;border:0;padding:0;margin:0;color:#16a4fa;font-size:.78rem;cursor:pointer}.qt-filemanager__crumb-link:hover{text-decoration:underline}.qt-filemanager__crumb-current{color:#6b7a90;font-weight:500}.qt-filemanager__crumb-sep{margin:0 .4rem;color:#c0c8d4}.qt-filemanager__banner{font-size:.85rem;padding:.5rem .75rem;margin:.5rem 0;border-radius:4px}.qt-filemanager__banner--ok{background:#e6f6ec;color:#1f7a3f}.qt-filemanager__banner--err{background:#fdecec;color:#b94441}.qt-filemanager__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.qt-filemanager__grid--folders{margin-bottom:1rem}.qt-filecard{position:relative;background:#fff;border:1px solid #e2e6eb;border-radius:8px;overflow:hidden;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}.qt-filecard--clickable{cursor:pointer}.qt-filecard--clickable:hover{border-color:#45b6fb;box-shadow:0 4px 16px #10182814}.qt-filecard--clickable:focus-visible{outline:2px solid #16a4fa;outline-offset:2px}.qt-filecard__thumb{position:relative;height:140px;background:#f5f7fa;border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden}.qt-filecard__thumb--folder{background:transparent}.qt-filecard__thumb--missing:after{content:"Image unavailable";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.78rem;color:#8491a5}.qt-filecard__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.qt-filecard__title{font-size:.9rem;font-weight:500;color:#4f5f79;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qt-filecard__meta{font-size:.78rem;color:#8491a5}.qt-filecard__menu{position:absolute;top:6px;right:6px}.qt-filecard__menu-btn{border:0;background:#ffffffe6;border-radius:4px;padding:2px 6px;font-size:14px;cursor:pointer;color:#6b7a90}.qt-filecard__menu-btn:hover{background:#fff}.qt-filepreview{display:flex;align-items:center;justify-content:center;min-height:320px;background:#f5f7fa;border-radius:6px}.qt-filepreview__img{max-width:100%;max-height:60vh;display:block}.qt-filepreview__pdf{width:100%;height:60vh;border:0;background:#fff;border-radius:6px}.qt-filepreview__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.qt-documents-filters{display:grid;grid-template-columns:2fr repeat(4,minmax(0,1fr));gap:.75rem;align-items:center;margin-bottom:1rem}.qt-documents-filters .qt-dropdown,.qt-documents-filters .qt-input{width:100%}.qt-documents-filters .qt-input__field,.qt-documents-filters .qt-select__trigger,.qt-documents-filters .qt-billing__filter--daterange{border:0!important;background:#f9fafb!important;box-shadow:none!important;height:38px;border-radius:6px;color:#344054;transition:background-color .12s ease,box-shadow .12s ease}.qt-documents-filters .qt-input__field:hover,.qt-documents-filters .qt-select__trigger:hover,.qt-documents-filters .qt-billing__filter--daterange:hover{background:#f2f4f7!important}.qt-documents-filters .qt-input__field:focus,.qt-documents-filters .qt-input__field:focus-within,.qt-documents-filters .qt-input__field[aria-expanded=true],.qt-documents-filters .qt-select__trigger:focus,.qt-documents-filters .qt-select__trigger:focus-within,.qt-documents-filters .qt-select__trigger[aria-expanded=true],.qt-documents-filters .qt-billing__filter--daterange:focus,.qt-documents-filters .qt-billing__filter--daterange:focus-within,.qt-documents-filters .qt-billing__filter--daterange[aria-expanded=true]{background:#fff!important;box-shadow:0 0 0 1px #16a4fa,0 0 0 4px #16a4fa1f!important}.qt-documents-filters .qt-billing__filter--daterange{width:100%;min-width:0;padding:0 12px}.qt-document-title{display:inline-flex;align-items:center;gap:.5rem;min-width:0;flex:1}.qt-documents__folder{background:#fff;border:1px solid #eef1f4;border-radius:6px;margin-bottom:.75rem;overflow:hidden}.qt-documents__folder+.qt-documents__folder{margin-top:0}.qt-documents__folder-head{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem .9rem;background:#f9fafb;border:0;border-bottom:1px solid #eef1f4;cursor:pointer;text-align:left;font-size:.88rem;color:#344054}.qt-documents__folder-head:hover{background:#f2f4f7}.qt-documents__folder-name{font-weight:600;color:#101828}.qt-documents__folder-count{margin-left:auto;background:#eef1f4;color:#667085;padding:1px 8px;border-radius:999px;font-size:11px;font-weight:600}.qt-documents__chevron{display:inline-block;width:12px;color:#8491a5;transition:transform .12s ease}.qt-documents__chevron--collapsed{transform:rotate(-90deg)}.qt-documents__tags{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap}.qt-documents__tag{display:inline-block;padding:2px 8px;background:#eff8ff;color:#1570ff;border:1px solid #b2ddff;border-radius:999px;font-size:10px;font-weight:600;letter-spacing:.02em;line-height:1.4;white-space:nowrap}.qt-documents__chipgrid{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px;padding:6px;border:1px solid #eaecef;border-radius:4px;background:#fcfcfd;max-height:140px;overflow-y:auto}.qt-documents__chip{border:1px solid #d0d5dd;background:#fff;color:#344054;border-radius:999px;padding:3px 10px;font-size:12px;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.qt-documents__chip:hover{border-color:#98a2b3}.qt-documents__chip--on{background:#eff8ff;border-color:#1570ff;color:#1570ff}.qt-documents__review--stale{color:#b42318;font-weight:600}.qt-documents__placeholder{padding:3rem 1rem;text-align:center;color:#8491a5;font-size:.9rem;background:#fff;border:1px solid #eef1f4;border-radius:6px}.qt-documents__categories{display:flex;flex-direction:column;gap:6px;margin-top:12px}.qt-documents__category-row{border:1px solid #eef1f4;border-radius:6px;padding:10px 12px;background:#fff;display:flex;flex-direction:column;gap:8px}.qt-documents__category-head{display:flex;align-items:center;gap:12px;width:100%}.qt-documents__category-name{font-weight:600;color:#101828;font-size:.9rem}.qt-documents__category-meta{color:#667085;font-size:12px;margin-left:8px;flex:1}.qt-doc-history{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.qt-doc-history__row{display:flex;align-items:flex-start;gap:10px;padding:8px 10px;background:#f9fafb;border:1px solid #eef1f4;border-radius:6px}.qt-doc-history__action{flex:0 0 auto;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.qt-doc-history__action--green{background:#ecfdf3;color:#067647;border:1px solid #abefc6}.qt-doc-history__action--blue{background:#eff8ff;color:#1570ff;border:1px solid #b2ddff}.qt-doc-history__action--amber{background:#fef3c7;color:#b54708;border:1px solid #fde68a}.qt-doc-history__action--slate{background:#eef1f4;color:#475467;border:1px solid #d0d5dd}.qt-doc-history__action--red{background:#fef3f2;color:#b42318;border:1px solid #fecdca}.qt-doc-history__meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.qt-doc-history__who{font-weight:500;color:#101828;font-size:12px}.qt-doc-history__when{color:#667085;font-size:11px}.qt-pw-type{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;background:#eef1f4;color:#6d7a90;flex:0 0 auto}.qt-pw-type-cell{display:inline-flex;align-items:center;gap:10px;min-width:0;width:100%}.qt-pw-type-cell>.qt-ellipsis{font-size:13px;color:#344054}.qt-pw-secret{display:flex;align-items:center;gap:.5rem;min-width:0;width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#4f5f79}.qt-pw-secret>span:first-child{min-width:0;flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qt-pw-otp-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 8px 2px 6px;border-radius:999px;background:#eff8ff;border:1px solid #b2ddff;color:#1570ff;font-size:11px;font-weight:600;letter-spacing:.04em;line-height:1.4}.qt-pw-otp-pill svg{flex:0 0 auto}.qt-pw-otp-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#17b26a;box-shadow:0 0 0 2px #17b26a26}.qt-pw-url{color:#1570ff;text-decoration:none;display:inline-block;max-width:100%}.qt-pw-url:hover{text-decoration:underline}.qt-pw-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:6px;background:#1570ff;color:#fff;font-size:11px;font-weight:600;border-radius:999px}.qt-pw-eye{background:transparent;border:0;padding:0;display:inline-flex;flex:0 0 auto;color:#8491a5;cursor:pointer}.qt-pw-eye:hover{color:#4f5f79}.qt-passwords__sentinel{display:flex;align-items:center;justify-content:center;min-height:44px;padding:12px;color:#667085;font-size:12px}.qt-help-center{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 2rem 2.5rem}.qt-help-center__hero{text-align:center;padding:2rem 1rem 1.25rem}.qt-help-center__title{font-size:1.75rem;font-weight:600;color:#1d2939;margin:0 0 .5rem}.qt-help-center__sub{font-size:.95rem;color:#4f5f79;margin:0 0 1rem}.qt-help-center__search{width:420px;max-width:100%;margin:0 auto}.qt-help-center__body{display:flex;flex-direction:column;gap:.75rem}.qt-help-center__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.qt-help-card{background:#fff;border:1px solid #e2e6eb;border-radius:6px;padding:1rem 1.1rem 1.1rem;min-height:220px}.qt-help-card__head{display:block;width:100%;padding:0 0 .5rem;margin:0 0 .75rem;background:transparent;border:0;border-bottom:2px solid #45B6FB;font-size:1rem;font-weight:600;color:#1d2939;text-align:left;cursor:pointer;font-family:inherit}.qt-help-card__head:hover{color:#1283c8}.qt-help-card__list,.qt-help-card__sublist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.qt-help-card__sublist{margin-top:.4rem;padding-left:1.25rem;gap:.35rem}.qt-help-card__link{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:0;padding:0;color:#4f5f79;font-size:.92rem;cursor:pointer;font-family:inherit;text-align:left}.qt-help-card__link:hover{color:#1283c8}.qt-help-card__link--sub{font-size:.88rem;color:#4f5f79}.qt-help-card__bullet{display:inline-block;width:9px;height:9px;border-radius:50%;border:1.5px solid #98A2B3;flex-shrink:0}.qt-prose{color:#1d2939;line-height:1.55;font-size:.95rem}.qt-prose h1,.qt-prose h2,.qt-prose h3,.qt-prose h4{color:#1d2939;margin:1.2em 0 .5em}.qt-prose p{margin:0 0 .9em}.qt-prose ul,.qt-prose ol{padding-left:1.5em;margin:0 0 .9em}.qt-prose code{background:#f5f6f7;padding:.1em .3em;border-radius:3px;font-size:.88em}.qt-prose pre{background:#f5f6f7;border:1px solid #e2e6eb;border-radius:4px;padding:.75em 1em;overflow-x:auto}.qt-prose img{max-width:100%;height:auto}.qt-kb-meta{display:flex;gap:1rem;flex-wrap:wrap;color:#4f5f79;font-size:.85rem;margin-bottom:.75rem}body{zoom:.9;min-height:112vh;min-width:112vw}@font-face{font-family:Inter;font-style:normal;font-weight:300;src:url(/assets/fonts/inter/Inter-LightBETA.eot);src:local("Inter Light BETA"),local("Inter-LightBETA"),url(/assets/fonts/inter/Inter-LightBETA.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/inter/Inter-LightBETA.woff2) format("woff2"),url(/assets/fonts/inter/Inter-LightBETA.woff) format("woff"),url(/assets/fonts/inter/Inter-LightBETA.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(/assets/fonts/inter/Inter-Regular.eot);src:local("Inter Regular"),local("Inter-Regular"),url(/assets/fonts/inter/Inter-Regular.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/inter/Inter-Regular.woff2) format("woff2"),url(/assets/fonts/inter/Inter-Regular.woff) format("woff"),url(/assets/fonts/inter/Inter-Regular.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:url(/assets/fonts/inter/Inter-Medium.eot);src:local("Inter Medium"),local("Inter-Medium"),url(/assets/fonts/inter/Inter-Medium.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/inter/Inter-Medium.woff2) format("woff2"),url(/assets/fonts/inter/Inter-Medium.woff) format("woff"),url(/assets/fonts/inter/Inter-Medium.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:url(/assets/fonts/inter/Inter-SemiBold.eot);src:local("Inter Semi Bold"),local("Inter-SemiBold"),url(/assets/fonts/inter/Inter-SemiBold.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/inter/Inter-SemiBold.woff2) format("woff2"),url(/assets/fonts/inter/Inter-SemiBold.woff) format("woff"),url(/assets/fonts/inter/Inter-SemiBold.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:url(/assets/fonts/inter/Inter-Bold.eot);src:local("Inter Bold"),local("Inter-Bold"),url(/assets/fonts/inter/Inter-Bold.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/inter/Inter-Bold.woff2) format("woff2"),url(/assets/fonts/inter/Inter-Bold.woff) format("woff"),url(/assets/fonts/inter/Inter-Bold.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:800;src:url(/assets/fonts/inter/Inter-ExtraBold.eot);src:local("Inter Extra Bold"),local("Inter-ExtraBold"),url(/assets/fonts/inter/Inter-ExtraBold.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/inter/Inter-ExtraBold.woff2) format("woff2"),url(/assets/fonts/inter/Inter-ExtraBold.woff) format("woff"),url(/assets/fonts/inter/Inter-ExtraBold.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:900;src:url(/assets/fonts/inter/Inter-Black.eot);src:local("Inter Black"),local("Inter-Black"),url(/assets/fonts/inter/Inter-Black.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/inter/Inter-Black.woff2) format("woff2"),url(/assets/fonts/inter/Inter-Black.woff) format("woff"),url(/assets/fonts/inter/Inter-Black.ttf) format("truetype")}.dark-dropdown,.light-dropdown,.grey-dropdown{position:relative}.dark-dropdown.with-placeholder,.light-dropdown.with-placeholder,.grey-dropdown.with-placeholder{height:40px;border-radius:3px;border:1px solid #D0D5DD}.dark-dropdown.with-placeholder .placeholder,.light-dropdown.with-placeholder .placeholder,.grey-dropdown.with-placeholder .placeholder{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#98a2b3;font-size:13px;font-weight:400}.dark-dropdown.with-placeholder .selected,.light-dropdown.with-placeholder .selected,.grey-dropdown.with-placeholder .selected{background:transparent;cursor:pointer;height:40px;display:flex;align-items:center;padding:0 3px}.dark-dropdown.with-placeholder .selected>div,.light-dropdown.with-placeholder .selected>div,.grey-dropdown.with-placeholder .selected>div{margin-right:4px}.dark-dropdown .dropdown-menu .dropdown-item,.light-dropdown .dropdown-menu .dropdown-item,.grey-dropdown .dropdown-menu .dropdown-item{position:relative;height:32px;display:flex;align-items:center;padding:6px 12px;border:none;width:100%;text-align:left;background:#fff;font-size:14px;line-height:17px;font-weight:400;color:#101828;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-radius:6px;margin:4px 0;cursor:pointer}.dark-dropdown .dropdown-menu .dropdown-item.--selected,.dark-dropdown .dropdown-menu .dropdown-item.is-hover,.light-dropdown .dropdown-menu .dropdown-item.--selected,.light-dropdown .dropdown-menu .dropdown-item.is-hover,.grey-dropdown .dropdown-menu .dropdown-item.--selected,.grey-dropdown .dropdown-menu .dropdown-item.is-hover{background-color:#f9fafb;color:#16a4fa}.dark-dropdown .dropdown-menu .dropdown-item.--selected .name,.dark-dropdown .dropdown-menu .dropdown-item.is-hover .name,.light-dropdown .dropdown-menu .dropdown-item.--selected .name,.light-dropdown .dropdown-menu .dropdown-item.is-hover .name,.grey-dropdown .dropdown-menu .dropdown-item.--selected .name,.grey-dropdown .dropdown-menu .dropdown-item.is-hover .name{color:#16a4fa}.dark-dropdown .dropdown-menu .dropdown-item:hover,.light-dropdown .dropdown-menu .dropdown-item:hover,.grey-dropdown .dropdown-menu .dropdown-item:hover{background:#f9fafb}.dark-dropdown .dropdown-menu{background:#475467}.dark-dropdown .dropdown-menu .dropdown-item{background:#475467;color:#98a2b3}.dropdown-menu.unique-down{width:calc(100% - 30px);left:15px!important;bottom:-230px;top:auto!important;transform:none!important;min-height:208px;max-height:228px}.dropdown-menu .ngb-dp-day,.dropdown-menu .ngb-dp-week-number,.dropdown-menu .ngb-dp-weekday{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.dropdown-menu .ngb-dp-day:first-child .custom-day:hover:after,.dropdown-menu .ngb-dp-day:first-child .custom-day.faded:after,.dropdown-menu .ngb-dp-week-number:first-child .custom-day:hover:after,.dropdown-menu .ngb-dp-week-number:first-child .custom-day.faded:after,.dropdown-menu .ngb-dp-weekday:first-child .custom-day:hover:after,.dropdown-menu .ngb-dp-weekday:first-child .custom-day.faded:after{width:40px}.dropdown-menu .ngb-dp-months{padding:0 10px 14px}.date-picker{position:relative}.date-picker .bg-primary{--bs-bg-opacity: 1;color:#16a4fa}.date-picker i{position:absolute;right:14px;cursor:pointer}.date-picker .icon__calendar{top:50%;transform:translateY(-50%)}.date-picker .dropdown-menu{max-height:initial}.date-picker ngb-datepicker{border:unset;position:relative;z-index:1}.date-picker .ngb-dp-month:first-child .ngb-dp-week,.date-picker .ngb-dp-month:last-child .ngb-dp-week{padding:0}.date-picker .ngb-dp-header,.date-picker .ngb-dp-weekdays{background:#fff}.date-picker .ngb-dp-header .small,.date-picker .ngb-dp-weekdays .small{color:#101828;font-size:13px;font-weight:500;font-style:normal}.date-picker .ngb-dp-header{padding:12px 16px}.date-picker .ngb-dp-weekdays{pointer-events:none;border-bottom:none}.date-picker .ngb-dp-week:not(:has(.ngb-dp-day:not(.hidden))){display:none}.date-picker .ngb-dp-weekdays:not(:has(.ngb-dp-day:not(.hidden))){display:flex}.date-picker .ngb-dp-month-name{font-size:16px;margin-bottom:6px}.date-picker .custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url(/assets/img/icons/arrow-down.svg) no-repeat center right 8px/16px;border:1px solid transparent;border-radius:3px;cursor:pointer;outline:none;font-size:16px;line-height:19px;font-weight:600;color:#101828;height:2rem}.date-picker .custom-select:first-child{margin-right:8px}.date-picker div.ngb-dp-day{border:none;outline:none;color:#667085}.date-picker div.ngb-dp-day:hover{color:#fff}.date-picker div.ngb-dp-day:hover div{position:relative;color:#fff}.date-picker div.ngb-dp-day:hover div:before{content:"";position:absolute;width:30px;height:30px;background-color:#16a4fa;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1}.date-picker div.ngb-dp-day:hover span{z-index:0;color:#fff;background:transparent}.date-picker div.ngb-dp-day:hover span:before{content:"";position:absolute;width:30px;height:30px;background-color:#16a4fa;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1}.date-picker div.ngb-dp-day div{transition:all .3s;font-size:14px;font-weight:500;border-radius:50%;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.date-picker div.ngb-dp-day.hidden+.ngb-dp-day .custom-day:hover:after,.date-picker div.ngb-dp-day.hidden+.ngb-dp-day .custom-day.faded:after{width:40px}.date-picker div.ngb-dp-day .bg-primary{background:radial-gradient(circle at center,#16a4fa 15px,#fff 16px);color:#fff}.date-picker .date-picker-actions{padding:10px 12px 12px}.date-picker .date-picker-actions button{font-weight:500;padding:4px 8px;height:24px;font-size:12px}.date-picker .date-picker-actions button:not(:last-child){margin-right:8px}.date-picker .ngb-dp-navigation-chevron{width:20px;height:20px;background:url(/assets/img/icons/arrow-right.svg) no-repeat center/contain;margin:0;padding:0;border:unset;transform:rotate(180deg)}.date-picker .right .ngb-dp-navigation-chevron{transform:unset!important}.left-panel-full-wrapper .date-picker .dropdown-menu{left:-15px!important}.product-dropdown-new-ng{position:relative}.product-dropdown-new-ng .item-list{position:absolute;width:100%;left:0;top:45px;max-height:354px;overflow-y:scroll;overflow-x:hidden;background-color:#fff;border-radius:4px;box-shadow:0 4px 20px #0a2d591a;z-index:1}.product-dropdown-new-ng .item-list .card:not(:last-child){border-bottom:1px solid #edf2f6}.product-dropdown-new-ng .item-list .card-header .select-product__item-title{width:100%;display:block;background-color:#16a4fa;padding:10px 16px;cursor:pointer;transition:all .3s;margin:0;height:auto;min-width:auto;min-height:auto;border:none;border-radius:0;line-height:24px;color:#fff;font-size:13px;font-weight:600;text-align:left;position:relative}.product-dropdown-new-ng .item-list .card-header .select-product__item-title.collapsed{background-color:#fff;color:#101828}.product-dropdown-new-ng .item-list .card-header .select-product__item-title.collapsed .report-caret-icon{transform:rotate(0)}.product-dropdown-new-ng .item-list .card-header .select-product__item-title:hover{background-color:#16a4fa;color:#fff}.product-dropdown-new-ng .item-list .card-body .category-product{padding:10px 16px 10px 36px;margin:0;cursor:pointer;transition:all .3s}.product-dropdown-new-ng .item-list .card-body .category-product:not(:last-child){border-bottom:1px solid #edf2f6}.product-dropdown-new-ng .item-list .card-body .category-product:hover{background-color:#f9fafb}.product-dropdown-new-ng .item-list .card-body .category-product .title{font-size:13px;color:#475467;display:inline-block;word-break:break-all;max-height:50px;overflow:hidden}.product-dropdown-new-ng .item-list .card-body .category-product .total-count{color:#101828;font-size:12px;line-height:16px;font-weight:400;letter-spacing:0}.duration{position:relative;cursor:pointer}.duration .duration-container-button{height:40px;border:none;width:100%;background:#16a4fa;color:#fff;font-size:13px}.duration-preview{height:40px;border-radius:3px;border:solid 1px #D0D5DD;padding:7px 12px;display:flex;background:#fff}.duration .dropdown-menu{border-radius:4px;box-shadow:0 2px 20px 10px #0000000d;border:solid 1px #EAECF0;cursor:default;overflow:hidden;top:calc(100% - 372px);min-width:206px;left:auto;right:0}.duration .dropdown-menu .duration-container-header{border-bottom:1px solid #edf2f6;display:flex;align-items:center;justify-content:space-around;font-size:12px;height:32px;font-weight:600}.duration .dropdown-menu .duration-container-header>div:first-child{border-right:1px solid #edf2f6}.duration .dropdown-menu .duration-container-content{display:flex}.duration .dropdown-menu .duration-container-content .duration-container-values{position:relative;width:50%}.duration .dropdown-menu .duration-container-content .duration-container-values-hours,.duration .dropdown-menu .duration-container-content .duration-container-values-minutes{font-size:12px;padding:0 8px;width:100%;text-align:center;overflow:scroll;margin:30px 0;height:184px}.duration .dropdown-menu .duration-container-content .duration-container-values-hours::-webkit-scrollbar-thumb,.duration .dropdown-menu .duration-container-content .duration-container-values-minutes::-webkit-scrollbar-thumb{display:none;width:0}.duration .dropdown-menu .duration-container-content .duration-container-values-hours>div,.duration .dropdown-menu .duration-container-content .duration-container-values-minutes>div{width:86px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .3s}.duration .dropdown-menu .duration-container-content .duration-container-values-hours>div:hover,.duration .dropdown-menu .duration-container-content .duration-container-values-hours>div.active,.duration .dropdown-menu .duration-container-content .duration-container-values-minutes>div:hover,.duration .dropdown-menu .duration-container-content .duration-container-values-minutes>div.active{color:#fff;background:#16a4fa}@media(max-width:1600px){.duration .dropdown-menu .duration-container-content .duration-container-values-hours>div,.duration .dropdown-menu .duration-container-content .duration-container-values-minutes>div{width:93px}}@media(min-width:1921px){.duration .dropdown-menu .duration-container-content .duration-container-values-hours>div,.duration .dropdown-menu .duration-container-content .duration-container-values-minutes>div{width:105px}}@media(min-width:2251px){.duration .dropdown-menu .duration-container-content .duration-container-values-hours>div,.duration .dropdown-menu .duration-container-content .duration-container-values-minutes>div{width:175px}}.duration .dropdown-menu .duration-container-content .duration-container-values:first-child{border-right:1px solid #edf2f6}.start-end-picker .time-picker-in,.start-end-picker .time-picker-out{width:46.4%;display:inline-block}@media(max-width:1280px){.start-end-picker .time-picker-in,.start-end-picker .time-picker-out{width:48.5%}}@media(min-width:1921px){.start-end-picker .time-picker-in,.start-end-picker .time-picker-out{width:47%}}@media(min-width:2251px){.start-end-picker .time-picker-in,.start-end-picker .time-picker-out{width:48%}}.start-end-picker .time-picker-in .start-end-picker-item,.start-end-picker .time-picker-out .start-end-picker-item{font-size:13px}.start-end-picker .time-picker-in .start-end-picker-item>div,.start-end-picker .time-picker-out .start-end-picker-item>div{display:flex;justify-content:flex-start;align-items:center;height:30px;padding:0 14px;cursor:pointer;transition:all .3s}.start-end-picker .time-picker-in .start-end-picker-item>div:hover,.start-end-picker .time-picker-out .start-end-picker-item>div:hover{background:#16a4fa;color:#fff}.start-end-picker .time-picker-in{margin-right:11px}@media(max-width:1600px){.start-end-picker .time-picker-in{margin-right:4px}}.start-end-picker .time-picker-in .dropdown-menu{min-width:100px;width:100%}.start-end-picker .time-picker-out .dropdown-menu{min-width:165px}div.ngb-dp-today{position:relative}div.ngb-dp-today .custom-day,div.ngb-dp-today .custom-day.faded,div.ngb-dp-today .btn-light{border-radius:6px;font-size:12px;line-height:16px;font-weight:500;display:flex;align-self:center;justify-content:center}div.ngb-dp-today .btn-light:hover{background:radial-gradient(circle at center,#16a4fa 15px,#fff 16px);color:#fff}div.ngb-dp-today:after{z-index:999;position:absolute;content:"";bottom:0;left:calc(50% - 3px);width:6px;height:6px;border-radius:50%;background:#16a4fa}.company-time-zone-drop-down .app-drop-down__dropdown{width:fit-content!important}app-company-time-zone form{position:relative}app-mat-form-field{display:block;line-height:1}app-modal-quote .quote-email-dropdown-container input{border:none!important;box-shadow:none!important}.intervals-date-picker .ngb-dp-day:not(.disabled) div{font-weight:900!important}.icn-64{display:block;width:64px;height:64px}.icn-24{width:26px;height:26px;display:block}.icn-16{width:16px;height:16px;display:block}.no-valid-label{width:44px;height:20px}.icon__user-image{background-image:url(/assets/img/icons/user.jpg)}.icon__unsubscribe{background-image:url(/assets/img/icons/unsubscribe.svg)}.icon__status-green{background-image:url(/assets/img/icons/status-green.svg)}.icon__templete-thumb{background-image:url(/assets/img/icons/templete-thumb.svg)}.icon__ticket-status{background:url(/assets/img/icons/ticket-status.svg)}.icon__ticket-settings-filled{-webkit-mask-image:url(/assets/img/icons/ticket-settings-filled.svg);mask-image:url(/assets/img/icons/ticket-settings-filled.svg)}.icon__firefox{background-image:url(/assets/img/icons/firefox.svg)}.icon__google-chrome{background-image:url(/assets/img/icons/google-chrome.svg)}.icon__moneris{background-image:url(/assets/img/icons/moneris.svg)}.icon__opera{background-image:url(/assets/img/icons/opera.svg)}.icon__safari{background-image:url(/assets/img/icons/safari.svg)}.icon__user-avatar{background-image:url(/assets/img/icons/user-avatar.svg)}.icon__memory{background-image:url(/assets/img/icons/memory.svg)}.icon__quicktech_partical_top{background-image:url(/assets/img/icons/quicktech-part-top-logo.svg)}.icon__quicktech_partical_bottom{background-image:url(/assets/img/icons/quicktech-part-bottom-logo.svg)}.icon__unlock-screen{background-image:url(/assets/img/icons/unlock-screen.svg)}.icon__claim-ticket{background-image:url(/assets/img/icons/claim-ticket.svg)}.icon__tech-users-filled{-webkit-mask-image:url(/assets/img/icons/tech-users-filled.svg);mask-image:url(/assets/img/icons/tech-users-filled.svg)}.icon__rating-filled{-webkit-mask-image:url(/assets/img/icons/rating-filled.svg);mask-image:url(/assets/img/icons/rating-filled.svg)}.icon__send-to-front{background-image:url(/assets/img/icons/send-to-front.svg)}.icon__monogram{background-image:url(/assets/img/icons/monogram.svg)}.icon__invoice-expired{background-image:url(/assets/img/icons/invoice-expired.svg)}.icon__processor{background-image:url(/assets/img/icons/processor.svg)}.icon__display{background-image:url(/assets/img/icons/display.svg)}.icon__graphic-card{background-image:url(/assets/img/icons/graphic-card.svg)}.icon__no-devices-installed{background-image:url(/assets/img/icons/no-devices-installed.svg)}.icon__networkcard{background-image:url(/assets/img/icons/networkcard.svg)}.icon__harddisk{background-image:url(/assets/img/icons/harddisk.svg)}.icon__new-update{background-image:url(/assets/img/icons/new-update.svg)}.icon__motherboard{background-image:url(/assets/img/icons/motherboard.svg)}.icon__drivers-missing{background-image:url(/assets/img/icons/drivers-missing.svg)}.icon__security-update{background-image:url(/assets/img/icons/security-update.svg)}.icon__virus-protection{background-image:url(/assets/img/icons/virus-protection.svg)}.icon__operating-system{background-image:url(/assets/img/icons/operating-system.svg)}.icon__connected-device{background-image:url(/assets/img/icons/connected-device.svg)}.icon__unpaid-invoice{background-image:url(/assets/img/icons/unpaid-invoice.svg)}.icon__avg-response{background-image:url(/assets/img/icons/avg-response.svg)}.icon__tickets-on-time{background-image:url(/assets/img/icons/tickets-on-time.svg)}.icon__new-tickets{background-image:url(/assets/img/icons/new-tickets.svg)}.icon__on-hold-tickets{background-image:url(/assets/img/icons/on-hold-tickets.svg)}.icon__recurring-tickets{background-image:url(/assets/img/icons/recurring-tickets.svg)}.icon__solved-tickets{background-image:url(/assets/img/icons/solved-tickets.svg)}.icon__system{background-image:url(/assets/img/icons/system.svg)}.icon__clone-document{background-image:url(/assets/img/icons/clone-document.svg)}.icon__timeline{background-image:url(/assets/img/icons/timeline.svg)}.icon__computer{background-image:url(/assets/img/icons/computer.svg)}.icon__folder-type{background-image:url(/assets/img/icons/folder-type.svg)}.icon__file-type-csv{background-image:url(/assets/img/icons/file-type-csv.svg)}.icon__file-type-doc{background-image:url(/assets/img/icons/file-type-doc.svg)}.icon__file-type-html{background-image:url(/assets/img/icons/file-type-html.svg)}.icon__file-type-odt{background-image:url(/assets/img/icons/file-type-odt.svg)}.icon__file-type-txt{background-image:url(/assets/img/icons/file-type-txt.svg)}.icon__file-type-pdf{background-image:url(/assets/img/icons/file-type-pdf.svg)}.icon__file-type-ppt{background-image:url(/assets/img/icons/file-type-ppt.svg)}.icon__file-type-rtf{background-image:url(/assets/img/icons/file-type-rtf.svg)}.icon__file-type-xls{background-image:url(/assets/img/icons/file-type-xls.svg)}.icon__file-type-ods{background-image:url(/assets/img/icons/file-type-ods.svg)}.icon__remote-desktop{background-image:url(/assets/img/icons/remote-desktop.svg)}.icon__quicktech-connect{background-image:url(/assets/img/icons/quicktech-connect.svg)}.icon__badge-ticket-paid{background-image:url(/assets/img/icons/badge-ticket-paid.svg)}.icon__badge-ticket-invoiced{background-image:url(/assets/img/icons/badge-ticket-invoiced.svg)}.icon__badge-ticket-draft{background-image:url(/assets/img/icons/badge-ticket-draft.svg)}.icon__badge-ticket-overdue{background-image:url(/assets/img/icons/badge-ticket-overdue.svg)}.icon__badge-bill-approved{background-image:url(/assets/img/icons/badge-bill-approved.svg)}.icon__badge-bill-ticketed{background-image:url(/assets/img/icons/badge-bill-ticketed.svg)}.icon__primary-checked{background-image:url(/assets/img/icons/primary-checked.svg)}.icon__primary-unchecked{background-image:url(/assets/img/icons/primary-unchecked.svg)}.icon__payment-method-master-card{background-image:url(/assets/img/icons/payment-method-master-card.svg)}.icon__payment-method-visa{background-image:url(/assets/img/icons/payment-method-visa.svg)}.icon__arrow_narrow_up{background-image:url(/assets/img/icons/arrow_narrow_up.svg)}.icon__arrow_narrow_down{background-image:url(/assets/img/icons/arrow_narrow_up.svg);transform:rotate(180deg)}.icon__alert{-webkit-mask-image:url(/assets/img/icons/alert.svg);mask-image:url(/assets/img/icons/alert.svg)}.icon__alert-triangle{-webkit-mask-image:url(/assets/img/icons/alert-triangle.svg);mask-image:url(/assets/img/icons/alert-triangle.svg)}.icon__warning{-webkit-mask-image:url(/assets/img/icons/warning.svg);mask-image:url(/assets/img/icons/warning.svg)}.icon__assign-user{-webkit-mask-image:url(/assets/img/icons/assign-user.svg);mask-image:url(/assets/img/icons/assign-user.svg)}.icon__notes{-webkit-mask-image:url(/assets/img/icons/notes.svg);mask-image:url(/assets/img/icons/notes.svg)}.icon__user{-webkit-mask-image:url(/assets/img/icons/user.svg);mask-image:url(/assets/img/icons/user.svg)}.icon__users{-webkit-mask-image:url(/assets/img/icons/users.svg);mask-image:url(/assets/img/icons/users.svg)}.icon__my-profile{-webkit-mask-image:url(/assets/img/icons/my-profile.svg);mask-image:url(/assets/img/icons/my-profile.svg)}.icon__profile-settings-filled{-webkit-mask-image:url(/assets/img/icons/profile-settings-filled.svg);mask-image:url(/assets/img/icons/profile-settings-filled.svg)}.icon__close{-webkit-mask-image:url(/assets/img/icons/close.svg);mask-image:url(/assets/img/icons/close.svg)}.icon__settings{-webkit-mask-image:url(/assets/img/icons/settings.svg);mask-image:url(/assets/img/icons/settings.svg)}.icon__logout{-webkit-mask-image:url(/assets/img/icons/logout.svg);mask-image:url(/assets/img/icons/logout.svg)}.icon__map{-webkit-mask-image:url(/assets/img/icons/map.svg);mask-image:url(/assets/img/icons/map.svg)}.icon__map-pin{-webkit-mask-image:url(/assets/img/icons/map-pin.svg);mask-image:url(/assets/img/icons/map-pin.svg)}.icon__new{-webkit-mask-image:url(/assets/img/icons/new.svg);mask-image:url(/assets/img/icons/new.svg)}.icon__signature{-webkit-mask-image:url(/assets/img/icons/signature.svg);mask-image:url(/assets/img/icons/signature.svg)}.icon__folder{-webkit-mask-image:url(/assets/img/icons/folder.svg);mask-image:url(/assets/img/icons/folder.svg)}.icon__integrations{-webkit-mask-image:url(/assets/img/icons/integrations.svg);mask-image:url(/assets/img/icons/integrations.svg)}.icon__template-settings{-webkit-mask-image:url(/assets/img/icons/template-settings.svg);mask-image:url(/assets/img/icons/template-settings.svg)}.icon__crm{-webkit-mask-image:url(/assets/img/icons/crm.svg);mask-image:url(/assets/img/icons/crm.svg)}.icon__credit-cards{-webkit-mask-image:url(/assets/img/icons/credit-cards.svg);mask-image:url(/assets/img/icons/credit-cards.svg)}.icon__crm-settings-filled{-webkit-mask-image:url(/assets/img/icons/crm-settings-filled.svg);mask-image:url(/assets/img/icons/crm-settings-filled.svg)}.icon__marketing{-webkit-mask-image:url(/assets/img/icons/marketing.svg);mask-image:url(/assets/img/icons/marketing.svg)}.icon__marketing-email-filled{-webkit-mask-image:url(/assets/img/icons/marketing-email-filled.svg);mask-image:url(/assets/img/icons/marketing-email-filled.svg)}.icon__tool{-webkit-mask-image:url(/assets/img/icons/tool.svg);mask-image:url(/assets/img/icons/tool.svg)}.icon__companies{-webkit-mask-image:url(/assets/img/icons/companies.svg);mask-image:url(/assets/img/icons/companies.svg)}.icon__map-pin{-webkit-mask-image:url(/assets/img/icons/map-pin.svg);mask-image:url(/assets/img/icons/map-pin.svg)}.icon__company-map-pin{-webkit-mask-image:url(/assets/img/icons/company-map-pin.svg);mask-image:url(/assets/img/icons/company-map-pin.svg)}.icon__pages{-webkit-mask-image:url(/assets/img/icons/pages.svg);mask-image:url(/assets/img/icons/pages.svg)}.icon__categories{-webkit-mask-image:url(/assets/img/icons/categories.svg);mask-image:url(/assets/img/icons/categories.svg)}.icon__article{-webkit-mask-image:url(/assets/img/icons/article.svg);mask-image:url(/assets/img/icons/article.svg)}.icon__save{-webkit-mask-image:url(/assets/img/icons/save.svg);mask-image:url(/assets/img/icons/save.svg)}.icon__check{-webkit-mask-image:url(/assets/img/icons/check.svg);mask-image:url(/assets/img/icons/check.svg)}.icon__delete{-webkit-mask-image:url(/assets/img/icons/delete.svg);mask-image:url(/assets/img/icons/delete.svg)}.icon__archive-tasks{-webkit-mask-image:url(/assets/img/icons/archive-tasks.svg);mask-image:url(/assets/img/icons/archive-tasks.svg)}.icon__attachments{-webkit-mask-image:url(/assets/img/icons/attachements.svg);mask-image:url(/assets/img/icons/attachements.svg)}.icon__messages{-webkit-mask-image:url(/assets/img/icons/messages.svg);mask-image:url(/assets/img/icons/messages.svg)}.icon__products{-webkit-mask-image:url(/assets/img/icons/products.svg);mask-image:url(/assets/img/icons/products.svg)}.icon__products-filled{-webkit-mask-image:url(/assets/img/icons/products-filled.svg);mask-image:url(/assets/img/icons/products-filled.svg)}.icon__service{-webkit-mask-image:url(/assets/img/icons/service.svg);mask-image:url(/assets/img/icons/service.svg)}.icon__zap-fast{-webkit-mask-image:url(/assets/img/icons/zap-fast.svg);mask-image:url(/assets/img/icons/zap-fast.svg)}.icon__full-logo{-webkit-mask-image:url(/assets/img/icons/full-logo.svg);mask-image:url(/assets/img/icons/full-logo.svg)}.icon__arrow-left{-webkit-mask-image:url(/assets/img/icons/arrow-left.svg);mask-image:url(/assets/img/icons/arrow-left.svg)}.icon__devices{-webkit-mask-image:url(/assets/img/icons/devices.svg);mask-image:url(/assets/img/icons/devices.svg)}.icon__office-365{-webkit-mask-image:url(/assets/img/icons/office-365.svg);mask-image:url(/assets/img/icons/office-365.svg)}.icon__custom-category{-webkit-mask-image:url(/assets/img/icons/custom-category.svg);mask-image:url(/assets/img/icons/custom-category.svg)}.icon__customer-portal-filled{-webkit-mask-image:url(/assets/img/icons/customer-portal-filled.svg);mask-image:url(/assets/img/icons/customer-portal-filled.svg)}.icon__panel-open{-webkit-mask-image:url(/assets/img/icons/panel-open.svg);mask-image:url(/assets/img/icons/panel-open.svg)}.icon__note-list{-webkit-mask-image:url(/assets/img/icons/canned-responses.svg);mask-image:url(/assets/img/icons/canned-responses.svg)}.icon__collapse{-webkit-mask-image:url(/assets/img/icons/collapse.svg);mask-image:url(/assets/img/icons/collapse.svg)}.icon__writing-pen{-webkit-mask-image:url(/assets/img/icons/writing-pen.svg);mask-image:url(/assets/img/icons/writing-pen.svg)}.icon__share{-webkit-mask-image:url(/assets/img/icons/share.svg);mask-image:url(/assets/img/icons/share.svg)}.icon__email-send{-webkit-mask-image:url(/assets/img/icons/email-send.svg);mask-image:url(/assets/img/icons/email-send.svg)}.icon__email-settings-filled{-webkit-mask-image:url(/assets/img/icons/email-settings-filled.svg);mask-image:url(/assets/img/icons/email-settings-filled.svg)}.icon__email-templates-filled{-webkit-mask-image:url(/assets/img/icons/email-templates-filled.svg);mask-image:url(/assets/img/icons/email-templates-filled.svg)}.icon__add{-webkit-mask-image:url(/assets/img/icons/add-grey.svg);mask-image:url(/assets/img/icons/add-grey.svg)}.icon__category-closed{-webkit-mask-image:url(/assets/img/icons/category-closed.svg);mask-image:url(/assets/img/icons/category-closed.svg)}.icon__terminal{-webkit-mask-image:url(/assets/img/icons/terminal.svg);mask-image:url(/assets/img/icons/terminal.svg)}.icon__command-line{-webkit-mask-image:url(/assets/img/icons/command-line.svg);mask-image:url(/assets/img/icons/command-line.svg)}.icon__snapshot{-webkit-mask-image:url(/assets/img/icons/snapshot.svg);mask-image:url(/assets/img/icons/snapshot.svg)}.icon__claim{-webkit-mask-image:url(/assets/img/icons/claim.svg);mask-image:url(/assets/img/icons/claim.svg)}.icon__claim-edit-ticket{-webkit-mask-image:url(/assets/img/icons/claim-edit-ticket.svg);mask-image:url(/assets/img/icons/claim-edit-ticket.svg)}.icon__resend{-webkit-mask-image:url(/assets/img/icons/resend.svg);mask-image:url(/assets/img/icons/resend.svg)}.icon__time-book{-webkit-mask-image:url(/assets/img/icons/time-book.svg);mask-image:url(/assets/img/icons/time-book.svg)}.icon__timer-start{-webkit-mask-image:url(/assets/img/icons/timer-start.svg);mask-image:url(/assets/img/icons/timer-start.svg)}.icon__user-tag{-webkit-mask-image:url(/assets/img/icons/user-tag.svg);mask-image:url(/assets/img/icons/user-tag.svg)}.icon__subscription{-webkit-mask-image:url(/assets/img/icons/subscription.svg);mask-image:url(/assets/img/icons/subscription.svg)}.icon__email{-webkit-mask-image:url(/assets/img/icons/email.svg);mask-image:url(/assets/img/icons/email.svg)}.icon__upload-company-logo{-webkit-mask-image:url(/assets/img/icons/upload-company-logo.svg);mask-image:url(/assets/img/icons/upload-company-logo.svg)}.icon__show{-webkit-mask-image:url(/assets/img/icons/show.svg);mask-image:url(/assets/img/icons/show.svg)}.icon__company-profile-filled{-webkit-mask-image:url(/assets/img/icons/company-profile-filled.svg);mask-image:url(/assets/img/icons/company-profile-filled.svg)}.icon__hide{-webkit-mask-image:url(/assets/img/icons/hide.svg);mask-image:url(/assets/img/icons/hide.svg)}.icon__documents{-webkit-mask-image:url(/assets/img/icons/documents.svg);mask-image:url(/assets/img/icons/documents.svg)}.icon__calendar{-webkit-mask-image:url(/assets/img/icons/calendar.svg);mask-image:url(/assets/img/icons/calendar.svg)}.icon__calendar-tick{-webkit-mask-image:url(/assets/img/icons/calendar-tick.svg);mask-image:url(/assets/img/icons/calendar-tick.svg)}.icon__microsoft{-webkit-mask-image:url(/assets/img/icons/microsoft.svg);mask-image:url(/assets/img/icons/microsoft.svg)}.icon__payment-received{-webkit-mask-image:url(/assets/img/icons/payment-received.svg);mask-image:url(/assets/img/icons/payment-received.svg)}.icon__block{-webkit-mask-image:url(/assets/img/icons/block.svg);mask-image:url(/assets/img/icons/block.svg)}.icon__tickets{-webkit-mask-image:url(/assets/img/icons/tickets.svg);mask-image:url(/assets/img/icons/tickets.svg)}.icon__tickets-filled{-webkit-mask-image:url(/assets/img/icons/tickets-filled.svg);mask-image:url(/assets/img/icons/tickets-filled.svg)}.icon__billing{-webkit-mask-image:url(/assets/img/icons/billing.svg);mask-image:url(/assets/img/icons/billing.svg)}.icon__continue{-webkit-mask-image:url(/assets/img/icons/continue.svg);mask-image:url(/assets/img/icons/continue.svg)}.icon__approve{-webkit-mask-image:url(/assets/img/icons/approve.svg);mask-image:url(/assets/img/icons/approve.svg)}.icon__uninstall{-webkit-mask-image:url(/assets/img/icons/uninstall.svg);mask-image:url(/assets/img/icons/uninstall.svg)}.icon__manual-create-billable{-webkit-mask-image:url(/assets/img/icons/manual-create-billable.svg);mask-image:url(/assets/img/icons/manual-create-billable.svg)}.icon__automatically-create-invoice{-webkit-mask-image:url(/assets/img/icons/automatically-create-invoice.svg);mask-image:url(/assets/img/icons/automatically-create-invoice.svg)}.icon__permission-role{-webkit-mask-image:url(/assets/img/icons/permission-role.svg);mask-image:url(/assets/img/icons/permission-role.svg)}.icon__quotes{-webkit-mask-image:url(/assets/img/icons/quotes.svg);mask-image:url(/assets/img/icons/quotes.svg)}.icon__done{-webkit-mask-image:url(/assets/img/icons/done.svg);mask-image:url(/assets/img/icons/done.svg)}.icon__start{-webkit-mask-image:url(/assets/img/icons/start.svg);mask-image:url(/assets/img/icons/start.svg)}.icon__pause{-webkit-mask-image:url(/assets/img/icons/pause.svg);mask-image:url(/assets/img/icons/pause.svg)}.icon__stop{-webkit-mask-image:url(/assets/img/icons/stop.svg);mask-image:url(/assets/img/icons/stop.svg)}.icon__billable{-webkit-mask-image:url(/assets/img/icons/billable.svg);mask-image:url(/assets/img/icons/billable.svg)}.icon__shutdown{-webkit-mask-image:url(/assets/img/icons/shutdown.svg);mask-image:url(/assets/img/icons/shutdown.svg)}.icon__timer{-webkit-mask-image:url(/assets/img/icons/timer.svg);mask-image:url(/assets/img/icons/timer.svg)}.icon__secure{-webkit-mask-image:url(/assets/img/icons/secure.svg);mask-image:url(/assets/img/icons/secure.svg)}.icon__filter-lines{-webkit-mask-image:url(/assets/img/icons/filter-lines.svg);mask-image:url(/assets/img/icons/filter-lines.svg)}.icon__run-script{-webkit-mask-image:url(/assets/img/icons/run-script.svg);mask-image:url(/assets/img/icons/run-script.svg)}.icon__filter{-webkit-mask-image:url(/assets/img/icons/filter.svg);mask-image:url(/assets/img/icons/filter.svg)}.icon__finance-filled{-webkit-mask-image:url(/assets/img/icons/finance-filled.svg);mask-image:url(/assets/img/icons/finance-filled.svg)}.icon__merge{-webkit-mask-image:url(/assets/img/icons/merge.svg);mask-image:url(/assets/img/icons/merge.svg)}.icon__commissions{-webkit-mask-image:url(/assets/img/icons/commissions.svg);mask-image:url(/assets/img/icons/commissions.svg)}.icon__commissions-filled{-webkit-mask-image:url(/assets/img/icons/commissions-filled.svg);mask-image:url(/assets/img/icons/commissions-filled.svg)}.icon__inactive{-webkit-mask-image:url(/assets/img/icons/inactive.svg);mask-image:url(/assets/img/icons/inactive.svg)}.icon__time{-webkit-mask-image:url(/assets/img/icons/time.svg);mask-image:url(/assets/img/icons/time.svg)}.icon__dot-vertical{-webkit-mask-image:url(/assets/img/icons/dot-vertical.svg);mask-image:url(/assets/img/icons/dot-vertical.svg)}.icon__arrow-up{-webkit-mask-image:url(/assets/img/icons/arrow-up.svg);mask-image:url(/assets/img/icons/arrow-up.svg)}.icon__info{-webkit-mask-image:url(/assets/img/icons/info.svg);mask-image:url(/assets/img/icons/info.svg)}.icon__print{-webkit-mask-image:url(/assets/img/icons/print.svg);mask-image:url(/assets/img/icons/print.svg)}.icon__download{-webkit-mask-image:url(/assets/img/icons/download.svg);mask-image:url(/assets/img/icons/download.svg)}.icon__password{-webkit-mask-image:url(/assets/img/icons/password.svg);mask-image:url(/assets/img/icons/password.svg)}.icon__password-manager{-webkit-mask-image:url(/assets/img/icons/password-manager.svg);mask-image:url(/assets/img/icons/password-manager.svg)}.icon__globe{-webkit-mask-image:url(/assets/img/icons/globe.svg);mask-image:url(/assets/img/icons/globe.svg)}.icon__reset{-webkit-mask-image:url(/assets/img/icons/reset.svg);mask-image:url(/assets/img/icons/reset.svg)}.icon__collapse-task{-webkit-mask-image:url(/assets/img/icons/collapse-task.svg);mask-image:url(/assets/img/icons/collapse-task.svg)}.icon__reply{-webkit-mask-image:url(/assets/img/icons/reply.svg);mask-image:url(/assets/img/icons/reply.svg)}.icon__taxes{-webkit-mask-image:url(/assets/img/icons/taxes.svg);mask-image:url(/assets/img/icons/taxes.svg)}.icon__terms-conditions{-webkit-mask-image:url(/assets/img/icons/terms-&-conditions.svg);mask-image:url(/assets/img/icons/terms-&-conditions.svg)}.icon__edit{-webkit-mask-image:url(/assets/img/icons/edit.svg);mask-image:url(/assets/img/icons/edit.svg)}.icon__expand{-webkit-mask-image:url(/assets/img/icons/expand.svg);mask-image:url(/assets/img/icons/expand.svg)}.icon__connection{-webkit-mask-image:url(/assets/img/icons/connection.svg);mask-image:url(/assets/img/icons/connection.svg)}.icon__updates{-webkit-mask-image:url(/assets/img/icons/updates.svg);mask-image:url(/assets/img/icons/updates.svg)}.icon__return-money{-webkit-mask-image:url(/assets/img/icons/return-money.svg);mask-image:url(/assets/img/icons/return-money.svg)}.icon__help{-webkit-mask-image:url(/assets/img/icons/help.svg);mask-image:url(/assets/img/icons/help.svg)}.icon__sales{-webkit-mask-image:url(/assets/img/icons/total-sales.svg);mask-image:url(/assets/img/icons/total-sales.svg)}.icon__unbilled-amount{-webkit-mask-image:url(/assets/img/icons/unbilled-amount.svg);mask-image:url(/assets/img/icons/unbilled-amount.svg)}.icon__message-response{-webkit-mask-image:url(/assets/img/icons/message-response.svg);mask-image:url(/assets/img/icons/message-response.svg)}.icon__list-view{-webkit-mask-image:url(/assets/img/icons/list-view.svg);mask-image:url(/assets/img/icons/list-view.svg)}.icon__task-type{-webkit-mask-image:url(/assets/img/icons/task-type.svg);mask-image:url(/assets/img/icons/task-type.svg)}.icon__square-kanban{-webkit-mask-image:url(/assets/img/icons/square-kanban.svg);mask-image:url(/assets/img/icons/square-kanban.svg)}.icon__search{-webkit-mask-image:url(/assets/img/icons/search.svg);mask-image:url(/assets/img/icons/search.svg)}.icon__spam{-webkit-mask-image:url(/assets/img/icons/spam.svg);mask-image:url(/assets/img/icons/spam.svg)}.icon__force-create{-webkit-mask-image:url(/assets/img/icons/force-create.svg);mask-image:url(/assets/img/icons/force-create.svg)}.icon__mobile{-webkit-mask-image:url(/assets/img/icons/mobile.svg);mask-image:url(/assets/img/icons/mobile.svg)}.icon__links{-webkit-mask-image:url(/assets/img/icons/links.svg);mask-image:url(/assets/img/icons/links.svg)}.icon__link-broken{-webkit-mask-image:url(/assets/img/icons/link-broken.svg);mask-image:url(/assets/img/icons/link-broken.svg)}.icon__network-switch{-webkit-mask-image:url(/assets/img/icons/network-switch.svg);mask-image:url(/assets/img/icons/network-switch.svg)}.icon__add-document{-webkit-mask-image:url(/assets/img/icons/add-document.svg);mask-image:url(/assets/img/icons/add-document.svg)}.icon__router{-webkit-mask-image:url(/assets/img/icons/router.svg);mask-image:url(/assets/img/icons/router.svg)}.icon__generic_device{-webkit-mask-image:url(/assets/img/icons/generic-device.svg);mask-image:url(/assets/img/icons/generic-device.svg)}.icon__server{-webkit-mask-image:url(/assets/img/icons/server.svg);mask-image:url(/assets/img/icons/server.svg)}.icon__tablet{-webkit-mask-image:url(/assets/img/icons/tablet.svg);mask-image:url(/assets/img/icons/tablet.svg)}.icon__network_device{-webkit-mask-image:url(/assets/img/icons/network_device.svg);mask-image:url(/assets/img/icons/network_device.svg)}.icon__wifi-network{-webkit-mask-image:url(/assets/img/icons/wifi-network.svg);mask-image:url(/assets/img/icons/wifi-network.svg)}.icon__arrow-narrow-down{-webkit-mask-image:url(/assets/img/icons/arrow-narrow-down.svg);mask-image:url(/assets/img/icons/arrow-narrow-down.svg)}.icon__tags{-webkit-mask-image:url(/assets/img/icons/tags.svg);mask-image:url(/assets/img/icons/tags.svg)}.icon__tags-filled{-webkit-mask-image:url(/assets/img/icons/tags-filled.svg);mask-image:url(/assets/img/icons/tags-filled.svg)}.icon__arrow-down{-webkit-mask-image:url(/assets/img/icons/arrow-down.svg);mask-image:url(/assets/img/icons/arrow-down.svg)}.icon__agent{-webkit-mask-image:url(/assets/img/icons/agent.svg);mask-image:url(/assets/img/icons/agent.svg)}.icon__external-link{-webkit-mask-image:url(/assets/img/icons/external-link.svg);mask-image:url(/assets/img/icons/external-link.svg)}.icon__software{-webkit-mask-image:url(/assets/img/icons/software.svg);mask-image:url(/assets/img/icons/software.svg)}.icon__hosting{-webkit-mask-image:url(/assets/img/icons/hosting.svg);mask-image:url(/assets/img/icons/hosting.svg)}.icon__update{-webkit-mask-image:url(/assets/img/icons/update.svg);mask-image:url(/assets/img/icons/update.svg)}.icon__more{-webkit-mask-image:url(/assets/img/icons/more.svg);mask-image:url(/assets/img/icons/more.svg)}.icon__monitor{-webkit-mask-image:url(/assets/img/icons/monitor.svg);mask-image:url(/assets/img/icons/monitor.svg)}.icon__arrow-right{-webkit-mask-image:url(/assets/img/icons/arrow-right.svg);mask-image:url(/assets/img/icons/arrow-right.svg)}.icon__arrow-back{-webkit-mask-image:url(/assets/img/icons/arrow-back.svg);mask-image:url(/assets/img/icons/arrow-back.svg)}.icon__phone{-webkit-mask-image:url(/assets/img/icons/phone.svg);mask-image:url(/assets/img/icons/phone.svg)}.icon__old-phone{-webkit-mask-image:url(/assets/img/icons/old-phone.svg);mask-image:url(/assets/img/icons/old-phone.svg)}.icon__minus{-webkit-mask-image:url(/assets/img/icons/minus.svg);mask-image:url(/assets/img/icons/minus.svg)}.icon__sidebar{-webkit-mask-image:url(/assets/img/icons/sidebar.svg);mask-image:url(/assets/img/icons/sidebar.svg)}.icon__upload{-webkit-mask-image:url(/assets/img/icons/upload.svg);mask-image:url(/assets/img/icons/upload.svg)}.icon__close-round{-webkit-mask-image:url(/assets/img/icons/close-round.svg);mask-image:url(/assets/img/icons/close-round.svg)}.icon__color-picker{-webkit-mask-image:url(/assets/img/icons/color-picker.svg);mask-image:url(/assets/img/icons/color-picker.svg)}.icon__key{-webkit-mask-image:url(/assets/img/icons/key.svg);mask-image:url(/assets/img/icons/key.svg)}.icon__copy{-webkit-mask-image:url(/assets/img/icons/copy.svg);mask-image:url(/assets/img/icons/copy.svg)}.icon__network{-webkit-mask-image:url(/assets/img/icons/network.svg);mask-image:url(/assets/img/icons/network.svg)}.icon__remote-access{-webkit-mask-image:url(/assets/img/icons/remote-access.svg);mask-image:url(/assets/img/icons/remote-access.svg)}.icon__device-connected{-webkit-mask-image:url(/assets/img/icons/device-connected.svg);mask-image:url(/assets/img/icons/device-connected.svg)}.icon__device-settings-filled{-webkit-mask-image:url(/assets/img/icons/device-settings-filled.svg);mask-image:url(/assets/img/icons/device-settings-filled.svg)}.icon__resend-receipt{-webkit-mask-image:url(/assets/img/icons/resend-receipt.svg);mask-image:url(/assets/img/icons/resend-receipt.svg)}.icon__quick-support{-webkit-mask-image:url(/assets/img/icons/quick-support.svg);mask-image:url(/assets/img/icons/quick-support.svg)}.icon__quick-support-filled{-webkit-mask-image:url(/assets/img/icons/quick-support-filled.svg);mask-image:url(/assets/img/icons/quick-support-filled.svg)}.icon__dashboard-filled{-webkit-mask-image:url(/assets/img/icons/dashboard-filled.svg);mask-image:url(/assets/img/icons/dashboard-filled.svg)}.icon__tasks{-webkit-mask-image:url(/assets/img/icons/tasks.svg);mask-image:url(/assets/img/icons/tasks.svg)}.icon__reports{-webkit-mask-image:url(/assets/img/icons/reports.svg);mask-image:url(/assets/img/icons/reports.svg)}.icon__custom-device{-webkit-mask-image:url(/assets/img/icons/custom-device.svg);mask-image:url(/assets/img/icons/custom-device.svg)}.icon__transfer{-webkit-mask-image:url(/assets/img/icons/transfer.svg);mask-image:url(/assets/img/icons/transfer.svg)}.icon__triangle-warning{-webkit-mask-image:url(/assets/img/icons/triangle-warning.svg);mask-image:url(/assets/img/icons/triangle-warning.svg)}.icon__notification{-webkit-mask-image:url(/assets/img/icons/notification.svg);mask-image:url(/assets/img/icons/notification.svg)}.icon__mark-as-read{-webkit-mask-image:url(/assets/img/icons/mark-as-read.svg);mask-image:url(/assets/img/icons/mark-as-read.svg)}.icon__mark-read{-webkit-mask-image:url(/assets/img/icons/mark-read.svg);mask-image:url(/assets/img/icons/mark-read.svg)}.icon__expand-diagonal{-webkit-mask-image:url(/assets/img/icons/expand-diagonal.svg);mask-image:url(/assets/img/icons/expand-diagonal.svg)}.icon.--updated{position:relative}.icon.--updated:before{content:"";position:absolute;width:20px;height:20px;right:-2px;top:-3px;background-image:url(/assets/img/icons/status-green.svg)}.icon.--alert{position:relative}.icon.--alert:before{content:"";position:absolute;width:20px;height:20px;right:-2px;top:-3px;background-image:url(/assets/img/icons/warning.svg)}.icon.--online,.icon.--offline{position:relative}.icon.--online:before,.icon.--offline:before{content:"";width:10px;height:10px;position:absolute;top:-2px;right:-2px;border:solid 2px #ffffff;background-color:#2ec866;border-radius:50%}.icon.--offline:before{background-color:#d92d20}.icn-20{background-size:cover;width:20px;height:20px;display:block}.priority-icon{position:absolute;top:0;left:0;width:3px;height:100%}.priority-icon.--high{background-color:#d92d20}.priority-icon.--medium{background-color:#ffb937}.priority-icon.--low{background-color:#2ec866}.qt-icon{background-color:#667085;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.qt-icon__white{background-color:#fff}.qt-icon__gray-300{background-color:#d0d5dd}.qt-icon__gray-400{background-color:#98a2b3}.qt-icon__gray-500{background-color:#667085}.qt-icon__gray-600{background-color:#475467}.qt-icon__red-500{background-color:#f04438}.qt-icon__red-600{background-color:#d92d20}.qt-icon__blue-light-600{background-color:#16a4fa}.qt-icon__blue-light-800{background-color:#0d6296}.qt-icon__yellow-600{background-color:#ffb937}.qt-icon__yellow-700{background-color:#cc942c}.qt-icon__yellow-800{background-color:#996f21}.qt-icon__green-600{background-color:#2ec866}.qt-icon__background{background-color:#edf2f6}.qt-icon__background-unset{background-color:unset}.icon__arrow-down{-webkit-mask-image:url(/assets/img/icons/arrow-down.svg);mask-image:url(/assets/img/icons/arrow-down.svg)}.icon__billing{-webkit-mask-image:url(/assets/img/icons/billing.svg);mask-image:url(/assets/img/icons/billing.svg)}.icon__building{-webkit-mask-image:url(/assets/img/icons/company-profile-filled.svg);mask-image:url(/assets/img/icons/company-profile-filled.svg)}.icon__check-round{-webkit-mask-image:url(/assets/img/icons/check.svg);mask-image:url(/assets/img/icons/check.svg)}.icon__close{-webkit-mask-image:url(/assets/img/icons/close.svg);mask-image:url(/assets/img/icons/close.svg)}.icon__devices{-webkit-mask-image:url(/assets/img/icons/devices.svg);mask-image:url(/assets/img/icons/devices.svg)}.icon__dots-h{-webkit-mask-image:url(/assets/img/icons/more.svg);mask-image:url(/assets/img/icons/more.svg)}.icon__email{-webkit-mask-image:url(/assets/img/icons/email.svg);mask-image:url(/assets/img/icons/email.svg)}.icon__external-link{-webkit-mask-image:url(/assets/img/icons/external-link.svg);mask-image:url(/assets/img/icons/external-link.svg)}.icon__globe{-webkit-mask-image:url(/assets/img/icons/globe.svg);mask-image:url(/assets/img/icons/globe.svg)}.icon__link{-webkit-mask-image:url(/assets/img/icons/links.svg);mask-image:url(/assets/img/icons/links.svg)}.icon__map{-webkit-mask-image:url(/assets/img/icons/map-pin.svg);mask-image:url(/assets/img/icons/map-pin.svg)}.icon__phone{-webkit-mask-image:url(/assets/img/icons/phone.svg);mask-image:url(/assets/img/icons/phone.svg)}.icon__plus{-webkit-mask-image:url(/assets/img/icons/add-grey.svg);mask-image:url(/assets/img/icons/add-grey.svg)}.icon__timer{-webkit-mask-image:url(/assets/img/icons/timer.svg);mask-image:url(/assets/img/icons/timer.svg)}.icon__user{-webkit-mask-image:url(/assets/img/icons/user.svg);mask-image:url(/assets/img/icons/user.svg)}.qt-icon.qt-sz-10{width:10px;height:10px;display:inline-block}.qt-icon.qt-sz-12{width:12px;height:12px;display:inline-block}.qt-icon.qt-sz-14{width:14px;height:14px;display:inline-block}.qt-icon.qt-sz-16{width:16px;height:16px;display:inline-block}.qt-icon.qt-sz-20{width:20px;height:20px;display:inline-block}.qt-icon.qt-sz-24{width:24px;height:24px;display:inline-block}.icon__arrow-down{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"/></svg>')}.icon__arrow-up{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"/></svg>')}.icon__arrow-left{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m15 18-6-6 6-6"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m15 18-6-6 6-6"/></svg>')}.icon__close{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg>')}.icon__plus{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5v14"/><path d="M5 12h14"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5v14"/><path d="M5 12h14"/></svg>')}.icon__rotate-ccw{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"/><path d="M3 3v5h5"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"/><path d="M3 3v5h5"/></svg>')}.icon__email{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="16" x="2" y="4" rx="2"/><path d="m22 7-10 5L2 7"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="16" x="2" y="4" rx="2"/><path d="m22 7-10 5L2 7"/></svg>')}.icon__phone{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.37 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.33 1.85.57 2.81.7A2 2 0 0 1 22 16.92z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.37 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.33 1.85.57 2.81.7A2 2 0 0 1 22 16.92z"/></svg>')}.icon__paperclip{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 17.93 8.8L9.4 17.38a2 2 0 1 1-2.83-2.83l7.86-7.87"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 17.93 8.8L9.4 17.38a2 2 0 1 1-2.83-2.83l7.86-7.87"/></svg>')}.icon__link{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/></svg>')}.icon__external-link{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/><polyline points="15 3 21 3 21 9"/><line x1="10" x2="21" y1="14" y2="3"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/><polyline points="15 3 21 3 21 9"/><line x1="10" x2="21" y1="14" y2="3"/></svg>')}.icon__download{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" x2="12" y1="15" y2="3"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" x2="12" y1="15" y2="3"/></svg>')}.icon__check-round{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"/><path d="m9 11 3 3L22 4"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"/><path d="m9 11 3 3L22 4"/></svg>')}.icon__check{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>')}.icon__info{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/></svg>')}.icon__flag{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"/><line x1="4" x2="4" y1="22" y2="15"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"/><line x1="4" x2="4" y1="22" y2="15"/></svg>')}.icon__timer{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="10" x2="14" y1="2" y2="2"/><line x1="12" x2="15" y1="14" y2="11"/><circle cx="12" cy="14" r="8"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="10" x2="14" y1="2" y2="2"/><line x1="12" x2="15" y1="14" y2="11"/><circle cx="12" cy="14" r="8"/></svg>')}.icon__dots-h{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="1"/><circle cx="19" cy="12" r="1"/><circle cx="5" cy="12" r="1"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="1"/><circle cx="19" cy="12" r="1"/><circle cx="5" cy="12" r="1"/></svg>')}.icon__dots-v{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="1"/><circle cx="12" cy="5" r="1"/><circle cx="12" cy="19" r="1"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="1"/><circle cx="12" cy="5" r="1"/><circle cx="12" cy="19" r="1"/></svg>')}.icon__building{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z"/><path d="M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2"/><path d="M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2"/><path d="M10 6h4"/><path d="M10 10h4"/><path d="M10 14h4"/><path d="M10 18h4"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z"/><path d="M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2"/><path d="M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2"/><path d="M10 6h4"/><path d="M10 10h4"/><path d="M10 14h4"/><path d="M10 18h4"/></svg>')}.icon__map,.icon__map-pin{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 10c0 7-8 12-8 12s-8-5-8-12a8 8 0 0 1 16 0Z"/><circle cx="12" cy="10" r="3"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 10c0 7-8 12-8 12s-8-5-8-12a8 8 0 0 1 16 0Z"/><circle cx="12" cy="10" r="3"/></svg>')}.icon__globe{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/><path d="M2 12h20"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/><path d="M2 12h20"/></svg>')}.icon__user{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>')}.icon__devices,.icon__desktop{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="14" x="2" y="3" rx="2"/><line x1="8" x2="16" y1="21" y2="21"/><line x1="12" x2="12" y1="17" y2="21"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="14" x="2" y="3" rx="2"/><line x1="8" x2="16" y1="21" y2="21"/><line x1="12" x2="12" y1="17" y2="21"/></svg>')}.icon__billing{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1-2-1Z"/><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"/><path d="M12 17.5v-11"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1-2-1Z"/><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"/><path d="M12 17.5v-11"/></svg>')}.icon__contract{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" x2="8" y1="13" y2="13"/><line x1="16" x2="8" y1="17" y2="17"/><line x1="10" x2="8" y1="9" y2="9"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" x2="8" y1="13" y2="13"/><line x1="16" x2="8" y1="17" y2="17"/><line x1="10" x2="8" y1="9" y2="9"/></svg>')}.icon__search{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg>')}.icon__edit,.icon__pencil{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 20h9"/><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4Z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 20h9"/><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4Z"/></svg>')}.icon__trash{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="3 6 5 6 21 6"/><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"/><line x1="10" x2="10" y1="11" y2="17"/><line x1="14" x2="14" y1="11" y2="17"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="3 6 5 6 21 6"/><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"/><line x1="10" x2="10" y1="11" y2="17"/><line x1="14" x2="14" y1="11" y2="17"/></svg>')}.icon__eye{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z"/><circle cx="12" cy="12" r="3"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z"/><circle cx="12" cy="12" r="3"/></svg>')}.icon__eye-off{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-10-8-10-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A10 10 0 0 1 12 4c7 0 10 8 10 8a18.49 18.49 0 0 1-2.16 3.19M1 1l22 22M14.12 14.12a3 3 0 1 1-4.24-4.24"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-10-8-10-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A10 10 0 0 1 12 4c7 0 10 8 10 8a18.49 18.49 0 0 1-2.16 3.19M1 1l22 22M14.12 14.12a3 3 0 1 1-4.24-4.24"/></svg>')}.icon__copy{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="14" height="14" x="8" y="8" rx="2"/><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="14" height="14" x="8" y="8" rx="2"/><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"/></svg>')}.icon__bold{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M6 4h7a4 4 0 0 1 0 8H6z"/><path d="M6 12h8a4 4 0 0 1 0 8H6z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M6 4h7a4 4 0 0 1 0 8H6z"/><path d="M6 12h8a4 4 0 0 1 0 8H6z"/></svg>')}.icon__italic{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="4" x2="10" y2="4"/><line x1="14" y1="20" x2="5" y2="20"/><line x1="15" y1="4" x2="9" y2="20"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="4" x2="10" y2="4"/><line x1="14" y1="20" x2="5" y2="20"/><line x1="15" y1="4" x2="9" y2="20"/></svg>')}.icon__underline{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M6 4v7a6 6 0 0 0 12 0V4"/><line x1="4" y1="20" x2="20" y2="20"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M6 4v7a6 6 0 0 0 12 0V4"/><line x1="4" y1="20" x2="20" y2="20"/></svg>')}.icon__list-ol{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><line x1="10" y1="6" x2="21" y2="6"/><line x1="10" y1="12" x2="21" y2="12"/><line x1="10" y1="18" x2="21" y2="18"/><path d="M4 6h1v4"/><path d="M4 10h2"/><path d="M6 18H4c0-1 2-2 2-3s-1-1.5-2-1"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><line x1="10" y1="6" x2="21" y2="6"/><line x1="10" y1="12" x2="21" y2="12"/><line x1="10" y1="18" x2="21" y2="18"/><path d="M4 6h1v4"/><path d="M4 10h2"/><path d="M6 18H4c0-1 2-2 2-3s-1-1.5-2-1"/></svg>')}.icon__list-ul{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><line x1="9" y1="6" x2="20" y2="6"/><line x1="9" y1="12" x2="20" y2="12"/><line x1="9" y1="18" x2="20" y2="18"/><circle cx="4.5" cy="6" r="1.4"/><circle cx="4.5" cy="12" r="1.4"/><circle cx="4.5" cy="18" r="1.4"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><line x1="9" y1="6" x2="20" y2="6"/><line x1="9" y1="12" x2="20" y2="12"/><line x1="9" y1="18" x2="20" y2="18"/><circle cx="4.5" cy="6" r="1.4"/><circle cx="4.5" cy="12" r="1.4"/><circle cx="4.5" cy="18" r="1.4"/></svg>')}.icon__align-left{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><line x1="4" y1="6" x2="20" y2="6"/><line x1="4" y1="12" x2="14" y2="12"/><line x1="4" y1="18" x2="18" y2="18"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><line x1="4" y1="6" x2="20" y2="6"/><line x1="4" y1="12" x2="14" y2="12"/><line x1="4" y1="18" x2="18" y2="18"/></svg>')}.icon__align-center{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><line x1="4" y1="6" x2="20" y2="6"/><line x1="7" y1="12" x2="17" y2="12"/><line x1="5" y1="18" x2="19" y2="18"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><line x1="4" y1="6" x2="20" y2="6"/><line x1="7" y1="12" x2="17" y2="12"/><line x1="5" y1="18" x2="19" y2="18"/></svg>')}.icon__align-right{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><line x1="4" y1="6" x2="20" y2="6"/><line x1="10" y1="12" x2="20" y2="12"/><line x1="6" y1="18" x2="20" y2="18"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><line x1="4" y1="6" x2="20" y2="6"/><line x1="10" y1="12" x2="20" y2="12"/><line x1="6" y1="18" x2="20" y2="18"/></svg>')}.icon__font{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><polyline points="4 7 4 4 20 4 20 7"/><line x1="9" y1="20" x2="15" y2="20"/><line x1="12" y1="4" x2="12" y2="20"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><polyline points="4 7 4 4 20 4 20 7"/><line x1="9" y1="20" x2="15" y2="20"/><line x1="12" y1="4" x2="12" y2="20"/></svg>')}.icon__camera{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg>')}.icon__minimize{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><polyline points="4 14 10 14 10 20"/><polyline points="20 10 14 10 14 4"/><line x1="14" y1="10" x2="21" y2="3"/><line x1="3" y1="21" x2="10" y2="14"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><polyline points="4 14 10 14 10 20"/><polyline points="20 10 14 10 14 4"/><line x1="14" y1="10" x2="21" y2="3"/><line x1="3" y1="21" x2="10" y2="14"/></svg>')}.icon__maximize{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 3 21 3 21 9"/><polyline points="9 21 3 21 3 15"/><line x1="21" y1="3" x2="14" y2="10"/><line x1="3" y1="21" x2="10" y2="14"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 3 21 3 21 9"/><polyline points="9 21 3 21 3 15"/><line x1="21" y1="3" x2="14" y2="10"/><line x1="3" y1="21" x2="10" y2="14"/></svg>')}.icon__corner-down-right{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 10 20 15 15 20"/><path d="M4 4v7a4 4 0 0 0 4 4h12"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 10 20 15 15 20"/><path d="M4 4v7a4 4 0 0 0 4 4h12"/></svg>')}.qt-checkbox{display:flex;align-items:center;margin:0;cursor:pointer}.qt-checkbox span:not([class*=qt-checkbox__]){border:1px solid #EAECF0;background:#fff;min-width:18px;width:18px;height:18px;border-radius:4px;margin:0;display:block}.qt-checkbox span:not([class*=qt-checkbox__]):hover{background-color:#f9fafb}.qt-checkbox input:checked~span:not([class*=qt-checkbox__]){background-image:url(/assets/img/icons/checkbox-on.svg);background-size:contain;border:none}.qt-checkbox.--circle span:not([class*=qt-checkbox__]){border-radius:50%}.qt-checkbox.--circle input:checked~span:not([class*=qt-checkbox__]){background-image:url(/assets/img/icons/status-green.svg);border:none}.qt-checkbox.--disabled{cursor:default}.qt-checkbox.--disabled span:not([class*=qt-checkbox__]){background:#f2f4f7;border:1px solid #EAECF0}input.qt-dropdown-input{padding-right:30px}.qt-dropdown-input[aria-expanded=true] .report-caret-icon{transform:translateY(-50%) rotate(180deg)}.qt-dropdown-input:focus{outline:2px solid rgba(22,164,250,.1);border-color:#16a4fa}.qt-dropdown-input:focus[aria-expanded=true]+.app-drop-down__right-icon .report-caret-icon,.qt-dropdown-input:focus[aria-expanded=true]+span .report-caret-icon{transform:translateY(-50%) rotate(180deg)}.qt-dropdown-input:focus+.qt-input-afterfix{border-color:#16a4fa}.qt-inputs-row{display:flex;column-gap:16px;row-gap:16px;margin-bottom:24px}.qt-inputs-row:empty:not(.qt-inputs-row__divider){margin-bottom:0}.qt-inputs-row--column{flex-direction:column}.qt-inputs-row .qt-f50{flex:0 1 calc(50% - 8px)}.qt-inputs-row .qt-f33{flex:0 1 calc(33% - 8px)}.qt-inputs-row.--sm{margin-bottom:12px}.qt-inputs-row:last-child,.qt-inputs-row.--without-offset,.qt-inputs-row.--sm:last-child{margin-bottom:0}.qt-inputs-row>div{flex-grow:1}.qt-inputs-row input{width:100%}.qt-inputs-row-background{padding:24px 32px;background:#fcfcfd;border-top:1px solid #EAECF0;border-bottom:1px solid #EAECF0;width:calc(100% + 64px);margin-left:-32px;margin-top:24px}.qt-inputs-row__divider{border-top:1px solid #EAECF0;padding:4px 32px 0;margin-top:8px;width:calc(100% + 64px);margin-left:-32px}.qt-input-block{position:relative;display:flex;flex-direction:column;margin-bottom:unset;column-gap:15px}.qt-input-block--horizontal{flex-direction:row;gap:6px}.qt-input-block--horizontal .qt-input-block__label{width:158px;margin-block:8px;flex-shrink:0}.qt-input-block__label{font-size:14px;line-height:17px;font-weight:500;color:#101828;margin-bottom:8px}.qt-input-block__label.--without-offset{margin-bottom:0}.qt-input-block__label:empty{min-height:16px}.qt-input-block__subtitle{font-size:11px;text-transform:uppercase}.qt-input-block mat-error.qt-tooltip-error,.qt-input-block app-mat-error.qt-tooltip-error{position:absolute;color:#d92d20;font-weight:400;font-size:12px;line-height:15px;bottom:-22px}.qt-input-block mat-error.--pos-static,.qt-input-block app-mat-error.--pos-static{position:static;margin-top:8px}.qt-input-block__input:not(.qt-editable-input),.qt-input-block input:not(.qt-editable-input):not(.mat-chip-input){height:40px;width:100%;padding:11px 14px;background-color:#fff;border:1px solid #EAECF0;box-shadow:inset 0 1px 2px #1018280d;border-radius:6px;color:#101828;font-size:14px;font-weight:400;line-height:17px}.qt-input-block__input:not(.qt-editable-input).--input-error,.qt-input-block input:not(.qt-editable-input):not(.mat-chip-input).--input-error{border-color:#d92d20}.qt-input-block__input:not(.qt-editable-input).--sm,.qt-input-block input:not(.qt-editable-input):not(.mat-chip-input).--sm{padding:7.5px 8px;height:32px;font-size:13px}.qt-input-block__input:not(.qt-editable-input)::placeholder,.qt-input-block input:not(.qt-editable-input):not(.mat-chip-input)::placeholder{color:#98a2b3}.qt-input-block__input:not(.qt-editable-input):hover,.qt-input-block input:not(.qt-editable-input):not(.mat-chip-input):hover{border-color:#d0d5dd}.qt-input-block__input:not(.qt-editable-input):focus,.qt-input-block input:not(.qt-editable-input):not(.mat-chip-input):focus{border-color:#16a4fa;outline:2px solid rgba(22,164,250,.1)}.qt-input-block__input:not(.qt-editable-input):focus[aria-expanded=true]+.app-drop-down__right-icon .report-caret-icon,.qt-input-block__input:not(.qt-editable-input):focus[aria-expanded=true]+.report-caret-icon,.qt-input-block input:not(.qt-editable-input):not(.mat-chip-input):focus[aria-expanded=true]+.app-drop-down__right-icon .report-caret-icon,.qt-input-block input:not(.qt-editable-input):not(.mat-chip-input):focus[aria-expanded=true]+.report-caret-icon{transform:translateY(-50%) rotate(180deg)}.qt-input-block__input:not(.qt-editable-input):focus+.qt-input-afterfix,.qt-input-block input:not(.qt-editable-input):not(.mat-chip-input):focus+.qt-input-afterfix{border-color:#16a4fa}.qt-input-block__input:not(.qt-editable-input).--disabled,.qt-input-block__input:not(.qt-editable-input)[disabled],.qt-input-block input:not(.qt-editable-input):not(.mat-chip-input).--disabled,.qt-input-block input:not(.qt-editable-input):not(.mat-chip-input)[disabled]{background-color:#f9fafb;border-color:#eaecf0}.qt-input-block__input:not(.qt-editable-input).--disabled:hover,.qt-input-block__input:not(.qt-editable-input)[disabled]:hover,.qt-input-block input:not(.qt-editable-input):not(.mat-chip-input).--disabled:hover,.qt-input-block input:not(.qt-editable-input):not(.mat-chip-input)[disabled]:hover{border-color:#eaecf0}.qt-input-block .drop-down-sm input:not(.qt-editable-input):not(.mat-chip-input){padding:7.5px 28px 7.5px 8px;height:32px;field-sizing:content;font-size:13px}.qt-input-block .drop-down-sm .app-drop-down__right-icon{top:50%}.qt-input-block .drop-down-sm .icn-remove-old,.qt-input-block .drop-down-sm .report-caret-icon{width:16px;height:16px;background-color:#98a2b3;right:8px}.qt-input-block .date-picker-invisible input:not(.qt-editable-input):not(.mat-chip-input){border-color:transparent;padding-left:32px;box-shadow:unset;color:#101828;field-sizing:content}.qt-input-block .date-picker-invisible input:not(.qt-editable-input):not(.mat-chip-input)::placeholder{color:#98a2b3}.qt-input-block .date-picker-invisible.--sm input:not(.qt-editable-input):not(.mat-chip-input){padding:6px 8px 6px 32px;height:32px;font-size:13px;line-height:20px}.qt-input-block .date-picker-invisible.--sm input:not(.qt-editable-input):not(.mat-chip-input).--input-error{border-color:#d92d20}.qt-input-block .date-picker-invisible .icon__calendar{left:8px;width:20px;height:20px}.qt-input-block.qt-editable-dropdown input{border-color:transparent;box-shadow:unset}.qt-input-block.h36{height:36px}.qt-input-block .date-picker{width:100%}.qt-editable-dropdown input,.qt-editable-input{font-size:14px;line-height:17px;font-weight:400;color:#101828;border:1px solid transparent;border-radius:6px;padding:7px 8px 8px;outline:none;width:100%}.qt-editable-dropdown input::placeholder,.qt-editable-input::placeholder{color:#98a2b3;font-weight:400}.qt-editable-dropdown input:hover,.qt-editable-input:hover{border-color:#eaecf0}.qt-editable-dropdown input:focus,.qt-editable-input:focus{border-color:transparent}.qt-editable-dropdown input:hover{background-color:#f9fafb}.qt-with-number-types{display:flex}.qt-with-number-types__input{border-radius:6px 0 0 6px!important}.qt-with-number-types__types-btn{border-bottom-right-radius:6px;border-top-right-radius:6px;border:1px solid #EAECF0;border-left-color:transparent;width:100px;height:100%;color:#101828;padding:0 30px 0 12px;font-size:14px;line-height:17px;background-color:#fff}.qt-with-number-types__types-btn::placeholder{color:#98a2b3}.qt-with-number-types__types-btn:hover{border-color:#d0d5dd}.qt-with-number-types__types-btn:focus{outline:2px solid rgba(22,164,250,.1);border-color:#16a4fa}.input_inside_white_important,.input_inside_white_important input{background-color:#fff!important}.qt-button{position:relative;height:40px;font-size:14px;font-weight:600;line-height:17px;border-radius:8px;background-color:#16a4fa;color:#fff;padding:10px 16px;display:flex;align-items:center;justify-content:center;border:none;width:fit-content;cursor:pointer;white-space:nowrap}.qt-button.--square-lg,.qt-button.--square-md,.qt-button.--square-sm{padding:0;justify-content:center}.qt-button.--square-lg{width:40px;height:40px}.qt-button.--square-md{width:36px;height:36px}.qt-button.--square-sm{width:28px;height:28px}.qt-button--with-icon{padding-left:12px;padding-right:12px}.qt-button.--loading{color:transparent!important}.qt-button.--loading app-preloader-ticket{position:absolute!important;left:calc(50% - 9px)}.qt-button:focus{outline:2px solid rgba(22,164,250,.1);background-color:#16a4fa;color:#fff}.qt-button:focus-visible{outline:none;background-color:#1283c8;color:#fff}.qt-button:hover{background-color:#45b6fb}.qt-button.--outline{color:#16a4fa;border:1px solid #16a4fa;background-color:#fff}.qt-button.--gray{box-shadow:0 1px 2px #1018280d;border:solid 1px #EAECF0;color:#344054;background-color:#fff;font-weight:500}.qt-button.--gray:hover{color:#475467}.qt-button.--gray:hover .qt-button-icon{background-color:#475467}.qt-button.--gray:focus{outline:none;background:inherit}.qt-button.--gray:focus-visible{outline:none;background-color:#f9fafb}.qt-button.--red{color:#fff;border:solid 1px #D92D20;background-color:#d92d20}.qt-button.--color-red{color:#f04438}.qt-button.--color-red:hover{color:#d92d20}.qt-button.--color-red:hover .qt-button-icon{background-color:#d92d20}.qt-button.--circle{border-radius:50%;padding:6px;width:28px;height:28px;box-shadow:unset}.qt-button.--transparent{position:relative;padding-inline:0;border:transparent;color:#16a4fa;background-color:transparent;font-weight:400}.qt-button.--transparent:after{content:"";position:absolute;bottom:6px;left:0;width:100%;height:1px;background-color:#16a4fa}.qt-button.qt-button-square__afterpend{border-left:unset}.qt-button.--padding-md{padding-left:16px;padding-right:16px}.qt-button.--md{height:36px}.qt-button.--sm{height:28px;font-size:13px;line-height:16px}.qt-button.--with-menu{padding-right:0}.qt-button.--with-menu .left-side{display:flex;align-items:center;position:relative;height:40px;margin-left:-20px;padding-left:20px;margin-right:-20px;padding-right:20px}.qt-button.--with-menu .left-side-overflow{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:-6px;margin-right:-6px}.qt-button.--with-menu .icon__arrow-up{transform:rotate(180deg)}.qt-button .button-menu{border-left:1px solid rgba(255,255,255,.3411764706);padding:12px;margin-left:20px}.qt-button.--small{height:28px;font-size:12px;padding-left:8px;padding-right:8px}.qt-button.--disabled,.qt-button[disabled],.qt-button.--disabled:hover,.qt-button[disabled]:hover{background-color:#d0d5dd!important;border-color:#d0d5dd!important;color:#fff;cursor:default;box-shadow:unset}.qt-button.--disabled .qt-button-icon,.qt-button[disabled] .qt-button-icon,.qt-button.--disabled:hover .qt-button-icon,.qt-button[disabled]:hover .qt-button-icon{background-color:#fff}button.qt-button.--gray:focus{background:#fff}.qt-popup-arrow{left:20px;background:#fff;width:10px;height:10px;top:-5px;position:fixed;transform:rotate(45deg)}.qt-popup-arrow.--bottom{top:calc(100% - 5px)}.qt-green-label{height:20px;border-radius:3px;background-color:#2ec866;font-size:10px;color:#fff;padding:4px 6px;width:fit-content;font-weight:600;display:flex;align-items:center}.qt-square-btn{position:relative;width:40px;height:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;background-color:#667085;color:#fff;font-size:21px;background-repeat:no-repeat;background-position:center;background-size:16px;cursor:pointer}.qt-switch{display:block;width:40px;cursor:pointer;margin:0}.qt-switch__input{display:none}.qt-switch__input:checked~.qt-switch__elem{background-color:#16a4fa}.qt-switch__input:checked~.qt-switch__elem:after{left:unset}.qt-switch__elem{position:relative;width:inherit;height:20px;border-radius:18px;background-color:#eaecf0;display:inline-block}.qt-switch__elem:after{position:absolute;content:"";width:14px;height:14px;background:#fff;box-shadow:0 2px 4px #0000000d;border-radius:50%;top:3px;bottom:3px;right:3px;left:3px}.qt-input-prefix-drop-down input,.qt-input-prefix{width:40px;height:40px;min-width:40px;border-radius:6px 0 0 6px;border:solid 1px #EAECF0;background-color:#f9fafb;border-right:none;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:17px}.qt-input-prefix-drop-down input:focus,.qt-input-prefix:focus{outline:2px solid rgba(22,164,250,.1);border-right:1px solid #16a4fa}.qt-input-prepend{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.qt-input-afterfix{width:40px;height:40px;min-width:40px;border:solid 1px #EAECF0;background-color:#f9fafb;border-radius:0 4px 4px 0;border-left:none;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:17px}.qt-input-afterpend{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.qt-dropdown-menu.--open-top{top:unset;bottom:calc(100% + 4px)}.qt-dropdown-menu.--open-left{right:0!important;left:auto!important}.qt-dropdown-menu.--fixed{position:fixed!important;top:unset!important;left:unset!important}.qt-dropdown-menu li{position:relative;height:32px;display:flex;align-items:center;padding:6px 12px;border:none;width:100%;text-align:left;background:#fff;font-size:14px;line-height:17px;font-weight:400;color:#101828;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-radius:6px;margin:4px 0;cursor:pointer}.qt-dropdown-menu li.--selected,.qt-dropdown-menu li.is-hover{background-color:#f9fafb;color:#16a4fa}.qt-dropdown-menu li.--selected .name,.qt-dropdown-menu li.is-hover .name{color:#16a4fa}.qt-dropdown-menu li:hover{background:#f9fafb}.qt-dropdown-menu .qt-dropdown-menu__item-red{color:#d92d20}.qt-dropdown-menu .qt-dropdown-menu__top-line{border-top:1px solid #EAECF0;border-radius:0 0 6px 6px;margin-top:0;padding-top:10px}.qt-dropdown-menu.dropdown-menu{max-height:initial}.qt-d-none{display:none}.qt-df{display:flex}.qt-gap-4{gap:4px}.qt-gap-8{gap:8px}.qt-gap-16{gap:16px}.qt-db{display:block}.qt-dif{display:inline-flex}.qt-dib{display:inline-block}.qt-fs-0{flex-shrink:0}.qt-fg{flex-grow:1}.qt-f-1{flex:1}.qt-fw-wrap{flex-wrap:wrap}.qt-fw-nowrap{flex-wrap:nowrap}.qt-ai-c{align-items:center}.qt-ai-fe{align-items:flex-end}.qt-ai-fs{align-items:flex-start}.qt-jc-sb{justify-content:space-between}.qt-jc-sa{justify-content:space-around}.qt-jc-fe{justify-content:flex-end}.qt-jc-fs{justify-content:flex-start}.qt-jc-c{justify-content:center}.qt-fd-c{flex-direction:column}.qt-ws-nowrap{white-space:nowrap!important}.qt-va-m{vertical-align:middle}.qt-pl-0{padding-left:0}.qt-pl-4{padding-left:4px}.qt-pl-5{padding-left:5px}.qt-pl-8{padding-left:8px}.qt-pl-9{padding-left:9px}.qt-pl-10{padding-left:10px}.qt-pl-12{padding-left:12px}.qt-pl-15{padding-left:15px}.qt-pl-16{padding-left:16px}.qt-pl-20{padding-left:20px}.qt-pl-24{padding-left:24px}.qt-pl-25{padding-left:25px}.qt-pl-30{padding-left:30px}.qt-pl-35{padding-left:35px}.qt-pl-40{padding-left:40px}.qt-pl-32{padding-left:32px}.qt-pl-50{padding-left:50px}.qt-pr-0{padding-right:0}.qt-pr-4{padding-right:4px}.qt-pr-5{padding-right:5px}.qt-pr-8{padding-right:8px}.qt-pr-9{padding-right:9px}.qt-pr-10{padding-right:10px}.qt-pr-12{padding-right:12px}.qt-pr-15{padding-right:15px}.qt-pr-16{padding-right:16px}.qt-pr-20{padding-right:20px}.qt-pr-24{padding-right:24px}.qt-pr-25{padding-right:25px}.qt-pr-30{padding-right:30px}.qt-pr-40{padding-right:40px}.qt-pr-32{padding-right:32px}.qt-pr-50{padding-right:50px}.qt-pt-0{padding-top:0}.qt-pt-4{padding-top:4px}.qt-pt-5{padding-top:5px}.qt-pt-6{padding-top:6px}.qt-pt-8{padding-top:8px}.qt-pt-10{padding-top:10px}.qt-pt-12{padding-top:12px}.qt-pt-15{padding-top:15px}.qt-pt-16{padding-top:16px}.qt-pt-20{padding-top:20px}.qt-pt-24{padding-top:24px}.qt-pt-25{padding-top:25px}.qt-pt-30{padding-top:30px}.qt-pt-40{padding-top:40px}.qt-pt-32{padding-top:32px}.qt-pt-50{padding-top:50px}.qt-pb-0{padding-bottom:0}.qt-pb-4{padding-bottom:4px}.qt-pb-5{padding-bottom:5px}.qt-pb-6{padding-bottom:6px}.qt-pb-8{padding-bottom:8px}.qt-pb-10{padding-bottom:10px}.qt-pb-12{padding-bottom:12px}.qt-pb-15{padding-bottom:15px}.qt-pb-16{padding-bottom:16px}.qt-pb-18{padding-bottom:18px}.qt-pb-20{padding-bottom:20px}.qt-pb-23{padding-bottom:23px}.qt-pb-24{padding-bottom:24px}.qt-pb-25{padding-bottom:25px}.qt-pb-30{padding-bottom:30px}.qt-pb-40{padding-bottom:40px}.qt-pb-32{padding-bottom:32px}.qt-pb-50{padding-bottom:50px}.qt-ml-auto{margin-left:auto}.qt-ml-0{margin-left:0}.qt-ml-2{margin-left:2px}.qt-ml-4{margin-left:4px}.qt-ml-5,.qt-ml-6{margin-left:5px}.qt-ml-8{margin-left:8px}.qt-ml-10{margin-left:10px}.qt-ml-12{margin-left:12px}.qt-ml-15{margin-left:15px}.qt-ml-16{margin-left:16px}.qt-ml-20{margin-left:20px}.qt-ml-24{margin-left:24px}.qt-ml-25{margin-left:25px}.qt-ml-29{margin-left:29px}.qt-ml-30{margin-left:30px}.qt-ml-40{margin-left:40px}.qt-ml-32{margin-left:32px}.qt-ml-50{margin-left:50px}.qt-mr-0{margin-right:0}.qt-mr-2{margin-right:2px}.qt-mr-4{margin-right:4px}.qt-mr-5,.qt-mr-6{margin-right:5px}.qt-mr-8{margin-right:8px}.qt-mr-10{margin-right:10px}.qt-mr-12{margin-right:12px}.qt-mr-15{margin-right:15px}.qt-mr-16{margin-right:16px}.qt-mr-20{margin-right:20px}.qt-mr-24{margin-right:24px}.qt-mr-25{margin-right:25px}.qt-mr-30{margin-right:30px}.qt-mr-40{margin-right:40px}.qt-mr-32{margin-right:32px}.qt-mr-50{margin-right:50px}.qt-mr-auto{margin-right:auto}.qt-mb-0{margin-bottom:0}.qt-mb-2{margin-bottom:2px}.qt-mb-4{margin-bottom:4px}.qt-mb-5,.qt-mb-6{margin-bottom:5px}.qt-mb-8{margin-bottom:8px}.qt-mb-10{margin-bottom:10px}.qt-mb-12{margin-bottom:12px}.qt-mb-15{margin-bottom:15px}.qt-mb-16{margin-bottom:16px}.qt-mb-18{margin-bottom:18px}.qt-mb-20{margin-bottom:20px}.qt-mb-24{margin-bottom:24px}.qt-mb-25{margin-bottom:25px}.qt-mb-30{margin-bottom:30px}.qt-mb-40{margin-bottom:40px}.qt-mb-32{margin-bottom:32px}.qt-mb-35{margin-bottom:35px}.qt-mb-50{margin-bottom:50px}.qt-mt-0{margin-top:0}.qt-mt-2{margin-top:2px}.qt-mt-3{margin-top:3px}.qt-mt-4{margin-top:4px}.qt-mt-5,.qt-mt-6{margin-top:5px}.qt-mt-8{margin-top:8px}.qt-mt-10{margin-top:10px}.qt-mt-12{margin-top:12px}.qt-mt-15{margin-top:15px}.qt-mt-16{margin-top:16px}.qt-mt-17{margin-top:17px}.qt-mt-20{margin-top:20px}.qt-mt-24{margin-top:24px}.qt-mt-25{margin-top:25px}.qt-mt-30{margin-top:30px}.qt-mt-40{margin-top:40px}.qt-mt-32,.qt-mt-50{margin-top:32px}.qt-fs-10{font-size:10px}.qt-fs-11{font-size:11px}.qt-fs-12{font-size:12px}.qt-fs-13{font-size:13px}.qt-fs-14{font-size:14px}.qt-fs-15{font-size:15px}.qt-fs-16{font-size:16px}.qt-fs-18{font-size:18px}.qt-fs-20{font-size:20px}.qt-fs-26{font-size:26px}.qt-fs-40{font-size:40px}.qt-p-0-important{padding:0!important}.qt-pt-0-important{padding-top:0!important}.qt-text-upper{text-transform:uppercase}.qt-text-capitalize{text-transform:capitalize}.qt-fw-400{font-weight:400}.qt-fw-500{font-weight:500}.qt-fw-600{font-weight:600}.qt-fw-b{font-weight:700}.qt-sz-10{width:10px;height:10px}.qt-sz-12{width:12px;height:12px}.qt-sz-14{width:14px;height:14px}.qt-sz-16{width:16px;height:16px}.qt-sz-18{width:18px;height:18px}.qt-sz-20{width:20px;height:20px}.qt-sz-24{width:24px;height:24px}.qt-sz-28{width:28px;height:28px}.qt-sz-32{width:32px;height:32px}.qt-sz-36{width:36px;height:36px}.qt-sz-40{width:40px;height:40px}.qt-sz-48{width:48px;height:48px}.qt-sz-64{width:64px;height:64px}.qt-sz-72{width:72px;height:72px}.qt-sz-80{width:80px;height:80px}.qt-h100{height:100%}.qt-h40{height:40px}.qt-h36{height:36px}.qt-ic-c{background-size:cover;background-position:center;background-repeat:no-repeat}.qt-bg-contain{background-size:contain;background-repeat:no-repeat}.qt-img-cover{object-fit:cover}.qt-bgsz-16{background-size:16px}.qt-pointer{cursor:pointer}.qt-w25{width:25%}.qt-w33{width:33.33%}.qt-w50{width:50%}.qt-w100{width:100%}.qt-w90{width:90%}.qt-w10{width:10%}.qt-w30{width:30%}.qt-w70{width:70%}.qt-maw-100{max-width:100%}.qt-miw-0{min-width:0}.qt-color-gray-900{color:#101828}.qt-color-gray-700{color:#344054}.qt-color-gray-600{color:#475467}.qt-color-gray-500{color:#667085}.qt-color-gray-400{color:#98a2b3}.qt-color-info{color:#16a4fa}.qt-color-red-600{color:#d92d20}.qt-color-sky-blue-800{color:#007a99}.qt-bg-info{background-color:#16a4fa}.qt-bg-white{background-color:#fff}.qt-bg-red-100{background-color:#fee2e2}.qt-color-white{color:#fff}.qt-pos-rel{position:relative}.qt-text-left{text-align:left}.qt-text-right{text-align:right}.qt-text-center{text-align:center}.qt-scroll-auto{overflow:auto}.qt-overflow-h{overflow:hidden}.qt-circle{border-radius:50%}.qt-lh-1{line-height:1}.qt-lh-15{line-height:1.5}.qt-lh-154{line-height:1.54}.qt-lh-16{line-height:1.6}.qt-lh-12{line-height:1.2}.qt-lh-127{line-height:1.27}.qt-lh-131{line-height:1.31}.qt-lh-133{line-height:1.33}.qt-lh-163{line-height:1.63}.qt-lh-145{line-height:1.45}.qt-lh-147{line-height:1.47}.qt-df-important{display:flex!important}.qt-radio input[type=radio]{display:none}.qt-radio label{display:inline-block;cursor:pointer;position:relative;padding-left:25px;margin-right:0;line-height:18px;-webkit-user-select:none;user-select:none;font-size:13px;line-height:1.54;color:#101828}.qt-radio label:before{content:"";display:inline-block;width:16px;height:16px;position:absolute;left:0;background:#fff;border:1px solid #EAECF0;border-radius:50%}.qt-radio input[type=radio]:checked+label:before{border:1px solid #16a4fa}.qt-radio input[type=radio]:checked+label:after{content:"";display:inline-block;width:6px;height:6px;position:absolute;left:5px;top:5px;border-radius:50%;background:#16a4fa}.qt-gray-table{width:100%;border-spacing:0;color:#101828}.qt-gray-table th,.qt-gray-table td{height:36px;border-bottom:solid 1px #EAECF0;border-right:solid 1px #EAECF0;padding:0 14px;font-size:11px;line-height:1.54;color:#101828;text-align:left;vertical-align:middle}.qt-gray-table th:last-child,.qt-gray-table td:last-child{border-right:solid 1px #EAECF0}.qt-gray-table th:first-child,.qt-gray-table td:first-child{border-left:solid 1px #EAECF0}.qt-gray-table th{border-top:solid 1px #EAECF0;background-color:#fcfcfd;font-weight:600}.qt-gray-table th:first-child{border-top-left-radius:4px}.qt-gray-table th:last-child{border-top-right-radius:4px}.qt-gray-table td{background-color:#fff}.qt-gray-table tr:last-child td:first-child{border-bottom-left-radius:4px}.qt-gray-table tr:last-child td:last-child{border-bottom-right-radius:4px}.qt-gray-table.--last-icon th:last-child,.qt-gray-table.--last-icon td:last-child{border:none;width:21px;background-color:transparent;padding:0}.qt-gray-table.--last-icon th:last-child .icon__inactive,.qt-gray-table.--last-icon td:last-child .icon__inactive{border-radius:50%;margin-left:4px;cursor:pointer}.qt-gray-table.--last-icon th:nth-last-child(2),.qt-gray-table.--last-icon td:nth-last-child(2){border-right:solid 1px #EAECF0}.qt-gray-table.--last-icon th:nth-last-child(2){border-top-right-radius:4px}.qt-gray-table.--last-icon tr:last-child td:nth-last-child(2){border-bottom-right-radius:4px}.qt-gray-table.--first-icon th:first-child,.qt-gray-table.--first-icon td:first-child{border:none;width:18px;background-color:transparent;padding:0}.qt-gray-table.--first-icon th:first-child .icon__inactive,.qt-gray-table.--first-icon td:first-child .icon__inactive{border-radius:50%;margin-left:4px;cursor:pointer}.qt-gray-table.--first-icon th:nth-child(2),.qt-gray-table.--first-icon td:nth-child(2){border-left:solid 1px #EAECF0}.qt-gray-table.--first-icon th:nth-child(2){border-top-left-radius:4px}.qt-gray-table.--first-icon tr:first-child td:nth-child(2){border-bottom-left-radius:4px}.qt-input-in-table{height:40px;width:100%;padding:11px 14px;background-color:#fff;border:1px solid #EAECF0;box-shadow:inset 0 1px 2px #1018280d;border-radius:6px;color:#101828;font-size:14px;font-weight:400;line-height:17px}.qt-input-in-table::placeholder{color:#98a2b3}.qt-input-in-table:hover{border-color:#d0d5dd}.qt-input-in-table:focus{outline:2px solid rgba(22,164,250,.1);border-color:#16a4fa}.qt-input-in-table{padding:11px 10px;height:100%;box-shadow:unset}.qt-toggle{width:40px;height:20px;border-radius:18px;background-color:#eaecf0;display:flex;align-items:center;padding:3px;cursor:pointer}.qt-toggle__circle{width:14px;height:14px;background-color:#fff;border-radius:50%}.qt-toggle.--on{justify-content:flex-end;background-color:#16a4fa}.qt-horisontal-line{border-top:0;border-bottom:1px solid #EAECF0}.qt-divider{border-top:1px solid #EAECF0;border-bottom:none}.qt-input-block.--required label:not(.qt-checkbox):after{content:"*";color:#d92d20}.qt-taxes-multiselect .dropdown-menu .dropdown-item{position:relative}.qt-taxes-multiselect .dropdown-menu .dropdown-item button{border:none;background:transparent;width:100%;text-align:left;height:100%;overflow:hidden;text-overflow:ellipsis}.qt-taxes-multiselect .icn-label-save{position:absolute;right:8px;margin-right:0;top:50%;transform:translateY(-50%)}.qt-w-auto-important{width:auto!important}.qt-overflow-v{overflow:visible!important}.qt-inside-border-none-important input{border:none!important}.qt-card{box-shadow:0 1px 3px #0000000d;border-radius:8px;background-color:#fff}.qt-loading{cursor:default;position:relative}.qt-loading:before{width:18px;height:18px;content:"";position:absolute;left:calc(50% - 9px);top:calc(50% - 9px);border-radius:50%;border:2px solid #ffffff;border-top:2px solid rgba(255,255,255,.3);animation:spin 2s linear infinite}.qt-loading.--hide-text{color:transparent}.qt-loading.--blue:before{border:2px solid #16a4fa;border-top:2px solid #00CCFF}.qt-td-l-t{text-decoration:line-through}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.hidden{display:none!important}.main-container{background-color:transparent}.qt-list-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;z-index:2}.qt-list-header .qt-header-date-filter .dropdown-menu{left:auto;right:0;margin-top:0}.qt-list-header app-select-search input::placeholder{color:#475467;font-size:12px}.qt-list-header input::placeholder{color:#475467;font-size:12px}documents-header .qt-page-list__header-filters .dropdown-menu{right:0;left:unset}.qt-input-search{position:relative}.qt-input-search:before{position:absolute;content:"";width:20px;height:20px;-webkit-mask-image:url(/assets/img/icons/search.svg);mask-image:url(/assets/img/icons/search.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:#98a2b3;left:14px;top:50%;transform:translateY(-50%);z-index:1}.qt-input-search input{border:1px solid #EAECF0;box-shadow:0 1px 2px #1018280d;border-radius:6px;padding:8px 16px 8px 44px;font-size:14px;line-height:17px;max-width:100%;width:100%}.qt-input-search input::placeholder{color:#98a2b3;font-weight:400}.qt-input-search input:focus{outline:2px solid rgba(22,164,250,.1);border-color:#16a4fa}.qt-input-search input.--error,.qt-input-search input.is-invalid{border-color:#d92d20}.qt-input-search input.--disabled,.qt-input-search input[disabled]{background-color:#f9fafb;border-color:#eaecf0}.qt-input-search input.--disabled:hover,.qt-input-search input[disabled]:hover{border-color:#eaecf0}.--disabled-radio label{cursor:default!important}.--disabled-radio label:before{border:1px solid #EAECF0!important;background:#f2f4f7!important}.--disabled-radio label:after{background:#d0d5dd!important}.qt-input-line{display:flex;margin-bottom:16px}.qt-input-line .qt-input-block{flex-grow:1;margin-right:16px}.qt-input-line .qt-input-block:last-child{margin-right:0}.qt-input-block{display:flex;flex-direction:column;position:relative}.qt-input-block--horizontal{flex-direction:row}.qt-input-block__textarea{width:100%;height:64px;padding:10px 14px;border-radius:6px;box-shadow:inset 0 1px 2px #1002280d;color:#101828;font-weight:400;font-size:14px;line-height:17px;border:solid 1px #EAECF0;background-color:#fff}.qt-input-block__textarea--lg{min-height:80px}.qt-input-block__textarea::placeholder{color:#98a2b3}.qt-input-block__textarea:hover{border-color:#d0d5dd}.qt-input-block__textarea:focus{outline:2px solid rgba(22,164,250,.1);border-color:#16a4fa}.qt-input-block__textarea.--error{border-color:#d92d20}.new-companies-content__modal ngb-typeahead-window.dropdown-menu{width:100%}.new-companies-content__modal ngb-typeahead-window.dropdown-menu .dropdown-item{position:relative;height:32px;display:flex;align-items:center;padding:6px 12px;border:none;width:100%;text-align:left;background:#fff;font-size:14px;line-height:17px;font-weight:400;color:#101828;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-radius:6px;margin:4px 0;cursor:pointer}.new-companies-content__modal ngb-typeahead-window.dropdown-menu .dropdown-item.--selected,.new-companies-content__modal ngb-typeahead-window.dropdown-menu .dropdown-item.is-hover{background-color:#f9fafb;color:#16a4fa}.new-companies-content__modal ngb-typeahead-window.dropdown-menu .dropdown-item.--selected .name,.new-companies-content__modal ngb-typeahead-window.dropdown-menu .dropdown-item.is-hover .name{color:#16a4fa}.new-companies-content__modal ngb-typeahead-window.dropdown-menu .dropdown-item:hover{background:#f9fafb}.new-companies-content__modal ngb-typeahead-window.dropdown-menu .ngb-highlight{font-weight:400}table.qt-table-modern{width:100%;border-collapse:separate;border-spacing:0 2px}@media(max-width:1600px){table.qt-table-modern .--hidden-xl{display:none}}table.qt-table-modern thead{font-size:12px}table.qt-table-modern thead th{padding:8px;font-size:11px;line-height:15px;font-weight:600;letter-spacing:0;color:#101828;text-transform:uppercase}table.qt-table-modern thead th:first-child{padding-left:16px}table.qt-table-modern thead th:last-child{padding-right:16px}table.qt-table-modern tbody{font-size:13px;line-height:16px;font-weight:400;letter-spacing:0}table.qt-table-modern tbody tr td{background:#fff;padding:0 8px;height:48px;border-top:1px solid transparent;border-bottom:1px solid transparent;vertical-align:middle}table.qt-table-modern tbody tr td:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;border-right:1px solid transparent;padding-right:16px}table.qt-table-modern tbody tr td:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px;border-left:1px solid transparent;padding-left:16px}table.qt-table-modern tbody tr:hover td{background-color:#f9fafb}table.qt-table-modern tbody tr.--selected td{background:#f4fbff;border-color:#16a4fa}table.qt-table-modern .qt-table-modern__circle-avatar{width:24px;height:24px;min-width:24px;min-height:24px;border-radius:50%;background-position:center!important;background-size:cover!important;margin-right:8px;color:#fff;align-items:center;justify-content:center;display:flex;font-size:10px;font-weight:700}table.qt-table-modern .qt-table-modern__circle-avatar.transparent-text:before{content:".";color:transparent;position:relative}table.qt-table-modern .--strong{font-weight:500;color:#101828}.qt-table-modern__row{display:flex;margin-bottom:2px;position:relative;border-radius:5px;height:48px;border:1px solid #ffffff}.qt-table-modern__row:hover{border:1px solid #F9FAFB}.qt-table-modern__row:hover>div{background-color:#f9fafb}.qt-table-modern__row--height-auto{min-height:48px;height:auto}.qt-table-modern__row.--selected{border-color:#16a4fa;background:#f4fbff}.qt-table-modern__row.--selected>div{background:#f4fbff}.qt-table-modern__row>div{display:flex;align-items:center;background:#fff;padding:0 8px;vertical-align:middle;cursor:pointer;font-size:14px;color:#101828}.qt-table-modern__row>div:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px;border-left:1px solid transparent;padding-left:16px}.qt-table-modern__row>div:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;border-right:1px solid transparent;padding-right:16px}.qt-table-modern__row>div.qt-ai-fs{align-items:flex-start}.qt-table-modern__row--lg{height:66px}.qt-table-modern .ticket-table .qt-table-modern__row>div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.qt-table-modern .ticket-table__requested-by{flex:1 0 166px}.qt-table-modern .ticket-table__requested-by .ticket-table__requested-by-inner{width:100px;flex:1}.qt-table-modern .ticket-table__сontract-type{flex:1 0 166px}.qt-table-modern .ticket-table__сontract-type-inner{width:100px;flex:1}.qt-table-modern .ticket-table__subject{flex:2 1 260px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative}.qt-table-modern .ticket-table__subject .ellipsis{position:absolute;width:100%;top:50%;transform:translateY(-50%);left:6px}.qt-table-modern .ticket-table__company,.qt-table-modern .ticket-table__contract-description{flex:1 0 148px;min-width:0}.qt-table-modern .ticket-table__contract-description{min-width:164px}.qt-table-modern .ticket-table__assignee{max-width:168px;width:100%;overflow:auto}.qt-table-modern .ticket-table__status{flex:0 0 162px}.qt-table-modern .ticket-table__number{flex:0 0 85px}.qt-table-modern .ticket-table__update{flex:0 0 65px}.qt-table-modern .ticket-table__created-date{flex:0 0 135px}.qt-table-modern .qt-table-modern__circle-avatar{width:24px;height:24px;min-width:24px;min-height:24px;border-radius:50%;background-position:center!important;background-size:cover!important;margin-right:8px;color:#fff;align-items:center;justify-content:center;display:flex;font-size:10px;font-weight:700}.qt-page-list__header-thead__row{display:flex;min-height:40px}.qt-page-list__header-thead__row>div{display:flex;align-items:center;padding:8px;font-size:11px;line-height:15px;font-weight:600;letter-spacing:0;text-transform:uppercase}.qt-page-list__header-thead__row>div:first-child{padding:10px 8px 10px 24px}.qt-page-list__header-thead__row>div:last-child{padding:20px 24px 20px 8px}.qt-page-list__header-thead__row .ticket-table__check,.qt-page-list__header-thead__row .company-devices-table__check{min-width:52px}.qt-table-modern__sorting{position:relative;width:8px;height:12px;margin-left:2px;display:inline-flex;line-height:8px}.qt-table-modern__sorting:before{content:"";position:absolute;width:8px;height:6px;background-image:url(/assets/img/icons/sorting-up.svg)}.qt-table-modern__sorting:after{content:"";position:absolute;width:8px;height:6px;top:6px;background-image:url(/assets/img/icons/sorting-down.svg)}.tag__modern{font-size:9px;line-height:11px;font-weight:600;letter-spacing:0;border:1px solid;border-radius:3px;padding:5px 6px;white-space:nowrap;text-transform:uppercase}.tag__modern.--success{color:#2ec866;border-color:#2ec866}.tag__modern.--info{color:#16a4fa;border-color:#16a4fa}.tag__modern.--warning{color:#ffb937;border-color:#ffb937}.tag__modern.--error{color:#d92d20;border-color:#d92d20}.qt-aside-modern{color:#475467;background:#fff;width:592px;border-left:1px solid #EAECF0;box-shadow:-8px 0 8px #0000000d;position:fixed;top:64px;right:0;height:calc(100% - 64px);border-right:12px;z-index:5}.qt-aside-modern:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;border-radius:12px;z-index:-1}.qt-aside-modern:after{content:"";display:none;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;outline:0}.qt-aside-modern .qt-aside-modern__content,.qt-aside-modern .qt-aside-modern__footer{background-color:#fff}.qt-aside-modern:not(hidden){z-index:11;height:calc(100% - 32px);top:16px;right:16px}.qt-aside-modern:not(hidden):after{display:block;opacity:1;transition:none;background-color:#10182880}.qt-aside-modern.users-page__aside .qt-aside-modern__content{padding:16px 24px}.qt-aside-modern.draft-email-aside .qt-aside-modern__content{display:flex;flex-direction:column}.qt-aside-modern.--large{width:642px}.qt-aside-modern.--x-large{width:940px}.qt-aside-modern__header{height:56px;background-color:#fcfcfd;border-bottom:1px solid #EAECF0;display:flex;align-items:center;justify-content:space-between;padding-left:24px;padding-right:16px;border-radius:12px 12px 0 0}.qt-aside-modern__header-title{font-size:20px;line-height:24px;font-weight:600;letter-spacing:0;color:#101828}.qt-aside-modern__header-close{height:20px;width:20px;background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer}.qt-aside-modern__content{padding:24px;overflow:auto;overflow-x:hidden;height:calc(100% - 127px)}.qt-aside-modern__content.--no-footer{height:calc(100% - 56px);border-radius:0 0 12px 12px}.qt-aside-modern__content.--no-padding{padding:0}.qt-aside-modern__footer{padding:16px 24px;display:flex;align-items:center;justify-content:space-between;border-radius:0 0 12px 12px}.qt-aside-modern__footer:empty{display:none}.qt-aside-modern__notification{--border-color: #CC942C;--background-color: #FFF8EB;display:flex;align-items:center;gap:8px;padding:10px 12px;border:1.5px solid var(--border-color);background-color:var(--background-color);border-radius:8px}.qt-aside-modern__notification--error{--border-color: #D92D20;--background-color: #FFFBFA}.qt-aside .ng-sidebar{width:592px;height:calc(100vh - 64px)}.qt-aside__header{background-color:#f9fafb;padding:26px 24px 26px 39px;display:flex}.qt-aside__close-modal{width:20px;height:20px;background-size:contain;cursor:pointer}.qt-aside__title{color:#101828;font-size:20px;line-height:24px;font-weight:600;letter-spacing:0}.qt-aside__body{padding:33px 40px 40px;height:calc(100% - 156px);overflow-y:auto}.qt-aside__buttons{padding:20px 40px;display:flex}ngb-tooltip-window{opacity:1;position:absolute;z-index:1070;display:block;margin:0;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word}ngb-tooltip-window.bs-tooltip-right,ngb-tooltip-window.bs-tooltip-left{padding:0 .4rem}ngb-tooltip-window.bs-tooltip-top,ngb-tooltip-window.bs-tooltip-bottom{padding:.4rem 0}ngb-tooltip-window .tooltip-inner{max-width:200px;padding:8px 10px;color:#fff;text-align:center;background-color:#101828;border-radius:6px}ngb-tooltip-window .tooltip-inner div{white-space:normal;text-align:left}ngb-tooltip-window .arrow{position:absolute;display:block;width:.8rem;height:.4rem}ngb-tooltip-window .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}ngb-tooltip-window.bs-tooltip-bottom .arrow,ngb-tooltip-window.bs-tooltip-top .arrow{left:calc(50% - .4rem)}ngb-tooltip-window.bs-tooltip-left .arrow,ngb-tooltip-window.bs-tooltip-right .arrow{top:calc(50% - .4rem)}ngb-tooltip-window.bs-tooltip-top .arrow{bottom:0}ngb-tooltip-window.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#101828}ngb-tooltip-window.bs-tooltip-bottom .arrow{top:0}ngb-tooltip-window.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#101828}ngb-tooltip-window.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}ngb-tooltip-window.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#101828}ngb-tooltip-window.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}ngb-tooltip-window.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#101828}.tooltip-max--content+ngb-tooltip-window .tooltip-inner{max-width:max-content;min-width:max-content;width:max-content}.tooltip__circle-avatar{width:24px;height:24px;min-width:24px;min-height:24px;border-radius:50%;background-position:center!important;background-size:cover!important;margin-right:8px;color:#fff;align-items:center;justify-content:center;display:flex;font-size:10px;font-weight:700}.tooltip__circle-avatar.transparent-text:before{content:".";color:transparent;position:relative}.company-tags-default-tooltip .tooltip-inner{max-width:160px}.qt-modal__header{padding:32px 32px 12px}.qt-modal__header-title{font-size:20px;line-height:1.4;letter-spacing:-.5px;color:#101828}.qt-modal__close.icon__close{height:20px;width:20px;position:absolute;right:28px;top:28px;background-size:23px;background-position:center}.qt-modal__body{padding:12px 32px}.qt-modal__footer{padding:12px 32px 24px;display:flex;justify-content:flex-end}.quote-send-modal .modal-dialog,.lock-screen-modal .modal-dialog{width:512px}.device-send-modal .modal-dialog{width:552px}.nav-header{height:64px;min-height:64.1px;border-bottom:1px solid #EAECF0;background-color:#fff;transition:width .3s;display:flex;align-items:center;justify-content:space-between}.nav-header.--full-width{width:calc(100% - 64px)}.nav-header__left-side{display:flex;align-items:center;padding:13px 24px 13px 32px}.nav-header__rigth-side{display:flex;align-items:center}.nav-header__add-btn{width:36px;height:35px;background-color:#16a4fa;border-radius:50%;cursor:pointer;background-position:center;background-repeat:no-repeat;transition:transform .3s}.nav-header__add-btn.--open{transform:rotate(45deg)}.nav-header__notifications-bell{width:24px;height:24px;margin-right:16px;position:relative;cursor:pointer}.nav-header__notifications-bell.--notifications-exits:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background-color:#d92d20;right:1px;top:-1px;border:2px solid #ffffff}.nav-header__account-info{width:fit-content;display:flex;padding:12px 36px 12px 0}.nav-header__account-info-avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#7a5af8;border-radius:50%;font-size:16px;font-weight:500;line-height:10px;color:#fff;margin-right:4px}.nav-header__account-info-menu-arrow{width:14px;height:14px;background-position:center;background-size:contain;background-repeat:no-repeat}.footer-nav{display:none}.app-left-panel{display:block;height:100%;width:auto;z-index:1050;top:0;left:0;background-color:#101828;color:#fff}.app-left-panel__header-mobile{border-bottom:1px solid transparent}.app-left-panel__header{display:flex;justify-content:space-between;padding:24px}.app-left-panel .app-left-panel__menu-info{display:flex;margin-left:8px;margin-bottom:10px;border-top:1px solid #667085;margin-right:24px;padding-top:10px}.app-left-panel .app-left-panel__menu-info .mob-styles{margin-top:2px}.app-left-panel .app-left-panel__menu-info .select-company{margin-right:10px}.app-left-panel .app-left-panel__menu-info .select-company img{border:1px solid rgba(22,164,250,.2);border-radius:50%;height:24px;width:24px;object-fit:cover}.app-left-panel__body{position:relative;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:flex-start;height:100%}.app-left-panel__body-icon,.app-left-panel__body-menu{overflow:auto;height:100%}.app-left-panel__body-icon::-webkit-scrollbar,.app-left-panel__body-menu::-webkit-scrollbar{width:8px}.app-left-panel__body-icon{display:flex;flex-direction:column;flex-shrink:0;border-right:1px solid #1d2939}.app-left-panel__body-menu{height:calc(100% - 50px);width:100%;overflow-x:clip;margin-top:23px}.app-left-panel__body::-webkit-scrollbar-thumb{background:transparent}.app-left-panel__body::-webkit-scrollbar{width:0}.app-left-panel__header-logo-mini{display:none}.app-left-panel__header-resize-btn{position:absolute;top:21px;right:18px;width:20px;height:20px;cursor:pointer;transition:transform .3s,left .3s;z-index:9999}.app-left-panel__menu{display:flex;align-items:center;height:40px;cursor:default;padding-inline:16px;padding-bottom:22px;border-bottom:1px solid #1d2939}.app-left-panel__menu-title{font-weight:500;font-stretch:normal;color:#fff;white-space:nowrap;font-size:16px;line-height:19px}.app-left-panel__menu-text{font-size:14px;line-height:17px;font-weight:400;color:#fff}.app-left-panel__menu-icon-wrap{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:40px;height:40px;margin:0 12px 8px;border-radius:6px}.app-left-panel__menu-icon-wrap-settings{margin-top:auto;margin-bottom:12px}.app-left-panel__menu-icon-wrap.--active,.app-left-panel__menu-icon-wrap:hover{background-color:#1d2939;border:1px solid #344054}.app-left-panel__menu-icon-wrap.--active .app-left-panel__menu-icon,.app-left-panel__menu-icon-wrap:hover .app-left-panel__menu-icon{background-color:#fff}.app-left-panel__menu-icon{width:20px;min-width:20px;height:20px;background-position:center;background-color:#98a2b3;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.app-left-panel__submenu-icon{display:block;min-width:16px;height:16px;margin-right:8px;background-position:center;background-size:contain;opacity:.5}.app-left-panel__menu-expand,.app-left-panel__filter-menu-expand{list-style:none;margin-bottom:0;padding:0}.app-left-panel__menu-expand+hr:not(.app-left-panel__ticket-menu-line){display:none}.app-left-panel__menu-expand.top-menu{opacity:0;overflow:hidden;max-height:0}.app-left-panel__menu-expand.top-menu.menu-expand-show{animation-name:showExpandPanel;animation-duration:.5s;animation-fill-mode:forwards}.app-left-panel__menu-expand.top-menu.menu-expand-hide{animation-name:hideExpandPanel;animation-duration:.2s;animation-fill-mode:forwards}.app-left-panel__menu-expand .qt-tooltip-error{max-width:184px;padding:5px 8px;top:100%}.app-left-panel__menu-expand .icon__globe{-webkit-mask-size:cover;mask-size:cover}.app-left-panel__menu-expand-link{display:flex;justify-content:space-between;gap:8px;cursor:pointer;font-weight:500;color:#98a2b3;align-items:center;position:relative;margin-bottom:2px;padding:8px 12px;font-size:14px;line-height:20px}.app-left-panel__menu-expand-link--jc-fs{justify-content:flex-start}.app-left-panel__menu-expand-link:hover{color:#fff}.app-left-panel__menu-expand-link.--active{color:#fff;background-color:#1d2939;border-left:2px solid #16a4fa}.app-left-panel__menu-expand-link.--active .icon__menu--submenu{background-color:#fff}.app-left-panel__menu-expand-link input{color:#101828}.app-left-panel__menu-expand-subtitle{color:#667085;text-transform:uppercase;font-size:12px;font-weight:600;margin:4px 0;padding-block:0}.app-left-panel__filter-menu-expand{display:flex;flex-direction:column;gap:8px;margin-inline:12px}.app-left-panel__filter-menu-expand .--active .app-left-panel__filter-menu-expand-link{background-color:#344054;color:#fff;border-left:unset}.app-left-panel__filter-menu-expand .--active .app-left-panel__filter-menu-expand-link:hover{color:#fff}.app-left-panel__filter-menu-expand-link{display:inline-flex;align-items:center;gap:4px;width:fit-content;padding:4px 6px;border:1px solid #344054;font-size:13px;font-weight:500;color:#98a2b3;border-radius:6px;cursor:pointer}.app-left-panel__filter-menu-expand-link:hover{color:#98a2b3}.app-left-panel__filter-menu-expand-link.--active{background-color:#344054;color:#fff;border-left:unset}.app-left-panel__filter-menu-expand-link.--active:hover{color:#fff}.app-left-panel .customer-portal__menu{border-left:1px solid #344054;margin:20px 0 0 9px;padding-left:20px}.app-left-panel .customer-portal__menu a{color:#d0d5dd}.app-left-panel .customer-portal__menu-title{font-size:14px;color:#fff}.app-left-panel__menu-expand-count{font-size:12px;line-height:15px;color:#fff;background-color:#344054;border-radius:22px;padding:2px 4px}.app-left-panel__menu-expand.icon-list li{justify-content:flex-start}.app-left-panel hr{border-top:1px solid #344054;margin:12px 8px}.app-left-panel.--mini{width:64px}.app-left-panel.--mini .app-left-panel__header-mobile{border-color:#1d2939}.app-left-panel.--mini .icon__monogram{opacity:0}.app-left-panel.--mini .app-left-panel__header{padding:24px 16px}.app-left-panel.--mini .app-left-panel__header-logo{display:none}.app-left-panel.--mini .app-left-panel__divider{margin:16px 8px}.app-left-panel.--mini .app-left-panel__header-resize-btn{left:24px;top:22px;transform:rotate(180deg)}.app-left-panel.--mini .app-left-panel__menu{padding:0 0 4px;width:40px;height:40px;margin:0 auto;display:flex;align-items:center;justify-content:center}.app-left-panel.--mini .app-left-panel__menu-expand{display:none}.app-left-panel.--mini .app-left-panel__menu.--active{background:#101828;border-radius:6px}.app-left-panel.--mini .app-left-panel__menu-icon{margin:0}.app-left-panel.--mini .app-left-panel__menu-title,.app-left-panel.--mini .app-left-panel__menu-arrow{display:none}.app-left-panel.--open .app-left-panel__header-mobile{left:0}.app-left-panel__menu-icon-wrap.--active .app-left-panel__menu-icon,.app-left-panel__menu-icon-wrap:hover .app-left-panel__menu-icon{opacity:1}.app-left-panel__menu-icon-wrap.--active__menu-title,.app-left-panel__menu-icon-wrap:hover__menu-title{color:#fff;font-size:14px;line-height:16px;font-weight:500;letter-spacing:0}.app-left-panel__menu-icon-wrap.--active__menu-arrow,.app-left-panel__menu-icon-wrap:hover__menu-arrow{transform:rotate(180deg);filter:brightness(3)}@keyframes showExpandPanel{0%{max-height:0%;opacity:0}25%{opacity:.5}to{opacity:1;max-height:100%;max-block-size:fit-content}}@keyframes hideExpandPanel{0%{opacity:1;max-height:100%}to{max-height:0%;opacity:0}}.left-panel-closed .content-container{margin-left:76px}.content-wrapper{position:relative;height:100%;min-width:1084px}.right-panel-closed.opened-ticket .content-wrapper .container-ticket-content{right:0;width:calc(100% - 316px)}.right-panel-closed.left-panel-closed.opened-ticket .content-wrapper .container-ticket-content{right:0;width:calc(100% - 77px)}.left-panel-closed.opened-ticket .content-wrapper .container-ticket-content{width:calc(100% - 153px)}.left-panel-closed.opened-ticket-list.opened-ticket .content-wrapper .container-ticket-content{width:calc(100% - 653px)}.right-panel-closed.left-panel-closed.opened-ticket-list.opened-ticket .content-wrapper .container-ticket-content{width:calc(100% - 616px)}.right-panel-closed.opened-ticket-list.opened-ticket .content-wrapper .container-ticket-content{right:0;width:calc(100% - 856px)}@media(max-width:1920px){.right-panel-closed.left-panel-closed.opened-ticket .content-wrapper .container-ticket-content{width:calc(100% - 76px)}.right-panel-closed.opened-ticket .content-wrapper .container-ticket-content{right:0;width:calc(100% - 316px)}}@media(max-width:1280px){.left-panel-closed.opened-ticket .content-wrapper .container-ticket-content{right:77px}.right-panel-closed.opened-ticket .content-wrapper .container-ticket-content{right:0;width:100%}}@media(max-width:1600px){.right-panel-closed.opened-ticket-list.opened-ticket .content-wrapper .container-ticket-content{right:0;width:calc(100% - 656px)}}app-drop-down input,app-manufactures-drop-down input,app-models-drop-down input,contract-detail-drop-down input,contract-detail-intervals-drop-down input,tickets-filter-created-drop-down input,gl-numbers-drop-down input,company-drop-down input,contract-company-drop-down input,app-company-devices-assest-type-drop-down input,app-priority-level-drop-down input,app-assigned-ticket-user input{height:40px;width:100%;padding:11px 14px;border-radius:6px;border:solid 1px #EAECF0;background-color:#fff;overflow:hidden;text-overflow:ellipsis;color:#101828;font-size:14px;font-weight:400;cursor:pointer}app-drop-down input::placeholder,app-manufactures-drop-down input::placeholder,app-models-drop-down input::placeholder,contract-detail-drop-down input::placeholder,contract-detail-intervals-drop-down input::placeholder,tickets-filter-created-drop-down input::placeholder,gl-numbers-drop-down input::placeholder,company-drop-down input::placeholder,contract-company-drop-down input::placeholder,app-company-devices-assest-type-drop-down input::placeholder,app-priority-level-drop-down input::placeholder,app-assigned-ticket-user input::placeholder{color:#98a2b3}app-drop-down input:hover,app-manufactures-drop-down input:hover,app-models-drop-down input:hover,contract-detail-drop-down input:hover,contract-detail-intervals-drop-down input:hover,tickets-filter-created-drop-down input:hover,gl-numbers-drop-down input:hover,company-drop-down input:hover,contract-company-drop-down input:hover,app-company-devices-assest-type-drop-down input:hover,app-priority-level-drop-down input:hover,app-assigned-ticket-user input:hover{border-color:#d0d5dd}app-drop-down input:focus,app-manufactures-drop-down input:focus,app-models-drop-down input:focus,contract-detail-drop-down input:focus,contract-detail-intervals-drop-down input:focus,tickets-filter-created-drop-down input:focus,gl-numbers-drop-down input:focus,company-drop-down input:focus,contract-company-drop-down input:focus,app-company-devices-assest-type-drop-down input:focus,app-priority-level-drop-down input:focus,app-assigned-ticket-user input:focus{outline:none;border-color:#16a4fa}app-drop-down .--dark input,app-manufactures-drop-down .--dark input,app-models-drop-down .--dark input,contract-detail-drop-down .--dark input,contract-detail-intervals-drop-down .--dark input,tickets-filter-created-drop-down .--dark input,gl-numbers-drop-down .--dark input,company-drop-down .--dark input,contract-company-drop-down .--dark input,app-company-devices-assest-type-drop-down .--dark input,app-priority-level-drop-down .--dark input,app-assigned-ticket-user .--dark input{border:none;background:#f9fafb}app-drop-down .--small-padding input,app-manufactures-drop-down .--small-padding input,app-models-drop-down .--small-padding input,contract-detail-drop-down .--small-padding input,contract-detail-intervals-drop-down .--small-padding input,tickets-filter-created-drop-down .--small-padding input,gl-numbers-drop-down .--small-padding input,company-drop-down .--small-padding input,contract-company-drop-down .--small-padding input,app-company-devices-assest-type-drop-down .--small-padding input,app-priority-level-drop-down .--small-padding input,app-assigned-ticket-user .--small-padding input{padding:0 25px 0 10px}.app-drop-down__right-icon,app-company-devices-assest-type-drop-down__right-icon{position:absolute;right:0;transform:translateY(50%)}.app-drop-down__dropdown button:not(.ngb-dp-arrow-btn),app-company-devices-assest-type-drop-down__dropdown button:not(.ngb-dp-arrow-btn){position:relative;height:32px;display:flex;align-items:center;padding:6px 12px;border:none;width:100%;text-align:left;background:#fff;font-size:14px;line-height:17px;font-weight:400;color:#101828;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-radius:6px;margin:4px 0;cursor:pointer}.app-drop-down__dropdown button:not(.ngb-dp-arrow-btn).--selected,.app-drop-down__dropdown button:not(.ngb-dp-arrow-btn).is-hover,app-company-devices-assest-type-drop-down__dropdown button:not(.ngb-dp-arrow-btn).--selected,app-company-devices-assest-type-drop-down__dropdown button:not(.ngb-dp-arrow-btn).is-hover{background-color:#f9fafb;color:#16a4fa}.app-drop-down__dropdown button:not(.ngb-dp-arrow-btn).--selected .name,.app-drop-down__dropdown button:not(.ngb-dp-arrow-btn).is-hover .name,app-company-devices-assest-type-drop-down__dropdown button:not(.ngb-dp-arrow-btn).--selected .name,app-company-devices-assest-type-drop-down__dropdown button:not(.ngb-dp-arrow-btn).is-hover .name{color:#16a4fa}.app-drop-down__dropdown button:not(.ngb-dp-arrow-btn):hover,app-company-devices-assest-type-drop-down__dropdown button:not(.ngb-dp-arrow-btn):hover{background:#f9fafb}.taxes-dropdown input{cursor:pointer}.taxes-dropdown__dropdown .report-caret-icon{position:absolute;top:17px!important;right:12px}.taxes-dropdown__dropdown .dropdown-menu{max-height:250px;overflow:auto;max-width:120px!important}.taxes-dropdown__check-icon{position:absolute;margin:0!important;right:8px}.qt-page-list{padding:24px;background-color:#edf2f6;min-height:calc(100vh - 64px);min-width:fit-content;min-width:-moz-fit-content}.qt-page-list__header{background-color:#edf2f6;margin:0 auto;width:100%;z-index:1}.qt-page-list__header.--sticky{position:sticky;top:0;padding-top:24px;margin-top:-24px;overflow-x:clip}.qt-page-list.--sticky-breadcrumbs .qt-page-list__header{top:45px;z-index:2}.qt-page-list.--sticky-breadcrumbs .aside-filters{top:103px}.qt-page-list.--sticky-breadcrumbs .qt-page-list__header-thead-container{top:102px}.qt-page-list__header-title{font-size:18px;line-height:22px;font-weight:600;letter-spacing:0;color:#101828}.qt-page-list__header-title-line{width:100%;display:flex;justify-content:space-between;align-items:center}.qt-page-list__header-title-line--left,.qt-page-list__header-title-line--right{display:flex;align-items:center}.qt-page-list__header-filters{display:flex;margin-top:16px;width:100%;align-items:center}.qt-page-list__header-filters .content-filters-header{display:none}.qt-page-list__header-filters .content-filters-header__title{margin:0 auto;color:#fff;font-size:16px;line-height:19px;font-weight:600;letter-spacing:0}.qt-page-list__header-thead-container,.qt-page-list__body-table-container{width:100%}.qt-page-list__body-table-container{min-height:calc(100vh - 254px)}@media(hover:none)and (min-width:767px),(pointer:coarse)and (min-width:767px){.qt-page-list__body-table-container{min-height:100%}}.qt-page-list__body-table-container.--height-unset{min-height:unset}.qt-page-list__body-table-container::-webkit-scrollbar{height:0}.qt-page-list__header-thead,.qt-page-list__body-tbody{min-width:1064px}.qt-page-list__back-button{width:28px;height:28px;box-shadow:0 2px 2px #0000001a;background-color:#fff;border-radius:50%;margin-right:8px;background-size:16px;background-repeat:no-repeat;background-position:center}.qt-page-list__body{margin:0 auto;width:100%}.qt-page-list__search{display:flex;position:relative}.qt-page-list__search:before{position:absolute;content:"";width:20px;height:20px;-webkit-mask-image:url(/assets/img/icons/search.svg);mask-image:url(/assets/img/icons/search.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:#98a2b3;left:10px;top:calc(50% - 10px);z-index:1}.qt-page-list__search input{width:300px;border:none;padding:8px 8px 8px 34px;border-radius:4px;background:#fff;font-size:14px;outline:none;position:relative}.qt-page-list__search input::placeholder{color:#98a2b3;opacity:1}.sticky-list-header{position:sticky;top:64px;padding:24px 0 0;background-color:#edf2f6;margin:0 auto;max-width:1320px;width:100%}.sticky-list-table-header{width:100%;position:sticky;top:144px;background-color:#edf2f6;max-width:1320px;margin:0 auto;z-index:1}.sticky-list-table-header.--filters-open{top:183px}@media(min-width:1921px){.user-aside-detail-page__aside .qt-page-list__body{width:100%}}.windows8{display:block;position:relative;width:18px;height:18px;margin:auto}.windows8 .wBall{display:block;position:absolute;width:17px;height:17px;opacity:0;transform:rotate(225deg);animation:orbit 6.96s infinite}.windows8 .wBall .wInnerBall{display:block;position:absolute;width:2px;height:2px;background:#101828;left:0;top:0;border-radius:2px}.windows8 #wBall_1{animation-delay:1.52s}.windows8 #wBall_2{animation-delay:.3s}.windows8 #wBall_3{animation-delay:.61s}.windows8 #wBall_4{animation-delay:.91s}.windows8 #wBall_5{animation-delay:1.22s}@keyframes orbit{0%{opacity:1;z-index:99;transform:rotate(180deg);animation-timing-function:ease-out}7%{opacity:1;transform:rotate(300deg);animation-timing-function:linear;origin:0%}30%{opacity:1;transform:rotate(410deg);animation-timing-function:ease-in-out;origin:7%}39%{opacity:1;transform:rotate(645deg);animation-timing-function:linear;origin:30%}70%{opacity:1;transform:rotate(770deg);animation-timing-function:ease-out;origin:39%}75%{opacity:1;transform:rotate(900deg);animation-timing-function:ease-out;origin:70%}76%{opacity:0;transform:rotate(900deg)}to{opacity:0;transform:rotate(900deg)}}html{font-family:Inter;font-weight:400;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:16px}*:before,*:after,.tooltip{font-family:Inter,sans-serif}.fa:before,.fa:after{font-family:inherit}body{margin:0;overflow:hidden;display:initial;font-family:Inter,sans-serif;font-size:13px;line-height:16px;font-weight:400;letter-spacing:0;color:#475467;background-color:#edf2f6}body input::-ms-clear{display:none}_::-webkit-:host:not(:root:root),body .left-panel-full{font-weight:600}.ellipsis{white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.form-group .icn-remove-old,.form-group .report-caret-icon{cursor:pointer}.dropdown-assign-ticket.fixed-assign .users-list .user-item{outline:none;background:#fff;display:flex;align-items:center;justify-content:flex-start;padding:0 12px;border:none;color:#101828;text-align:left;transition:all .3s;border-radius:6px;margin:4px 0;height:55px}.dropdown-assign-ticket.fixed-assign .users-list .user-item .dropdown-link{width:100%;display:flex;align-items:center}.dropdown-assign-ticket.fixed-assign .users-list .user-item .dropdown-link>span{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-assign-ticket.fixed-assign .users-list .user-item .qt-circle,.dropdown-assign-ticket.fixed-assign .users-list .user-item .default-user-avatar{width:36px;height:36px;flex-shrink:0}.dropdown-assign-ticket.fixed-assign .users-list .user-item .dropdown-avatar__name,.dropdown-assign-ticket.fixed-assign .users-list .user-item .dropdown-avatar__email{font-size:14px;line-height:17px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-assign-ticket.fixed-assign .users-list .user-item .dropdown-avatar__name{color:#101828;font-weight:600}.dropdown-assign-ticket.fixed-assign .users-list .user-item .dropdown-avatar__email{color:#667085;margin-top:2px;font-size:13px}.dropdown-assign-ticket.fixed-assign .users-list .user-item.--selected,.dropdown-assign-ticket.fixed-assign .users-list .user-item.is-hover{background-color:#f9fafb;color:#16a4fa}.dropdown-assign-ticket.fixed-assign .users-list .user-item.--selected .name,.dropdown-assign-ticket.fixed-assign .users-list .user-item.is-hover .name{color:#16a4fa}.dropdown-assign-ticket.fixed-assign .users-list .user-item:hover{background:#f9fafb}.dropdown-assign-ticket.fixed-assign .users-list .user-item.active{color:#16a4fa;background-color:#f9fafb}.dropdown-assign-ticket.fixed-assign .assign-ticket-header .form-group{position:relative}.dropdown-assign-ticket.fixed-assign .assign-ticket-header .form-group:before{position:absolute;content:"";width:22px;height:22px;top:11px;left:10px;-webkit-mask-image:url(/assets/img/icons/search.svg);mask-image:url(/assets/img/icons/search.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:#98a2b3}.dropdown-assign-ticket.fixed-assign .assign-ticket-header .form-control{border:none;height:40px;padding:10px 10px 10px 38px;background:#fcfcfd;font-size:13px}.loading{position:absolute;top:50%;left:50%;translate:-50% -50%;display:flex;flex-direction:column;align-items:center;gap:16px}.loading:before{content:"";width:48px;height:48px;display:block;border-radius:50%;border:6px solid #EAECF0;border-top-color:#16a4fa;animation:spin 1s infinite linear}.loading:not(.xs):not(.sm):not(.loading--without-text):after{content:"Just a moment, we're pulling up the list.";font-weight:500;color:#344054;white-space:nowrap;text-align:center}.loading.xs{top:50%;translate:0 -50%;right:10px;left:auto}.loading.xs:before{width:20px;height:20px;border-width:2px}.loading.sm:before{width:32px;height:32px;border-width:3px}.loading--placement-bottom,.loading--placement-bottom.xs,.loading--placement-bottom.sm{top:unset;bottom:1px}.recurring-tickets-content__modal--content .loading.xs{top:-3px}@keyframes time{to{transform:rotate(360deg)}}@-moz-keyframes time{to{transform:rotate(360deg)}}@-o-keyframes time{to{transform:rotate(360deg)}}@-webkit-keyframes time{to{-webkit-transform:rotate(360deg)}}.dropdown-link .default-user-avatar{width:36px;height:36px;margin-right:12px}.dropdown-menu .default-user-avatar{width:32px;height:32px}.dropdown-link{display:flex!important;align-items:center}.user-item:nth-child(2n) .default-user-avatar,li:nth-child(2n) .default-user-avatar{background-color:#ffe3af}.user-item:nth-child(odd) .default-user-avatar,li:nth-child(odd) .default-user-avatar{background-color:#aae8e8}.add-tax-dropdown:after,.add-category-lp-dropdown>div:after{content:"";width:0;height:0;border:9px solid transparent;border-bottom-color:#fff;border-top:0;position:absolute;top:-8px;left:14px}.add-tax-dropdown input::placeholder{color:#98a2b3;font-size:13px;font-weight:500;letter-spacing:.5px}.archive-modal button,.image-confirm-modal button,.password-content__modal button{border:none;outline:none;background-color:transparent;color:#ccc}.archive-modal .close-modal,.image-confirm-modal .close-modal,.download-agent-modal .close-modal,.recurring-tickets-content__modal .close-modal,.new-companies-content__modal .close-modal,.password-content__modal .close-modal{width:24px;height:24px;margin:0}.download-agent-modal{padding:50px 75px;position:relative}.download-agent-modal h5{margin:14px 0 20px}.download-agent-modal p{margin:6px 0 14px;text-align:center}.download-agent-modal .close-modal{outline:none;position:absolute;right:28px;top:36px;border:none}.email-text-block{border:1px solid #edf2f6;border-radius:4px;padding:14px 20px}.textarea.email-text-block,.textarea.quote-text-block{border:1px solid #D0D5DD;width:100%;min-height:273px;outline:none;margin-bottom:-8px;padding:15px 16px;font-size:13px}.textarea.email-text-block::placeholder,.textarea.quote-text-block::placeholder{color:#d0d5dd}.email-text-block textarea,.quote-text-block textarea{height:170px;width:100%;border:none;font-size:13px;color:#475467;outline:none;padding:8px 0;border-bottom:1px solid #edf2f6}.email-text-block .wysiwyg-controls-wrapper{padding:0;display:flex}.email-text-block .control-wrappers{margin:0;display:flex;align-items:center}.email-text-block .control-wrappers>a{margin:0 0 0 20px}.email-text-block .wysiwyg-controls-wrapper{border:none;height:auto!important;align-items:center;justify-content:space-between;padding-top:8px}.email-text-block textarea::placeholder,.quote-text-block textarea::placeholder{color:#98a2b3}.location .form-group,.time-zone .form-group{margin-bottom:0}.time-zone input{height:45px;border-radius:0}.users-list{width:100%;padding-right:30px;max-width:400px}.users-list .status{width:100%;margin-top:7px;padding:0 30px}@media(max-width:1280px){.users-list .user-card{min-width:370px!important}}.form-row+.form-row,.phone-number-form .form-row{margin-top:13px}@-moz-document url-prefix(){.form-row+.form-row,.phone-number-form .form-row{margin-top:12px}}.form-row .form-group{float:left;width:100%;max-width:48%;margin:0}.form-row .form-group.no-label{margin-top:16px;max-width:50%}@-moz-document url-prefix(){.form-row .form-group.no-label{margin-top:3px}}.form-row .form-group.full-width{max-width:none}.form-row .form-group.address-field{max-width:280px!important}.form-row .form-group.zipcode-field{max-width:100px!important}.form-row .form-group.scan-repeat-days{max-width:145px!important}.form-row .form-group.scan-time{max-width:125px!important}@-moz-document url-prefix(){.form-row .form-group.no-label{transform:translateY(50%)}.settings-main-wrapper .form-row .form-group.full-width.no-label{margin-top:18px}}.form-row .form-group+.form-group{margin-left:10px;max-width:50%}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transform:translateY(-25%);transition:transform .3s ease-out}.modal.in .modal-dialog{transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border-radius:8px;box-shadow:0 8px 8px -4px #10182808,0 20px 24px -4px #10182814;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#101828}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #EAECF0}.modal-header:before,.modal-header:after{content:" ";display:table}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #EAECF0}.modal-footer:before,.modal-footer:after{content:" ";display:table}.modal-footer:after{clear:both}.modal-dialog{width:600px;margin:30px auto}.modal-sm{width:300px}.modal-lg{width:900px}.tooltip{position:absolute;z-index:1070;display:block;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px}.tooltip.in{opacity:.9}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-6px;padding:0}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#101828;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#101828}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#101828}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#101828}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#101828}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#101828}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#101828}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#101828}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#101828}.icn-remove-old{right:14px;position:absolute;top:50%;transform:translateY(-50%)}.ngb-dp-week .hidden{display:block!important}.lock-screen-modal .unlock-screen-wrapper{padding:0}.lock-screen-modal .unlock-screen-wrapper__header{padding:24px 30px}.lock-screen-modal h3{margin-bottom:8px}.lock-screen-modal .modal-dialog{width:360px;margin-left:-180px}.lock-screen-modal .modal-content{box-shadow:0 10px 20px -5px #0000001a;border:none}.lock-screen-modal .form-control{outline:none;height:40px;padding:0 12px;font-size:13px;border:1px solid #D0D5DD;border-radius:4px}.lock-screen-modal .form-group{margin-top:22px;margin-bottom:24px}.lock-screen-modal .form-group p{font-weight:600;font-size:13px;margin-bottom:8px}.lock-screen-modal .qt-button{padding:10px 16px}.lock-screen-modal .qt-button.--red{background:#fff;color:#d92d20}.lock-screen-modal .button-verification{background:none;color:#16a4fa;font-size:16px;font-weight:400;display:flex;align-items:center;justify-content:center;border-top:1px solid #EAECF0;padding:14px 0;height:auto;width:100%;line-height:20px;transition:background-color .3s ease-out}.lock-screen-modal .button-verification:hover{background-color:#0f9aef0d}.lock-screen-modal .text-muted{line-height:20px}.new-companies-content__modal--content textarea::placeholder,.new-users-content__modal--content textarea::placeholder,.recurring-tickets-content__modal--content textarea::placeholder,.password-content__modal--content textarea::placeholder{color:#98a2b3}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{opacity:1}.ticket-priority .form-control{background-color:#fcfdfd}.form-control::-moz-placeholder{color:#d0d5dd;opacity:1}.form-control:-ms-input-placeholder{color:#d0d5dd}.form-control::-webkit-input-placeholder{color:#d0d5dd}.form-control-search::-moz-placeholder{color:#d0d5dd;opacity:1}.form-control-search:-ms-input-placeholder{color:#d0d5dd}.form-control-search::-webkit-input-placeholder{color:#d0d5dd}.recurring-tickets-content__modal .checkbox-wrapper .with-checkbox,.new-companies-content__modal .checkbox-wrapper .with-checkbox,.new-users-content__modal .checkbox-wrapper .with-checkbox,.documents-create .checkbox-wrapper .with-checkbox,.documents-create-aside-categories .checkbox-wrapper .with-checkbox{display:flex;flex-grow:unset}.recurring-tickets-content__modal .checkbox-wrapper .with-checkbox p,.new-companies-content__modal .checkbox-wrapper .with-checkbox p,.new-users-content__modal .checkbox-wrapper .with-checkbox p{font-weight:400;margin:0}a:hover,a:focus{color:inherit;text-decoration:none}.form-control:focus{outline:auto;box-shadow:none}.icn-xs,.icn-sm,.icn-md,.icn-lg{background-repeat:no-repeat;display:inline-block;margin:auto}::-webkit-scrollbar{width:8px;height:4px}html::-webkit-scrollbar{height:8px}::-webkit-scrollbar-thumb{background:#98a2b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}::-webkit-scrollbar-thumb:window-inactive{background:#98a2b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.custom-scroll::-webkit-scrollbar{width:8px}.custom-scroll::-webkit-scrollbar-thumb{background-color:#98a2b3;border:3px solid #ffffff;border-radius:10px}.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:#98a2b3}.dropdown-assign-ticket .users-list::-webkit-scrollbar-thumb{border-color:#f1f5fa}.dropdown-menu-products ::-webkit-scrollbar-thumb{border-color:#f1f5fa}.dropdown-menu-tabs .custom-scroll::-webkit-scrollbar-thumb{border-color:#f1f5fa}.dropdown-menu-tabs::-webkit-scrollbar-thumb{border-color:#f1f5fa}.modal-open .modal::-webkit-scrollbar{width:0}p{font-size:14px;margin:0;line-height:24px;font-weight:400}.new-users-content__modal .new-link,.new-companies-content__modal .new-link{margin:40px 0 20px!important}.new-link{font-weight:400;font-size:12px;color:#16a4fa;text-decoration:none;cursor:pointer;font-style:normal;background:transparent;margin:0;padding:0;border:none;outline:none}label{display:inline-block;max-width:100%;margin-bottom:2px;font-size:14px;line-height:12px;font-weight:400;color:#475467;cursor:inherit}.radio,.checkbox{position:relative;display:block;margin-top:0;margin-bottom:15px;line-height:16px}.control{position:relative;display:inline-block;padding-left:1.5rem;color:#475467;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-left:-20px;margin-top:4px \	}.control input{position:absolute;opacity:0;z-index:-1}.jc-sb{-webkit-box-pack:justify;justify-content:space-between}pre{padding:0;background:0;border:none}strong{font-weight:700}.company-new-cover-wrapper p,strong{font-weight:600}textarea{resize:none}.new-companies-content__modal .switch-link{font-size:13px;line-height:16px;font-weight:600;letter-spacing:0;color:#101828}.new-companies-content__modal .app-drop-down__right-icon{right:0}.new-companies-content__modal .with-number-types input{border-radius:4px 0 0 4px!important}.new-companies-content__modal .with-number-types .dropdown .types-btn{border-radius:0 4px 4px 0;border-right:1px solid #D0D5DD;border-left:none}.new-companies-content__modal--content .password-actions,.new-users-content__modal--content .password-actions,.recurring-tickets-content__modal--content .password-actions,.password-content__modal--content .password-actions{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;position:absolute;right:15px;top:0;width:70px;z-index:2}.new-companies-content__modal--content .info-section{display:flex;justify-content:flex-start;padding:8px 12px;border:1px dashed #D0D5DD;border-radius:6px}.new-companies-content__modal--content .info-section .text{font-size:12px;line-height:16px;font-weight:400;letter-spacing:0}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none}.nav>li>a:hover,.nav>li>a:focus{background-color:transparent}.modal-dialog{position:absolute;width:600px;max-height:100%;margin-top:-75px;top:50%;left:50%;margin-left:-251px;z-index:1050}.password-content__modal--content .date-picker-container{width:auto;max-width:initial}.form-control[disabled],input[disabled]{background-color:#f9fafb}h3,.h3{font-size:20px}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;color:#475467;margin-top:revert;margin-bottom:revert;font-weight:700}.dropdown-assign-ticket .assign-ticket-header{z-index:11111111;width:100%;background:#fff;border-radius:6px}.dropdown-assign-ticket .users-list{padding:0;margin:-1px 0 0;list-style:none;border-radius:0 0 3px 3px;height:auto!important;max-height:180px;overflow-y:auto;overflow-x:hidden}.dropdown-assign-ticket .users-list::-webkit-scrollbar-thumb{background-color:#98a2b3}.dropdown-assign-ticket .users-list::-webkit-scrollbar{width:8px;height:8px;border-radius:40px}.dropdown-assign-ticket .users-list::-webkit-scrollbar-track{background:#fff}.default-user-avatar,.default-company-logo{width:40px;height:40px;background-color:transparent;border-radius:50%;display:-webkit-box;display:flex;justify-content:center;align-items:center}.default-user-avatar__logo,.default-company-logo__logo{width:40px;height:40px;object-fit:cover}.avatar{position:relative;display:block;white-space:nowrap;border-radius:500px}.avatar .radius{border-radius:20px;transition:border-radius .3s ease-out}.avatar .radius:hover,.open.avatar .radius{border-radius:3px;transition:border-radius .3s ease-out}.avatar .radius:hover+i.right.transition,.open.avatar .radius+i.right.transition{top:-7px;right:-7px;transition:top .3s ease-out,right .3s ease-out}.avatar-26{display:inline-block;width:26px;height:26px;background-color:#d0d5dd}.avatar-36{display:inline-block;width:36px;height:36px;background-color:#d0d5dd}.avatar-26.remove:hover{background-color:#d2dae4}.avatar>i{position:absolute;top:0;left:0;width:12px;height:12px;margin:2px;border:2px solid #ffffff;border-radius:100%;transition:top .3s ease-out,right .3s ease-out;display:none}.avatar>i.right{right:0;left:auto}.avatar>i.right.transition{right:-4px;top:-4px;left:auto}.avatar>i.bottom{top:auto;right:-4px;bottom:-4px;left:auto}.avatar>i.left{top:auto;bottom:0}.avatar>i.on,.nickname-wrap i.on{background-color:#4caf50}.avatar>i.new-notification{background-color:#1586e4}.avatar>i.off{background-color:#7c8999}.avatar>i.busy,.nickname-wrap i.busy{background-color:#e53935}.avatar>i.away{background-color:#ffa726}.avatar-background-color-odd{background-color:#aae8e8}.list-of-product .product-list-report-btn{width:100%}.list-of-product .report-title{left:30px}.company-report .top-product-list-ticket{color:#101828;border:none;padding:0 15px}.readonly-normal{cursor:pointer}.has-dropdown,.has-dropdown-with-label{position:relative;padding-right:35px;overflow:hidden;text-overflow:ellipsis}.has-dropdown~i{position:absolute;top:16px;right:11px;pointer-events:none}.dropdown .default-value{position:absolute;top:9px;left:14px;pointer-events:none;font-size:14px;line-height:17px;color:#101828}.priority-dot{display:inline-block;width:6px;height:6px;margin:2px 10px 2px 0;border-radius:50%}.priority-dot.low,.priority-dot.yearly{background-color:#cddc39}.priority-dot.medium{background-color:#ffc107}.priority-dot.high,.priority-dot.weekly{background-color:#e53935}.dropdown-menu>li>a,.dropdown-menu .subdropdown-menu>li>a,.dropdown-menu>.nano li a{display:block;padding:5px 7px;clear:both;font-weight:400;line-height:2;color:#101828;font-size:14px;white-space:nowrap;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:6px}.form-control{box-shadow:none}.modal-content .archive-modal .close-modal,.modal-content .image-confirm-modal .close-modal{background-image:url(/assets/img/icons/close.svg);position:absolute;right:24px;top:24px;background-size:cover;z-index:1}.modal-content .disabled:hover{background-color:#fff}.modal-content .btn-primary{min-width:140px;width:100%}.ngb-dp-arrow-btn{height:36px;min-width:60px}.unlock-screen-wrapper{padding:25px 30px 30px}.unlock-screen-wrapper .log-out-btn{height:90px;background-color:#f6f9fb;text-align:center;border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:relative;bottom:-30px;margin-left:-30px;margin-right:-30px;padding:32px 0}.unlock-screen-wrapper .log-out-btn a{position:absolute;left:calc(50% - 25px);top:calc(50% - 12px)}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none!important}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#101828}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:none}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}hr{box-sizing:content-box;height:0;margin-top:4px;margin-bottom:4px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.text-muted{color:#475467;font-size:13px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}pre{display:block;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;border-radius:4px;border:none}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #EAECF0}input[type=search]{box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}select[multiple],select[size]{height:auto}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px #00000014;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],.form-control fieldset[disabled] .form-control{background-color:#fcfdfd;opacity:1}.form-control[disabled],.form-control fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}.form-group{margin-bottom:15px}input[type=radio][disabled],input[type=radio].disabled,fieldset[disabled] input[type=radio],input[type=checkbox][disabled],input[type=checkbox].disabled,fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:2px solid rgba(22,164,250,.1)}.dropdown-menu{position:absolute;top:100%;max-height:192px;overflow-y:auto;z-index:1000;display:none;min-width:160px;height:fit-content;padding:4px 8px;margin:2px 0 0;text-align:left;background-color:#fff;border-radius:6px;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;border:1px solid #EAECF0}.dropdown-menu::-webkit-scrollbar-thumb{background-color:#98a2b3}.dropdown-menu::-webkit-scrollbar{width:8px;height:8px;border-radius:40px}.dropdown-menu::-webkit-scrollbar-track{background:#fff}.dropdown-menu.--tooltip-shadow{box-shadow:0 8px 8px -4px #10182808,0 20px 24px -4px #10182814;padding:0}.dropdown-menu .qt-input-search{position:sticky;top:4px;z-index:1;background-color:#fff}.dropdown-menu .qt-input-search:after{content:"";position:absolute;top:-8px;left:0;width:100%;height:8px;background-color:#fff}.dropdown-menu[aria-labelledby=dropdownDuration]{border:unset;padding:0;box-shadow:unset}.dropdown-menu.pull-right{right:0;left:auto}.pull-right>.dropdown-menu{right:0;left:auto}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px #00000020}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav:before,.nav:after{content:" ";display:table}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:20px;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px #0000001a}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px #00000026;transition:width .6s ease}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.page-list-billable .billable-list-search{width:300px}.page-list-billable .billable-table td:first-child,.page-list-billable .billable-table th:first-child{padding-left:24px}.page-list-billable .billable-table td:last-child,.page-list-billable .billable-table th:last-child{padding-right:24px}.page-list-billable .billable-table__company-name{flex:2 0 368px}.page-list-billable .billable-table__tickets{flex:1 0 320px}.page-list-billable .billable-table__sales{flex:0 0 128px}@media(min-width:1921px){.page-list-billable .billable-table__sales{flex:1 0 128px}}.page-list-billable .billable-table__billable{flex:0 0 144px}@media(min-width:1921px){.page-list-billable .billable-table__billable{flex:1 0 144px}}.billable-item-table tr:hover td{background-color:#fcfcfd}.billable-item-table tr.--selected td{background-color:#f9fafb;border-color:#16a4fa!important}.billable-item-table tbody .billable-item-table__ticket{color:#16a4fa;font-weight:600}.billable-item-table__check{flex:0 0 52px}.billable-item-table__date{padding-left:4px!important}.billable-item-table__date{width:115px}.billable-item-table__amount,.billable-item-table__ticket{flex:0 0 115px}.billable-item-table__subject{flex:2 0 320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.billing-page__aside .invoice-items{color:#101828;border-radius:4px}.billing-page__aside .invoice-item__header{border-top-left-radius:4px;border-top-right-radius:4px;box-shadow:0 1px 3px #0000000d;border:solid 1px #EAECF0;background-color:#fff;padding-top:7px;padding-bottom:7px}.billing-page__aside .invoice-item__number{background-color:#667085;line-height:1.2}.billing-page__aside .invoice-item__subject{max-width:680px}.billing-page__aside .invoice-item .delete-item-container{min-width:30px;width:30px}.billing-page__aside .invoice-item__table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.billing-page__aside .invoice-item__table th,.billing-page__aside .invoice-item__table td{background-color:#fcfcfd;border:solid 1px #EAECF0;border-left:none;height:36px;padding:0 12px;font-weight:600;font-size:11px;border-top:none}.billing-page__aside .invoice-item__table th:first-child,.billing-page__aside .invoice-item__table th:last-child,.billing-page__aside .invoice-item__table td:first-child,.billing-page__aside .invoice-item__table td:last-child{border:none;width:30px;background:transparent;padding:0}.billing-page__aside .invoice-item__table th:first-child .icon__dot-vertical,.billing-page__aside .invoice-item__table th:last-child .icon__dot-vertical,.billing-page__aside .invoice-item__table td:first-child .icon__dot-vertical,.billing-page__aside .invoice-item__table td:last-child .icon__dot-vertical{margin-left:auto}.billing-page__aside .invoice-item__table th:nth-child(2),.billing-page__aside .invoice-item__table td:nth-child(2){border-left:solid 1px #EAECF0}.billing-page__aside .invoice-item__table td{background-color:#fff;font-size:12px;font-weight:500}.billing-page__aside .invoice-item__table tbody tr:last-child td:last-child{border-bottom-right-radius:4px}.billing-page__aside .invoice-item__col-item{text-align:left;width:148px}.billing-page__aside .invoice-item__col-desc{text-align:left;max-width:345px;overflow-wrap:break-word}.billing-page__aside .invoice-item__col-price{text-align:right;width:94px}.billing-page__aside .invoice-item__col-quentity{text-align:right;width:135px}.billing-page__aside .invoice-item__col-tax{text-align:right;width:80px}.billing-page__aside .invoice-item__col-amount{text-align:right;width:109px}.billing-page__aside .summary-info__notes{width:447px}.billing-page__aside .summary-info__textarea{min-height:72px}.billing-page__aside .invoice-total{width:275px;border-radius:6px;border:dashed 1px #637381;padding:15px 20px}.billing-page__aside .invoice-total__total-line{border-top:dashed 1px #637381}.billing-page__aside .info-button-sm{display:flex;font-size:12px;align-items:center;height:28px;border-radius:4px;border:solid 1px #16a4fa;background-color:#fff;padding:0 8px;width:fit-content;color:#16a4fa;cursor:pointer}.billing-page__aside .terms-n-conditions{background-color:#fcfcfd}.billing-page__aside .terms-n-conditions__textarea{width:541px;min-height:72px}.billing-page__aside .save-billable-aside-btn{min-width:91px}.billing-page .address-block{border-bottom:1px solid #EAECF0}.billing-page .address-block__horisontal-divider{position:absolute;right:50%;top:0;height:calc(100% - 60px);margin-top:30px;margin-bottom:30px;width:1px;border:none;border-left:1px solid #EAECF0}.billing-page .qt-table-modern__sorting{transform:translateY(2px)}.billing-page .qt-table-modern__row>div:first-child{padding:12px 8px 12px 24px}.billing-page .qt-page-list__header-thead__row{border-left:1px solid transparent;border-right:1px solid transparent}app-invoice-preview .billing-aside-scroll-content{overflow:auto;height:calc(100% - 127px)}app-invoice-preview .invoice-info{border-radius:4px;border:solid 1px #16a4fa;background-color:#16a4fa0d}app-invoice-preview .invoice-preview{box-shadow:0 8px 16px 10px #0000000d;background-color:#fff;padding:40px 32px}app-invoice-preview .invoice-preview .company-logo{max-width:200px;max-height:70px}app-invoice-preview .invoice-preview .company-info{border-bottom:1px solid #EAECF0}app-invoice-preview .invoice-preview .invoice-info-value{width:125px}app-invoice-preview .invoice-preview .invoice-info-title{width:100px}app-invoice-preview .invoice-preview__item-header{border:solid 1px #EAECF0;background-color:#fcfcfd;height:32px}app-invoice-preview .invoice-preview__table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}app-invoice-preview .invoice-preview__table th,app-invoice-preview .invoice-preview__table td{border-bottom:solid 1px #EAECF0;border-left:solid 1px #EAECF0}app-invoice-preview .invoice-preview__table th:last-child,app-invoice-preview .invoice-preview__table td:last-child{border-right:solid 1px #EAECF0}app-invoice-preview .invoice-preview__table th{padding:0 8px;font-size:11px;font-weight:600;height:32px}app-invoice-preview .invoice-preview__table td{font-size:12px;padding:10px 8px;height:40px;vertical-align:middle}app-invoice-preview .invoice-preview__item-header-number{color:#fff;background-color:#667085;margin-left:-13px;height:20px;line-height:20px;padding:0 4px}app-invoice-preview .invoice-preview__item-header-date{width:110px}app-invoice-preview .invoice-preview__col-item{text-align:left;width:200px}app-invoice-preview .invoice-preview__col-desc{text-align:left;max-width:285px;overflow-wrap:break-word}app-invoice-preview .invoice-preview__col-price{text-align:right;width:84px}app-invoice-preview .invoice-preview__col-qty{text-align:right;width:87px}app-invoice-preview .invoice-preview__col-tax{text-align:right;width:75px}app-invoice-preview .invoice-preview__col-amount{text-align:right;width:89px}app-invoice-preview .invoice-preview__total-block{width:280px}app-invoice-preview .invoice-preview__total-price{background-color:#fcfcfd;height:40px}.billable-edit-customer{width:388px}app-invoice-form .dropdown-menu{max-height:none;height:auto;overflow:visible}app-invoice-form app-invoice-form-edit:before{position:absolute;left:10px;width:5px;height:5px;top:-3px;background:orange;transform:rotate(45deg)}app-invoice-form app-invoice-select-note{flex-grow:1}app-invoice-form app-invoice-select-note input{width:100%;height:40px;border-radius:4px;border:solid 1px #D0D5DD;background-color:#fff;font-size:13px;line-height:1.54;color:#475467}app-invoice-form .billable-popup-add-note{width:485px;box-shadow:#0000000d 0 2px 20px 10px;background-color:#fff;border-width:1px;border-style:solid;border-color:#dfe3e8;border-image:initial;top:unset!important;transform:translate(0)!important;left:calc(100% - 40px)!important;bottom:calc(100% + 8px)}app-invoice-form-ticket-edit-service,app-invoice-form-ticket-edit-product{display:contents}.billing-aside-save-mode{border-radius:4px;background-color:#16a4fa;color:#fff;border:1px solid #16a4fa}.billing-aside-cancel-mode{border-radius:4px;color:#475467;border:solid 1px #D0D5DD;background-color:#fff}.contracts-page__aside .service-table tr td.service-table__tax .dropdown-menu.show{max-height:190px;overflow:auto;width:100%}.contracts-page__aside .service-table tr td.service-table__tax input{cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contracts-page__aside .service-table tr td.service-table__tax .dropdown-item{cursor:pointer}.contracts-page__aside .service-table tr td.service-table__tax .dropdown-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invoice-ticket-edit-service-product td.invoice-item__col-desc{padding:0}.invoice-ticket-edit-service-product td.invoice-item__col-desc textarea{box-shadow:inset 0 0 2px #00000047;border:none;height:100%;padding:15px 8px}.invoice-ticket-edit-service-product td.invoice-item__col-desc.--product{padding:8px}.invoice-ticket-edit-service-product .new-taxes-area .dropdown-menu,.invoice-ticket-edit-service-product .invoice-item__col-tax .dropdown-menu{max-height:250px;overflow:auto;max-width:120px!important}.invoice-ticket-edit-service-product .new-taxes-area .dropdown-item,.invoice-ticket-edit-service-product .invoice-item__col-tax .dropdown-item{padding:0 8px;cursor:pointer}.invoice-ticket-edit-service-product .new-taxes-area .dropdown-item span,.invoice-ticket-edit-service-product .invoice-item__col-tax .dropdown-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invoice-ticket-edit-service-product .invoice-item__col-price{max-width:100px;width:100px}.invoice-ticket-edit-service-product td.invoice-item__col-price{vertical-align:top;padding-top:15px!important;padding-bottom:15px!important}.invoice-ticket-edit-service-product td.invoice-item__col-price.--product{padding-top:0!important;padding-bottom:0!important}.invoice-ticket-edit-service-product td.invoice-item__col-price .input-price{margin-top:8px;display:block;max-width:100px;border:none;box-shadow:inset 0 0 2px #00000047;width:100%;padding-left:6px;padding-right:6px;text-align:right;font-size:12px;color:#101828;margin-bottom:8px}.invoice-ticket-edit-service-product td.invoice-item__col-quentity{min-width:120px;vertical-align:top;padding:7px 12px}.invoice-ticket-edit-service-product td.invoice-item__col-quentity .input-qty{text-align:right;width:100%;border:none;box-shadow:inset 0 0 2px #00000047}.invoice-ticket-edit-service-product td.invoice-item__col-quentity app-ticket-profile-updates-service-timepicker{flex-direction:column}.invoice-ticket-edit-service-product td.invoice-item__col-quentity app-ticket-profile-updates-service-timepicker .start-end-timer{flex-direction:column}.invoice-ticket-edit-service-product td.invoice-item__col-quentity app-ticket-profile-updates-service-timepicker .start-end-timer__label{display:flex;align-items:center;margin-right:0!important}.invoice-ticket-edit-service-product td.invoice-item__col-quentity app-ticket-profile-updates-service-timepicker .start-end-timer__label .icon__time{display:none!important}.invoice-ticket-edit-service-product td.invoice-item__col-quentity .time.start,.invoice-ticket-edit-service-product td.invoice-item__col-quentity .time.end{border:none!important;box-shadow:inset 0 0 2px #00000047;margin-left:0;margin-right:0;text-align:center;width:100%}.invoice-ticket-edit-service-product td.invoice-item__col-quentity .time.start{margin-bottom:5px}.invoice-ticket-edit-service-product td.invoice-item__col-quentity app-ticket-profile-updates-service-duration{display:block;width:100%}.invoice-ticket-edit-service-product td.invoice-item__col-quentity igx-time-picker{border:none;box-shadow:inset 0 0 2px #00000047}.invoice-ticket-edit-service-product .invoice-item__col-tax{width:80px;padding:8px 0 0;vertical-align:top}.invoice-ticket-edit-service-product td.invoice-item__col-tax{padding:0;vertical-align:top}.invoice-ticket-edit-service-product td.invoice-item__col-tax .new-taxes-area-edit{margin:0!important;padding:0;width:100%}.invoice-ticket-edit-service-product td.invoice-item__col-tax .new-taxes-area-edit .report-caret-icon{position:absolute;top:17px!important;right:12px}.invoice-ticket-edit-service-product td.invoice-item__col-tax .new-taxes-area-edit .dropdown-menu{max-height:250px;overflow:auto;max-width:120px!important}.invoice-ticket-edit-service-product td.invoice-item__col-tax .new-taxes-area-edit .dropdown-item{display:flex;align-items:center;padding:0 8px}.invoice-ticket-edit-service-product td.invoice-item__col-tax .new-taxes-area-edit .dropdown-item button{background:transparent;border:none}.invoice-ticket-edit-service-product td.invoice-item__col-tax .new-taxes-area-edit .dropdown-item:hover{background:#fcfcfd}.invoice-ticket-edit-service-product td.invoice-item__col-tax .new-taxes-area-edit .dropdown-item:hover button{color:#475467}.invoice-ticket-edit-service-product td.invoice-item__col-tax input{border:none!important;padding-right:25px!important}.billable-invoice-apply-discount th.invoice-item__col-item,.billable-invoice-apply-discount th.invoice-item__col-desc,.billable-invoice-apply-discount th.invoice-item__col-quentity,.billable-invoice-apply-discount th.invoice-item__col-amount{border-top:1px solid #dfe3e9}.billable-invoice-apply-discount th.invoice-item__col-item{border-top-left-radius:4px}.billable-invoice-apply-discount th.invoice-item__col-amount{border-top-right-radius:4px}.billable-invoice-apply-discount td.invoice-item__col-desc{padding:0!important}.billable-invoice-apply-discount td.invoice-item__col-desc textarea{box-shadow:inset 0 0 2px #00000047;border:none;padding:15px 8px}.billable-invoice-apply-discount td.invoice-item__col-amount{width:120px}.billable-invoice-apply-discount td.invoice-item__col-amount .input-price{width:100%;text-align:right;border:none;box-shadow:inset 0 0 2px #00000047}.billable-invoice-apply-discount .delete-item-container{position:absolute;right:0;top:10px}.billable-address-empty-popup{background:#fff;position:fixed;top:154px;right:24px;z-index:100;padding:15px;box-shadow:0 0 9px 1px #00000038;border-radius:4px}.billable-address-empty-popup .modal-body{padding:15px}.qt-inline-edit{background:transparent;border:1px solid transparent;padding:4px 6px;border-radius:4px;font:inherit;color:inherit;text-align:inherit;cursor:text;width:100%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-inline-edit:hover{background:#1f6feb0f;border-color:#1f6feb40}.qt-inline-edit--number{text-align:right;font-variant-numeric:tabular-nums}.qt-inline-edit--multiline{white-space:pre-wrap;text-overflow:clip;text-align:left;line-height:1.4}.qt-inline-edit__input{width:100%;min-width:80px;padding:4px 6px;border:1px solid #1f6feb;border-radius:4px;font:inherit;color:inherit;background:#fff;outline:none;box-shadow:0 0 0 2px #1f6feb26}.qt-inline-edit__input--number{text-align:right;font-variant-numeric:tabular-nums;min-width:70px}.qt-inline-edit__input--multiline{resize:vertical;min-height:110px;line-height:1.4;font-family:inherit}.invoices-page .qt-page-list__header-thead__row{border-left:1px solid transparent;border-right:1px solid transparent}.invoices-page .pengind-loading{bottom:-10px;top:auto;position:relative}.invoices-page app-invoices-filter{width:100%}.invoices-page .invoices-company-filter{width:35%;margin-right:8px}.invoices-page .invoices-company-filter input{color:#101828}.invoices-page .invoices-company-filter input::placeholder{color:#475467;font-size:12px}.invoices-page .invoices-status-filter{width:21%;margin-right:8px}.invoices-page .invoices-status-filter input{color:#101828}.invoices-page .invoices-status-filter input::placeholder{color:#475467;font-size:12px}.invoices-page .invoices-number-filter{width:21%;margin-right:8px;color:#101828}.invoices-page .invoices-number-filter::placeholder{color:#475467;font-size:12px}.invoices-page .invoices-date-filter{width:23%}.invoices-page .invoices-date-filter input{color:#101828}.invoices-page .invoices-date-filter input::placeholder{color:#475467;font-size:12px}.invoices-page .invoices-date-filter .date-picker{position:relative;display:table;border-collapse:separate}.invoices-page .invoices-date-filter .dropdown-menu{left:auto;right:0;margin-top:0}.invoices-page__list-container{display:flex;flex-direction:column;justify-content:space-between;min-height:calc(100vh - 102px)}.invoices-page .filters-icon{background-color:#fff;border:solid 1px #EAECF0;background-size:auto;min-width:32px}.invoices-page .filter-counter{margin-left:-8px}.invoices-page .invoice-table__check{flex:0 0 50px;padding-right:0}.invoices-page .invoce-table__date{flex:0 0 106px;padding-left:8px;padding-right:8px}.invoices-page .invoce-table__company{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;flex:2 0 200px}.invoices-page .invoce-table__invoice{flex:0 0 93px;padding-left:8px;padding-right:8px}.invoices-page .qt-table-modern__row .invoce-table__invoice{font-weight:500;color:#16a4fa;font-size:14px}.invoices-page .invoce-table__status{flex:0 0 149px;padding-left:8px;padding-right:8px}.invoices-page .invoce-table__read-on{flex:0 0 107px;padding-left:8px;padding-right:8px}.invoices-page .invoce-table__due-date{flex:0 0 116px;padding-left:8px;padding-right:8px}.invoices-page .invoce-table__amount{flex:0 0 110px;padding-left:8px;padding-right:8px}.invoices-page .invoce-table__balance-due{flex:0 0 110px;padding-left:8px;padding-right:8px;text-align:right}.invoices-page .invoce-table__menu{flex:0 0 50px;padding-left:0;padding-right:0}.invoices-page .invoce-table__menu .icon__more{height:100%;background-repeat:no-repeat;background-position:center;background-size:auto}.invoices-page .total-divider{border-top:1px solid #EAECF0}.invoices-page__aside .address-block{border-bottom:1px solid #EAECF0}.invoices-page__aside .receive-full-amount-check{margin-bottom:0}.invoices-page__aside .unpaid-table{width:100%;border-spacing:0;border-collapse:initial;color:#101828}.invoices-page__aside .unpaid-table .payment-input{height:40px;width:100%;padding:11px 14px;background-color:#fff;border:1px solid #EAECF0;box-shadow:inset 0 1px 2px #1018280d;border-radius:6px;color:#101828;font-size:14px;font-weight:400;line-height:17px}.invoices-page__aside .unpaid-table .payment-input::placeholder{color:#98a2b3}.invoices-page__aside .unpaid-table .payment-input:hover{border-color:#d0d5dd}.invoices-page__aside .unpaid-table .payment-input:focus{outline:2px solid rgba(22,164,250,.1);border-color:#16a4fa}.invoices-page__aside .unpaid-table .payment-input{height:100%}.invoices-page__aside .unpaid-table th{border:solid 1px #EAECF0;border-right:none;border-bottom:none;background-color:#fcfcfd;height:36px;font-size:11px;padding:0 12px;font-weight:600}.invoices-page__aside .unpaid-table th:first-child{border-top-left-radius:4px}.invoices-page__aside .unpaid-table th:last-child{border-top-right-radius:4px;border-right:solid 1px #EAECF0}.invoices-page__aside .unpaid-table tr{display:table;width:100%;table-layout:fixed}.invoices-page__aside .unpaid-table tbody{display:block;max-height:162px;overflow-y:auto;border-bottom:1px solid #dfe3e9;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.invoices-page__aside .unpaid-table tbody tr:last-child td{border-bottom:none}.invoices-page__aside .unpaid-table td{border:solid 1px #EAECF0;height:36px;padding:0 12px;border-right:none;border-bottom:none;font-size:14px;line-height:17px;font-weight:400;color:#101828}.invoices-page__aside .unpaid-table td:last-child{border-right:solid 1px #EAECF0}.invoices-page__aside .unpaid-table td.unpaid-table__payment{padding:0}.invoices-page__aside .unpaid-table tr:last-child td{border-bottom:solid 1px #EAECF0}.invoices-page__aside .unpaid-table tr:last-child td:first-child{border-bottom-left-radius:4px}.invoices-page__aside .unpaid-table tr:last-child td:last-child{border-bottom-right-radius:4px}.invoices-page__aside .unpaid-table__check{width:36px}.invoices-page__aside .unpaid-table__check label{display:flex}.invoices-page__aside .unpaid-table__date,.invoices-page__aside .unpaid-table__amount,.invoices-page__aside .unpaid-table__due{width:156px}.invoices-page__aside .unpaid-table__payment{width:161px}.invoices-page__aside .unpaid-table__payment.--checked{padding:0}.invoices-page__aside .summary-info__notes{width:447px}.invoices-page__aside .invoice-total{width:275px;border-radius:6px;border:dashed 1px #637381;padding:15px 20px}.invoices-page__aside .invoice-total__total-line{border-top:dashed 1px #637381}.invoice-items-dropdown .payment-info-submenu{visibility:hidden;opacity:0;transition:.15s opacity ease-in,.15s visibility ease-in;border-radius:6px}.invoice-items-dropdown .payment-menu-item{overflow:unset}.invoice-items-dropdown .payment-menu-item:hover .payment-info-submenu{visibility:visible;opacity:1}.invoice-items-dropdown .payment-info-submenu{position:absolute;right:100%;top:0}app-invoices-item,app-payment-item{display:contents}.invoices-page__aside.aside-preview{width:950px}.invoices-page__aside.aside-preview .documents-page .documents-table__title{max-width:190px;width:190px;min-width:190px}.invoices-page__aside .new-taxes-area .dropdown-menu{max-height:250px;overflow:auto;max-width:120px!important}.invoices-page__aside .new-taxes-area .dropdown-item{cursor:pointer;padding:0 8px}.invoices-page__aside .new-taxes-area .dropdown-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invoices-page__aside .header-circle-icon{background-size:16px!important;border:1px solid #EAECF0;background-repeat:no-repeat;background-position:center;cursor:pointer}.invoices-page__aside .invoice-preview{box-shadow:0 8px 16px 10px #0000000d;background-color:#fff;padding:40px 32px}.invoices-page__aside .invoice-preview__row{row-gap:10px;column-gap:10px}.invoices-page__aside .invoice-preview__data{flex:1 1 210px}.invoices-page__aside .invoice-preview__shipping-address,.invoices-page__aside .invoice-preview__billing-address{flex:1 1 290px;padding:0}.invoices-page__aside .invoice-preview .company-logo{max-width:200px;max-height:70px}.invoices-page__aside .invoice-preview .company-info{border-bottom:1px solid #EAECF0}.invoices-page__aside .invoice-preview .invoice-info-value{width:125px}.invoices-page__aside .invoice-preview .invoice-info-title{width:100px}.invoices-page__aside .invoice-preview__item-header{border:solid 1px #EAECF0;background-color:#fcfcfd;height:32px}.invoices-page__aside .invoice-preview__table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.invoices-page__aside .invoice-preview__table th,.invoices-page__aside .invoice-preview__table td{border-bottom:solid 1px #EAECF0;border-left:solid 1px #EAECF0}.invoices-page__aside .invoice-preview__table th:last-child,.invoices-page__aside .invoice-preview__table td:last-child{border-right:solid 1px #EAECF0}.invoices-page__aside .invoice-preview__table th{padding:0 8px;font-size:11px;font-weight:600;height:32px}.invoices-page__aside .invoice-preview__table td{font-size:12px;line-height:17px;font-weight:400;color:#101828;height:40px;padding:10px 8px;vertical-align:middle}.invoices-page__aside .invoice-preview__item-header-number{color:#fff;background-color:#667085;margin-left:-13px;height:20px;line-height:20px;padding:0 4px}.invoices-page__aside .invoice-preview__item-header-date{width:102px}.invoices-page__aside .invoice-preview__col-item{text-align:left;width:200px}.invoices-page__aside .invoice-preview__col-desc{text-align:left;max-width:285px;overflow-wrap:break-word}.invoices-page__aside .invoice-preview__col-qty{text-align:right;width:87px}.invoices-page__aside .invoice-preview__col-tax{text-align:right;width:75px}.invoices-page__aside .invoice-preview__col-amount{text-align:right;width:89px;font-size:14px;line-height:17px;font-weight:400;color:#101828}.invoices-page__aside .invoice-preview__col-price{text-align:right;width:84px}.invoices-page__aside .invoice-preview__total-block{width:280px}.invoices-page__aside .invoice-preview__total-price{background-color:#fcfcfd;height:40px}.invoices-page__aside .billing-invoice-preview-scroll-content{overflow:auto;height:calc(100% - 56px)}.invoices-page__aside .invoice-preview__status{position:absolute;width:88px;height:88px;top:-22px;left:-20px}.invoices-page__aside .invoice-status-timeline{border-radius:6px;border:solid 1px #EAECF0;background-color:#fff;height:121px;max-height:121px;transition:max-height .3s}.invoices-page__aside .invoice-status-timeline .toggle-invoice-timeline{transition:transform .3s}.invoices-page__aside .invoice-status-timeline__line{width:100%;border-top:1px solid #EAECF0;display:flex;justify-content:space-between;padding-left:16px;padding-right:177px;margin-bottom:5px}.invoices-page__aside .invoice-status-timeline__line-point{border-radius:50%;background:#2ec866;width:8px;height:8px;position:relative;top:-5px}.invoices-page__aside .invoice-status-timeline__steps{justify-content:space-between}.invoices-page__aside .invoice-status-timeline__steps-info{width:25%}.invoices-page__aside .invoice-status-timeline.--closed .toggle-invoice-timeline{transform:rotate(-90deg)}.invoices-page__aside .invoice-status-timeline.--closed{max-height:40px;overflow:hidden}.invoices-page__aside .step-citcle{width:40px;height:40px;box-shadow:0 2px 8px #0000000d;border:solid 1px #EAECF0;background-color:#fff;border-radius:50%;position:relative;background-position:center;background-repeat:no-repeat}.invoices-page__aside .step-citcle:before{content:"";position:absolute;left:calc(50% - 2px);top:-3px;width:4px;height:4px;background:#fff;transform:rotate(45deg);border-left:1px solid #EAECF0;border-top:1px solid #EAECF0}.invoices-page__aside .invoice-aside-info-block{border-radius:10px;border:dotted 1px #D0D5DD;background-color:#fff}.invoices-page__aside .amount-received-invalid-feedback{bottom:-36px}.user-aside-detail-page__aside .qt-aside-modern__content{overflow:unset;height:100%}.user-aside-detail-page__aside.aside-preview{width:960px}.user-aside-detail-page__aside.aside-preview .user-detail-statistics .tabs .active:after{bottom:-13px;height:2px;z-index:1}.user-aside-detail-page__aside .user-detail-statistics thead th{padding:8px;font-size:10px;line-height:12px;font-weight:600;letter-spacing:0;color:#101828;background:#fcfcfd;text-transform:uppercase}.user-aside-detail-page__aside .user-detail-statistics thead th:first-child{padding-left:16px}.user-aside-detail-page__aside .user-detail-statistics thead th:last-child{padding-right:16px}.user-aside-detail-page__aside thead tr th{padding:10px 8px;font-size:12px;line-height:16px;color:#101828;border-bottom:1px solid #F2F4F7}.user-aside-detail-page__aside tbody{padding:0 16px}.user-aside-detail-page__aside tbody td{position:relative}.user-aside-detail-page__aside tbody td:after{position:absolute;content:"";bottom:0;right:0;height:1px;width:100%;background:#f2f4f7}.user-aside-detail-page__aside tbody td:first-child:after{right:0;width:calc(100% - 16px)}.user-aside-detail-page__aside tbody td:last-child:after{left:0;width:calc(100% - 16px)}.user-aside-detail-page__aside tbody td:last-child.messages-table__account:after{left:16px;width:calc(100% - 32px)}.user-aside-detail-page__aside tbody tr td{font-size:13px;line-height:20px;color:#101828;font-weight:500}.user-aside-detail-page__aside tbody tr:last-child td:after{display:none}.user-aside-detail-page__aside .qt-page-list__body users-aside-detail-passwords-item td{padding:18px 0 11px}.user-aside-detail-page__aside .ticket-table__subject{width:100%;min-width:300px;max-width:375px;display:flex;align-items:center}.user-aside-detail-page__aside .ticket-table__subject>div{margin-right:4px;max-width:330px}.user-aside-detail-page__aside .ticket-table__status{max-width:115px;width:115px;min-width:115px}.user-aside-detail-page__aside .ticket-table__created-date{max-width:110px;width:110px;min-width:110px}.user-aside-detail-page__aside .documents-table tbody td{position:relative}.user-aside-detail-page__aside .documents-table tbody td:after{position:absolute;content:"";bottom:0;right:0;height:1px;width:100%;background:#f2f4f7}.user-aside-detail-page__aside .documents-table tbody td:first-child:after{right:0;width:calc(100% - 16px)}.user-aside-detail-page__aside .documents-table tbody td:last-child:after{left:0;width:calc(100% - 16px)}.user-aside-detail-page__aside .documents-table__title{max-width:200px;width:200px;min-width:200px}.user-aside-detail-page__aside .documents-table__title .icon__templete-thumb{flex-shrink:0}.user-aside-detail-page__aside .documents-table__create-by{width:130px;max-width:130px;min-width:130px}.user-aside-detail-page__aside .documents-table__review-date,.user-aside-detail-page__aside .documents-table__created-date{width:100px;max-width:100px;min-width:100px}.user-aside-detail-page__aside .documents-table__company{width:290px;max-width:290px;min-width:290px}.invoice-preview-notes{max-width:530px}.invoices-page__aside .messages-table__account{white-space:unset;text-overflow:unset;padding-top:16px;padding-bottom:16px}.messages-table__account{padding:16px}.messages-table__account-header{color:#0040c1;display:inline-block;background-color:#0747a60f;padding:5px 6px;font-size:9px;line-height:10px;font-weight:600;text-transform:uppercase}.messages-table__account-data{font-weight:500;color:#101828;margin:12px 0 4px}.messages-table__account-text{color:#101828}.payments-page .billable-table,.payments-page .invoice-table{min-width:1064px}.payments-page__payment-note-table-icon{background-position:center;background-size:16px}.payments-page .header-circle-icon{background-size:16px!important;border:1px solid #EAECF0;background-repeat:no-repeat;background-position:center;cursor:pointer}.payments-page .payment-preview{box-shadow:0 8px 16px 10px #0000000d;background-color:#fff;min-height:100%}.payments-page .company-logo{max-width:170px;max-height:56px}.payments-page__payment-info{border-right:1px solid #EAECF0;width:300px;min-width:300px}.payments-page .payment-info-lines__title{font-weight:600;font-size:13px;width:142px;color:#101828}.payments-page .payment-info-lines__value{font-size:13px;line-height:1.54;color:#101828}.payments-page .payment-info__notes{border-radius:6px;border:dashed 1px #D0D5DD;font-size:13px;line-height:1.54;color:#101828;padding:12px 16px;min-height:129px;width:100%}.payments-page .payment-table{border-spacing:0;width:100%}.payments-page .payment-table th,.payments-page .payment-table td{height:40px;border-bottom:solid 1px #EAECF0;padding:0 14px;font-size:13px;line-height:1.54;color:#101828;text-align:left;width:25%}.payments-page .payment-table th:last-child,.payments-page .payment-table td:last-child{border-right:solid 1px #EAECF0}.payments-page .payment-table th:first-child,.payments-page .payment-table td:first-child{border-left:solid 1px #EAECF0}.payments-page .payment-table th{border-top:solid 1px #EAECF0;background-color:#fcfcfd;font-weight:600}.payments-page .payment-table td.payment-table__number{color:#16a4fa;font-weight:600}.payments-page .billable-payment-table__reference{width:150px;min-width:150px;max-width:150px}.payments-page .billable-payment-table__date{flex:0 0 122px}.payments-page .billable-payment-table__invoice{flex:0 0 109px}.payments-page .billable-payment-table__company{flex:2 0 200px}.payments-page .billable-payment-table__payment-mode{flex:0 0 150px}.payments-page .billable-payment-table__payment{flex:0 0 100px}.payments-page .billable-payment-table__amount{flex:0 0 110px}.payments-page .billable-payment-table__status{flex:0 0 90px}.payments-page .billable-payment-table__menu{flex:0 0 34px;padding:0!important}.payments-page .billable-payment-table__menu .icon__more{height:100%;background-repeat:no-repeat;background-position:center;background-size:auto}.payments-page app-payments-filter{width:100%}.payments-page .refound-textarea{min-height:100px}.payments-page .payment-refound-totals{width:250px}.billing-dashboard-page{width:100%;background-color:#edf2f6;min-height:112vh;overflow:auto}.billing-dashboard-page__content{max-width:1144px;margin:0 auto;padding:36px 20px}.billing-dashboard-page app-dashboard-total-sales,.billing-dashboard-page app-dashboard-unpaid-invoices,.billing-dashboard-page app-dashboard-unbilled-amount,.billing-dashboard-page app-dashboard-total-quotes,.billing-dashboard-page app-invoice-revenue,.billing-dashboard-page app-ticket-priority-widget,.billing-dashboard-page app-recurring-ticket-widget,.billing-dashboard-page app-time-on-tickets-widget,.billing-dashboard-page app-tickets-billable-hours-widget,.billing-dashboard-page app-tech-tickets-widget,.billing-dashboard-page app-contracts-dashboard,.billing-dashboard-page app-dashboard-quotes,.billing-dashboard-page app-dashboard-sales-analytics,.billing-dashboard-page app-tickets-analytics-widget,.billing-dashboard-page app-dashboard-stats{display:contents}.billing-dashboard-page app-dashboard-stats .contract-info-card{margin-right:16px}.billing-dashboard-page app-dashboard-stats:last-child .contract-info-card{margin-right:0}.billing-dashboard-page .contract-dashboard-chart-card{width:33.33%;box-shadow:0 1px 3px #0000000d;border-radius:8px;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between}.billing-dashboard-page .contract-dashboard-chart-card__header{padding:16px 12px 0 24px;display:flex;width:100%;justify-content:space-between}.billing-dashboard-page .contract-dashboard-chart-card__header app-multi-datepicker-dashboard .date-picker{overflow:visible}.billing-dashboard-page .contract-dashboard-chart-card__header app-multi-datepicker-dashboard .date-picker .dropdown-menu{overflow:visible}.billing-dashboard-page .contract-dashboard-chart-card__header app-multi-datepicker-dashboard .date-picker p.pointer{font-size:12px;margin-right:20px;margin-top:3px;color:#475467}.billing-dashboard-page .contract-dashboard-chart-card__header app-multi-datepicker-dashboard .date-picker i.icon__calendar{top:2px;left:auto;right:0}.billing-dashboard-page .contract-dashboard-chart-card__header app-multi-datepicker-dashboard .date-picker i.icn-remove-old{right:2px}.billing-dashboard-page .contract-dashboard-chart-card__header-title{font-size:18px;line-height:1.56;letter-spacing:-.5px;color:#101828;font-weight:600;white-space:nowrap}.billing-dashboard-page .contract-dashboard-chart-card__chart-content{width:100%;position:relative;padding-top:21px;padding-bottom:21px;display:flex;align-items:center;justify-content:center}.billing-dashboard-page .contract-dashboard-chart-card__title{font-weight:600;font-size:22px;line-height:1.27;color:#101828}.billing-dashboard-page .contract-dashboard-chart-card__subtitle{font-size:12px;line-height:1.33;color:#98a2b3}.billing-dashboard-page .contract-dashboard-chart-card__chart-info{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column}.billing-dashboard-page .contract-dashboard-chart-card__footer{display:flex;justify-content:space-between;padding:12px 32px;border-top:1px solid #F2F4F7}.billing-dashboard-page .contract-dashboard-chart-card__footer-item-title-block{display:flex}.billing-dashboard-page .contract-dashboard-chart-card__footer-item-title{font-size:11px;line-height:1.09;color:#98a2b3;margin-bottom:3px}.billing-dashboard-page .contract-dashboard-chart-card__footer-item-value{font-size:12px;color:#101828;line-height:1.33;font-weight:600}.billing-dashboard-page .contract-dashboard-chart-card__footer-item-box{width:8px;height:8px;margin-right:8px;border-radius:3px;margin-top:1px;text-align:center}.billing-dashboard-page .contract-info-card{width:50%;height:96px;border-radius:8px;box-shadow:0 1px 3px #0000000d;background-color:#fff;padding:20px 10px 12px 16px}.billing-dashboard-page .contract-info-card__container{display:flex}.billing-dashboard-page .contract-info-card__circle-outer{width:56px;height:56px;background-image:linear-gradient(to bottom,#6fc9ff2e,#eeeeee1f 95%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:12px}.billing-dashboard-page .contract-info-card__circle-inner{width:40px;height:40px;box-shadow:0 1px 3px #0000001a;background-color:#fff;border-radius:50%;background-repeat:no-repeat;background-position:center;background-size:24px;display:flex;align-items:center;justify-content:center}.billing-dashboard-page .contract-info-card__text-info{display:flex;justify-content:center;flex-direction:column}.billing-dashboard-page .contract-info-card__title{font-weight:600;font-size:22px;line-height:1.27;color:#101828}.billing-dashboard-page .contract-info-card__subtitle{font-size:13px;line-height:1.54;letter-spacing:normal;color:#98a2b3;width:100%}.billing-dashboard-page .contract-info-card__grow-info{font-weight:600;font-size:10px;display:flex;align-items:center;justify-content:flex-end}.billing-dashboard-page .contract-info-list{width:33.33%;height:285px;border-radius:6px;box-shadow:0 1px 3px #0000000d;background-color:#fff}.billing-dashboard-page .contract-info-list__title{padding:16px 24px 14px;font-size:15px;color:#101828;font-weight:600;line-height:1.47}.billing-dashboard-page .contract-info-list__table{width:100%;border-collapse:collapse}.billing-dashboard-page .contract-info-list__table th{background-color:#fcfcfd;height:24px;text-transform:uppercase;font-size:10px;color:#98a2b3;font-weight:600}.billing-dashboard-page .contract-info-list__table th.contract-info-list__table--number{padding-left:26px;width:52px}.billing-dashboard-page .contract-info-list__table th.contract-info-list__table--revenue{padding-left:24px;padding-right:24px}.billing-dashboard-page .contract-info-list__table td{color:#475467;font-size:12px;height:40px;border-bottom:1px solid #F2F4F7}.billing-dashboard-page .contract-info-list__table tr:last-child td{border-bottom:none}.billing-dashboard-page .contract-info-list__table--number{width:32px;padding-right:8px;text-align:left}.billing-dashboard-page .contract-info-list__table--name{padding-left:8px;padding-right:8px;width:210px;text-align:left}.billing-dashboard-page .contract-info-list__table--revenue{text-align:right;font-weight:600}.billing-dashboard-page .contract-info-list__table--number-circle-outer{width:24px;height:24px;border-radius:50%;background-image:linear-gradient(to bottom,#6fc9ff2e,#eeeeee1f 95%);display:flex;align-items:center;justify-content:center}.billing-dashboard-page .contract-info-list__table--number-circle-inner{width:18px;height:18px;box-shadow:0 1px 3px #0000001a;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;color:#475467;font-weight:600}.billing-dashboard-page .contract-info-list__table-body{margin-left:19px;margin-right:24px;width:auto;width:calc(100% - 42px)}.billing-dashboard-page .dashboard-quotes{padding:16px 24px;width:33.33%;box-shadow:0 1px 3px #0000000d;border-radius:8px;background-color:#fff}.billing-dashboard-page .dashboard-quotes__header-title{font-weight:600;font-size:26px;line-height:1.31;letter-spacing:-.5px;color:#101828}.billing-dashboard-page .dashboard-quotes__header-subtitle{font-size:12px;line-height:1.33;color:#98a2b3}.billing-dashboard-page .dashboard-quotes__progress-bar{height:10px;border-radius:5px;overflow:hidden;display:flex;margin-bottom:32px}.billing-dashboard-page .dashboard-quotes__progress-bar-item{height:100%}.billing-dashboard-page .dashboard-quotes__list{list-style:none;padding:0;width:50%}.billing-dashboard-page .dashboard-quotes__list-item{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #F2F4F7}.billing-dashboard-page .dashboard-quotes__list-item-box{width:10px;height:10px;display:inline-block;width:14px;height:14px;border-radius:4px;margin-right:16px}.billing-dashboard-page .dashboard-quotes__list-item-label{min-width:80px;font-size:12px;line-height:1.33;color:#475467}.billing-dashboard-page .dashboard-quotes__list-item-value{font-size:12px;line-height:1.33;color:#101828;font-weight:600}.billing-dashboard-page app-dashboard-sales-analytics .nvd3 .nv-x .nv-axis line,.billing-dashboard-page app-tickets-analytics-widget .nvd3 .nv-x .nv-axis line{opacity:0!important}.billing-dashboard-page app-dashboard-sales-analytics .nvd3 .nv-y .nv-axis .domain,.billing-dashboard-page app-tickets-analytics-widget .nvd3 .nv-y .nv-axis .domain{opacity:0}.billing-dashboard-page app-dashboard-sales-analytics .nvd3 .nv-y .nv-axis line,.billing-dashboard-page app-tickets-analytics-widget .nvd3 .nv-y .nv-axis line{stroke:#f2f4f7}.billing-dashboard-page app-dashboard-sales-analytics .nvd3 text,.billing-dashboard-page app-tickets-analytics-widget .nvd3 text{font-size:12px;fill:#475467;font-weight:400}.billing-dashboard-page app-dashboard-sales-analytics .nv-axisMaxMin,.billing-dashboard-page app-dashboard-sales-analytics .nv-axisMinMax,.billing-dashboard-page app-tickets-analytics-widget .nv-axisMaxMin,.billing-dashboard-page app-tickets-analytics-widget .nv-axisMinMax{opacity:0}.billing-dashboard-page app-dashboard-sales-analytics .contract-dashboard-chart-card__chart-content,.billing-dashboard-page app-tickets-analytics-widget .contract-dashboard-chart-card__chart-content{padding-top:0}.billing-dashboard-page app-dashboard-sales-analytics .contract-dashboard-chart-card__header,.billing-dashboard-page app-tickets-analytics-widget .contract-dashboard-chart-card__header{padding:16px 22px 0 24px}.billing-dashboard-page app-dashboard-sales-analytics svg.nvd3-svg,.billing-dashboard-page app-tickets-analytics-widget svg.nvd3-svg{overflow:visible}.billing-dashboard-page app-dashboard-sales-analytics .chart-legend,.billing-dashboard-page app-tickets-analytics-widget .chart-legend{transform:none!important;position:absolute}.billing-dashboard-page app-dashboard-sales-analytics .chart-legend .legend-title,.billing-dashboard-page app-tickets-analytics-widget .chart-legend .legend-title{display:none}.billing-dashboard-page app-dashboard-sales-analytics .chart-legend .legend-labels,.billing-dashboard-page app-tickets-analytics-widget .chart-legend .legend-labels{background:none}.billing-dashboard-page app-dashboard-sales-analytics .chart-legend .legend-labels .legend-label-text,.billing-dashboard-page app-tickets-analytics-widget .chart-legend .legend-labels .legend-label-text{font-size:12px;color:#475467;font-weight:400}.billing-dashboard-page app-dashboard-sales-analytics .chart-legend .legend-label-color,.billing-dashboard-page app-tickets-analytics-widget .chart-legend .legend-label-color{border-radius:50%}.billing-dashboard-page app-dashboard-sales-analytics .line-chart .x .gridline-path-vertical,.billing-dashboard-page app-tickets-analytics-widget .line-chart .x .gridline-path-vertical{display:none}.billing-dashboard-page app-dashboard-sales-analytics .line-chart .y .gridline-path-horizontal,.billing-dashboard-page app-tickets-analytics-widget .line-chart .y .gridline-path-horizontal{stroke:#f2f4f7}.billing-dashboard-page app-dashboard-sales-analytics .ngx-charts .tooltip-anchor,.billing-dashboard-page app-tickets-analytics-widget .ngx-charts .tooltip-anchor{fill:transparent}app-dashboard-sales-analytics .chart-legend{top:-41px;left:calc(50% - 80px)}app-dashboard-sales-analytics .chart-legend>div{width:160px!important}app-tickets-analytics-widget .chart-legend{top:-35px!important;left:calc(50% - 140px)!important}app-tickets-analytics-widget .chart-legend>div{width:280px!important}@media(max-width:1600px){.billing-dashboard-page .contract-dashboard-chart-card app-multi-datepicker-dashboard .date-picker p.pointer{max-width:90px;line-height:1.2}}.default-services-page{min-height:calc(100vh - 64px);position:relative}.default-services-page .qt-table-modern__row{min-height:48px;height:auto}.default-services-page .qt-table-modern__row>div:last-child{padding-right:25px}.default-services-page__table-container{overflow-x:auto}.default-services-page__table-container.--visible{overflow-x:visible}.default-services-page__question-icon{display:inline-block;position:relative;top:2px;left:-1px;margin-left:2px}.default-services-page .default-service-table th{white-space:nowrap}.default-services-page .default-service-table__menu{flex:0 0 42px;padding-left:0;padding-right:0;position:relative}.default-services-page .default-service-table__default{text-align:center;flex:0 0 110px;padding-left:10px!important}.default-services-page .default-service-table__billable{text-align:center;flex:0 0 110px;padding-right:5px!important}.default-services-page .default-service-table__gl{flex:0 0 140px}.default-services-page .default-service-table__service-name{flex:2 0 200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.default-services-page .default-service-table div.default-service-table__service-name{padding-left:24px}.default-services-page .default-service-table__taxes{flex:0 0 105px}.default-services-page .default-service-table__rate{flex:0 0 140px}.default-services-page .default-service-table th.default-service-table__contracts{padding-left:0!important;text-transform:uppercase;font-size:10px;padding-bottom:5px!important;padding-top:10px!important}.default-services-page .ql-input-number{width:112px;height:32px;border-radius:4px;background-color:#f9fafb;border:none}.default-services-page .gl-number-dropdown{background:#f9fafb;height:32px;display:flex;justify-content:space-between;align-items:center;padding:0 10px;border-radius:4px;color:#475467;font-size:13px;position:relative;margin-top:7px;margin-bottom:7px}.default-services-page .gl-number-dropdown p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.default-services-page .qt-number-dropdown-menu{flex-direction:column;max-height:144px;height:fit-content;padding-top:8px;position:fixed!important;transform:translate(0)!important;top:unset!important;left:unset!important}.default-services-page .qt-number-dropdown-menu button.dropdown-item{text-align:left;border:none;background:#fff;min-height:32px;color:#101828;padding:0 15px}.default-services-page .qt-number-dropdown-menu button.dropdown-item:hover{background:#edf2f67d}.default-services-page .qt-number-dropdown-menu.show{display:flex!important}.default-services-page .default-services-items-dropdown{width:140px;min-width:140px!important}.default-services-page__aside .add-tax-btn{line-height:1;color:#16a4fa}.default-services-page__aside .create-product-taxes-select .light-dropdown.new-taxes-area{margin-top:0!important}.default-services-page__aside .create-product-taxes-select .label-name{margin-bottom:8px;font-size:13px;color:#475467;font-weight:600;line-height:20px}.default-services-page__aside .create-product-taxes-select .add-tax.add-tax-inventory{line-height:1;font-weight:600;font-size:12px}.default-services-page__aside .create-product-taxes-select .dropdown-menu.new-tax.show{position:absolute;top:100%;max-height:192px;overflow-y:auto;z-index:1000;display:none;min-width:160px;height:fit-content;padding:4px 8px;margin:2px 0 0;text-align:left;background-color:#fff;border-radius:6px;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;border:1px solid #EAECF0}.default-services-page__aside .create-product-taxes-select .dropdown-menu.new-tax.show::-webkit-scrollbar-thumb{background-color:#98a2b3}.default-services-page__aside .create-product-taxes-select .dropdown-menu.new-tax.show::-webkit-scrollbar{width:8px;height:8px;border-radius:40px}.default-services-page__aside .create-product-taxes-select .dropdown-menu.new-tax.show::-webkit-scrollbar-track{background:#fff}.default-services-page__aside .create-product-taxes-select .dropdown-menu.new-tax.show.--tooltip-shadow{box-shadow:0 8px 8px -4px #10182808,0 20px 24px -4px #10182814;padding:0}.default-services-page__aside .create-product-taxes-select .dropdown-menu.new-tax.show .qt-input-search{position:sticky;top:4px;z-index:1;background-color:#fff}.default-services-page__aside .create-product-taxes-select .dropdown-menu.new-tax.show .qt-input-search:after{content:"";position:absolute;top:-8px;left:0;width:100%;height:8px;background-color:#fff}.default-services-page__aside .create-product-taxes-select .dropdown-menu.new-tax.show[aria-labelledby=dropdownDuration]{border:unset;padding:0;box-shadow:unset}.default-services-page__aside .create-product-taxes-select .dropdown-menu.new-tax.show{max-height:initial;overflow:visible;transform:none!important;right:-30px!important;left:unset!important;top:7px!important}.default-services-page__aside .create-product-taxes-select .dropdown-menu.new-tax.show .qt-checkbox{padding-left:0}.default-services-page__aside .create-product-taxes-select .add-tax-dropdown:after,.default-services-page__aside .create-product-taxes-select .add-category-lp-dropdown>div:after{left:unset;right:10px;top:-5px;border:6px solid transparent;border-bottom-color:#fff;border-top:0}.default-services-page__aside .qt-number-input .icn-product-save{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.default-services-page__aside .create-product-taxes-select ul.dropdown-menu{width:100%!important;left:0!important}.default-services-page__aside .create-product-taxes-select .icn-sm.icn-label-save{right:0;margin-right:0;margin-top:13px}app-non-contract-services-item,app-non-contract-services-contracts{display:contents}.default-service-table__gl .tooltip{top:-5px!important}.default-service-table__gl .tooltip *{text-transform:none!important;text-align:left!important;line-height:1.33!important;font-size:12px!important;color:#fff!important;font-weight:400}.contracts-page .contracts-list-header,.contracts-page .contracts-list-table-header{z-index:1}.contracts-page .contracts-table td{border:1px solid transparent}.contracts-page .contracts-table__menu{flex:0 0 50px;padding-left:0;padding-right:0}.contracts-page .contracts-table__menu .icon__more{height:100%;background-repeat:no-repeat;background-position:center;background-size:auto}.contracts-page .contracts-table__amount{flex:0 0 85px;padding-right:10px!important;padding-left:10px!important;text-align:right}.contracts-page .contracts-table__review-date{flex:0 0 110px;padding-left:10px!important;padding-right:10px!important}.contracts-page .contracts-table__start-date{flex:0 0 112px;padding-left:10px!important;padding-right:10px!important}.contracts-page .contracts-table__status{flex:0 0 105px;padding-left:10px!important;padding-right:10px!important}.contracts-page .contracts-table__contract-type{flex:0 0 225px}@media(max-width:1600px){.contracts-page .contracts-table__contract-type{flex:0 0 200px}}.contracts-page .contracts-table__company{flex:0 0 230px}@media(max-width:1600px){.contracts-page .contracts-table__company{flex:0 0 180px}}.contracts-page .contracts-table__description{flex:2 0 200px}@media(max-width:1600px){.contracts-page .contracts-table__description{flex:2 0 160px}}.contracts-page .qt-table-modern__row>div:first-child{padding:12px 8px 12px 24px}.contracts-page .qt-table-modern__row>div:last-child{padding:12px 24px 12px 8px}.contracts-page__aside .contract-type-aside-content{padding:32px;background-color:#fcfcfd}.contracts-page__aside .contract-type-select{border-radius:6px;box-shadow:0 1px 3px #0000001a;background-color:#fff;width:591px;padding:16px 12px 16px 24px;display:flex;justify-content:space-between;border:2px solid transparent;cursor:pointer}.contracts-page__aside .contract-type-select.--selected{border-color:#16a4fa}.contracts-page__aside .contract-type-select__title{font-size:13px;line-height:1.54;color:#475467;font-weight:600;margin-bottom:4px}.contracts-page__aside .contract-type-select__text{font-size:13px;line-height:1.54;color:#475467}.contracts-page__aside .contract-type-select__radio{display:flex;margin-top:4px;margin-right:16px;width:18px}.contracts-page__aside .contract-type-select__icon{height:48px;width:48px;margin-left:45px;background:#e8f6ff;border-radius:50%}.contracts-page__aside .contract-aside-hourly-add-service__name{min-width:509px;width:509px}.contracts-page__aside .contract-aside-hourly-add-service__name input{border-bottom-right-radius:0;border-top-right-radius:0}.contracts-page__aside .contract-aside-hourly-add-service__billable{border-top:1px solid;border-bottom:1px solid;border-color:#eaecf0;min-width:78px;display:flex;align-items:center;justify-content:center;height:40px}.contracts-page__aside .contract-aside-hourly-add-service__tax{min-width:111px}.contracts-page__aside .contract-aside-hourly-add-service__tax input{border-radius:0!important;border-right:0px!important}.contracts-page__aside .contract-aside-hourly-add-service__rate{min-width:108px}.contracts-page__aside .contract-aside-hourly-add-service__rate input{border-bottom-left-radius:0;border-top-left-radius:0}.contracts-page__aside .contract-aside-hourly-add-service__cancel{position:absolute;right:-18px;bottom:-2px}.contracts-page__aside .contract-aside-hourly-add-service__add{position:absolute;right:-18px;transform:rotate(45deg);top:-2px}.contracts-page__aside .service-table__check{width:36px;padding:0 9px;vertical-align:middle}.contracts-page__aside .service-table .icon__help{margin-left:2px}.contracts-page__aside .service-table td.service-table__name{padding:0}.contracts-page__aside .service-table__rate{text-align:right;width:109px;padding-right:24px;vertical-align:middle}.contracts-page__aside .service-table td.service-table__rate{padding:0}.contracts-page__aside .service-table th.service-table__rate{padding-right:10px;vertical-align:middle}.contracts-page__aside .service-table__tax{width:110px;padding:10px;text-align:right;vertical-align:middle}.contracts-page__aside .service-table__discount{width:130px;padding:10px;text-align:right;vertical-align:middle}.contracts-page__aside .service-table td.service-table__tax,.contracts-page__aside .service-table td.service-table__discount{padding:0}.contracts-page__aside .service-table td.service-table__tax .dropdown-menu .dropdown-item button,.contracts-page__aside .service-table td.service-table__discount .dropdown-menu .dropdown-item button{border:none;background:#fff;width:100%;text-align:left;height:100%;overflow:hidden;text-overflow:ellipsis}.contracts-page__aside .service-table td.service-table__tax .dropdown-menu .dropdown-item button:hover,.contracts-page__aside .service-table td.service-table__discount .dropdown-menu .dropdown-item button:hover{background-color:#edf2f67a}.contracts-page__aside .service-table td.service-table__tax .dropdown-menu.show,.contracts-page__aside .service-table td.service-table__discount .dropdown-menu.show{width:230px;min-width:0;left:0!important}.contracts-page__aside .service-table td.service-table__tax .new-taxes-area-edit,.contracts-page__aside .service-table td.service-table__discount .new-taxes-area-edit{width:100%;padding:0}.contracts-page__aside .service-table td.service-table__tax .new-taxes-area-edit input,.contracts-page__aside .service-table td.service-table__discount .new-taxes-area-edit input{border:none!important;overflow:hidden;text-overflow:ellipsis;padding-right:20px!important}.contracts-page__aside .service-table__billable{width:74px;padding:0 12px;vertical-align:middle}.contracts-page__aside .service-table__billable .qt-checkbox{display:flex;justify-content:center;align-items:center}.contracts-page__aside .service-table.--preview .service-table__discount{width:80px!important}.contracts-page__aside .service-table.--preview td{color:#101828;font-size:14px;font-weight:400;line-height:17px}.contracts-page__aside .service-table.--preview td.service-table__name,.contracts-page__aside .service-table.--preview td.service-table__discount,.contracts-page__aside .service-table.--preview td.service-table__tax,.contracts-page__aside .service-table.--preview td.service-table__rate{padding:10px}.contracts-page__aside .track-and-bill-table__hourly-rate{width:109px;text-align:right!important;padding-left:12px!important;padding-right:12px!important;vertical-align:middle}.contracts-page__aside .track-and-bill-table__hourly-rate.--editable{padding-left:0!important;padding-right:0!important}.contracts-page__aside .track-and-bill-table__discount{width:130px;text-align:right!important;padding-left:12px!important;padding-right:12px!important;vertical-align:middle}.contracts-page__aside .track-and-bill-table__discount.--editable{padding-left:0!important;padding-right:0!important}.contracts-page__aside .track-and-bill-table__discount.--editable input{border:none!important}.contracts-page__aside .track-and-bill-table__tax{width:110px;text-align:right!important;padding-left:12px!important;padding-right:12px!important;vertical-align:middle}.contracts-page__aside .track-and-bill-table__tax.--editable{padding-left:0!important;padding-right:0!important}.contracts-page__aside .track-and-bill-table__tax.--editable input{border:none!important}.contracts-page__aside .track-and-bill-table__service-name{vertical-align:middle}.contracts-page__aside .track-and-bill-table__billable{width:64px;padding-left:12px!important;padding-right:12px!important;vertical-align:middle}.contracts-page__aside .track-and-bill-table__billable .qt-checkbox{display:flex;justify-content:center;align-items:center}.contracts-page__aside .max-roll-over-input{width:104px;margin-top:-11px;margin-bottom:-11px}.contracts-page__aside .notify-to-agents-assign-icon{margin-top:-4px;margin-bottom:-4px;width:calc(33% - 12px)}.contracts-page__aside .notify-to-agents-assign-icon app-date-picker{width:100%}.contracts-page__aside .product-bill-customer-select-nav{list-style:none;padding-left:0;display:flex;border-bottom:1px solid #EAECF0}.contracts-page__aside .product-bill-customer-select-nav li{font-size:13px;color:#475467;font-weight:600;padding-bottom:5px;border-bottom:3px solid transparent;margin-right:16px}.contracts-page__aside .product-bill-customer-select-nav li.--selected{color:#16a4fa;border-color:#16a4fa}.contracts-page__aside .product-bill-customer-select-nav li{cursor:pointer}.contracts-page__aside .product-bill-customer-select-nav li:last-child{margin-right:0}.contracts-page__aside .contract-product-service-table__date{width:109px;padding:0 12px!important;text-align:right!important}.contracts-page__aside .contract-product-service-table__date .date-picker-container{transform:translate(0)!important;right:0!important;left:unset!important;top:unset!important}.contracts-page__aside .contract-product-service-table__date .date-picker{height:100%}.contracts-page__aside .contract-product-service-table__date .date-picker .icon__calendar{display:none}.contracts-page__aside .contract-product-service-table__date .date-picker input.dropdown-toggle{padding:10px;height:100%}.contracts-page__aside .contract-product-service-table__duration{width:90px;padding:0 12px!important;text-align:right!important}.contracts-page__aside .contract-product-service-table__duration.--editable{width:100px}.contracts-page__aside .contract-product-service-table__duration igx-time-picker{border-color:transparent}.contracts-page__aside .contract-product-service-table__description{padding:0 12px!important}.contracts-page__aside .contract-product-service-table__description input{height:40px;width:100%;padding:11px 14px;background-color:#fff;border:1px solid #EAECF0;box-shadow:inset 0 1px 2px #1018280d;border-radius:6px;color:#101828;font-size:14px;font-weight:400;line-height:17px}.contracts-page__aside .contract-product-service-table__description input::placeholder{color:#98a2b3}.contracts-page__aside .contract-product-service-table__description input:hover{border-color:#d0d5dd}.contracts-page__aside .contract-product-service-table__description input:focus{outline:2px solid rgba(22,164,250,.1);border-color:#16a4fa}.contracts-page__aside .contract-product-service-table__description input{height:100%}.contracts-page__aside .contract-product-service-table__service{padding:0 12px!important;width:223px}.contracts-page__aside .contract-product-service-table__service input{height:100%}.contracts-page__aside .contract-product-service-table__service .app-drop-down__right-icon{position:static}.contracts-page__aside .contract-product-service-table .--editable{padding:0!important}.contracts-page__aside .contract-product-products-table td{font-size:14px;line-height:17px;color:#101828;font-weight:400}.contracts-page__aside .contract-product-products-table__name{padding:0 10px}.contracts-page__aside .contract-product-products-table__name.--editable{padding:0}.contracts-page__aside .contract-product-products-table__quantity{width:110px;padding:0 10px;text-align:right}.contracts-page__aside .contract-product-products-table__quantity.--editable{padding:0}.contracts-page__aside .contract-product-products-table__price{width:109px;padding:0 10px;text-align:right}.contracts-page__aside .contract-product-products-table__price.--editable{padding:0}.contracts-page__aside .contract-tipe-info{border:1px dotted #D0D5DD;height:32px;width:696px;font-size:12px;line-height:1.33;color:#475467;border-radius:6px;margin-top:12px}.contracts-page__aside .table-last-icon-wrapper{margin-right:-20px}.contracts-page__aside .table-last-icon-wrapper td{font-size:14px;line-height:17px;font-weight:400;color:#101828}.contracts-page__aside .col-price{width:109px;text-align:right}.contracts-page__aside .col-tax{width:109px;text-align:right;padding:10px}.contracts-page__aside .col-count{width:84px;text-align:right}.contracts-page__aside .contract-total{width:275px;border-radius:6px;border:dashed 1px #637381;padding:0 20px 8px}.contracts-page__aside .contract-total__divider{border-top:1px dashed #637381;margin-top:8px}.contracts-page__aside .select-wrapper{right:0!important;bottom:35px!important}app-contracts-filter{width:100%}.contracts-company-filter{width:35%;margin-right:8px}.contracts-company-filter input{color:#101828}.contracts-company-filter input::placeholder{color:#475467;font-size:12px}.contracts-status-filter{width:21%}.contracts-status-filter input{color:#101828}.contracts-status-filter input::placeholder{color:#475467;font-size:12px}.contracts-number-filter{width:21%;margin-right:8px;color:#101828}.contracts-number-filter::placeholder{color:#475467;font-size:12px}.contracts-date-filter{width:23%;margin-right:8px}.contracts-date-filter input{color:#101828}.contracts-date-filter input::placeholder{color:#475467;font-size:12px}.contracts-date-filter .date-picker{position:relative;display:table;border-collapse:separate}.contracts-date-filter .dropdown-menu{left:auto;right:0;margin-top:0}.contracts-page__aside app-contracts-aside-hourly-billing-default-service,.contracts-page__aside app-contracts-aside-hourly-billing-edit-default-service,.contracts-page__aside app-contracts-aside-other-product,.contracts-page__aside app-contracts-aside-other-service,.contracts-page__aside app-ticket-profile-updates-service-duration{display:contents}.contracts-page__aside .qt-taxes-multiselect .light-dropdown .dropdown-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contracts-aside-block-time-tabble-td.--editable{padding:0!important;position:relative}app-contracts-aside-user-device-service{display:contents}app-contracts-aside-user-device-service td.--editable{padding-left:0;padding-right:0}app-contracts-aside-user-device-service td.--editable .dropdown-toggle{border-color:transparent!important}app-contracts-aside-block-time-billing-customer-service{display:contents}app-contracts-aside-block-time-billing-default-service{display:contents}.expire-contract-notification{background-color:#fff;width:320px;height:72px;border-radius:6px;position:fixed;z-index:1000;top:81px;right:16px;padding:14px 16px 18px;font-size:13px;line-height:1.54;color:#42526e;display:flex;align-items:self-start;font-family:Inter,sans-serif;box-shadow:0 2px 20px 10px #0000000d;border:solid 1px #EAECF0}.expire-contract-notification__button{font-weight:600;border:1px solid #ffffff;border-radius:4px;background-color:transparent;margin-top:8px;padding:6px 8px}.expire-contract-notification:after{content:" ";position:absolute;bottom:0;left:0;right:0;background-color:#ffb937;z-index:9999;height:3px}.expire-contract-notification .icon-alert{width:20px;height:20px;min-width:20px;min-height:20px;border-radius:50%;background:orange;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center;color:#fff;font-style:unset}.expire-contract-notification .qt-aside-modern__header-close{width:16px;height:16px;min-width:16px;min-height:16px}.contracts-table-row-item:before{content:""}.contracts-table-row-item.no-valid:before{background:url(/assets/img/icons/new-update.svg) no-repeat;width:44px;height:20px;top:unset;bottom:unset!important;left:unset!important;padding-left:5px;z-index:0!important}thead tr.contracts-table-row-item:before{content:"";width:10px;height:105px;background:#edf2f6;position:absolute;transform:translate(-10px,-50px)}.quotes-page .qt-table-modern__row{min-height:48px;height:auto}.quotes-page .quotes-company-filter{width:35%;margin-right:8px}.quotes-page .quotes-status-filter{margin-right:8px;width:21%}.quotes-page .quotes-number-filter{width:21%;margin-right:8px}.quotes-page .quotes-date-filter{width:23%}.quotes-page .quotes-table td{vertical-align:top;word-break:break-word}.quotes-page .quotes-table__check{flex:0 0 50px;padding-right:0;padding-left:16px}.quotes-page .quotes-table .qt-table-modern__row .quotes-table__check{padding-left:22px}.quotes-page .quotes-table td.quotes-table__check{padding-top:16px}.quotes-page .quotes-table__date{flex:0 0 113px}.quotes-page .quotes-table td.quotes-table__date{padding-top:14px}.quotes-page .quotes-table__company{flex:0 0 190px}@media(max-width:1600px){.quotes-page .quotes-table__company{flex:0 0 156px}}.quotes-page .quotes-table__company{padding-left:8px;padding-right:8px}.quotes-page .quotes-table td.quotes-table__company{padding-top:14px}.quotes-page .quotes-table__description{flex:2 0 130px;padding-left:8px;padding-right:8px}.quotes-page .quotes-table td.quotes-table__description{padding-top:14px}.quotes-page .quotes-table__number{flex:0 0 72px;padding-left:8px;padding-right:8px}.quotes-page .quotes-table .qt-table-modern__row .quotes-table__number{font-weight:500;color:#16a4fa;font-size:14px}.quotes-page .quotes-table__create-by{flex:0 0 160px;padding-left:8px;padding-right:8px}@media(min-width:1601px){.quotes-page .quotes-table__create-by{flex:0 0 200px}}.quotes-page .quotes-table__create-by-user-name{max-width:calc(100% - 55px)}.quotes-page .quotes-table__recipients{flex:0 0 190px;padding-left:8px;padding-right:8px}.quotes-page .quotes-table td.quotes-table__create-by{padding-top:12px}.quotes-page .quotes-table__status{flex:0 0 90px;padding-left:8px;padding-right:8px}.quotes-page .quotes-table td.quotes-table__status{padding-top:12px}.quotes-page .quotes-table__valid{flex:0 0 104px;padding-left:8px;padding-right:8px}.quotes-page .quotes-table td.quotes-table__valid{padding-top:14px}.quotes-page .quotes-table__total{flex:0 0 92px;padding-left:8px;padding-right:12px;text-align:right}.quotes-page .quotes-table td.quotes-table__total{padding-top:14px}.quotes-page .quotes-table__menu{flex:0 0 50px;padding:15px 0}.quotes-page .quotes-table td.quotes-table__menu{padding-top:16px}.quotes-page th.quotes-table__date{padding-top:8px}.quotes-page__aside.additional-padding .quote-aside-scroll-content{padding-top:100px!important}.quotes-page__aside .billable-popup-add-note{min-height:364px!important;overflow:hidden;top:unset!important;bottom:85px!important}.quotes-page__aside app-invoice-regular-note .dropdown-menu{width:100%}.quotes-page__aside app-invoice-regular-note .dropdown-menu app-invoice-select-note{min-width:100%}.quotes-page__aside app-invoice-select-note{width:100%!important}.quotes-page__aside .company-info{border-bottom:1px solid #EAECF0;margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px;padding-bottom:24px}.quotes-page__aside app-product-item-quote,.quotes-page__aside app-service-item-quote,.quotes-page__aside app-product-item-quote-edit{display:contents}.quotes-page__aside .new-quote-table-container{margin-right:-20px}.quotes-page__aside .new-quote-table td,.quotes-page__aside .new-quote-table th{padding-left:10px;padding-right:10px}.quotes-page__aside .new-quote-table td{font-size:14px;line-height:17px;color:#101828;font-weight:400}.quotes-page__aside .new-quote-table__move{width:16px}.quotes-page__aside .new-quote-table__col-item{width:128px;max-width:128px}.quotes-page__aside .new-quote-table__col-desc{width:300px;max-width:300px}.quotes-page__aside .new-quote-table__col-unit-price{width:84px;max-width:84px}.quotes-page__aside .new-quote-table__col-markup,.quotes-page__aside .new-quote-table__col-sales-price{width:90px;max-width:90px}.quotes-page__aside .new-quote-table__col-quantify,.quotes-page__aside .new-quote-table__col-tax{width:70px;max-width:70px}.quotes-page__aside .new-quote-table__col-amount{width:89px;max-width:89px}.quotes-page__aside .new-quote-table td.new-quote-table__col-desc,.quotes-page__aside .new-quote-table td.new-quote-table__col-unit-price,.quotes-page__aside .new-quote-table td.new-quote-table__col-markup,.quotes-page__aside .new-quote-table td.new-quote-table__col-sales-price,.quotes-page__aside .new-quote-table td.new-quote-table__col-quantify{padding-left:0;padding-right:0}.quotes-page__aside .new-quote-table .td-padding-side{padding-left:10px!important;padding-right:10px!important}.quotes-page__aside app-product-list-quote .select-product__dropdown{min-width:600px}.quotes-page__aside app-service-list-quote .list-services li{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quotes-page__aside app-invoice-regular-note .summary-info__notes{width:447px}.quotes-page__aside .quote-total{width:275px;border-radius:6px;border:dashed 1px #637381;padding:15px 20px 12px;line-height:1.54}.quotes-page__aside .quote-total__total-line{border-top:dashed 1px #637381}.quotes-page__aside .terms-n-conditions{background:#fcfcfd;margin-left:-30px;margin-right:-30px}.quotes-page__aside .terms-n-conditions__textarea{min-height:72px}.quotes-page__aside .aside-body-container{height:100%}.quote-email-modal .email-selects .mat-form-field-underline{display:none}.quote-email-modal .email-selects .mat-form-field-wrapper{padding:0;border-radius:6px;border:solid 1px #EAECF0}.quote-email-modal .email-selects .mat-form-field-wrapper:hover{border:solid 1px #D0D5DD}.quote-email-modal .email-selects .mat-form-field-infix{padding:0}.quote-email-modal .email-selects .mat-form-field-infix{padding:0;margin:0;border:0}.quote-email-modal .email-selects .mat-chip-list-wrapper,.quote-email-modal .email-selects .mat-chip-input{margin:0}.quote-email-modal .email-selects .mat-form-field-label{margin:0;font-size:13px;font-stretch:normal;font-style:normal;line-height:1.54;letter-spacing:normal;color:#98a2b3;font-weight:400;position:absolute;left:14px;top:22px}.quote-email-modal .email-selects .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{display:none}.quote-email-modal .email-selects input{border-color:transparent;height:29px}.quote-email-modal .email-selects input:hover{background-color:transparent}.quote-email-modal .email-selects .mat-chip.mat-primary{height:32px;margin:2px;background-color:#fcfcfd;color:#475467}.quote-email-modal .email-selects .mat-chip-remove.mat-icon{width:18px;height:18px;opacity:1}.quote-email-modal .email-selects .mat-chip-remove:before{content:"";position:absolute;top:1px;right:-4px;width:18px;height:18px;background-size:contain;filter:brightness(.5)}.quote-email-dropdown{width:460px!important;max-height:174px!important}.quote-email-dropdown hr{border-top:4px solid #16a4fa}.quote-email-dropdown .modal-quote-user-item .mat-option-text{display:flex;flex-grow:1;overflow:unset;text-overflow:unset;width:100%}.quote-email-dropdown .mat-option{color:#101828;font-size:13px;height:auto!important;line-height:normal!important;padding:6px 8px!important}.quote-email-dropdown .mat-option:hover{background-color:#f9fafb;color:#16a4fa!important}.quote-create-product-modal{position:fixed!important;z-index:10;top:50%;max-height:calc(100vh - 150px)!important;transform:translateY(-50%)!important}.create-product .qt-aside-modern__content{overflow:visible;height:unset}.create-product .qt-aside-modern__footer{padding-bottom:0;padding-left:0}@media(max-height:900px){.quotes-page__aside app-quote-aside-add-body .select-product__dropdown{min-height:300px;height:300px}}.quotes-page .qt-page-list__header-thead,.quotes-page .qt-page-list__body-tbody{min-width:1180px}.tickets-dashboard-page__content{max-width:1208px}.tickets-dashboard-page__dropdown{height:20px;border-radius:3px;box-shadow:0 1px 3px #0000000d;background-color:#fff;font-size:10px;color:#475467;display:flex;align-items:center;padding:0 8px;font-weight:600}.tickets-dashboard-page .billing-hours{min-width:66.3%;width:66.3%}.tickets-dashboard-page .billing-hours__header-title{font-size:15px;line-height:1.56;letter-spacing:-.5px;color:#101828;font-weight:600;white-space:nowrap}.tickets-dashboard-page .billing-hours__interval-title{font-size:12px;color:#98a2b3;padding-right:10px}.tickets-dashboard-page .billing-hours .cols-container{display:flex;min-height:223px;flex-grow:1;position:relative}.tickets-dashboard-page .billing-hours .cols-container-item{border-left:1px solid #edf2f6;flex-grow:1;height:calc(100% - 30px);position:relative}.tickets-dashboard-page .billing-hours .cols-container-item:nth-last-child(2){max-width:0}.tickets-dashboard-page .billing-hours .cols-container-item:nth-last-child(2) .cols-container-item-number{right:-1px;left:unset}.tickets-dashboard-page .billing-hours .cols-container-item-number{position:absolute;bottom:-17px;line-height:1;left:-1px;font-size:12px;color:#475467}.tickets-dashboard-page .billing-hours .lines-container{position:absolute;height:100%;display:flex;flex-direction:column;justify-content:space-around;padding-top:10px;padding-bottom:40px;width:100%}.tickets-dashboard-page .billing-hours .lines-container__line{height:12px;background:#0cf;border-top-right-radius:100px;border-bottom-right-radius:100px}.tickets-dashboard-page .billing-hours .labels-container{display:flex;flex-direction:column;justify-content:space-around;padding-top:10px;padding-bottom:40px;font-size:12px;margin-right:8px;max-width:112px}.tickets-dashboard-page .billing-hours .labels-container-item{line-height:1;color:#475467;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tickets-dashboard-page .billing-hours .lines-container ngb-tooltip-window{opacity:1}.tickets-dashboard-page .billing-hours .lines-container ngb-tooltip-window .arrow:before{border-right-color:#eaecf0}.tickets-dashboard-page .billing-hours .lines-container .tooltip .tooltip-inner{color:#101828;padding:12px 16px;font-size:12px;background-color:#fff;border:1px solid #EAECF0;border-radius:8px;line-height:1;box-shadow:0 16px 24px #0000001a}.tickets-dashboard-page .billing-hours .lines-container .tooltip .tooltip-inner .lines-container-tooltip-header{color:#475467;padding-top:4px}.tickets-dashboard-page .time-on-tickets{position:relative}.tickets-dashboard-page .time-on-tickets__header{padding:16px 24px 0;display:flex;width:100%;-webkit-box-pack:justify;justify-content:space-between}.tickets-dashboard-page .time-on-tickets__interval-title{font-size:12px;color:#98a2b3}.tickets-dashboard-page .time-on-tickets__content{height:100%;width:100%;padding:12px 24px 16px}.tickets-dashboard-page .time-on-tickets__icon{width:40px;border-radius:50%;height:40px;background-color:#f9fafb;margin-right:16px;background-repeat:no-repeat;background-position:center}.tickets-dashboard-page .time-on-tickets__time-container{padding-top:28px}.tickets-dashboard-page .time-on-tickets__time-container:last-child .time-on-tickets__info{border-bottom:none}.tickets-dashboard-page .time-on-tickets__info{padding-bottom:24px;flex-grow:1;border-bottom:1px solid #F2F4F7}.tickets-dashboard-page .time-on-tickets__info-title{font-size:14px;line-height:1.43;color:#475467}.tickets-dashboard-page .time-on-tickets__info-value{font-size:40px;font-style:normal;line-height:1.2;letter-spacing:-2.5px;color:#101828;font-weight:300;margin-bottom:2px}.tickets-dashboard-page .analystic-widget__dropdown-title{min-width:80px;display:flex;justify-content:flex-end;position:relative;z-index:999}.tickets-dashboard-page .tech-tickets{justify-content:flex-start}.tickets-dashboard-page .tech-tickets__header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px 10px}.tickets-dashboard-page .tech-tickets__header-title{font-size:15px;color:#101828;line-height:1.47}.tickets-dashboard-page .tech-tickets__toggle-menu{border-radius:6px;background-color:#f9fafb;height:24px;align-items:center;justify-content:center;padding:2px}.tickets-dashboard-page .tech-tickets__toggle-menu input{position:absolute;opacity:0}.tickets-dashboard-page .tech-tickets__content{height:100%}.tickets-dashboard-page .tech-tickets__no-data-yet{height:calc(100% - 24px);display:flex;align-items:center;justify-content:center;color:#98a2b3}.tickets-dashboard-page .tech-tickets__table{width:100%}.tickets-dashboard-page .tech-tickets__table-head{font-size:10px;font-weight:600;text-transform:uppercase}.tickets-dashboard-page .tech-tickets__table-head th{background-color:#fcfcfd;color:#98a2b3;white-space:nowrap;padding:0 8px;height:24px;line-height:1;vertical-align:middle;text-align:center}.tickets-dashboard-page .tech-tickets__table-head th:first-child{padding-left:24px;text-align:left}.tickets-dashboard-page .tech-tickets__table-head th:last-child{padding-right:24px}.tickets-dashboard-page .tech-tickets__table-head th:nth-child(2){width:45px}.tickets-dashboard-page .tech-tickets__table-head th:nth-child(3){width:72px}.tickets-dashboard-page .tech-tickets__table-head th:nth-child(4){width:75px}.tickets-dashboard-page .tech-tickets__table-body-container{overflow:auto;max-height:215px}.tickets-dashboard-page .tech-tickets__table-body-container::-webkit-scrollbar{width:8px}.tickets-dashboard-page .tech-tickets__table-body td{height:42px;border-bottom:1px solid #F2F4F7;font-size:12px;color:#475467}.tickets-dashboard-page .tech-tickets__table-body td:nth-child(2){width:30px;text-align:center}.tickets-dashboard-page .tech-tickets__table-body td:nth-child(3){width:90px;text-align:center}.tickets-dashboard-page .tech-tickets__table-body td:nth-child(4){width:38px;text-align:center}.tickets-dashboard-page .tech-tickets__table-body tr:last-child td{border-bottom:none}.tickets-dashboard-page label.tech-tickets__toggle-menu-button{height:20px;background-color:transparent;border-radius:4px;padding:4px 6px;border:none;display:inline-flex;align-items:center;justify-content:center;color:#475467;min-width:unset;font-size:10px;line-height:12px;font-weight:400;letter-spacing:0;box-shadow:0 0 3px #0000000d}.tickets-dashboard-page label.tech-tickets__toggle-menu-button.active{background:#fff;border-radius:4px!important;color:#475467;font-size:10px;line-height:12px;font-weight:600;letter-spacing:0}.user-companies-tooltip .tooltip-inner{white-space:normal}.network-scan-page{padding:24px;min-height:calc(100vh - 64px);background-color:#edf2f6}.network-scan-page .qt-page-list__header-thead__row{border-left:1px solid transparent;border-right:1px solid transparent}.network-scan-page__content{max-width:1144px;margin:0 auto}.network-scan-page__empty-content{background:#fff;min-height:calc(100vh - 150px);border-top-left-radius:8px;border-top-right-radius:8px;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:-24px}.network-scan-page__empty-content-icon{height:88px;width:88px;border-radius:50%;margin-bottom:16px}.network-scan-page__empty-content-title{font-size:18px;margin-bottom:4px;line-height:1.56;color:#101828}.network-scan-page__empty-content-subtitle{font-size:14px;margin-bottom:48px;line-height:1.43;color:#475467;text-align:center}.network-scan-page__empty-content-or-divider{height:32px;width:32px;margin-bottom:12px;background-color:#f9fafb;color:#475467;text-transform:uppercase;font-size:10px;display:flex;align-items:center;border-radius:50%;justify-content:center}.network-scan-page .network-steps{width:100%;display:flex;box-shadow:0 1px 3px #0000000d;border-radius:8px}.network-scan-page .network-steps__scan-button .left-side-overflow{min-width:80px;min-height:40px;display:flex;align-items:center}.network-scan-page .network-step{width:33.33%;padding:24px 4px;background-color:#fff;display:flex;flex-direction:column;position:relative;align-items:center;justify-content:space-between}.network-scan-page .network-step:first-child:before,.network-scan-page .network-step:last-child:before{content:"";width:10px;height:10px;position:absolute;border-top:7px solid transparent;box-sizing:border-box;border-left:7px solid #edf2f6;left:100%;border-bottom:7px solid transparent;z-index:1;top:calc(50% - 6px)}.network-scan-page .network-step:first-child:first-child,.network-scan-page .network-step:last-child:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;border-right:1px solid #edf2f6}.network-scan-page .network-step:first-child:last-child:before,.network-scan-page .network-step:last-child:last-child:before{left:0}.network-scan-page .network-step:first-child:last-child,.network-scan-page .network-step:last-child:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px;border-left:1px solid #edf2f6}.network-scan-page .network-step__title{font-weight:600;color:#101828;font-size:16px;line-height:1.63}.network-scan-page .network-step__text,.network-scan-page .network-step__text-cred{font-size:13px;color:#475467;width:155px;text-align:center;line-height:1.54}.network-scan-page .network-step__text-cred{width:unset}.network-scan-page .circle-number{width:48px;height:48px;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(to bottom,#6fc9ff2e,#eeeeee1f 95%)}.network-scan-page .circle-number__inner{width:32px;height:32px;box-shadow:0 1px 3px #0000001a;background-color:#fff;display:flex;align-items:center;justify-content:center;color:#475467;font-size:13px;font-weight:600;border-radius:50%}.network-scan-page__table-container{min-height:calc(100vh - 450px);position:relative}.network-scan-page .network-scan-table .qt-page-list__header-thead__row>div{height:40px;background:#fcfcfd;font-size:11px;color:#101828;text-transform:uppercase;text-align:left;padding:0 8px;vertical-align:middle}.network-scan-page .network-scan-table .qt-page-list__header-thead__row>div:first-child{border-top-left-radius:8px;padding-left:17px}.network-scan-page .network-scan-table .qt-page-list__header-thead__row>div:last-child{border-top-right-radius:8px}.network-scan-page .network-scan-table .qt-table-modern__row>div{height:48px;vertical-align:middle;text-align:left;background:#fff;font-size:13px;color:#475467;border-top:1px solid #F2F4F7}.network-scan-page .network-scan-table .network-scan-table__check{flex:0 0 43px;padding-left:16px;padding-right:0}.network-scan-page .network-scan-table .network-scan-table__device-name{flex:2 0 200px}.network-scan-page .network-scan-table .network-scan-table__device-name .network-scan-table__device-name-input{border-radius:4px;border:1px solid #edf2f6;width:100%;border-color:transparent}.network-scan-page .network-scan-table .network-scan-table__device-name .network-scan-table__device-name-input:hover,.network-scan-page .network-scan-table .network-scan-table__device-name .network-scan-table__device-name-input:focus{border-color:#edf2f6;outline:none}.network-scan-page .network-scan-table .network-scan-table__os{flex:0 0 170px}.network-scan-page .network-scan-table .network-scan-table__lan-ip{flex:0 0 115px}.network-scan-page .network-scan-table .network-scan-table__manufacturer{flex:0 0 208px}.network-scan-page .network-scan-table .network-scan-table__mac-address{flex:0 0 132px}.network-scan-page .network-scan-table .network-scan-table__status{flex:0 0 102px}.network-scan-page .network-scan-table .network-scan-table__status .tag__modern{text-transform:uppercase;font-size:9px;font-weight:600;padding-left:6px;padding-right:6px}.network-scan-page .network-scan-table .network-scan-table__delete{flex:0 0 42px;padding-right:16px}.network-scan-page .network-scan-table tr.--checked td{background-color:#f9fafb}.network-scan-page .network-scan-table .network-scan-edit-marker{border-radius:50%;height:24px;width:24px;border:1px solid #EAECF0;background-color:#fff;background-size:12px;background-repeat:no-repeat;background-position:center;opacity:0;cursor:pointer}.network-scan-page .network-scan-table tr:hover .network-scan-edit-marker{opacity:1}.network-scan-page__aside{background:#fff;width:592px;position:fixed;border-left:1px solid #EAECF0;height:calc(100vh - 64px);right:0;top:64px;box-shadow:-8px 0 8px #0000000d;z-index:1000}.network-scan-page__aside .aside-header{height:56px;background-color:#fcfcfd;border-bottom:1px solid #EAECF0}.network-scan-page__aside .aside-header .icon__close{background-size:cover}.network-scan-page__aside .contracts-page-scroll-content{overflow:auto;height:calc(100% - 56px)}.network-scan-page__aside .credential-block{border:1px solid #EAECF0;border-radius:6px;display:flex;justify-content:space-between;align-items:center;padding:16px 16px 16px 12px;margin-bottom:8px;height:64px}.network-scan-page__aside .credential-block__icon-btn{width:32px;height:32px;background-size:16px;background-repeat:no-repeat;background-position:center;border:1px solid #EAECF0;border-radius:8px;margin-left:8px;cursor:pointer}.network-scan-page__aside .credential-block__username{font-size:13px;color:#475467;line-height:1.54}.network-scan-page__aside .credential-block__pass{font-size:12px}.network-scan-page__aside .credential-block__username,.network-scan-page__aside .credential-block__pass{height:24px;padding:0 5px;border:1px solid #EAECF0;border-radius:4px;border-color:transparent}.network-scan-page__aside .credential-block__username:hover,.network-scan-page__aside .credential-block__username:focus,.network-scan-page__aside .credential-block__pass:hover,.network-scan-page__aside .credential-block__pass:focus{border-color:#eaecf0;outline:none}.users-page .qt-table-modern{border-spacing:0 0}.users-page .qt-table-modern th{font-weight:500;font-size:14px;color:#667085;text-transform:capitalize}.users-page .qt-table-modern td{font-size:14px;color:#101828}.users-page .qt-table-modern tr:hover td,.users-page .qt-table-modern tr.--selected td{background-color:#f5f8ff;border-color:transparent}.users-page .qt-table-modern .tag__modern{font-size:12px;line-height:16px;font-weight:500;padding:4px 8px;text-transform:unset;border-color:#d0d5dd;background-color:#f9fafb;color:#667085}.users-page .qt-table-modern .tag__modern.--unauthorized{border-color:#d0d5dd;background-color:#f9fafb;color:#667085}.users-page .qt-table-modern .tag__modern.--invite-sent{border-color:#a2dbfd;background-color:#e8f6ff;color:#1283c8}.users-page .qt-table-modern .tag__modern.--registered{border-color:#abe9c2;background-color:#eafaf0;color:#25a052}.users-page .qt-table-modern__row{margin-bottom:0;border:unset;font-size:14px;color:#101828;min-height:60px}.users-page .qt-table-modern__row.--selected>div{background-color:#f5f8ff}.users-page .qt-table-modern__row:hover{border:unset}.users-page .qt-table-modern__row:hover>div{background-color:#f5f8ff}@media(max-width:1600px){.users-page .qt-table-modern__row:hover>div{word-break:break-all}}.users-page .qt-table-modern__row>div{border-bottom:1px solid #EAECF0}.users-page .qt-table-modern__row>div:first-child{padding-left:25px;border-left:1px solid #EAECF0;border-radius:0}.users-page .qt-table-modern__row>div:last-child{padding-right:25px;border-right:1px solid #EAECF0;border-radius:0}.users-page .qt-page-list__header-thead__row>div{font-weight:500;font-size:14px;color:#667085;text-transform:capitalize}.users-page .users-table__check{padding:12px 8px 12px 24px;flex:0 0 52px}.users-page .users-table__name{flex:1 0 190px}.users-page .users-table__name--avatar{height:40px;width:40px;min-width:40px;border-radius:50%;background-color:#9b8afb;background-position:center!important;background-size:cover!important;font-size:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:10px;font-weight:600}.users-page .users-table__name--user-name{color:#101828}.users-page .users-table__name--profession{color:#475467}.users-page .users-table__contract-no{flex:1 0 216px;padding-block:8px}@media(min-width:1921px){.users-page .users-table__contract-no{flex:1 0 180px}}.users-page .users-table__subscription{flex:1 0 196px}.users-page .users-table__subscription--dropdown .grey-dropdown{border:1px solid #edf2f6;border-radius:4px;width:fit-content;height:36px;display:flex;align-items:center;padding:8px 24px 8px 8px;font-size:12px;color:#475467}.users-page .users-table__subscription--dropdown .grey-dropdown .report-caret-icon{right:6px;width:10px;background-size:contain;background-repeat:no-repeat}.users-page .users-table__tickets{flex:0 0 110px}.users-page .users-table__menu{flex:0 0 98px;padding:13px 24px 14px 8px}.users-page .qt-table-modern__sorting{transform:translateY(2px)}.users-page tbody .users-table__subscription{vertical-align:middle}.users-page .qt-page-list__header-filters{align-items:flex-start}.users-page .qt-page-list__header-filters .filter-tags-body{min-height:36px}.users-page .qt-page-list__header-filters mat-form-field{max-width:100%;width:100%}.users-page .qt-page-list__header-filters .mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:0;height:100%}.users-page .qt-page-list__header-filters .mat-form-field-appearance-legacy .mat-form-field-infix{padding:0;background-color:#fff;z-index:1;border:1px solid #EAECF0;border-radius:6px}.users-page .qt-page-list__header-filters .mat-form-field-appearance-legacy .mat-form-field-infix:hover{border-color:#d0d5dd}.users-page .qt-page-list__header-filters .mat-form-field-appearance-legacy .mat-form-field-label{padding:7px 10px 9px 12px;color:#9ea6b7;top:12px}.users-page .qt-page-list__header-filters .mat-chip-list-wrapper{margin:0}.users-page .qt-page-list__header-filters .mat-chip-list-wrapper input.mat-chip-input{padding:0 0 0 12px;margin:2px;top:0;flex:1;height:30px;width:100%}.users-page .qt-page-list__header-filters .mat-form-field-appearance-legacy .mat-form-field-underline,.users-page .qt-page-list__header-filters .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{display:none}.users-page .qt-page-list__header-filters .mat-standard-chip.mat-chip-with-trailing-icon{padding-top:5px;padding-bottom:5px;margin:2px}.aside-filters-content__footer .qt-button{max-width:88px}.companies-page .aside-filters-content__footer .qt-button{max-width:unset}.users-page__aside .upload-photo{display:flex;align-items:center;position:relative}.users-page__aside .upload-photo__img-block{height:64px;width:64px;min-width:64px;border-radius:50%;margin-right:16px}.users-page__aside .upload-photo__no-avatar-icon,.users-page__aside .upload-photo__avatar{height:64px;width:64px;min-width:64px}.users-page__aside .upload-photo__avatar{border-radius:50%}.users-page__aside .upload-photo__title{font-size:12px;line-height:16px;font-weight:500;letter-spacing:0;color:#16a4fa;margin-bottom:4px}.users-page__aside .upload-photo__subtitle{font-size:12px;line-height:16px;font-weight:400;letter-spacing:0;color:#667085}.users-page__aside .upload-photo__input{position:absolute;height:100%;width:100%;top:0;left:0;opacity:0}.users-page__aside .light-dropdown{padding:0}.users-page__aside .qt-input-search:before{background:url(/assets/img/icons/search.svg) no-repeat center/contain;left:12px}.users-page__aside .qt-input-search input{border-radius:6px;background-color:#f9fafb;padding:10px 20px 10px 40px;border:none;height:36px;font-size:12px;line-height:16px;color:#101828}.users-page__aside .qt-input-search input::placeholder{color:#667085;font-size:12px;line-height:16px}.users-page__aside .assign-ticket-content .users-list{max-width:100%;padding-right:0}.users-page__aside .assign-ticket-content .user-item{width:100%;padding:10px 0;border-bottom:1px solid #edf2f6}.users-page__aside .assign-ticket-content .dropdown-link{display:flex;align-items:center;justify-content:space-between}.users-page__aside .assign-ticket-content .remove{margin:0 0 0 8px}.users-page__aside .assign-ticket-content .default-user-avatar{font-size:12px;line-height:16px;flex-shrink:0}.users-page__aside .assign-ticket-content marketing-email-users-add .qt-button{width:100%;justify-content:center;height:36px}.users-page__aside .assign-ticket-content marketing-email-users-add .user-item{padding:10px 16px}.users-page__aside .assign-ticket-content marketing-email-users-add .user-item.active{background-color:#f9fafb}.users-page__aside .assign-ticket-content marketing-email-users-add .qt-checkbox{margin:0}.users-page__aside .assign-ticket-content marketing-email-users-add .assign-ticket-header{margin:16px 16px 8px}.users-page__aside .assign-ticket-content marketing-email-users-add .qt-input-search{display:block}.users-page__aside .assign-ticket-content marketing-email-users-add .qt-input-search:before{-webkit-mask-image:url(/assets/img/icons/search.svg);mask-image:url(/assets/img/icons/search.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:#98a2b3}app-users-table{display:contents}.draft-email-sidebar aside.ng-sidebar,.add-user-sidebar aside.ng-sidebar{width:592px}.draft-email-sidebar__select-users-container .mat-form-field-infix,.draft-email-sidebar__select-users-container .mat-input-element,.add-user-sidebar__select-users-container .mat-form-field-infix,.add-user-sidebar__select-users-container .mat-input-element{min-height:38px!important}.draft-email-sidebar__select-users-container .mat-form-field-infix:before,.add-user-sidebar__select-users-container .mat-form-field-infix:before{top:13px!important}.draft-email-sidebar__select-users-container .mat-form-field-infix ,.add-user-sidebar__select-users-container .mat-form-field-infix {padding-top:0!important;padding-bottom:0!important}.draft-email-sidebar__select-users-container .mat-form-field-empty,.add-user-sidebar__select-users-container .mat-form-field-empty{padding:10px 10px 10px 36px!important}.draft-email-sidebar__select-users-container .mat-standard-chip.mat-chip-with-trailing-icon,.add-user-sidebar__select-users-container .mat-standard-chip.mat-chip-with-trailing-icon{padding:6px!important;font-size:12px;line-height:16px;font-weight:400;letter-spacing:0;font-weight:500!important;margin-right:0;color:#475467!important;background-color:#f2f4f7!important;font-size:13px!important}.draft-email-sidebar__select-users-container .mat-chip.mat-standard-chip .mat-chip-remove:before,.add-user-sidebar__select-users-container .mat-chip.mat-standard-chip .mat-chip-remove:before{height:16px;width:16px;top:1px;opacity:1;right:-4px;filter:brightness(.7)}.draft-email-sidebar__select-users-container .mat-standard-chip .mat-chip-remove.mat-icon,.add-user-sidebar__select-users-container .mat-standard-chip .mat-chip-remove.mat-icon{opacity:1}.draft-email-sidebar .qt-aside-modern__content.new-companies-content__modal--content .mat-form-field-infix,.add-user-sidebar .qt-aside-modern__content.new-companies-content__modal--content .mat-form-field-infix{padding:3px 5px 4px}.draft-email-sidebar select#fontSelector-,.draft-email-sidebar select#fontSizeSelector-,.add-user-sidebar select#fontSelector-,.add-user-sidebar select#fontSizeSelector-{background-color:#fff!important;border:1px solid #F2F4F7!important;height:32px!important}.draft-email-sidebar .editor-container .editor-container-attachments,.add-user-sidebar .editor-container .editor-container-attachments{bottom:19px;right:30px}.draft-email-sidebar .textarea.email-text-block,.add-user-sidebar .textarea.email-text-block{min-height:230px;padding:16px 15px}.draft-email-sidebar .textarea.email-text-block::placeholder,.add-user-sidebar .textarea.email-text-block::placeholder{color:#98a2b3;line-height:1}.draft-email-sidebar .upload-attachments li,.add-user-sidebar .upload-attachments li{justify-content:space-between;margin-bottom:3px;padding-right:30px}.draft-email-sidebar .upload-attachments li .hit-area,.add-user-sidebar .upload-attachments li .hit-area{margin-top:-5px;margin-left:1px;position:absolute;right:4px}.draft-email-sidebar .mat-form-field-appearance-legacy .mat-form-field-infix,.add-user-sidebar .mat-form-field-appearance-legacy .mat-form-field-infix{padding:0!important}.draft-email-aside .angular-editor-wrapper .angular-editor-textarea{margin-top:0;font-size:14px;line-height:17px;font-weight:400;color:#101828}.draft-email-aside .dropdown-menu.unique-down .dropdown-item:nth-child(2n){background-color:#edf2f6}.draft-email-aside .dropdown-menu.unique-down .dropdown-item:nth-child(2n):hover{background-color:#f9fafb}.draft-email-aside .dropdown-menu.unique-down .dropdown-item:nth-child(2n).--selected{background-color:#f9fafb;color:#16a4fa}.remove-user-dialog{height:216px;padding:24px;border-radius:6px;background:#fff;position:relative;display:flex;flex-direction:column;justify-content:space-between}.remove-user-dialog__title{font-size:20px;line-height:1.4;letter-spacing:-.5px;color:#101828}.remove-user-dialog__subtitle{font-size:13px;line-height:1.54;color:#475467}.remove-user-dialog__close{background-size:contain;cursor:pointer;position:absolute;top:16px;right:16px}users-aside-detail app-company-subscription .user-subscription,users-aside-detail user-default-subscription .user-subscription,users-aside-detail user-custom-subscription .user-subscription{border:none;flex-direction:row;flex-wrap:wrap;align-items:center;height:auto;min-height:36px}users-aside-detail app-company-subscription .user-subscription>div,users-aside-detail user-default-subscription .user-subscription>div,users-aside-detail user-custom-subscription .user-subscription>div{margin-bottom:4px}users-aside-detail app-company-subscription .report-caret-icon,users-aside-detail user-default-subscription .report-caret-icon,users-aside-detail user-custom-subscription .report-caret-icon{display:none}users-aside-detail app-company-tags .mat-form-field-infix{border:none!important;padding-left:4px!important}users-aside-detail app-company-tags .mat-form-field-infix:before{display:none}.user-aside-detail-custom-subscription{max-height:195px!important}company-user .--open-filters .users-table__industry{flex:0 0 150px}@media(min-width:1921px){company-user .--open-filters .users-table__industry{flex:1 0 180px}}@media(max-width:1920px){company-user .--open-filters .users-table__company,company-user .--open-filters .users-table__email{flex:2 0 190px}}app-users-details .qt-page-list__header-thead-container{position:sticky;top:0;z-index:1}app-users-details .qt-page-list__header-thead-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#fff;z-index:-1}app-users-details app-users-details-tab-passwords .qt-page-list__header-thead-container:after{content:unset}app-users-details app-users-details-tab-companies .users-table__company-full .qt-table-modern__sorting:before{top:-3px;left:2px;-webkit-mask-image:url(/assets/img/icons/arrow-narrow-down.svg);mask-image:url(/assets/img/icons/arrow-narrow-down.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:16px;height:16px;background-color:#667085}app-users-details app-users-details-tab-companies .users-table__company-full .qt-table-modern__sorting:after{content:unset}app-users-details app-users-details-tab-companies .qt-page-list__body.--subscription-column-0 .users-table__contract-no,app-users-details app-users-details-tab-companies .qt-page-list__body.--subscription-column-1 .users-table__contract-no{flex:0 0 198px}app-users-details app-users-details-tab-companies .qt-page-list__body.--subscription-column-2 .users-table__contract-no{flex:0 0 344px}app-users-details app-users-details-tab-companies .qt-page-list__body.--subscription-column-3 .users-table__contract-no{flex:0 0 480px}.left-panel-container .user-subscription{min-height:40px;margin-bottom:-6px;padding:0 30px 0 0;border:unset}.left-panel-container .mat-chip-list-wrapper,.left-panel-container .app-mat-tags .mat-form-field-infix{padding:0}.left-panel-container .app-mat-tags .mat-form-field-infix:after{display:none}.left-panel-container .placeholder-subscription:after{left:0}.password-page .qt-page-list__header.--sticky{z-index:2}.password-page app-passwoord-manager-filters .filter-category input,.password-page app-passwoord-manager-filters .filter-device input,.password-page app-passwoord-manager-filters .filter-company input,.password-page app-passwoord-manager-filters .filter-data-picker input{height:40px!important;color:#101828}.password-page app-passwoord-manager-filters .filter-category .app-drop-down__right-icon,.password-page app-passwoord-manager-filters .filter-device .app-drop-down__right-icon,.password-page app-passwoord-manager-filters .filter-company .app-drop-down__right-icon,.password-page app-passwoord-manager-filters .filter-data-picker .app-drop-down__right-icon{bottom:20px!important}.password-page .qt-page-list__header .qt-input-search.--open{display:flex}.password-page .password-table__account{flex:1 1 180px}.password-page .password-table__description{flex:2 1 300px}.password-page .password-table__description .text-description{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.3;height:32px;white-space:pre-line}.password-page .password-table__user-password,.password-page .password-table__company-name{flex:1 1 290px}.password-page .password-table__user-password{flex:1 1 190px}.password-page .password-table__status{flex:1 1 100px}.password-page .password-table__otp{flex:0 0 42px}.password-page .password-table__menu,.password-page .password-table__check{flex:0 0 52px}.password-page .password-table .qt-table-modern__row .password-table__check{padding-left:24px}.password-page .qt-page-list__header-filters app-drop-down,.password-page .qt-page-list__header-filters gl-numbers-drop-down,.password-page .qt-page-list__header-filters company-drop-down,.password-page .qt-page-list__header-filters app-passwoord-manager-devices-users{display:contents}.password-page app-password-manager-table{display:contents}.password-page .dropdown-devices-users input{border-radius:6px;border:solid 1px #EAECF0;background-color:#fff;overflow:hidden;text-overflow:ellipsis;padding:0 25px 0 15px;font-size:14px;line-height:17px;color:#101828;cursor:pointer}.password-page .dropdown-devices-users input.disabled{cursor:default}.password-page .dropdown-devices-users .dropdown-menu .dropdown-item{position:relative;height:32px;display:flex;align-items:center;padding:6px 12px;border:none;width:100%;text-align:left;background:#fff;font-size:14px;line-height:17px;font-weight:400;color:#101828;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-radius:6px;margin:4px 0;cursor:pointer}.password-page .dropdown-devices-users .dropdown-menu .dropdown-item.--selected,.password-page .dropdown-devices-users .dropdown-menu .dropdown-item.is-hover{background-color:#f9fafb;color:#16a4fa}.password-page .dropdown-devices-users .dropdown-menu .dropdown-item.--selected .name,.password-page .dropdown-devices-users .dropdown-menu .dropdown-item.is-hover .name{color:#16a4fa}.password-page .dropdown-devices-users .dropdown-menu .dropdown-item:hover{background:#f9fafb}.password-page .qt-page-list__body-tbody tr.--selected td{background-color:#f9fafb;border-top-color:#16a4fa!important;border-bottom-color:#16a4fa!important}.password-page .qt-page-list__body-tbody tr.--selected td:last-child{border-right-color:#16a4fa!important}.password-page .qt-page-list__body-tbody tr.--selected td:first-child{border-left-color:#16a4fa!important}.password-page .plus-btn{width:36px;height:36px}.qt-aside-modern__content .password-content__modal--content input{width:100%}.qt-aside-modern__content .password-content__modal--content .tab-wrapper{padding:0}.password-edit-aside .header-circle-icon{background-size:16px;border:1px solid #EAECF0;background-repeat:no-repeat;background-position:center;cursor:pointer}.password-edit-aside .dropdown span{bottom:18px}.password-edit-aside .app-drop-down__dropdown{background:#fff}.password-edit-aside .date-picker input{padding:4px 24px 4px 8px;border:1px solid transparent;border-radius:6px;box-shadow:unset}.password-edit-aside .date-picker:hover input{border-color:#eaecf0;background:transparent}.password-edit-aside__body .password-edit-aside__linked-devices-title{font-weight:600;text-transform:uppercase}.password-edit-aside__body .history-popup-user-info{width:100%}.qt-aside-modern .password-edit-aside__body .device-user{margin:16px 0;padding:0;border:1px solid transparent;border-radius:0}.qt-aside-modern .password-edit-aside__body .device-user:hover{border-color:transparent}.qt-aside-modern .password-edit-aside__body .select-wrapper{height:190px;overflow:auto}.qt-aside-modern .password-edit-aside__body app-password-manager-edit-linked .app-password-manager-edit-linked__col{border-bottom:1px solid #EAECF0;position:relative}.password-edit-aside__password-history-item{display:flex;padding:9px 24px;border-bottom:1px solid #EAECF0}.password-edit-aside__password-history-item:last-child{border-bottom:unset}.password-edit-aside__password-history-avatar{width:32px;height:32px;margin-right:10px;border-radius:50%;flex-shrink:0;font-size:12px;display:flex;align-items:center;justify-content:center;font-weight:600}.password-edit-aside__password-history-name{font-size:13px;font-weight:600;margin-bottom:6px;line-height:1}.password-edit-aside__password-history-text{font-size:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:calc(100% - 40px);line-height:1}.password-content__modal--content .input-group{width:100%}.password-content__modal--content .date-picker-container{max-width:232px;width:100%}.password-content__modal--content .qt-checkbox span{margin-right:.5rem}.qt-aside-modern .password-content__modal--content .select-wrapper{width:calc(100% - 30px)}.qt-aside-modern .password-content__modal--content .select-wrapper div.tab-wrapper{padding:0}.qt-aside-modern .password-content__modal--content .tab{flex:1 0 auto;justify-content:center}.products-page .qt-table-modern__row:hover>div textarea{background-color:#f9fafb}.products-page table.qt-table-modern tbody tr:hover td{background-color:#fff}.products-page__category-btn{width:370px;max-width:370px;min-width:370px}.products-page__search{position:relative}.products-page__search input{width:300px;margin-right:8px;border:none;padding:6px 8px 6px 40px;border-radius:4px;background:#fff;font-size:13px;outline:none;position:relative}.products-page__search:before{position:absolute;content:"";width:20px;height:20px;-webkit-mask-image:url(/assets/img/icons/search.svg);mask-image:url(/assets/img/icons/search.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:#98a2b3;left:10px;top:calc(50% - 10px);z-index:1}.products-page .products-table__product-name{flex:2 0 280px;font-weight:500;color:#101828}@media(max-width:1920px){.products-page .products-table__product-name{max-width:382px}}.products-page .products-table__category,.products-page .products-table__product-type{flex:1 0 144px;color:#475467}@media(min-width:1921px){.products-page .products-table__category,.products-page .products-table__product-type{flex:1 0 200px}}.products-page .products-table__category app-drop-down,.products-page .products-table__product-type app-drop-down{width:100%}.products-page .products-table__menu{flex:0 0 50px;color:#475467}.products-page .products-table__menu{padding:23px 16px 23px 8px}.products-page .products-table__menu .icon__more{margin-left:auto}.products-page .products-table__tac,.products-page .products-table__gl{flex:0 0 92px;color:#475467}@media(max-width:1920px){.products-page .products-table__tac,.products-page .products-table__gl{flex-grow:1}}@media(min-width:1921px){.products-page .products-table__tac,.products-page .products-table__gl{flex:0 0 182px}}.products-page .products-table__sale-price,.products-page .products-table__mfg,.products-page .products-table__ilc,.products-page .products-table__cost{flex:0 0 120px;color:#475467}@media(max-width:1920px){.products-page .products-table__sale-price,.products-page .products-table__mfg,.products-page .products-table__ilc,.products-page .products-table__cost{flex-grow:1}}.products-page .products-table__mfg,.products-page .products-table__ilc{flex:0 0 120px}@media(max-width:1600px){.products-page .products-table__mfg,.products-page .products-table__ilc{flex:0 0 100px}}@media(min-width:1921px){.products-page .products-table__mfg,.products-page .products-table__ilc{flex:0 0 220px}}.products-page .products-table__cost{flex:0 0 101px;color:#475467;position:relative}@media(max-width:1600px){.products-page .products-table__cost{flex:0 0 78px}}.products-page .products-table__sale-price{flex:0 0 109px}@media(max-width:1600px){.products-page .products-table__sale-price{flex:0 0 92px}}.products-page .products-table__sale-price{color:#475467}.products-page th.products-table__category,.products-page th.products-table__cost,.products-page th.products-table__sale-price,.products-page th.products-table__mfg,.products-page th.products-table__tac,.products-page th.products-table__ilc,.products-page th.products-table__gl{color:#101828}.products-page .qt-page-list__header-thead-container,.products-page .qt-page-list__body-table-container{overflow:unset}app-inventory .modal{z-index:998!important}app-inventory app-contracts-edit{position:relative;z-index:999}app-inventory .modal-backdrop{z-index:998!important}app-accounting-settings .modal{z-index:998!important}app-accounting-settings .modal-backdrop{z-index:998!important}app-inventory-table{display:contents}.products-page .qt-page-list__header-thead,.products-page .qt-page-list__body-tbody{min-width:1815px}.quick-support-page{background-color:#edf2f6;min-height:calc(100vh - 64px)}.quick-support-page__header{max-width:1128px;margin:0 auto 20px}.quick-support-page .support-tickets-list{max-width:1128px;width:100%;overflow:auto;margin:0 auto}.quick-support-page .support-tickets-list__item{width:100%;border-radius:6px;background-color:#fff;margin-bottom:8px;min-width:1128px;max-width:1128px;width:1128px}.quick-support-page .support-tickets-list__item-top{min-height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.quick-support-page .support-tickets-list__status-msg{height:24px;background-color:#fcfcfd;border-bottom-left-radius:6px;border-bottom-right-radius:6px;padding:0 16px;display:flex;align-items:center;font-size:12px;color:#101828}.quick-support-page .support-tickets-list__title{font-size:13px;line-height:16px;font-weight:600;letter-spacing:0;color:#101828;display:flex;align-items:center}.quick-support-page .support-tickets-list__close{width:32px;height:32px;border-radius:50%;background-color:#f9fafb}.support-item-menu{display:flex;border:1px solid #EAECF0;border-radius:4px;background-color:#fff;height:28px;align-items:center;width:fit-content}.support-item-menu__key{margin:0 8px;height:16px;width:16px}.support-item-menu__number{width:92px;color:#475467;font-size:13px;font-weight:600;margin-right:8px}.support-item-menu__button{width:32px;background-color:#fcfcfd;height:100%;border-left:1px solid #EAECF0;background-position:center;background-repeat:no-repeat;cursor:pointer}.support-item-menu__button:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.support-item-menu.--big{height:40px}.support-item-menu.--big .support-item-menu__button{width:40px}.support-item-menu.--big .support-item-menu__number{width:fit-content;font-size:15px;white-space:nowrap;line-height:.1}.support-timeline-status{display:flex;align-items:center}.support-timeline-status__step1,.support-timeline-status__step3{width:24px;height:24px}.support-timeline-status__step2{width:40px;height:40px;border-radius:50%;background-color:#f9fafb;margin:8px}.support-timeline-status__line{width:192px;border:none;border-top:2px dotted #D0D5DD;margin:0 8px;position:relative}.support-timeline-status__line.--success{border-color:#2ec866}.support-timeline-status__line-title{text-align:center;font-size:12px;color:#475467;position:absolute;width:100%;font-weight:600;top:7px;display:flex;justify-content:center;align-items:center;flex-direction:column;line-height:14px}.support-timeline-status__line-title.line-title--gray,.support-timeline-status__line-title .line-title--gray{color:#98a2b3;font-weight:400}.company-devices-page__list-header-buttons{display:flex;padding:8px 16px;border-radius:4px;box-shadow:0 1px 1px #0000000d;background-color:#fff;font-size:12px;color:#475467;line-height:1.33}.company-devices-page table.company-devices-table td{height:64px}.company-devices-page table.company-devices-table tbody .company-devices-table__check,.company-devices-page table.company-devices-table thead .company-devices-table__check{padding:12px 6px 12px 16px;vertical-align:top;width:42px;max-width:42px;min-width:42px}.company-devices-page table.company-devices-table tbody .company-devices-table__device-type,.company-devices-page table.company-devices-table thead .company-devices-table__device-type{width:32px;max-width:32px;min-width:32px;vertical-align:top;padding:10px 6px 6px}.company-devices-page table.company-devices-table tbody .company-devices-table__device-type .device-type-icon,.company-devices-page table.company-devices-table thead .company-devices-table__device-type .device-type-icon{position:relative}.company-devices-page table.company-devices-table tbody .company-devices-table__device-type .device-type-icon:before,.company-devices-page table.company-devices-table thead .company-devices-table__device-type .device-type-icon:before{content:"";width:10px;height:10px;position:absolute;top:-2px;right:-2px;border:solid 2px #ffffff;background-color:#2ec866;border-radius:50%}.company-devices-page table.company-devices-table tbody .company-devices-table__device-type .device-type-icon.--ofline:before,.company-devices-page table.company-devices-table thead .company-devices-table__device-type .device-type-icon.--ofline:before{background-color:#d92d20}.company-devices-page table.company-devices-table tbody .company-devices-table__device-type .master-agent-icon,.company-devices-page table.company-devices-table thead .company-devices-table__device-type .master-agent-icon{margin:2px auto 0}.company-devices-page table.company-devices-table tbody .company-devices-table__devices-table__tags,.company-devices-page table.company-devices-table thead .company-devices-table__devices-table__tags{padding:12px 8px;vertical-align:top}.company-devices-page table.company-devices-table tbody .company-devices-table__device-name,.company-devices-page table.company-devices-table thead .company-devices-table__device-name{padding:12px 8px;vertical-align:top;max-width:150px;width:max-content;min-width:150px}.company-devices-page table.company-devices-table tbody .company-devices-table__device-name .company-devices-table-device-name,.company-devices-page table.company-devices-table thead .company-devices-table__device-name .company-devices-table-device-name{color:#101828;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.company-devices-page table.company-devices-table tbody .company-devices-table__device-name .company-devices-table-device-name .name-text,.company-devices-page table.company-devices-table thead .company-devices-table__device-name .company-devices-table-device-name .name-text{overflow:hidden;text-overflow:ellipsis}.company-devices-page table.company-devices-table tbody .company-devices-table__device-name .company-devices-table-device-name .name-text-input,.company-devices-page table.company-devices-table thead .company-devices-table__device-name .company-devices-table-device-name .name-text-input{position:relative;width:100%;height:24px;padding:3px 3px 3px 0;border:1px solid #D0D5DD;border-radius:4px}.company-devices-page table.company-devices-table tbody .company-devices-table__device-name .company-devices-table-device-name .name-text-input:focus,.company-devices-page table.company-devices-table thead .company-devices-table__device-name .company-devices-table-device-name .name-text-input:focus{outline:none}.company-devices-page table.company-devices-table tbody .company-devices-table__device-name .company-device-desc,.company-devices-page table.company-devices-table thead .company-devices-table__device-name .company-device-desc{color:#98a2b3;line-height:1.33;font-size:12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.company-devices-page table.company-devices-table tbody .company-devices-table__device-name .device-name-edit-marker,.company-devices-page table.company-devices-table thead .company-devices-table__device-name .device-name-edit-marker{border:solid 1px #EAECF0;background-color:#fff;border-radius:50%;margin-left:8px;background-size:12px;min-width:24px;min-height:24px}.company-devices-page table.company-devices-table tbody .company-devices-table__logged-user,.company-devices-page table.company-devices-table thead .company-devices-table__logged-user{width:148px;max-width:148px;min-width:148px;padding:12px 8px 11px;vertical-align:top}.company-devices-page table.company-devices-table tbody .company-devices-table__logged-user .logged-name,.company-devices-page table.company-devices-table thead .company-devices-table__logged-user .logged-name{color:#101828;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.company-devices-page table.company-devices-table tbody .company-devices-table__logged-user .logged-time,.company-devices-page table.company-devices-table thead .company-devices-table__logged-user .logged-time{color:#98a2b3;line-height:1.33;font-size:12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.company-devices-page table.company-devices-table tbody .company-devices-table__up-time,.company-devices-page table.company-devices-table thead .company-devices-table__up-time{width:100px;max-width:100px;min-width:100px;padding:12px 8px;color:#475467;vertical-align:top}.company-devices-page table.company-devices-table tbody .company-devices-table__up-time .uptime-tag,.company-devices-page table.company-devices-table thead .company-devices-table__up-time .uptime-tag{border:solid 1px #2EC866;line-height:1;width:fit-content;padding:2px 4px;border-radius:3px;color:#2ec866;background-color:#fff;letter-spacing:.3px;font-size:8px;text-transform:uppercase}.company-devices-page table.company-devices-table tbody .company-devices-table__up-time .uptime-tag.--offline,.company-devices-page table.company-devices-table thead .company-devices-table__up-time .uptime-tag.--offline{color:#d92d20;border:solid 1px #D92D20}.company-devices-page table.company-devices-table tbody .company-devices-table__windows,.company-devices-page table.company-devices-table thead .company-devices-table__windows{width:164px;max-width:164px;min-width:164px;padding:12px 0 12px 8px;color:#475467;vertical-align:top;word-break:break-word;position:relative}.company-devices-page table.company-devices-table tbody .company-devices-table__ip-address,.company-devices-page table.company-devices-table thead .company-devices-table__ip-address{width:190px;max-width:190px;min-width:190px;padding:12px 8px 12px 0;color:#475467;vertical-align:top;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:relative}.company-devices-page table.company-devices-table tbody .company-devices-table__device-agent,.company-devices-page table.company-devices-table thead .company-devices-table__device-agent{width:105px;max-width:105px;min-width:105px;padding:12px 8px;color:#475467;vertical-align:top}.company-devices-page table.company-devices-table tbody .company-devices-table__device-agent .agent-tag,.company-devices-page table.company-devices-table thead .company-devices-table__device-agent .agent-tag{border:solid 1px #2EC866;line-height:1;width:fit-content;padding:2px 4px;border-radius:3px;color:#2ec866;background-color:#fff;letter-spacing:.3px;font-size:8px;text-transform:uppercase}.company-devices-page table.company-devices-table tbody .company-devices-table__device-agent .agent-tag.--offline,.company-devices-page table.company-devices-table thead .company-devices-table__device-agent .agent-tag.--offline{color:#d92d20;border:solid 1px #D92D20}.company-devices-page table.company-devices-table tbody .company-devices-table__go-to,.company-devices-page table.company-devices-table thead .company-devices-table__go-to,.company-devices-page table.company-devices-table tbody .company-devices-table__connect,.company-devices-page table.company-devices-table thead .company-devices-table__connect{width:30px;max-width:30px;min-width:30px;padding:14px 7px}.company-devices-page table.company-devices-table tbody .company-devices-table__menu,.company-devices-page table.company-devices-table thead .company-devices-table__menu{width:38px;max-width:38px;min-width:38px;padding:23px 16px 23px 8px}.company-devices-page table.company-devices-table tbody tr th,.company-devices-page table.company-devices-table thead tr th{font-size:11px;color:#101828;text-transform:uppercase;padding-top:4px!important;padding-bottom:4px!important;vertical-align:middle!important}.company-devices-page table.company-devices-table tbody tr th .company-devices-table__check,.company-devices-page table.company-devices-table tbody tr th .company-devices-table__device-type,.company-devices-page table.company-devices-table tbody tr th .company-devices-table__device-name,.company-devices-page table.company-devices-table tbody tr th .company-devices-table__logged-user,.company-devices-page table.company-devices-table tbody tr th .company-devices-table__up-time,.company-devices-page table.company-devices-table tbody tr th .company-devices-table__windows,.company-devices-page table.company-devices-table tbody tr th .company-devices-table__ip-address,.company-devices-page table.company-devices-table tbody tr th .company-devices-table__device-agent,.company-devices-page table.company-devices-table tbody tr th .company-devices-table__go-to,.company-devices-page table.company-devices-table tbody tr th .company-devices-table__connect,.company-devices-page table.company-devices-table tbody tr th .company-devices-table__menu,.company-devices-page table.company-devices-table thead tr th .company-devices-table__check,.company-devices-page table.company-devices-table thead tr th .company-devices-table__device-type,.company-devices-page table.company-devices-table thead tr th .company-devices-table__device-name,.company-devices-page table.company-devices-table thead tr th .company-devices-table__logged-user,.company-devices-page table.company-devices-table thead tr th .company-devices-table__up-time,.company-devices-page table.company-devices-table thead tr th .company-devices-table__windows,.company-devices-page table.company-devices-table thead tr th .company-devices-table__ip-address,.company-devices-page table.company-devices-table thead tr th .company-devices-table__device-agent,.company-devices-page table.company-devices-table thead tr th .company-devices-table__go-to,.company-devices-page table.company-devices-table thead tr th .company-devices-table__connect,.company-devices-page table.company-devices-table thead tr th .company-devices-table__menu{padding-top:4px;padding-bottom:4px;vertical-align:middle}.company-devices-page table.company-devices-table tbody tr:hover .sidebar-system__info-text-input,.company-devices-page table.company-devices-table thead tr:hover .sidebar-system__info-text-input{background-color:#fcfcfd}.company-devices-page table.company-devices-table .company-devices-table__system-network-buttons,.company-devices-page table.company-devices-table .company-devices-table__ip-address-buttons{display:none;font-size:12px;font-weight:600;color:#16a4fa;padding-top:8px}.company-devices-page table.company-devices-table .device-name-edit-marker{display:none}.company-devices-page table.company-devices-table tbody tr.--selected td{background:#f9fafb!important;border-color:#16a4fa!important}.company-devices-page .connected-tooltip-name{font-size:12px;color:#fff;margin-bottom:-3px;white-space:nowrap}.company-devices-page .connected-tooltip-text{font-size:11px;color:#fff;white-space:nowrap}.company-devices-page__aside{background:#fff;position:fixed;width:480px;top:64px;right:0;border-left:1px solid #EAECF0;height:calc(100vh - 64px);z-index:10;box-shadow:-8px 0 8px #0000000d}@media(min-width:1921px){.company-devices-page__aside{width:591px}}.company-devices-page .company-device-aside__menu{position:absolute;right:100%;top:0}.company-devices-page .company-device-aside__menu-item{width:54px;height:56px;display:flex;align-items:center;justify-content:center;background-color:#edf2f6;border:1px solid #EAECF0;border-top:none}.company-devices-page .company-device-aside__menu-item.--active{background-color:#fff}.company-devices-page .company-device-aside__header{height:56px;padding:16px;background-color:#fcfcfd;border-bottom:1px solid #EAECF0;color:#101828}.company-devices-page .company-device-aside__header-title{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:310px}.company-devices-page .company-device-aside__more-icon{background-position:center;background-repeat:no-repeat}.company-devices-page .company-device-aside__close-icon{background-position:center;background-repeat:no-repeat;background-size:24px;margin-right:8px}.company-devices-page .company-device-aside__arrow-right-icon{height:56px;width:48px;border-left:1px solid #EAECF0;margin-right:-16px;margin-top:0;cursor:pointer;background-repeat:no-repeat;background-position:center;background-size:24px}.company-devices-page .company-device-aside__subheader{height:40px;border-bottom:1px solid #EAECF0;box-shadow:0 1px 3px #0000000d;display:flex}.company-devices-page .company-device-aside__subheader-item{width:25%;background-size:16px;background-position:center;height:100%;background-repeat:no-repeat;cursor:pointer;border-bottom:2px solid transparent}.company-devices-page .company-device-aside__subheader-item.subheader-item-system{background-image:url(/assets/img/icons/system-gray.svg)}.company-devices-page .company-device-aside__subheader-item.subheader-item-system.--active{background-image:url(/assets/img/icons/system.svg)}.company-devices-page .company-device-aside__subheader-item.subheader-item-network{background-image:url(/assets/img/icons/network-gray.svg)}.company-devices-page .company-device-aside__subheader-item.subheader-item-network.--active{background-image:url(/assets/img/icons/network.svg)}.company-devices-page .company-device-aside__subheader-item.subheader-item-software{background-image:url(/assets/img/icons/software-gray.svg)}.company-devices-page .company-device-aside__subheader-item.subheader-item-software.--active{background-image:url(/assets/img/icons/software.svg)}.company-devices-page .company-device-aside__subheader-item.subheader-item-updates{-webkit-mask-image:url(/assets/img/icons/update.svg);mask-image:url(/assets/img/icons/update.svg);background-color:#667085;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.company-devices-page .company-device-aside__subheader-item.subheader-item-updates.--active{background-color:#16a4fa}.company-devices-page .company-device-aside__subheader-item.--active{border-bottom:2px solid #16a4fa}.company-devices-page .company-device-aside__body{height:calc(100vh - 175px);overflow:auto}.company-devices-page .company-device-aside__info-block .company-device-aside__expand-collapse{background-size:16px;cursor:pointer;background-image:url(/assets/img/icons/minus.svg)}.company-devices-page .company-device-aside__info-block.--collapsed{max-height:13px;overflow-y:hidden}.company-devices-page .company-device-aside__info-block.--collapsed .company-device-aside__expand-collapse{background-image:url(/assets/img/icons/add-grey.svg)}.company-devices-page .sidebar-system__title,.company-devices-page .sidebar-network__title,.company-devices-page .sidebar-software__title{font-size:11px;line-height:1.45;color:#101828;margin-bottom:24px;text-transform:uppercase}.company-devices-page .sidebar-system__info,.company-devices-page .sidebar-network__info,.company-devices-page .sidebar-software__info{display:flex;margin-bottom:12px;align-items:center}.company-devices-page .sidebar-system__info.warranty-info .date-picker-container,.company-devices-page .sidebar-network__info.warranty-info .date-picker-container,.company-devices-page .sidebar-software__info.warranty-info .date-picker-container{transform:translate(-50%)}.company-devices-page .sidebar-system__info.installed-info .date-picker-container,.company-devices-page .sidebar-network__info.installed-info .date-picker-container,.company-devices-page .sidebar-software__info.installed-info .date-picker-container{transform:translate(-50%,-15px)}.company-devices-page .sidebar-system__info .date-picker input,.company-devices-page .sidebar-network__info .date-picker input,.company-devices-page .sidebar-software__info .date-picker input{border:1px solid #EAECF0;border-radius:4px;border-color:transparent}.company-devices-page .sidebar-system__info .date-picker input:hover,.company-devices-page .sidebar-system__info .date-picker input:focus,.company-devices-page .sidebar-network__info .date-picker input:hover,.company-devices-page .sidebar-network__info .date-picker input:focus,.company-devices-page .sidebar-software__info .date-picker input:hover,.company-devices-page .sidebar-software__info .date-picker input:focus{border-color:#eaecf0;outline:none}.company-devices-page .sidebar-system__info .date-picker .icon__calendar,.company-devices-page .sidebar-network__info .date-picker .icon__calendar,.company-devices-page .sidebar-software__info .date-picker .icon__calendar{top:50%}.company-devices-page .sidebar-system__info-title,.company-devices-page .sidebar-network__info-title,.company-devices-page .sidebar-software__info-title{font-size:12px;line-height:1.33;color:#101828;width:132px;min-width:132px;max-width:132px;font-weight:600}.company-devices-page .sidebar-system__info-text,.company-devices-page .sidebar-network__info-text,.company-devices-page .sidebar-software__info-text{font-size:12px;line-height:1.33;color:#475467}.company-devices-page .sidebar-system__info-text-input,.company-devices-page .sidebar-network__info-text-input,.company-devices-page .sidebar-software__info-text-input{border:1px solid #EAECF0;border-radius:4px;width:100%;border-color:transparent}.company-devices-page .sidebar-system__info-text-input:hover,.company-devices-page .sidebar-system__info-text-input:focus,.company-devices-page .sidebar-network__info-text-input:hover,.company-devices-page .sidebar-network__info-text-input:focus,.company-devices-page .sidebar-software__info-text-input:hover,.company-devices-page .sidebar-software__info-text-input:focus{border-color:#eaecf0;outline:none}.company-devices-page .sidebar-network__info-title{width:200px;min-width:200px;max-width:200px}.company-devices-page .sidebar-software__title{margin-bottom:20px}.company-devices-page .sidebar-software__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.company-devices-page .sidebar-software__row-title{font-size:12px;line-height:1.33;color:#101828;font-weight:600;margin-bottom:2px}.company-devices-page .sidebar-software__date{font-size:12px;font-weight:600;color:#98a2b3}.company-devices-page .sidebar-software__size{font-size:12px;line-height:1.33;color:#475467;min-width:70px;width:70px;max-width:70px;text-align:right}.company-devices-page .sidebar-system__info-text{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-devices-page .sidebar-updates__tab-title{font-size:11px;line-height:1.45;color:#101828;margin-bottom:24px;text-transform:uppercase}.company-devices-page .sidebar-updates__items{display:flex;flex-wrap:wrap;justify-content:space-between}.company-devices-page .sidebar-updates__item{width:136px;height:120px;padding:16px;border-radius:8px;background-color:#fcfcfd}@media(max-width:1920px){.company-devices-page .sidebar-updates__item{width:175px}}.company-devices-page .sidebar-updates__icon{width:40px;height:40px;margin-bottom:8px}.company-devices-page .sidebar-updates__title{font-size:13px;color:#101828;font-weight:600;margin-bottom:4px;line-height:1.54}.company-devices-page .sidebar-updates__subtitle{font-size:12px;line-height:1.33;color:#475467}.company-devices-page .sidebar-updates__subtitle.--link{color:#16a4fa;text-decoration:underline;cursor:pointer}.dropdown-menu.company-device-edit-name{width:388px;padding:24px;box-shadow:0 2px 20px 10px #0000000d;border:solid 1px #EAECF0;border-radius:3px;overflow:visible}.dropdown-menu.company-device-edit-name .company-device-edit-name__button.qt-button{padding-left:16px;padding-right:16px}.device-type-dropdown{padding:0;margin:0}.device-type-dropdown li{padding:6px 0}.company-device-type-dropdown.dropdown-menu{min-width:auto}app-company-devices-edit-label{display:contents}table.qt-table-modern.company-devices-table tbody tr.--ofline td{vertical-align:middle}table.qt-table-modern.company-devices-table tbody tr.--ofline td .company-devices-table__system-network-buttons,table.qt-table-modern.company-devices-table tbody tr.--ofline td .company-devices-table__ip-address-buttons{top:11px!important}app-company-devices-tags .mat-form-field-wrapper{padding-bottom:0!important}app-company-devices-custom-drop-down .mat-form-field-infix{position:relative;padding-left:36px!important}app-company-devices-custom-drop-down .mat-form-field-infix:before{left:12px;top:10px;position:absolute;content:"";width:20px;height:20px;-webkit-mask-image:url(/assets/img/icons/tags.svg);mask-image:url(/assets/img/icons/tags.svg);background-color:#98a2b3}.documents-page .qt-page-list__header-thead__row{border-left:1px solid transparent;border-right:1px solid transparent}.documents-page .qt-page-list__header-filters .qt-dropdown input,.documents-page .qt-page-list__header-filters .filter-users-documents .dropdown-toggle,.documents-page .qt-page-list__header-filters .qt-input-block input,.documents-page .qt-page-list__header-filters .filter-tags-body{height:36px}.documents-page .documents-no-valid>div:first-child{position:relative}.documents-page .documents-no-valid>div:first-child:before{position:absolute;content:"";background:url(/assets/img/icons/new-update.svg) no-repeat;width:44px;height:20px;padding-left:5px;text-transform:uppercase;font-size:8px;font-weight:600;color:#fff;top:-1px;left:-1px}.documents-page .documents-table__title{flex:2 0 200px}.documents-page .documents-table__create-by{flex:0 0 280px}@media(max-width:1600px){.documents-page .documents-table__create-by{flex:0 0 206px}}.documents-page .documents-table__created-date{flex:0 0 116px}.documents-page .documents-table__review-date{flex:0 0 110px}.documents-page .documents-table__company{flex:1 0 220px;max-width:380px}.documents-page .documents-table__menu{flex:0 0 52px}.documents-page .documents-table__menu .menu{display:block;height:16px}.documents-page .documents-table__shared{flex:0 0 32px}.documents-page .documents-table tr td:last-child{padding-left:0}.documents-page .documents-table__title-menu{display:flex;align-items:center;line-height:1}.documents-page .documents-table__title-menu .title{font-weight:500;color:#101828}.documents-page .qt-button.disabled{background-color:#8bd2fd}.documents-page .device-user .selected-user .icn-remove-old{transform:translateY(0)}.qt-page-list__header-title-line--right .qt-dropdown-menu{max-height:unset;left:8px!important}.qt-dropdown-menu li.remove-item{border-top:1px solid #EAECF0;padding-top:8px;padding-bottom:8px;margin-top:8px;height:40px;border-radius:0}.document-header{display:flex;align-items:center;justify-content:space-between;padding:10px 24px}.document-header .qt-button{height:36px}.btn-expand{position:relative;padding:4px;border-radius:4px;background-color:#f2f4f7;border:none}.btn-expand .input-group{max-width:calc(50% - 8px);width:100%}.btn-expand app-documents-add{height:100%;display:block}.btn-expand app-documents-add-info{position:fixed;height:100%;z-index:2;right:0;top:64px;display:flex;flex-direction:column;align-items:center;padding-top:10px;border-left:1px solid #EAECF0;width:48px;box-shadow:0 2px 8px #00000080}.documents-details .qt-aside-modern__footer{border-top:1px solid #F2F4F7}.documents-details app-documents-add-header,.documents-details app-documents-add-footer{height:56px}.documents-details app-documents-add-footer{min-width:794px}.documents-details app-documents-add-header{padding:0 24px}.documents-details .qt-aside-modern__footer{padding:8px 24px}.documents-details .qt-aside-modern__footer-inner{display:flex;justify-content:space-between;align-items:center;width:792px;margin:0 auto;padding:0 18px}.documents-details .qt-aside-modern__footer-inner button{flex-shrink:0}.documents-details app-documents-add-body{flex:1;overflow:auto;padding:10px 24px}.documents-details{margin-right:480px;background-color:#fff}.documents-details.qt-page-list{display:flex;flex-direction:column;padding:0;height:calc(100vh - 66px);min-height:calc(100vh - 66px)}.documents-details.--large{margin-right:56px}.documents-details .qt-aside-modern__header .toggle-aside{width:24px;height:24px}.documents-details .qt-checkbox span{margin-right:8px}.documents-details .document-header__dropdown input{border:none}.documents-details .fr-box{width:794px;max-width:794px;min-width:794px;margin:0 auto}.documents-details .fr-toolbar.fr-top{position:sticky;top:-10px!important;z-index:2;border-radius:0}document-preview img,.documents-create img,.documents-preview img{position:relative;max-width:100%;padding:0 1px}document-preview .fr-dib,.documents-create .fr-dib,.documents-preview .fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}document-preview .fr-dib.fr-fil,.documents-create .fr-dib.fr-fil,.documents-preview .fr-dib.fr-fil{margin-left:0;text-align:left}document-preview .fr-dib.fr-fir,.documents-create .fr-dib.fr-fir,.documents-preview .fr-dib.fr-fir{margin-right:0;text-align:right}.documents-create table td,.topic-detail-page__body-content table td,.support-page-body__preview table td,.documents-preview table td{min-width:5px;border:1px solid #D0D5DD}.documents-create .fr-dib,.topic-detail-page__body-content .fr-dib,.support-page-body__preview .fr-dib,.documents-preview .fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.documents-create .fr-dib.fr-fil,.topic-detail-page__body-content .fr-dib.fr-fil,.support-page-body__preview .fr-dib.fr-fil,.documents-preview .fr-dib.fr-fil{margin-left:0;text-align:left}.documents-create .fr-dib.fr-fir,.topic-detail-page__body-content .fr-dib.fr-fir,.support-page-body__preview .fr-dib.fr-fir,.documents-preview .fr-dib.fr-fir{margin-right:0;text-align:right}.fr-popup.fr-above{left:calc(50% - 150px)!important;top:calc(50% - 60px)!important;z-index:9999!important}html.no-d3-tooltip .nvtooltip .value{display:none}.customer-ticket__report{width:100%}.customer-ticket__report .services.border{border:1px dashed #D0EDFE;border-radius:5px}.customer-ticket__report .products.border{border:1px dashed #D5F4E0;border-radius:5px}.customer-ticket__report--summary,.customer-ticket__report--details-plus{padding:35px 0}.customer-ticket__report--summary table,.customer-ticket__report--details table,.customer-ticket__report--details-plus table{width:100%;border-collapse:separate;border-spacing:0 10px}.product-list-report{padding:30px;height:100%;background-color:#edf2f6;min-height:92vh}.product-list-report .qt-input-block input,.product-list-report .qt-report__dropdown input,.product-list-report .select-product .select-product__input{height:36px;border-radius:4px}.product-list-report .qt-report__header{margin-top:50px}.product-list-report .qt-report__header-content{border-bottom:1px solid #EAECF0;padding-bottom:14px}.product-list-report .top-product-list-ticket{min-height:44px;height:auto}.product-list-report .qt-report__body-header{text-align:center;margin:14px 0}.product-list-report .qt-report__dropdown{flex:0 1 260px}.product-list-report .company-report{background:transparent}.product-list-report .report-menu .dropdown-menu{min-width:80px}.product-list-report .report-menu .dropdown-menu li{display:flex;height:38px;align-items:center;padding:0 20px;transition:all .3s;color:#101828;font-size:13px;line-height:16px;font-weight:500;letter-spacing:0}.product-list-report .report-menu .dropdown-menu li:hover{color:#fff;background:#16a4fa}.product-list-report .qt-report__control-panel-btn{background-color:#fff}.product-list-report .report-title{position:absolute;top:35px;left:65px;font-weight:600;color:#101828}.product-list-ticket{margin:0 auto;padding:0 15px 70px;border:1px solid #D0D5DD;box-shadow:0 0 30px -8px #0000003d;width:940px;background-color:#fff;min-height:40px;position:relative}.product-list-ticket-pdf{width:1180px}.product-list-ticket ul{list-style:none;padding:0;margin-bottom:0}.qt-report__page{background-color:#fff;min-height:92vh}.qt-report__page .qt-report__header{margin-bottom:14px;min-width:1384px}.qt-report__page .qt-report__header-content{border-left:1px solid #F2F4F7;border-bottom:1px solid #F2F4F7;border-right:1px solid #F2F4F7;padding:14px 14px 14px 24px;flex:1}.qt-report__page .product-list-ticket{padding-bottom:0}.qt-report__page .run-report-content .content,.qt-report__page .qt-report__filter .content{margin-bottom:0;padding-bottom:0}.qt-report__page .grey-dropdown .light-dropdown{border:solid 1px #EAECF0;color:#101828;border-radius:4px;height:36px}.qt-report__page .grey-dropdown .light-dropdown:hover{border-color:#d0d5dd}.qt-report__page .grey-dropdown .light-dropdown input{border:unset;height:inherit;border-radius:4px;background-color:transparent;width:100%}.qt-report__page .qt-report__dropdown{flex:0 1 260px}.qt-report__page .qt-report__dropdown-xl{flex:0 1 400px}.qt-report__page .qt-input-block input{height:36px}.qt-report__page software-summary-devices-dro-down input{border-radius:4px;border:solid 1px #D0D5DD;background-color:#fff;overflow:hidden;text-overflow:ellipsis;padding:0 25px 0 15px;font-size:13px;color:#101828;cursor:pointer}.qt-report__page software-summary-devices-dro-down input::placeholder{color:#101828}@media(min-width:1601px){.qt-report__page .qt-report__body{min-height:calc(100vh - 211px)}}.qt-report__page .qt-report__body-row{border-bottom:1px solid #F2F4F7;padding:0 16px;position:relative;min-height:45px}.qt-report__page .qt-report__body-row>div{display:flex;align-items:center;cursor:pointer}.qt-report__page .qt-report__body-row>div:first-child,.qt-report__page .qt-report__body-row>div:last-child{padding:0 8px}.qt-report__page .qt-report__body-table-header,.qt-report__page .qt-report__body-table-body{border-left:1px solid #F2F4F7;border-right:1px solid #F2F4F7}.qt-report__page .qt-report__body-header{text-align:center;margin:14px 0}.qt-report__page .qt-report__body-table-header-row{display:flex;color:#101828;border-bottom:1px solid #F2F4F7;border-top:1px solid #F2F4F7;background-color:#fcfcfd;padding:0 16px}.qt-report__page .qt-report__body-table-header-row>div{display:flex;align-items:center;padding:8px;text-transform:uppercase;font-size:11px;line-height:15px;font-weight:600;letter-spacing:0}.qt-report__page .qt-report__body-table-header-row>div:first-child,.qt-report__page .qt-report__body-table-header-row>div:last-child{padding:0 8px}.qt-report__page .qt-report__body-table-body .qt-table-modern__cell{line-height:20px}.qt-report__page .select-product .select-product__input{height:36px}.qt-report__page .qt-report__include-columns-panel{text-align:center}.qt-report__page .accounts-receivable__col-company-name{min-width:340px}.qt-report__control-panel{display:flex}.qt-report__control-panel-btn{width:36px;height:36px;background-position:center;background-repeat:no-repeat;background-size:16px;background-color:#f9fafb;border-radius:4px}.qt-report__control-panel-btn-close{width:65px;height:65px;border-bottom:1px solid #F2F4F7;border-right:1px solid #F2F4F7;background-size:20px;background-repeat:no-repeat;background-position:center}.qt-report__body-table-body{min-width:1384px;margin:0 auto;background-color:#fff}.qt-report__body-table-body thead{background-color:#fcfcfd;border-bottom:1px solid #F2F4F7;border-top:1px solid #F2F4F7}.qt-report__body-table-body th{text-transform:uppercase;padding:7px 0;font-size:11px;line-height:15px;font-weight:600;letter-spacing:0}.qt-report__body-table-body td{padding:11px 0;line-height:20px}.qt-report__body-table-body th,.qt-report__body-table-body td{padding-left:8px;padding-right:8px;white-space:nowrap}.qt-report__body-table-body th:first-child,.qt-report__body-table-body td:first-child{padding-left:24px}.qt-report__body-table-body th:last-child,.qt-report__body-table-body td:last-child{padding-right:24px}.product-report-detail-customer{left:50%;transform:translate(-50%);min-width:1384px;width:auto;position:fixed;bottom:0;z-index:-1}.product-report-detail-customer__total{bottom:5px;width:100%;margin-left:auto;text-align:right;padding:5px 0}.product-list__ticket-customer-sales-report{position:relative;z-index:1;padding-bottom:50px}.report-title{font-size:18px}.new-reports .run-report-content{text-align:center;display:flex;flex-direction:column}.run-report-content .new-reports-reverse,.qt-report__filter .new-reports-reverse{display:flex;justify-content:center;flex-direction:row-reverse}.run-report-content{border-bottom:1px solid #EAECF0}.run-report-content .form-group .report-caret-icon{top:calc(50% - 3px);right:16px}.run-report-content .content,.qt-report__filter .content{width:400px;display:inline-block;margin-right:10px;padding-bottom:15px;position:relative;vertical-align:middle}.run-report-content .content.more-width .dropdown-menu{min-height:240px}.run-report-content .content p,.run-report-content .device-report p{font-size:18px;margin-bottom:10px}.run-report-content input,.detailed-radio .customer-names,.customer-list-header input{outline:none;padding:0 40px 0 10px;width:100%;height:36px;border-radius:4px 3px 3px 4px;border:1px solid #EAECF0;background-color:#fff}.run-report-content input::-webkit-input-placeholder{color:#667085}.run-report-content i{position:absolute;right:15px;top:15px;cursor:pointer}.run-report-content .icn-remove-old{top:13px;right:13px}.run-report-content p{width:295px}.reports-all{padding:45px 30px;color:#475467;height:calc(100vh - 78px);background-color:#edf2f6;display:flex;justify-content:center;row-gap:30px;column-gap:30px}.reports-all .report-column{width:270px}.reports-all .report-column .report{background-color:#fff;border-radius:2px 3px 3px 2px;margin:0 30px 30px 0;width:100%;height:186px;padding:30px;transition:all .3s;position:relative}.reports-all .report-column .report:hover{box-shadow:2px 4px 20px #0006}.reports-all .report-column:last-child .report{margin-right:0}.reports-all .reports-col{width:270px}.reports-all .reports-col:empty{display:none}.reports-all .reports-all__column .report{background-color:#fff;border-radius:2px 3px 3px 2px;margin:1px 30px 30px;width:100%;height:186px;transition:all .3s;position:relative}.reports-all .reports-col .report{background-color:#fff;border-radius:2px 3px 3px 2px;margin:0 30px 30px 0;width:100%;height:186px;padding:30px;transition:all .3s;position:relative}.reports-all .reports-col .report:hover{box-shadow:2px 4px 20px #0006}.reports-all .report p{font-size:18px;line-height:22px;font-weight:600;letter-spacing:0;position:relative;margin-bottom:20px}.reports-all .report p:after{width:44px;height:2px;background-color:#16a4fa;content:"";position:absolute;bottom:-7px;left:0}.reports-all .report img{position:absolute;right:22px;top:23px;width:30px}.reports-all .report ul{list-style:none;padding:0 0 0 25px;margin:0}.reports-all .report ul li{font-size:14px;line-height:20px;font-weight:400;letter-spacing:0;margin-bottom:12px;cursor:pointer;position:relative}.reports-all .report ul li:hover{color:#16a4fa}.reports-all .report ul li:hover:before{border-color:#16a4fa}.reports-all .report ul li:before{content:"";width:12px;height:12px;border:2px solid #D0D5DD;background-color:#fff;border-radius:50%;position:absolute;left:-25px;top:5px}.icn-sm{width:12px;height:12px}.report-caret-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:20px;height:20px}.commissions__header{display:flex;justify-content:space-between;align-items:center;border:1px solid #F2F4F7}.commissions__header--item{width:25%;min-height:400px}.commissions__header--item:nth-child(odd){display:flex;flex-direction:column;justify-content:center;align-items:center}.commissions__header--item:nth-child(2n){justify-content:center;display:flex;flex-direction:column;padding-right:32px}.commissions__header--item-sales-by-cutomer{border-right:1px solid #F2F4F7}.customer-ticket__report--summary{max-width:978px;width:100%;margin:0 auto}.commissions__header--item:nth-child(2n) p{font-size:12px;line-height:16px;font-weight:400;letter-spacing:0;display:flex;justify-content:space-between;position:relative;border-bottom:1px solid #F2F4F7;padding:10px 10px 10px 16px;color:#667085}.commissions__header--item:nth-child(2n) p span{font-weight:600;color:#475467}.commissions__header--item:nth-child(2n) p:before{position:absolute;content:"";width:8px;height:8px;border-radius:3px;left:-2px;top:50%;transform:translateY(-50%)}.customer-ticket__header{display:flex;justify-content:space-between}.customer-ticket__header--item{min-width:33%;min-height:352px}.customer-ticket__header--item:first-child{display:flex;flex-direction:column;justify-content:center;align-items:center}.customer-ticket__header--item:nth-child(2){justify-content:center;display:flex;flex-direction:column;padding-right:32px;border-right:1px solid #edf2f6}.customer-ticket__header--item:nth-child(2) p{font-size:12px;line-height:16px;letter-spacing:0;color:#667085;display:flex;justify-content:space-between;position:relative;font-weight:400;border-bottom:1px solid #F2F4F7;padding:10px 10px 10px 16px}.customer-ticket__header--item:nth-child(2) p span{font-weight:600;color:#475467}.customer-ticket__header--item:nth-child(2) p:before{position:absolute;content:"";width:8px;height:8px;border-radius:3px;left:-2px;top:50%;transform:translateY(-50%)}.customer-ticket__header--item:nth-child(3){display:flex;flex-direction:column;align-items:center;padding:20px;justify-content:center}.customer-ticket__header--item:nth-child(3) p:first-child{font-size:16px;font-weight:400;margin-bottom:25px}.customer-ticket__header--item:nth-child(3) p:first-child span{font-weight:600}.customer-ticket__report--summary-title{width:100%;margin:20px 0 0 60px;font-size:16px;line-height:19px;font-weight:600;letter-spacing:0;color:#101828}.average-time-spent,.average-response-time{margin-right:auto;flex:1 0 50%;display:flex;align-items:center;width:100%}.average-time-spent__wrap,.average-response-time__wrap{display:flex;align-items:flex-start;padding:10px 0}.average-time-spent__time,.average-response-time__time{font-size:40px;line-height:48px;letter-spacing:-2.5px;color:#475467;font-weight:300}.average-time-spent__text,.average-response-time__text{font-size:14px;line-height:17px;font-weight:400;letter-spacing:0;color:#667085}.average-time-spent__icon,.average-response-time__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;flex-shrink:0;margin-right:16px;border-radius:50%}.average-time-spent__icon svg,.average-response-time__icon svg{width:24px!important;height:24px!important}.average-time-spent__text-content,.average-response-time__text-content{flex:1}.average-time-spent+.average-response-time{border-top:1px solid #F2F4F7}.customer-ticket__header{max-width:744px;width:100%;margin:0 auto;border:1px solid #F2F4F7}.customer-ticket__header--item:nth-child(3)>div p:first-child{font-size:32px;margin:10px 0;font-weight:300}.customer-ticket__header--item:nth-child(3) p{font-weight:400}.customer-ticket__header--item:nth-child(3) span{font-weight:600}.customer-ticket__header--item:nth-child(3) p:last-child{color:#98a2b3;position:relative}.customer-ticket__header--item:nth-child(3) p:last-child span{color:#475467}.service-color-0:before{background-color:#16a4fa}.service-color-1:before{background-color:#ffb937}.service-color-2:before{background-color:#d92d20}.service-color-3:before{background-color:#2ec866}.service-color-4:before{background-color:#f9f916}.service-color-5:before{background-color:#ff1ed2}.service-color-6:before{background-color:#1bf4fc}.service-color-7:before{background-color:#7d1a9e}.service-color-8:before{background-color:#7f1313}.customer-ticket__header--item:nth-child(2) p:not(:last-child){margin-bottom:17px}.run-report-content{margin-top:50px}@media(max-width:1920px){.run-report-content .content{width:28.6%}}@media(max-width:1280px){.run-report-content .content{max-width:160px}}.new-reports-reverse__loader .loading{right:10px;left:auto;top:7px}.new-reports-reverse__loader .loading:before{width:20px;height:20px;border-width:2px}.nvd3 .nv-axis{pointer-events:none;opacity:1}.nvd3 .nv-axis path{fill:none;stroke:#101828;stroke-opacity:.75;shape-rendering:crispEdges}.nvd3 .nv-axis path.domain{stroke-opacity:.75}.nvd3 .nv-axis.nv-x path.domain{stroke-opacity:0}.nvd3 .nv-axis line{fill:none;stroke:#eaecf0;shape-rendering:crispEdges}.nvd3 .nv-axis .zero line,.nvd3 .nv-axis line.zero{stroke-opacity:.75}.nvd3 .nv-axis .nv-axisMaxMin text{font-weight:700}.nvd3 .x .nv-axis .nv-axisMaxMin text,.nvd3 .x2 .nv-axis .nv-axisMaxMin text,.nvd3 .x3 .nv-axis .nv-axisMaxMin text{text-anchor:middle}.nvd3 .nv-axis.nv-disabled{opacity:0}.nvd3 .nv-multibar .nv-groups rect,.nvd3 .nv-multibarHorizontal .nv-groups rect,.nvd3 .nv-discretebar .nv-groups rect{stroke-opacity:0;transition:fill-opacity .25s linear}.nvd3 .nv-multibar .nv-groups rect:hover,.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,.nvd3 .nv-candlestickBar .nv-ticks rect:hover,.nvd3 .nv-discretebar .nv-groups rect:hover{fill-opacity:1}.nvd3 .nv-discretebar .nv-groups text,.nvd3 .nv-multibarHorizontal .nv-groups text{font-weight:700;fill:#000;stroke:#0000}.nvd3 .nv-groups path.nv-line{fill:none;stroke-width:2px}.nvd3 .nv-groups path.nv-area{stroke:none}.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point{fill-opacity:0;stroke-opacity:0}.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point{fill-opacity:.5!important;stroke-opacity:.5!important}.with-transitions .nvd3 .nv-groups .nv-point{transition:stroke-width .25s linear,stroke-opacity .25s linear}.nvd3.nv-scatter .nv-groups .nv-point.hover,.nvd3 .nv-groups .nv-point.hover{stroke-width:7px;fill-opacity:.95!important;stroke-opacity:.95!important}.nvd3 .nv-point-paths path{stroke:#aaa;stroke-opacity:0;fill:#eee;fill-opacity:0}svg.nvd3-svg{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;width:100%;height:100%}.nvtooltip.with-3d-shadow,.with-3d-shadow .nvtooltip{box-shadow:0 5px 10px #0003;border-radius:5px}.nvd3 text{font: 12px Arial,sans-serif}.nvd3 .title{font:700 14px Arial,sans-serif}.nvd3 .nv-background{fill:#fff;fill-opacity:0}.nvd3.nv-noData{font-size:18px;font-weight:700}.nvd3 .nv-legend .nv-series{cursor:pointer}.nvd3 .nv-legend .nv-disabled circle{fill-opacity:0}@media print{.nvd3 text{stroke-width:0;fill-opacity:1}}.nvd3 .background path{fill:none;stroke:#eee;stroke-opacity:.4;shape-rendering:crispEdges}.nvd3 .foreground path{fill:none;stroke-opacity:.7}.nvd3.nv-pie path{stroke-opacity:0;transition:fill-opacity .25s linear,stroke-width .25s linear,stroke-opacity .25s linear}.nvd3.nv-pie .nv-pie-title{font-size:24px;fill:#13c4f996}.nvd3.nv-pie .nv-slice text{stroke:#101828;stroke-width:0}.nvd3.nv-pie path{stroke:#fff;stroke-width:1px;stroke-opacity:1}.nvd3.nv-pie path{fill-opacity:.7}.nvd3.nv-pie .hover path{fill-opacity:1}.nvd3.nv-pie .nv-label{pointer-events:none}.nvd3.nv-pie .nv-label rect{fill-opacity:0;stroke-opacity:0}.nvd3 .nv-groups .nv-point.hover{stroke-width:20px;stroke-opacity:.5}.nvd3 .nv-scatter .nv-point.hover{fill-opacity:1}.nv-noninteractive,.nv-distx,.nv-disty{pointer-events:none}.nvtooltip{position:absolute;background-color:#fff;color:#000;padding:1px;border:1px solid rgba(0,0,0,.2);z-index:10000;display:block;font-family:Arial,sans-serif;font-size:13px;text-align:left;pointer-events:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.nvtooltip{background:#fffc;border:1px solid rgba(0,0,0,.5);border-radius:4px}.nvtooltip.with-transitions,.with-transitions .nvtooltip{transition:opacity 50ms linear;transition-delay:.2s}.nvtooltip.x-nvtooltip,.nvtooltip.y-nvtooltip{padding:8px}.nvtooltip h3{margin:0;padding:4px 14px;line-height:18px;font-weight:400;background-color:#f7f7f7bf;color:#000;text-align:center;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.nvtooltip p{margin:0;padding:5px 14px;text-align:center}.nvtooltip span{display:inline-block;margin:2px 0}.nvtooltip table{margin:6px;border-spacing:0}.nvtooltip table td{padding:2px 9px 2px 0;vertical-align:middle}.nvtooltip table td.key{font-weight:400}.nvtooltip table td.key.total{font-weight:700}.nvtooltip table td.value{text-align:right;font-weight:700}.nvtooltip table td.percent{color:#a9a9a9}.nvtooltip table tr.highlight td{padding:1px 9px 1px 0;border-bottom-style:solid;border-bottom-width:1px;border-top-style:solid;border-top-width:1px}.nvtooltip table td.legend-color-guide div{width:8px;height:8px;vertical-align:middle}.nvtooltip table td.legend-color-guide div{width:12px;height:12px;border:1px solid #999}.nvtooltip .footer{padding:3px;text-align:center}.nvd3 .nv-interactiveGuideLine{pointer-events:none}.h1,h1{font-size:40px;line-height:48px;font-weight:300;letter-spacing:0}.h2,h2{font-size:32px;line-height:39px;font-weight:500;letter-spacing:0}h3,.h3{font-size:26px;line-height:31px;font-weight:400;letter-spacing:0;margin:0}h4,.h4{font-size:22px;line-height:27px;font-weight:400;letter-spacing:0;margin:0}h5,.h5{font-size:20px;line-height:24px;font-weight:400;letter-spacing:0;margin:0}h6,.h6{font-size:18px;line-height:22px;font-weight:400;letter-spacing:0;margin:0}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,sans-serif;background:#edf2f6;color:#4f5f79}.qt-toast{position:fixed;bottom:1.5rem;right:1.5rem;padding:.65rem 1rem;border-radius:6px;font-size:.85rem;z-index:1500;box-shadow:0 10px 40px #0000002e;color:#fff;max-width:22rem;line-height:1.35;animation:qt-toast-slide-in .18s ease-out}.qt-toast--success{background:#1f8b4c}.qt-toast--error{background:#c5341a}.qt-toast--info{background:#2a3142}@keyframes qt-toast-slide-in{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.qt-confirm-modal__msg{font-size:.92rem;line-height:1.45;color:#4f5f79;white-space:pre-wrap}
