@import"https://fonts.googleapis.com/css?family=Exo:400,700";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Helvetica:wght@100;200;300;400;500;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Serif:wght@100;200;300;400;500;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;800;900&display=swap";#upload-files{width:22.5rem;position:fixed;bottom:0;right:1.8rem;border:1px solid #ebeef1;border-radius:1rem 1rem 0 0}#upload-files .header{display:flex;justify-content:space-between;font-weight:500;padding:.5rem;background-color:#f8fafd;height:3.25rem;padding-left:17px;align-items:center;border-radius:1rem 1rem 0 0}.ant-input:not(.ant-input-lg){width:100%;padding:3px 7px;font-size:inherit;line-height:1.6666666667;color:#191919;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:6px;transition:all .3s}.ant-input:not(.ant-input-lg).ant-input-status-error{border-color:#ff4d4f!important;box-shadow:0 0 0 2px #ff26050f;outline:0;background-color:#fff}.ant-input:focus,.ant-input-focused{border-color:#2a8d4d;outline:0;box-shadow:0 0 0 2px #2a8d4d33}.ant-input:focus.ant-input-status-error:focus,.ant-input:focus.ant-input-status-error:focus-within,.ant-input-focused.ant-input-status-error:focus,.ant-input-focused.ant-input-status-error:focus-within{border-color:#bf2600!important;box-shadow:0 0 0 2px #ff26050f;outline:0;background-color:#fff}.ant-input:hover{border-color:#2a8d4d}.ant-input[disabled]{background-color:#f5f5f5;color:#00000040;cursor:not-allowed;opacity:1;border:1px solid #d9d9d9}.ant-input::-moz-placeholder{color:#bfbfbf}.ant-input::placeholder{color:#bfbfbf}.crato-amount-input-suffix{margin-left:4px;color:#00000073;pointer-events:none}.crato-amount-input-prefix{margin-right:4px;color:#00000073;pointer-events:none}.disable-panel .ant-picker-header-view{pointer-events:none;color:gray!important}.crato-popover-menu .ant-popover-inner{padding:0}.crato-popover-menu .ant-popover-inner .ant-menu{border-radius:10px}#login-v2{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}#splashWrapper .loader{width:180px;height:180px;border:6px dotted #24273c;border-style:solid solid dotted dotted;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 6s linear infinite}#splashWrapper .loader:after{content:"";box-sizing:border-box;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:6px dotted #40dc65;border-style:solid solid dotted;width:130px;height:130px;border-radius:50%;animation:rotationBack 3s linear infinite;transform-origin:center center}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}#splashWrapper #splash-screen{display:flex;align-items:center;justify-content:center}#splashWrapper #splash-screen .loadWrapper{position:relative;width:-moz-fit-content;width:fit-content}#splashWrapper #splash-screen .loadWrapper .splashLogo{position:absolute;width:60px;height:-moz-min-content;height:min-content;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:22%;z-index:3}#splashWrapper *{margin:0;padding:0}#splashWrapper body{font-family:Inter,system-ui,sans-serif}#splashWrapper .context{width:100%;position:absolute;top:50vh;transform:translateY(-50%)}#splashWrapper .context h1{text-align:center;color:#fff;font-size:50px}#splashWrapper .area{width:100%;height:100vh}#splashWrapper .circles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#splashWrapper .circles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:#40dc6447;animation:animate 25s linear infinite;bottom:-150px}#splashWrapper .circles li:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}#splashWrapper .circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}#splashWrapper .circles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}#splashWrapper .circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}#splashWrapper .circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}#splashWrapper .circles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}#splashWrapper .circles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}#splashWrapper .circles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}#splashWrapper .circles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}#splashWrapper .circles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes animate{0%{transform:translateY(0) rotate(0);opacity:1;border-radius:0}to{transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:50%}}.misc-wrapper{display:flex;flex-basis:100%;min-height:100vh;width:100%;align-items:center;justify-content:center}.misc-wrapper .misc-inner{position:relative;max-width:750px}.misc-wrapper .brand-logo{display:flex;justify-content:center;position:absolute;top:2rem;left:2rem;margin:0}.misc-wrapper .brand-logo .brand-text{font-weight:600}@media (max-height: 625px){.misc-wrapper .misc-inner{margin-top:4rem}}#company-list .company-name.active{background-color:#2a8d4d33}#company-list .company-name span#name{padding-left:.3rem}#switch-company-list #switch-button{width:20rem;background-color:#fff;display:flex;align-items:center;justify-content:space-between}#switch-company-list #switch-button #logo{margin-top:6px;display:flex;align-items:center}#switch-company-list #switch-button #logo svg{width:22px;height:22px;margin-right:.5rem}#switch-company-list #switch-button #logo #selected-name{margin-bottom:5px}#tabel-skeleton .table-item{display:flex;gap:15px;margin-top:5px}#tabel-skeleton .table-item .ant-skeleton-content .ant-skeleton-title{width:100%!important}#tabel-skeleton .table-item .ant-skeleton-content ul{display:none}#resizable-table .ant-table{-webkit-user-select:none;-moz-user-select:none;user-select:none}#resizable-table .ant-table th{transition:all .2s ease-in-out}#resizable-table .react-resizable-handle.extended{width:2px;height:100%;position:absolute;right:0;top:0;z-index:1;cursor:e-resize;background-color:#c6c6c64f;transition:background-color .2s ease}#resizable-table .react-resizable-handle:not(.extended){background-color:transparent}.peak:has(#level-one-wrapper) .bar-wrap-2{display:none}.peak:has(#level-one-wrapper) .bar-wrap-3{margin:0}.peak:has(#level-one-wrapper) .third-card{background:inherit}.peak:has(#level-one-wrapper) #navbar2 .outlet-2 .third-card>.ant-card-body{border:none}.main-layout:has(#full-page-wrapper) .left-nav{display:none!important}.main-layout:has(#full-page-wrapper) .right-area{max-width:100%}.main-layout:has(#full-page-wrapper) .right-area>.wrapper{display:none}.main-layout:has(#full-page-wrapper) .peak{min-height:100vh}.main-layout:has(#full-page-wrapper) .peak #navbar2 .outlet-2{padding:0}.main-layout:has(#full-page-wrapper) .bar-wrap-2{display:none}.main-layout:has(#full-page-wrapper) .bar-wrap-3{margin:0}.main-layout:has(#full-page-wrapper) .third-card{background:inherit}.main-layout:has(#full-page-wrapper) #navbar2 .outlet-2 .third-card>.ant-card-body{border:none}.main-layout:has(#full-page-wrapper) #navbar3-split-view .my-box-tabs{display:none}.main-layout:has(#full-page-wrapper) #navbar3-split-view>.split-view-left-item{display:none}.main-layout:has(#full-page-wrapper) #navbar3-split-view>.split-view-right-item>.ant-card{all:unset}.main-layout:has(#full-page-wrapper) #navbar3-split-view #full-page-wrapper{background-color:inherit}#draggabe-list li svg{width:18px;height:18px;cursor:grab;margin-top:2px}#draggabe-list ul{margin:0;padding:0}#draggabe-list ul div li{display:flex;justify-content:space-between;list-style:none;padding:.7rem;border-radius:.3rem}#draggabe-list ul div li div span{-webkit-user-select:none;-moz-user-select:none;user-select:none}#draggabe-list::-webkit-scrollbar{width:8px}#draggabe-list::-webkit-scrollbar-track{background:#e5e5e5;border-radius:10px}#draggabe-list::-webkit-scrollbar-thumb{background:#b0b0b0;border-radius:10px}#sub-title{font-weight:300;font-size:smaller}#corp-select .corp-items .ant-select-selection-item{display:none}.amount-right input{text-align:right!important}#vendor-save-btn .save-btn{position:fixed;bottom:.3rem;right:1.5%;width:48.5%;background-color:#fff;overflow:hidden}#vendor-save-btn .ai .ant-form-item-label:after{content:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%205C7.22324%205%207.41943%205.14799%207.48076%205.36264L8.02289%207.2601C8.26018%208.09062%208.90938%208.73982%209.7399%208.97711L11.6374%209.51924C11.852%209.58057%2012%209.77676%2012%2010C12%2010.2232%2011.852%2010.4194%2011.6374%2010.4808L9.7399%2011.0229C8.90938%2011.2602%208.26018%2011.9094%208.02289%2012.7399L7.48076%2014.6374C7.41943%2014.852%207.22324%2015%207%2015C6.77676%2015%206.58057%2014.852%206.51924%2014.6374L5.97711%2012.7399C5.73982%2011.9094%205.09062%2011.2602%204.2601%2011.0229L2.36264%2010.4808C2.14799%2010.4194%202%2010.2232%202%2010C2%209.77676%202.14799%209.58057%202.36264%209.51924L4.2601%208.97711C5.09062%208.73982%205.73982%208.09062%205.97711%207.2601L6.51924%205.36264C6.58057%205.14799%206.77676%205%207%205Z'%20fill='url(%23paint0_linear_4591_12873)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13%203C13.2294%203%2013.4294%203.15615%2013.4851%203.37873L13.6576%204.06904C13.8144%204.69604%2014.304%205.1856%2014.931%205.34235L15.6213%205.51493C15.8439%205.57057%2016%205.77057%2016%206C16%206.22943%2015.8439%206.42943%2015.6213%206.48507L14.931%206.65765C14.304%206.8144%2013.8144%207.30396%2013.6576%207.93096L13.4851%208.62127C13.4294%208.84385%2013.2294%209%2013%209C12.7706%209%2012.5706%208.84385%2012.5149%208.62127L12.3424%207.93096C12.1856%207.30396%2011.696%206.8144%2011.069%206.65765L10.3787%206.48507C10.1561%206.42943%2010%206.22943%2010%206C10%205.77057%2010.1561%205.57057%2010.3787%205.51493L11.069%205.34235C11.696%205.1856%2012.1856%204.69604%2012.3424%204.06904L12.5149%203.37873C12.5706%203.15615%2012.7706%203%2013%203Z'%20fill='url(%23paint1_linear_4591_12873)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_4591_12873'%20x1='5.18182'%20y1='3.54545'%20x2='9.59523'%20y2='14.7016'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F49967'/%3e%3cstop%20offset='0.5'%20stop-color='%23D84BAF'/%3e%3cstop%20offset='1'%20stop-color='%234F3EC7'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_4591_12873'%20x1='5.18182'%20y1='3.54545'%20x2='9.59523'%20y2='14.7016'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F49967'/%3e%3cstop%20offset='0.5'%20stop-color='%23D84BAF'/%3e%3cstop%20offset='1'%20stop-color='%234F3EC7'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");position:absolute;top:5px;right:3px;z-index:1}#vendor-save-btn .ai .ant-form-item-label .ant-select-selection-item{position:absolute;left:2rem}#vendor-save-btn .ai .ant-form-item-label span.ant-select-selection-search{padding-left:1rem}#vendor-save-btn .ai .ant-form-item-label input.ant-input{padding-left:1.5rem}#vendor-save-btn .ai .ant-form-item-label .ant-picker-input input{padding-left:1.3rem}#vendor-save-btn .ai-input:before{content:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%205C7.22324%205%207.41943%205.14799%207.48076%205.36264L8.02289%207.2601C8.26018%208.09062%208.90938%208.73982%209.7399%208.97711L11.6374%209.51924C11.852%209.58057%2012%209.77676%2012%2010C12%2010.2232%2011.852%2010.4194%2011.6374%2010.4808L9.7399%2011.0229C8.90938%2011.2602%208.26018%2011.9094%208.02289%2012.7399L7.48076%2014.6374C7.41943%2014.852%207.22324%2015%207%2015C6.77676%2015%206.58057%2014.852%206.51924%2014.6374L5.97711%2012.7399C5.73982%2011.9094%205.09062%2011.2602%204.2601%2011.0229L2.36264%2010.4808C2.14799%2010.4194%202%2010.2232%202%2010C2%209.77676%202.14799%209.58057%202.36264%209.51924L4.2601%208.97711C5.09062%208.73982%205.73982%208.09062%205.97711%207.2601L6.51924%205.36264C6.58057%205.14799%206.77676%205%207%205Z'%20fill='url(%23paint0_linear_4591_12873)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13%203C13.2294%203%2013.4294%203.15615%2013.4851%203.37873L13.6576%204.06904C13.8144%204.69604%2014.304%205.1856%2014.931%205.34235L15.6213%205.51493C15.8439%205.57057%2016%205.77057%2016%206C16%206.22943%2015.8439%206.42943%2015.6213%206.48507L14.931%206.65765C14.304%206.8144%2013.8144%207.30396%2013.6576%207.93096L13.4851%208.62127C13.4294%208.84385%2013.2294%209%2013%209C12.7706%209%2012.5706%208.84385%2012.5149%208.62127L12.3424%207.93096C12.1856%207.30396%2011.696%206.8144%2011.069%206.65765L10.3787%206.48507C10.1561%206.42943%2010%206.22943%2010%206C10%205.77057%2010.1561%205.57057%2010.3787%205.51493L11.069%205.34235C11.696%205.1856%2012.1856%204.69604%2012.3424%204.06904L12.5149%203.37873C12.5706%203.15615%2012.7706%203%2013%203Z'%20fill='url(%23paint1_linear_4591_12873)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_4591_12873'%20x1='5.18182'%20y1='3.54545'%20x2='9.59523'%20y2='14.7016'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F49967'/%3e%3cstop%20offset='0.5'%20stop-color='%23D84BAF'/%3e%3cstop%20offset='1'%20stop-color='%234F3EC7'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_4591_12873'%20x1='5.18182'%20y1='3.54545'%20x2='9.59523'%20y2='14.7016'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F49967'/%3e%3cstop%20offset='0.5'%20stop-color='%23D84BAF'/%3e%3cstop%20offset='1'%20stop-color='%234F3EC7'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");position:absolute;top:8px;left:10px;z-index:1}#vendor-save-btn .ai-input .ant-select-selection-item{position:absolute;left:2rem}#vendor-save-btn .ai-input span.ant-select-selection-search{padding-left:1rem}#vendor-save-btn .ai-input input.ant-input{padding-left:1.5rem}#vendor-save-btn .ai-input .ant-picker-input input{padding-left:1.3rem}.aside-vendor,.over-view span,.over-view p{font-size:.875rem}.over-view button span{font-size:inherit}#custom-audit-trail{padding:10px 20px 20px}#custom-audit-trail *{font-size:11px!important}#custom-audit-trail .time-line{min-height:2.5rem;border-left:1px solid #cfd2d4}#custom-audit-trail .time-line .description{margin-top:5px}#custom-audit-trail .time-line .custom-icon{position:relative;right:3px;bottom:10px}#custom-audit-trail .time-line:last-child{border:none;margin-bottom:0}#custom-audit-trail .audit-trail-item{width:100%;margin-left:.5rem;display:inline-grid;margin-top:5px;margin-bottom:1rem}#custom-audit-trail .audit-trail-item .custom-tag{position:relative;bottom:15px}#custom-audit-trail .audit-trail-item .audit-trail-description{background-color:#f4f8f9;padding:.313rem;border-radius:4px;margin-top:.313rem;position:relative;bottom:15px}#custom-audit-trail .audit-trail-item .user-time{display:flex;align-items:center;margin-top:.35rem}#custom-audit-trail .audit-trail-item .user-time svg{height:12px;width:12px}#custom-audit-trail .audit-trail-item .user-time .updated-time{margin-left:1rem;display:flex;align-items:center;gap:.3rem}#custom-audit-trail .audit-trail-item .user-time .updated-time svg{height:unset;width:unset}.custom-audit-trail-drawer .ant-drawer-body{padding-left:0}.ant-dropdown-menu-item :has(#audit-trail-btn) #audit-trail-btn{padding:4px 12px!important}.ant-dropdown-menu-item:has(#audit-trail-btn){padding:0!important}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::-moz-selection{background:transparent}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}#uploaded-item .scrollBar{width:100%;overflow:hidden;cursor:pointer}#uploaded-item .scrollBar:hover{overflow:auto}#uploaded-item .scrollBar::-webkit-scrollbar{width:5px;height:5px}#uploaded-item .scrollBar::-webkit-scrollbar-track{box-shadow:inset 0 0 4px #0000001f}#uploaded-item .scrollBar::-webkit-scrollbar-thumb{border-radius:8px;background-color:#c1c1c1}#uploaded-item .actionBar{position:absolute;display:flex;align-items:center;justify-content:center;background:#493e3e;top:70%;left:75%;border-radius:16px;padding:.3rem;transform:translate(-50%) scale(1);z-index:100;opacity:.8;transition:all .2s ease-in-out}#uploaded-item .actionBar:hover{transform:translate(-50%) scale(1.2);opacity:1}#uploaded-item .actionBar>button{border-radius:100%;outline:none;cursor:pointer;margin:0 .5rem;padding:.3rem;border:none}#uploaded-item .actionBar>p{margin:0 .5rem;cursor:pointer;color:#fff}#uploaded-item .popout{position:absolute;z-index:3;right:2rem;top:1rem}#uploaded-item .documentWrapper{overflow:auto;height:100%;position:relative}#uploaded-item .documentWrapper .react-transform-component{width:100%}#uploaded-item .page{width:-moz-fit-content;width:fit-content;margin:0 auto}#uploaded-item .page:active{cursor:grabbing}#uploaded-item .react-pdf__Document{background:#f0f0f0;height:100%}#uploaded-item .react-transform-wrapper{margin:0 auto!important}#uploaded-item.allow-select *{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important;cursor:auto!important}#uploaded-item.disable-select *{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;cursor:grab}#uploaded-item.disable-select.dragging *{cursor:grabbing!important}#view-wrapper button{display:none}#view-wrapper .show-flex{display:flex}#view-wrapper .show-block{display:block}#view-wrapper .show-grid{display:grid}#comments-drawer *{font-size:11px}#comments-drawer .ant-drawer-header{border-bottom-width:2px}#comments-drawer .border-unset:hover,#comments-drawer .border-unset:focus{border-color:#d9d9d9;box-shadow:none}#comments-drawer .border-right-none{border-right:none}#comments-drawer .send-btn{transform:rotate(-30deg)}#comments-drawer .comment-item .user-info{display:flex;justify-content:space-between;align-items:center;gap:8px}#comments-drawer .comment-item .user-info div{display:flex;align-items:center;gap:.5rem}#comments-drawer .comment-item .user-info .icon-wrapper{width:18px;height:18px;background-color:#e9ecef;border-radius:50%;display:inline-block}#comments-drawer .comment-item .user-info .time{color:#7e8b99}#comments-drawer .comment-item .description{margin:.5rem 0 .5rem 1.7rem;border-radius:0 12px 12px;border:1px solid #e9ecef;padding:.5rem .5rem .5rem 1rem}#comments-drawer .comment-item .description.new{background:#def6e954}#comments-drawer .comment-item .description .reply{margin-top:.5rem;display:flex;align-items:center;gap:.25rem;cursor:pointer}#additional-documents .file-list .ant-card-body{padding:8px}.dot-loader{width:80px;height:16px;position:relative}.dot-loader .dot{width:16px;height:16px;border-radius:50%;background-color:#fff;position:absolute;animation:flash 1s ease-out infinite}.dot-loader .dot:nth-child(1){left:0;animation-delay:0s}.dot-loader .dot:nth-child(2){left:24px;animation-delay:.2s}.dot-loader .dot:nth-child(3){left:48px;animation-delay:.4s}.dot-loader .dot:nth-child(4){left:72px;animation-delay:.6s}@keyframes flash{0%{background-color:#00008b}25%{background-color:#00b140}50%{background-color:#00a8d7}75%{background-color:#ff0}to{background-color:#fff2}}#apply-rules-modal .ant-timeline-item-head-custom{padding:0!important;background:#f9fafa}#apply-rules-modal .ant-timeline-item-last{padding-bottom:0!important}#apply-rules-modal .ant-timeline .ant-timeline-item-tail{border:none}#apply-rules-modal .ant-timeline .ant-timeline-item-tail:before{content:"";position:absolute;left:1.3px;width:1px;height:100%;background:transparent;border-left:2px dotted #ccc;transform:translate(-50%)}.apply-rules-modal .ant-modal-content{padding:0!important}#edit-bill-page{font-size:14px;background-color:#f2f4f5;min-height:100vh}#edit-bill-page .ant-select{color:#6e6b7b!important}#edit-bill-page .ant-select .ant-select-selector{color:inherit!important}#edit-bill-page .ant-input,#edit-bill-page .ant-picker,#edit-bill-page .ant-input-number-input{color:#6e6b7b!important}#edit-bill-page .ant-form-vertical .ant-form-item-label{padding:0 0 4px!important}#edit-bill-page .ant-form-vertical .ant-form-item-label label{font-size:12px!important;color:#6e6b7b}#edit-bill-page .ant-divider-horizontal{margin:6px 0!important}#edit-bill-page .ant-form-item{margin-bottom:4px!important}#edit-bill-page .ant-picker.ant-picker-small{border-radius:4px}#edit-bill-page .bill-container>.ant-row{flex-flow:row!important}#edit-bill-page .ai .ant-form-item-label:after{content:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%205C7.22324%205%207.41943%205.14799%207.48076%205.36264L8.02289%207.2601C8.26018%208.09062%208.90938%208.73982%209.7399%208.97711L11.6374%209.51924C11.852%209.58057%2012%209.77676%2012%2010C12%2010.2232%2011.852%2010.4194%2011.6374%2010.4808L9.7399%2011.0229C8.90938%2011.2602%208.26018%2011.9094%208.02289%2012.7399L7.48076%2014.6374C7.41943%2014.852%207.22324%2015%207%2015C6.77676%2015%206.58057%2014.852%206.51924%2014.6374L5.97711%2012.7399C5.73982%2011.9094%205.09062%2011.2602%204.2601%2011.0229L2.36264%2010.4808C2.14799%2010.4194%202%2010.2232%202%2010C2%209.77676%202.14799%209.58057%202.36264%209.51924L4.2601%208.97711C5.09062%208.73982%205.73982%208.09062%205.97711%207.2601L6.51924%205.36264C6.58057%205.14799%206.77676%205%207%205Z'%20fill='url(%23paint0_linear_4591_12873)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13%203C13.2294%203%2013.4294%203.15615%2013.4851%203.37873L13.6576%204.06904C13.8144%204.69604%2014.304%205.1856%2014.931%205.34235L15.6213%205.51493C15.8439%205.57057%2016%205.77057%2016%206C16%206.22943%2015.8439%206.42943%2015.6213%206.48507L14.931%206.65765C14.304%206.8144%2013.8144%207.30396%2013.6576%207.93096L13.4851%208.62127C13.4294%208.84385%2013.2294%209%2013%209C12.7706%209%2012.5706%208.84385%2012.5149%208.62127L12.3424%207.93096C12.1856%207.30396%2011.696%206.8144%2011.069%206.65765L10.3787%206.48507C10.1561%206.42943%2010%206.22943%2010%206C10%205.77057%2010.1561%205.57057%2010.3787%205.51493L11.069%205.34235C11.696%205.1856%2012.1856%204.69604%2012.3424%204.06904L12.5149%203.37873C12.5706%203.15615%2012.7706%203%2013%203Z'%20fill='url(%23paint1_linear_4591_12873)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_4591_12873'%20x1='5.18182'%20y1='3.54545'%20x2='9.59523'%20y2='14.7016'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F49967'/%3e%3cstop%20offset='0.5'%20stop-color='%23D84BAF'/%3e%3cstop%20offset='1'%20stop-color='%234F3EC7'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_4591_12873'%20x1='5.18182'%20y1='3.54545'%20x2='9.59523'%20y2='14.7016'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F49967'/%3e%3cstop%20offset='0.5'%20stop-color='%23D84BAF'/%3e%3cstop%20offset='1'%20stop-color='%234F3EC7'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");position:absolute;top:5px;right:3px;z-index:1}#edit-bill-page .ai .ant-form-item-label .ant-select-selection-item{position:absolute;left:2rem}#edit-bill-page .ai .ant-form-item-label span.ant-select-selection-search{padding-left:1rem}#edit-bill-page .ai .ant-form-item-label input.ant-input{padding-left:1.5rem}#edit-bill-page .ai .ant-form-item-label .ant-picker-input input{padding-left:1.3rem}#edit-bill-page .ai-input:before{content:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%205C7.22324%205%207.41943%205.14799%207.48076%205.36264L8.02289%207.2601C8.26018%208.09062%208.90938%208.73982%209.7399%208.97711L11.6374%209.51924C11.852%209.58057%2012%209.77676%2012%2010C12%2010.2232%2011.852%2010.4194%2011.6374%2010.4808L9.7399%2011.0229C8.90938%2011.2602%208.26018%2011.9094%208.02289%2012.7399L7.48076%2014.6374C7.41943%2014.852%207.22324%2015%207%2015C6.77676%2015%206.58057%2014.852%206.51924%2014.6374L5.97711%2012.7399C5.73982%2011.9094%205.09062%2011.2602%204.2601%2011.0229L2.36264%2010.4808C2.14799%2010.4194%202%2010.2232%202%2010C2%209.77676%202.14799%209.58057%202.36264%209.51924L4.2601%208.97711C5.09062%208.73982%205.73982%208.09062%205.97711%207.2601L6.51924%205.36264C6.58057%205.14799%206.77676%205%207%205Z'%20fill='url(%23paint0_linear_4591_12873)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13%203C13.2294%203%2013.4294%203.15615%2013.4851%203.37873L13.6576%204.06904C13.8144%204.69604%2014.304%205.1856%2014.931%205.34235L15.6213%205.51493C15.8439%205.57057%2016%205.77057%2016%206C16%206.22943%2015.8439%206.42943%2015.6213%206.48507L14.931%206.65765C14.304%206.8144%2013.8144%207.30396%2013.6576%207.93096L13.4851%208.62127C13.4294%208.84385%2013.2294%209%2013%209C12.7706%209%2012.5706%208.84385%2012.5149%208.62127L12.3424%207.93096C12.1856%207.30396%2011.696%206.8144%2011.069%206.65765L10.3787%206.48507C10.1561%206.42943%2010%206.22943%2010%206C10%205.77057%2010.1561%205.57057%2010.3787%205.51493L11.069%205.34235C11.696%205.1856%2012.1856%204.69604%2012.3424%204.06904L12.5149%203.37873C12.5706%203.15615%2012.7706%203%2013%203Z'%20fill='url(%23paint1_linear_4591_12873)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_4591_12873'%20x1='5.18182'%20y1='3.54545'%20x2='9.59523'%20y2='14.7016'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F49967'/%3e%3cstop%20offset='0.5'%20stop-color='%23D84BAF'/%3e%3cstop%20offset='1'%20stop-color='%234F3EC7'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_4591_12873'%20x1='5.18182'%20y1='3.54545'%20x2='9.59523'%20y2='14.7016'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F49967'/%3e%3cstop%20offset='0.5'%20stop-color='%23D84BAF'/%3e%3cstop%20offset='1'%20stop-color='%234F3EC7'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");position:absolute;top:4px;left:5px;z-index:1}#edit-bill-page .ai-input .ant-select-selection-item{position:absolute;left:2rem}#edit-bill-page .ai-input span.ant-select-selection-search{padding-left:1rem}#edit-bill-page .ai-input input.ant-input{padding-left:1.5rem}#edit-bill-page .ai-input .ant-picker-input input{padding-left:1.3rem}#edit-bill-page .ant-tag span{font-size:8px!important}#edit-bill-page .ant-tag .cf{font-size:12px!important}#edit-bill-page .only-header .scrollBar{height:90vh!important}#edit-bill-page .scrollBar{width:100%;height:70vh!important;overflow-y:auto!important;cursor:pointer}#edit-bill-page .scrollBar.only-header{height:90vh!important}#edit-bill-page .scrollBar:hover{overflow:auto}#edit-bill-page .scrollBar::-webkit-scrollbar{width:5px;height:5px}#edit-bill-page .scrollBar::-webkit-scrollbar-track{box-shadow:inset 0 0 4px #0000001f}#edit-bill-page .scrollBar::-webkit-scrollbar-thumb{border-radius:8px;background-color:#c1c1c1}#edit-bill-page .documentWrapper{height:43rem}#edit-bill-page .documentWrapper .react-pdf__Document{border-radius:.5rem}#edit-bill-page .table-empty svg{width:inherit;height:inherit}#edit-bill-page .updated-time svg,#edit-bill-page .ant-select-arrow svg,#edit-bill-page .anticon.anticon-calendar svg,#edit-bill-page .ant-pagination svg,#edit-bill-page .anticon.anticon-close-circle svg,#edit-bill-page .ant-select-selection-item-remove svg,#edit-bill-page .view-table .ant-empty-image svg,#edit-bill-page .item-code-table .ant-empty-image svg,#edit-bill-page .summary-table .ant-empty-image svg,#edit-bill-page .valid-svg svg,#edit-bill-page .popout svg{width:unset!important;height:unset!important}#edit-bill-page .time-line-item{margin-bottom:.3rem!important}#edit-bill-page .spinner *{font-size:28px!important}#edit-bill-page .pdf-spinner{position:absolute;top:30%;left:50%}#edit-bill-page .pdf-spinner *{font-size:28px!important}#edit-bill-page svg{width:18px;height:16px}#edit-bill-page h3.heading,#edit-bill-page span.heading{font-size:18px!important}#edit-bill-page #bills-navbar{position:sticky;top:0;z-index:10;display:flex;background-color:#fff;justify-content:space-between;align-items:center;box-shadow:4px 6px 5px -9px #000000a3;padding:8px 24px;height:50px}#edit-bill-page #bills-navbar h3{font-size:22px!important}#edit-bill-page #bills-navbar #edit-bills-close-icon{width:28px!important;height:28px!important}#edit-bill-page #bills-navbar .custom-btn{color:#2a8d4d;border-radius:4px!important}#edit-bill-page #bills-navbar .custom-btn.gradient-button{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#f49967,#d84baf,#4f3ec7) border-box;border-radius:4px;border:2px solid transparent}#edit-bill-page #bills-navbar .custom-btn.gradient-button svg{width:16px;height:16px}#edit-bill-page #bills-navbar .custom-btn.gradient-button span{background:linear-gradient(155deg,#f49967 10.29%,#d84baf,#4f3ec7 83.85%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}#edit-bill-page #bills-navbar .custom-btn.badge-dot{position:relative}#edit-bill-page #bills-navbar .custom-btn.badge-dot:before{content:"";color:#ea5455;position:absolute;top:-1px;right:-1px;width:5px;height:5px;background:red;border-radius:100%}#edit-bill-page #bills-navbar .ant-btn{font-size:12px!important;line-height:normal!important;padding:6px 13px;display:flex;justify-content:center;align-items:center}#edit-bill-page #bills-navbar .ant-btn svg{width:14px;height:14px}#edit-bill-page .bill-container{width:100%;padding:.4rem 10px 16px}#edit-bill-page .bill-container #bill-details .ant-card-body,#edit-bill-page .bill-container #ai-status-log .ant-card-body,#edit-bill-page .bill-container #account-coding .ant-card-body{padding:0}#edit-bill-page .bill-container #bill-details h3.card-head,#edit-bill-page .bill-container #ai-status-log h3.card-head,#edit-bill-page .bill-container #account-coding h3.card-head{padding:10px}#edit-bill-page .bill-container .divider-line{border:1px solid #e9ecef}#edit-bill-page #ai-time-line{padding:10px 20px 20px}#edit-bill-page #ai-time-line *{font-size:11px!important}#edit-bill-page #ai-time-line .time-line-item{margin-left:1rem;display:inline-grid;margin-top:5px;margin-bottom:2rem}#edit-bill-page #ai-time-line .time-line-item .time-line-description{background-color:#f4f8f9;padding:.313rem;border-radius:4px;margin-top:.313rem}#edit-bill-page #ai-time-line .time-line-item .user-time{display:flex;align-items:center;margin-top:.35rem}#edit-bill-page #ai-time-line .time-line-item .user-time svg{height:12px;width:12px}#edit-bill-page #ai-time-line .time-line-item .user-time .updated-time{margin-left:1rem;display:flex;align-items:center;gap:.3rem}#edit-bill-page #ai-time-line .time-line{min-height:2.5rem;border-left:1px solid #cfd2d4}#edit-bill-page #ai-time-line .time-line .description{margin-top:5px}#edit-bill-page #ai-time-line .time-line .custom-icon{position:absolute;left:.8rem;background-color:#fff}#edit-bill-page #ai-time-line .time-line .custom-icon svg{margin-top:5px}#edit-bill-page #ai-time-line .time-line:last-child{border:none;margin-bottom:0}#edit-bill-page #account-coding .ant-table-container th{font-size:12px!important}#edit-bill-page #account-coding .custom-tag{width:11.125rem;height:2rem;align-content:center}#edit-bill-page #account-coding .custom-tag div{display:flex;justify-content:space-between}#edit-bill-page #account-coding .custom-tag div span{font-size:14px}#edit-bill-page #account-coding .custom-tag .custom-tag-progress-bar .ant-progress-inner{border-radius:0;background-color:transparent!important}#edit-bill-page #account-coding .custom-tag .custom-tag-progress-bar .ant-progress-inner .ant-progress-bg{border-radius:0px 0px 0px .375rem!important}#edit-bill-page #account-coding .custom-tag .custom-tag-progress-bar.full .ant-progress-bg{border-radius:0px 0px .375rem .375rem!important}#actions{min-width:13.5rem;padding:0}#actions .section{padding:.5rem}#actions .item{display:flex;align-items:center;gap:.5rem;padding:.25rem}#actions .item:hover{background-color:#f5f5f5;border-radius:.25rem;cursor:pointer}#actions .item .name{font-weight:500}.pay-now-dropdown>.ant-btn-compact-first-item{border-start-end-radius:0!important;border-end-end-radius:0!important;padding:0!important}.pay-now-dropdown>.ant-btn-compact-first-item .ant-btn-compact-first-item{height:33px!important}.pay-now-dropdown .ant-btn-compact-last-item{border-start-start-radius:0!important;border-end-start-radius:0!important}.payment-caret-icon svg{width:20px;height:20px;color:#788c9b}.payment-collapse{background-color:#fff}.payment-collapse .ant-collapse-header{align-items:center!important}#payment-create{background-color:#f2f4f5;min-height:100vh}#payment-create .payment-close-btn{width:2rem;height:2rem}#payment-create .heading{font-size:1.125rem!important;font-weight:500;color:#000}#payment-create #payment-navbar{position:sticky;top:0;z-index:10;display:flex;background-color:#fff;justify-content:space-between;align-items:center;box-shadow:4px 6px 5px -9px #000000a3;height:62px;padding:0px 1.5rem}#payment-create #payment-navbar h3{font-size:22px}#payment-create .user-info{font-size:14px;padding:10px;display:flex;align-items:center;background:#fffadc;color:#595761;position:sticky;top:3.9rem;left:0;z-index:1000;box-shadow:0 8px 5px -9px #000000a3}#payment-create .summary-container,#payment-create .invoice-container{width:100%;padding:20px 24px 0}#payment-create .summary-container .divider-line,#payment-create .invoice-container .divider-line{border:1px solid #e9ecef}#payment-create .summary-container #summary .ant-card-body,#payment-create .summary-container #invoice-payment-details .ant-card-body,#payment-create .invoice-container #summary .ant-card-body,#payment-create .invoice-container #invoice-payment-details .ant-card-body{padding:0}#payment-create .summary-container #summary h3.card-head,#payment-create .summary-container #invoice-payment-details h3.card-head,#payment-create .invoice-container #summary h3.card-head,#payment-create .invoice-container #invoice-payment-details h3.card-head{padding:0 23px;height:64px}#payment-create .summary-container #summary .summary-body,#payment-create .summary-container #invoice-payment-details .summary-body,#payment-create .invoice-container #summary .summary-body,#payment-create .invoice-container #invoice-payment-details .summary-body{margin:0 23px;display:grid;grid-template-columns:1fr 1fr 1fr .8fr .7fr;align-items:start}#payment-create .summary-container #summary .summary-field,#payment-create .summary-container #invoice-payment-details .summary-field,#payment-create .invoice-container #summary .summary-field,#payment-create .invoice-container #invoice-payment-details .summary-field{font-size:.875rem}#payment-create .summary-container #summary .divider-line,#payment-create .summary-container #invoice-payment-details .divider-line,#payment-create .invoice-container #summary .divider-line,#payment-create .invoice-container #invoice-payment-details .divider-line{border:1px solid #e9ecef}#payment-create .summary-container #summary .antd-right-input .ant-input-number-input,#payment-create .summary-container #invoice-payment-details .antd-right-input .ant-input-number-input,#payment-create .invoice-container #summary .antd-right-input .ant-input-number-input,#payment-create .invoice-container #invoice-payment-details .antd-right-input .ant-input-number-input{text-align:right}#payment-create .ant-btn-primary{box-shadow:none}#payment-create .ant-table,#payment-create .ant-table .ant-table-thead,#payment-create .ant-table .ant-table-tbody{font-size:.875rem!important}#payment-batch-view div .summary-container{width:100%;margin-top:1rem}#payment-batch-view div .summary-container .divider-line{border:1px solid #e9ecef}#payment-batch-view div .summary-container #summary .ant-card-body{padding:0}#payment-batch-view div .summary-container #summary h3.card-head{padding:0 23px;height:64px}#payment-batch-view div .summary-container #summary .summary-body{margin:0 23px;display:grid;grid-template-columns:1fr 1fr 1fr .8fr .7fr;align-items:start}#payment-batch-view div .summary-container #summary .summary-field{font-size:.875rem}#payment-batch-view div .summary-container #summary .divider-line{border:1px solid #e9ecef}#payment-batch-view div .summary-container #summary .antd-right-input .ant-input-number-input{text-align:right}#my-box .ant-tabs-tabpane{padding-left:0!important}#my-box #custom-filter{margin-top:1rem}#my-box .ant-card-body{padding:0}#my-box .ant-tabs-extra-content{width:100%;margin-top:1rem;margin-bottom:1rem}#my-box .sub-heading{margin-bottom:1rem}#my-box .tab-heading{font-weight:500;font-size:1.25rem;line-height:1.75rem;margin-left:1rem}#my-box .input-size{width:32rem}#my-box .tab-label{width:9rem;display:flex;justify-content:space-between}#my-box .ant-tabs-ink-bar.ant-tabs-ink-bar-animated{left:0}#side-bar-layout .tab-label{display:flex;align-items:center;justify-content:space-between}#side-bar-layout .tab-count .ant-tag{background-color:#e4e8eb!important}#side-bar-layout .tab-count .ant-tag span{color:#788c9b!important}.erp-drawer .ant-drawer-body::-webkit-scrollbar{display:none}.ant-upload-wrapper .ant-upload-drag{height:10rem}.file-item{margin-bottom:.3rem!important}.file-item div{display:flex;justify-content:space-between;margin:0!important;padding:.3rem!important}.file-item div:before,.file-item div:after{all:unset!important}.file-item div .anticon{opacity:.8}.btn{display:flex!important;gap:.25rem}.btn #remove,.btn #add-document,.btn .ant-upload-wrapper{flex-grow:1!important}.btn .ant-upload.ant-upload-select,.btn #add-document{width:100%}#remove-card svg,#remove-item svg{width:1rem;height:1rem;color:#e63939}#statistics{background-color:#fafafa}#statistics .ant-card-body{padding:5px}#uploaded-item .react-pdf__message.react-pdf__message--loading{display:flex;justify-content:center;align-items:center;height:100%}.upload-bills .actionBar,.upload-bills .actionBar:hover{bottom:60px!important}.upload-bills .actionBar button{margin:0 .25rem!important}.upload-bills .actionBar button svg{width:12px;height:12px;margin-bottom:-2px}#neeeds-attention .ant-timeline-item-head-custom{padding:0!important;background:#f9fafa;height:10px}#neeeds-attention .ant-timeline-item-last{padding-bottom:0!important}.dashboard-card-carousel .carousel-wrapper{position:relative;overflow:hidden;width:100%}.dashboard-card-carousel .carousel-container{display:flex;transition:transform .5s ease;width:100%}.dashboard-card-carousel .carousel-item{flex-shrink:0;width:100%;height:368px;box-sizing:border-box;display:flex;flex-direction:column}#finovate-dashboard .text-heading-large{font-size:31px}#finovate-dashboard .text-heading-medium{font-size:27px}#finovate-dashboard .text-title-large{font-size:23px}#finovate-dashboard .text-title-medium{font-size:21px}#finovate-dashboard .text-title-small{font-size:19px}#finovate-dashboard .text-body-large{font-size:17px}#finovate-dashboard .text-body-medium{font-size:15px}#finovate-dashboard .text-body-small{font-size:13px}#finovate-dashboard .text-caption{font-size:11px}#finovate-dashboard .ant-table-container th,#finovate-dashboard .ant-table-container td,#finovate-dashboard .ant-btn{font-size:13px}@media (min-width: 0){.breakpoint-test{color:red}}@media (min-width: 640px){.breakpoint-test{color:#ff0}}@media (min-width: 768px){.breakpoint-test{color:#ba55d3}}@media (min-width: 1024px){.breakpoint-test{color:peru}}@media (min-width: 1280px){.breakpoint-test{color:#afeeee}}@media (min-width: 1350px){.breakpoint-test{color:#000}}.f-center{display:flex;justify-content:center}.f-center-center{display:flex;justify-content:center;align-items:center}.f-center-end{display:flex;justify-content:center;align-items:flex-end}.f-center-start{display:flex;justify-content:center;align-items:flex-start}.f-between{display:flex;justify-content:space-between}.f-between-center{display:flex;justify-content:space-between;align-items:center}.f-between-end{display:flex;justify-content:space-between;align-items:flex-end}.f-between-start{display:flex;justify-content:space-between;align-items:flex-start}.f-around{display:flex;justify-content:space-around}.f-around-center{display:flex;justify-content:space-around;align-items:center}.f-around-end{display:flex;justify-content:space-around;align-items:flex-end}.f-around-start{display:flex;justify-content:space-around;align-items:flex-start}.f-evenly{display:flex;justify-content:space-evenly}.f-evenly-center{display:flex;justify-content:space-evenly;align-items:center}.f-evenly-end{display:flex;justify-content:space-evenly;align-items:flex-end}.f-evenly-start{display:flex;justify-content:space-evenly;align-items:flex-start}.f-end{display:flex;justify-content:flex-end}.f-end-center{display:flex;justify-content:flex-end;align-items:center}.f-end-end{display:flex;justify-content:flex-end;align-items:flex-end}.f-end-start{display:flex;justify-content:flex-end;align-items:flex-start}.f-start{display:flex;justify-content:flex-start}.f-start-center{display:flex;justify-content:flex-start;align-items:center}.f-start-end{display:flex;justify-content:flex-start;align-items:flex-end}.f-start-start{display:flex;justify-content:flex-start;align-items:flex-start}.f-item-center{display:flex;align-items:center}.f-item-end{display:flex;align-items:flex-end}.f-item-start{display:flex;align-items:flex-start}.f-col{display:flex;flex-direction:column}.f-row{display:flex;flex-direction:row}@font-face{font-family:Inter,system-ui,sans-serif;src:url(../../assets/fonts/feather.woff) format("woff"),url(../../assets/fonts/feather.ttf) format("truetype"),url(../../assets/fonts/feather.eot) format("embedded-opentype");font-weight:400;font-style:normal}html{font-size:15px;font-family:Inter,system-ui,sans-serif}p,h1,h2,h3,h4,h5,h6{padding:0;margin:0;color:#191919;font-weight:500}a{color:#2a8d4d;text-decoration:none}.ant-table-thead{background:#f6f8fa}.ant-card-bordered{border:1px solid #e9ecef}.editable-table .table-head .head-cell{text-transform:capitalize!important}button{outline:none}button:focus{outline:none}*,:before,:after{box-sizing:border-box}:before,:after{text-decoration:inherit;vertical-align:inherit}html{cursor:default;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}body{margin:0}h1{font-size:2em;margin:.67em 0}dl dl,dl ol,dl ul,ol dl,ul dl,ol ol,ol ul,ul ol,ul ul{margin:0}hr{height:0;overflow:visible}main{display:block}nav ol,nav ul{list-style:none;padding:0}pre{font-size:1em}a{background-color:transparent}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-size:1em}small{font-size:.857rem}audio,canvas,iframe,img,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}iframe,img{border-style:none}svg:not([fill]){fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse}button,input,select{margin:0}button{overflow:visible;text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button}fieldset{border:1px solid #a0a0a0;padding:.35em .75em .625em}input{overflow:visible}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto;resize:vertical}[type=checkbox],[type=radio]{padding:0}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}details{display:block}dialog{background-color:#fff;border:solid;color:#000;display:block;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}a,area,button,input,label,select,summary,textarea,[tabindex]{touch-action:manipulation}[hidden]{display:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true],[disabled]{cursor:not-allowed}[aria-hidden=false][hidden]{display:initial}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);position:absolute}.light .text-color{color:#191919}.light .bg-color{background-color:#fff}.light .bg-grey{background-color:#ededed}.light p,.light h1,.light h2,.light h3,.light h4,.light h5,.light h6,.light li{color:#191919}.dark .text-color{color:#fff}.dark .bg-color{background-color:#000}.dark p,.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6{color:#fff}.text-warning{color:#ff9f43}.text-danger{color:#ea5455}.bg-primary{background:#2a8d4d!important}.common-font-size{font-size:.875rem!important}.primary-icon svg{color:#2a8d4d!important}.custom-close-tag svg{width:.75rem;height:.75rem}.match-height>[class*=ant-col]{display:flex;flex-flow:column}.match-height>[class*=ant-col]>.card{flex:1 1 auto}.custom-btn{color:#2a8d4d}.ant-modal-title{font-weight:400!important}.custom-tag{width:9rem;height:1.16rem;align-content:center}.custom-tag div{display:flex;justify-content:space-between}.custom-tag div span{font-size:14px}.custom-tag .cf{font-size:11px!important}.custom-tag .custom-tag-progress-bar .ant-progress-inner{border-radius:0;background-color:transparent!important}.custom-tag .custom-tag-progress-bar .ant-progress-inner .ant-progress-bg{border-radius:0px 0px 0px .375rem!important}.custom-tag .custom-tag-progress-bar.full .ant-progress-bg{border-radius:0px 0px .375rem .375rem!important}.card-no-padding>.ant-card-body{padding:0!important}.custom-tooltip{position:relative}.custom-tooltip:hover:after{transition:width .2s linear;position:absolute;background-color:#112437;color:#fff;background-clip:padding-box;left:40px;border-radius:8px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d,10px 0 15px -5px #0006;padding:8px;top:0;max-width:200px;z-index:2;font-size:.9rem;content:attr(data-title);text-wrap:nowrap}.ant-modal-confirm-btns .ant-btn-default:hover{color:#2a8d4d!important;border-color:#2a8d4d!important}.ant-modal-confirm-btns .ant-btn-primary{background:#2a8d4d!important}.scrollBar{width:100%;overflow:hidden;cursor:default!important}.scrollBar:hover{overflow:auto}.scrollBar::-webkit-scrollbar{width:5px;height:5px}.scrollBar::-webkit-scrollbar-track{box-shadow:inset 0 0 4px #0000001f}.scrollBar::-webkit-scrollbar-thumb{border-radius:8px;background-color:#c1c1c1}.empty-form-item .ant-form-item-control-input{min-height:0!important}.ant-card.no-pad>.ant-card-body{padding:0!important}.peak:has(.shader){margin-top:0;background:#f9f9fb}.ant-table-thead{height:40px}.ant-table-tbody tr:nth-child(odd){--tw-bg-opacity: 1;background-color:rgb(249 249 250 / var(--tw-bg-opacity, 1))}.ant-table-tbody tr:nth-child(2n){background-color:#fff}.ant-table-tbody tr:last-child td{border-bottom:none}.ant-table-container th{color:#1b242c;font-family:Inter,system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.ant-table-container td{color:#555f6d;font-family:Inter,system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:400}.ant-table-container table{border:1px solid #e5e5e5;border-radius:8px}.ant-table-container table .ant-table-thead{border-bottom:none}.ant-table-container table thead tr{min-height:36px}.ant-table-container table tr{min-height:48px}.ant-table-container .ant-table-body table{border-top:none}.link-button{padding:0}.link-button span{text-decoration:underline;font-size:14px}.ant-table-wrapper .ant-table-cell-fix-right,.ant-table-wrapper .ant-table-cell-fix-left{background-color:inherit}.ant-input::-moz-placeholder{color:#9ea8b3!important}.ant-input::placeholder{color:#9ea8b3!important}.ant-pagination-options>div:hover>.ant-select-selector,.ant-pagination-options>div:hover .ant-select-focused{border-color:#1677ff!important}.ant-pagination-options .ant-select-item-option-selected{background-color:#1677ff1a!important}.ant-radio-wrapper .ant-radio-checked .ant-radio-inner{border-width:2px!important;background-color:#fff!important}.ant-radio-wrapper .ant-radio-checked .ant-radio-inner:after{background-color:#2a8d4d!important}.ant-radio-wrapper .ant-radio-disabled .ant-radio-inner:after{background-color:#0005!important}.amount-right input::-moz-placeholder{text-align:left!important}.amount-right input::placeholder{text-align:left!important}.expandable-icon svg{width:20px;height:20px;color:#788c9b}.hide-select-all .ant-table-content thead .ant-table-selection .ant-checkbox{display:none}.expand-row-height .ant-table-tbody tr{height:3.5rem}.all-side-border table{border-right-width:1px!important;border-left-width:1px!important}.custom-btn{color:#2a8d4d;border-radius:4px!important}.custom-btn.gradient-button{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#f49967,#d84baf,#4f3ec7) border-box;border-radius:4px;border:2px solid transparent}.custom-btn.gradient-button svg{width:16px;height:16px}.custom-btn.gradient-button span{background:linear-gradient(155deg,#f49967 10.29%,#d84baf,#4f3ec7 83.85%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.custom-btn.badge-dot{position:relative}.custom-btn.badge-dot:before{content:"";color:#ea5455;position:absolute;top:-1px;right:-1px;width:5px;height:5px;background:red;border-radius:100%}.ai-common-svg.ai-icon-input:before{content:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%205C7.22324%205%207.41943%205.14799%207.48076%205.36264L8.02289%207.2601C8.26018%208.09062%208.90938%208.73982%209.7399%208.97711L11.6374%209.51924C11.852%209.58057%2012%209.77676%2012%2010C12%2010.2232%2011.852%2010.4194%2011.6374%2010.4808L9.7399%2011.0229C8.90938%2011.2602%208.26018%2011.9094%208.02289%2012.7399L7.48076%2014.6374C7.41943%2014.852%207.22324%2015%207%2015C6.77676%2015%206.58057%2014.852%206.51924%2014.6374L5.97711%2012.7399C5.73982%2011.9094%205.09062%2011.2602%204.2601%2011.0229L2.36264%2010.4808C2.14799%2010.4194%202%2010.2232%202%2010C2%209.77676%202.14799%209.58057%202.36264%209.51924L4.2601%208.97711C5.09062%208.73982%205.73982%208.09062%205.97711%207.2601L6.51924%205.36264C6.58057%205.14799%206.77676%205%207%205Z'%20fill='url(%23paint0_linear_4591_12873)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13%203C13.2294%203%2013.4294%203.15615%2013.4851%203.37873L13.6576%204.06904C13.8144%204.69604%2014.304%205.1856%2014.931%205.34235L15.6213%205.51493C15.8439%205.57057%2016%205.77057%2016%206C16%206.22943%2015.8439%206.42943%2015.6213%206.48507L14.931%206.65765C14.304%206.8144%2013.8144%207.30396%2013.6576%207.93096L13.4851%208.62127C13.4294%208.84385%2013.2294%209%2013%209C12.7706%209%2012.5706%208.84385%2012.5149%208.62127L12.3424%207.93096C12.1856%207.30396%2011.696%206.8144%2011.069%206.65765L10.3787%206.48507C10.1561%206.42943%2010%206.22943%2010%206C10%205.77057%2010.1561%205.57057%2010.3787%205.51493L11.069%205.34235C11.696%205.1856%2012.1856%204.69604%2012.3424%204.06904L12.5149%203.37873C12.5706%203.15615%2012.7706%203%2013%203Z'%20fill='url(%23paint1_linear_4591_12873)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_4591_12873'%20x1='5.18182'%20y1='3.54545'%20x2='9.59523'%20y2='14.7016'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F49967'/%3e%3cstop%20offset='0.5'%20stop-color='%23D84BAF'/%3e%3cstop%20offset='1'%20stop-color='%234F3EC7'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_4591_12873'%20x1='5.18182'%20y1='3.54545'%20x2='9.59523'%20y2='14.7016'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F49967'/%3e%3cstop%20offset='0.5'%20stop-color='%23D84BAF'/%3e%3cstop%20offset='1'%20stop-color='%234F3EC7'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");position:absolute;z-index:1;top:15px!important;left:12px!important}.ai-common-svg:before{content:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%205C7.22324%205%207.41943%205.14799%207.48076%205.36264L8.02289%207.2601C8.26018%208.09062%208.90938%208.73982%209.7399%208.97711L11.6374%209.51924C11.852%209.58057%2012%209.77676%2012%2010C12%2010.2232%2011.852%2010.4194%2011.6374%2010.4808L9.7399%2011.0229C8.90938%2011.2602%208.26018%2011.9094%208.02289%2012.7399L7.48076%2014.6374C7.41943%2014.852%207.22324%2015%207%2015C6.77676%2015%206.58057%2014.852%206.51924%2014.6374L5.97711%2012.7399C5.73982%2011.9094%205.09062%2011.2602%204.2601%2011.0229L2.36264%2010.4808C2.14799%2010.4194%202%2010.2232%202%2010C2%209.77676%202.14799%209.58057%202.36264%209.51924L4.2601%208.97711C5.09062%208.73982%205.73982%208.09062%205.97711%207.2601L6.51924%205.36264C6.58057%205.14799%206.77676%205%207%205Z'%20fill='url(%23paint0_linear_4591_12873)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13%203C13.2294%203%2013.4294%203.15615%2013.4851%203.37873L13.6576%204.06904C13.8144%204.69604%2014.304%205.1856%2014.931%205.34235L15.6213%205.51493C15.8439%205.57057%2016%205.77057%2016%206C16%206.22943%2015.8439%206.42943%2015.6213%206.48507L14.931%206.65765C14.304%206.8144%2013.8144%207.30396%2013.6576%207.93096L13.4851%208.62127C13.4294%208.84385%2013.2294%209%2013%209C12.7706%209%2012.5706%208.84385%2012.5149%208.62127L12.3424%207.93096C12.1856%207.30396%2011.696%206.8144%2011.069%206.65765L10.3787%206.48507C10.1561%206.42943%2010%206.22943%2010%206C10%205.77057%2010.1561%205.57057%2010.3787%205.51493L11.069%205.34235C11.696%205.1856%2012.1856%204.69604%2012.3424%204.06904L12.5149%203.37873C12.5706%203.15615%2012.7706%203%2013%203Z'%20fill='url(%23paint1_linear_4591_12873)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_4591_12873'%20x1='5.18182'%20y1='3.54545'%20x2='9.59523'%20y2='14.7016'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F49967'/%3e%3cstop%20offset='0.5'%20stop-color='%23D84BAF'/%3e%3cstop%20offset='1'%20stop-color='%234F3EC7'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_4591_12873'%20x1='5.18182'%20y1='3.54545'%20x2='9.59523'%20y2='14.7016'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F49967'/%3e%3cstop%20offset='0.5'%20stop-color='%23D84BAF'/%3e%3cstop%20offset='1'%20stop-color='%234F3EC7'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");position:absolute;z-index:1;top:4px;left:5px}.ai-common-svg .ant-select-selection-item{padding-left:20px!important}.ai-common-svg .ant-input,.ai-common-svg .ant-select-selection-placeholder{padding-left:24px!important}.ant-modal .ant-btn-primary{background-color:#2a8d4d!important}.ant-modal .ant-btn-primary:disabled{background-color:initial!important}@keyframes slideInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}.menu-seperator{width:833px;height:1px;top:833px;left:100px;border:1px,0px,0px,0px;transform:rotate(90 deg)}.wrapper{min-height:62px;border-bottom:1px solid #e9ecef;padding:0 1rem 0 1.5rem;background:#fff;display:flex;align-items:center;width:100%;justify-content:space-between}.wrapper .header{color:#000;font-family:Inter,system-ui,sans-serif;font-size:22px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.66px;margin-left:.35rem;margin-top:.2rem;letter-spacing:-.3%}.wrapper #company-info-wrapper{padding-right:1.7rem;display:flex;align-items:center;justify-content:space-between;height:42px}.wrapper #company-info-wrapper.only-BU-wrap{border-right:1px solid #e9ecef;margin-right:.5rem}.wrapper #company-info-wrapper .company-name{color:#1f2329;font-family:Inter,system-ui,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.wrapper #company-info-wrapper .switch-company{font-family:Inter,system-ui,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal}.wrapper .nav-bar-section{display:flex;align-items:center;gap:.8rem}.wrapper .nav-bar-section .custom-tooltip{color:#7e8b99}.wrapper .nav-bar-section .custom-tooltip:hover:before{transition:width .2s linear;position:absolute;background-color:#262626;color:#fff;background-clip:padding-box;right:-25px;border-radius:8px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;padding:8px;top:40px;max-width:200px;font-size:.9rem;content:attr(data-title);text-wrap:nowrap}.wrapper .nav-bar-section .custom-tooltip:hover:after{all:unset}.wrapper .avt{box-shadow:"rgba(65, 69, 82, 0.08) 0px 2px 5px 0px"}.wrapper .left{display:flex;flex-grow:1;align-items:center;gap:1rem}.wrapper .left>p{text-wrap:nowrap}.wrapper .right{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.title-section{position:fixed;z-index:10;width:100%}.title-placeholder{height:62px}#nav-header{height:62px;border-bottom:1px solid #3e4e5d;display:flex;align-items:center;justify-content:center}.main-layout{display:flex}.main-layout .right-area{flex:1;max-width:calc(100% - 64px)}.left-nav .bar-wrap-1 .icon,.left-nav .bar-wrap-2 .icon,.nav-bar-section .bar-wrap-1 .icon,.nav-bar-section .bar-wrap-2 .icon{color:#fff!important}.left-nav .bar-wrap-1 .icon svg,.left-nav .bar-wrap-2 .icon svg,.nav-bar-section .bar-wrap-1 .icon svg,.nav-bar-section .bar-wrap-2 .icon svg{stroke:#fff!important}.left-nav .icon,.nav-bar-section .icon{z-index:9;display:flex;align-items:center;width:40px;height:40px;justify-content:center}.left-nav .active-icon,.nav-bar-section .active-icon{background:#ffffff38;border-radius:8px;transition:background-color .5s cubic-bezier(.39,.58,.57,1)}.left-nav{min-width:64px;border-right:1px solid #E4E8EB;z-index:10;display:flex;flex-direction:column;align-items:center;background:#112437;justify-content:space-between;min-height:100vh}.right-area{min-height:100vh}.right-area .shadowBottom{box-shadow:0 10px 20px -20px #00000073}.right-area:has(#navbar2) .shadowBottom{box-shadow:none}.peak{min-height:93vh;padding:1.125rem 1.125rem 0;position:relative;background:#f9f9fb}.peak:has(#navbar2){padding:0}.bar-wrap-1{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;margin-top:.7rem;align-items:center;justify-content:center}.bar-wrap-1 p{font-size:.9rem;font-weight:500;padding:0rem .5rem;line-height:1.5rem}#navbar1{background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-between}#navbar1 .nav-item{margin:.2rem .5rem;padding:.3rem;display:flex;align-items:center}#navbar1 .active{border-radius:6px;background:linear-gradient(132.91deg,#34a3531a 8.57%,#34a3531a 49.13%,#34a3531a 93.21%)}#navbar1 .active p{color:#fff}#navbar2{z-index:2}#navbar2 .outlet-2{padding:1.25rem 1.25rem 0;background:#f9f9fb;min-height:88vh}#navbar2 .outlet-2:has(#navbar3-split-view){background:inherit}#navbar2 .outlet-2:has(#navbar3-split-view)>.ant-card{background:inherit!important;border:none!important}#navbar2 .outlet-2:has(#navbar3-split-view)>.ant-card>.ant-card-body{background:inherit!important;border:none!important}#navbar2 .outlet-2:has(#navbar3){padding:1rem 1.25rem 0}#navbar2 .outlet-2:has(#navbar3) .bar-wrap-3{background-color:inherit!important}#navbar2 .outlet-2:has(#navbar3) .second-card{background-color:inherit!important}#navbar2 .outlet-2:has(#navbar3) .second-card>.ant-card-body{border:0;padding:0!important}#navbar2 .outlet-2 .second-card>.ant-card-body,#navbar2 .outlet-2 .third-card>.ant-card-body{border:1px solid #e9ecef;padding:0!important}#navbar2 .outlet-2 .second-card>.ant-card-body #custom-filter,#navbar2 .outlet-2 .third-card>.ant-card-body #custom-filter{padding:0 1rem}#navbar2 .ant-tabs-tab{padding-bottom:.25rem}#navbar2 .bar-wrap-2{border-bottom:1px solid #e9ecef;background:#fff}#navbar2 .bar-wrap-2 .ant-tabs-nav{height:53px;margin-bottom:0}#navbar2 .bar-wrap-2 .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab{margin:0 0 0 20px}#navbar2 .bar-wrap-2 .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab-btn{padding:0 .4rem}#navbar2 .bar-wrap-2 .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab-btn[aria-selected=false]{color:#7e8b99;font-family:Inter,system-ui,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.54px}#navbar2 .bar-wrap-2 .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab-btn[aria-selected=true]{font-family:Inter,system-ui,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.54px}#navbar2 .bar-2-placeholder{height:32px}#navbar2 .bar-wrap-3{margin-bottom:1rem}#navbar2 .bar-wrap-3 .ant-segmented{background:#ececec}#navbar2 .bar-wrap-3 .ant-segmented-group .ant-segmented-item{margin:.2rem}#navbar2 .bar-wrap-3 .ant-segmented-group .ant-segmented-item .ant-segmented-item-label{color:#1f2329;font-family:Inter,system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:400}#navbar2 .bar-wrap-3 .ant-segmented-group .ant-segmented-item.ant-segmented-item-selected .ant-segmented-item-label{color:#fff;font-family:Inter,system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:400}#navbar3{width:100%}#navbar3 .ant-tabs-tab{padding:.25rem}.no-decoration{text-decoration:none}#profile-menu{width:17rem}#profile-menu.switch-company{width:17rem;height:23rem}#profile-menu.hide-company{height:auto;padding-bottom:1rem;max-height:21rem;width:17rem}#profile-menu .top-bar-container{height:5rem;position:absolute;width:17rem;border-top-left-radius:9px;border-top-right-radius:9px;background-color:#d5dbe1}#profile-menu .profile-bar{padding-top:2rem}#profile-menu .divider{color:#d5dbe1;opacity:.5;border:1px solid}#profile-menu .profile-avatar{background-color:#a1a5a8;border:.2rem solid}#profile-menu .menu-navigation:hover{color:#2a8d4d;background-color:#2a8d4d33;border-radius:0}.dark #navbar1{box-shadow:inset 0 -1px #ebeef1;background:#000}.dark #navbar2{background:#000}.dark #navbar3 .link .block{color:#fff}.dark #title-bar{background:#2a8d4d;color:#fff}.scroller{scrollbar-width:auto;scrollbar-color:#bfbfbf #ffffff}.scroller::-webkit-scrollbar{width:12px}.scroller::-webkit-scrollbar-track{background:#fff}.scroller::-webkit-scrollbar-thumb{background:#ddd}.scroller:hover::-webkit-scrollbar-thumb{visibility:visible}.scroller::-webkit-scrollbar-thumb{background-color:#bfbfbf;border-radius:10px;border:3px solid #ffffff;visibility:hidden}#custom-filter{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}#custom-filter .clear-filter{color:#ee4b2bbf;font-weight:500;font-size:14px}#custom-filter .clear-filter:hover{color:#ee4b2be6}#custom-filter .right-bar{width:30%}#custom-filter .pill{height:32px;font-size:14px;display:flex;align-items:center;padding:.5rem 1rem;transition:all .3s ease-in-out;border-radius:4px;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(170 209 184 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(245 251 244 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(42 141 77 / var(--tw-text-opacity, 1))}#custom-filter .pill.active{border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(85 164 113 / var(--tw-border-opacity, 1));background:#2a8d4d0d}#custom-filter .pill.active .selected{color:#2a8d4d}#custom-filter .pill.ant-btn-loading{cursor:not-allowed}#custom-filter .pill .icon{color:#2a8d4d;margin-right:.25rem}#custom-filter .pill .icon:hover{opacity:.7}#custom-filter .pill:hover{color:#18522d;border-color:#2a8d4db3;background-color:#2a8d4d1a}#multi-select .content-container{max-height:10.2rem;overflow-y:auto}#multi-select .content-container::-webkit-scrollbar{width:5px!important}#multi-select .content-container::-webkit-scrollbar-track{border-radius:5px!important;background-color:#e7e7e7!important;border:1px solid #cacaca!important;box-shadow:inset 0 0 6px #0000001f!important}#multi-select .content-container::-webkit-scrollbar-thumb{border-radius:8px!important;background-color:#c1c1c1!important}.pill-filter .more-filter-link{font-size:14px;color:#000000b3;padding:.2rem 0}.pill-filter .more-filter-link.loading{cursor:not-allowed!important;color:#247942}.pill-filter .more-filter-link.loading .more-filter-icon{color:#247942b3}.pill-filter .more-filter-link .more-filter-icon{color:#00000080}.pill-filter .more-filter-link:hover{cursor:pointer;color:#247942}.pill-filter .more-filter-link:hover .more-filter-icon{color:#247942b3}.pill-filter #single-list{cursor:pointer}.pill-filter #single-list .content-container{max-height:10.2rem;overflow-y:auto}.pill-filter #single-list .content-container::-webkit-scrollbar{width:5px!important}.pill-filter #single-list .content-container::-webkit-scrollbar-track{border-radius:5px!important;background-color:#e7e7e7!important;border:1px solid #cacaca!important;box-shadow:inset 0 0 6px #0000001f!important}.pill-filter #single-list .content-container::-webkit-scrollbar-thumb{border-radius:8px!important;background-color:#c1c1c1!important}.pill-filter #single-list .bg .icon .svg{font-size:1.1rem}.pill-filter #single-list .bg:hover{color:#fff;border-radius:.3rem;background-color:#2a8d4d99}.pill-filter #single-list .bg:hover .icon{color:#fff!important}.pill-filter #single-list .bg.selected{color:#fff;background-color:#2a8d4dcc;border-radius:.3rem}.pill-filter #single-list .bg.selected .icon{color:#fff!important}.pill-filter #single-list .bg.selected:hover{background-color:#2a8d4d99}#visible-eye,#hidden-eye{cursor:pointer}#visible-eye svg,#hidden-eye svg{fill:#00000080}#visible-eye svg:hover,#visible-eye svg:focus,#hidden-eye svg:hover,#hidden-eye svg:focus{fill:#000c}.auth-wrapper{display:flex;flex-basis:100%;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);width:100%;background-color:#f8f8f8}.auth-wrapper .auth-inner{width:100%}.auth-wrapper .auth-inner .ant-card{z-index:1}.auth-wrapper .login-branding{width:250px}.auth-wrapper.auth-basic{align-items:center;justify-content:center;overflow:hidden}.auth-wrapper.auth-basic .auth-inner{position:relative}.auth-wrapper.auth-basic .auth-inner:before{width:244px;height:243px;content:" ";position:absolute;top:-54px;left:-46px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPQAAADzCAMAAACG9Mt0AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAA9KADAAQAAAABAAAA8wAAAADhQHfUAAAAyVBMVEUAAAD///+AgP+AgP9mZv+AgNWAgP9tbf9gYP+AgP9xcf9mZv+AZuaAgP9dXf90dOhiYv92dv9mZu5mZv93d+53d/9paf94afCAcfFrXvJra/9mZvJzZvJzc/JoaP96b/Rqav91aupsYvV2bOt2bPVxaPZ7cfZqavZyau1waPd4aO9xafBxafh4afB1bfh4avFuZ/F2afJzZvJzZ/N0aPN0bvN3bPR0ae5yZ/R3be93bfR1au9zafBxbPVzavV0a/F0a/ZyafFwaPKZm3nTAAAAQ3RSTlMAAQIEBQYGBwgICQoKCgsLDQ0PDw8PERESExMUFBQWFxgYGhoaGxsdHSAgIiIiIyQlJygqLCwtLi8vLzAzNDU3Nzg7h9vbHgAAA9RJREFUeNrt3ftS2kAUx/Fc1gSyWsErtuJdRDQiiteolb7/QzUoTm07k4AzObuu3/MCez45yWbzT36eZ6b8erO1e1B97baadd+zocJWmg0HaXe/+uqmg2GWtkLT5Lle1m9LdhG2+1lvzuiUO1knEF81yFc1N+35m15kZOGodz1vyLx+v2Lseq/erxtZd/NuweCTtfiwaWLOD5FnsqI7+VnP3y8afnEs3Es/1+H1qvETwuq18B7e6VlwLup1ZM8kWWQBOsrmHL7GVtxvYRZYgQ4ywae61ffsqH5Lbq20bQm6ncp9P2ehJegwE/u+rl95ttSwLrVSc2ANetAU28dSa9Cp2E623bUG3d2VWmn/wBq0XCugQYMGLdVKoOJaoiuok1NdXSW1WAUfRPtRUllflaJf5ZE/O9pXVbZUPTov5c+IDqvtRwStdTgLutoxy6GnGfYb2o+1I2gd+1OiqzfLocvVE7TSDqG1mgodaqfQZbvZC9rXjqG1X45WzqFVKVpk0LLo4lGP0ZGD6KgMnTiITkrQgXYQrYNitHISrYrRsZPouBhdcxJdK0YnTqKTYrR2Eq1BgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRoh9DH59ag86ACoSYOL61B55EUQk1s3VqDzsNHhJpYe7QGncfMSHUxaliCHgcKSXVxeWQJehwdJdXF4dAS9DgkTKqLxuibFeiXODixNi7OrEC/BP+JtbE0WrYA/RrxKNfH2YUF6NegSbk+Gk87xtErN6EsWm88fzeMXpwE9EruLns/l42io4dJFLPo2/Po1w+D6IW7t9Bt2SPx3vOOMfS7eHVZtN54ulg2go56138Ct4XRunE2Ovsmjg46WeddUoUWr6WL0fCoIYgO2/2s91fstDZQjcPL0ePt5flpdXUwqW46uMrS1j95JNpQrW0dHp9UV/uT2m416/8HVGg3qzhpBjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KC/FDpx0pwUo2tOomvF6NhJdFyMVk6iVTE6cBIdeF9vJyvZx/I/AzuIjsrQvoNovwzt4FamSs0Ojrp80PmvoB0zh940pb7azf1yg7t0LIt978uppzbnalfucDW92ZndLPRmKweGPduYJ+zoM5/Dk+gD5NdvLhXXPp88qcUqmEH5G5JZRs6cuxwIAAAAAElFTkSuQmCC)}.auth-wrapper.auth-basic .auth-inner:after{width:272px;height:272px;content:" ";position:absolute;bottom:-55px;right:-75px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARAAAAEQCAMAAABP1NsnAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAABEKADAAQAAAABAAABEAAAAAAQWxS2AAAAwFBMVEUAAAD///+AgICAgP9VVaqqVf+qqv+AgL+AgP9mZsxmZv+ZZv+AgNWAgP9tbdttbf+Sbf+AYN+AgN+AgP9xceNmZv+AZuaAZv90dOh0dP9qav+AauqAav+AgP92dv9tbf+Abe2Abf93Zu53d+6AcO94afCAcfF5a+R5a/JzZuaAZvKAc/J5bed5bfOAaPN6b/R1auqAavR6ZvV6cPV2bOuAbPV7aPZ2be2AbfZ7au17avZ3Zu53b+57a+97a/d4aO9J6CoeAAAAQHRSTlMAAQICAwMDBAQFBQUGBgcHBwgICAkKCgoLCwwMDAwNDg4ODw8QERITExQUFBUVFhcYGBkZGhobHBwdHR4eHx8gJ5uMWwAAA/FJREFUeNrt2G1XEkEYxvHZNk2xHGzdbKFl0cTwgdSkCKzu7/+t4pw6sAjtjIueE/f8r3fMO35nZnbuy5gVGcvfzJe0rnTfGI+MggGJRUZnbpPIhJKt88nU53JnFULvyISY6KAv8vPj0vr2rYwiE2Z2B9J+uNYcyyQxwWZvaeGH3G4bMjsvI/kcwTC/V+7kLoahlITzQojP3ZFgsJCh7IJQzpX0QFj4uMiY18eDMZ9bZCF9OQahnK6cm/Y7js0sh/LF3Auv1PlQd3MxbdXYIQspV44EEEAAAWTNDAYYkKdJbNMsLzYueZbaZ2iM46RVbHBaiZ9Js+nHEdli42N9XuSen5hGp1CQTuOJQDRsD99N4gMSpYWapNH6IJo83CIeILZQFesEaber79NCWRoukOpNEnW0gXQqD81w6ACxhbrYde7VuFCYeA2QRCNIsgZISyNIqz6IyhPjOjNVIFYniK3dmKU6QdLaJUimEySrDZLrBMlrgxRKU7sxCw/EMe0CAggggADySJCqxixIkKpNEh6IozELD8RxjQACCCCAAPJIkKrGLEgQXqqAAEJjxrQLCCCAAEJjRmNGY8a0CwgggABCYwYIfQgggNCYMe0CAggggNCY0ZjRmDHtAgIIIIAAQmNGHwIIIDRmTLuAAAIIIDRmNGY0Zky7gAACCCCA0JjRhwACCI0Z0y4ggAACCI0ZjRmNGdMuIIAAAgggNGb0IYAAQmPGtAsIIIAAQmNGY0ZjxrQLCCCAAAIIjRl9CCCA0Jgx7QICCCCA0JjRmNGYMe0CAggggABCY0YfAgggNGZMu4AAAgggNGY0ZjRmTLuAAAIIIIDQmNGHAAIIjRnTLiCAAAIIjRmNGY0ZIEy7gAACCCA0ZvQhgABCY8a0CwgggABCY0ZjBgiNGdMuIIAAAgiN2f/Sh+Q6PfLaIJlOkKw2SKoTJK3dmFmdILb2tBvrBIlrg5iWRo+WqQ+SaARJ1gCJAzsxThCN16p1vNurGjNjoo42j07kAHFskoY2kEbl33U0ZgoPjXW+Rl0gkarnahqtDaJKxMPDDWIiNafGenh4gExvVhXfmk7Da6L1AVGxSby2h6MxK79Zk42ea1pJbJ48sU2zDezQ8iy1z6BBwoyjMQsvXp8YQAAhgADilRfyy+wf8WqZZUfGZihvgZiB3FybC+kCUU5XLkAo50C+gbBQdUzkAIVyejIAYfFTI1solHP2HgNCnHn5AYNy4jvpoVB6fVzL91cwzLJ9Lfd7S0jhehxO5H5/yePr1W6gHonI7fJ5ORSR/n6Q2yQanq763zuXU5LJZRKiyD/W9/pjkdPZz0/yJ8fqVyry+qQZDMjJKoDfy8bRVhHhQTwAAAAASUVORK5CYII=)}.auth-wrapper.auth-cover{align-items:flex-start}.auth-wrapper.auth-cover .auth-inner{height:100vh;overflow-y:auto;height:calc(var(--vh, 1vh) * 100)}.auth-wrapper.auth-cover .brand-logo{position:absolute;top:2rem;left:2rem;margin:0;z-index:1;justify-content:unset}.auth-wrapper.auth-basic .auth-inner{max-width:400px}.auth-wrapper .brand-logo{display:flex;justify-content:center;margin:1rem 0 2rem}.auth-wrapper .brand-logo .brand-text{font-weight:600}.auth-wrapper .auth-footer-btn .btn{padding:.6rem!important}.auth-wrapper .auth-footer-btn .btn:not(:last-child){margin-right:1rem}.auth-wrapper .auth-footer-btn .btn:focus{box-shadow:none}.auth-wrapper .auth-input{max-width:50px;padding-right:.571rem;padding-left:.571rem}.auth-wrapper .custom-options-checkable .plan-price .pricing-value{font-size:3rem}.auth-wrapper .custom-options-checkable .plan-price sup{top:-1.5rem;left:.2rem}.auth-wrapper .custom-options-checkable .plan-price sub{bottom:0;right:.14rem}.auth-wrapper .auth-footer-btn .btn{padding:.555rem .6rem!important}#Settings .text-link:hover{color:#2a8d4d}#Settings .is-disable:hover{color:unset}#Bank-Integration .scroll-row{overflow-y:auto;scroll-snap-type:y mandatory}#Bank-Integration .scroll-row::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 .375rem rgba(0,0,0,.3);border-radius:.75rem}#Bank-Integration .scroll-row::-webkit-scrollbar{width:.375rem}#Bank-Integration .scroll-row::-webkit-scrollbar-thumb{background-color:gray;border-radius:.75rem;margin-left:.5rem}#Bank-Integration .scroll-row>*{scroll-snap-align:start}#Bank-Integration .add-new-btn,#Bank-Integration .view-btn{background-color:#2a8d4d;color:#fff}#Bank-Integration .account-status{background-color:#2a8d4d33;padding:.2rem;line-height:normal;border-radius:1rem;color:#2a8d4d}#Bank-Integration .account-status.green{color:green;background-color:#00800033}#Bank-Integration .account-status.red{color:red;background-color:#f003}#Bank-Integration .account-status.grey{color:gray;background-color:#80808033}.bank-modal .plaid-svg,.bank-modal .upload{background-color:#f3f2f7;height:10rem;border-radius:.25rem}.bank-modal .upload-img{width:12.5rem;height:4.75rem}.bank-modal .pliad{width:12.5rem}.viewmodal .note-text{background-color:#2a8d4d33;padding:.3rem .5rem;border-radius:.2rem;color:#2a8d4d}#Accounting-system-integration .connect-btn{background-color:#2a8d4d;color:#fff;width:6.25rem}#Accounting-system-integration .erp-connect-wrapper{width:36rem}#Accounting-system-integration .btn-wrapper{text-align:center}#billing-system-integration .stripe-btn{background:#2a8d4d;color:#fff}#BANK-POSTING-FORM .ant-form-item-required{height:42px;display:flex;align-items:baseline;padding-top:5px}#BANK-POSTING-FORM .ant-form-item .ant-form-item-label>label{height:42px;display:flex;align-items:baseline;padding-top:5px}#BANK-POSTING-FORM .ant-col{width:50%!important}#SETTINGS svg{color:#7e8c9a}#SETTINGS .setting-wrapper{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}#SETTINGS .setting-wrapper .logo-wrapper{border-radius:4px;display:flex;align-items:center;justify-content:center;padding:.25rem;background:#4b465c14}#SETTINGS .line-item{border-bottom:1px dashed #dbdade}#SETTINGS h1{margin:0;font-size:28px}#SETTINGS p{font-size:14px}#SETTINGS .grid-border{padding:10px}#SETTINGS .grid-border:nth-child(4n){border-right:none}#SETTINGS .grid-border:nth-child(n){border-left:none}#SETTINGS .grid-border:nth-last-child(-n+1):not(:nth-child(4n)){border-bottom:none}#SETTINGS .grid-border .heading{display:flex;align-items:center}#SETTINGS .link{color:#2a8d4d;font-weight:500;cursor:pointer}#SETTINGS .link:hover{color:unset}.setting-breadcrumb>ol{align-items:center!important}.setting-breadcrumb>ol>li:last-child a{color:#2a8d4d!important}.setting-breadcrumb>ol>li{cursor:pointer}#login{display:grid;grid-template-columns:.8fr 1.2fr;grid-template-rows:1fr;gap:0px 0px;height:100vh}#login .left-wrapper{background-color:#56b3701f;height:100vh;text-align:center;padding-top:6rem}#login .left-wrapper h3{text-wrap:wrap}#login .left-wrapper .login-branding{width:18rem!important;height:5rem!important}#login .left-wrapper #book-keep{width:26rem!important;height:20rem!important;margin-top:3rem}#login .right-wrapper{display:flex;align-items:center;justify-content:center}#login .right-wrapper>div{width:30rem}#login .right-wrapper .login-title{font-size:1.85rem;margin-bottom:1.2rem}@media (max-width: 768px){#login .left-wrapper{display:none}#login .right-wrapper{width:100vw}#login .right-wrapper>div{box-shadow:0 3px 10px #0003;width:35rem;border:1px rgba(128,128,128,.3882352941) solid;padding:1rem 3em 2em 3rem;border-radius:1rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.\!relative{position:relative!important}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-0{bottom:0}.bottom-5{bottom:1.25rem}.bottom-\[1rem\]{bottom:1rem}.bottom-\[2rem\]{bottom:2rem}.left-0{left:0}.left-1\/2{left:50%}.left-5{left:1.25rem}.left-\[5\.3rem\]{left:5.3rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-10{right:2.5rem}.right-4{right:1rem}.right-8{right:2rem}.right-\[-5px\]{right:-5px}.right-\[1\%\]{right:1%}.right-\[1rem\]{right:1rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-1\/4{top:25%}.top-4{top:1rem}.top-\[-1px\]{top:-1px}.top-\[1px\]{top:1px}.top-\[2px\]{top:2px}.top-\[50\%\]{top:50%}.top-\[53\%\]{top:53%}.\!z-\[1000\]{z-index:1000!important}.-z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[9\]{z-index:9}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-4{grid-column:span 4 / span 4}.\!m-0{margin:0!important}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.\!mx-0{margin-left:0!important;margin-right:0!important}.\!mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.\!mx-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.\!mx-\[1rem\]{margin-left:1rem!important;margin-right:1rem!important}.\!mx-auto{margin-left:auto!important;margin-right:auto!important}.\!my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.\!my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.\!my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.\!my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-14{margin-left:3.5rem;margin-right:3.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-\[25px\]{margin-top:25px;margin-bottom:25px}.\!mb-0{margin-bottom:0!important}.\!mb-10{margin-bottom:2.5rem!important}.\!mb-2{margin-bottom:.5rem!important}.\!mb-3{margin-bottom:.75rem!important}.\!mb-4{margin-bottom:1rem!important}.\!mb-5{margin-bottom:1.25rem!important}.\!ml-0{margin-left:0!important}.\!ml-1{margin-left:.25rem!important}.\!ml-2{margin-left:.5rem!important}.\!ml-5{margin-left:1.25rem!important}.\!mr-1{margin-right:.25rem!important}.\!mr-12{margin-right:3rem!important}.\!mr-2{margin-right:.5rem!important}.\!mr-5{margin-right:1.25rem!important}.\!mt-0{margin-top:0!important}.\!mt-1{margin-top:.25rem!important}.\!mt-10{margin-top:2.5rem!important}.\!mt-2{margin-top:.5rem!important}.\!mt-3{margin-top:.75rem!important}.\!mt-5{margin-top:1.25rem!important}.\!mt-\[0\.875rem\]{margin-top:.875rem!important}.\!mt-auto{margin-top:auto!important}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-\[14px\]{margin-bottom:14px}.mb-\[1rem\]{margin-bottom:1rem}.mb-\[22px\]{margin-bottom:22px}.mb-\[4px\]{margin-bottom:4px}.mb-\[5px\]{margin-bottom:5px}.mb-\[8px\]{margin-bottom:8px}.me-0{margin-inline-end:0px}.me-1{margin-inline-end:.25rem}.me-2{margin-inline-end:.5rem}.me-3{margin-inline-end:.75rem}.me-6{margin-inline-end:1.5rem}.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-2{margin-left:.5rem}.ml-2\.5{margin-left:.625rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-8{margin-left:2rem}.ml-\[0\.6rem\]{margin-left:.6rem}.ml-\[14px\]{margin-left:14px}.ml-\[16px\]{margin-left:16px}.ml-\[2\%\]{margin-left:2%}.ml-\[3\.2rem\]{margin-left:3.2rem}.ml-\[3rem\]{margin-left:3rem}.ml-\[6px\]{margin-left:6px}.ml-auto{margin-left:auto}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-20{margin-right:5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6,.mr-\[1\.5rem\]{margin-right:1.5rem}.ms-1{margin-inline-start:.25rem}.ms-2{margin-inline-start:.5rem}.ms-4{margin-inline-start:1rem}.ms-5{margin-inline-start:1.25rem}.ms-8{margin-inline-start:2rem}.ms-\[19px\]{margin-inline-start:19px}.ms-\[2\.2rem\]{margin-inline-start:2.2rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-14{margin-top:3.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-\[0\.2rem\]{margin-top:.2rem}.mt-\[0\.35rem\]{margin-top:.35rem}.mt-\[0\.4rem\]{margin-top:.4rem}.mt-\[0\.5px\]{margin-top:.5px}.mt-\[0\.5rem\]{margin-top:.5rem}.mt-\[10px\]{margin-top:10px}.mt-\[24px\]{margin-top:24px}.mt-\[3rem\]{margin-top:3rem}.mt-\[4rem\]{margin-top:4rem}.mt-\[8px\]{margin-top:8px}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.grid{display:grid}.contents{display:contents}.hidden{display:none}.\!size-4{width:1rem!important;height:1rem!important}.\!size-\[18px\]{width:18px!important;height:18px!important}.\!size-\[2rem\]{width:2rem!important;height:2rem!important}.size-16{width:4rem;height:4rem}.size-3{width:.75rem;height:.75rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.size-9{width:2.25rem;height:2.25rem}.size-\[18px\]{width:18px;height:18px}.size-\[20px\]{width:20px;height:20px}.size-\[22px\]{width:22px;height:22px}.\!h-1{height:.25rem!important}.\!h-10{height:2.5rem!important}.\!h-16{height:4rem!important}.\!h-2{height:.5rem!important}.\!h-32{height:8rem!important}.\!h-4{height:1rem!important}.\!h-5{height:1.25rem!important}.\!h-56{height:14rem!important}.\!h-6{height:1.5rem!important}.\!h-\[100vh\]{height:100vh!important}.\!h-\[12rem\]{height:12rem!important}.\!h-\[30px\]{height:30px!important}.\!h-\[3px\]{height:3px!important}.\!h-\[70vh\]{height:70vh!important}.\!h-\[7rem\]{height:7rem!important}.\!h-\[90px\]{height:90px!important}.\!h-\[90vh\]{height:90vh!important}.\!h-auto{height:auto!important}.\!h-full{height:100%!important}.h-1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-3{height:.75rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[100\%\]{height:100%}.h-\[10px\]{height:10px}.h-\[150px\]{height:150px}.h-\[18rem\]{height:18rem}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[22px\]{height:22px}.h-\[230px\]{height:230px}.h-\[28px\]{height:28px}.h-\[30px\]{height:30px}.h-\[31px\]{height:31px}.h-\[33px\]{height:33px}.h-\[35px\]{height:35px}.h-\[368px\]{height:368px}.h-\[3rem\]{height:3rem}.h-\[40px\]{height:40px}.h-\[480px\]{height:480px}.h-\[50vh\]{height:50vh}.h-\[5rem\]{height:5rem}.h-\[64px\]{height:64px}.h-\[6rem\]{height:6rem}.h-auto{height:auto}.h-dvh{height:100dvh}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-80{max-height:20rem}.max-h-\[15\.2rem\]{max-height:15.2rem}.max-h-\[70vh\]{max-height:70vh}.max-h-\[794px\]{max-height:794px}.\!min-h-\[2\.5rem\]{min-height:2.5rem!important}.\!min-h-\[80vh\]{min-height:80vh!important}.\!min-h-screen{min-height:100vh!important}.min-h-\[14rem\]{min-height:14rem}.min-h-\[260px\]{min-height:260px}.min-h-\[3\.5rem\]{min-height:3.5rem}.min-h-\[31\.5rem\]{min-height:31.5rem}.min-h-\[32px\]{min-height:32px}.min-h-\[58px\]{min-height:58px}.min-h-\[60vh\]{min-height:60vh}.min-h-\[62px\]{min-height:62px}.min-h-\[6rem\]{min-height:6rem}.min-h-\[794px\]{min-height:794px}.min-h-\[80vh\]{min-height:80vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-0{width:0px!important}.\!w-1\/2{width:50%!important}.\!w-1\/4{width:25%!important}.\!w-1\/5{width:20%!important}.\!w-10{width:2.5rem!important}.\!w-16{width:4rem!important}.\!w-2\/4{width:50%!important}.\!w-3\/4{width:75%!important}.\!w-4{width:1rem!important}.\!w-44{width:11rem!important}.\!w-5{width:1.25rem!important}.\!w-56{width:14rem!important}.\!w-6{width:1.5rem!important}.\!w-9\/12{width:75%!important}.\!w-\[10\.3rem\]{width:10.3rem!important}.\!w-\[100\%\]{width:100%!important}.\!w-\[100px\]{width:100px!important}.\!w-\[10rem\]{width:10rem!important}.\!w-\[15rem\]{width:15rem!important}.\!w-\[300px\]{width:300px!important}.\!w-\[30rem\]{width:30rem!important}.\!w-\[34\%\]{width:34%!important}.\!w-\[5rem\]{width:5rem!important}.\!w-\[60\%\]{width:60%!important}.\!w-\[70\%\]{width:70%!important}.\!w-\[70vw\]{width:70vw!important}.\!w-\[80\%\]{width:80%!important}.\!w-\[95\%\]{width:95%!important}.\!w-\[98\%\]{width:98%!important}.\!w-\[9rem\]{width:9rem!important}.\!w-fit{width:-moz-fit-content!important;width:fit-content!important}.\!w-full{width:100%!important}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-2\/3{width:66.666667%}.w-2\/4{width:50%}.w-2\/5{width:40%}.w-3{width:.75rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-6{width:1.5rem}.w-80{width:20rem}.w-\[10px\]{width:10px}.w-\[10rem\]{width:10rem}.w-\[12\.1rem\]{width:12.1rem}.w-\[12rem\]{width:12rem}.w-\[13\.5rem\]{width:13.5rem}.w-\[150px\]{width:150px}.w-\[15rem\]{width:15rem}.w-\[200px\]{width:200px}.w-\[20rem\]{width:20rem}.w-\[28px\]{width:28px}.w-\[2px\]{width:2px}.w-\[300px\]{width:300px}.w-\[35\%\]{width:35%}.w-\[40px\]{width:40px}.w-\[60\%\]{width:60%}.w-\[64px\]{width:64px}.w-\[65\%\]{width:65%}.w-\[6rem\]{width:6rem}.w-\[75\%\]{width:75%}.w-\[80\%\]{width:80%}.w-\[8rem\]{width:8rem}.w-\[94\.5vw\]{width:94.5vw}.w-\[9rem\]{width:9rem}.w-dvw{width:100dvw}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-min{width:-moz-min-content;width:min-content}.\!min-w-\[15rem\]{min-width:15rem!important}.min-w-8{min-width:2rem}.min-w-\[105px\]{min-width:105px}.min-w-\[10rem\]{min-width:10rem}.min-w-\[15rem\]{min-width:15rem}.min-w-\[18\%\]{min-width:18%}.min-w-\[18rem\]{min-width:18rem}.min-w-\[200px\]{min-width:200px}.min-w-\[20rem\]{min-width:20rem}.min-w-\[3\.5rem\]{min-width:3.5rem}.min-w-\[4rem\]{min-width:4rem}.min-w-\[5rem\]{min-width:5rem}.min-w-\[64px\]{min-width:64px}.min-w-\[6rem\]{min-width:6rem}.min-w-\[8rem\]{min-width:8rem}.min-w-full{min-width:100%}.\!max-w-\[600px\]{max-width:600px!important}.\!max-w-full{max-width:100%!important}.max-w-\[100rem\]{max-width:100rem}.max-w-\[105px\]{max-width:105px}.max-w-\[12rem\]{max-width:12rem}.max-w-\[15rem\]{max-width:15rem}.max-w-\[20rem\]{max-width:20rem}.max-w-\[25rem\]{max-width:25rem}.max-w-\[32rem\]{max-width:32rem}.max-w-\[350px\]{max-width:350px}.max-w-\[500px\]{max-width:500px}.max-w-\[6rem\]{max-width:6rem}.max-w-\[70\%\]{max-width:70%}.max-w-\[70vw\]{max-width:70vw}.max-w-\[8rem\]{max-width:8rem}.max-w-\[92vw\]{max-width:92vw}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.flex-1{flex:1 1 0%}.flex-\[1\]{flex:1}.flex-initial{flex:0 1 auto}.flex-shrink{flex-shrink:1}.flex-grow{flex-grow:1}.table-auto{table-layout:auto}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-45{--tw-rotate: -45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-125{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!cursor-not-allowed{cursor:not-allowed!important}.\!cursor-pointer{cursor:pointer!important}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-\[1fr_0\.8fr\]{grid-template-columns:1fr .8fr}.grid-cols-\[1fr_0\.8fr_1fr_0\.3fr\]{grid-template-columns:1fr .8fr 1fr .3fr}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.\!items-center{align-items:center!important}.items-center{align-items:center}.\!justify-start{justify-content:flex-start!important}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.\!justify-between{justify-content:space-between!important}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-20{gap:5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[1\.2rem\]{gap:1.2rem}.gap-\[1\.5rem\]{gap:1.5rem}.gap-\[10px\]{gap:10px}.gap-\[160px\]{gap:160px}.gap-\[1rem\]{gap:1rem}.gap-\[21px\]{gap:21px}.gap-\[22px\]{gap:22px}.gap-\[2px\]{gap:2px}.gap-\[70px\]{gap:70px}.gap-\[80px\]{gap:80px}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:1.5rem}.gap-y-\[28px\]{row-gap:28px}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.self-center{align-self:center}.justify-self-end{justify-self:end}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.\!rounded{border-radius:.25rem!important}.\!rounded-2xl{border-radius:1rem!important}.\!rounded-md{border-radius:.375rem!important}.\!rounded-xl{border-radius:.75rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[16px\]{border-radius:16px}.rounded-\[2rem\]{border-radius:2rem}.rounded-\[4px\]{border-radius:4px}.rounded-\[6px\]{border-radius:6px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-se-lg{border-start-end-radius:.5rem}.rounded-ss-lg{border-start-start-radius:.5rem}.\!border{border-width:1px!important}.border{border-width:1px}.border-0{border-width:0px}.\!border-b-0{border-bottom-width:0px!important}.\!border-r{border-right-width:1px!important}.border-b{border-bottom-width:1px}.border-b-\[3px\]{border-bottom-width:3px}.border-l-0{border-left-width:0px}.border-l-\[3px\]{border-left-width:3px}.border-r-2{border-right-width:2px}.border-t{border-top-width:1px}.\!border-solid{border-style:solid!important}.border-solid{border-style:solid}.\!border-none{border-style:none!important}.border-none{border-style:none}.\!border-\[\#DEE3E7\]{--tw-border-opacity: 1 !important;border-color:rgb(222 227 231 / var(--tw-border-opacity, 1))!important}.\!border-\[\#E9ECEF\]{--tw-border-opacity: 1 !important;border-color:rgb(233 236 239 / var(--tw-border-opacity, 1))!important}.\!border-\[\#ff000385\]{border-color:#ff000385!important}.\!border-amber-400{--tw-border-opacity: 1 !important;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))!important}.\!border-primary{--tw-border-opacity: 1 !important;border-color:rgb(42 141 77 / var(--tw-border-opacity, 1))!important}.\!border-primaryGreen-200{--tw-border-opacity: 1 !important;border-color:rgb(170 209 184 / var(--tw-border-opacity, 1))!important}.border-\[\#DEE3E7\]{--tw-border-opacity: 1;border-color:rgb(222 227 231 / var(--tw-border-opacity, 1))}.border-\[\#E4E8EB\]{--tw-border-opacity: 1;border-color:rgb(228 232 235 / var(--tw-border-opacity, 1))}.border-\[\#e6e6e6ed\]{border-color:#e6e6e6ed}.border-\[\#eaedf0\]{--tw-border-opacity: 1;border-color:rgb(234 237 240 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:rgb(42 141 77 / var(--tw-border-opacity, 1))}.border-primaryGreen-200{--tw-border-opacity: 1;border-color:rgb(170 209 184 / var(--tw-border-opacity, 1))}.border-primaryGreen-400{--tw-border-opacity: 1;border-color:rgb(85 164 113 / var(--tw-border-opacity, 1))}.border-secondary-100{--tw-border-opacity: 1;border-color:rgb(228 232 235 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-zinc-600{--tw-border-opacity: 1;border-color:rgb(82 82 91 / var(--tw-border-opacity, 1))}.\!bg-\[\#34a353\]{--tw-bg-opacity: 1 !important;background-color:rgb(52 163 83 / var(--tw-bg-opacity, 1))!important}.\!bg-amber-100{--tw-bg-opacity: 1 !important;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))!important}.\!bg-red-100{--tw-bg-opacity: 1 !important;background-color:rgb(242 212 204 / var(--tw-bg-opacity, 1))!important}.\!bg-secondary-100{--tw-bg-opacity: 1 !important;background-color:rgb(228 232 235 / var(--tw-bg-opacity, 1))!important}.\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.\!bg-yellow-300{--tw-bg-opacity: 1 !important;background-color:rgb(242 200 102 / var(--tw-bg-opacity, 1))!important}.bg-\[\#202E39\]{--tw-bg-opacity: 1;background-color:rgb(32 46 57 / var(--tw-bg-opacity, 1))}.bg-\[\#2A8D4D\;\]{background-color:#2a8d4d}.bg-\[\#2a8d4d\]{--tw-bg-opacity: 1;background-color:rgb(42 141 77 / var(--tw-bg-opacity, 1))}.bg-\[\#3ea2ff1a\]{background-color:#3ea2ff1a}.bg-\[\#4dabef16\]{background-color:#4dabef16}.bg-\[\#51a1f5\]{--tw-bg-opacity: 1;background-color:rgb(81 161 245 / var(--tw-bg-opacity, 1))}.bg-\[\#95A3C696\]{background-color:#95a3c696}.bg-\[\#DEE3E7\]{--tw-bg-opacity: 1;background-color:rgb(222 227 231 / var(--tw-bg-opacity, 1))}.bg-\[\#EDF1F54C\]{background-color:#edf1f54c}.bg-\[\#F2F4F5\]{--tw-bg-opacity: 1;background-color:rgb(242 244 245 / var(--tw-bg-opacity, 1))}.bg-\[\#F7FAFE\]{--tw-bg-opacity: 1;background-color:rgb(247 250 254 / var(--tw-bg-opacity, 1))}.bg-\[\#a6e0bb4f\]{background-color:#a6e0bb4f}.bg-\[\#b4b4b47e\]{background-color:#b4b4b47e}.bg-\[\#d7eade4f\]{background-color:#d7eade4f}.bg-\[\#dee6ef\]{--tw-bg-opacity: 1;background-color:rgb(222 230 239 / var(--tw-bg-opacity, 1))}.bg-\[\#efefef\]{--tw-bg-opacity: 1;background-color:rgb(239 239 239 / var(--tw-bg-opacity, 1))}.bg-\[\#f2f4f5\]{--tw-bg-opacity: 1;background-color:rgb(242 244 245 / var(--tw-bg-opacity, 1))}.bg-\[\#f7f7f7\]{--tw-bg-opacity: 1;background-color:rgb(247 247 247 / var(--tw-bg-opacity, 1))}.bg-\[\#f7fafe\]{--tw-bg-opacity: 1;background-color:rgb(247 250 254 / var(--tw-bg-opacity, 1))}.bg-\[\#f8f8f8\]{--tw-bg-opacity: 1;background-color:rgb(248 248 248 / var(--tw-bg-opacity, 1))}.bg-\[\#ff9f431e\]{background-color:#ff9f431e}.bg-\[\#fff\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-\[hsl\(0_0\%_97\%_\/_1\)\]{background-color:#f7f7f7}.bg-black\/80{background-color:#191919cc}.bg-blue-accent{--tw-bg-opacity: 1;background-color:rgb(247 250 254 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-green-accent{--tw-bg-opacity: 1;background-color:rgb(245 251 244 / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(42 141 77 / var(--tw-bg-opacity, 1))}.bg-primaryGreen-100{--tw-bg-opacity: 1;background-color:rgb(212 232 219 / var(--tw-bg-opacity, 1))}.bg-primaryGreen-200{--tw-bg-opacity: 1;background-color:rgb(170 209 184 / var(--tw-bg-opacity, 1))}.bg-primaryGreen-50{--tw-bg-opacity: 1;background-color:rgb(234 244 237 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(249 233 230 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(191 38 0 / var(--tw-bg-opacity, 1))}.bg-secondary-100{--tw-bg-opacity: 1;background-color:rgb(228 232 235 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(238 181 51 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(253 246 230 / var(--tw-bg-opacity, 1))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-amber-50{--tw-gradient-from: #fffbeb var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-orange-300{--tw-gradient-to: #fdba74 var(--tw-gradient-to-position)}.\!p-0{padding:0!important}.\!p-1{padding:.25rem!important}.\!p-4{padding:1rem!important}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-\[1\.125rem\]{padding:1.125rem}.p-\[1rem\]{padding:1rem}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!px-\[12px\]{padding-left:12px!important;padding-right:12px!important}.\!py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.\!py-4{padding-top:1rem!important;padding-bottom:1rem!important}.\!py-\[0\.875rem\]{padding-top:.875rem!important;padding-bottom:.875rem!important}.\!py-\[6px\]{padding-top:6px!important;padding-bottom:6px!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[0\.6rem\]{padding-left:.6rem;padding-right:.6rem}.px-\[1\.5rem\]{padding-left:1.5rem;padding-right:1.5rem}.px-\[1rem\]{padding-left:1rem;padding-right:1rem}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[3rem\]{padding-left:3rem;padding-right:3rem}.px-\[7px\]{padding-left:7px;padding-right:7px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[0\.3rem\]{padding-top:.3rem;padding-bottom:.3rem}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.\!pl-0{padding-left:0!important}.\!pl-5{padding-left:1.25rem!important}.\!pl-\[1\.5rem\]{padding-left:1.5rem!important}.\!pr-0{padding-right:0!important}.\!pr-1{padding-right:.25rem!important}.\!pr-2{padding-right:.5rem!important}.\!pr-\[2rem\]{padding-right:2rem!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-9{padding-bottom:2.25rem}.pb-\[10px\]{padding-bottom:10px}.pb-\[30px\]{padding-bottom:30px}.pb-\[3px\]{padding-bottom:3px}.pb-\[7px\]{padding-bottom:7px}.pe-2{padding-inline-end:.5rem}.pe-3{padding-inline-end:.75rem}.pe-4{padding-inline-end:1rem}.pl-1{padding-left:.25rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-\[0\.25rem\]{padding-left:.25rem}.pl-\[2rem\]{padding-left:2rem}.pr-4{padding-right:1rem}.pr-\[0\.4rem\]{padding-right:.4rem}.pr-\[4rem\]{padding-right:4rem}.ps-0{padding-inline-start:0px}.ps-1{padding-inline-start:.25rem}.ps-2{padding-inline-start:.5rem}.ps-\[10px\]{padding-inline-start:10px}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-\[1px\]{padding-top:1px}.pt-\[2px\]{padding-top:2px}.pt-\[2rem\]{padding-top:2rem}.text-left{text-align:left}.\!text-center{text-align:center!important}.text-center{text-align:center}.\!text-right{text-align:right!important}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.\!text-end{text-align:end!important}.text-end{text-align:end}.\!text-\[0\.875rem\]{font-size:.875rem!important}.\!text-\[12px\]{font-size:12px!important}.\!text-\[13px\]{font-size:13px!important}.\!text-\[14px\]{font-size:14px!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-body-small{font-size:14px!important}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[0\.625rem\]{font-size:.625rem}.text-\[0\.875rem\]{font-size:.875rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[0\.95rem\]{font-size:.95rem}.text-\[0\.9rem\]{font-size:.9rem}.text-\[1\.5rem\]{font-size:1.5rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13\.2px\]{font-size:13.2px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[1rem\]{font-size:1rem}.text-\[20px\]{font-size:20px}.text-\[25px\]{font-size:25px}.text-\[28px\]{font-size:28px}.text-\[53\.33px\]{font-size:53.33px}.text-\[70px\]{font-size:70px}.text-base{font-size:1rem;line-height:1.5rem}.text-body-large{font-size:18px}.text-body-medium{font-size:16px}.text-body-small{font-size:14px}.text-caption{font-size:12px}.text-heading-large{font-size:32px}.text-heading-medium{font-size:28px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-title-large{font-size:24px}.text-title-medium{font-size:22px}.text-title-small{font-size:20px}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-medium{font-weight:500!important}.font-bold{font-weight:600}.font-medium{font-weight:500}.font-regular{font-weight:400}.font-semibold{font-weight:500}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.\!leading-none{line-height:1!important}.leading-10{line-height:2.5rem}.leading-5{line-height:1.25rem}.leading-7{line-height:1.75rem}.leading-\[0\.875rem\]{line-height:.875rem}.leading-\[1\.5rem\]{line-height:1.5rem}.leading-\[2\.2\]{line-height:2.2}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.\!text-\[\#08752E\]{--tw-text-opacity: 1 !important;color:rgb(8 117 46 / var(--tw-text-opacity, 1))!important}.\!text-\[\#2A8D4D\]{--tw-text-opacity: 1 !important;color:rgb(42 141 77 / var(--tw-text-opacity, 1))!important}.\!text-\[\#555f6d\]{--tw-text-opacity: 1 !important;color:rgb(85 95 109 / var(--tw-text-opacity, 1))!important}.\!text-\[\#6e6b7b\]{--tw-text-opacity: 1 !important;color:rgb(110 107 123 / var(--tw-text-opacity, 1))!important}.\!text-\[\#7E8B99\]{--tw-text-opacity: 1 !important;color:rgb(126 139 153 / var(--tw-text-opacity, 1))!important}.\!text-\[\#FF0000\.\]{color:#FF0000.!important}.\!text-amber-600{--tw-text-opacity: 1 !important;color:rgb(217 119 6 / var(--tw-text-opacity, 1))!important}.\!text-black{--tw-text-opacity: 1 !important;color:rgb(25 25 25 / var(--tw-text-opacity, 1))!important}.\!text-gray-400{--tw-text-opacity: 1 !important;color:rgb(156 163 175 / var(--tw-text-opacity, 1))!important}.\!text-gray-500{--tw-text-opacity: 1 !important;color:rgb(107 114 128 / var(--tw-text-opacity, 1))!important}.\!text-primary,.\!text-primaryGreen-500{--tw-text-opacity: 1 !important;color:rgb(42 141 77 / var(--tw-text-opacity, 1))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[\#000000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-\[\#000000d8\]{color:#000000d8}.text-\[\#000000e0\]{color:#000000e0}.text-\[\#000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-\[\#00B856\]{--tw-text-opacity: 1;color:rgb(0 184 86 / var(--tw-text-opacity, 1))}.text-\[\#050607\]{--tw-text-opacity: 1;color:rgb(5 6 7 / var(--tw-text-opacity, 1))}.text-\[\#067CC8\]{--tw-text-opacity: 1;color:rgb(6 124 200 / var(--tw-text-opacity, 1))}.text-\[\#131313cc\]{color:#131313cc}.text-\[\#1677FF\],.text-\[\#1677ff\]{--tw-text-opacity: 1;color:rgb(22 119 255 / var(--tw-text-opacity, 1))}.text-\[\#2A8D4D\]{--tw-text-opacity: 1;color:rgb(42 141 77 / var(--tw-text-opacity, 1))}.text-\[\#2e8d49\]{--tw-text-opacity: 1;color:rgb(46 141 73 / var(--tw-text-opacity, 1))}.text-\[\#34a353\]{--tw-text-opacity: 1;color:rgb(52 163 83 / var(--tw-text-opacity, 1))}.text-\[\#3EA2FF\]{--tw-text-opacity: 1;color:rgb(62 162 255 / var(--tw-text-opacity, 1))}.text-\[\#434346\]{--tw-text-opacity: 1;color:rgb(67 67 70 / var(--tw-text-opacity, 1))}.text-\[\#50C878\]{--tw-text-opacity: 1;color:rgb(80 200 120 / var(--tw-text-opacity, 1))}.text-\[\#52AC79\]{--tw-text-opacity: 1;color:rgb(82 172 121 / var(--tw-text-opacity, 1))}.text-\[\#555f6d\]{--tw-text-opacity: 1;color:rgb(85 95 109 / var(--tw-text-opacity, 1))}.text-\[\#5E6D7D\]{--tw-text-opacity: 1;color:rgb(94 109 125 / var(--tw-text-opacity, 1))}.text-\[\#5e5e5edf\]{color:#5e5e5edf}.text-\[\#626D8A\]{--tw-text-opacity: 1;color:rgb(98 109 138 / var(--tw-text-opacity, 1))}.text-\[\#6E6B7B\],.text-\[\#6e6b7b\]{--tw-text-opacity: 1;color:rgb(110 107 123 / var(--tw-text-opacity, 1))}.text-\[\#70829F\]{--tw-text-opacity: 1;color:rgb(112 130 159 / var(--tw-text-opacity, 1))}.text-\[\#7E8B99\],.text-\[\#7e8b99\]{--tw-text-opacity: 1;color:rgb(126 139 153 / var(--tw-text-opacity, 1))}.text-\[\#9ca3af\]{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-\[\#9d9d9d\]{--tw-text-opacity: 1;color:rgb(157 157 157 / var(--tw-text-opacity, 1))}.text-\[\#CD3C3C\]{--tw-text-opacity: 1;color:rgb(205 60 60 / var(--tw-text-opacity, 1))}.text-\[\#FFFFFFB2\]{color:#ffffffb2}.text-\[\#bababa\]{--tw-text-opacity: 1;color:rgb(186 186 186 / var(--tw-text-opacity, 1))}.text-\[\#c91a44\]{--tw-text-opacity: 1;color:rgb(201 26 68 / var(--tw-text-opacity, 1))}.text-\[\#ea5455\]{--tw-text-opacity: 1;color:rgb(234 84 85 / var(--tw-text-opacity, 1))}.text-\[\#f16c6c\]{--tw-text-opacity: 1;color:rgb(241 108 108 / var(--tw-text-opacity, 1))}.text-\[\#faad14\]{--tw-text-opacity: 1;color:rgb(250 173 20 / var(--tw-text-opacity, 1))}.text-\[\#ff4d4f\]{--tw-text-opacity: 1;color:rgb(255 77 79 / var(--tw-text-opacity, 1))}.text-\[\#ff6347\]{--tw-text-opacity: 1;color:rgb(255 99 71 / var(--tw-text-opacity, 1))}.text-\[\#ff9f43\]{--tw-text-opacity: 1;color:rgb(255 159 67 / var(--tw-text-opacity, 1))}.text-\[\#fff\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-\[rgba\(0\,0\,0\,0\.67\)\]{color:#000000ab}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(25 25 25 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-inherit{color:inherit}.text-primary,.text-primaryGreen-500{--tw-text-opacity: 1;color:rgb(42 141 77 / var(--tw-text-opacity, 1))}.text-red{--tw-text-opacity: 1;color:rgb(191 38 0 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(204 81 51 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(191 38 0 / var(--tw-text-opacity, 1))}.text-secondary-500{--tw-text-opacity: 1;color:rgb(120 140 155 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow{--tw-text-opacity: 1;color:rgb(234 163 0 / var(--tw-text-opacity, 1))}.text-yellow-300{--tw-text-opacity: 1;color:rgb(242 200 102 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.\!no-underline{text-decoration-line:none!important}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ant-drawer-title{--tw-text-opacity: 1;color:rgb(25 25 25 / var(--tw-text-opacity, 1))}.ant-drawer-header{min-height:58px}.ant-drawer-header-title{flex-direction:row-reverse;font-size:20px;font-weight:500}.ant-drawer-header-title .ant-drawer-close{background-color:inherit!important}.ant-drawer-header-title .ant-drawer-title{font-size:20px;font-weight:500}.ant-drawer-header-title svg{width:20px;height:20px;--tw-text-opacity: 1;color:rgb(25 25 25 / var(--tw-text-opacity, 1))}.ant-drawer .ant-drawer-header{border-width:2px!important}.ant-steps-item-title{font-size:16px}.ant-steps-item-icon{margin-inline:0 8px!important}.ant-steps-item-process.ant-steps-item-active .ant-steps-item-icon{background-color:unset!important}.ant-steps-item-process.ant-steps-item-active .ant-steps-item-icon .ant-steps-icon{--tw-text-opacity: 1;color:rgb(42 141 77 / var(--tw-text-opacity, 1))}.ant-steps-item-wait .ant-steps-item-icon{background-color:unset!important;border:1px solid!important;border-color:#c9d1d7!important}.ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon{--tw-text-opacity: 1;color:rgb(25 25 25 / var(--tw-text-opacity, 1))}.ant-steps-item-finish .ant-steps-item-icon{background-color:#2a8d4d!important;border:1px solid #2A8D4D!important}.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon{color:#fff!important}.ant-steps-icon{top:.5px!important;font-size:16px!important}.ant-steps{padding-bottom:1rem}.ant-btn{line-height:normal!important}.ant-btn.custom-btn,.ant-btn#forward-btn,.ant-btn#approve-btn,.ant-btn#reject-btn,.ant-btn#respond-btn,.ant-btn#resolve-btn{height:28px!important}.ant-modal:not(.ant-modal-confirm) .ant-modal-content{padding:0!important}.ant-modal:not(.ant-modal-confirm) .ant-modal-content .ant-modal-close{float:right;margin-top:.7rem;margin-right:.6rem}.ant-modal:not(.ant-modal-confirm) .ant-modal-content .ant-modal-close:hover{background-color:inherit!important}.ant-modal:not(.ant-modal-confirm) .ant-modal-content .ant-modal-close .ant-modal-close-icon svg{width:24px;height:24px;color:#191919}.ant-modal:not(.ant-modal-confirm) .ant-modal-content .ant-modal-header{padding:15px 22px;border-bottom:3px solid!important;border-bottom-color:#e4e8eb!important;margin-bottom:0!important}.ant-modal:not(.ant-modal-confirm) .ant-modal-content .ant-modal-header .ant-modal-title{font-size:20px;font-weight:500}.ant-modal:not(.ant-modal-confirm) .ant-modal-content .ant-modal-body{padding:15px 22px}.ant-modal:not(.ant-modal-confirm) .ant-modal-content .ant-modal-footer:has(*){padding:0 15px 22px}#navbar3 .ant-table-container table,#navbar2 .ant-table-container table{border-radius:0!important}#navbar3 table,#navbar2 table{border-left-width:0;border-right-width:0}#navbar3 table>thead>tr:first-child>*:first-child,#navbar2 table>thead>tr:first-child>*:first-child{border-radius:0!important}#navbar3 table>thead>tr:first-child>*:last-child,#navbar2 table>thead>tr:first-child>*:last-child{border-radius:0!important}html{font-size:16px}html *{font-family:Inter,system-ui,sans-serif!important}.placeholder\:text-slate-900::-moz-placeholder{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.placeholder\:text-slate-900::placeholder{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:\!border-black:hover{--tw-border-opacity: 1 !important;border-color:rgb(25 25 25 / var(--tw-border-opacity, 1))!important}.hover\:\!border-primaryGreen-300:hover{--tw-border-opacity: 1 !important;border-color:rgb(127 187 148 / var(--tw-border-opacity, 1))!important}.hover\:\!border-red-200:hover{--tw-border-opacity: 1 !important;border-color:rgb(229 168 153 / var(--tw-border-opacity, 1))!important}.hover\:\!bg-primary:hover{--tw-bg-opacity: 1 !important;background-color:rgb(42 141 77 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-primaryGreen-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(212 232 219 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-red-50:hover{--tw-bg-opacity: 1 !important;background-color:rgb(249 233 230 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-yellow-300:hover{--tw-bg-opacity: 1 !important;background-color:rgb(242 200 102 / var(--tw-bg-opacity, 1))!important}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary-200:hover{--tw-bg-opacity: 1;background-color:rgb(201 209 215 / var(--tw-bg-opacity, 1))}.hover\:\!text-black:hover{--tw-text-opacity: 1 !important;color:rgb(25 25 25 / var(--tw-text-opacity, 1))!important}.hover\:\!text-white:hover{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(42 141 77 / var(--tw-text-opacity, 1))}.hover\:opacity-100:hover{opacity:1}.hover\:shadow:hover{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}@media (min-width: 640px){.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:.5rem}.sm\:text-left{text-align:left}}@media (min-width: 768px){.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:mt-0{margin-top:0}.lg\:flex{display:flex}.lg\:\!h-\[70vh\]{height:70vh!important}.lg\:\!w-2\/5{width:40%!important}.lg\:w-\[30\%\]{width:30%}.lg\:w-\[70\%\]{width:70%}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[1fr_0\.8fr_1fr_0\.3fr\]{grid-template-columns:1fr .8fr 1fr .3fr}.lg\:flex-row{flex-direction:row}.lg\:justify-end{justify-content:flex-end}}@media (min-width: 1280px){.xl\:col-span-1{grid-column:span 1 / span 1}.xl\:col-span-2{grid-column:span 2 / span 2}.xl\:col-span-3{grid-column:span 3 / span 3}.xl\:mx-20{margin-left:5rem;margin-right:5rem}.xl\:w-\[27\%\]{width:27%}.xl\:w-\[542px\]{width:542px}.xl\:w-\[73\%\]{width:73%}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1536px){.\32xl\:mx-40{margin-left:10rem;margin-right:10rem}.\32xl\:ml-\[6\%\]{margin-left:6%}.\32xl\:max-w-\[90\%\]{max-width:90%}}.\[\&_\.ant-badge-status-text\]\:font-bold .ant-badge-status-text{font-weight:600}.\[\&_\.ant-progress-inner\]\:\!rounded-md .ant-progress-inner{border-radius:.375rem!important}
