#layout-wrapper .notification-dropdown{position:relative}#layout-wrapper .notification-dropdown .badge{font-size:.65rem;line-height:1;min-width:1.1rem;padding:.2rem .35rem;position:absolute;right:6px;top:14px;z-index:1;pointer-events:none}#layout-wrapper .notification-menu{min-width:min(20rem,calc(100vw - 1.5rem));padding:0;overflow:hidden}#layout-wrapper .notification-scroll{max-height:min(16rem,50vh);overflow-y:auto;overscroll-behavior:contain}#layout-wrapper .notification-menu-head{border-color:var(--sk-border)!important}#layout-wrapper .notification-mark-all,#layout-wrapper .notification-view-all{color:var(--sk-primary);text-decoration:none}#layout-wrapper .notification-mark-all:hover,#layout-wrapper .notification-view-all:hover{color:var(--sk-primary);text-decoration:underline}#layout-wrapper .notification-item{display:block;width:100%;cursor:pointer}#layout-wrapper .notification-item .d-flex{padding:.75rem 1rem;gap:0;align-items:flex-start}#layout-wrapper .notification-item:hover .d-flex,#layout-wrapper .notification-item:focus-visible .d-flex{background-color:var(--sk-dropdown-hover)}#layout-wrapper .notification-item-unread .notification-title{font-weight:600}#layout-wrapper .notification-title{word-break:break-word;overflow-wrap:anywhere;line-height:1.35;color:var(--sk-text)}#layout-wrapper .notification-item .avatar-xs{height:2rem;width:2rem;flex-shrink:0;display:inline-flex}#layout-wrapper .notification-item .avatar-xs .avatar-title,#layout-wrapper .notification-avatar{display:flex;align-items:center;justify-content:center;width:100%;height:100%;flex-shrink:0;background-color:#556ee626;color:var(--sk-primary);line-height:1}#layout-wrapper .notification-item .avatar-xs .avatar-title i,#layout-wrapper .notification-avatar i{font-size:1rem;line-height:1}#layout-wrapper .notification-avatar-read{background-color:var(--sk-dropdown-hover)!important;color:var(--sk-dropdown-color)!important}#layout-wrapper .notification-item-busy{opacity:.65;pointer-events:none}@media (max-width: 575.98px){#layout-wrapper .notification-menu{position:fixed;top:var(--sk-header-height);right:.75rem;left:.75rem;width:auto;min-width:0;max-width:none}}@media (min-width: 600px){#layout-wrapper .notification-menu{width:22rem}}#layout-wrapper{--portal-gutter-x: 1.5rem;--portal-space: .25rem}#layout-wrapper .container-fluid{width:100%;padding-right:calc(var(--portal-gutter-x) * .5);padding-left:calc(var(--portal-gutter-x) * .5);margin-right:auto;margin-left:auto}#layout-wrapper .row{display:flex;flex-wrap:wrap;margin-right:calc(var(--portal-gutter-x) * -.5);margin-left:calc(var(--portal-gutter-x) * -.5)}#layout-wrapper .row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--portal-gutter-x) * .5);padding-left:calc(var(--portal-gutter-x) * .5)}#layout-wrapper .row.g-2{--portal-gutter-x: .5rem;margin-right:calc(var(--portal-gutter-x) * -.5);margin-left:calc(var(--portal-gutter-x) * -.5)}#layout-wrapper .row.g-2>*{padding-right:calc(var(--portal-gutter-x) * .5);padding-left:calc(var(--portal-gutter-x) * .5)}#layout-wrapper .col,#layout-wrapper .col-12{flex:0 0 auto;width:100%}#layout-wrapper .col-5{flex:0 0 auto;width:41.66666667%}#layout-wrapper .col-6{flex:0 0 auto;width:50%}#layout-wrapper .col-7{flex:0 0 auto;width:58.33333333%}@media (min-width: 576px){#layout-wrapper .col-sm-2{flex:0 0 auto;width:16.66666667%}#layout-wrapper .col-sm-3{flex:0 0 auto;width:25%}#layout-wrapper .col-sm-4{flex:0 0 auto;width:33.33333333%}#layout-wrapper .col-sm-6{flex:0 0 auto;width:50%}#layout-wrapper .col-sm-9{flex:0 0 auto;width:75%}#layout-wrapper .col-sm-12{flex:0 0 auto;width:100%}}@media (min-width: 768px){#layout-wrapper .col-md-5{flex:0 0 auto;width:41.66666667%}#layout-wrapper .col-md-6{flex:0 0 auto;width:50%}#layout-wrapper .col-md-7{flex:0 0 auto;width:58.33333333%}}@media (min-width: 992px){#layout-wrapper .col-lg-4{flex:0 0 auto;width:33.33333333%}#layout-wrapper .col-lg-6{flex:0 0 auto;width:50%}#layout-wrapper .col-lg-8{flex:0 0 auto;width:66.66666667%}#layout-wrapper .col-lg-12{flex:0 0 auto;width:100%}}@media (min-width: 1200px){#layout-wrapper .col-xl-3{flex:0 0 auto;width:25%}#layout-wrapper .col-xl-4{flex:0 0 auto;width:33.33333333%}}#layout-wrapper .d-none{display:none!important}#layout-wrapper .d-block{display:block!important}#layout-wrapper .d-inline-block{display:inline-block!important}#layout-wrapper .d-flex{display:flex!important}#layout-wrapper .d-grid{display:grid!important}@media (min-width: 576px){#layout-wrapper .d-sm-block{display:block!important}#layout-wrapper .d-sm-flex{display:flex!important}}@media (min-width: 768px){#layout-wrapper .d-md-none{display:none!important}#layout-wrapper .d-md-block{display:block!important}}@media (min-width: 992px){#layout-wrapper .d-lg-none{display:none!important}#layout-wrapper .d-lg-block{display:block!important}#layout-wrapper .d-lg-inline-block{display:inline-block!important}}#layout-wrapper .flex-row{flex-direction:row!important}#layout-wrapper .flex-column{flex-direction:column!important}#layout-wrapper .flex-wrap{flex-wrap:wrap!important}#layout-wrapper .flex-grow-1{flex-grow:1!important}#layout-wrapper .flex-shrink-0{flex-shrink:0!important}#layout-wrapper .align-items-start{align-items:flex-start!important}#layout-wrapper .align-items-center{align-items:center!important}#layout-wrapper .align-items-baseline{align-items:baseline!important}#layout-wrapper .align-items-sm-start{align-items:flex-start!important}#layout-wrapper .justify-content-between{justify-content:space-between!important}#layout-wrapper .justify-content-center{justify-content:center!important}#layout-wrapper .justify-content-sm-between{justify-content:flex-start!important}#layout-wrapper .gap-1{gap:.25rem!important}#layout-wrapper .gap-2{gap:.5rem!important}#layout-wrapper .gap-3{gap:1rem!important}@media (min-width: 576px){#layout-wrapper .flex-sm-row{flex-direction:row!important}#layout-wrapper .align-items-sm-center{align-items:center!important}#layout-wrapper .align-items-sm-start{align-items:flex-start!important}#layout-wrapper .justify-content-sm-between{justify-content:space-between!important}}#layout-wrapper .m-0{margin:0!important}#layout-wrapper .mt-0{margin-top:0!important}#layout-wrapper .mt-1{margin-top:.25rem!important}#layout-wrapper .mt-2{margin-top:.5rem!important}#layout-wrapper .mt-3{margin-top:1rem!important}#layout-wrapper .mt-4{margin-top:1.5rem!important}#layout-wrapper .mb-0{margin-bottom:0!important}#layout-wrapper .mb-1{margin-bottom:.25rem!important}#layout-wrapper .mb-2{margin-bottom:.5rem!important}#layout-wrapper .mb-3{margin-bottom:1rem!important}#layout-wrapper .mb-4{margin-bottom:1.5rem!important}#layout-wrapper .me-1{margin-right:.25rem!important}#layout-wrapper .me-3{margin-right:1rem!important}#layout-wrapper .p-0{padding:0!important}#layout-wrapper .p-2{padding:.5rem!important}#layout-wrapper .p-3{padding:1rem!important}#layout-wrapper .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}#layout-wrapper .py-5{padding-top:3rem!important;padding-bottom:3rem!important}#layout-wrapper .pb-0{padding-bottom:0!important}#layout-wrapper .pt-3{padding-top:1rem!important}@media (min-width: 576px){#layout-wrapper .mb-sm-0{margin-bottom:0!important}#layout-wrapper .me-sm-3{margin-right:1rem!important}}@media (min-width: 992px){#layout-wrapper .mt-lg-0{margin-top:0!important}}#layout-wrapper .w-100{width:100%!important}#layout-wrapper .h-100{height:100%!important}#layout-wrapper .min-w-0{min-width:0!important}#layout-wrapper .text-start{text-align:left!important}#layout-wrapper .text-center{text-align:center!important}#layout-wrapper .text-end{text-align:right!important}#layout-wrapper .text-muted{color:var(--sk-text-muted, var(--sk-dropdown-color))!important}#layout-wrapper .text-reset{color:inherit!important}#layout-wrapper .text-white{color:#fff!important}#layout-wrapper .text-danger{color:var(--sk-danger)!important}#layout-wrapper .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#layout-wrapper .fw-medium{font-weight:500!important}#layout-wrapper .fw-semibold{font-weight:600!important}#layout-wrapper .font-size-12{font-size:.75rem!important}#layout-wrapper .font-size-13{font-size:.8125rem!important}#layout-wrapper .font-size-14{font-size:.875rem!important}#layout-wrapper .font-size-15{font-size:.9375rem!important}#layout-wrapper .font-size-16{font-size:1rem!important}#layout-wrapper .font-size-18{font-size:1.125rem!important}#layout-wrapper h4,#layout-wrapper h5,#layout-wrapper h6{color:var(--sk-text);font-weight:600;line-height:1.4}#layout-wrapper h4{font-size:1.125rem}#layout-wrapper h5{font-size:.9375rem}#layout-wrapper h6{font-size:.875rem}#layout-wrapper .border-0{border:0!important}#layout-wrapper .border-top{border-top:1px solid var(--sk-border)!important}#layout-wrapper .border-bottom{border-bottom:1px solid var(--sk-border)!important}#layout-wrapper .bg-transparent{background-color:transparent!important}#layout-wrapper .bg-primary{background-color:var(--sk-primary)!important}#layout-wrapper .bg-success{background-color:var(--sk-success, #34c38f)!important}#layout-wrapper .bg-warning{background-color:var(--sk-warning, #f1b44c)!important;color:#212529!important}#layout-wrapper .bg-danger{background-color:var(--sk-danger)!important}#layout-wrapper .bg-secondary{background-color:var(--sk-secondary, #74788d)!important}#layout-wrapper .bg-light{background-color:var(--sk-tertiary-bg)!important}#layout-wrapper .rounded{border-radius:.25rem!important}#layout-wrapper .rounded-circle{border-radius:50%!important}#layout-wrapper .rounded-pill{border-radius:50rem!important}#layout-wrapper .overflow-hidden{overflow:hidden!important}#layout-wrapper .position-relative{position:relative!important}#layout-wrapper .list-unstyled{padding-left:0;list-style:none}#layout-wrapper .page-title-box{padding-bottom:1.25rem}#layout-wrapper .page-title-box h4{text-transform:uppercase;font-weight:600;font-size:1rem!important;margin:0;color:var(--sk-text)}#layout-wrapper .page-title-box .breadcrumb{background-color:transparent;padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}#layout-wrapper .breadcrumb-item+.breadcrumb-item:before{content:"/";padding-right:.35rem;color:var(--sk-dropdown-color)}#layout-wrapper .breadcrumb-item a{color:var(--sk-primary);text-decoration:none}#layout-wrapper .breadcrumb-item a:hover{text-decoration:underline}#layout-wrapper .breadcrumb-item.active{color:var(--sk-dropdown-color)}#layout-wrapper .page-title-box.d-sm-flex{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}#layout-wrapper .page-title-box .page-title-right{margin-left:0}@media (min-width: 576px){#layout-wrapper .page-title-box.d-sm-flex{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}#layout-wrapper .page-title-box .page-title-right{margin-left:auto}}#layout-wrapper .card{margin-bottom:1.5rem;background:var(--sk-header-bg);border:0;border-radius:.25rem;box-shadow:var(--sk-box-shadow)}#layout-wrapper .card-body{padding:1.25rem}#layout-wrapper .card-header{padding:1rem 1.25rem;background:transparent;border-bottom:1px solid var(--sk-border)}#layout-wrapper .card-title{font-size:.9375rem;margin:0 0 .5rem;font-weight:600;color:var(--sk-text)}#layout-wrapper .btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;font-weight:400;line-height:1.5;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid transparent;padding:.47rem .75rem;font-size:.8125rem;border-radius:.25rem;font-family:inherit;text-decoration:none;transition:color .15s,background-color .15s,border-color .15s;color:inherit;background-color:transparent}#layout-wrapper .btn:focus-visible{outline:2px solid var(--sk-primary);outline-offset:2px}#layout-wrapper .btn:disabled{opacity:.65;cursor:not-allowed;pointer-events:none}#layout-wrapper .btn-primary{color:#fff;background-color:var(--sk-primary);border-color:var(--sk-primary)}#layout-wrapper .btn-primary:hover:not(:disabled){color:#fff;background-color:#485ec4;border-color:#485ec4}#layout-wrapper .btn.btn-success,#layout-wrapper button.btn-success{color:#fff!important;background-color:#34c38f!important;border-color:#34c38f!important}#layout-wrapper .btn.btn-success:hover:not(:disabled),#layout-wrapper button.btn-success:hover:not(:disabled){color:#fff!important;background-color:#2ba678!important;border-color:#2ba678!important}#layout-wrapper .btn-rounded{border-radius:30px!important}#layout-wrapper .btn-danger{color:#fff;background-color:var(--sk-danger);border-color:var(--sk-danger)}#layout-wrapper .btn-danger:hover:not(:disabled){color:#fff;background-color:#f25959;border-color:#f14f4f}#layout-wrapper .btn-light{color:var(--sk-text);background-color:var(--sk-tertiary-bg);border-color:var(--sk-border)}#layout-wrapper .btn-light:hover:not(:disabled){background-color:var(--sk-dropdown-hover)}#layout-wrapper .btn-link{color:var(--sk-primary);background:transparent;border-color:transparent;text-decoration:none;padding-left:0;padding-right:0}#layout-wrapper .btn-link:hover:not(:disabled){color:#485ec4;text-decoration:underline}#layout-wrapper .btn-outline-secondary{color:var(--sk-dropdown-color);background:transparent;border-color:var(--sk-border)}#layout-wrapper .btn-outline-secondary:hover:not(:disabled){color:var(--sk-text);background-color:var(--sk-dropdown-hover)}#layout-wrapper .btn-outline-danger{color:var(--sk-danger);background:transparent;border-color:var(--sk-danger)}#layout-wrapper .btn-outline-primary{color:var(--sk-primary);background:transparent;border-color:var(--sk-primary)}#layout-wrapper .btn-outline-primary:hover:not(:disabled){color:#fff;background-color:var(--sk-primary)}#layout-wrapper .btn.btn-soft-primary{color:var(--sk-primary);background-color:#556ee61a;border-color:transparent;transition:all .5s ease}#layout-wrapper .btn.btn-soft-primary:hover:not(:disabled),#layout-wrapper .btn.btn-soft-primary:focus:not(:disabled),#layout-wrapper .btn.btn-soft-primary:active:not(:disabled){color:#fff;background-color:var(--sk-primary);border-color:transparent}#layout-wrapper .btn.btn-soft-secondary{color:#74788d;background-color:#74788d1a;border-color:transparent;transition:all .5s ease}#layout-wrapper .btn.btn-soft-secondary:hover:not(:disabled),#layout-wrapper .btn.btn-soft-secondary:focus:not(:disabled),#layout-wrapper .btn.btn-soft-secondary:active:not(:disabled){color:#fff;background-color:#74788d;border-color:transparent}#layout-wrapper .btn.btn-soft-success{color:#34c38f;background-color:#34c38f1a;border-color:transparent;transition:all .5s ease}#layout-wrapper .btn.btn-soft-success:hover:not(:disabled),#layout-wrapper .btn.btn-soft-success:focus:not(:disabled),#layout-wrapper .btn.btn-soft-success:active:not(:disabled){color:#fff;background-color:#34c38f;border-color:transparent}#layout-wrapper .btn.btn-soft-danger{color:var(--sk-danger);background-color:#f46a6a1a;border-color:transparent;transition:all .5s ease}#layout-wrapper .btn.btn-soft-danger:hover:not(:disabled),#layout-wrapper .btn.btn-soft-danger:focus:not(:disabled),#layout-wrapper .btn.btn-soft-danger:active:not(:disabled){color:#fff;background-color:var(--sk-danger);border-color:transparent}#layout-wrapper .hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}#layout-wrapper .hstack.gap-1{gap:.25rem}#layout-wrapper .table-bordered>:not(caption)>*{border-width:1px 0}#layout-wrapper .table-bordered>:not(caption)>*>*{border-width:0 1px;border-color:var(--sk-border)}#layout-wrapper .table.table-bordered{border:1px solid var(--sk-border)}#layout-wrapper .card-body.border-bottom .form-select{width:auto;min-width:8.5rem;max-width:14rem}#layout-wrapper .card-body.border-bottom .flex-shrink-0{flex-wrap:wrap;justify-content:flex-end}#layout-wrapper .meeting-apply-table>:not(caption)>*>*{vertical-align:middle!important}#layout-wrapper .meeting-apply-table .meeting-table-col-title{text-align:left!important}#layout-wrapper .meeting-apply-table .meeting-table-col-no,#layout-wrapper .meeting-apply-table .meeting-table-col-status,#layout-wrapper .meeting-apply-table .meeting-table-col-date,#layout-wrapper .meeting-apply-table .meeting-table-col-action{text-align:center;vertical-align:middle!important}#layout-wrapper .meeting-apply-table .meeting-table-col-no{width:3.5rem;color:var(--sk-dropdown-color)}#layout-wrapper .meeting-apply-table .meeting-table-col-action{width:1%;white-space:nowrap}#layout-wrapper .meeting-apply-table tbody tr.shared-ui-clickable{cursor:pointer}#layout-wrapper .meeting-apply-table tbody tr.shared-ui-clickable:focus-visible{outline:2px solid var(--sk-primary);outline-offset:-2px}#layout-wrapper .meeting-table-title{color:var(--sk-text);font-weight:600}#layout-wrapper .meeting-table-date{display:inline-block;color:var(--sk-dropdown-color);font-variant-numeric:tabular-nums}#layout-wrapper .meeting-row-actions{position:relative;display:inline-block}#layout-wrapper .meeting-row-actions .card-drop{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;min-height:2rem;text-decoration:none}#layout-wrapper .meeting-row-actions-menu{display:block;min-width:11rem;margin:0;inset:auto;transform:none}#layout-wrapper .btn.disabled,#layout-wrapper label.btn.disabled{opacity:.65;pointer-events:none;cursor:not-allowed}#layout-wrapper .ms-auto{margin-left:auto!important}#layout-wrapper .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}#layout-wrapper .visually-hidden,#layout-wrapper .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}#layout-wrapper .card-header.bg-transparent{background-color:transparent!important}#layout-wrapper .card-header.border-0{border:0!important}#layout-wrapper .form-label{margin-bottom:.5rem;font-size:.8125rem;font-weight:500;color:var(--sk-text);display:inline-block}#layout-wrapper .form-control,#layout-wrapper .form-select{display:block;width:100%;padding:.47rem .75rem;font-size:.8125rem;font-weight:400;line-height:1.5;color:var(--sk-text);background-color:var(--sk-header-bg);background-clip:padding-box;border:1px solid var(--sk-border);border-radius:.25rem;transition:border-color .15s,box-shadow .15s;font-family:inherit;box-sizing:border-box}#layout-wrapper .form-control-sm,#layout-wrapper .form-select-sm{padding:.25rem .5rem;font-size:.7109375rem;border-radius:.2rem}#layout-wrapper textarea.form-control{min-height:calc(1.5em + .94rem + 2px);resize:vertical}#layout-wrapper .form-control:focus,#layout-wrapper .form-select:focus{color:var(--sk-text);background-color:var(--sk-header-bg);border-color:#b1bbc4;outline:0;box-shadow:0 0 0 .15rem #556ee640}#layout-wrapper .form-control.is-invalid,#layout-wrapper .form-select.is-invalid{border-color:var(--sk-danger)}#layout-wrapper .form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2374788d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;padding-right:2.25rem}#layout-wrapper .invalid-feedback{width:100%;margin-top:.25rem;font-size:.75rem;color:var(--sk-danger)}@media (max-width: 767.98px){#layout-wrapper .btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px}#layout-wrapper .btn-link{min-height:auto}#layout-wrapper .form-control,#layout-wrapper .form-select,#layout-wrapper .form-control-sm,#layout-wrapper .form-select-sm{min-height:44px;font-size:16px}#layout-wrapper textarea.form-control{min-height:calc(1.5em + .94rem + 2px)}}#layout-wrapper .table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}#layout-wrapper .table{width:100%;margin-bottom:0;color:var(--sk-text);vertical-align:middle;border-color:var(--sk-border);border-collapse:collapse;caption-side:bottom}#layout-wrapper .table>:not(caption)>*>*{padding:.75rem;border-bottom:1px solid var(--sk-border)}#layout-wrapper .table>thead>tr>th{border-bottom-width:1px;font-weight:600;white-space:nowrap}#layout-wrapper .table-hover>tbody>tr:hover>*{background-color:var(--sk-dropdown-hover)}#layout-wrapper .table-light{--sk-table-bg: var(--sk-tertiary-bg);background-color:var(--sk-tertiary-bg);color:var(--sk-text)}#layout-wrapper .align-middle{vertical-align:middle!important}#layout-wrapper .badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:600;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}#layout-wrapper .badge.rounded-pill{border-radius:50rem;padding-right:.6em;padding-left:.6em}#layout-wrapper .badge-soft-primary{color:var(--sk-primary, #556ee6)!important;background-color:#556ee62e!important}#layout-wrapper .badge-soft-success{color:var(--sk-success, #34c38f)!important;background-color:#34c38f2e!important}#layout-wrapper .badge-soft-info{color:#50a5f1!important;background-color:#50a5f12e!important}#layout-wrapper .badge-soft-warning{color:var(--sk-warning, #f1b44c)!important;background-color:#f1b44c2e!important}#layout-wrapper .badge-soft-danger{color:var(--sk-danger, #f46a6a)!important;background-color:#f46a6a2e!important}#layout-wrapper .badge-soft-secondary{color:var(--sk-secondary, #74788d)!important;background-color:#74788d2e!important}#layout-wrapper .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem;font-size:.8125rem}#layout-wrapper .alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}#layout-wrapper .alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}#layout-wrapper .alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}html[data-mui-color-scheme=dark] #layout-wrapper .alert-danger{color:#f8d7da;background-color:#f46a6a26;border-color:#f46a6a59}html[data-mui-color-scheme=dark] #layout-wrapper .alert-success{color:#d1e7dd;background-color:#34c38f26;border-color:#34c38f59}html[data-mui-color-scheme=dark] #layout-wrapper .alert-warning{color:#ffe69c;background-color:#f1b44c26;border-color:#f1b44c59}#layout-wrapper .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a73}#layout-wrapper .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1055;display:none;overflow-x:hidden;overflow-y:auto;outline:0}#layout-wrapper .modal.show,#layout-wrapper .modal.d-block{display:block}#layout-wrapper .modal-dialog{position:relative;width:auto;margin:1.75rem auto;max-width:500px;pointer-events:none}#layout-wrapper .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 3.5rem)}#layout-wrapper .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:var(--sk-header-bg);border:1px solid var(--sk-border);border-radius:.35rem;outline:0}#layout-wrapper .modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem}#layout-wrapper .modal-title{margin:0;font-size:1.05rem;font-weight:600;color:var(--sk-text)}#layout-wrapper .modal-body{position:relative;flex:1 1 auto;padding:1rem 1.25rem}#layout-wrapper .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem 1.25rem 1.25rem;gap:.5rem}#layout-wrapper dl.row{margin-bottom:0}#layout-wrapper dl.row>dt,#layout-wrapper dl.row>dd{margin-bottom:.5rem}#layout-wrapper dl.row>dd:last-of-type,#layout-wrapper dl.row>dt:last-of-type{margin-bottom:0}#layout-wrapper .avatar-md{height:4.5rem;width:4.5rem;display:inline-flex}#layout-wrapper .avatar-title{align-items:center;background-color:var(--sk-primary);color:#fff;display:flex;font-weight:600;height:100%;justify-content:center;width:100%;font-size:1.15rem;letter-spacing:.02em}#layout-wrapper .my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}#layout-wrapper .text-dark{color:var(--sk-text)!important}#layout-wrapper .text-sm-end{text-align:left!important}@media (min-width: 576px){#layout-wrapper .text-sm-end{text-align:right!important}}#layout-wrapper .table-borderless>:not(caption)>*>*{border-bottom-width:0}#layout-wrapper .table-nowrap th,#layout-wrapper .table-nowrap td{white-space:nowrap}#layout-wrapper .card-drop{color:var(--sk-dropdown-color);font-size:1.125rem;line-height:1}#layout-wrapper .card-drop:hover,#layout-wrapper .card-drop:focus{color:var(--sk-primary)}#layout-wrapper .project-row-actions{position:relative;display:inline-block}#layout-wrapper .project-row-actions .dropdown-menu{position:absolute;inset:auto 0 auto auto;margin-top:.25rem;z-index:20}#layout-wrapper .table-sort-btn{color:inherit!important;font-weight:inherit;font-size:inherit}#layout-wrapper .table-sort-btn:hover{color:var(--sk-primary)!important;text-decoration:none!important}#layout-wrapper .project-list-table{border-collapse:collapse!important;border-spacing:0!important;background:transparent!important;width:100%}#layout-wrapper .project-list-table>:not(caption)>*>*{border-left:0!important;border-right:0!important;border-top:0!important;border-bottom:1px solid var(--sk-border)!important;padding:1rem .75rem;vertical-align:middle;background-color:transparent!important}#layout-wrapper .project-list-table thead th{background-color:var(--sk-tertiary-bg)!important;font-weight:600;color:var(--sk-dropdown-color);vertical-align:middle;white-space:nowrap;border-bottom:1px solid var(--sk-border)!important}#layout-wrapper .project-list-table thead.table-light,#layout-wrapper .project-list-table thead.table-light th{background-color:var(--sk-tertiary-bg)!important;color:var(--sk-dropdown-color)}#layout-wrapper .project-list-table tbody tr:last-child td{border-bottom:0!important}#layout-wrapper .project-list-table td.project-col,#layout-wrapper .project-list-table th.project-col{white-space:normal;min-width:220px;max-width:360px}#layout-wrapper .project-list-table .avatar-sm{height:3rem;width:3rem!important;display:inline-flex;align-items:center;justify-content:center;background-color:var(--sk-tertiary-bg)!important;border-radius:.25rem;padding:.5rem}#layout-wrapper .project-list-table .avatar-sm .img-fluid{max-width:100%;height:auto}#layout-wrapper .project-list-table h5{margin:0 0 .15rem;font-weight:600;line-height:1.4;font-size:.875rem!important}#layout-wrapper .project-list-table h5 a,#layout-wrapper .project-list-table a.text-dark{color:var(--sk-text)!important;text-decoration:none!important}#layout-wrapper .project-list-table h5 a:hover{color:var(--sk-primary)!important;text-decoration:none!important}#layout-wrapper .project-list-table p.text-muted{font-size:.8125rem;line-height:1.4;white-space:normal;color:var(--sk-dropdown-color)!important;margin-bottom:0}#layout-wrapper .project-list-table .badge{padding:.25em .4em;font-size:75%;font-weight:500;border-radius:.25rem}#layout-wrapper table.dataTable thead>tr>th.sorting,#layout-wrapper table.dataTable thead>tr>th.sorting_asc,#layout-wrapper table.dataTable thead>tr>th.sorting_desc{padding-right:1.75rem!important;position:relative;cursor:pointer}#layout-wrapper table.dataTable thead .sorting:before,#layout-wrapper table.dataTable thead .sorting:after,#layout-wrapper table.dataTable thead .sorting_asc:before,#layout-wrapper table.dataTable thead .sorting_asc:after,#layout-wrapper table.dataTable thead .sorting_desc:before,#layout-wrapper table.dataTable thead .sorting_desc:after{position:absolute;display:block;opacity:.3;right:.5rem;line-height:9px;font-size:.7rem;color:var(--sk-dropdown-color)}#layout-wrapper table.dataTable thead .sorting:before,#layout-wrapper table.dataTable thead .sorting_asc:before,#layout-wrapper table.dataTable thead .sorting_desc:before{content:"▲";bottom:50%;margin-bottom:1px}#layout-wrapper table.dataTable thead .sorting:after,#layout-wrapper table.dataTable thead .sorting_asc:after,#layout-wrapper table.dataTable thead .sorting_desc:after{content:"▼";top:50%;margin-top:1px}#layout-wrapper table.dataTable thead .sorting_asc:before,#layout-wrapper table.dataTable thead .sorting_desc:after{opacity:1;color:var(--sk-primary)}#layout-wrapper table.dataTable thead .sorting_asc:after,#layout-wrapper table.dataTable thead .sorting_desc:before{opacity:.3}#layout-wrapper .avatar-xs{height:2rem;width:2rem;display:inline-flex}#layout-wrapper .avatar-xs .avatar-title{font-size:.75rem}#layout-wrapper .avatar-group{padding-left:12px;display:flex;flex-wrap:wrap;align-items:center}#layout-wrapper .avatar-group .avatar-group-item{margin-left:-12px;border:2px solid var(--sk-header-bg);border-radius:50%;display:inline-flex;transition:all .2s}#layout-wrapper .avatar-group .avatar-group-item:hover{position:relative;transform:translateY(-2px);z-index:1}#layout-wrapper .avatar-group .avatar-xs img,#layout-wrapper .avatar-group img.avatar-xs{height:2rem;width:2rem;object-fit:cover;display:block}#layout-wrapper .bg-info{background-color:#50a5f1!important}#layout-wrapper .img-fluid{max-width:100%;height:auto}#layout-wrapper a.card-drop{color:var(--sk-dropdown-color);text-decoration:none}#layout-wrapper a.card-drop:hover{color:var(--sk-primary)}#layout-wrapper .dataTables_info{font-size:.8125rem;color:var(--sk-dropdown-color);padding-top:.75rem;display:flex;justify-content:flex-start}#layout-wrapper .dataTables_paginate{display:flex;justify-content:flex-end;padding-top:.5rem}#layout-wrapper .pagination{display:flex;flex-wrap:wrap;padding-left:0;list-style:none;margin:0;justify-content:flex-end;gap:0}#layout-wrapper .pagination-rounded .page-item .page-link{border-radius:30px!important;margin:0 3px!important;border:none;width:32px;height:32px;padding:0;text-align:center;line-height:32px;display:inline-flex;align-items:center;justify-content:center;color:var(--sk-text);background-color:var(--sk-tertiary-bg);text-decoration:none;font-size:.8125rem}#layout-wrapper .pagination-rounded .page-item.active .page-link{color:#fff;background-color:var(--sk-primary)}#layout-wrapper .pagination-rounded .page-item.disabled .page-link{opacity:.5;pointer-events:none}#layout-wrapper .pagination-rounded .page-item:not(.disabled):not(.active) .page-link:hover{background-color:var(--sk-dropdown-hover)}#layout-wrapper .table-container-toolbar .search-box{max-width:100%}#layout-wrapper .pageSize{max-width:8rem}@media screen and (max-width: 767px){#layout-wrapper ul.pagination{justify-content:center!important}#layout-wrapper .dataTables_info{justify-content:center;margin-bottom:7px}}#layout-wrapper .meeting-customer-card{height:100%}#layout-wrapper .meeting-customer-card__body{display:flex;flex-direction:column;gap:1rem;height:100%;min-height:11.5rem}#layout-wrapper .meeting-customer-card__identity{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.875rem;min-width:0}#layout-wrapper .meeting-customer-card__avatar{flex-shrink:0;align-self:center;display:inline-flex;align-items:center;justify-content:center}#layout-wrapper .meeting-customer-card__avatar .avatar-title{display:flex;align-items:center;justify-content:center;line-height:1}#layout-wrapper .meeting-customer-card__who{min-width:0;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;align-self:center;gap:.15rem}#layout-wrapper .meeting-customer-card__name{font-size:.9375rem;font-weight:600;color:var(--sk-text);line-height:1.25;margin:0}#layout-wrapper .meeting-customer-card__handle{font-size:.8125rem;line-height:1.25;margin:0}#layout-wrapper .meeting-customer-card__meta{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem;padding-top:.875rem;border-top:1px solid var(--sk-border);min-width:0}#layout-wrapper .meeting-customer-card__stat{display:flex;flex-direction:column;gap:.2rem;min-width:0}#layout-wrapper .meeting-customer-card__stat-label{font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--sk-dropdown-color);line-height:1.2}#layout-wrapper .meeting-customer-card__stat-value{display:block;font-size:.875rem;font-weight:500;color:var(--sk-text);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#layout-wrapper .meeting-customer-card__actions{margin-top:auto;display:flex;justify-content:flex-end;padding-top:.25rem}#layout-wrapper .meeting-customer-card__open{min-width:5.5rem}#layout-wrapper .meeting-customer-card-row>[class*=col-]{display:flex}#layout-wrapper .meeting-customer-card-row>[class*=col-]>.card{width:100%}#layout-wrapper{--sk-sidebar-width: 250px;--sk-sidebar-collapsed: 70px;--sk-header-height: 70px;--sk-footer-height: 60px;--sk-header-bg: #ffffff;--sk-header-item: #555b6d;--sk-header-item-hover-bg: #f8f9fa;--sk-sidebar-bg: #ffffff;--sk-body-bg: #f8f8fb;--sk-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);--sk-tertiary-bg: #f8f9fa;--sk-dropdown-bg: #ffffff;--sk-dropdown-color: #495057;--sk-dropdown-hover: #f8f9fa;--sk-border: #eff2f7;--sk-text: #495057;--sk-text-muted: #63677c;--sk-card-bg: #ffffff;--sk-footer-bg: #f2f2f5;--sk-footer-color: #63677c;min-height:100svh;background:var(--sk-body-bg);position:relative}html[data-mui-color-scheme=dark] #layout-wrapper{--sk-header-bg: #2a3042;--sk-header-item: #c0c8de;--sk-header-item-hover-bg: rgba(255, 255, 255, .05);--sk-sidebar-bg: #2a3042;--sk-body-bg: #222736;--sk-box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .15);--sk-tertiary-bg: #32394e;--sk-dropdown-bg: #2a3042;--sk-dropdown-color: #c0c8de;--sk-dropdown-hover: rgba(255, 255, 255, .05);--sk-border: rgba(166, 176, 207, .15);--sk-text: #f6f6f6;--sk-text-muted: #c0c8de;--sk-card-bg: #2a3042;--sk-footer-bg: #262b3c;--sk-footer-color: #c0c8de}#layout-wrapper.sidebar-collapsed{--sk-sidebar-current: var(--sk-sidebar-collapsed)}#layout-wrapper:not(.sidebar-collapsed){--sk-sidebar-current: var(--sk-sidebar-width)}#layout-wrapper.sidebar-mobile,#layout-wrapper.sidebar-mobile.sidebar-enable{--sk-sidebar-current: 0px}#layout-wrapper .vertical-menu{width:var(--sk-sidebar-width);z-index:1001;background:var(--sk-sidebar-bg);bottom:0;margin-top:0;position:fixed;top:0;left:0;padding-top:var(--sk-header-height);box-shadow:var(--sk-box-shadow);transition:width .2s ease}#layout-wrapper.sidebar-collapsed .vertical-menu{width:var(--sk-sidebar-collapsed)}#layout-wrapper.sidebar-mobile .vertical-menu{top:var(--sk-header-height);padding-top:0;display:none;width:var(--sk-sidebar-width)}#layout-wrapper.sidebar-mobile.sidebar-enable .vertical-menu{display:block}#layout-wrapper .vertical-menu .navbar-brand-box{position:fixed;top:0;left:0;z-index:99;width:var(--sk-sidebar-width);padding:0 1.5rem;text-align:center;height:var(--sk-header-height);background:var(--sk-sidebar-bg);transition:width .2s ease}#layout-wrapper.sidebar-collapsed .vertical-menu .navbar-brand-box{width:var(--sk-sidebar-collapsed);padding:0 .5rem}#layout-wrapper.sidebar-mobile .vertical-menu .navbar-brand-box{display:none}#layout-wrapper .logo{line-height:var(--sk-header-height);display:block;text-decoration:none}#layout-wrapper .logo img{vertical-align:middle;max-width:100%;width:auto;height:auto;max-height:28px;object-fit:contain}#layout-wrapper .logo .logo-lg img{max-height:26px;max-width:180px}#layout-wrapper.sidebar-collapsed .logo .logo-sm img{max-height:28px;max-width:36px}#layout-wrapper .logo .logo-sm{display:none}@media (max-width: 991.98px){#layout-wrapper .logo .logo-lg{display:none}#layout-wrapper .logo .logo-sm{display:inline-block}}#layout-wrapper.sidebar-collapsed .logo .logo-lg{display:none}#layout-wrapper.sidebar-collapsed .logo .logo-sm{display:inline-block}#layout-wrapper .logo-light,html[data-mui-color-scheme=dark] #layout-wrapper .logo-dark{display:none}html[data-mui-color-scheme=dark] #layout-wrapper .logo-light{display:block}#layout-wrapper #sidebar-menu{padding:10px 0 30px;overflow-y:auto;max-height:calc(100svh - var(--sk-header-height))}#layout-wrapper #sidebar-menu .menu-title{padding:12px 20px!important;letter-spacing:.05em;pointer-events:none;cursor:default;font-size:11px;text-transform:uppercase;color:#6a7187;font-weight:600}#layout-wrapper #sidebar-menu ul li a{display:block;padding:.625rem 1.5rem;color:#545a6d;position:relative;font-size:13px;transition:all .4s;text-decoration:none}#layout-wrapper #sidebar-menu ul li a i{display:inline-block;min-width:1.75rem;font-size:1.25rem;line-height:1.40625rem;vertical-align:middle;color:#7f8387;transition:all .4s}#layout-wrapper #sidebar-menu ul li a:hover,#layout-wrapper #sidebar-menu ul li a.active{color:#556ee6}#layout-wrapper #sidebar-menu ul li a:focus-visible{outline:2px solid var(--sk-primary);outline-offset:-2px}#layout-wrapper #sidebar-menu ul li a:hover i,#layout-wrapper #sidebar-menu ul li a.active i{color:#556ee6}html[data-mui-color-scheme=dark] #layout-wrapper #sidebar-menu .menu-title{color:#626269}html[data-mui-color-scheme=dark] #layout-wrapper #sidebar-menu ul li a{color:var(--sk-header-item, #c0c8de)}html[data-mui-color-scheme=dark] #layout-wrapper #sidebar-menu ul li a i{color:#6a7187}html[data-mui-color-scheme=dark] #layout-wrapper #sidebar-menu ul li a:hover,html[data-mui-color-scheme=dark] #layout-wrapper #sidebar-menu ul li a.active,html[data-mui-color-scheme=dark] #layout-wrapper #sidebar-menu ul li a:hover i,html[data-mui-color-scheme=dark] #layout-wrapper #sidebar-menu ul li a.active i{color:#556ee6}#layout-wrapper.sidebar-collapsed #sidebar-menu .menu-title,#layout-wrapper.sidebar-collapsed #sidebar-menu ul li a span{display:none}#layout-wrapper.sidebar-collapsed #sidebar-menu ul li a{text-align:center;padding:.75rem .5rem}#layout-wrapper.sidebar-collapsed #sidebar-menu ul li a i{min-width:0}#layout-wrapper #page-topbar{position:fixed;top:0;right:0;left:var(--sk-sidebar-current, var(--sk-sidebar-width));z-index:1002;background-color:var(--sk-header-bg);box-shadow:var(--sk-box-shadow);height:var(--sk-header-height);transition:left .2s ease}#layout-wrapper.sidebar-mobile #page-topbar{left:0}#layout-wrapper .navbar-header{display:flex;justify-content:space-between;align-items:center;margin:0 auto;height:var(--sk-header-height);padding:0 12px 0 0}#layout-wrapper .navbar-header>.d-flex{display:flex;align-items:center;height:100%}#layout-wrapper .navbar-header .navbar-brand-box{display:none;padding:0 1rem;text-align:center;width:auto;height:var(--sk-header-height);flex-shrink:0}@media (min-width: 768px) and (max-width: 991.98px){#layout-wrapper .navbar-header .navbar-brand-box{display:flex;align-items:center}}#layout-wrapper .btn{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:inline-block;font-weight:400;line-height:1.5;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.47rem .75rem;font-size:.8125rem;border-radius:.25rem;color:inherit}#layout-wrapper .btn-sm{padding:.25rem .5rem;font-size:.7109375rem;border-radius:.2rem}#layout-wrapper .px-3{padding-left:1rem!important;padding-right:1rem!important}#layout-wrapper .font-size-16{font-size:16px!important}#layout-wrapper .header-item{height:var(--sk-header-height);box-shadow:none!important;color:var(--sk-header-item);border:0;border-radius:0;background-color:transparent;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding-top:0;padding-bottom:0}#layout-wrapper .header-item:hover,#layout-wrapper .header-item:focus{color:var(--sk-header-item);background-color:transparent;outline:none}#layout-wrapper .header-item.show,#layout-wrapper .dropdown .show.header-item{background-color:var(--sk-tertiary-bg)}#layout-wrapper .fa{font-family:"Font Awesome 6 Free";font-weight:900;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:optimizeLegibility;line-height:1}#layout-wrapper .fa-fw{text-align:center;width:1.25em}#layout-wrapper .fa-bars:before{content:""}#layout-wrapper .noti-icon i{font-size:22px;color:var(--sk-header-item);line-height:1;vertical-align:middle}#layout-wrapper .header-item.noti-icon{min-width:52px}#layout-wrapper .dropdown.d-none{display:none!important}@media (min-width: 992px){#layout-wrapper .dropdown.d-lg-inline-block{display:inline-block!important}}#layout-wrapper .ms-1{margin-left:.25rem!important}#layout-wrapper .header-profile-user{height:36px;width:36px;background-color:var(--sk-primary);padding:0;border-radius:50%;object-fit:cover;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}#layout-wrapper .header-profile-initials{color:#fff;font-size:.75rem;font-weight:600;line-height:1;letter-spacing:.02em;box-sizing:border-box}#layout-wrapper .profile-dropdown .header-item{gap:0;align-items:center}#layout-wrapper .profile-dropdown{position:relative;display:inline-block}#layout-wrapper .dropdown-menu{position:absolute;top:calc(100% - 2px);right:0;z-index:1003;display:none;min-width:10rem;max-width:min(22rem,calc(100vw - 1.5rem));padding:.5rem 0;margin:.125rem 0 0;font-size:.875rem;color:var(--sk-dropdown-color);text-align:left;background-color:var(--sk-dropdown-bg);background-clip:padding-box;border:1px solid var(--sk-border);border-radius:.25rem;box-shadow:var(--sk-box-shadow)}#layout-wrapper .dropdown-menu-end{right:0;left:auto}#layout-wrapper .dropdown-menu.show{display:block}#layout-wrapper .dropdown-item{display:flex;align-items:center;width:100%;padding:.4rem 1.2rem;clear:both;font-weight:400;color:var(--sk-dropdown-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;cursor:pointer;font-family:inherit;font-size:.875rem;line-height:1.5}#layout-wrapper .dropdown-item:hover,#layout-wrapper .dropdown-item:focus{color:var(--sk-text);background-color:var(--sk-dropdown-hover);outline:none}#layout-wrapper .dropdown-item i{font-size:16px;margin-right:.35rem;vertical-align:middle}#layout-wrapper .dropdown-item .text-danger{color:var(--sk-danger)!important}#layout-wrapper .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid var(--sk-border)}#layout-wrapper .main-content{margin-left:var(--sk-sidebar-current, var(--sk-sidebar-width));overflow-x:clip;overflow-y:visible;min-height:100svh;transition:margin-left .2s ease;position:relative;z-index:1}#layout-wrapper.sidebar-mobile .main-content{margin-left:0}#layout-wrapper .page-content{padding:calc(var(--sk-header-height) + 1.5rem) .75rem calc(var(--sk-footer-height) + 1.5rem);max-width:100%}@media (min-width: 768px){#layout-wrapper .page-content{padding-left:1.125rem;padding-right:1.125rem}}#layout-wrapper .footer{bottom:0;padding:20px 18px calc(20px + env(safe-area-inset-bottom,0px));position:absolute;right:0;left:var(--sk-sidebar-current, var(--sk-sidebar-width));color:var(--sk-footer-color);height:var(--sk-footer-height);background-color:var(--sk-footer-bg);font-size:.8125rem;transition:left .2s ease;box-sizing:border-box}#layout-wrapper.sidebar-mobile .footer{left:0}#layout-wrapper .footer .container-fluid{width:100%;padding:0;margin:0}#layout-wrapper .footer .row{display:flex;flex-wrap:wrap;align-items:center;margin:0}#layout-wrapper .footer .col-md-6{flex:0 0 100%;max-width:100%;line-height:1.25}@media (min-width: 768px){#layout-wrapper .footer .col-md-6{flex:0 0 50%;max-width:50%}}#layout-wrapper .footer .text-sm-end{text-align:left}@media (min-width: 576px){#layout-wrapper .footer .d-none.d-sm-block{display:block!important}#layout-wrapper .footer .text-sm-end{text-align:right}}#layout-wrapper .footer .d-none{display:none}#layout-wrapper .footer a{color:var(--sk-footer-color);text-decoration:none}#layout-wrapper .footer a:hover{color:var(--sk-primary);text-decoration:underline}#layout-wrapper .sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000059}@media (max-width: 991.98px){#layout-wrapper #sidebar-menu ul li a{display:flex;align-items:center;min-height:44px;padding:.625rem 1.25rem}}@media (max-width: 767.98px){#layout-wrapper .dropdown-item{min-height:44px}#layout-wrapper .header-item.noti-icon{min-width:44px}}#layout-wrapper .welcome-dialog-backdrop{z-index:1050}#layout-wrapper .welcome-dialog{z-index:1055}#layout-wrapper .welcome-dialog .modal-content{border:1px solid var(--sk-border);box-shadow:0 .75rem 2rem #0f172a1f}#layout-wrapper .welcome-dialog-list{padding-left:1.15rem;margin-bottom:0}#layout-wrapper .welcome-dialog-list li+li{margin-top:.35rem}#layout-wrapper .avatar-lg{height:5rem;width:5rem;display:inline-flex}#layout-wrapper .avatar-sm{height:3rem;width:3rem;display:inline-flex}#layout-wrapper .user-avatar-img{display:block;width:100%;height:100%;object-fit:cover}#layout-wrapper .dashboard-welcome-card{margin-bottom:1.25rem;border:1px solid rgba(85,110,230,.12);background:linear-gradient(135deg,rgba(85,110,230,.08) 0%,rgba(85,110,230,.02) 42%,transparent 70%),var(--sk-card-bg, var(--sk-header-bg, #fff));overflow:hidden}#layout-wrapper .dashboard-welcome-card>.card-body{padding:1.35rem 1.5rem}#layout-wrapper .dashboard-welcome-row{gap:.25rem 1rem}#layout-wrapper .dashboard-greeting-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--sk-primary);margin-bottom:.35rem!important}#layout-wrapper .dashboard-greeting-title{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;line-height:1.25;color:var(--sk-text);word-break:break-word}#layout-wrapper .dashboard-greeting-copy{font-size:.875rem;line-height:1.5;max-width:40rem;color:var(--sk-text-muted, #74788d)}#layout-wrapper .dashboard-widget-col{margin-bottom:1.25rem;display:flex}#layout-wrapper .dashboard-widget-card{margin-bottom:0;width:100%;display:flex;flex-direction:column;border:1px solid var(--sk-border, rgba(0, 0, 0, .08));box-shadow:0 1px 2px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease}#layout-wrapper .dashboard-widget-card:hover{border-color:#556ee638;box-shadow:0 8px 24px #0f172a0f}#layout-wrapper .dashboard-widget-card>.card-body{flex:1 1 auto;min-height:0;padding:1.15rem 1.15rem 1rem;display:flex;flex-direction:column}#layout-wrapper .dashboard-widget-head{display:flex;flex-direction:column;gap:.55rem;flex-shrink:0;padding-bottom:.85rem;margin-bottom:.85rem;border-bottom:1px solid var(--sk-border, rgba(0, 0, 0, .06))}#layout-wrapper .dashboard-widget-head__top{display:flex;align-items:center;gap:.65rem;min-width:0}#layout-wrapper .dashboard-widget-title{flex:1 1 auto;min-width:0;margin:0;font-size:.9375rem;font-weight:600;color:var(--sk-text);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#layout-wrapper .dashboard-widget-icon{align-items:center;background:#556ee61a;border-radius:.65rem;color:var(--sk-primary);display:inline-flex;flex-shrink:0;font-size:1.15rem;height:2.25rem;justify-content:center;width:2.25rem}#layout-wrapper .dashboard-widget-card--warning .dashboard-widget-icon{background:#f1b44c29;color:#c7901f}#layout-wrapper .dashboard-widget-card--success .dashboard-widget-icon{background:#34c38f24;color:#2ba87a}#layout-wrapper .dashboard-widget-card--info .dashboard-widget-icon{background:#50a5f124;color:#3b8fd0}#layout-wrapper .dashboard-widget-hint{margin:0;font-size:.75rem;line-height:1.4;color:var(--sk-text-muted, #74788d);min-height:calc(.75rem * 1.4 * 2);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}#layout-wrapper .dashboard-widget-count{font-size:.6875rem;font-weight:600;flex-shrink:0;min-width:1.5rem;height:1.35rem;display:inline-flex;align-items:center;justify-content:center;padding:.15rem .45rem}#layout-wrapper .dashboard-widget-count-spacer{flex-shrink:0;width:1.5rem;height:1.35rem}#layout-wrapper .dashboard-widget-scroll{flex:1 1 auto;min-height:0;max-height:22rem;overflow-y:auto;overflow-x:hidden;margin:0 -.15rem 0 0;padding:0 .15rem 0 0}#layout-wrapper .dashboard-widget-list{margin:0;min-width:0;display:flex;flex-direction:column;gap:.4rem}#layout-wrapper .dashboard-widget-list-item{border-radius:.5rem;border:0;margin:0;padding:0}#layout-wrapper .dashboard-widget-list-item+.dashboard-widget-list-item{border-top:0;margin-top:0;padding-top:0}#layout-wrapper .dashboard-widget-link,#layout-wrapper .dashboard-widget-static{color:inherit;display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;text-decoration:none;min-width:0;padding:.65rem .7rem;border-radius:.5rem;background:#556ee608;border:1px solid transparent;transition:background-color .15s ease,border-color .15s ease,color .15s ease}#layout-wrapper .dashboard-widget-link:hover,#layout-wrapper .dashboard-widget-link:focus-visible{color:inherit;text-decoration:none;background:#556ee614;border-color:#556ee629}#layout-wrapper .dashboard-widget-link:focus-visible{outline:2px solid var(--sk-primary);outline-offset:1px}#layout-wrapper .dashboard-widget-link__body{min-width:0;flex:1 1 auto}#layout-wrapper .dashboard-widget-link__title{display:block;font-size:.8125rem;font-weight:600;line-height:1.35;color:var(--sk-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#layout-wrapper .dashboard-widget-link:hover .dashboard-widget-link__title,#layout-wrapper .dashboard-widget-link:focus-visible .dashboard-widget-link__title{color:var(--sk-primary)}#layout-wrapper .dashboard-widget-link__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-top:.35rem}#layout-wrapper .dashboard-widget-link__project{font-size:.6875rem;line-height:1.3;color:var(--sk-text-muted, #74788d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}#layout-wrapper .dashboard-widget-link__chevron{flex-shrink:0;margin-top:.1rem;font-size:1.05rem;color:var(--sk-text-muted, #74788d);opacity:.65;transition:transform .15s ease,color .15s ease,opacity .15s ease}#layout-wrapper .dashboard-widget-link:hover .dashboard-widget-link__chevron,#layout-wrapper .dashboard-widget-link:focus-visible .dashboard-widget-link__chevron{color:var(--sk-primary);opacity:1;transform:translate(2px)}#layout-wrapper .dashboard-widget-empty{margin-top:.25rem;display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;padding:.85rem .9rem;border-radius:.5rem;background:#74788d0f;border:1px dashed rgba(116,120,141,.22)}#layout-wrapper .dashboard-widget-empty__icon{font-size:1.15rem;color:var(--sk-text-muted, #74788d);opacity:.75}#layout-wrapper .dashboard-widget-empty__text{margin:0;font-size:.8125rem;line-height:1.45;color:var(--sk-text-muted, #74788d)}#layout-wrapper .dashboard-widget-loading{margin:.25rem 0 0;font-size:.8125rem;color:var(--sk-text-muted, #74788d)}#layout-wrapper .dashboard-widget-more{margin-top:.65rem;font-size:.75rem;font-weight:500;color:var(--sk-text-muted, #74788d)}@media (max-width: 575.98px){#layout-wrapper .dashboard-greeting-title{font-size:1.3rem}#layout-wrapper .dashboard-welcome-card>.card-body{padding:1.15rem 1.1rem}#layout-wrapper .dashboard-widget-scroll{max-height:18rem}}@media (prefers-reduced-motion: reduce){#layout-wrapper .dashboard-widget-card,#layout-wrapper .dashboard-widget-link,#layout-wrapper .dashboard-widget-link__chevron{transition:none}}html[data-mui-color-scheme=dark] #layout-wrapper .dashboard-welcome-card{border-color:#556ee638;background:linear-gradient(135deg,rgba(85,110,230,.16) 0%,rgba(85,110,230,.04) 45%,transparent 72%),var(--sk-card-bg, #2a3042)}html[data-mui-color-scheme=dark] #layout-wrapper .dashboard-widget-card:hover{border-color:#556ee659;box-shadow:0 10px 28px #00000047}html[data-mui-color-scheme=dark] #layout-wrapper .dashboard-widget-link,html[data-mui-color-scheme=dark] #layout-wrapper .dashboard-widget-static{background:#ffffff08}html[data-mui-color-scheme=dark] #layout-wrapper .dashboard-widget-link:hover,html[data-mui-color-scheme=dark] #layout-wrapper .dashboard-widget-link:focus-visible{background:#556ee624}#layout-wrapper .profile-identity h5{margin:0;font-weight:600;color:var(--sk-text);line-height:1.4}#layout-wrapper .profile-identity .text-muted{line-height:1.45}#layout-wrapper .project-overview-page>.row.project-overview-layout{align-items:flex-start}#layout-wrapper .project-overview-page .project-overview-card{margin-bottom:.75rem;border:1px solid var(--sk-border, rgba(0, 0, 0, .08));box-shadow:0 1px 2px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease}#layout-wrapper .project-overview-page .col-lg-8>.project-overview-card:last-child,#layout-wrapper .project-overview-page .col-lg-4>.project-overview-card:last-child{margin-bottom:0}#layout-wrapper .project-overview-page .project-overview-card:hover{border-color:#556ee62e;box-shadow:0 8px 24px #0f172a0f}#layout-wrapper .project-overview-page .project-overview-card>.card-body{padding:1.25rem 1.35rem}#layout-wrapper .project-overview-section-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem;margin-bottom:1.1rem;padding-bottom:.9rem;border-bottom:1px solid var(--sk-border, rgba(0, 0, 0, .06))}#layout-wrapper .project-overview-section-title{font-size:.975rem;font-weight:600;letter-spacing:-.01em;color:var(--sk-text)}#layout-wrapper .project-overview-section-hint{margin-top:.25rem;font-size:.75rem;line-height:1.4;color:var(--sk-text-muted, #74788d)}#layout-wrapper .project-overview-count{font-weight:600;min-width:1.4rem}#layout-wrapper .project-overview-section-actions{flex-shrink:0}#layout-wrapper .project-overview-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.35rem .75rem .85rem}#layout-wrapper .project-overview-empty__icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-bottom:.65rem;border-radius:.65rem;background:#556ee61a;color:var(--sk-primary);font-size:1.25rem}#layout-wrapper .project-overview-empty__title{font-size:.875rem;font-weight:600;color:var(--sk-text)}#layout-wrapper .project-overview-empty__copy{font-size:.75rem;line-height:1.45;max-width:16rem;color:var(--sk-text-muted, #74788d)}#layout-wrapper .project-overview-hero{border-color:#556ee624;background:linear-gradient(135deg,rgba(85,110,230,.09) 0%,rgba(85,110,230,.02) 45%,transparent 72%),var(--sk-card-bg, var(--sk-header-bg, #fff));overflow:visible}#layout-wrapper .project-overview-hero:hover{border-color:#556ee638}html[data-mui-color-scheme=dark] #layout-wrapper .project-overview-hero{border-color:#556ee638;background:linear-gradient(135deg,rgba(85,110,230,.16) 0%,rgba(85,110,230,.04) 45%,transparent 72%),var(--sk-card-bg, #2a3042)}html[data-mui-color-scheme=dark] #layout-wrapper .project-overview-logo-tile{background:#ffffff0f;border-color:#a6b0cf2e}html[data-mui-color-scheme=dark] #layout-wrapper .project-overview-meta-chip{background:#ffffff0a;border-color:#a6b0cf1f}#layout-wrapper .project-overview-hero__top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:.9rem 1rem}#layout-wrapper .project-overview-logo-tile{position:relative;flex-shrink:0;width:3.25rem;height:3.25rem;margin-top:.15rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;background:#556ee61f;border:1px solid rgba(85,110,230,.14);box-shadow:0 1px 2px #0f172a0a;overflow:hidden}#layout-wrapper .project-overview-logo-tile img{position:relative;z-index:1;width:2.1rem;height:2.1rem;object-fit:contain}#layout-wrapper .project-overview-logo-fallback{display:none;font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:var(--sk-primary)}#layout-wrapper .project-overview-logo-tile--fallback .project-overview-logo-fallback,#layout-wrapper .project-overview-logo-tile:not(:has(img[src])) .project-overview-logo-fallback{display:inline}#layout-wrapper .project-overview-logo-tile--fallback img{display:none!important}#layout-wrapper .project-overview-hero__copy{min-width:0;display:flex;flex-direction:column;gap:.2rem;padding-top:.05rem}#layout-wrapper .project-overview-kicker{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--sk-text-muted, #74788d);line-height:1.2}#layout-wrapper .project-overview-client{font-size:.875rem;font-weight:500;line-height:1.35;color:var(--sk-primary);word-break:break-word}#layout-wrapper .project-overview-title{margin-top:.2rem;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.3;color:var(--sk-text);word-break:break-word;max-width:36rem}#layout-wrapper .project-overview-hero__tools{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}#layout-wrapper .project-overview-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-top:1.15rem;padding-top:1.05rem;border-top:1px solid rgba(85,110,230,.1)}#layout-wrapper .project-overview-meta-chip{display:flex;align-items:center;gap:.55rem;min-width:0;padding:.6rem .75rem;border-radius:.5rem;background:#556ee60d;border:1px solid rgba(85,110,230,.08)}#layout-wrapper .project-overview-meta-chip>i{font-size:1.15rem;color:var(--sk-primary);flex-shrink:0}#layout-wrapper .project-overview-meta-label{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--sk-text-muted, #74788d);line-height:1.2}#layout-wrapper .project-overview-meta-value{display:block;margin-top:.15rem;font-size:.8125rem;font-weight:500;color:var(--sk-text);line-height:1.3}#layout-wrapper .project-overview-details-popover{position:relative;flex-shrink:0}#layout-wrapper .project-overview-details-btn.btn-icon{width:2.15rem;height:2.15rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem}#layout-wrapper .project-overview-details-btn.active{color:var(--sk-primary)!important;background-color:#556ee62e!important}#layout-wrapper .project-overview-details-btn:disabled{opacity:.45;cursor:not-allowed}#layout-wrapper .project-overview-details-panel{position:absolute;top:calc(100% + .45rem);right:0;z-index:30;width:min(22.5rem,calc(100vw - 3rem));padding:1.05rem 1.15rem;border-radius:.5rem;border:1px solid var(--sk-border, rgba(0, 0, 0, .08));background:var(--sk-dropdown-bg, #fff);box-shadow:0 .75rem 1.75rem #0f172a24;animation:project-overview-pop .16s ease}@keyframes project-overview-pop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){#layout-wrapper .project-overview-details-panel{animation:none}}#layout-wrapper .project-overview-details-panel__title{margin:0 0 .45rem;font-size:.8125rem;font-weight:600;color:var(--sk-text)}#layout-wrapper .project-overview-details-panel__body{font-size:.8125rem;line-height:1.55;color:var(--sk-text-muted, #74788d)}#layout-wrapper .project-overview-details-points{margin:.75rem 0 0;padding:0;list-style:none}#layout-wrapper .project-overview-details-points li{position:relative;padding-left:1rem;margin-bottom:.4rem;font-size:.8125rem;line-height:1.45;color:var(--sk-text-muted, #74788d)}#layout-wrapper .project-overview-details-points li:before{content:"";position:absolute;left:0;top:.45em;width:.35rem;height:.35rem;border-radius:50%;background:var(--sk-primary)}#layout-wrapper .project-overview-team{display:flex;flex-direction:column;gap:.45rem}#layout-wrapper .project-overview-team-row{display:flex;align-items:center;gap:.75rem;padding:.65rem .7rem;border-radius:.5rem;background:#556ee608;border:1px solid transparent}#layout-wrapper .project-overview-team-name{font-size:.875rem;font-weight:500;color:var(--sk-text);line-height:1.3;word-break:break-word}#layout-wrapper .project-overview-team-tags{margin-top:.25rem;display:flex;flex-wrap:wrap;gap:.25rem}#layout-wrapper .project-overview-avatar{flex-shrink:0;width:2.15rem;height:2.15rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;letter-spacing:.02em;color:#fff;background:var(--sk-primary)}#layout-wrapper .project-overview-avatar--primary{background:var(--sk-primary)}#layout-wrapper .project-overview-avatar--success{background:#34c38f}#layout-wrapper .project-overview-avatar--info{background:#50a5f1}#layout-wrapper .project-overview-avatar--warning{background:#f1b44c}#layout-wrapper .project-overview-avatar--danger{background:#f46a6a}#layout-wrapper .project-overview-create{margin-bottom:1rem;padding:.9rem 1rem;border-radius:.5rem;background:#556ee60a;border:1px solid rgba(85,110,230,.12)}#layout-wrapper .project-overview-create__label{font-size:.75rem;font-weight:600;color:var(--sk-text-muted, #74788d);margin-bottom:.55rem}#layout-wrapper .project-overview-task-list{display:flex;flex-direction:column;gap:.4rem}#layout-wrapper .project-overview-task-row{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem .8rem;margin:0;border:1px solid transparent;border-radius:.5rem;background:#556ee608;color:inherit;text-align:left;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}#layout-wrapper .project-overview-task-row:hover,#layout-wrapper .project-overview-task-row:focus-visible{background:#556ee614;border-color:#556ee629;outline:none}#layout-wrapper .project-overview-task-row:focus-visible{outline:2px solid var(--sk-primary);outline-offset:1px}#layout-wrapper .project-overview-task-icon{flex-shrink:0;width:2.35rem;height:2.35rem;border-radius:.55rem;display:inline-flex;align-items:center;justify-content:center;background:#556ee61f;color:var(--sk-primary);font-size:1.2rem}#layout-wrapper .project-overview-task-main{flex:1 1 auto;display:flex;flex-direction:column;gap:.3rem;min-width:0}#layout-wrapper .project-overview-task-title{font-size:.875rem;font-weight:500;color:var(--sk-text);line-height:1.35;word-break:break-word}#layout-wrapper .project-overview-task-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .65rem}#layout-wrapper .project-overview-task-assignee{font-size:.75rem;color:var(--sk-text-muted, #74788d)}#layout-wrapper .project-overview-task-chevron{flex-shrink:0;font-size:1.15rem;color:var(--sk-text-muted, #74788d);opacity:.55}#layout-wrapper .project-overview-task-row:hover .project-overview-task-chevron{opacity:1;color:var(--sk-primary)}#layout-wrapper .project-overview-bars{display:flex;flex-direction:column;gap:.85rem}#layout-wrapper .project-overview-bar-row{display:grid;grid-template-columns:minmax(0,5.5rem) minmax(0,1fr) auto;gap:.55rem;align-items:center}#layout-wrapper .project-overview-bar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;color:var(--sk-text-muted, #74788d)}#layout-wrapper .project-overview-bar-track{height:.45rem;border-radius:999px;background:var(--sk-tertiary-bg);overflow:hidden}#layout-wrapper .project-overview-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#556ee6,#7b8ff0);min-width:2px}#layout-wrapper .project-overview-bar-count{min-width:1.25rem;text-align:right;font-size:.75rem;font-weight:600;color:var(--sk-text)}#layout-wrapper .project-overview-activity{display:flex;flex-direction:column;gap:.45rem}#layout-wrapper .project-overview-activity-row{display:flex;align-items:flex-start;gap:.7rem;padding:.65rem .7rem;border-radius:.5rem;background:#556ee608}#layout-wrapper .project-overview-activity-name{font-size:.8125rem;font-weight:600;color:var(--sk-text);line-height:1.3}#layout-wrapper .project-overview-activity-event{margin-top:.15rem;font-size:.75rem;line-height:1.4;color:var(--sk-text-muted, #74788d)}#layout-wrapper .project-overview-activity-date{margin-top:.2rem;font-size:.6875rem;color:var(--sk-text-muted, #74788d);opacity:.9}#layout-wrapper .bg-primary-subtle{background-color:#556ee62e!important}#layout-wrapper .text-primary{color:var(--sk-primary)!important}#layout-wrapper .font-size-11{font-size:.6875rem!important}@media (max-width: 767.98px){#layout-wrapper .project-overview-meta{grid-template-columns:1fr}}@media (max-width: 575.98px){#layout-wrapper .project-overview-hero__top{grid-template-columns:auto minmax(0,1fr)}#layout-wrapper .project-overview-hero__tools{grid-column:1 / -1;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding-top:.15rem}#layout-wrapper .project-overview-title{font-size:1.1rem}#layout-wrapper .project-overview-task-row{flex-wrap:wrap}#layout-wrapper .project-overview-task-chevron{display:none}}.shared-ui-card{border:0}.shared-ui-approval-card{border:1px solid color-mix(in srgb,var(--sk-success, #34c38f) 35%,transparent);border-left:3px solid var(--sk-success, #34c38f);box-shadow:var(--sk-box-shadow, 0 .75rem 1.5rem rgba(18, 38, 63, .03))}.shared-ui-approval-card__email{color:var(--sk-primary, #556ee6);font-weight:500}.shared-ui-approval-card__btn{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:700;letter-spacing:.02em;line-height:1.25;color:#fff!important;text-shadow:0 1px 0 rgba(0,0,0,.12);border-width:0;box-shadow:0 2px color-mix(in srgb,var(--sk-success, #34c38f) 55%,#000),0 8px 18px color-mix(in srgb,var(--sk-success, #34c38f) 32%,transparent)}.shared-ui-approval-card__btn:hover:not(:disabled),.shared-ui-approval-card__btn:focus-visible:not(:disabled){color:#fff!important;filter:brightness(1.05);box-shadow:0 2px color-mix(in srgb,var(--sk-success, #34c38f) 45%,#000),0 10px 22px color-mix(in srgb,var(--sk-success, #34c38f) 40%,transparent)}.shared-ui-approval-card__btn:disabled{opacity:.72;box-shadow:none;text-shadow:none}@media (prefers-reduced-motion: no-preference){.shared-ui-approval-card__btn{transition:filter .15s ease,box-shadow .15s ease}}.shared-ui-clickable{cursor:pointer}.shared-ui-clickable:focus-visible{outline:2px solid var(--sk-primary, #556ee6);outline-offset:2px}.shared-ui-mobile-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:0}.shared-ui-mobile-card{margin-bottom:0}.shared-ui-mobile-card .shared-ui-mobile-primary{font-weight:600;font-size:.9375rem;word-break:break-word}.shared-ui-mobile-meta{display:grid;gap:.35rem}.shared-ui-mobile-meta-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;font-size:.8125rem}.shared-ui-mobile-meta-row dt{color:var(--sk-text-muted, #63677c);font-weight:500;margin:0;flex-shrink:0}.shared-ui-mobile-meta-row dd{margin:0;text-align:right;min-width:0;word-break:break-word}.shared-ui-table th{font-size:.8125rem;font-weight:600;white-space:nowrap}.shared-ui-empty{font-size:.875rem}.shared-ui-detail-header__title{margin:0;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.3;color:var(--sk-text, #495057);word-break:break-word}.shared-ui-detail-header__subtitle{font-size:.875rem;line-height:1.5;color:var(--sk-text-muted, #74788d)}.shared-ui-detail-header__meta{min-width:0;align-self:flex-start}.shared-ui-detail-header__meta>:first-child{margin-top:0}.shared-ui-detail-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.shared-ui-detail-main>.card:last-child,.shared-ui-detail-sidebar>.card:last-child{margin-bottom:0}.shared-ui-detail-sidebar .card>.card-header{padding:.875rem 1.25rem .25rem}.shared-ui-detail-sidebar .card>.card-body{padding:.875rem 1.25rem 1.125rem}.shared-ui-detail-sidebar .card>.card-header+.card-body{padding-top:.625rem}.shared-ui-detail-sidebar .card-header h5,.shared-ui-detail-sidebar .card-header h6,.shared-ui-detail-sidebar .card-body>h5:first-child,.shared-ui-detail-sidebar .card-body>h6:first-child{margin-top:0;line-height:1.25}.shared-ui-detail-sidebar dl{margin-bottom:0;text-align:left}.shared-ui-detail-sidebar dt,.shared-ui-detail-sidebar dd{float:none;margin-left:0;margin-right:0;padding-left:0;text-align:left}.shared-ui-meeting-tasks__item+.shared-ui-meeting-tasks__item{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--sk-border, rgba(0, 0, 0, .08))}.shared-ui-meeting-tasks__row{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.shared-ui-meeting-tasks__avatar .avatar-xs{flex-shrink:0}.shared-ui-meeting-tasks__avatar .avatar-xs .avatar-title{font-size:.6875rem;font-weight:600;letter-spacing:.02em}.shared-ui-meeting-tasks__avatar .user-avatar-img{width:2rem;height:2rem;object-fit:cover;display:block}.shared-ui-meeting-tasks__body{min-width:0;flex:1 1 auto}.shared-ui-meeting-tasks__link{display:block;text-decoration:none;color:inherit;min-width:0}.shared-ui-meeting-tasks__link:hover .shared-ui-meeting-tasks__title{color:var(--sk-primary, #556ee6)}.shared-ui-meeting-tasks__title{display:block;font-size:.875rem;font-weight:500;line-height:1.35;word-break:break-word;margin-bottom:.35rem}.shared-ui-meeting-tasks__meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-width:0;flex-wrap:wrap}.shared-ui-meeting-tasks__actions{display:inline-flex;align-items:center;gap:.75rem;flex-shrink:0;margin-left:auto}.shared-ui-meeting-tasks__action{font-size:.75rem;line-height:1.2;text-decoration:none!important;white-space:nowrap}.shared-ui-meeting-tasks__action:disabled{opacity:.55;pointer-events:none}.shared-ui-meeting-summary{font-size:.875rem;line-height:1.55;word-break:break-word}.shared-ui-meeting-summary h2,.shared-ui-meeting-summary h3,.shared-ui-meeting-summary h4{color:var(--sk-text, #495057);font-size:.9375rem;font-weight:600;margin:0 0 .5rem;line-height:1.3}.shared-ui-meeting-summary h2:not(:first-child),.shared-ui-meeting-summary h3:not(:first-child),.shared-ui-meeting-summary h4:not(:first-child){margin-top:1rem}.shared-ui-meeting-summary p{margin:0 0 .65rem}.shared-ui-meeting-summary p:last-child{margin-bottom:0}.shared-ui-meeting-summary ul,.shared-ui-meeting-summary ol{margin:0 0 .65rem;padding-left:1.15rem}.shared-ui-meeting-summary li{margin-bottom:.25rem}.shared-ui-meeting-summary strong{color:var(--sk-text, #495057);font-weight:600}.shared-ui-action-desc{font-size:.875rem}.shared-ui-action-secondary{display:flex;flex-direction:column;gap:.5rem}.shared-ui-workflow-form{display:flex;flex-direction:column;gap:.85rem}.shared-ui-field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.shared-ui-field-row{display:flex;gap:.65rem;align-items:stretch}.shared-ui-field--grow{flex:1 1 auto;min-width:0}.shared-ui-field--currency{flex:0 0 6.5rem}.shared-ui-workflow-form .form-label,.shared-ui-assignee-field .form-label,.shared-ui-action-panel .shared-ui-field .form-label{margin-bottom:0;font-size:.75rem;font-weight:600;letter-spacing:.02em;color:var(--sk-text-muted, #74788d)}.shared-ui-field-optional{font-weight:500;letter-spacing:0;text-transform:none;opacity:.75}.shared-ui-field-hint{font-size:.75rem;line-height:1.4;color:var(--sk-text-muted, #74788d)}.shared-ui-input-shell{position:relative;display:flex;align-items:center}.shared-ui-input-affix{position:absolute;right:.75rem;z-index:2;font-size:.75rem;font-weight:600;letter-spacing:.02em;color:var(--sk-text-muted, #74788d);pointer-events:none}.shared-ui-input-affix--start{right:auto;left:.75rem;font-size:1rem;font-weight:400;display:inline-flex;align-items:center}.shared-ui-workflow-form .form-control,.shared-ui-workflow-form .form-select,.shared-ui-assignee-field .form-control,.shared-ui-assignee-field .form-select,.shared-ui-action-panel .shared-ui-field .form-control,.shared-ui-action-panel .shared-ui-field .form-select{min-height:2.5rem;padding:.55rem .85rem;font-size:.875rem;border-radius:.5rem;border-color:#556ee629;background-color:#556ee60a;box-shadow:none;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}#layout-wrapper .shared-ui-workflow-form .form-control.shared-ui-input--with-start,#layout-wrapper .shared-ui-assignee-field .form-control.shared-ui-input--with-start,#layout-wrapper .shared-ui-action-panel .shared-ui-field .form-control.shared-ui-input--with-start{padding-left:2.6rem}#layout-wrapper .shared-ui-input-shell .form-control:not(.shared-ui-input--with-start){padding-right:2.75rem}.shared-ui-workflow-form textarea.form-control,.shared-ui-assignee-field textarea.form-control,.shared-ui-action-panel .shared-ui-field textarea.form-control{min-height:4.25rem;resize:vertical}.shared-ui-workflow-form .form-control:hover:not(:disabled),.shared-ui-workflow-form .form-select:hover:not(:disabled),.shared-ui-assignee-field .form-control:hover:not(:disabled),.shared-ui-assignee-field .form-select:hover:not(:disabled),.shared-ui-action-panel .shared-ui-field .form-control:hover:not(:disabled),.shared-ui-action-panel .shared-ui-field .form-select:hover:not(:disabled){border-color:#556ee647;background-color:#556ee60f}.shared-ui-workflow-form .form-control:focus,.shared-ui-workflow-form .form-select:focus,.shared-ui-assignee-field .form-control:focus,.shared-ui-assignee-field .form-select:focus,.shared-ui-action-panel .shared-ui-field .form-control:focus,.shared-ui-action-panel .shared-ui-field .form-select:focus{border-color:var(--sk-primary, #556ee6);background-color:var(--sk-card-bg, var(--sk-header-bg, #fff));box-shadow:0 0 0 .2rem #556ee62e}.shared-ui-workflow-form .form-control:disabled,.shared-ui-workflow-form .form-select:disabled,.shared-ui-assignee-field .form-control:disabled,.shared-ui-assignee-field .form-select:disabled,.shared-ui-action-panel .shared-ui-field .form-control:disabled,.shared-ui-action-panel .shared-ui-field .form-select:disabled{opacity:.65}.shared-ui-workflow-submit{margin-top:.25rem;min-height:2.6rem;border-radius:.5rem;font-weight:600}.shared-ui-assignee-readonly{font-size:.875rem;font-weight:500;color:var(--sk-text, #495057)}html[data-mui-color-scheme=dark] .shared-ui-workflow-form .form-control,html[data-mui-color-scheme=dark] .shared-ui-workflow-form .form-select,html[data-mui-color-scheme=dark] .shared-ui-assignee-field .form-control,html[data-mui-color-scheme=dark] .shared-ui-assignee-field .form-select{background-color:#ffffff0a;border-color:#a6b0cf2e}html[data-mui-color-scheme=dark] .shared-ui-workflow-form .form-control:hover:not(:disabled),html[data-mui-color-scheme=dark] .shared-ui-workflow-form .form-select:hover:not(:disabled),html[data-mui-color-scheme=dark] .shared-ui-assignee-field .form-control:hover:not(:disabled),html[data-mui-color-scheme=dark] .shared-ui-assignee-field .form-select:hover:not(:disabled){background-color:#ffffff0f;border-color:#a6b0cf47}html[data-mui-color-scheme=dark] .shared-ui-workflow-form .form-control:focus,html[data-mui-color-scheme=dark] .shared-ui-workflow-form .form-select:focus,html[data-mui-color-scheme=dark] .shared-ui-assignee-field .form-control:focus,html[data-mui-color-scheme=dark] .shared-ui-assignee-field .form-select:focus{background-color:#2a3042;border-color:var(--sk-primary, #556ee6)}@media (max-width: 767.98px){.shared-ui-field--currency{flex-basis:5.75rem}}.shared-ui-workflow-summary{padding:.85rem .95rem;border-radius:.5rem;background:#556ee60d;border:1px solid rgba(85,110,230,.12)}.shared-ui-workflow-summary a{word-break:break-all}.shared-ui-comment-list{padding:0;display:flex;flex-direction:column;gap:.75rem}.shared-ui-comment-item{padding:0;border-top:0}.shared-ui-comment-item:first-child{border-top:0}.shared-ui-comment-item__row{display:flex;align-items:flex-start;gap:.65rem}.shared-ui-comment-item__avatar{margin-top:.1rem}.shared-ui-comment-item__content{min-width:0}.shared-ui-comment-item__meta{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.15rem .5rem;margin-bottom:.35rem}.shared-ui-comment-item__author{font-size:.8125rem;font-weight:600;color:var(--sk-text, #495057);line-height:1.3;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.shared-ui-comment-item__time{flex-shrink:0;font-size:.6875rem;line-height:1.3;color:var(--sk-text-muted, #74788d)}.shared-ui-comment-item__body,.shared-ui-comment-body{margin:0;padding:.55rem .7rem;font-size:.8125rem;line-height:1.45;color:var(--sk-text, #495057);background:#556ee60f;border:1px solid rgba(85,110,230,.08);border-radius:.25rem .5rem .5rem;white-space:pre-wrap;word-break:break-word}.shared-ui-files-card>.card-body{padding:1.2rem 1.25rem}.shared-ui-files-head{margin-bottom:1.1rem;padding-bottom:.9rem;border-bottom:1px solid var(--sk-border, rgba(0, 0, 0, .06))}.shared-ui-files-title{font-size:.975rem;font-weight:600;letter-spacing:-.01em;color:var(--sk-text, #495057)}.shared-ui-files-hint{margin-top:.25rem;font-size:.75rem;line-height:1.4;color:var(--sk-text-muted, #74788d)}.shared-ui-files-loading{font-size:.875rem}.shared-ui-file-list{margin:0;display:flex;flex-direction:column;gap:.55rem}.shared-ui-file-item{display:flex;align-items:center;gap:.75rem;min-width:0;padding:.7rem .85rem;border-radius:.5rem;background:#556ee60a;border:1px solid rgba(85,110,230,.1);transition:border-color .15s ease,background-color .15s ease}.shared-ui-file-item:hover{border-color:#556ee638;background:#556ee612}.shared-ui-file-icon{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;background:#556ee61f;color:var(--sk-primary, #556ee6);font-size:1.15rem}.shared-ui-file-meta{flex:1 1 auto;min-width:0}.shared-ui-file-link{display:block;width:100%;text-decoration:none;word-break:break-word;font-size:.875rem;font-weight:500;line-height:1.35;color:var(--sk-text, #495057)}.shared-ui-file-link:hover,.shared-ui-file-link:focus{color:var(--sk-primary, #556ee6);text-decoration:underline}.shared-ui-file-sub{margin-top:.15rem;font-size:.75rem;line-height:1.35;color:var(--sk-text-muted, #74788d)}.shared-ui-file-download{flex-shrink:0;width:2.15rem;height:2.15rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem}.shared-ui-file-download i{font-size:1.05rem}.shared-ui-file-dropzone{display:flex;align-items:center;gap:.85rem;width:100%;margin:0;padding:1rem 1.1rem;border-radius:.5rem;border:1.5px dashed rgba(85,110,230,.35);background:#556ee60a;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease;-webkit-user-select:none;user-select:none}.shared-ui-file-dropzone--empty{flex-direction:column;align-items:center;text-align:center;padding:1.6rem 1.25rem;gap:.75rem}.shared-ui-file-dropzone:hover:not(.is-disabled),.shared-ui-file-dropzone.is-dragover:not(.is-disabled){border-color:var(--sk-primary, #556ee6);background:#556ee617;box-shadow:0 0 0 .15rem #556ee61f}.shared-ui-file-dropzone.is-disabled{opacity:.65;cursor:not-allowed}.shared-ui-file-dropzone.is-uploading{cursor:wait}.shared-ui-file-dropzone__icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.65rem;display:inline-flex;align-items:center;justify-content:center;background:#556ee61f;color:var(--sk-primary, #556ee6);font-size:1.35rem}.shared-ui-file-dropzone__copy{display:flex;flex-direction:column;gap:.15rem;min-width:0}.shared-ui-file-dropzone__title{font-size:.875rem;font-weight:600;color:var(--sk-text, #495057);line-height:1.35}.shared-ui-file-dropzone__hint{font-size:.75rem;line-height:1.4;color:var(--sk-text-muted, #74788d)}html[data-mui-color-scheme=dark] .shared-ui-file-item{background:#ffffff08;border-color:#a6b0cf24}html[data-mui-color-scheme=dark] .shared-ui-file-item:hover{background:#ffffff0d;border-color:#556ee659}html[data-mui-color-scheme=dark] .shared-ui-file-dropzone{background:#ffffff08;border-color:#a6b0cf47}html[data-mui-color-scheme=dark] .shared-ui-file-dropzone:hover:not(.is-disabled),html[data-mui-color-scheme=dark] .shared-ui-file-dropzone.is-dragover:not(.is-disabled){background:#556ee61f;border-color:var(--sk-primary, #556ee6)}@media (max-width: 575.98px){.shared-ui-file-item{flex-wrap:wrap}.shared-ui-file-download{margin-left:auto}}.shared-ui-artifact{overflow:hidden}.shared-ui-artifact-header{position:relative;z-index:3;min-height:3.25rem;padding-top:.75rem;padding-bottom:.75rem;background-color:var(--sk-header-bg, #fff)!important;transition:box-shadow .2s ease}.shared-ui-artifact-header--elevated{box-shadow:0 10px 18px -10px #0f172a59}html[data-mui-color-scheme=dark] .shared-ui-artifact-header--elevated{box-shadow:0 12px 22px -10px #0000008c}.shared-ui-artifact-header__title{display:flex;align-items:center;align-self:center;margin:0;line-height:1.2;min-width:0}.shared-ui-artifact-frame-wrap{position:relative;z-index:1;min-height:min(480px,70vh);padding:0;background:var(--sk-header-bg, #fff);border-radius:0 0 .25rem .25rem;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(116,120,141,.4) transparent}.shared-ui-artifact-frame-wrap::-webkit-scrollbar{width:4px;height:4px}.shared-ui-artifact-frame-wrap::-webkit-scrollbar-track{background:transparent}.shared-ui-artifact-frame-wrap::-webkit-scrollbar-thumb{background-color:#74788d66;border-radius:999px}.shared-ui-artifact-frame-wrap::-webkit-scrollbar-thumb:hover{background-color:#74788d99}html[data-mui-color-scheme=dark] .shared-ui-artifact-frame-wrap{scrollbar-color:rgba(228,196,154,.28) transparent}html[data-mui-color-scheme=dark] .shared-ui-artifact-frame-wrap::-webkit-scrollbar-thumb{background-color:#e4c49a47}html[data-mui-color-scheme=dark] .shared-ui-artifact-frame-wrap::-webkit-scrollbar-thumb:hover{background-color:#e4c49a73}.shared-ui-artifact-frame{display:block;width:100%;min-height:min(480px,70vh);border:0;border-radius:0;background:transparent;box-shadow:none}.shared-ui-artifact--tall{display:flex;flex-direction:column;min-height:0;flex:1 1 auto;margin-bottom:0}.shared-ui-artifact--tall .shared-ui-artifact-frame-wrap{flex:1 1 auto;min-height:20rem;height:auto}.shared-ui-artifact--tall .shared-ui-artifact-frame{min-height:100%;height:100%}.shared-ui-artifact--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;margin:0!important;border-radius:0;display:flex;flex-direction:column;background:var(--sk-header-bg, #fff);box-shadow:none}.shared-ui-artifact--fullscreen .card-header{flex-shrink:0;padding:.875rem 1.25rem;border-bottom:1px solid var(--sk-border, rgba(0, 0, 0, .08))!important}.shared-ui-artifact--fullscreen .shared-ui-artifact-frame-wrap{flex:1 1 auto;min-height:0;height:auto;border-radius:0;overflow:auto;padding:0;background:var(--sk-header-bg, #fff)}.shared-ui-artifact--fullscreen .shared-ui-artifact-frame{width:100%;max-width:none;flex:1 1 auto;min-height:100%;height:100%;margin:0;border-radius:0;box-shadow:none;background:transparent;overflow:hidden}.shared-ui-detail:has(.shared-ui-detail-split--fixed){display:flex;flex-direction:column;min-height:calc(100svh - var(--sk-header-height, 70px) - 1.5rem - .75rem)}.shared-ui-detail-split--fixed{display:flex;flex-direction:column;gap:1.25rem;align-items:stretch;flex:1 1 auto;min-height:0}.shared-ui-detail-split--fixed .shared-ui-detail-main-col{min-width:0;order:1;display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.shared-ui-detail-split--fixed .shared-ui-detail-main-col>.shared-ui-detail-header{flex-shrink:0}.shared-ui-detail-split--fixed .shared-ui-detail-main{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.shared-ui-detail-split--fixed .shared-ui-detail-aside-col{min-width:0;order:2}@media (min-width: 992px){.shared-ui-detail-split--fixed{flex-direction:row;align-items:stretch}.shared-ui-detail-split--fixed .shared-ui-detail-main-col{flex:2 1 0;min-width:0;order:0}.shared-ui-detail-split--fixed .shared-ui-detail-aside-col{flex:1 1 0;width:auto;max-width:none;min-width:0;order:0;align-self:stretch}}@media print{.shared-ui-artifact-frame-wrap{min-height:auto}.shared-ui-artifact--fullscreen{position:static}}.shared-ui-timeline{padding:0 1rem 1rem 1.75rem;position:relative}.shared-ui-timeline-item{position:relative;padding:0 0 1.25rem 1.25rem}.shared-ui-timeline-item:last-child{padding-bottom:0}.shared-ui-timeline-item:before{content:"";position:absolute;left:.3125rem;top:.75rem;bottom:-.25rem;width:2px;background:var(--sk-border-color, rgba(0, 0, 0, .12))}.shared-ui-timeline-item:last-child:before{display:none}.shared-ui-timeline-marker{position:absolute;left:0;top:.35rem;width:.75rem;height:.75rem;border-radius:50%;background:var(--sk-primary, #556ee6);border:2px solid var(--sk-card-bg, var(--sk-header-bg, #fff));box-shadow:0 0 0 1px var(--sk-primary, #556ee6)}.shared-ui-timeline-content{min-width:0}.shared-ui-timeline-transition{font-family:ui-monospace,monospace}.shared-ui-activity-card>.card-body{padding:1.2rem 1.25rem}.shared-ui-activity-head{margin-bottom:1.1rem;padding-bottom:.9rem;border-bottom:1px solid var(--sk-border, rgba(0, 0, 0, .06))}.shared-ui-activity-title{font-size:.975rem;font-weight:600;letter-spacing:-.01em;color:var(--sk-text, #495057)}.shared-ui-activity-hint{margin-top:.25rem;font-size:.75rem;line-height:1.4;color:var(--sk-text-muted, #74788d)}.shared-ui-activity-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.35rem .75rem .85rem}.shared-ui-activity-empty__icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-bottom:.65rem;border-radius:.65rem;background:#556ee61a;color:var(--sk-primary, #556ee6);font-size:1.25rem}.shared-ui-activity-empty__title{font-size:.875rem;font-weight:600;color:var(--sk-text, #495057)}.shared-ui-activity-empty__copy{font-size:.75rem;line-height:1.45;max-width:16rem;color:var(--sk-text-muted, #74788d)}.shared-ui-activity-list{display:flex;flex-direction:column;gap:.45rem}.shared-ui-activity-row{display:flex;align-items:flex-start;gap:.7rem;padding:.65rem .7rem;border-radius:.5rem;background:#556ee608}.shared-ui-activity-avatar{flex-shrink:0;width:2.15rem;height:2.15rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;letter-spacing:.02em;color:#fff;background:var(--sk-primary, #556ee6)}.shared-ui-activity-name{font-size:.8125rem;font-weight:600;color:var(--sk-text, #495057);line-height:1.3}.shared-ui-activity-event{margin-top:.15rem;font-size:.75rem;line-height:1.4;color:var(--sk-text-muted, #74788d)}.shared-ui-activity-transition{margin-top:.15rem;font-size:.6875rem;color:var(--sk-text-muted, #74788d);opacity:.9}.shared-ui-activity-date{margin-top:.2rem;font-size:.6875rem;color:var(--sk-text-muted, #74788d);opacity:.9}html[data-mui-color-scheme=dark] .shared-ui-activity-row{background:#ffffff08}@media (min-width: 992px){.shared-ui-detail-sidebar{position:sticky;top:calc(var(--sk-header-height, 70px) + 1rem)}.shared-ui-detail-sidebar--page-scroll{position:static;max-height:none;overflow:visible}}#layout-wrapper .task-detail-page .card{border:0;border-radius:.25rem;box-shadow:var(--sk-box-shadow)}#layout-wrapper .task-detail-page .shared-ui-detail-header>.card-body,#layout-wrapper .task-detail-page .task-detail-assignee--sidebar>.card-body{padding:1.25rem 1.35rem}#layout-wrapper .task-detail-page .shared-ui-detail-top-aside>.task-detail-assignee--sidebar{height:100%}#layout-wrapper .task-detail-page .shared-ui-detail-header__title{font-size:1.25rem}#layout-wrapper .task-detail-page .task-detail-title--editable{display:block;width:100%;padding:0;margin:0 0 .25rem;border:0;border-radius:.25rem;outline:none;cursor:text;box-shadow:none;background:transparent;transition:box-shadow .15s ease}#layout-wrapper .task-detail-page .task-detail-title--editable:hover{box-shadow:inset 0 0 0 1px #556ee62e}#layout-wrapper .task-detail-page .task-detail-title--editable:focus{box-shadow:inset 0 0 0 1px var(--sk-primary, #556ee6),0 0 0 2px #556ee629}#layout-wrapper .task-detail-page .task-detail-title--editable.is-saving{opacity:.75}html[data-mui-color-scheme=dark] #layout-wrapper .task-detail-page .task-detail-title--editable:hover{box-shadow:inset 0 0 0 1px #a6b0cf47}#layout-wrapper .task-detail-page .task-detail-card{margin-bottom:1.25rem}#layout-wrapper .task-detail-page .task-detail-card>.card-body{padding:1.25rem 1.35rem}#layout-wrapper .task-detail-page .task-detail-comments>.card,#layout-wrapper .task-detail-page .task-detail-files>.card{margin-bottom:1.25rem}#layout-wrapper .task-detail-section-head{margin-bottom:1.1rem;padding-bottom:.9rem;border-bottom:1px solid var(--sk-border, rgba(0, 0, 0, .06))}#layout-wrapper .task-detail-section-title{font-size:.975rem;font-weight:600;letter-spacing:-.01em;color:var(--sk-text)}#layout-wrapper .task-detail-section-hint{margin-top:.25rem;font-size:.75rem;line-height:1.4;color:var(--sk-text-muted, #74788d)}#layout-wrapper .task-detail-summary-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}#layout-wrapper .task-detail-type-pill{display:inline-flex;align-items:center;gap:.65rem;min-height:2.5rem;flex-shrink:0}#layout-wrapper .task-detail-type-icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.65rem;display:inline-flex;align-items:center;justify-content:center;background:#556ee61f;color:var(--sk-primary);font-size:1.25rem}#layout-wrapper .task-detail-type-label{font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--sk-text-muted, #74788d);line-height:1.2;margin:0}#layout-wrapper .task-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;flex:1 1 auto;min-width:0}#layout-wrapper .task-detail-meta-chip{display:flex;align-items:center;gap:.55rem;min-width:0;padding:.45rem .7rem;border-radius:.5rem;background:#556ee60d;border:1px solid transparent}#layout-wrapper .task-detail-meta-chip>i{font-size:1.15rem;color:var(--sk-primary);flex-shrink:0}#layout-wrapper .task-detail-meta-label{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--sk-text-muted, #74788d);line-height:1.2}#layout-wrapper .task-detail-meta-value{display:block;margin-top:.15rem;font-size:.8125rem;font-weight:500;color:var(--sk-text);line-height:1.35;word-break:break-word}#layout-wrapper .task-detail-richtext{font-size:.875rem;line-height:1.6;color:var(--sk-text);word-break:break-word}#layout-wrapper .task-detail-richtext h2,#layout-wrapper .task-detail-richtext h3,#layout-wrapper .task-detail-richtext h4{color:var(--sk-text);font-size:.9375rem;font-weight:600;margin:0 0 .5rem;line-height:1.3}#layout-wrapper .task-detail-richtext h2:not(:first-child),#layout-wrapper .task-detail-richtext h3:not(:first-child),#layout-wrapper .task-detail-richtext h4:not(:first-child){margin-top:1rem}#layout-wrapper .task-detail-richtext p{margin:0 0 .65rem}#layout-wrapper .task-detail-richtext p:last-child{margin-bottom:0}#layout-wrapper .task-detail-richtext ul,#layout-wrapper .task-detail-richtext ol{margin:0 0 .65rem;padding-left:1.15rem}#layout-wrapper .task-detail-richtext li{margin-bottom:.25rem}#layout-wrapper .task-detail-richtext strong{font-weight:600}#layout-wrapper .task-detail-richtext a{color:var(--sk-primary)}#layout-wrapper .task-detail-richtext-wrap{position:relative}#layout-wrapper .task-detail-richtext--editable{min-height:3.25rem;padding:0;margin:0;border:0;border-radius:.25rem;outline:none;cursor:text;box-shadow:none;background:transparent;transition:box-shadow .15s ease}#layout-wrapper .task-detail-richtext--editable:hover{box-shadow:inset 0 0 0 1px #556ee62e}#layout-wrapper .task-detail-richtext--editable:focus{box-shadow:inset 0 0 0 1px var(--sk-primary, #556ee6),0 0 0 2px #556ee629}#layout-wrapper .task-detail-richtext--editable.is-empty:not(:focus):before{content:attr(data-placeholder);color:var(--sk-text-muted, #74788d);pointer-events:none}#layout-wrapper .task-detail-richtext-status{margin-top:.45rem;font-size:.75rem;color:var(--sk-text-muted, #74788d)}html[data-mui-color-scheme=dark] #layout-wrapper .task-detail-richtext--editable:hover{box-shadow:inset 0 0 0 1px #a6b0cf47}#layout-wrapper .task-detail-assignee__label{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--sk-text-muted, #74788d);margin-bottom:.55rem}#layout-wrapper .task-detail-page .shared-ui-action-panel>.card-body{padding:1.2rem 1.25rem}#layout-wrapper .task-detail-page .shared-ui-action-panel h5{font-size:.975rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.35rem!important}#layout-wrapper .task-detail-comment-form textarea.form-control{border-radius:.5rem;min-height:5.5rem;resize:vertical}#layout-wrapper .task-detail-comment-form__actions{display:flex;justify-content:flex-end;margin-top:.75rem}#layout-wrapper .task-detail-page .task-detail-comments .card-header{padding:1.15rem 1.35rem 0;border:0;background:transparent}#layout-wrapper .task-detail-page .task-detail-comments .card-header h5{font-size:.975rem;font-weight:600;letter-spacing:-.01em}#layout-wrapper .task-detail-page .task-detail-comments .card-body{padding:1rem 1.35rem 1.25rem}@media (max-width: 575.98px){#layout-wrapper .task-detail-summary-row{flex-direction:column;align-items:stretch}#layout-wrapper .task-detail-meta-chip{flex:1 1 calc(50% - .3rem);min-width:0}}html,body,#root{margin:0;min-height:100%}body{font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}*,*:before,*:after{box-sizing:border-box}html,*{scrollbar-width:thin;scrollbar-color:rgba(116,120,141,.4) transparent}*::-webkit-scrollbar{width:4px;height:4px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#74788d66;border-radius:999px}*::-webkit-scrollbar-thumb:hover{background-color:#74788d99}*::-webkit-scrollbar-corner{background:transparent}*::-webkit-scrollbar-button{display:none;width:0;height:0}html[data-mui-color-scheme=dark],html[data-mui-color-scheme=dark] *{scrollbar-color:rgba(228,196,154,.28) transparent}html[data-mui-color-scheme=dark] *::-webkit-scrollbar-thumb{background-color:#e4c49a47}html[data-mui-color-scheme=dark] *::-webkit-scrollbar-thumb:hover{background-color:#e4c49a73}a,button,[role=button],input,select,textarea{touch-action:manipulation}:focus-visible{outline-color:#556ee6}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
