@import "https://fonts.googleapis.com/css2?family=DM+Sans&display=swap";
#nprogress{pointer-events:none}#nprogress .bar{z-index:1031;background:#29d;width:100%;height:2px;position:fixed;top:0;left:0}#nprogress .peg{opacity:1;width:100px;height:100%;display:block;position:absolute;right:0;transform:rotate(3deg)translateY(-4px);box-shadow:0 0 10px #29d,0 0 5px #29d}#nprogress .spinner{z-index:1031;display:block;position:fixed;top:15px;right:15px}#nprogress .spinner-icon{box-sizing:border-box;border:2px solid #0000;border-color:#29d #0000 #0000 #29d;border-radius:50%;width:18px;height:18px;animation:.4s linear infinite nprogress-spinner}.nprogress-custom-parent{position:relative;overflow:hidden}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
: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:#ffffffb3;--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);width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.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;margin:0;padding:0;left: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{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:pointer;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom: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;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.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)}}
[data-simplebar]{flex-flow:column wrap;place-content:flex-start;align-items:flex-start;position:relative}.simplebar-wrapper{width:inherit;height:inherit;max-width:inherit;max-height:inherit;overflow:hidden}.simplebar-mask{direction:inherit;z-index:0;margin:0;padding:0;position:absolute;inset:0;overflow:hidden;width:auto!important;height:auto!important}.simplebar-offset{-webkit-overflow-scrolling:touch;margin:0;padding:0;position:absolute;inset:0;direction:inherit!important;box-sizing:inherit!important;resize:none!important}.simplebar-content-wrapper{direction:inherit;scrollbar-width:none;-ms-overflow-style:none;width:auto;max-width:100%;height:100%;max-height:100%;display:block;position:relative;overflow:auto;box-sizing:border-box!important}.simplebar-content-wrapper::-webkit-scrollbar{width:0;height:0;display:none}.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{pointer-events:none;width:100%;max-width:100%;max-height:100%}.simplebar-height-auto-observer-wrapper{float:left;z-index:-1;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0;width:100%;max-width:1px;height:100%;max-height:1px;margin:0;padding:0;position:relative;overflow:hidden;box-sizing:inherit!important}.simplebar-height-auto-observer{box-sizing:inherit;opacity:0;pointer-events:none;z-index:-1;width:1000%;min-width:1px;height:1000%;min-height:1px;display:block;position:absolute;top:0;left:0;overflow:hidden}.simplebar-track{z-index:1;pointer-events:none;position:absolute;bottom:0;right:0;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{min-height:10px;position:absolute;left:0;right:0}.simplebar-scrollbar:before{content:"";opacity:0;background:#000;border-radius:7px;transition:opacity .2s linear .5s;position:absolute;left:2px;right:2px}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-duration:0s;transition-delay:0s}.simplebar-track.simplebar-vertical{width:11px;top:0}.simplebar-scrollbar:before{inset:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{width:auto;min-width:10px;min-height:0;inset:0 auto 0 0}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.simplebar-dummy-scrollbar-size{opacity:0;visibility:hidden;direction:rtl;width:500px;height:500px;position:fixed;overflow:scroll hidden;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{visibility:hidden;scrollbar-width:none;-ms-overflow-style:none;position:fixed;left:0;overflow-y:scroll}
.timeline_main .timeline_header .sidebar_header{background-color:#fff;border:1px solid #efefef;padding:20px}.timeline_main .timeline_header .date_header,.timeline_main .timeline_header .date_header .rct-dateHeader{color:#000!important;background-color:#fff!important}.timeline_main .timeline_header .calendar_header{border:1px solid #efefef!important}.timeline_main .custom_group{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.timeline_main .custom_group.nest_level_1{padding-left:25px}.timeline_main .custom_group.nest_level_2{padding-left:50px}.timeline_main .custom_group .toggle_icon{transition:all .2s}.timeline_main .custom_group .toggle_icon.open{transform:rotate(90deg)!important}.timeline_main .rct_item_content{flex-flow:row;justify-content:flex-start;align-items:center;height:100%;line-height:1;display:flex;overflow:hidden}.root{isolation:isolate}body{scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}.MuiLoadingButton-loadingIndicator{color:#804fe6}.MuiCircularProgress-colorPrimary{color:#804fe6!important}.MuiDataGrid-root{overflow:hidden}.MuiTableCell-head,.MuiDataGrid-columnHeaders,.MuiDataGrid-footerContainer{color:#fff;background-color:#804fe5}.MuiTableCell-head svg,.MuiDataGrid-columnHeaders svg,.MuiDataGrid-footerContainer svg,.MuiTablePagination-root{color:#fff!important}#nprogress{z-index:9999999;position:relative}#nprogress .bar{background:#804fe6}#nprogress .peg{box-shadow:0 0 10px #804fe6,0 0 5px #804fe6}.custom-scroll-indicator{z-index:1000;width:100%;height:4px;position:absolute;top:0;right:0}.sticky{z-index:1000;position:sticky!important}.custom-scroll-track{background-color:#fff3;width:100%;height:4px;position:absolute}.custom-scroll-thumb{background-color:#fff;width:0;height:4px;transition:width .3s;position:absolute}#nprogress .spinner-icon{border-top-color:#804fe6;border-left-color:#804fe6}@media print{.print-hide-buttons{display:none}.hide-print,.MuiDataGrid-root .MuiDataGrid-cell[data-field=actionButtons],.MuiDataGrid-root .MuiDataGrid-columnHeader[data-field=actionButtons]{display:none!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.css-utm9vu-MuiButtonBase-root-MuiButton-root-MuiLoadingButton-root{background-color:#804fe6!important}.css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected{color:#804fe6!important}.css-1aquho2-MuiTabs-indicator{background-color:#804fe6!important}.css-1rwt2y5-MuiButtonBase-root-MuiButton-root{color:#804fe6!important;border:1px solid #804fe6!important}.css-md26zr-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#804fe6!important}.css-1sumxir-MuiFormLabel-root-MuiInputLabel-root.Mui-focused,.css-u4tvz2-MuiFormLabel-root.Mui-focused,.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked,.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate,.css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked,.css-1e6y48t-MuiButtonBase-root-MuiButton-root{color:#804fe6!important}.css-1e6y48t-MuiButtonBase-root-MuiButton-root:hover{background-color:#804fe60a!important}.MuiInputLabel-sizeSmall,.MuiInputBase-input{font-size:12px}.MuiInputAdornment-positionEnd{background:#f5f4f4}.MuiInputBase-input :focus,.MuiMenuItem-root,.MuiSvgIcon-root,.MuiButtonBase-root{font-size:12px}.MuiAccordionSummary-root{margin:0}.MuiAccordionDetails-root{margin:0;padding:0}.MuiListItemText-root,.MuiFormControlLabel-label,.MuiOutlinedInput-root{font-size:12px}.css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root.Mui-active{color:#804fe6!important}.css-11qr2p8-MuiButtonBase-root-MuiButton-root{background-color:#804fe6!important}.css-6m3mwv-MuiButtonBase-root-MuiButton-root-MuiLoadingButton-root{border:1px solid #804fe680;color:#804fe6!important}.css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root.Mui-completed{color:#804fe6!important}.css-1k23hlb-MuiButtonBase-root-MuiButton-root{border:1px solid #804fe680;color:#804fe6!important}.css-sghohy-MuiButtonBase-root-MuiButton-root{background-color:#804fe6!important}.search-button-position{text-align:right}.css-13xrqc3-MuiButtonBase-root-MuiButton-root-MuiLoadingButton-root,.css-1fu7jd5-MuiButtonBase-root-MuiButton-root{background-color:#804fe6!important}.handsontable td,.handsontable th{text-align:center}.MuiSvgIcon-root{font-size:16px}.handsontable td,.handsontable th{height:15px!important}.ht_clone_top_inline_start_corner{height:62px!important}.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr:last-child th,.handsontable tr:first-child td,.handsontable tr:first-child th{height:52px!important}.handsontable td,.handsontable th{vertical-align:middle!important}.inputfile{opacity:0;z-index:-1;width:.1px;height:.1px;position:absolute;overflow:hidden}.inputfile+label{color:#804fe6;text-transform:uppercase;border:1px solid #804fe680;border-right:0;border-radius:10px 0 0 10px;padding:2.5px 10px 5.5px;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:500;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1);display:inline-block;font-size:.8125rem!important}.inputfile:focus+label,.inputfile+label:hover{color:#fff;background-color:#804fe6;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.inputfile+label{cursor:pointer}.inputfile:focus+label{outline:1px dotted #000;outline:-webkit-focus-ring-color auto 5px}.rightBorderRadius{border-radius:0 10px 10px 0;height:29px;margin-top:3px}.css-a32pmb-MuiButtonBase-root-MuiButton-root-MuiLoadingButton-root,.css-nmbo2d{background-color:#804fe6!important}
body .liquidity-planner-app{font-family:DM Sans,Public Sans,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif}.liquidity-planner-app .disabled{color:#666;background-color:#8181810e}.liquidity-planner-app .reactgrid-content .rg-pane .rg-cell{padding:8px 16px;font-size:12px}.liquidity-planner-app .padding-left-lg{padding-left:24px!important}.liquidity-planner-app .justify-content-center{justify-content:center}.liquidity-planner-app .justify-content-end{justify-content:flex-end}.liquidity-planner-app .align-items-end{align-items:flex-end!important}.liquidity-planner-app .font-bold{font-weight:600}.liquidity-planner-app .text-red{color:#cf1322}.liquidity-planner-app .text-blue{color:#2797ff}.liquidity-planner-app .text-green{color:#107c41}.liquidity-planner-app .light-green-bg{background-color:#e7f2ec}.liquidity-planner-app .text-md{font-size:14px!important}.liquidity-planner-app .text-lg{font-size:16px!important}.liquidity-planner-app .rg-celleditor{border-width:1px;padding:8px 16px;font-size:12px;box-shadow:0 0 8px #2797ff}.liquidity-planner-app .rg-celleditor input{font-family:DM Sans,sans-serif;border:none!important}.liquidity-planner-app .reactgrid-content .rg-pane .rg-cell-focus{border-width:2px;border-color:#2797ff}.rg-cell-50{background:linear-gradient(270deg,#fff 50%,#000 50%)}.wraptext{overflow-wrap:break-word;white-space:pre-line}
td.green-cell{color:#fff;background-color:#37bc6c!important}td.half-green{background:linear-gradient(270deg,#fff 50%,#37bc6c 50%)}td.black-cell{color:#fff;background-color:#000!important}td.black-bold-header{color:#000;font-weight:700}td.half-black{background:linear-gradient(270deg,#fff 50%,#000 50%)}.handsontable th{background-color:red}.handsontable td{color:#555!important}.handsontable tbody th.ht__highlight,.handsontable thead th.ht__highlight,.wtBorder.current,.wtBorder.area{background-color:#804fe6b3!important}.htCore thead th{color:#fff;background-color:#804fe6b3}.ht_clone_top th{background-color:red}.handsontable th{white-space:normal!important;padding-top:5px!important;padding-bottom:5px!important}td.color-9933CC{border-radius:10px;color:#fff!important;background-color:#93c!important}td.color-F21232{border-radius:10px;color:#fff!important;background-color:#f21232!important}td.color-6699FF{border-radius:10px;color:#fff!important;background-color:#69f!important}td.color-000000{border-radius:10px;color:#fff!important;background-color:#000!important}td.color-CCFF00{border-radius:10px;color:#fff!important;background-color:#cf0!important}td.color-009933{border-radius:10px;color:#fff!important;background-color:#093!important}td.color-FF66FF{border-radius:10px;color:#fff!important;background-color:#f6f!important}.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root{padding-top:3px!important;padding-bottom:3px!important}.css-1byr0tz{padding-bottom:20px!important}.fc{max-width:100%;margin:0 auto}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:0!important}.fc,.fc *,.fc :after,.fc :before{font-size:10px}.fc-license-message{display:none}.MuiDataGrid-row.even{background-color:#f5f5f5}.sketch-picker{box-shadow:none!important;padding-top:0!important}.fc-scrollgrid-section-header{color:#3699ff;background:#f4f6fa;font-weight:500}.fc .fc-resource-timeline-divider{width:0}.fc-resource-cell{box-sizing:border-box}.fc .fc-timeline-slot-frame{height:fit-content!important}.fc-datagrid-cell-main{color:#3699ff;font-weight:600}.fc .fc-view-harness-active>.fc-view{box-shadow:0 4px 12px #00000014;border-left:5px solid #4a6cf7!important}.fc-datagrid-cell-main{color:#4a6cf7;font-size:15px;font-weight:800}.fc .fc-timeline-slot-frame{padding:2px 0;height:fit-content!important}.fc .fc-timeline-slot-cushion{width:100%;padding:6px 4px;font-weight:500}.fc-resource-timeline-divider{width:3px!important}.fc-event{z-index:2;border:none;height:100%;margin:0;transition:all .2s}.fc-event:hover{z-index:9;transform:scale(1.02);box-shadow:0 4px 8px #0000001a}.event-custom{border:.5px solid #e9e9e9;border-radius:6px;transition:all .2s;overflow:hidden;box-shadow:0 2px 4px #0000000d}.hover-enabled:hover{z-index:40;box-shadow:0 4px 12px #00000026;width:100%!important;left:0!important;right:0!important}.hover-enabled .time-info,.hover-enabled .balance-info{display:none}.hover-enabled:hover .time-info,.hover-enabled:hover .balance-info,.time-balance-container:not(.hover-enabled) .time-info,.time-balance-container:not(.hover-enabled) .balance-info{display:flex}.fc-timeline-lane{transition:background-color .2s;height:30px!important}.fc-timeline-lane:hover{background-color:#4a6cf70d}.fc-datagrid-cell-frame{height:30px!important}.fc .fc-timeline-lane-frame{overflow:hidden;height:30px!important}.fc-h-event{background-color:unset!important}.fc-timeline-event .fc-event-main{height:100%!important}a.fc-event{height:34px}.fc-daygrid-event{border-radius:6px!important;margin:1px 0!important;padding:2px 6px!important}.fc-event-allday{color:#4a6cf7!important;background-color:#4a6cf71a!important;border:1px solid #4a6cf7!important}.fc-daygrid-event-harness{margin:1px 2px!important}.fc-daygrid-day-events{margin-top:2px!important}.fc-event-selected,.fc-event:focus{height:30px;box-shadow:0 0 0 2px #4a6cf766}.css-1byr0tz{padding-top:70px}.custom-parent-resource{background-color:#add8e6}.css-1kgdhtw-MuiAvatar-root{width:30px;height:30px}.fc-event-selected:after,.fc-event:focus:after{margin:1px}.fc-event-selected:before,.fc-event:focus:before{height:25px}.fc-event-selected,.fc-event:focus{box-shadow:0px;height:25px}.fc-datagrid-cell-cushion{padding:0 8px!important}.fc-resource-custom[id]:not([id^=\d ]),[class^=fc-resource-custom][id*="[A-Za-z]"]:not([id^=\d ]){color:#495057;background-color:#f8f9fa;font-weight:600}.fc-resource-custom[id]:not([id^=\\d]),[class^=fc-resource-custom][id*="[A-Za-z]"]:not([id^=\\d]){color:#fff;background-color:#add8e6}.css-1mwgd72{height:50px!important;min-height:50px!important}.css-1hy9t21{width:30px!important;height:30px!important}.hover-enabled:hover{width:auto;min-width:fit-content}.hover-visible{display:none}.hover-visible:hover{display:block}.fc .fc-timeline-slot-minor{border-style:none}.css-1d3z3hw-MuiOutlinedInput-notchedOutline{border-color:#0006!important}.fc-theme-standard td,.fc-theme-standard th{border-bottom:0!important}.fc .fc-highlight{background:#3798ff87;border-radius:5px}.fc-event-selected:after,.fc-event:focus:after{background:0 0!important}.fc-timeGrid-view .fc-day-sat,.fc-timeGrid-view .fc-day-sun,.fc-dayGrid-view .fc-day-sat,.fc-dayGrid-view .fc-day-sun{background-color:#f8f9fa!important}.css-1rxj8va-MuiTableCell-root,.css-1b9g8m6-MuiTableRow-root:last-child td,.css-1b9g8m6-MuiTableRow-root:last-child th{border:1px solid #f1f3f4}.fc .fc-icon-minus-square:before{content:"▼"!important;font-size:12px!important}.fc .fc-icon-plus-square:before{content:"▶"!important;font-size:12px!important}.fc .fc-datagrid-cell-frame{justify-content:space-between!important;align-items:center!important;display:flex!important}.fc .fc-resource-group .fc-datagrid-expander{order:2!important;margin-left:auto!important;margin-right:8px!important}.fc .fc-resource-group .fc-datagrid-cell-main{flex:1!important;order:1!important}.hotel-occupied{color:#fff!important;background-color:#3b82f6!important}.hotel-checkout{color:#fff!important;background-color:#f59e0b!important}.hotel-maintenance{color:#fff!important;background-color:#ef4444!important}.hotel-dirty{color:#fff!important;background-color:#6b7280!important}
@media screen{.report-preview{box-sizing:border-box;max-width:210mm;min-height:297mm;margin:auto}.report-container{background:#f5f5f5;min-height:100vh;padding:20px}.print-controls{max-width:210mm;margin:0 auto 20px}.monthly-revenue-table{table-layout:fixed!important;border-radius:0!important;width:100%!important}.monthly-revenue-table th{color:#fff!important;background-color:#8e61e5!important;border-radius:0!important}.monthly-revenue-table,.monthly-revenue-table *,.monthly-revenue-table .MuiTableCell-root,.monthly-revenue-table .MuiTableCell-head,.monthly-revenue-table .MuiTableHead-root,.monthly-revenue-table .MuiTableRow-root,.monthly-revenue-table .MuiTable-root,.monthly-revenue-table th,.monthly-revenue-table td,.monthly-revenue-table thead,.monthly-revenue-table tbody,.monthly-revenue-table tr{border-radius:0!important}.monthly-revenue-table .MuiTableCell-head:first-child{border-top-left-radius:0!important}.monthly-revenue-table .MuiTableCell-head:last-child{border-top-right-radius:0!important}.monthly-revenue-table .MuiTableCell-root:first-child{width:12%!important}.monthly-revenue-table .MuiTableCell-root:nth-child(2),.monthly-revenue-table .MuiTableCell-root:nth-child(3),.monthly-revenue-table .MuiTableCell-root:nth-child(4),.monthly-revenue-table .MuiTableCell-root:nth-child(5){width:8%!important}.monthly-revenue-table .MuiTableCell-root:nth-child(6),.monthly-revenue-table .MuiTableCell-root:nth-child(7){width:9%!important}.monthly-revenue-table .MuiTableCell-root:nth-child(8){width:8%!important}.monthly-revenue-table .MuiTableCell-root:nth-child(9),.monthly-revenue-table .MuiTableCell-root:nth-child(10),.monthly-revenue-table .MuiTableCell-root:nth-child(11),.monthly-revenue-table .MuiTableCell-root:nth-child(12){width:10%!important}.weekly-occupancy-kpi-table{border-collapse:collapse!important;table-layout:fixed!important;width:100%!important}.weekly-occupancy-kpi-table .group-header{color:#fff!important;text-align:center!important;background:#8e61e5!important;border:1px solid #ddd!important;min-height:25px!important;padding:4px 3px!important;font-size:11px!important;font-weight:700!important;line-height:1.2!important}.weekly-occupancy-kpi-table th,.weekly-occupancy-kpi-table td{border:1px solid #ddd!important;padding:3px 4px!important;font-size:10px!important}.weekly-occupancy-kpi-table thead th{color:#fff!important;background:#8e61e5!important;font-weight:600!important}}@page{size:A4;margin:3mm 2mm;@top-center{content:""}@bottom-center{content:counter(page)" / " counter(pages);font-size:8px;color:#666}}@media print{*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}body{color:#000;background:#fff;font-family:Public Sans,Noto Sans Mongolian,Noto Sans,Segoe UI,Roboto,Helvetica Neue,Arial,Liberation Sans,Hiragino Sans GB,Microsoft YaHei,SimSun,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif;font-size:11px;line-height:1.2;margin:0!important;padding:0!important}body>:first-child,.report-container>:first-child,.report-content>:first-child{margin-top:0!important;padding-top:0!important}.no-print,.print-hidden,button,.MuiButton-root,nav,.navigation,.sidebar{display:none!important}.page-break-before{page-break-before:auto;-moz-column-break-before:auto;break-before:auto}.page-break-after{page-break-after:auto;-moz-column-break-after:auto;break-after:auto}.page-break-inside-avoid{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.page-break-inside-auto,.report-content,.report-table{page-break-inside:auto;-moz-column-break-inside:auto;break-inside:auto}.report-table thead{display:table-header-group}.report-table tbody{display:table-row-group}.report-table tr{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.report-table thead tr{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;page-break-after:auto;-moz-column-break-after:auto;break-after:auto}.report-table,.MuiTable-root{border-collapse:collapse!important;table-layout:fixed!important;width:100%!important;margin:0!important}.MuiTableContainer-root,.report-table-container{margin:0!important;padding:0!important}.report-table th,.report-table td,.MuiTableCell-root{text-align:left;vertical-align:top;word-wrap:break-word!important;border:1px solid #000!important;padding:3px 4px!important;font-family:Public Sans,Noto Sans Mongolian,Noto Sans,Segoe UI,Roboto,Helvetica Neue,Arial,Liberation Sans,Hiragino Sans GB,Microsoft YaHei,SimSun,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif!important;font-size:9px!important;line-height:1.1!important;overflow:hidden!important}.report-table th,.MuiTableCell-head{color:#fff!important;background-color:#8e61e5!important;border-radius:0!important;font-size:8px!important;font-weight:700!important}.monthly-revenue-table{border-radius:0!important}.monthly-revenue-table th{color:#fff!important;background-color:#8e61e5!important;border-radius:0!important}.monthly-revenue-table,.monthly-revenue-table *,.monthly-revenue-table .MuiTableCell-root,.monthly-revenue-table .MuiTableCell-head,.monthly-revenue-table .MuiTableHead-root,.monthly-revenue-table .MuiTableRow-root,.monthly-revenue-table .MuiTable-root,.monthly-revenue-table th,.monthly-revenue-table td,.monthly-revenue-table thead,.monthly-revenue-table tbody,.monthly-revenue-table tr{border-radius:0!important}.monthly-revenue-table .MuiTableCell-head:first-child{border-top-left-radius:0!important}.monthly-revenue-table .MuiTableCell-head:last-child{border-top-right-radius:0!important}.monthly-revenue-table .MuiTableCell-root:first-child{width:12%!important}.monthly-revenue-table .MuiTableCell-root:nth-child(2),.monthly-revenue-table .MuiTableCell-root:nth-child(3),.monthly-revenue-table .MuiTableCell-root:nth-child(4),.monthly-revenue-table .MuiTableCell-root:nth-child(5){width:8%!important}.monthly-revenue-table .MuiTableCell-root:nth-child(6),.monthly-revenue-table .MuiTableCell-root:nth-child(7){width:9%!important}.monthly-revenue-table .MuiTableCell-root:nth-child(8){width:8%!important}.monthly-revenue-table .MuiTableCell-root:nth-child(9),.monthly-revenue-table .MuiTableCell-root:nth-child(10),.monthly-revenue-table .MuiTableCell-root:nth-child(11),.monthly-revenue-table .MuiTableCell-root:nth-child(12){width:10%!important}.weekly-occupancy-kpi-table{border-collapse:collapse!important;table-layout:fixed!important;page-break-inside:avoid!important;width:100%!important}.weekly-occupancy-kpi-table .group-header{color:#fff!important;text-align:center!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#8e61e5!important;border:1px solid #000!important;min-height:25px!important;padding:4px 3px!important;font-size:11px!important;font-weight:700!important;line-height:1.2!important}.weekly-occupancy-kpi-table th,.weekly-occupancy-kpi-table td{border:1px solid #000!important;padding:3px 4px!important;font-size:10px!important}.weekly-occupancy-kpi-table thead th{color:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#8e61e5!important;font-weight:600!important}.report-title,.MuiTypography-h6{text-align:center;page-break-after:avoid;-moz-column-break-after:avoid;break-after:avoid;margin:0 0 8px!important;font-size:14px!important;font-weight:700!important}.report-subtitle,.MuiTypography-h7{page-break-after:avoid;-moz-column-break-after:avoid;break-after:avoid;margin:5px 0!important;font-size:12px!important;font-weight:700!important}.report-section{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:8px}.report-title:first-child,.MuiTypography-h6:first-child{margin-top:0!important}.MuiGrid-container{width:100%!important;margin:0!important}.MuiGrid-item{padding:0!important}.MuiPaper-root,.MuiCard-root{box-shadow:none!important;background:0 0!important;border:none!important}.report-page{box-sizing:border-box;width:100%;min-height:auto;margin:0;padding:0}.report-preview{box-sizing:border-box;max-width:210mm;min-height:297mm;margin:auto}.report-print{width:100%;margin:0;padding:0}.report-content{word-wrap:break-word;word-break:break-word;overflow:visible!important}img{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;max-width:100%!important;height:auto!important}.report-header{page-break-after:avoid;-moz-column-break-after:avoid;break-after:avoid;margin:0!important;padding:0!important}.report-footer{page-break-before:avoid;-moz-column-break-before:avoid;break-before:avoid;margin-top:5px}.MuiPaper-root,.MuiCard-root,.MuiBox-root{margin:0!important;padding:2px!important}.MuiDivider-root{margin:2px 0!important}}@media screen{.report-preview{background:#f5f5f5;min-height:100vh;padding:20px}.report-page{background:#fff;width:210mm;min-height:297mm;margin:0 auto 20px;padding:20mm 15mm;position:relative;overflow:hidden;box-shadow:0 0 10px #0000001a}.report-page:not(:last-child){margin-bottom:20px}.page-break-before:before{content:"--- Page Break ---";text-align:center;color:#999;border-top:2px dashed #ccc;margin:10px 0;padding-top:10px;font-size:12px;display:block}.report-table{width:100%;margin-bottom:20px}.report-table th,.report-table td{text-align:left;border:1px solid #ddd;padding:6px;font-family:Public Sans,Noto Sans Mongolian,Noto Sans,Segoe UI,Roboto,Helvetica Neue,Arial,Liberation Sans,Hiragino Sans GB,Microsoft YaHei,SimSun,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif;font-size:12px}.report-table th{color:#000;background-color:#f5f5f5;font-weight:700}.report-title{text-align:center;margin-bottom:20px;font-size:18px;font-weight:700}.report-subtitle{margin:15px 0 10px;font-size:16px;font-weight:700}.report-section{margin-bottom:20px}.print-controls{z-index:1000;background:#fff;border-radius:20px;align-items:center;padding-top:15px;padding-left:10px;padding-right:10px;display:flex;position:fixed;top:60px;right:20px;box-shadow:0 2px 10px #0000001a}.print-controls button{margin-left:10px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-normal{font-weight:400}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.p-2{padding:8px}.p-4{padding:16px}@media screen and (max-width:768px){.report-page{width:100%;min-height:auto;box-shadow:none;margin:0;padding:20px}.report-preview{padding:10px}.print-controls{margin-bottom:20px;position:relative}}
