:root,:host{--color-primary: #5a83bb;--color-blue: #0953b9;--color-green: #27AE60;--color-lime: #D5EDB6;--color-olive: #456A16;--color-light-red: #fdd8d8;--color-red: #b51616;--color-yellow: #FFB950;--color-light-brown: #FFE5BE;--color-brown: #81591c;--color-gray: #7C7C7C;--color-gray-300: #ACADAF;--color-quartz-gray: #49454F;--color-black: #000000;--color-muted: #D5D6D7;--color-lightgray: #EFEFF0;--color-white: #FFFFFF;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--text-7xl: 4.5rem;--text-8xl: 6rem;--text-9xl: 8rem}.unset{all:unset}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bg-primary{background-color:var(--color-primary)}.bg-blue{background-color:var(--color-blue)}.bg-green{background-color:var(--color-green)}.bg-lime{background-color:var(--color-lime)}.bg-olive{background-color:var(--color-olive)}.bg-light-red{background-color:var(--color-light-red)}.bg-red{background-color:var(--color-red)}.bg-yellow{background-color:var(--color-yellow)}.bg-light-brown{background-color:var(--color-light-brown)}.bg-brown{background-color:var(--color-brown)}.bg-gray{background-color:var(--color-gray)}.bg-gray-300{background-color:var(--color-gray-300)}.bg-quartz-gray{background-color:var(--color-quartz-gray)}.bg-black{background-color:var(--color-black)}.bg-muted{background-color:var(--color-muted)}.bg-lightgray{background-color:var(--color-lightgray)}.bg-white{background-color:var(--color-white)}.border-primary{border-color:var(--color-primary)}.border-blue{border-color:var(--color-blue)}.border-green{border-color:var(--color-green)}.border-lime{border-color:var(--color-lime)}.border-olive{border-color:var(--color-olive)}.border-light-red{border-color:var(--color-light-red)}.border-red{border-color:var(--color-red)}.border-yellow{border-color:var(--color-yellow)}.border-light-brown{border-color:var(--color-light-brown)}.border-brown{border-color:var(--color-brown)}.border-gray{border-color:var(--color-gray)}.border-gray-300{border-color:var(--color-gray-300)}.border-quartz-gray{border-color:var(--color-quartz-gray)}.border-black{border-color:var(--color-black)}.border-muted{border-color:var(--color-muted)}.border-lightgray{border-color:var(--color-lightgray)}.border-white{border-color:var(--color-white)}.text-primary{color:var(--color-primary)}.text-blue{color:var(--color-blue)}.text-green{color:var(--color-green)}.text-lime{color:var(--color-lime)}.text-olive{color:var(--color-olive)}.text-light-red{color:var(--color-light-red)}.text-red{color:var(--color-red)}.text-yellow{color:var(--color-yellow)}.text-light-brown{color:var(--color-light-brown)}.text-brown{color:var(--color-brown)}.text-gray{color:var(--color-gray)}.text-gray-300{color:var(--color-gray-300)}.text-quartz-gray{color:var(--color-quartz-gray)}.text-black{color:var(--color-black)}.text-muted{color:var(--color-muted)}.text-lightgray{color:var(--color-lightgray)}.text-white{color:var(--color-white)}.cursor-auto:enabled{cursor:auto}.cursor-default:enabled{cursor:default}.cursor-pointer:enabled{cursor:pointer}.cursor-wait:enabled{cursor:wait}.cursor-text:enabled{cursor:text}.cursor-move:enabled{cursor:move}.cursor-help:enabled{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-none:enabled{cursor:none}.cursor-context-menu:enabled{cursor:context-menu}.cursor-progress:enabled{cursor:progress}.cursor-cell:enabled{cursor:cell}.cursor-crosshair:enabled{cursor:crosshair}.cursor-vertical-text:enabled{cursor:vertical-text}.cursor-alias:enabled{cursor:alias}.border-0{border-width:0px}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-double{border-style:double}.border-hidden{border-style:hidden}.border-none{border-style:none}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-shrink-0{flex-shrink:0}.flex-auto{flex:1 1 auto}.op-0{opacity:0}.op-10{opacity:.1}.op-20{opacity:.2}.op-30{opacity:.3}.op-40{opacity:.4}.op-50{opacity:.5}.op-60{opacity:.6}.op-70{opacity:.7}.op-80{opacity:.8}.op-90{opacity:.9}.op-100{opacity:1}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.top-0{top:0}.top-1{top:.25rem}.top-2{top:.5rem}.top-4{top:1rem}.top-8{top:2rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-4{right:1rem}.right-8{right:2rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-4{bottom:1rem}.bottom-8{bottom:2rem}.left-0{left:0}.left-1{left:.25rem}.left-2{left:.5rem}.left-4{left:1rem}.left-8{left:2rem}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-auto{z-index:auto}.z--1{z-index:-1}.z-100{z-index:100}.z-999{z-index:999}.z-max{z-index:9999}.gap-0{gap:0px}.gap-2{gap:2px}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-10{gap:10px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-20{gap:20px}.gap-24{gap:24px}.gap-32{gap:32px}.gap-40{gap:40px}.gap-48{gap:48px}.gap-56{gap:56px}.gap-64{gap:64px}.gap-80{gap:80px}.gap-96{gap:96px}.gap-128{gap:128px}.gap-160{gap:160px}.gap-192{gap:192px}.gap-224{gap:224px}.gap-256{gap:256px}.h-full{height:100%}.h-min,.h-max{height:max-content}.min-h-max{min-height:max-content}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.h-0{height:0px}.h-px{height:1px}.h-2{height:2px}.h-4{height:4px}.h-6{height:6px}.h-8{height:8px}.h-10{height:10px}.h-12{height:12px}.h-16{height:16px}.h-20{height:20px}.h-24{height:24px}.h-32{height:32px}.h-40{height:40px}.h-48{height:48px}.h-56{height:56px}.h-64{height:64px}.h-80{height:80px}.h-96{height:96px}.h-128{height:128px}.h-160{height:160px}.h-192{height:192px}.h-224{height:224px}.h-256{height:256px}.w-full{width:100%}.w-min,.w-max{width:max-content}.min-w-max{min-width:max-content}.w-screen{width:100vw}.min-w-screen{min-width:100vw}.w-0{width:0px}.w-px{width:1px}.w-2{width:2px}.w-4{width:4px}.w-6{width:6px}.w-8{width:8px}.w-10{width:10px}.w-12{width:12px}.w-16{width:16px}.w-20{width:20px}.w-24{width:24px}.w-32{width:32px}.w-40{width:40px}.w-48{width:48px}.w-56{width:56px}.w-64{width:64px}.w-80{width:80px}.w-96{width:96px}.w-128{width:128px}.w-160{width:160px}.w-192{width:192px}.w-224{width:224px}.w-256{width:256px}.w-1\/2{width:50%}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.text-xs{font-size:var(--text-xs);line-height:calc(1 / .75)}.text-sm{font-size:var(--text-sm);line-height:calc(1.25 / .875)}.text-base{font-size:var(--text-base);line-height:1.5}.text-lg{font-size:var(--text-lg);line-height:calc(1.75 / 1.125)}.text-xl{font-size:var(--text-xl);line-height:calc(1.75 / 1.25)}.text-2xl{font-size:var(--text-2xl);line-height:calc(2 / 1.5)}.text-3xl{font-size:var(--text-3xl);line-height:1.2}.text-4xl{font-size:var(--text-4xl);line-height:calc(2.5 / 2.25)}.text-5xl{font-size:var(--text-5xl);line-height:1}.text-6xl{font-size:var(--text-6xl);line-height:1}.text-7xl{font-size:var(--text-7xl);line-height:1}.text-8xl{font-size:var(--text-8xl);line-height:1}.text-9xl{font-size:var(--text-9xl);line-height:1}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.hover\:underline:hover{text-decoration-line:underline}.hover\:overline:hover{text-decoration-line:overline}.hover\:line-through:hover{text-decoration-line:line-through}.hover\:no-underline:hover{text-decoration-line:none}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.d-flex{display:flex}.d-none{display:none}.d-jsb{display:flex;justify-content:space-between}.d-jfl{display:flex;justify-content:flex-end}.d-jsb-c{display:flex;justify-content:space-between;align-items:center}.d-jsb-cen{display:flex;justify-content:center;align-items:center}.d-jsb-r{display:flex;justify-content:right;align-items:center}.jsb-l{justify-content:left;align-items:center}.d-jsb-cen-col{display:flex;align-items:center;justify-content:center;flex-direction:column}.d-f-1-col{display:flex;flex:1;flex-direction:column}.d-l{display:flex;align-items:flex-start}.al-flx-s{align-items:flex-start}.al-c{align-items:center}.al-l{align-items:left}.pointer{cursor:pointer}.clickable:enabled{cursor:pointer}div.pointer{cursor:pointer}.progress-primary{background-color:#5a83bb;border-radius:5px;height:5px}.progress-base{background-color:#c0cfe5;border-radius:5px;height:5px}.txt-elps{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.txt-wrap{word-break:break-word}.txt-center{text-align:center}.txt-end{text-align:end}.txt-bold{font-weight:700}.txt-primary{color:#5a83bb}.txt-white{color:#fff}.txt-black{color:#000}.txt-muted{color:#d5d6d7}.txt-m-grey{color:#2f3237}.txt-grey{color:#7c7c7c}.txt-quartz-gray{color:#49454f}.txt-green{color:#27ae60}.txt-red{color:#e74c3c}.txt-sm{font-size:x-small}.txt-md{font-size:small}.txt-md{font-size:.9rem}.border-r-1rem{border-radius:1rem}.border-r-10{border-radius:10px}.border-r-20{border-radius:20px}.btn-error{color:red;border:1px solid red}.btn-error-radius{color:red;border:1px solid red;border-radius:56px}.btn-sdw{box-shadow:1px 1px 5px #d3d3d3;cursor:pointer;border-radius:10px}.chip{height:20px;font-size:.6rem}.chip-clear{border-radius:15px;font-size:.6rem}.chip-success{border:1px solid green;color:green;background-color:#90ee90}.chip-error{border:1px solid red;color:red;background-color:#fff}.chip-primary{border:1px solid #5a83bb;color:#5a83bb;background-color:#fff}.chip-error-contained{border:1px solid red;color:#fff;background-color:red}.card-sdw{box-shadow:1px 1px 5px #d3d3d3;border-radius:5px}.datepicker-calendar-icon{width:12px;height:12px;padding:0}.sdw-none{box-shadow:none}.table-border-light{border:1px solid #efeff0}.table-border-reg{border:1px solid #e4e4e4}.pd-0{padding:0}.pd-5{padding:5px}.pd-10{padding:10px}.pd-15{padding:15px}.pd-20,.pd-24{padding:20px}.pr-20{padding-right:20px}.pl-16{padding-left:16px}.pl-20{padding-left:20px}.pb-20{padding-bottom:20px}.pb-10{padding-bottom:10px}.pt-0{padding-top:0!important}.p-0{padding:0}.pr-0{padding-right:0!important}.p-lr-10{padding-left:10px;padding-right:10px}.p-lr-20{padding-left:20px;padding-right:20px}.pd-phase-box{padding:5px 10px}.pb-0{padding-bottom:0!important}.m-0{margin:0}.m-5{margin:5px}.m-10{margin:10px}.m-20{margin:20px}.mr-5{margin-right:5px}.ml-5{margin-left:5px}.mr-10{margin-right:10px}.mr-20{margin-right:20px}.mr-30{margin-right:30px}.ml-8{margin-left:8px}.ml-10{margin-left:10px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.ml-40{margin-left:40px}.mt-5{margin-top:5px}.mt-6{margin-top:6px}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-20-imp{margin-top:20px!important}.mt-10-neg{margin-top:-10px}.mt-30{margin-top:30px}.mt-40{margin-top:40px}.mt-50{margin-top:50px}.mb-5{margin-bottom:5px}.mb-8{margin-bottom:8px}.mb-10-imp{margin-bottom:10px!important}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.ph-5{padding-left:5px;padding-right:5px}.ph-10{padding-left:10px;padding-right:10px}.ph-15{padding-left:15px;padding-right:15px}.ht-100{height:100%}.min-ht-35{min-height:35px}.min-ht-50{min-height:50px}.max-ht-620{max-height:620px}.max-ht-700{max-height:700px}.max-ht-400{max-height:400px}.max-ht-200{max-height:200px}.wd-10{width:10%}.wd-20{width:20%}.wd-30{width:30%}.wd-31{width:31%}.wd-48{width:48%}.wd-50{width:50%}.wd-60{width:60%}.wd-55{width:55%}.wd-70{width:70%}.wd-100{width:100%}.mwd-200{min-width:200px}.mwd-800{min-width:800px}.scroll-x{overflow-x:auto;flex-wrap:nowrap}.scroll-y{overflow-y:auto}.f-auto{flex:1 1 auto}.f-wrap{flex-wrap:wrap}.f-nowrap{flex-wrap:nowrap}.footer-btn{position:fixed;bottom:0;color:gray}.txt-capital{text-transform:capitalize}.txt-capitalize{display:inline-block;text-transform:lowercase}.txt-capitalize:first-letter{text-transform:uppercase}.avatar .MuiAvatar-colorDefault{background-color:#5a83bb;height:30px;width:30px;font-size:.7rem;font-weight:700}div.phase-list::-webkit-scrollbar{width:1px}div.phase-list::-webkit-scrollbar-thumb{border-radius:10px}.text-error{margin:5px 0;color:#f44336;font-size:11px}.text-error-custom{margin-top:5px;margin-bottom:0;color:#f44336;font-size:11px}.nav-color{background-color:#f7f9fc}.new-notification{background-color:#5a83bb;border-radius:20px;height:8px;width:8px}#notification-link{color:#5a83bb;text-decoration:underline}.no-data-available{display:flex;align-items:center;justify-content:center;font-size:15px}.no-data-available-milestone{display:flex;align-items:center;justify-content:center;font-size:15px;height:120px;width:100%}.custom-container{box-shadow:0 0 14px #35405233;border-radius:6px;background-color:#fff}#n-d-p{margin-top:2px;margin-bottom:2px}#n-t-p{margin-top:0;margin-bottom:0}.sortableHelper{box-shadow:0 0 8px #00000080;background-color:#fff;justify-content:space-between}.snapshot-text,.snapshot-user-text{margin:1px;font-size:10px}.div-user-list{width:93%;border:1px solid #cccccc;border-radius:5px;padding:5px;margin-top:10px;height:130px;overflow-x:auto;margin-left:20px}.snapshot-empty-cell{background-color:#d6d2d2}.snapshot-user-border{border-bottom:.5px solid grey}.fs-11{font-size:11px}.fs-12{font-size:12px}.fs-14{font-size:14px}.fs-20{font-size:20px}.fs-9{font-size:9px}.select-snapshot-phase{border:0px;font-size:14px;color:#6281b6;width:120px;overflow:hidden;height:30px;text-overflow:ellipsis}.snapshot-header-border,.snapshot-header-border-initial,.snapshot-body-border-initial,.snapshot-body-border-right{border-right:1px solid grey}.snapshot-link:hover{cursor:pointer;text-decoration:underline;color:#5a83bb}.snapshot-text:hover{cursor:pointer;text-decoration:underline;fill:#5a83bb}.prework-tab{padding:0 6px!important;margin-bottom:-5px!important}.d-jsb-cen-imp{display:flex!important;justify-content:center;align-items:center}.side-nav-text{display:inline-block;text-wrap:wrap;width:200px}.MuiTab-root{min-width:110px!important}#root{overflow-y:auto}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.workflow-full-screen-buttons-top-left{position:fixed;z-index:99999;color:#000;top:0;left:0;width:auto;height:50px;padding:10px}.workflow-full-screen-buttons-top-right{position:fixed;z-index:1251;color:#000;top:0;right:0;width:auto;height:50px;padding:10px}.workflow-full-screen-buttons-bottom{position:absolute;z-index:1251;color:#000;left:0;bottom:0;width:100%;padding:10px}.settings-stepper{height:20px;width:20px;border-radius:15px;padding-top:1.5px;text-align:center;background-color:gray;font-size:12px;color:#fff;cursor:pointer}.milestone-star-small{padding-top:5px;margin-bottom:-4px}.milestone-star-medium{padding-top:5px;margin-bottom:-1px}.milestone-diamond-small{padding-top:3px;margin-left:2px;margin-right:2px}.milestone-diamond-medium{padding-top:1px;margin-left:5px;margin-right:5px}#tooltip-status{background:#fff;font-size:14px;border-radius:2px;padding:12px;min-width:100px;min-height:10px;box-shadow:3px 3px #00000029,0 3px 6px #0000003b}#tooltip-name{background:#fff;font-size:12px;border-radius:2px;padding:12px;min-width:10px;min-height:10px;box-shadow:3px 3px #00000029,0 3px 6px #0000003b}.bottom-sticky{position:sticky;bottom:0}.card-border{border:#7c7c7c solid 1px;border-radius:10px}.dialog-paper{border-radius:40px}.dialog-paper-rounded{border-radius:20px}.table-box{height:"70vh";max-height:"70vh"}.card-scrollable{max-height:70vh;overflow-y:scroll}.black__icon path{fill:#000}.yellow__icon path{fill:#ffb950}.golden_yellow__icon path{fill:gold}.orange__icon path{fill:#ffae00}.blue__icon path{fill:#0953b9}.grey__icon path{fill:#676869}.grey_bg{background-color:#676869}.light-grey-bg{background-color:#d5d6d7}.disabled-color-icon path{fill:#d5d6d7}.light-grey__icon path{fill:#e0e0e0}.primary__icon path{fill:#5a83bb}.blue__icon path{fill:var(--color-blue)}.white__icon path{fill:#fff}.icons_xsmall{height:12px;width:12px}.icons_msmall{height:15px;width:15px}.icons_small{height:18px;width:18px;font-size:18px}.icons_reg{height:20px;width:20px}.icons_normal{height:24px;width:24px}.icons_medium{height:34px;width:34px}.icon-large{height:32px;width:32px}.icon-large_x{height:36px;width:36px}.icon-xl-large{height:64px;width:64px}.icon_space{margin-left:6px;margin-right:6px}.icon_space_left{margin-left:6px}.icon_space_right{margin-right:6px}.icons_space_small{margin-left:4px;margin-right:4px}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pr-10{padding-right:10px}.fw-thin{font-weight:400}.fw-normal{font-weight:500}.fw-wt-600{font-weight:600}.fw-bold{font-weight:700}.fs-large{font-size:large}.fs-1rem{font-size:1rem}.button-cancel{border-radius:20px;color:#676869;border-color:#676869}.button-cancel-primary{color:#0953b9;font-weight:500;font-size:14px;line-height:20px;letter-spacing:.1px;text-align:center;vertical-align:middle}.button-save-primary{background-color:#0953b9;color:"#000000";font-weight:500;font-size:14px;line-height:20px;letter-spacing:.1px;text-align:center;vertical-align:middle;border-radius:56px}.bg-primary{background-color:#5a83bb}.work-breakdown-line{height:3px;width:20px;background-color:#676869;margin-bottom:25px}.round-icon-button{background-color:#e5f1fd;padding:.75rem;box-shadow:0 4px 8px #00000026}.round-icon-button-grey{background-color:#49454f14;padding:.5rem}.auto-gen-div{height:50px;background-color:#d9d9d9;padding:1rem;display:flex;justify-content:center;align-items:center;border-radius:.3rem;border:1px solid #9b9b9b;color:gray}.no-data-img{width:500px;height:500px;object-fit:contain}.no-data-img-small{width:200px;height:200px;object-fit:contain}.no-data-img-extra-small{width:100px;height:100px;object-fit:contain}.no-data-text{font-size:1.3rem;font-weight:600;color:#676869}.chip-status-newblue{border:1px solid #0953b9;color:#fff;background-color:#0953b9}.chip-status-blue{border:1px solid #5a83bb;color:#fff;background-color:#5a83bb}.chip-status-red{border:1px solid #d32f2f;color:#fff;background-color:#d32f2f}.chip-status-green{border:1px solid #5ba300;color:#fff;background-color:#5ba300}.chip-status{height:25px;font-size:.6rem}.round-chip{height:1rem;width:1rem;border-radius:1rem}.round-chip-sm{height:.8rem;width:.8rem;border-radius:1rem}.pos-rel{position:relative}.pos-abs-tr-5{position:absolute;top:5px;right:5px}.custom-card-shadow{box-shadow:2px 2px 3px #0953b926}.b-sdw-none{box-shadow:none}.check-box-sm{height:2rem;width:2rem}.check-box-xsm{height:1rem;width:1rem}.pos-abs-tr{position:absolute;top:0%;right:-10%}.reg-icon-button{background-color:#e5f1fd;padding:.5rem;box-shadow:0 4px 8px #00000026}.esc-icon-button{background-color:#d3e7e9;padding:.5rem;box-shadow:0 4px 8px #00000026}.reg-icon-button-teal{background-color:#d3e7e9;box-shadow:0 4px 8px #00000026}.teal-bg{background-color:#d3e7e9}.reg-icon-button-white{background-color:#fff;padding:.5rem;box-shadow:0 4px 8px #00000026}.reg-icon-btn-flat{background-color:#e5f1fd;padding:.5rem}.chip-ontime-completed-deliverable{background-color:#d5edb6;color:#456a16}.chip-ontime-pending-deliverable{background-color:#e1edff;color:#165cbd}.chip-late-completed-deliverable{background-color:#ffe5be;color:#81591c}.chip-late-pending-deliverable{background-color:#fdd8d8;color:#b51616}.res-avatar-deliverable{background-color:#0953b9;height:1.4rem;width:1.4rem;font-size:8px;font-weight:500}.grayscale{filter:grayscale(100%)}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.outline-none{outline:none}.shadow-none{box-shadow:none}.reg-icon-btn-flat-cyan{background-color:#d3e7e9;padding:.7rem}.userFeedBackSection{padding:14px 26px}.feedback-button{font-weight:700;text-transform:none;background-color:#f5f5f5;transition:background-color .2s ease}.feedback-button:hover{background-color:#e0e0e0}.feedback-button.primary{background-color:#e3f2fd}.feedback-button.primary:hover{background-color:#bbdefb}.feedbackIcon{width:"24px";height:"24px";color:#9e9e9e;background-color:#fff;border-radius:"4px"}.dialogActionsBorderTop{border-top:1px solid #ccc;padding-top:12px;margin-top:12px}.customTableHeaderCellStyle{background-color:#d3e7e9;color:#333;font-weight:700}.customTableHeaderLeftRadius{border-top-left-radius:16px}.customTableHeaderRightRadius{border-top-right-radius:16px}.editor-wrapper{border:1px solid #d5d6d7}.stickyButtons{position:"sticky";bottom:0;z-index:10;border-top:"1px solid #eee";padding:2}.wizardBoxStyles{display:flex;flex-direction:column;height:100%;max-height:calc(69vh - 120px)}.priority-select.priority-high{height:24px;min-width:100px;border:1px solid #d32f2f;background-color:#d32f2f}.priority-select.priority-medium{height:24px;min-width:100px;border:1px solid #f39c12;background-color:#f39c12}.priority-select.priority-low{height:24px;min-width:100px;border:1px solid #d5edb6;background-color:#d5edb6}.close-icon-position{position:absolute;top:10px;right:34px;z-index:1;padding:4px}.status-requested{background-color:#bbdefb;color:#0d47a1}.status-needs_review{background-color:#ffe0b2;color:#e65100}.status-request_approved{background-color:#c8e6c9;color:#1b5e20}.status-in_progress{background-color:#b3e5fc;color:#01579b}.status-blocked{background-color:#ffcdd2;color:#b71c1c}.status-closed{background-color:#a5d6a7;color:#1b5e20}.status-declined{background-color:#ef9a9a;color:#b71c1c}.priority-section{height:26px;width:120px}.attachment-modal-title{display:flex;align-items:center;justify-content:space-between;padding:16px 12px 16px 24px}.close-button{color:#555;padding:6px}.attachment-icon{color:#fff;bottom:10px;right:2px;padding:3px 6px;position:relative;font-size:8px;background:red;border-radius:50%}.document-view-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.workflow-fullscreen-mode{position:fixed;top:0;left:0;z-index:1300;width:100vw;height:100vh;background:#fff;display:flex;flex-direction:column}.workflow-fullscreen-mode>*{flex:1 1 auto;min-height:0}.feedback-banner{display:flex;flex-direction:column;align-items:center;padding:24px;text-align:center;margin:0 auto}.feedback-close-button{box-shadow:0 1px 3px #0000001a;border-radius:4}.date-text{margin-left:22px;color:#888;font-size:12px}.folder-list-style{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;padding:10px 20px;cursor:pointer}.file-icon-wrapper{width:22px;height:22px;margin-right:10px}.file-list-item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;padding:10px 20px;cursor:pointer}.card-loader-box{display:flex;justify-content:center;align-items:center;min-height:120px;width:100%}.folder-name-date-wrap{display:flex;align-items:flex-start;flex-wrap:nowrap}.folder-name{min-width:240px;max-width:240px;white-space:normal;word-break:break-word;font-weight:500;font-size:14px;line-height:1.4;margin-right:12px}.folder-date{font-size:12px;color:#888;white-space:nowrap}.no-files-found{padding:20px;text-align:center;color:#888}.tree-view-container{height:calc(100vh - 240px);overflow-y:auto;border:1px solid #ddd;padding:8px;border-radius:4px;background-color:#fff}.info-icon{margin-left:8px;display:inline-flex;vertical-align:middle;color:red}.info-icon svg{width:14px;height:14px;position:relative;bottom:1px}.no-po-banner{display:flex;align-items:center;background-color:#ffeaea;border:1px solid red;color:red;padding:4px 8px;border-radius:4px;font-size:14px;margin-bottom:8px;height:26px}.no-po-banner .icon{margin-right:6px;display:inline-flex;width:14px;height:14px}.no-po-banner .icon svg{width:14px;height:14px}.no-po-inline{display:inline-flex;align-items:center;background-color:#ffeaea;border:1px solid red;border-radius:4px;padding:2px 6px;margin-left:16px;font-size:12px;color:red}.no-po-inline .icon{margin-right:4px;display:inline-flex;width:14px;height:14px}.no-po-inline .icon svg{width:14px;height:14px}.billing-rate-link{text-decoration:underline;color:#5a83bb;cursor:pointer}.workOrderTableHead{background-color:#d3d3d3}.workOrderTableHead th{font-size:12px!important;line-height:14px!important}.assessmentLoader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff9;display:flex;align-items:center;justify-content:center;z-index:9999}.scroll-container-expense{display:flex;overflow-x:auto;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}.scroll-container-expense::-webkit-scrollbar{display:none}.scroll-item{flex:0 0 auto;text-align:center;box-sizing:border-box}@media (min-width: 320px) and (max-width: 768px){.fs-sm-8{font-size:8px}.fs-sm-10{font-size:10px}.pd-sm-6{padding:6px}.mt-sm-10{margin-top:10px}.ml-sm-6{margin-left:6px}.justify-content-sm-left{justify-content:flex-start}.responsive-table-scroll{overflow-x:scroll!important}.ml-sm-0{margin-left:0}}.billingRate-filters .MuiInputLabel-root{margin-bottom:8px}.legend-container{display:flex;flex-direction:row;align-items:center}.g-40{gap:40px}.legend-circle{height:.6rem;width:.6rem;border-radius:.6rem}.submit-container-grid,.submit-day-container-grid{display:grid;grid-template-columns:repeat(7,65px);justify-content:space-between;overflow:scroll}.month-container-grid{display:grid;grid-template-columns:repeat(7,1fr)}.submit-date-container{display:flex;height:80px;align-items:center;justify-content:center;flex-direction:column}.submit-date-day-container{display:flex;height:30px;margin:0;padding:0;align-items:center;justify-content:flex-end;flex-direction:column}.para-reset-text{margin:0;padding:0}.check-box{height:2rem;width:2rem}.check-box-reg{height:2.2rem;width:2.2rem}.submit-text-date{margin:0;padding:5px 0 0}.submit-text-hour{margin:0 5px;padding:0}.month-view-box{height:110px;gap:10px;border:1px solid rgba(0,0,0,.1)}.submit-hour-box{margin:0;width:100px;text-align:center;padding:5px 0;border-radius:10px;border-width:2px;border-style:solid}.scroll-container{max-height:344px;overflow:scroll}.scroll-container-max{max-height:684px;overflow:scroll}.table-header-container{display:flex;flex:1;position:sticky;top:0;z-index:100;flex-direction:row;align-items:center}.table-header-gap{min-height:100px;min-width:2rem;background-color:#f6f9fc}.week-header-grid{display:grid;flex:1;grid-template-columns:repeat(10,1fr)}.week-header-title{min-height:100px;min-width:100%;border:1px solid rgba(0,0,0,.1);background-color:#fff;text-align:center;text-wrap:wrap}.week-contianer-text{position:relative;min-height:60px;min-width:100%;border:1px solid rgba(0,0,0,.1);background-color:#fff}.ai-center-flex-fd-row{display:flex;flex:1;align-items:center;flex-direction:row}.hour-div{position:relative;min-height:60px;width:100%;min-width:50%;border-style:solid;padding:5px 0}.approver-div{height:18px;width:18px;border-radius:20px;font-weight:500;font-size:9px;line-height:9px}.check-box-hour{height:1rem;width:1rem;padding:0;position:absolute;top:5px;right:5px;z-index:50}.red-exclamation{color:#d32f2f}.week-hour-box{margin:0;width:70%;text-align:center;padding:2px 8px;border-radius:10px;border-width:2px}.table-footer-container{flex:1;position:sticky;bottom:0;z-index:100}.add-circle{border-width:1px;margin-left:2rem;flex:1}.add-icon{padding:0;z-index:200;position:absolute;transform:translate(-90%,-50%)}.add-icon-blue{height:10px;width:10px;border-radius:10px;background-color:#5a83bb}.table-footer-gap{min-height:60px;min-width:2rem;background-color:#f6f9fc}.form-container-bg{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding-bottom:20px;margin-left:35px;background-color:#fff}.form-container-box{display:flex;flex:1;flex-direction:row;gap:150px;margin-left:100px;margin-right:100px;margin-top:65px}.mb-30{margin-bottom:30px}.tab-container{gap:20px}.tab-button{width:130px;text-align:center;padding:5px 0;border-radius:50px;font-size:.875rem;font-weight:500}.hour-circle{background-color:#5a83bb;color:#fff;height:2.25rem;width:2.25rem;font-size:.875rem;font-weight:600;border-radius:2.25rem;display:flex;justify-content:center;align-items:center}.day-circle{background-color:#5a83bb;color:#fff;height:1.5rem;width:1.5rem;font-size:.675rem;font-weight:600;border-radius:2.25rem;display:flex;justify-content:center;align-items:center}.status-container{background-color:red;padding:3px 0;width:120px;color:#fff;font-size:.625rem;border-radius:.5rem;font-weight:500;display:flex;justify-content:center;align-items:center}.red__icon path{fill:#d32f2f}.green__icon path{fill:#5ba300}.date-range-text{font-size:1rem}.icon-button{background-color:#e5f1fd;padding:.75rem;box-shadow:0 4px 8px #00000026}@media (max-width: 600px){.date{font-weight:700;margin-left:2px;margin-right:2px}.date-range-text{font-size:.875rem}.right-arrow-icon{margin-left:2px}.padding-marginLeft-5{padding:5px;margin-left:5px}.mobile_icon_small{height:18px;width:18px;font-size:18px}.mobile_arrows{height:23px;width:23px;font-size:23px}}@media (min-width: 601px) and (max-width: 767px){.date{font-weight:600;margin-left:4px;margin-right:4px}.date-range-text{font-size:.95rem}.right-arrow-icon{margin-left:4px}.padding-marginLeft-5{padding:6px;margin-left:6px}.mobile_icon_small{height:20px;width:20px;font-size:20px}.mobile_arrows{height:21px;width:21px;font-size:21px}}@media (min-width: 768px) and (max-width: 1023px){.date{font-weight:600;margin-left:6px;margin-right:6px}.date-range-text{font-size:1rem}.right-arrow-icon{margin-left:6px}.padding-marginLeft-5{padding:6px;margin-left:8px}.mobile_icon_small{height:22px;width:22px;font-size:22px}.mobile_arrows{height:23px;width:23px;font-size:23px}}.rdrCalendarWrapper{box-sizing:border-box;background:#fff;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{flex-basis:calc(100% / 7);box-sizing:inherit;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{box-sizing:inherit;width:calc(100% / 7);position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align: auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;box-shadow:0 1px 2px #23394236;border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0px;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#eff2f7}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent rgb(52,73,94) transparent transparent;transform:translate(-3px)}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent rgb(52,73,94);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;left:0;right:0;top:5px;bottom:5px;display:flex;align-items:center;justify-content:center}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;top:5px;left:0;right:0;bottom:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{background:#ffffff17;position:absolute;top:3px;left:0;right:0;bottom:3px;pointer-events:none;border:0px solid currentColor;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:solid 1px #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:solid 1px rgb(222,231,235);margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid currentColor;border-radius:1.333em;position:absolute;top:-2px;bottom:-2px;left:0;right:0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}.milestone-star{width:20px;margin-bottom:5px}.grey_icon path{fill:#bdbdbd}.darkgrey_icon path{fill:#5e5e5e}.red_icon path{fill:#d32f2f}.primary_icon path{fill:#5a83bb}.green_icon path{fill:#27ae60}.orange_icon path{fill:#f39c12}.avatar-deliverable .MuiAvatar-colorDefault{background-color:#0953b9;height:30px;width:30px;font-size:.7rem;font-weight:700}.chip-success-deliverable{background-color:#d5edb6;color:#456a16}.chip-error-deliverable{background-color:#fdd8d8;color:#b51616}.chip-primary-deliverable{background-color:#e1edff;color:#165cbd}.chip-delay-deliverable{background-color:#ffe5be;color:#81591c}.deliverable-chip{border:none;height:30px;cursor:pointer}.success-checkcircle path{fill:#5ba300}.error-checkcircle path{fill:#d32f2f}.delay-checkcircle path{fill:#ffb950}.primary-checkcircle path{fill:#0954b9}.red .MuiLinearProgress-barColorPrimary{background-color:red}.orange .MuiLinearProgress-bar{background-color:#f39c12}.green .MuiLinearProgress-bar{background-color:#27ae60}.gray .MuiLinearProgress-bar{background-color:#bdbdbd}.greenBackground{background-color:#d4efdf}.grayBackgroundColor{background-color:#bdbdbd}.redBackground{background-color:#f5b7b1}.orangeBackground{background-color:#fdebd0}.primaryBackGround{background-color:primary}.MuiStepConnector-lineHorizontal{border-top-width:0px}.MuiStepper-alternativeLabel{background-color:inherit}.timeline-connector{top:50%;transform:translateY(-50%);left:calc(-30% + 2px);right:calc(70% + 2px);position:absolute;background-color:#bdbdbd;min-height:3px}.deviation-connector{top:50%;transform:translateY(-50%);left:calc(-30% + 2px);right:calc(90% + 10px);position:absolute;background-color:#bdbdbd;min-height:3px}.timeline-dot{height:10px;width:10px;border-radius:50px;z-index:100}.txt-sm-timeline{font-size:smaller}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
