.react-calendar{width:350px;max-width:100%;background:white;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font-weight:700;font-size:.75em}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}: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:hsla(0,0%,100%,.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(90deg,#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:translateZ(var(--toastify-z-index));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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.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:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.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{word-break:break-word;-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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{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:focus,.Toastify__close-button:hover{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:auto;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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(1turn)}}.button{border:none;border-radius:.25rem;background-color:transparent;line-height:1rem;display:flex;justify-content:center;align-items:center;font-size:14px;cursor:pointer;gap:.25rem;padding:1px 6px}.button:disabled{cursor:auto}.button span{margin:0 .25rem}.button--default{color:#11a9e0}.button--default:hover{cursor:pointer}.button--default:hover:not([disabled]){color:#0293c3}.button--default:hover:not([disabled]) svg path{fill:#0293c3}.button--default:focus{color:#1dbef2}.button--default:focus svg path{fill:#1dbef2}.button--default[disabled]{color:#ddd}.button--default[disabled] svg path{fill:#ddd}.button--defaultGrey{color:#707070;cursor:pointer}.button--defaultGrey svg path{fill:#707070}.button--defaultGrey:hover:not([disabled]){color:#3c4447}.button--defaultGrey:hover:not([disabled]) svg path{fill:#3c4447}.button--defaultGrey:focus{color:#3c4447}.button--defaultGrey:focus svg path{fill:#3c4447}.button--defaultGrey[disabled]{cursor:auto;color:#ddd}.button--defaultGrey[disabled] svg path{fill:#ddd}.button--not-visible{visibility:hidden}.button--primary{background-color:#11a9e0;color:#fff;padding:1rem 1.75rem}.button--primary:hover:not([disabled]){background-color:#0293c3}.button--primary:focus{background-color:#1dbef2}.button--primary[disabled]{cursor:auto;background-color:#ddd;color:#fff}.button--secondary{background-color:transparent;border:1px solid #11a9e0;color:#11a9e0;padding:.5rem 1rem}.button--secondary[disabled]{cursor:auto;border-color:#ddd;color:#ddd}.button--tertiaryBlue{color:#11a9e0;background-color:#f4f3f4}.button--tertiaryBlue svg *{fill:#11a9e0}.button--link{color:inherit;font-size:inherit;text-decoration:underline}.button--tertiary{background-color:#e0e0e0;border:1px solid #DFE1E6;color:#3c4447}.button--tertiary[disabled]{background-color:#dfe1e6;opacity:.3}.button--rounded{color:#11a9e0;border-radius:100%}.button--alert{color:#ff4747}.button--alert.button--primary:not([disabled]){border:1px solid #ff4747;background-color:#ff47471a}.button--alert.button--primary:not([disabled]):hover,.button--alert.button--primary:not([disabled]):focus{background-color:#ff474733}.button--alert svg path{fill:#ff4747}.modal-backdrop{top:0;left:0;position:fixed;width:100%;height:100%;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:200;background-color:#0009;overflow:hidden}.modal{top:50%;left:50%;transform:translate(-50%,-50%);position:fixed;z-index:200}.modal-container{--modal-container-padding: 1.5rem;display:flex;flex-direction:column;padding:var(--modal-container-padding);background-color:#fff;border-radius:1rem;box-shadow:0 25px 30px #0000001a;max-height:90vh}.modal .modal-container{padding-right:calc(var(--modal-container-padding) / 2)}.modal .action-modal{display:flex;flex-direction:column;overflow:hidden}.modal .action-modal>*{padding-right:calc(var(--modal-container-padding) / 2)}.modal .action-modal_header{border-bottom:1px solid #e9e9e9;padding-bottom:1rem}.modal .action-modal_header h4{margin:0;font-size:1.25rem;font-weight:700}.modal .action-modal_body{padding-top:1rem;padding-bottom:1rem;flex:1;overflow:auto}.modal .action-modal_footer{display:flex;border-top:1px solid #e9e9e9;padding-top:1rem;justify-content:space-between}.modal .action-modal_footer--centered{justify-content:center}.modal .action-modal_footer button{margin-left:0;text-transform:uppercase}.budget-actions-delete{color:red}.budget-actions-delete svg path{fill:red}.action-confirmation-modal{display:flex;justify-content:center}.budget-report-modal{width:33%;max-width:90%}.budget-report-modal .loader-wrapper{margin-top:2rem}.budget-report-modal.clause{width:60%}.budget-report-modal.clause .modal-container{padding-left:0}.budget-report-modal.clause .modal-container .action-modal_header,.budget-report-modal.clause .modal-container .action-modal_footer{margin-left:1.5rem}.budget-report-modal .modal-container{padding-top:1rem;overflow:hidden}.budget-report-modal-subtitle{font-size:1.25rem;margin-top:.5rem}.budget-report-modal-subtitle span{color:#838eab;font-size:1rem}.budget-report-modal-body{overflow:hidden;height:90vh;display:flex;flex-direction:column}.budget-report-modal-body h5{margin:0;margin-bottom:1rem;font-size:.9rem;font-weight:700}.budget-report-modal-body .select-field-wrapper,.budget-report-modal-body .field{margin-bottom:1rem}.budget-report-modal-body-header{margin-top:1rem;display:flex}.budget-report-modal-body-header h5{flex:1;margin:0}.budget-report-modal-body-content{flex:1;overflow:auto;padding-top:1rem;padding-bottom:1rem;padding-right:.2rem}.budget-report-modal-body-content.clause{padding-top:0;padding-bottom:0}.budget-report-modal-body .budget-report-table{width:100%;border-collapse:collapse}.budget-report-modal-body .budget-report-table-header{background-color:#f5f6fa}.budget-report-modal-body .budget-report-table-header th{text-transform:uppercase;color:#a3a6b4;font-weight:700;padding:1rem;font-size:.6875rem}.budget-report-modal-body .budget-report-table-body .budget-report-item{text-align:center;border-bottom:1px solid rgba(112,112,112,.2);color:#000}.budget-report-modal-body .budget-report-table-body .budget-report-item:hover{background-color:#00a9e00f}.budget-report-modal-body .budget-report-table-body .budget-report-item td{padding:1rem .75rem}.budget-report-modal-body .budget-report-table-body .budget-report-item--selected{background-color:#00a9e00f}.budget-report-modal .action-modal_footer button{text-transform:uppercase}.budget-report-modal .action-modal_footer .modal-save-button{height:1rem}.budget-report-modal__back{min-height:1.5rem}.budget-report-modal__back .back-button{margin-left:0;padding-left:0}.budget-report-modal .text-container{font-weight:600;color:#003087;margin:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:24px}.budget-report-modal .format-selector{display:flex;flex-direction:row;margin-bottom:1rem}.budget-report-modal .format-selector .format-input{font-size:.85rem;margin-right:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.budget-report-modal .format-selector .format-input svg{margin-bottom:8px}.budget-report-modal .format-selector .format-input--selected{color:#11a9e0}.budget-report-modal .format-selector .format-input--selected svg .outer-border{stroke:#11a9e0}.budget-report-modal .format-selector .format-input input{margin:.5rem .5rem .5rem 0}.budget-report-modal .clause-container{display:flex;height:100%}.budget-report-modal .clause-container-list-container{flex:1;overflow:auto;border-right:1px solid #e9e9e9;padding-top:1rem}.budget-report-modal .clause-container-list-container h5{padding-left:1.5rem;padding-right:.5rem}.budget-report-modal .clause-container-list-container .clause-list{list-style:none;padding:0}.budget-report-modal .clause-container-list-container .clause-list .clause-list-children{margin-left:1.5rem}.budget-report-modal .clause-container-detail{flex:2;padding:1rem;overflow:auto;font-size:.9rem}.budget-report-modal .clause-container-detail .clause-details-list{margin-top:.5rem;padding-left:40px;list-style:disc}.budget-report-modal .clause-container-detail .clause-details-list-item{padding-top:.5rem;padding-bottom:.5rem}.combobox-portal-wrapper{z-index:1000}.combobox-wrapper{display:flex;flex-direction:column}.combobox-wrapper .combobox-button{border:none;background:transparent;font-size:1em;margin:0;padding:0;cursor:pointer;color:#11a9e0}.combobox-wrapper .combobox-button:hover{font-weight:700}.combobox-wrapper .combobox-display-wrapper{display:flex;justify-content:center;align-items:center;color:#003087}.combobox-wrapper .combobox-display-wrapper svg{color:#11a9e0;padding-left:.25rem}.combobox-wrapper .combobox-display-wrapper .combobox-display-label{min-width:3rem;width:100%;min-height:24px;display:flex;align-items:center}.combobox-wrapper .combobox-display-wrapper .combobox-display-label .combobox-display-placeholder{width:100%;word-break:break-word}.combobox-wrapper .combobox-display-wrapper .combobox-display-label input{width:100%;border:none;outline-width:0;padding:0;transition:.5s all;color:#003087;font-size:16px;line-height:24px;font-weight:400;background:transparent}.combobox-wrapper--disabled output,.combobox-wrapper--disabled input{color:#838eab!important}.combobox-portal-content{background:#ffffff;box-shadow:0 5px 16px #09090a29;border-radius:9px;min-width:275px;margin:8px 0 0 -4px;padding:8px;box-sizing:border-box}.combobox-portal-content.default{margin:0;width:100%}.combobox-portal-content .combobox-portal-loader{text-align:center;padding:1rem 0}.combobox-portal-content .combobox-search-input-wrapper{border:1px solid #dddddd;padding:8px;margin:4px 8px;border-radius:4px;display:flex;align-items:center}.combobox-portal-content .combobox-search-input-wrapper svg{color:#a3a6b4;margin-right:4px}.combobox-portal-content .combobox-search-input-wrapper input{border:none;outline:none;width:100%}.combobox-portal-content .combobox-no-results-message{padding:8px;color:#a3a6b4}.combobox-portal-content .combobox-results-list{list-style-type:none;padding:0;margin:0}.combobox-portal-content .combobox-results-list__wrapper{max-height:30vh;overflow-y:auto;margin:.5rem 0}.combobox-portal-content .combobox-results-list .combobox-results-list-option{padding:.75rem 1rem;border-bottom:1px solid #dddddd;cursor:pointer}.combobox-portal-content .combobox-results-list .combobox-results-list-option:last-child{border-bottom:none}.combobox-portal-content .combobox-results-list .combobox-results-list-option--active,.combobox-portal-content .combobox-results-list .combobox-results-list-option:hover{color:#11a9e0}.combobox-portal-content .combobox-results-list .combobox-results-list-option--selected{font-weight:700}.field-container{margin:1rem 0}.field-wrapper{border:1px solid #dddddd;border-radius:9px;padding:.1rem 1rem .5rem;display:flex;flex-direction:column;width:100%;min-height:3.75rem;position:relative}.field-wrapper.field-wrapper--active .field-wrapper-label,.field-wrapper.field-wrapper--hasValue .field-wrapper-label{top:.5rem;transform:none}.field-wrapper .field-wrapper-label{position:absolute;-webkit-user-select:none;user-select:none;top:50%;left:1rem;right:0;color:#838eab;display:flex;align-items:center;font-size:1rem;transform:translateY(-50%);transition:.5s all}.field-wrapper .field-wrapper-field{opacity:0;transition:.5s all;min-height:1.5rem;margin-top:24px;font-size:16px;line-height:24px;font-weight:600}.field-wrapper .field-wrapper-field input{font-size:16px!important;line-height:24px!important;font-weight:600!important}.field-wrapper .field-wrapper-field svg{color:#003087}.field-wrapper:not(.field-wrapper--disabled):hover{border-color:#11a9e0}.field-wrapper:not(.field-wrapper--disabled):hover label{color:#11a9e0}.field-wrapper.field-wrapper--active .field-wrapper-field,.field-wrapper.field-wrapper--hasValue .field-wrapper-field{opacity:1}.field-wrapper.field-wrapper--active label,.field-wrapper.field-wrapper--hasValue label{font-size:.75rem}.field-wrapper.field-wrapper--hasError{border-color:#ed6c6c}.field-wrapper.field-wrapper--hasError label{color:#ed6c6c}.field-wrapper input:disabled{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:transparent;color:#838eab}.field-wrapper--no-label{min-height:unset;padding-top:.5rem}.field-wrapper--no-label .field-wrapper-field{margin-top:0}.field-wrapper-error{font-size:.75rem;color:#ed6c6c;margin-left:1rem}.text-input-field-wrapper input{width:100%;border:none;padding:0;transition:.5s all;color:#003087;font-size:16px;line-height:29px;font-weight:600;outline-width:0}.calendar{display:flex;flex-direction:column;justify-content:center}.calendar__inputs{display:flex;flex-direction:row}.calendar__inputs input{min-width:5.5rem;width:100%;border:none;outline-width:0;padding:0;transition:.5s all;color:#003087;font-size:16px;line-height:24px;font-weight:400;background:transparent}.calendar__inputs span{align-self:center;margin:0 .25rem}.calendar__icon:hover svg path{fill:#003087}.calendar__icon--disabled svg path{fill:#707070}.calendar__selector{background-color:#fff;z-index:1000}.calendar__selector .react-calendar{font-family:inherit;padding:0 1rem 1rem}.calendar__selector .react-calendar__navigation__label{font-size:14px;line-height:15px;font-weight:700;text-align:center}.calendar__selector .react-calendar__navigation button{text-align:center}.calendar__selector .react-calendar__decade-view__years__year[disabled]{color:#ddd}.calendar__selector .react-calendar__month-view__weekdays__weekday{color:#707070;font-size:12px;line-height:13px;font-weight:400}.calendar__selector .react-calendar__month-view__weekdays__weekday abbr{text-decoration:none}.calendar__selector .react-calendar__month-view__days__day--weekend{color:inherit}.calendar__selector .react-calendar__month-view__days__day--neighboringMonth{visibility:hidden}.calendar__selector .react-calendar__tile{padding:.7rem;font-size:14px;line-height:15px;font-weight:400;color:#4d4f5c;border:1px solid #DFE1E6;margin-top:-1px;margin-left:-1px;background:#ffffff}.calendar__selector .react-calendar__tile--now{background:inherit}.calendar__selector .react-calendar__tile--now:hover,.calendar__selector .react-calendar__tile--now:focus{background-color:#e6e6e6!important}.calendar__selector .react-calendar__tile--active{background-color:#a3dff3;border-color:#1dbef2}.calendar__selector .react-calendar__tile--active:enabled:focus,.calendar__selector .react-calendar__tile--active:enabled:hover{background-color:#11a9e0!important;color:#fff}.calendar__selector .react-calendar__tile--hover{background-color:#a3dff3!important;border-color:#1dbef2!important}.calendar__selector .react-calendar__tile--rangeStart,.calendar__selector .react-calendar__tile--rangeEnd{background-color:#11a9e0!important;color:#fff}.historic-rates-list{display:flex;flex-direction:column;width:100%;height:100%;position:relative}.historic-rates-list .historic-rates-search-icon{color:#a3a6b4;position:absolute;top:66px;left:-25px;transform:scaleX(-1)}.historic-rates-list .historic-rates-table-container{overflow:auto}.historic-rates-list .historic-rates-table-container .historic-rates-table-head{position:sticky;top:0;background-color:#fff;width:fit-content}.historic-rates-list .historic-rates-table-container table{min-width:1700px;border-collapse:separate;border-spacing:0 .4rem;width:100%;table-layout:fixed;font-size:13px;line-height:20px;font-weight:400}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th{padding:1rem .5rem .5rem;top:0;color:#4d4f5c}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th:hover{cursor:pointer}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th span{text-align:center;font-weight:700}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th svg{transform:scale(2);margin-bottom:.1rem;margin-right:.3rem}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th.order_asc svg{transform:scale(2) rotate(180deg)}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th.order_desc svg{transform:scale(2)}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th:nth-child(1){min-width:4.5rem}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th:nth-child(2),.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th:nth-child(3),.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th:nth-child(4){min-width:10rem;width:10rem}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th:nth-child(5),.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th:nth-child(6){min-width:5.5rem}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th:nth-child(7),.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th:nth-child(8),.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th:nth-child(9){min-width:7.2rem}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th:nth-child(10),.historic-rates-list .historic-rates-table-container table thead tr:nth-child(1) th:nth-child(11){min-width:3rem;width:3rem}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(2) th{padding:.4rem .3rem;border-top:1px solid rgba(112,112,112,.0980392157);border-bottom:1px solid rgba(112,112,112,.0980392157)}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(2) th:first-child{border-left:1px solid rgba(112,112,112,.0980392157);border-radius:4px}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(2) th:last-child{border-right:1px solid rgba(112,112,112,.0980392157);border-radius:4px}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(2) input{border:none;outline-width:0;text-align:center;width:100%}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(2) input::placeholder{font-style:italic}.historic-rates-list .historic-rates-table-container table thead tr:nth-child(2) input:focus::placeholder{color:transparent}.historic-rates-list .historic-rates-table-container table tbody tr{background-color:#adadad1a}.historic-rates-list .historic-rates-table-container table tbody tr td{text-align:center;color:#43425d;padding:.4rem .5rem}.historic-rates-list .historic-rates-table-container table tbody td>div{display:flex;align-items:center;justify-content:center}.historic-rates-list .historic-rates-table-container table tbody td:first-child{border-bottom-left-radius:5px;border-top-left-radius:5px}.historic-rates-list .historic-rates-table-container table tbody td:last-child{border-bottom-right-radius:5px;border-top-right-radius:5px}.historic-rates-list .historic-rates-table-container table tbody td:nth-child(1){min-width:4.5rem}.historic-rates-list .historic-rates-table-container table tbody td:nth-child(2),.historic-rates-list .historic-rates-table-container table tbody td:nth-child(3),.historic-rates-list .historic-rates-table-container table tbody td:nth-child(4){min-width:10rem;width:10rem}.historic-rates-list .historic-rates-table-container table tbody td:nth-child(5),.historic-rates-list .historic-rates-table-container table tbody td:nth-child(6){min-width:5.5rem}.historic-rates-list .historic-rates-table-container table tbody td:nth-child(7),.historic-rates-list .historic-rates-table-container table tbody td:nth-child(8),.historic-rates-list .historic-rates-table-container table tbody td:nth-child(9){min-width:7.2rem}.historic-rates-list .historic-rates-table-container table tbody td:nth-child(10),.historic-rates-list .historic-rates-table-container table tbody td:nth-child(11){min-width:3rem;width:3rem}.historic-rates-list .historic-rates-table-container table tbody .item--active{color:#11a9e0}.historic-rates-list .historic-rates-table-container table tbody .item--expired{color:#acacac}.historic-rates-list .historic-rates-table-container table tbody .icon{color:#11a9e0}.historic-rates-list .historic-rates-table-container table tbody .icon svg{height:18px;width:18px}.historic-rates-list .historic-rates-table-container table tbody .empty-row td{text-align:center}.historic-rates-list .historic-rates-table-container table .loader-row{background-color:#fff}.historic-rates-list__update-button{display:inline-block}.combobox-portal-wrapper>div{outline:none}.update-category-status-modal{width:20rem}.update-category-status-modal dl{margin-top:0;margin-bottom:1.5rem}.update-category-status-modal dl dd{margin-left:0;margin-bottom:.25rem;font-size:12px;line-height:14px;font-weight:500;color:#838eab}.update-category-status-modal dl dt{font-size:14px;line-height:15px;font-weight:400;margin-bottom:.5rem}.historic-rates-section__title{margin:0 1.5rem;border-bottom:1px solid #dddddd;display:flex;justify-content:space-between;align-items:center}.historic-rates-section__title h3{margin:16px 0;font-weight:700;font-size:18px}.historic-rates-section__content{margin:1.5rem;padding:0 15px}.historic-rates-section .close-button{font-size:28px}.historic-rates-section .historic-rates-client-selection form{display:flex}.historic-rates-section .historic-rates-client-selection form .field-container{margin:0;min-width:30%;margin-right:.5rem}.historic-rates-section .historic-rates-client-selection form .year-wrapper{width:auto;margin:0 .5rem}.historic-rates-section .historic-rates-table-container{max-width:calc(100vw - 2rem);max-height:calc(100vh - 165px)}.historic-rates-section__actions{display:flex;gap:10px;align-items:center}.historic-rates-section .historic-rates-selection-row{display:flex!important;align-items:flex-end!important;gap:.5rem!important;margin-bottom:1rem}.historic-rates-section .historic-rates-selection-row .historic-rates-client-selection{flex:1!important}.historic-rates-section .historic-rates-selection-row .export-list-button{margin-bottom:.6rem!important;padding:0 6px!important;min-width:unset!important;width:auto!important;height:38px!important;font-size:15px!important;display:flex!important;align-items:center!important;gap:4px!important;background-color:#178be6!important;border-color:#178be6!important;color:#fff!important;white-space:nowrap!important;flex-shrink:0!important}.budget-audit-history__title{margin:0 1.5rem;border-bottom:1px solid #dddddd;display:flex;justify-content:space-between}.budget-audit-history__title h3{margin:16px 0;font-weight:700;font-size:18px}.budget-audit-history__content{margin:1.5rem;padding:0 15px}.budget-audit-history__table-container{overflow:auto;max-height:calc(100vh - 205px)}.budget-audit-history__header-table{position:sticky;top:0;background-color:#fff;width:fit-content}.budget-audit-history table.searchable-table,.budget-audit-history table.sortable-table{border-collapse:separate;border-spacing:0 .4rem;table-layout:fixed;font-size:13px;line-height:20px;font-weight:400}.budget-audit-history .sortable-table__header th{padding:.4rem 0;color:#4d4f5c;border-bottom:1px solid rgba(112,112,112,.0980392157);cursor:pointer}.budget-audit-history .sortable-table__header th svg{transform:scale(2);margin-bottom:.1rem;width:1rem}.budget-audit-history .sortable-table__header th.order_asc svg{transform:scale(2) rotate(180deg)}.budget-audit-history .sortable-table__header th.order_desc svg{transform:scale(2)}.budget-audit-history .searchable-table__header th{padding:.4rem 0;border-bottom:1px solid rgba(112,112,112,.0980392157);font-weight:400}.budget-audit-history .searchable-table__header th input{border:none;outline-width:0;text-align:center;width:100%}.budget-audit-history .searchable-table__header th input::placeholder{font-style:italic}.budget-audit-history .searchable-table__header th input:focus::placeholder{color:transparent}.budget-audit-history table{width:100%;min-width:1200px}.budget-audit-history table thead th{font-weight:700}.budget-audit-history table td,.budget-audit-history table th{text-align:center;width:10%;padding:.4rem .5rem}.budget-audit-history table td:nth-child(1),.budget-audit-history table th:nth-child(1){width:18%;text-align:left}.budget-audit-history table td:nth-child(1) input,.budget-audit-history table th:nth-child(1) input{text-align:left}.budget-audit-history table td:nth-child(2),.budget-audit-history table th:nth-child(2){width:20%;text-align:left}.budget-audit-history table td:nth-child(2) input,.budget-audit-history table th:nth-child(2) input{text-align:left}.budget-audit-history table td:nth-child(3),.budget-audit-history table th:nth-child(3){width:12%}.budget-audit-history__content-table table{border-collapse:separate;border-spacing:0 .4rem;font-size:.9em}.budget-audit-history__content-table table tr{background-color:#adadad1a}.budget-audit-history__content-table table .empty-row{background-color:#adadad1a;width:100%}.budget-audit-history__content-table table .empty-row td{text-align:center}.budget-audit-history .close-button{font-size:28px}.audit-top-filters{display:flex;gap:.5rem}.audit-top-filters__client{flex:1}.audit-top-filters__startDate,.audit-top-filters__endDate{width:25%}
