@charset "UTF-8";: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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.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:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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%{animation-timing-function:ease-in;opacity:0;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%{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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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(0deg)}to{transform:rotate(1turn)}}.szh-menu{background-color:#fff;border:1px solid rgba(0,0,0,.1);box-sizing:border-box;list-style:none;margin:0;padding:0;width:-webkit-max-content;width:max-content;z-index:100}.szh-menu:focus{outline:none}.szh-menu__arrow{background-color:#fff;border-color:rgba(0,0,0,.1) transparent transparent rgba(0,0,0,.1);border-style:solid;border-width:1px;box-sizing:border-box;height:.75rem;width:.75rem;z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translateX(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translateX(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:none}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{background-color:inherit;cursor:default}.szh-menu__item--disabled{color:#aaa;cursor:default}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{list-style:none;margin:0;padding:0}.szh-menu__divider{background-color:rgba(0,0,0,.12);height:1px;margin:.5rem 0}.szh-menu-button{box-sizing:border-box}.szh-menu{border:none;border-radius:.25rem;box-shadow:0 3px 7px rgba(0,0,0,.133),0 .6px 2px rgba(0,0,0,.1);color:#212529;min-width:10rem;padding:.5rem 0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.szh-menu__item{align-items:center;display:flex;padding:.375rem 1.5rem;position:relative}.szh-menu-container--itemTransition .szh-menu__item{transition-duration:.15s;transition-property:background-color,color;transition-timing-function:ease-in-out}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio:before{content:"○";font-size:.8rem;left:.8rem;position:absolute;top:.55rem}.szh-menu__item--type-radio.szh-menu__item--checked:before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox:before{left:.8rem;position:absolute}.szh-menu__item--type-checkbox.szh-menu__item--checked:before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item:after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;font-size:.8rem;padding:.2rem 1.5rem;text-transform:uppercase}.content-wrapper{border:2px solid #f1efef4f;border-radius:3px;margin-top:1em;padding:2em;>button{margin-right:1em}}header{>text{font-size:xx-large;font-weight:600}>div{align-items:center;display:flex;flex-direction:column}}header{align-items:center;display:flex;justify-content:space-between;>text{font-size:xx-large;font-weight:600}>div{align-items:center;display:flex;flex-direction:column}}.dropdown-menu-item{padding:4px}.right-side-panel{background-color:#f0f0f0;box-shadow:-2px 0 5px rgba(0,0,0,.1);display:flex;flex-direction:column;height:100%;overflow-y:auto;position:fixed;right:0;top:0;width:33.33%;z-index:9999}.right-side-panel header{margin-top:25px;padding:10px 20px}.right-side-panel header span{font-size:xx-large;font-weight:700}.right-side-panel .content{flex-grow:1;overflow-y:auto;padding:20px}.overflow-scroll{overflow:scroll}.search-container{margin-top:1px;position:relative;width:100%}.search-wrapper{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:4px;display:flex;padding:8px}.search-icon{color:#188195;margin-right:8px}.search-container-input{border:none;font-size:14px;outline:none;width:100%}.search-input{border:2px solid #ccc;border-radius:5px;font-size:16px;outline:none;padding:10px;transition:border-color .2s ease-in-out;width:250px}.search-input:focus{border-color:#f0ad4e}.search-results{list-style-type:none;padding:0}.result-item{align-items:center;border:1px solid #ccc;border-radius:5px;display:flex;justify-content:space-between;margin-bottom:10px;padding:10px}.result-info{flex-grow:1;margin-right:10px}.result-name{font-size:1.2em;font-weight:700}.result-regNo{color:#666}.result-button{padding:10px 20px}.company-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.creditreport-info-box{border:1px solid #188195;border-radius:4px;font-size:smaller;margin-bottom:1em;padding:6px}.creditreport-end-date-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.margin-rigt-four-px{margin-right:4px}.status-icon{margin-left:10px}.agreement-info{margin-bottom:20px}.mb-1{margin-bottom:1em}.mb-2{margin-bottom:2em}.mbThree{margin-bottom:3em}.mb-ten{margin-bottom:10px}.mb-eight-px{margin-bottom:8px}.agreement-text{font-size:1.2em;font-weight:700}.source-name{margin-left:10px}.button-container{display:flex;justify-content:flex-end;margin:2em}.list-container{font-family:Arial,sans-serif;margin:20px}.btn-end{justify-content:flex-end!important}.list-table{border:1px solid #ddd;border-collapse:collapse;width:100%}.list-table td,.list-table th{padding:8px;text-align:left}.list-table th{background-color:#f5f5f5}.list-table tr:nth-child(2n){background-color:#f9f9f9}.list-table tr:hover{background-color:#e5e5e5}.space-between,.space-between-baseline{display:flex;justify-content:space-between}.space-between-baseline{align-items:baseline}.space-between-center{align-items:center;display:flex;justify-content:space-between}.position-relative{position:relative}.position-absolute-top-right{position:absolute;right:0;top:0}.document-buttons{display:flex;justify-content:flex-end;margin-right:1em}.document-template-modal-buttons{margin-top:12em}.document-template-modal-buttons,.edit-modal-buttons{display:flex;justify-content:space-between}.mr-4px{margin-right:4px}.mr-2{margin-right:2em}.ml-6-px{margin-left:6px}.ml-1{margin-left:1em}.ml-2{margin-left:2em}.ml-3{margin-left:3em}.ml-4{margin-left:4em}.ml-4-px{margin-left:4px}.mr-1{margin-right:1em}.mtSix{margin-top:6em}.mt-4{margin-top:4em}.mt-5{margin-top:5em}.ml-two-px{margin-left:2px}.ml-7-px{margin-left:7px}.mr-16{margin-right:16px}.ml-16{margin-left:16px}.ml-32{margin-left:32px}.document-modal-text{font-size:medium;font-weight:600}.font-weight-600{font-weight:600}.flex-column{display:flex;flex-direction:column}.flex-wrap{display:flex;flex-wrap:wrap}.section-header{color:#428bca;font-size:medium;font-weight:600}.padding-1{padding:1px 1px 1px 2px}.padding-2{padding:2px}.send-invoce-btn-width{width:152px}.mt-1{margin-top:1em}.mt-2{margin-top:2em}.mt-3{margin-top:3em}.mt-7-px{margin-top:7px}.mt-20-px{margin-top:20px}.mt-24-px{margin-top:24px}.gap-1{gap:1em}.gap-2{gap:2em}.gap-3{gap:3em}.gap-5{gap:5em}.margin-5-imp{margin:5px!important}.margin-top-6px{margin-top:6px}.margin-bottom-6px{margin-bottom:6px}.gap-6px{gap:6px}.disabled-background{background-color:#e9ecef}.sortFolders{margin-right:1em;width:1em}.folder-buttons{display:flex;justify-content:flex-end;margin-bottom:1em}.cursor{cursor:pointer}.padding-left-20{padding-left:20px}.padding-right-20{padding-right:20px}.folder-button{text-align:center}.folder-button,.folder-structure-button{margin-left:1em;width:16em}.rectangle-container{background-color:#fff;border:1px solid hsla(0,0%,85%,.5);border-radius:5px;box-shadow:0 4px 4px rgba(0,0,0,.25);box-sizing:border-box;position:relative;width:100%}.position-static{position:static!important}.form-input-box{box-sizing:border-box;position:relative;width:90%}.form-input-box,.purchase-document-container{background-color:#fff;border:1px solid hsla(0,0%,85%,.5);border-radius:5px;box-shadow:0 4px 4px rgba(0,0,0,.25)}.purchase-document-container{margin-top:2em}.purchase-header{align-items:center;background-color:#d9d9d9;border-radius:var(--br-8xs) var(--br-8xs) 0 0;display:flex;height:62px;justify-content:space-between;position:relative;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1}.purchase-header-text{align-items:baseline;display:flex;font-family:var(--font-poppins);font-size:18px;font-weight:500;line-height:150%;margin-left:1em;position:relative;text-align:left}.purchase-header-text-center{align-items:center!important}.purchase-list-wrapper{align-items:center;background-color:var(--gray-white);border:1px solid #f5f5f5;box-sizing:border-box;color:var(--body-text-body-color);display:flex;font-family:var(--font-poppins);font-size:14px;justify-content:space-between;min-height:58px;width:100%}.selected-purchase{background-color:#ebf8fb!important;border:1px solid #f1f2f5!important}.purchase-title-wrapper{cursor:pointer;display:flex;width:100%}.modern-searchbar{border:1px solid #188195!important;border-radius:8px!important}.width-100{width:100%}.purchase-title{font-family:Poppins,sans-serif;font-size:14px;font-weight:600}.purchase-list-input{width:8em}.purchase-forecast-cost,.purchase-list-input{border:1px solid #188195;border-radius:4px;height:32px}.purchase-forecast-cost{width:14em}.purchase-forecast-cost-selected-purchase{background-color:#fff;border:1px solid #188195;border-radius:4px;height:25px;width:14em}.purchase-list-input-selectedPurchase{border:1px solid #188195;border-radius:4px;height:25px;width:8em}.purchase-list-forecast-cost-selectedPurchase{border:1px solid #188195;border-radius:4px;height:25px;width:9em}.purchase-list-input-label{font-family:Poppins,sans-serif;font-size:16px;line-height:150%;margin-left:26px}.selected-purchase-input-wrapper{align-items:center;display:flex;flex-direction:column;margin-bottom:1em;margin-top:1em}.selected-purchase-input{border:1px solid #a9a9a9;border-radius:4px;height:30px;width:90%}.is-multiline{height:80px}.font-family-poppins{font-family:Poppins,sans-serif}.warning-border{border:1px solid red}.selected-purchase-save-btn{display:flex;justify-content:flex-end;margin-right:1em}.save-purchase-information-btn{background-color:var(--color-teal);border:1px solid var(--color-teal);border-radius:4px!important;box-sizing:border-box;font-family:var(--font-poppins);height:34px;margin-bottom:1em;position:relative;width:20%}.primary-btn{height:34px;>span{color:#fff}}.purchase-overview-btn{background-color:#fff!important;border:1px solid var(--color-teal);border-radius:4px!important;box-sizing:border-box;font-family:var(--font-poppins);height:34px;position:relative;>span{color:#188195;font-weight:600}}.new-folder-structure-btn{background-color:var(--color-teal);border:1px solid var(--color-teal);border-radius:4px!important;height:34px}.new-folder-structure-btn,.secondary-btn{box-sizing:border-box;font-family:var(--font-poppins);position:relative}.secondary-btn{background-color:var(--gray-white)!important;border:2px solid var(--color-teal);border-radius:4px!important;color:#188195!important;height:32px;>span{color:#188195;font-weight:600}}.flex-align-center{align-items:center;display:flex}.purchase-document-icon{margin-right:10px}.mr-five{margin-right:5em}.purchase-header-buttons{display:flex;justify-content:flex-end;margin-bottom:1em}.positive-budgetvariance-table-row{background-color:#c3efc3!important}.negative-budgetvariance-table-row{background-color:#f9baba!important}.positive-icon{color:#0e9f0e}.negative-icon{color:#ff1c1c}.purchase-budget-tablerow-font,.purchase-cost-tablerow-font{font-family:Poppins,sans-serif;font-weight:600}.purchase-budget-tablerow-font{height:2em}.activity-item-color{color:teal}.purchase-cost-summary-tablerow-font{font-family:Poppins,sans-serif;font-size:medium;font-weight:600}.purchase-cost-border{align-items:center;border:3px solid var(--color-teal);border-radius:25px;display:flex;justify-content:center;margin-left:50px;margin-right:50px;margin-top:20px;min-height:250px;width:auto}.invoice-button{background-color:teal;border:1px solid teal;border-radius:4px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;flex-direction:row;padding:6px 12px}.invoice-button:hover{filter:brightness(110%)}.invoice-log-icons{font-size:20px;font-weight:600}.invoice-log-icon{cursor:pointer;margin-left:1em}.invoice-log-icon:hover{color:#616161}.inovice-log-receivers-container{display:flex;flex-direction:column}.padding-six{padding:6px}.purchase-forecast-select{margin-left:1em;min-width:400px;padding:6px}.purchase-forecast-selected-items{display:flex;flex-wrap:wrap;justify-content:center;min-width:400px;padding:6px}.purchase-forecast-selected-item{background-color:#fff;border:1px solid teal;border-radius:4px;color:teal;font-weight:600;height:32px;margin-bottom:4px;margin-right:1em}.redlisted-supplier{background-color:#ffabab!important}.flex-justify-center{display:flex;justify-content:center}.padding-four{padding:4px}.purchase-forecast-select-selectedpurchase{margin-right:1em;padding:6px}.purchase-budget-input-wrapper{display:flex;justify-content:flex-end;margin-right:1em}.flex-center{align-items:center;display:flex}.flex-baseline{align-items:baseline;display:flex}.align-baseline{align-items:baseline!important}.flex-space-between{align-items:center;display:flex;justify-content:space-between}.rating-total{font-size:large;font-weight:600}.margin-left-fourpx{margin-left:4px}.additionitem-formflex{display:flex;flex-direction:column;width:-webkit-max-content;width:max-content}.flex-end{display:flex;justify-content:flex-end}.purchase-tooltip{top:-20px}.public-holiday-tooltip,.purchase-tooltip{background:hsla(0,0%,100%,.8);box-shadow:0 0 5px rgba(0,0,0,.2);font-weight:600;padding:10px;position:absolute}.selectedpurchase-budgetactivities-wrapper{align-items:flex-start;display:flex;justify-content:space-between}.new-secondary-button{background-color:#fff!important;border:1px solid var(--color-teal);border-radius:4px!important;box-sizing:border-box;font-family:var(--font-poppins);height:34px;position:relative;>span{color:#188195;font-weight:600}.addition-item-icon{cursor:pointer;margin-right:1em;padding:5px}.flex-list-header{align-items:center;display:flex;justify-content:space-between}}.addition-cost-radio-btn:checked{accent-color:#318196}.justify-content-end{justify-content:end!important}.blockapp-blue{color:#188195!important}.blockapp-lighter-blue{color:#5ab5ca!important}.blockapp-light-blue{color:#318196}.forecast-percentage-border{border-left:2px solid #188195;padding:1em}.text-color-black{color:#000!important}.form-header{align-items:center;background-color:#cdedf3;border-radius:var(--br-8xs) var(--br-8xs) 0 0;display:flex;height:42px;justify-content:space-between;position:relative;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1}.dropdown-z-index{color:#000;z-index:9999}.button-form-header{z-index:1}.button-form-header,.button-form-header-2{background-color:#cdedf3;height:60px;position:relative;position:-webkit-sticky;position:sticky}.button-form-header,.button-form-header-2,.projects-form-header{align-items:center;border-radius:var(--br-8xs) var(--br-8xs) 0 0;display:flex;justify-content:space-between;top:0;width:100%}.projects-form-header{position:relative;z-index:1}.form-header-text{font-family:Poppins;font-size:18px;font-weight:400;line-height:27px}.height-auto{height:auto!important}.flex{display:flex}.flex-center-space-around,.flex-space-around{display:flex;justify-content:space-around}.flex-center-space-around{align-items:center}.diary-form-input{border:1px solid #188195;border-radius:4px;height:32px}.flex-start{align-items:flex-start;display:flex;flex-direction:column}.primary-btn{background-color:var(--color-teal);border:1px solid var(--color-teal);border-radius:4px!important;box-sizing:border-box;color:#188195!important;font-family:var(--font-poppins);height:32px;position:relative}.diary-add-btn{color:#188195;cursor:pointer;margin-right:1em}.diary-field-remove-icon{color:#188195;cursor:pointer;margin-left:1em}.teal-color{color:#188195}.calendar-holiday-day{background-color:#ff5b5b;.gap-3{gap:3em}}.forecast-budget-btns{align-items:flex-end;display:flex;flex-direction:column}.edit-forecast-budget-btn{color:#188195;margin-right:8px}.star-rating-negative{color:#ff4545}.star-rating-low{color:#ffa534}.star-rating-medium{color:#ffe234}.star-rating-good{color:#b7dd29}.star-rating-top{color:#57e32c}.height-70{height:70px!important}.height-120{height:120px!important}.height-170{height:170px!important}.height-100{height:100%}.mb-one{margin-bottom:1em}.min-width-500{min-width:500px}.width-50{width:50%!important}.width-30{width:30%}.width-auto{width:auto!important}.padding-8{padding:8px}.margin-right-4px{margin-right:4px}.margin-left-5{margin-left:5em}.color-white{color:#fff}.width-6{width:6em}.width-8{width:8em}.width-10{width:10em}.width-12{width:12em}.width-13{width:13em}.width-16{width:16em}.width-17{width:17em}.width-20{width:20em}.width-21{width:21em}.width-24{width:24em}.width-26{width:26em}.width-27{width:27em}.width-28{width:28em}.width-30{width:30em}.width-31{width:31em}.width-39{width:39em}.width-43{width:43em}.width-54{width:54em}.height-32px{height:36px}.border-blue{border-bottom:1px solid #188195;margin-top:1.5em;width:100%}.align-top{align-items:top}.grid-form{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(6,1fr)}.bidevaluation-grid-container{display:flex;flex-wrap:nowrap;gap:1em;margin:1em;overflow-x:auto;overflow-y:auto}.bidevaluation-grid-container>*{flex:0 0 auto}.grid-container{grid-gap:1em;display:grid;gap:1em;grid-template-columns:repeat(12,1fr);margin:1em}.kma-grid-container{display:grid;grid-template-columns:repeat(26,1fr)}@media only screen and (max-width:2300px){.kma-grid-container{grid-template-columns:repeat(23,1fr)}}@media only screen and (max-width:2100px){.kma-grid-container{grid-template-columns:repeat(20,1fr)}}@media only screen and (max-width:1800px){.kma-grid-container{grid-template-columns:repeat(17,1fr)}}.no-margin{margin:0!important}.selected-option-text{border-bottom:2px solid #188195;font-size:18px;font-weight:600}.selected-option-text,.selected-option-text-small{color:#188195;font-family:Poppins;line-height:27px}.selected-option-text-small{border-bottom:1px solid #188195}.kma-loader{align-items:center;display:flex;grid-column-end:16;grid-column-start:16}.margin-1{margin:1em}.span-1{grid-column:auto/span 1}.row-span-1{grid-row:auto/span 1}.span-2{grid-column:auto/span 2}.row-span-2{grid-row:auto/span 2}.span-3{grid-column:auto/span 3}.span-4{grid-column:auto/span 4}.span-5{grid-column:auto/span 5}.span-6{grid-column:auto/span 6}.span-8{grid-column:auto/span 8}.span-9{grid-column:auto/span 9}.span-10{grid-column:auto/span 10}.span-11{grid-column:auto/span 11}.span-12{grid-column:auto/span 12}.row-span-6{grid-row:auto/span 6}.time-report-grid-item{grid-column-end:8;grid-column-start:5;margin-bottom:1em}.time-report-grid-button{grid-column-end:9;grid-column-start:7;margin-bottom:1em;margin-left:1em}.time-report-header{font-size:20px;font-weight:700}.hour-select-title{font-size:14px;font-weight:700!important;line-height:24px}.supplier-input{border:1px solid #188195;border-radius:4px;height:32px}.default-input,.table-text-input{border:1px solid #dee2e6;border-radius:4px;font-family:poppins;height:32px}.table-text-input{width:10em}.table-input{border:1px solid #dee2e6;border-radius:4px;font-family:poppins;height:32px;width:6em}.default-input-placeholder-right:-ms-input-placeholder{text-align:right}.default-input-placeholder-right::placeholder{text-align:right}.company-select-warning{color:#e12f2f;margin-left:1em}.company-select-warning-border{border:2px solid #e12f2f;border-radius:4px}.warning-text-color{color:#e12f2f}.font-bold{font-weight:600!important}.font-weight-500{font-weight:500}.kma-category-container{border-bottom:1px solid #188195;border-left:1px solid #188195;border-top:1px solid #188195}.kma-divider{border-right:2px solid #cdedf3;margin-left:1em}.kma-form-input{border:1px solid #188195;border-radius:4px;height:33px}.kma-info-item{padding:9px}.kma-info-item:first-child{border-bottom:1px solid #188195}.kma-category-item{font-size:small;overflow:hidden;padding:9.5px;text-overflow:ellipsis;white-space:nowrap}.kma-category-item:hover{background:hsla(0,0%,100%,.8);bottom:100%;box-shadow:0 0 5px rgba(0,0,0,.2);font-weight:600;opacity:1;overflow:visible;padding:10px;position:relative;z-index:9999}.kma-panel-category-item{cursor:pointer;font-size:small;overflow:hidden;padding:9.5px;text-overflow:ellipsis;white-space:nowrap}.kma-titel{cursor:default!important;font-size:medium!important}.kma-subtitle{cursor:default!important;font-style:italic}.kma-category-item:not(:first-child){border-top:1px solid #188195}.selected-kma-category-item{background-color:#188195;color:#fff}.kma-select-textcolor{div{color:#000;font-weight:600}}.kma-panel-btn{border:1px solid var(--color-teal);border-radius:4px!important;box-sizing:border-box;font-family:var(--font-poppins);height:38px!important;width:-webkit-fill-available;>span{color:#000;font-weight:600}}.selected-kma-panel-btn{border:4px solid #188195!important}.z-index-overlay{z-index:1}.custom-calendar-container{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:10px;position:absolute;z-index:1000}.position-fixed{position:fixed!important}.custom-calendar{background-color:#fff;border:none;border-radius:8px}.border-none{border:none!important}.blockapp-border{border:1px solid #188195}.blockapp-border-medium{border:2px solid #188195;border-radius:4px}.blockapp-border-thick{border:3px solid #188195;border-radius:4px}.category-expand{align-self:flex-start}.align-self-end{align-self:flex-end!important}.justify-end{justify-content:flex-end!important}.align-flex-start{align-self:flex-start}.align-items-flex-start{align-items:flex-start;display:flex}.kma-slider-left{align-items:center;display:flex;grid-column-end:7;grid-column-start:7}.kma-slider-right{align-items:center;display:flex;grid-column-end:26;grid-column-start:26;justify-content:flex-end}@media only screen and (max-width:2300px){.kma-slider-right{grid-column-end:23;grid-column-start:23}}@media only screen and (max-width:2100px){.kma-slider-right{grid-column-end:20;grid-column-start:20}}@media only screen and (max-width:1800px){.kma-slider-right{grid-column-end:17;grid-column-start:17}}.kma-slider-disabled{color:#d4d6db}.bidevaluation-category-input{border:1px solid #188195;border-radius:4px;height:30px;width:12em}.bidevaluation-supplier-price{border:3px solid #188195;border-radius:4px;height:30px;width:17em}.bidevaluation-column-input{border:1px solid #188195;border-radius:4px;height:30px;width:10em}.bidevaluation-price-input{border:1px solid #188195;border-radius:4px;height:32px;width:5em}.bidevaluation-column-separator{border:1px solid #188195}.first-bid-supplier-select{margin-left:19em}.bid-supplier-select{margin-right:2.2em;width:17em}.bid-supplier-select-border{border:1px solid #188195;border-radius:4px}.bid-column-input-container{display:flex;justify-content:center;width:17em}.bid-supplier-select-margin{margin-bottom:1em;margin-top:1em}.bidevaluation-adjustment-price-container{border-bottom:2px solid #188195;height:30px;width:16em}.bidevaluation-adjustment-price-title-container{border-bottom:1px solid #188195;border-left:1px solid #188195;border-radius:3px;height:30px;width:12.2em}.adjusted-price-margin{margin-left:2.2em;.custom-datepicker .react-datepicker__month-container{display:flex;flex-wrap:wrap;justify-content:center}.custom-datepicker .react-datepicker__month-container .react-datepicker__month{cursor:pointer;margin:.25rem}}.custom-label-margin{margin-bottom:9px}.custom-label{display:block;font-size:12px;font-weight:300;line-height:20px;text-transform:uppercase}.partial-invoice-modal-info-text{color:red;font-size:smaller}.selected-supplier-search:hover{background-color:#188195;cursor:pointer;>div>div{color:#fff}}.warning-color{color:#b31b1b}.selected-supplier-exists{background-color:#c6c6c6}.invoice-name-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.max-width-10{max-width:10em}.width-80-percent{width:80%}.workorder-filter-options-container{align-items:center;display:flex;>div{margin-left:1em;margin-top:1em}}.priority-wrapper{align-items:center;display:flex;justify-content:center}.priority-icon{margin:0 4px}.priority-value{text-align:center;width:32px}.black-border{border:1px solid #000;border-radius:4px}.centered-loader-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.project-planning-title{font-size:larger;font-weight:600}.workorder-prio-input{border:1px solid #188195;border-radius:4px;height:33px;width:50px}.user-invitaion-msg{color:#df4747;font-style:italic}.user-invitaion-btns{display:flex;gap:10px;margin-bottom:20px}.user-invitation-label{display:block;font-size:12px;font-weight:300;line-height:20px;margin-bottom:4px;margin-left:1em;text-transform:uppercase}.centered-column-loader{align-items:center;display:flex;flex-direction:column;justify-content:center}.edit-project-title{font-size:x-large;font-weight:400}.prospect-input-grid-container{grid-gap:2em;display:grid;gap:2em;grid-template-columns:repeat(2,1fr)}.prospect-input-grid-item{grid-column:span 1}.prospect-input-grid-item.full-width{grid-column:span 2}.prospect-guidlines-field{border-radius:4px;height:33px}.prospect-form-border{border:2px solid #cdedf3;width:100%}.forecast-group-title{color:#188195;font-size:14px;font-weight:600}.cursive{font-style:italic}.roles-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;justify-items:start}.role-item{display:flex;flex-direction:column}.forecast-report-title{color:#5ab5ca}.approval-green{color:#008900}.forecast-scroll-container{max-height:700px;min-height:300px;overflow-y:auto;padding:8px}.dbd-table{border-collapse:collapse;width:100%}.dbd-table td{border:1px solid #e0e0e0;text-align:left;white-space:nowrap}.dbd-table th{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:18px;padding:4px}.dbd-table th p{margin:0}.dbd-table .no-right-border{border-right:none}.dbd-table .no-left-border{border-left:none}.data-row{height:25px!important}.tr-min-width{min-width:350px}.tr-invoice-text-width{width:170px}.tr-select-width{width:150px}.tr-text{font-family:Poppins,sans-serif;font-size:11px;font-weight:400;line-height:16.5px}.tr-credit{color:#bf0000}.tr-summary-bg{background-color:#f1f2f5;>p{font-weight:600}}.tr-group{background-color:#d6e6ea;border-top:1px solid #188195!important}.tr-group-border-bottom{border-bottom:1px solid #188195!important}.tr-border-bottom-light-blue{border-bottom:1px solid #e0e0e0;margin-top:4px}.tr-cell{height:25px;@media (max-width:2100px){.tab-container{display:flex;flex-wrap:wrap}.tab-container .tab{flex:1 1 auto;min-width:100px}}}.selected-activity-table-header p{line-height:1.2;margin:0}.selected-activity-table-header{display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:.5rem}.signingPanelPivot{border-bottom:1px solid #000;color:#909090;font-size:larger;font-weight:600}.selectedSigningOption{border-bottom:2px solid #e26800!important;color:#000!important}.signersContainer{align-items:center;display:flex;flex-direction:column}.custom-badge{border-radius:10rem;color:#fff;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:8px;text-align:center;vertical-align:baseline;white-space:nowrap}.custom-badge-waiting{background-color:#f8d7da;color:#58151c}.custom-badge-row-created{background-color:#d1e7dd;color:#343a40}.custom-badge-invoice-sent{background-color:#adb5bd;color:#0a3622}.custom-badge-invoice-created{background-color:#cff4fc;color:#055160}.custom-badge-signed{background-color:#d1e7dd;color:#0a3622}.custom-badge-no-documents{background-color:#cff4fc;color:#055160}.custom-badge-approved{background-color:#8bd1cb;color:#212529}.custom-badge-neutral{background-color:#ffdd7780;color:#212529}.custom-badge-partial-signed{background-color:#fff3cd;color:#664d03}.signatory-filter-container{display:flex;gap:1rem;justify-content:flex-end;margin:1em}.signatory-filter-item{flex:1 1}.signatoryInitials{margin-right:4px}.selectedSignatory{display:flex;flex-direction:column;font-size:large;font-weight:600;margin-bottom:1em;margin-left:1em;margin-top:1em}.selectedTemplate,.selectedTemplateFolders{align-items:center;display:flex}.selectedTemplate,.templateDropDown{justify-content:space-between;width:-webkit-fill-available}.templateDropDown{align-items:center;border:none;border-radius:3px;cursor:pointer;display:flex;height:3em;margin-bottom:1em}.templateDropDownLabel{font-size:18px;font-weight:600}.light-gray-border-bottom{border-bottom:1px solid #e0e0e0}.input-with-suffix{align-items:center;display:flex;position:relative}.input-with-suffix input{flex:1 1;padding-right:20px}.input-with-suffix .suffix{color:#aaa;margin-top:4px;pointer-events:none;position:absolute;right:10px}.row-highlight{background:#e3f2fd!important;box-shadow:0 2px 12px 0 rgba(33,150,243,.15);position:relative;transform:scale(1.01);transition:background .2s,box-shadow .2s,transform .2s;z-index:2}.photo-carousel-container{align-items:center;background-color:rgba(0,0,0,.7);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.photo-carousel-image-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.photo-carousel-img{border-radius:8px;box-shadow:0 0 20px rgba(0,0,0,.5);max-height:1000px;max-width:1400px;object-fit:contain}.photo-carousel-count{background-color:rgba(0,0,0,.5);border-radius:4px;color:#fff;font-size:1.2rem;padding:4px 8px;position:absolute;right:10px;top:10px}.photo-carousel-btn{background:none;border:none;cursor:pointer;margin:0 20px;padding:0}.display-flex-align-items-center{align-items:center;display:flex}.rdrCalendarWrapper{background:#fff;box-sizing:border-box;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{color:inherit;flex:1 1;text-align:center;width:0}.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{align-items:center;display:flex;flex:1 1 auto;justify-content: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{box-sizing:inherit;flex-basis:14.28571%;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{color:red;font-size:1.6em;line-height:1.6em;position:absolute;right:.25em;top:0}.rdrDay{box-sizing:inherit;cursor:pointer;font:inherit;position:relative;width:14.28571%}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align:auto){.rdrDay{flex-basis:14.285%!important}}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{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{background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 2px 0 rgba(35,57,66,.21)}.rdrDateDisplayItem input{background:transparent;border:0;color:#849095;cursor:pointer;height:2.5em;line-height:2.5em;width:100%}.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;background:transparent;background:url("data:image/svg+xml;utf8,<svg width=%279px%27 height=%276px%27 viewBox=%270 0 9 6%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27><g id=%27Artboard%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 transform=%27translate%28-636.000000, -171.000000%29%27 fill-opacity=%270.368716033%27><g id=%27input%27 transform=%27translate%28172.000000, 37.000000%29%27 fill=%27%230E242F%27 fill-rule=%27nonzero%27><g id=%27Group-9%27 transform=%27translate%28323.000000, 127.000000%29%27><path d=%27M142.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%27 id=%27arrow%27></path></g></g></g></svg>") no-repeat;background-position:right 8px center;border:0;border-radius:4px;color:#3e484f;cursor:pointer;outline:0;padding:10px 30px 10px 10px;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:rgba(0,0,0,.07)}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{background:#eff2f7;border:0;border-radius:5px;display:block;height:24px;margin:0 .833em;padding:0;width:24px}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{border-style:solid;display:block;height:0;margin:auto;padding:0;text-align:center;transform:translate(-3px);width:0}.rdrPprevButton i{border-color:transparent #34495e transparent transparent;border-width:4px 6px 4px 4px;transform:translate(-3px)}.rdrNextButton i{border-color:transparent transparent transparent #34495e;border-width:4px 4px 4px 6px;margin:0 0 0 7px;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{color:#849095;font-weight:400;line-height:2.667em}.rdrDay{background:transparent;border:0;color:#1d2429;height:3em;line-height:3em;padding:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrDay:focus{outline:0}.rdrDayNumber{align-items:center;bottom:0;bottom:5px;display:flex;font-weight:300;justify-content:center;left:0;outline:0;position:absolute;right:0;top:0;top:5px}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{background:#3d91ff;border-radius:2px;bottom:4px;content:"";height:2px;left:50%;position:absolute;transform:translate(-50%);width:18px}.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span{color:hsla(0,0%,100%,.85)}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{background:currentColor;bottom:5px;left:0;position:absolute;right:0;top:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-bottom-left-radius:1.042em;border-top-left-radius:1.042em;left:2px}.rdrEndEdge{border-bottom-right-radius:1.042em;border-top-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange{border-bottom-left-radius:1.042em;border-top-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-bottom-right-radius:1.042em;border-top-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview{border-bottom-left-radius:1.333em;border-left-width:1px;border-top-left-radius:1.333em;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-bottom-right-radius:1.333em;border-right-width:1px;border-top-right-radius:1.333em;right:0}.rdrDayEndPreview,.rdrDayInPreview,.rdrDayStartPreview{background:hsla(0,0%,100%,.09);border:0 solid;bottom:3px;left:0;pointer-events:none;position:absolute;right:0;top:3px;z-index:1}.rdrDayStartPreview{border-bottom-left-radius:1.333em;border-bottom-width:1px;border-left-width:1px;border-top-left-radius:1.333em;border-top-width:1px;left:0}.rdrDayEndPreview,.rdrDayInPreview{border-bottom-width:1px;border-top-width:1px}.rdrDayEndPreview{border-bottom-right-radius:1.333em;border-right-width:1px;border-top-right-radius:1.333em;right:2px;right:0}.rdrDefinedRangesWrapper{background:#fff;border-right:1px solid #eff2f7;font-size:12px;width:226px}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{background:#fff;border:0;border-bottom:1px solid #eff2f7;cursor:pointer;display:block;outline:0;padding:0}.rdrStaticRange:focus .rdrStaticRangeLabel,.rdrStaticRange:hover .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;line-height:18px;outline:0;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{border:1px solid #dee7eb;border-radius:4px;color:#6c767a;height:30px;line-height:30px;margin-right:10px;text-align:center;width:30px}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;color:#333;outline:0}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{background:transparent;border:1px solid;border-radius:1.333em;bottom:-2px;content:"";left:0;position:absolute;right:0;top:-2px}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrDayEndPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrStartEdge{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrDayEndPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrStartEdge{filter:grayscale(100%) opacity(60%)}.rdrMonthName{color:#849095;font-weight:600;padding:.833em;text-align:left}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:.9;opacity:var(--rt-opacity);transition:opacity .15s ease-out;transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity .15s ease-in;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:-webkit-max-content;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}
/*# sourceMappingURL=main.e7f8e010.css.map*/