.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0;padding:6px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:hsla(0,0%,100%,.7);bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.root{background:none #fdfdfd;background:linear-gradient(180deg,#fdfdfd 0,#f6f7f8);border:1px solid #999;border-radius:2px;box-sizing:border-box;color:#333;cursor:pointer;display:inline-block;font-family:inherit;font-size:inherit;height:30px;line-height:22px;margin:0 5px 0 0;padding:3px 8px;text-decoration:none;white-space:nowrap}.root:disabled{background:none transparent;cursor:not-allowed}.root:disabled>*{opacity:.5}.rdrCalendarWrapper{background:#fff;box-sizing:border-box;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{color:inherit;flex:1 1;text-align:center;width:0}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{align-items:center;display:flex;flex:1 1 auto;justify-content:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{box-sizing:inherit;flex-basis:14.28571%;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{color:red;font-size:1.6em;line-height:1.6em;position:absolute;right:.25em;top:0}.rdrDay{box-sizing:inherit;cursor:pointer;font:inherit;position:relative;width:14.28571%}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align:auto){.rdrDay{flex-basis:14.285%!important}}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 2px 0 rgba(35,57,66,.21)}.rdrDateDisplayItem input{background:transparent;border:0;color:#849095;cursor:pointer;height:2.5em;line-height:2.5em;width:100%}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;background:url("data:image/svg+xml;utf8,<svg width=%279px%27 height=%276px%27 viewBox=%270 0 9 6%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27><g id=%27Artboard%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 transform=%27translate%28-636.000000, -171.000000%29%27 fill-opacity=%270.368716033%27><g id=%27input%27 transform=%27translate%28172.000000, 37.000000%29%27 fill=%27%230E242F%27 fill-rule=%27nonzero%27><g id=%27Group-9%27 transform=%27translate%28323.000000, 127.000000%29%27><path d=%27M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z%27 id=%27arrow%27></path></g></g></g></svg>") no-repeat;background-position:right 8px center;border:0;border-radius:4px;color:#3e484f;cursor:pointer;outline:0;padding:10px 30px 10px 10px;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:rgba(0,0,0,.07)}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{background:#eff2f7;border:0;border-radius:5px;display:block;height:24px;margin:0 .833em;padding:0;width:24px}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{border-style:solid;display:block;height:0;margin:auto;padding:0;text-align:center;transform:translate(-3px);width:0}.rdrPprevButton i{border-color:transparent #34495e transparent transparent;border-width:4px 6px 4px 4px;transform:translate(-3px)}.rdrNextButton i{border-color:transparent transparent transparent #34495e;border-width:4px 4px 4px 6px;margin:0 0 0 7px;transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{color:#849095;font-weight:400;line-height:2.667em}.rdrDay{background:transparent;border:0;color:#1d2429;height:3em;line-height:3em;padding:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDay:focus{outline:0}.rdrDayNumber{align-items:center;bottom:0;bottom:5px;display:flex;font-weight:300;justify-content:center;left:0;outline:0;position:absolute;right:0;top:0;top:5px}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{background:#3d91ff;border-radius:2px;bottom:4px;content:"";height:2px;left:50%;position:absolute;transform:translate(-50%);width:18px}.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span{color:hsla(0,0%,100%,.85)}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{background:currentColor;bottom:5px;left:0;position:absolute;right:0;top:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-bottom-left-radius:1.042em;border-top-left-radius:1.042em;left:2px}.rdrEndEdge{border-bottom-right-radius:1.042em;border-top-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange{border-bottom-left-radius:1.042em;border-top-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-bottom-right-radius:1.042em;border-top-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview{border-bottom-left-radius:1.333em;border-left-width:1px;border-top-left-radius:1.333em;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-bottom-right-radius:1.333em;border-right-width:1px;border-top-right-radius:1.333em;right:0}.rdrDayEndPreview,.rdrDayInPreview,.rdrDayStartPreview{background:hsla(0,0%,100%,.09);border:0 solid;bottom:3px;left:0;pointer-events:none;position:absolute;right:0;top:3px;z-index:1}.rdrDayStartPreview{border-bottom-left-radius:1.333em;border-bottom-width:1px;border-left-width:1px;border-top-left-radius:1.333em;border-top-width:1px;left:0}.rdrDayInPreview{border-bottom-width:1px;border-top-width:1px}.rdrDayEndPreview{border-bottom-right-radius:1.333em;border-bottom-width:1px;border-right-width:1px;border-top-right-radius:1.333em;border-top-width:1px;right:2px;right:0}.rdrDefinedRangesWrapper{background:#fff;border-right:1px solid #eff2f7;font-size:12px;width:226px}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{background:#fff;border:0;border-bottom:1px solid #eff2f7;cursor:pointer;display:block;outline:0;padding:0}.rdrStaticRange:focus .rdrStaticRangeLabel,.rdrStaticRange:hover .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;line-height:18px;outline:0;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{border:1px solid #dee7eb;border-radius:4px;color:#6c767a;height:30px;line-height:30px;margin-right:10px;text-align:center;width:30px}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;color:#333;outline:0}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{background:transparent;border:1px solid;border-radius:1.333em;bottom:-2px;content:"";left:0;position:absolute;right:0;top:-2px}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrDayEndPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrStartEdge{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrDayEndPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrStartEdge{filter:grayscale(100%) opacity(60%)}.rdrMonthName{color:#849095;font-weight:600;padding:.833em;text-align:left}.react-checkbox-tree{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-size:16px}.react-checkbox-tree>ol{-ms-flex:1 1 auto;flex:1 1 auto}.react-checkbox-tree ol{list-style-type:none;margin:0;padding-left:0}.react-checkbox-tree ol ol{padding-left:24px}.react-checkbox-tree button{color:inherit;line-height:normal}.react-checkbox-tree button:disabled{cursor:not-allowed}.react-checkbox-tree .rct-bare-label{cursor:default}.react-checkbox-tree label{cursor:pointer;margin-bottom:0}.react-checkbox-tree label:hover{background:rgba(51,51,204,.1)}.react-checkbox-tree label:active,.react-checkbox-tree label:focus{background:rgba(51,51,204,.15)}.react-checkbox-tree:not(.rct-native-display) input{display:none}.react-checkbox-tree.rct-native-display input{margin:0 5px}.react-checkbox-tree .rct-icon{-webkit-font-feature-settings:normal;font-feature-settings:normal;display:inline-block;font-family:Font Awesome\ 5 Free,FontAwesome,sans-serif;font-style:normal;font-variant:normal;font-weight:400;text-align:center;text-rendering:auto}.rct-disabled>.rct-text>label{cursor:not-allowed;opacity:.75}.rct-disabled>.rct-text>label:active,.rct-disabled>.rct-text>label:hover{background:transparent}.rct-text{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.rct-options{-ms-flex:0 0 auto;flex:0 0 auto;margin-left:.5rem;text-align:right}.rct-option{background:none;border:0;cursor:pointer;font-size:18px;opacity:.75;padding:0 4px}.rct-option:hover{opacity:1}.rct-option+.rct-option{margin-left:2px}.rct-checkbox,.rct-collapse,.rct-node-icon{padding:0 5px}.rct-checkbox *,.rct-collapse *,.rct-node-icon *{display:inline-block;margin:0;width:14px}.rct-collapse{-ms-flex-item-align:stretch;align-self:stretch;background:none;border:0;color:inherit;font-size:12px;line-height:normal}.rct-collapse.rct-collapse-btn{cursor:pointer}.rct-collapse>.rct-icon-expand-close{opacity:.5}.rct-collapse>.rct-icon-expand-close:hover{opacity:1}.rct-native-display .rct-checkbox{display:none}.rct-node-clickable{cursor:pointer}.rct-node-clickable:hover{background:rgba(51,51,204,.1)}.rct-node-clickable:focus{background:rgba(51,51,204,.2);outline:0}.rct-node-icon{color:#33c}.rct-title{padding:0 5px}.rct-icons-fa4 .rct-icon-expand-close:before{content:"\f054"}.rct-icons-fa4 .rct-icon-expand-open:before{content:"\f078"}.rct-icons-fa4 .rct-icon-uncheck:before{content:"\f096"}.rct-icons-fa4 .rct-icon-check:before{content:"\f046"}.rct-icons-fa4 .rct-icon-half-check:before{content:"\f046";opacity:.5}.rct-icons-fa4 .rct-icon-leaf:before{content:"\f016"}.rct-icons-fa4 .rct-icon-parent-open:before{content:"\f115"}.rct-icons-fa4 .rct-icon-parent-close:before{content:"\f114"}.rct-icons-fa4 .rct-icon-expand-all:before{content:"\f0fe"}.rct-icons-fa4 .rct-icon-collapse-all:before{content:"\f146"}.rct-icons-fa5 .rct-icon-expand-close:before{content:"\f054";font-weight:900}.rct-icons-fa5 .rct-icon-expand-open:before{content:"\f078";font-weight:900}.rct-icons-fa5 .rct-icon-uncheck:before{content:"\f0c8"}.rct-icons-fa5 .rct-icon-check:before{content:"\f14a"}.rct-icons-fa5 .rct-icon-half-check:before{content:"\f14a";opacity:.5}.rct-icons-fa5 .rct-icon-leaf:before{content:"\f15b"}.rct-icons-fa5 .rct-icon-parent-open:before{content:"\f07c"}.rct-icons-fa5 .rct-icon-parent-close:before{content:"\f07b"}.rct-icons-fa5 .rct-icon-expand-all:before{content:"\f0fe"}.rct-icons-fa5 .rct-icon-collapse-all:before{content:"\f146"}.rct-direction-rtl{direction:rtl}.rct-direction-rtl ol ol{padding-left:0;padding-right:24px}.rct-direction-rtl.rct-icons-fa4 .rct-icon-expand-close:before{content:"\f105"}.rct-direction-rtl.rct-icons-fa5 .rct-icon-expand-close:before{content:"\f053"}*,:after,:before{box-sizing:border-box;font-family:Open Sans,sans-serif!important}a,blockquote,body,canvas,caption,code,div,em,embed,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,li,main,nav,object,ol,p,pre,section,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,video{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;border:0;font-size:100%;font:inherit;margin:0;padding:0;text-rendering:optimizeLegibility;vertical-align:baseline}footer,header,main,nav,section{display:block}body{background:#f7f9fc;line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;border-radius:0}button{cursor:pointer;outline:none}.system-page .title-and-button{align-items:center;display:flex;justify-content:space-between;width:100%}.system-page .ButtonWrap__root___1EO_R button{background:none;border:none;height:28px;margin:0 4px;outline:none}.system-page .ButtonWrap__root___1EO_R button span{background-size:24px}.system-page .ButtonWrap__root___1EO_R button:hover{background:#00c851;border-radius:8px}.system-page .ButtonWrap__root___1EO_R button:hover span{filter:brightness(0) invert(1)}.system-page .ButtonWrap__root___1EO_R .IconButton__isActive___2Ey8p{background:#ddf3e6;border-radius:8px}.system-page .ButtonWrap__root___1EO_R .IconButton__isActive___2Ey8p span{filter:invert(54%) sepia(49%) saturate(1349%) hue-rotate(101deg) brightness(94%) contrast(101%)}.system-page .DraftEditor-editorContainer{border:1px solid rgba(42,55,78,.502)!important;border-radius:6px!important}.system-page .RichTextEditor__root___2QXK-{background:#fff 0 0 no-repeat padding-box!important;border:.5px solid rgba(230,236,243,.502)!important;border-radius:6px!important;height:auto!important;margin-top:24px!important}.system-page .EditorToolbar__root___3_Aqz{align-items:baseline!important;background:rgba(230,236,243,.502) 0 0 no-repeat padding-box!important;border:none;border-radius:6px 6px 0 0!important;display:flex!important;height:42px!important;margin:0!important;padding:7px 16px!important}.system-page .ButtonGroup__root___3lEAn{border-right:.5px solid rgba(81,86,109,.502)!important;height:26px!important}.system-page .RichTextEditor__editor___1QqIU .public-DraftEditor-content,.system-page .RichTextEditor__editor___1QqIU .public-DraftEditorPlaceholder-root{color:rgba(84,95,126,.702)!important;font-size:16px!important;height:436px!important;line-height:22px!important;padding:32px!important}.rmis-updates-wrapper{align-items:center;display:flex;margin-top:8px}.rmis-updates-wrapper .rmis-tab-wrapper{align-items:center;background:#fff;border-radius:8px;box-shadow:0 0 6px hsla(0,0%,54%,.16);display:flex;height:72px;justify-content:space-between;padding:0 24px;width:377px}.rmis-updates-wrapper .rmis-tab-image-text{align-items:center;display:flex}.rmis-updates-wrapper .rmis-tab-image-text p{color:#000;font-size:16px;font-weight:700;line-height:24px;margin-left:10px}.basic-info{justify-content:space-between}.basic-info,.drag-drop{display:flex;width:100%}.drag-drop{align-items:center;background:#f7f9fc;border:3px dashed rgba(67,138,254,.302);border-radius:8px;flex-direction:column;height:284px;justify-content:center}@media(min-width:1920px){.drag-drop{height:284px}}.drag-drop img{margin-bottom:16px}.load-div{border-bottom:1px solid rgba(81,86,109,.502);width:500px}.load-div .MuiLinearProgress-barColorPrimary{background:#438afe}.select-text{color:#51566d;font-size:16px;margin-bottom:16px}.upload{color:#438afe!important;font-size:24px}.upload,.upload-err{font-weight:600;margin-left:8px}.upload-err{color:#d72525!important;font-size:16px}.document-select-paper-box{border-radius:6px;box-shadow:0 2px 6px 0 rgba(0,0,0,.1)}.document-select-paper-box .MuiBox-root{background:#fff;display:flex;width:100%}.document-select-paper-box .delete-document-btn{align-items:center;display:flex}.document-select-paper-box button{align-items:flex-start;background:transparent;border:none;color:#324557;display:flex;font-size:16px;font-weight:400;height:44px;line-height:24px;padding:9px 24px;width:100%}.document-select-paper-box button img{height:24px;margin-right:7px!important;min-width:24px;width:24px}.document-select-paper-box button p{color:#324557;font-size:16px;font-weight:400;line-height:24px}.document-select-paper-box button:hover{background:#f5f7f9!important}.document-select-paper-box .MuiBox-root{box-shadow:0 2px 6px 0 rgba(0,0,0,.1)}.no-items-yet-wrapper{align-items:center;display:flex;justify-content:center;width:100%}.no-items-yet-wrapper .no-items-yet-box{align-items:center;display:flex;flex-direction:column;justify-content:center}.no-items-yet-wrapper .no-items-yet-box .no-items-yet-img{height:172px;width:212px}.no-items-yet-wrapper .no-items-yet-box .no-items-yet-img img{height:100%;-o-object-fit:fill;object-fit:fill;width:100%}.no-items-yet-wrapper .no-items-yet-box .no-items-yet-title{color:#101828;font-size:20px;font-weight:700;line-height:normal;text-align:center}.no-items-yet-wrapper .no-items-yet-box .no-items-yet-description{color:#51566d;font-size:20px;font-style:normal;font-weight:400;line-height:normal;margin-top:4px;text-align:center}.info-and-image{align-items:center;display:flex}.info-and-image p{color:#2a374e;font-size:14px;font-weight:700;line-height:19px}.info-and-image img{height:24px;margin-right:4px;width:24px}@media(min-width:1920px){.info-and-image img{margin-right:8px}}.pending-icon-color{filter:brightness(0) saturate(100%) invert(81%) sepia(51%) saturate(2653%) hue-rotate(331deg) brightness(98%) contrast(107%)}.inTransit-icon-color{filter:brightness(0) saturate(100%) invert(32%) sepia(14%) saturate(4973%) hue-rotate(205deg) brightness(93%) contrast(94%)}.processing-icon-color{filter:brightness(0) saturate(100%) invert(55%) sepia(87%) saturate(1053%) hue-rotate(142deg) brightness(90%) contrast(101%)}.pending-float-icon-color{filter:brightness(0) saturate(100%) invert(39%) sepia(50%) saturate(2963%) hue-rotate(204deg) brightness(97%) contrast(93%)}.rejected-icon-color{filter:brightness(0) saturate(100%) invert(26%) sepia(80%) saturate(3244%) hue-rotate(347deg) brightness(88%) contrast(97%)}.completed-icon-color{filter:invert(64%) sepia(42%) saturate(7189%) hue-rotate(112deg) brightness(103%) contrast(101%)}.hyper-link{color:#51566d}.call-to-action,.hyper-link{background:transparent;border:none;font-size:14px;font-weight:400;line-height:20px;padding:0;text-decoration:underline}.call-to-action{color:#438afe}.select-action-box{align-items:center;animation:slideDown 1s forwards;background:#1c2331;border:1px solid #1c2331;border-radius:8px;bottom:50px;box-shadow:0 20px 24px -4px rgba(16,24,40,.08),0 8px 8px -4px rgba(16,24,40,.03);display:flex;font-family:Open Sans,sans-serif!important;gap:16px;height:48px;left:50%;padding:6px 12px;position:fixed;transform:translate(-50%,-50%);width:auto;z-index:10}.select-action-box .select-count-box{align-items:center;display:flex;gap:8px}.select-action-box .select-count-box div{background:#e6ecf3;border-radius:4px;color:#2a374e;font-size:14px;font-style:normal;font-weight:400;height:24px;line-height:20px;min-width:37px;padding:2px;text-align:center;text-transform:capitalize}.select-action-box .select-all-btn,.select-action-box .select-count-box p{color:#e6ecf3;font-size:14px;font-weight:400;line-height:20px;text-transform:capitalize}.select-action-box .select-all-btn{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;gap:6px;padding:6px 12px}.select-action-box .submit-btn-box{background:hsla(0,0%,100%,.15);border:none;border-radius:4px;color:#fff;font-size:14px;font-style:normal;font-weight:700;gap:4px;line-height:normal;padding:6px 12px}.select-action-box .close-selected-btn{background:transparent;border:none;margin-top:2px;padding:0}@keyframes slideDown{0%{bottom:-100px}to{bottom:50px}}.editable-table-input-row-wrapper{height:100%}.editable-table-input-row-wrapper .editable-table-input-row-content{align-items:center;border-bottom:2px solid transparent;display:flex;gap:4px;height:100%;justify-content:center;justify-content:space-between;padding:16px}.editable-table-input-row-wrapper .editable-table-input-row-content.editable-table-input-row-content-edit{background:#f7f9fc;border-bottom:2px solid #438bfe}.editable-table-input-row-wrapper .editable-table-input-row-content .editable-table-input-row-edit-btn{align-items:center;background:transparent;border:none;display:flex;height:24px;justify-content:center;min-height:24px;min-width:24px;padding:4px;width:24px}.editable-table-input-row-wrapper .editable-table-input-row-content .editable-table-input-row-edit-btn img{height:100%;width:100%}.editable-table-input-row-wrapper .editable-table-input-row-content .editable-table-select-row-arrow{align-items:center;background:transparent;border:none;display:flex;height:18px;justify-content:center;min-height:18px;min-width:18px;padding:0;width:18px}.editable-table-input-row-wrapper .MuiFormControl-root,.editable-table-input-row-wrapper .editable-table-input-row-content .editable-table-select-row-arrow img{height:100%;width:100%}.editable-table-input-row-wrapper .MuiFormControl-root .MuiInputBase-root{background:#f7f9fc;height:100%}.editable-table-input-row-wrapper .MuiFormControl-root .MuiInputBase-root:hover{background:#f7f9fc}.editable-table-input-row-wrapper .MuiFormControl-root .MuiInputBase-root:after{border-bottom:1px solid #438bfe}.editable-table-input-row-wrapper .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input{color:#51566d;font-size:14px;font-weight:400;height:100%;line-height:20px;padding:16px}.editable-table-custom-input-dropdown-paper .editable-table-search-input-wrapper{align-items:center;background:#f7f9fc;border:1px solid #e6ecf3;border-radius:4px;display:flex;justify-content:center;margin-bottom:4px;padding:8px 10px;width:100%}.editable-table-custom-input-dropdown-paper .editable-table-search-input-wrapper input{background:#f7f9fc;border:none;height:100%;outline:none;width:100%}.editable-table-custom-input-dropdown-paper .editable-table-search-input-wrapper input::-moz-placeholder{color:#51566d;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px}.editable-table-custom-input-dropdown-paper .editable-table-search-input-wrapper input:-ms-input-placeholder{color:#51566d;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px}.editable-table-custom-input-dropdown-paper .editable-table-search-input-wrapper input::placeholder{color:#51566d;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px}.editable-table-custom-input-dropdown-paper .MuiPaper-root{min-width:260px!important;padding:10px 12px}.editable-table-custom-input-dropdown-paper .MuiPaper-root .editable-table-custom-input-dropdown-title{color:#172b4d;font-family:Inter,sans-serif!important;font-size:16px;font-weight:500;line-height:24px;padding:0 0 10px}.editable-table-custom-input-dropdown-paper .MuiPaper-root .editable-table-custom-input-dropdown-item-block{display:flex;flex-direction:column;gap:4px;max-height:200px!important;max-width:250px!important;overflow-y:auto!important}.editable-table-custom-input-dropdown-paper .MuiPaper-root .editable-table-custom-input-dropdown-item-block .editable-table-custom-input-dropdown-item-block-item{border-radius:4px;cursor:pointer;padding:6px 16px}.editable-table-custom-input-dropdown-paper .MuiPaper-root .editable-table-custom-input-dropdown-item-block .editable-table-custom-input-dropdown-item-block-item:hover{background:#f7f9fc}.editable-table-custom-input-dropdown-paper .MuiPaper-root .editable-table-custom-input-dropdown-item-block .editable-table-custom-input-dropdown-item-block-item.dropdown-item-block-item-selected{background:#e6ecf3}.editable-table-custom-input-dropdown-paper .MuiPaper-root .editable-table-custom-input-dropdown-item-block .editable-table-custom-input-dropdown-item-block-item .editable-table-custom-input-dropdown-item-text{color:#172b4d;font-size:16px;font-weight:400;line-height:24px}.upload-document-wrapper{width:403px}.upload-document-wrapper .upload-document-textarea{width:100%}.upload-document-wrapper .upload-document-textarea .MuiFormControl-root{height:125px;width:100%}.upload-document-wrapper .upload-document-textarea .MuiFormControl-root .MuiInputBase-root{height:100%;width:100%}.upload-document-wrapper .upload-document-textarea .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input{height:100%!important;overflow:auto!important;width:100%!important}.upload-document-wrapper .upload-document-textarea .MuiFormLabel-root{color:#51566d;font-size:16px}.upload-document-wrapper .upload-document-textarea .MuiInput-underline.Mui-error:after{border-bottom:#d72525}.upload-document-wrapper .upload-document-textarea .MuiFormLabel-root.Mui-disabled{color:#9c9ea9!important}.time-picker{border:1px solid rgba(81,86,109,.702);border-radius:4px;height:48px;justify-content:space-between;padding:0 14px;width:245px}.time-picker,.time-picker .time-picker-wrapper{align-items:center;display:flex}.time-picker select{border:none;outline:none;width:45px}.time-picker select img{display:none}.time-picker select img::-moz-selection{display:none}.time-picker select img::selection{display:none}.time-picker select svg{display:none}.search-and-filer-box p{font-size:14px;font-weight:600}.search-and-filer-box input{background:transparent;border:none;height:32px;outline:none;width:100%}.search-and-filer-box .search-input-title{align-items:center;cursor:pointer;display:flex;gap:8px;height:20px}.search-and-filer-box .sort-btn-box{align-items:center;background:transparent;border:none;display:flex;justify-content:center;outline:none;padding:0}.search-and-filer-box .small-desk{display:block}@media(min-width:1919px){.search-and-filer-box .small-desk{display:none}}.search-and-filer-box .big-desk{display:none}@media(min-width:1919px){.search-and-filer-box .big-desk{display:block}}.search-and-filer-box .passive-box input{border-bottom:1px solid #4b5c68}.search-and-filer-box .passive-box p{color:#4b5c68}.search-and-filer-box .passive-box img{filter:brightness(0) saturate(100%) invert(33%) sepia(27%) saturate(343%) hue-rotate(162deg) brightness(97%) contrast(90%)}.search-and-filer-box .active-box input{border-bottom:1px solid #347af0}.search-and-filer-box .active-box p{color:#347af0}.search-and-filer-box .active-box img{filter:invert(53%) sepia(63%) saturate(5642%) hue-rotate(204deg) brightness(97%) contrast(93%)}.date-range-selector{align-items:center;background:#fff;border:1px solid rgba(110,114,145,.7);border-radius:4px;display:flex;gap:4px;height:36px;padding:8px 16px}.date-range-selector p{color:rgba(34,34,34,.8);font-size:14px;font-weight:400;line-height:24px;white-space:nowrap}.date-range-selector svg{filter:invert(.5)}.modal-date-range-selector{align-items:center;background:#fff;border:1px solid #0c66e4;border-radius:4px;display:flex;gap:8px;height:48px;justify-content:space-between;padding:0 16px;width:100%}.modal-date-range-selector p{color:rgba(75,92,104,.5);font-size:16px;font-style:normal;font-weight:400;line-height:23px;white-space:nowrap}.modal-date-range-selector svg{filter:invert(.5)}.modal-date-range-selector input{font-size:16px;width:100%!important}.date-range-inputs{align-items:center;display:flex}.date-range-inputs p{color:#51566d}.date-range-inputs input{background:transparent;border:none;color:#51566d;outline:none;width:81px}.custom-numeric-format-box{position:relative}.custom-numeric-format-box .numeric-autocomplete-label{color:rgba(75,92,104,.7);font-size:16px;padding:16px 14px;position:absolute;z-index:1}.custom-numeric-format-box input{background:#fff;position:relative;z-index:2}.custom-numeric-format-box .numeric-autocomplete-label-active{background:#fff;color:rgba(0,0,0,.54);font-size:12px;margin-left:8px;margin-top:-4px;padding:0 6px;position:absolute;z-index:3}.numeric-format-input-error{background:#fff;border:1px solid #f07379;border-radius:4px;color:#4b5c68;font-size:16px;font-weight:400;height:48px;line-height:23px;padding:13px 16px;width:100%}.numeric-format-input-error:focus{border:1px solid #f07379;outline:none}.numeric-format-input{background:#fff;border:1px solid rgba(0,0,0,.54);border-radius:4px;color:#4b5c68;font-size:16px;font-weight:400;height:48px;line-height:23px;padding:13px 16px;width:100%}.numeric-format-input:focus{border:2px solid #3f51b5;outline:none}.item-button{background:transparent;border:none;height:18px;margin-top:2px;min-width:10px;outline:none;padding:0;width:10px}.popper-menu .menu-list-box .MuiFormGroup-row{background:transparent;width:100%}.popper-menu .menu-list-box .MuiFormGroup-row :hover{background:#ebf2fd}.popper-menu .menu-list-box .MuiFormControlLabel-root{color:#4b5c68;font-size:12px;font-weight:400;line-height:23px;margin:0;padding:0 14px;width:100%}.text-tool-tip-wrapper{width:100%}.text-tool-tip-wrapper .main-tooltip-text{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow:hidden;overflow-wrap:anywhere;width:100%;word-break:break-all}.text-tool-tip-wrapper .main-tooltip-text,.text-tool-tip-wrapper .text-tooltip-phone{color:#51566d;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;text-overflow:ellipsis}.text-tool-tip-wrapper .text-tooltip-phone{overflow:hidden}.text-tool-tip-box{border-radius:4px!important;color:#fff;font-family:Open Sans,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:20px!important;padding:6px 16px!important;text-transform:capitalize!important}.text-tool-tip-box,.text-tool-tip-box .MuiTooltip-arrow:before{background:#2a374e!important}.expandable-text-wrapper{width:100%}.expandable-text-wrapper .content-css{color:#1c2331;font-size:16px;font-weight:400;line-height:19px;width:100%}.expandable-text-wrapper .expandable-main-text{display:block;max-width:100%;overflow-wrap:break-word;unicode-bidi:plaintext;white-space:normal;word-break:break-all}.expandable-text-wrapper .show-more-less-clickable{color:#438bfe;cursor:pointer;font-size:14px;font-weight:400;line-height:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;white-space:nowrap}.document-table-wrapper{width:100%}.document-table-wrapper .document-table-box .document-table-filter_add-button{align-items:center;display:flex;gap:10px;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.document-table-wrapper .document-name-size-wrapper{display:flex;flex-direction:column;gap:4px}.document-table-wrapper .document-name-size-wrapper .doc-type-name{color:#51566d;font-size:14px;font-weight:600;line-height:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.document-table-wrapper .doc-type-main-text-styles{color:#51566d;font-size:14px;font-weight:400;line-height:20px}.document-settings-wrapper .document-settings-button{background:transparent;border:none;outline:none;padding:0 0 0 16px}.document-settings-popover-wrapper{z-index:3000!important}.document-settings-popover-wrapper .document-settings-popper{background:#fff;border-radius:8px;box-shadow:0 8px 16px 0 hsla(0,1%,64%,.1);padding-top:4px;width:232px}.document-settings-popover-wrapper .document-settings-popper .document-settings-popper-wrapper .document-settings-popper-actions-wrapper .document-settings-popper-actions-item{align-items:center;cursor:pointer;display:flex;gap:8px;padding:9px 16px;text-decoration:none}.document-settings-popover-wrapper .document-settings-popper .document-settings-popper-wrapper .document-settings-popper-actions-wrapper .document-settings-popper-actions-item:hover{background:#f5f7f9}.document-settings-popover-wrapper .document-settings-popper .document-settings-popper-wrapper .document-settings-popper-actions-wrapper .document-settings-popper-actions-item .document-settings-popper-actions-img{height:24px;min-width:24px;padding:2px;width:24px}.document-settings-popover-wrapper .document-settings-popper .document-settings-popper-wrapper .document-settings-popper-actions-wrapper .document-settings-popper-actions-item .document-settings-popper-actions-img img{filter:brightness(0) saturate(100%) invert(22%) sepia(21%) saturate(715%) hue-rotate(176deg) brightness(96%) contrast(102%);height:100%;width:100%}.document-settings-popover-wrapper .document-settings-popper .document-settings-popper-wrapper .document-settings-popper-actions-wrapper .document-settings-popper-actions-item .document-settings-popper-text{color:#324557;font-size:16px;font-weight:400;line-height:24px}.document-settings-popover-wrapper .txns-settings-popper{background:#fff;border-radius:8px;box-shadow:0 0 6px 0 hsla(0,0%,54%,.16);padding-top:4px;width:150px}.document-settings-popover-wrapper .txns-settings-popper .document-settings-popper-wrapper .document-settings-popper-actions-wrapper .document-settings-popper-actions-item{align-items:center;cursor:pointer;display:flex;gap:8px;padding:9px 16px}.document-settings-popover-wrapper .txns-settings-popper .document-settings-popper-wrapper .document-settings-popper-actions-wrapper .document-settings-popper-actions-item:hover{background:#f5f7f9}.document-settings-popover-wrapper .txns-settings-popper .document-settings-popper-wrapper .document-settings-popper-actions-wrapper .document-settings-popper-actions-item .document-settings-popper-actions-img{height:24px;min-width:24px;width:24px}.document-settings-popover-wrapper .txns-settings-popper .document-settings-popper-wrapper .document-settings-popper-actions-wrapper .document-settings-popper-actions-item .document-settings-popper-actions-img img{filter:brightness(0) saturate(100%) invert(22%) sepia(21%) saturate(715%) hue-rotate(176deg) brightness(96%) contrast(102%);height:100%;width:100%}.edit-document-new{width:516px}.edit-document-new .edit-new-doc-notes{width:100%}.edit-document-new .edit-new-doc-notes .MuiOutlinedInput-notchedOutline{border-color:rgba(81,86,109,.702)}.edit-document-new .edit-new-doc-notes .MuiInputLabel-outlined{margin-top:-3px}.edit-document-new .edit-new-doc-notes .MuiInputLabel-outlined.MuiInputLabel-shrink{transform:translate(14px,-2px) scale(.75)}.edit-document-new .edit-new-doc-notes .MuiSelect-select.MuiSelect-select{background:none}.edit-document-new .edit-new-doc-notes .MuiOutlinedInput-root{height:128px;width:100%}.edit-document-new .edit-new-doc-notes .MuiOutlinedInput-root .MuiInputBase-input{height:100%!important;width:100%}.edit-document-new .edit-new-doc-notes-fill{width:100%}.edit-document-new .edit-new-doc-notes-fill .MuiFormLabel-root{color:#51566d;font-size:16px}.edit-document-new .edit-new-doc-notes-fill .MuiInput-underline.Mui-error:after{border-bottom-color:#d72525}.edit-document-new .edit-new-doc-notes-fill .MuiOutlinedInput-notchedOutline{border-color:#9cb9f3}.edit-document-new .max-characters{display:flex;justify-content:flex-start}.edit-document-new .max-characters p{color:rgba(81,86,109,.502);font-size:12px;margin-right:20px;margin-top:-20px}.new-drag-and-drop-wrapper{display:flex;flex-direction:column;gap:16px;margin-bottom:16px;position:relative}.new-drag-and-drop-wrapper .new-drag-and-drop-box{display:flex;gap:16px;width:100%}.new-drag-and-drop-wrapper .new-drag-and-drop-box .uploaded-file-item-wrapper{display:flex;flex-direction:column;gap:16px;width:100%}.new-drag-and-drop-wrapper .new-drag-and-drop-box .uploaded-file-item-wrapper .uploaded-file-item-note-wrapper{height:100%;width:100%}.new-drag-and-drop-wrapper .new-drag-and-drop-box .uploaded-file-item-wrapper .uploaded-file-item-note-wrapper .MuiFormLabel-root{color:#51566d;font-size:16px}.new-drag-and-drop-wrapper .new-drag-and-drop-box .uploaded-file-item-wrapper .uploaded-file-item-note-wrapper .uploaded-file-item-note{height:100%;width:100%}.new-drag-and-drop-wrapper .new-drag-and-drop-box .uploaded-file-item-wrapper .uploaded-file-item-note-wrapper .uploaded-file-item-note .MuiOutlinedInput-notchedOutline{border-color:rgba(81,86,109,.702)}.new-drag-and-drop-wrapper .new-drag-and-drop-box .uploaded-file-item-wrapper .uploaded-file-item-note-wrapper .uploaded-file-item-note .MuiInputLabel-outlined{margin-top:-3px}.new-drag-and-drop-wrapper .new-drag-and-drop-box .uploaded-file-item-wrapper .uploaded-file-item-note-wrapper .uploaded-file-item-note .MuiInputLabel-outlined.MuiInputLabel-shrink{transform:translate(14px,-2px) scale(.75)}.new-drag-and-drop-wrapper .new-drag-and-drop-box .uploaded-file-item-wrapper .uploaded-file-item-note-wrapper .uploaded-file-item-note .MuiSelect-select.MuiSelect-select{background:none}.new-drag-and-drop-wrapper .new-drag-and-drop-box .uploaded-file-item-wrapper .uploaded-file-item-note-wrapper .uploaded-file-item-note .MuiOutlinedInput-root{height:100%;width:100%}.new-drag-and-drop-wrapper .new-drag-and-drop-box .uploaded-file-item-wrapper .uploaded-file-item-note-wrapper .uploaded-file-item-note .MuiOutlinedInput-root .MuiInputBase-input{height:100%!important;width:100%}.new-drag-and-drop-wrapper .new-drag-and-drop-box .new-drag-and-drop-block{align-items:center;border:2px dashed #53a9ff;border-radius:8px;display:flex;flex-direction:column;justify-content:center;padding:24px 12px;position:relative;width:100%}.new-drag-and-drop-wrapper .new-drag-and-drop-box .new-drag-and-drop-block .new-drag-and-drop-block-close-btn{position:absolute;right:0;top:8px}.new-drag-and-drop-wrapper .new-drag-and-drop-box .new-drag-and-drop-block .new-drag-and-drop-block-content-select{align-items:center;display:flex;flex-direction:column;justify-content:center}.new-drag-and-drop-wrapper .new-drag-and-drop-box .new-drag-and-drop-block .new-drag-and-drop-choose-file{align-items:center;color:#2a374e;display:flex;font-size:18px;font-weight:600;gap:3px;line-height:28px;margin:8px 0;text-align:center}.new-drag-and-drop-wrapper .new-drag-and-drop-box .new-drag-and-drop-block .new-drag-and-drop-choose-file .new-drag-choose-file-text{color:#438bfe;cursor:pointer;text-decoration:underline}.new-drag-and-drop-wrapper .new-drag-and-drop-box .new-drag-and-drop-block .new-drag-and-drop_info{color:#5e7395;font-size:16px;font-weight:400;line-height:24px;margin-bottom:16px;text-align:center}.new-drag-and-drop-wrapper .new-drag-and-drop-box .new-drag-and-drop-block .new-file-uploader{border:none;outline:none}.new-drag-and-drop-wrapper .new-drag-and-drop-box .new-drag-and-drop-block .new-file-uploader.new-file-uploader-hover{height:100%;outline:none;position:absolute;width:100%}.new-drag-and-drop-wrapper .new-drag-and-drop{border-top:1px solid #e6ecf3;display:flex;justify-content:flex-end}.uploaded-file-item-block{background:#fff;border:1.5px solid #438bfe;border-radius:12px;display:flex;gap:16px;padding:16px;width:100%}.uploaded-file-item-block.uploaded-file-item-block-error{border:1.5px solid #f54149}.uploaded-file-item-block .uploaded-file-item-image-type{height:24px;width:24px}.uploaded-file-item-block .uploaded-file-item-image-type img{height:100%;width:100%}.uploaded-file-item-block .uploaded-file-item-content{width:100%}.uploaded-file-item-block .uploaded-file-item-content .uploaded-file-item-content-header{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:4px}.uploaded-file-item-block .uploaded-file-item-content .uploaded-file-item-content-header .uploaded-file-item-file-name{color:#2a374e;font-size:14px;font-weight:600;line-height:20px}.uploaded-file-item-block .uploaded-file-item-content .uploaded-file-item-content-header .uploaded-file-item-file-trash{background:transparent;border:none;outline:none;padding:0}.uploaded-file-item-block .uploaded-file-item-content .uploaded-file-item-content-header .uploaded-file-item-file-trash img{filter:brightness(0) saturate(100%) invert(30%) sepia(95%) saturate(1270%) hue-rotate(328deg) brightness(91%) contrast(99%)}.uploaded-file-item-block .uploaded-file-item-content .uploaded-file-item-content-body{align-items:center;display:flex;gap:12px}.uploaded-file-item-block .uploaded-file-item-content .uploaded-file-item-content-body .uploaded-file-item-content-body-liner{background:#f7f9fc;border-radius:4px;height:8px;width:100%}.uploaded-file-item-block .uploaded-file-item-content .uploaded-file-item-content-body .uploaded-file-item-is-error{color:#e63946;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px}.uploaded-file-item-block .uploaded-file-item-content .uploaded-file-item-content-body .uploaded-file-item-is-done-failed{align-items:center;display:flex;gap:4px}.uploaded-file-item-block .uploaded-file-item-content .uploaded-file-item-content-body .uploaded-file-item-is-done-failed .uploaded-file-item-is-done{height:18px;width:18px}.uploaded-file-item-block .uploaded-file-item-content .uploaded-file-item-content-body .uploaded-file-item-is-done-failed .uploaded-file-item-is-done img{height:100%;width:100%}.uploaded-file-item-block .uploaded-file-item-content .uploaded-file-item-content-body .uploaded-file-item-is-done-failed .uploaded-file-item-is-done-text{color:#43ba4d;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px}.uploaded-file-item-block .uploaded-file-item-content .error-text-and-button-for-size{align-items:center;color:#e63946;display:flex;font-size:14px;font-weight:400;gap:3px;line-height:20px;padding:0 8px;text-transform:capitalize}.uploaded-file-item-block .uploaded-file-item-content .error-text-and-button-for-size .error-button-for-size{background:transparent;border:none;color:#438bfe;font-size:14px;font-weight:400;line-height:20px;outline:none;padding:0;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-decoration-thickness:auto;text-transform:capitalize;text-underline-offset:auto;text-underline-position:from-font;white-space:nowrap}.tab-buttons-wrapper{background:#fff;box-shadow:0 0 6px 0 hsla(0,0%,54%,.16);height:36px;padding:2px}.tab-buttons-wrapper,.tab-buttons-wrapper button{align-items:center;border-radius:32px;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tab-buttons-wrapper button{border:none;font-size:14px;font-weight:400;height:32px;justify-content:center;line-height:20px;padding:0 32px;text-transform:capitalize}.tab-buttons-wrapper .active-btn{background:#438afe;color:#fff}.tab-buttons-wrapper .passive-btn{background:transparent;color:#51566d}.date-select-box{align-items:center;background:#fff;border:1px solid rgba(81,86,109,.702);border-radius:4px;color:#000;display:flex;font-size:14px;font-style:normal;font-weight:400;height:36px;line-height:20px;padding:8px;text-transform:capitalize}.calendar-date-select-btn{align-items:center;background:transparent;border:none;display:flex;justify-content:center;padding:0}.calendar-date-select-btn img{filter:brightness(0) saturate(100%) invert(46%) sepia(15%) saturate(235%) hue-rotate(182deg) brightness(96%) contrast(90%)}.clear-range-bnt{background:transparent;border:none;bottom:8px;color:#0c66e4;font-size:16px;outline:none;position:absolute;right:0;width:85px}@keyframes bulkSlideUp{0%{bottom:-100px}to{bottom:100px}}.bulk-action-toolbar-wrapper{align-items:center;animation:bulkSlideUp 1s forwards;background:#1c2331;border-radius:8px;bottom:100px;display:flex;font-family:Open Sans,sans-serif!important;gap:18px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;left:0;margin:0 auto;padding:12px;position:fixed;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:9999}.bulk-action-toolbar-wrapper .bulk-action-toolbar-selected-info{align-items:center;display:flex;gap:8px;justify-content:center}.bulk-action-toolbar-wrapper .bulk-action-toolbar-selected-info .bulk-action-toolbar-selected-count{align-items:center;background:#e6ecf3;border-radius:4px;color:#1c2331;display:flex;font-size:14px;font-weight:400;justify-content:center;line-height:20px;min-height:24px;min-width:37px;padding:2px;text-transform:capitalize}.bulk-action-toolbar-wrapper .bulk-action-toolbar-select-all-btn,.bulk-action-toolbar-wrapper .bulk-action-toolbar-selected-info .bulk-action-toolbar-selected-text{color:#e6ecf3;font-size:14px;font-weight:400;line-height:20px;text-transform:capitalize}.bulk-action-toolbar-wrapper .bulk-action-toolbar-select-all-btn{align-items:center;background:transparent;border:none;display:flex;gap:2px;justify-content:center;padding:0}.bulk-action-toolbar-wrapper .bulk-action-toolbar-select-all-btn .bulk-action-toolbar-select-all-svg{height:26px;padding:4px;width:26px}.bulk-action-toolbar-wrapper .bulk-action-toolbar-select-all-btn .bulk-action-toolbar-select-all-svg img{height:100%;width:100%}.bulk-action-toolbar-wrapper .bulk-action-toolbar-create-batch-btn{background:transparent;background:#00c851;border:none;color:#000;width:96px}.bulk-action-toolbar-wrapper .bulk-action-toolbar-create-batch-btn,.bulk-action-toolbar-wrapper .bulk-action-toolbar-move_or_unpaid-btn{align-items:center;border-radius:4px;display:flex;font-size:14px;font-weight:400;height:28px;justify-content:center;line-height:20px;padding:4px 6px;text-transform:capitalize}.bulk-action-toolbar-wrapper .bulk-action-toolbar-move_or_unpaid-btn{background:transparent;background:#1c2331;border:1px solid #9c9ea9;color:#f7f9fc;white-space:nowrap}.bulk-action-toolbar-wrapper .bulk-action-toolbar-close-btn{background:transparent;border:none;border-radius:42px;height:24px;padding:0;width:24px}.bulk-action-toolbar-wrapper .bulk-action-toolbar-close-btn img{height:100%;width:100%}.bulk-action-toolbar-wrapper .bulk-action-toolbar-amount-wrapper{align-items:center;background:#e6ecf3;border-radius:4px;display:flex;justify-content:center;padding:4px 6px;width:164px}.bulk-action-toolbar-wrapper .bulk-action-toolbar-amount-wrapper p{color:#000;font-size:14px;font-weight:400;line-height:20px;text-transform:capitalize}.payments-accordion-wrapper{margin-top:24px;max-height:70vh;overflow:auto;padding:0 0 0 50px}.payments-accordion-wrapper .payments-table{margin-top:24px}.payments-accordion-wrapper .payment-load-title{font:normal normal 700 18px/24px Open Sans}.payments-accordion-wrapper .payments-table-head{color:#51566d;font:normal normal 700 16px/22px Open Sans;padding:13px 32px;width:47%}.payments-accordion-wrapper .head-item{font:normal normal normal 16px/22px Open Sans}.payments-accordion-wrapper .payments-table-body{background:rgba(230,236,243,.502) 0 0 no-repeat padding-box;border-radius:4px 0 0 4px;color:#51566d;display:flex;font:normal normal normal 16px/22px Open Sans;margin-bottom:4px}.payments-accordion-wrapper .payments-table-body-item{padding:13px 32px;width:47%}.payments-accordion-wrapper .details-button{background:transparent;border:none;color:#438afa;font:normal normal normal 14px/19px Open Sans}.add-equipment-button{margin-top:-50px;position:absolute;right:0}.small-switch-text{color:#2a374e;font-size:14px;margin-right:8px;width:auto}.carrier-inputs-wrapper{display:flex;flex-wrap:wrap;gap:0 12px;justify-content:space-between;margin-top:12px}.carrier-inputs-wrapper .input-wrapper{width:32%}.reserve-wrapper{align-items:center;background:#fff;border-radius:8px;box-shadow:0 0 6px 0 hsla(0,0%,54%,.16);display:flex;justify-content:space-between;margin-top:24px;padding:16px 32px;width:100%}.reserve-wrapper .reserve-total-title{color:#2a374e;font-size:24px;font-style:normal;font-weight:700;line-height:36px;text-align:center}.reserve-wrapper .reserve-row-box{align-items:center;border-radius:8px;display:flex;gap:4px;height:40px;padding:10px 16px}.reserve-wrapper .active-reserve{background:rgba(0,200,81,.15)}.reserve-wrapper .total-reserve{background:rgba(63,81,181,.1)}.reserve-wrapper .fixed-reserve{border:1px solid #e6ecf3}.reserve-wrapper .reserve-input-box{align-items:center;border-radius:8px;display:flex;gap:4px;height:40px;padding:4px 16px}.reserve-wrapper .fixed-reserve-input{border:1px solid #e6ecf3}.reserve-wrapper .fixed-reserve-input input{background:transparent;border:none;outline:none;padding:0;width:130px}.reserve-wrapper .fixed-reserve-input div{align-items:center;display:flex;gap:8px}.reserve-wrapper .fixed-reserve-input div button{background:transparent;border:none;padding:0}.reserve-wrapper .reserve-row-title{color:#2a374e;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-align:center;white-space:nowrap}.reserve-wrapper .reserve-row-value{width:100%}.reserve-wrapper .reserve-row-value,.reserve-wrapper .reserve-row-value p span{color:#2a374e;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.insurance-info-wrapper{align-items:flex-start;border:1px solid #e6ecf3;border-radius:4px;display:flex;gap:12px;justify-content:space-between;padding:16px}.insurance-info-wrapper div{width:32%}.insurance-info-wrapper p{color:#51566d;font-size:18px;font-style:normal;font-weight:400;line-height:28px;margin-bottom:8px}.insurance-info-wrapper h6{color:#2a374e;font-size:18px;font-weight:600;line-height:28px}.insurance-excluded-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:8px;width:100%!important}.insurance-excluded-wrapper div{background:#f5f5f5;border-radius:16px;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.insurance-excluded-wrapper p{color:#414651;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin:0;text-align:center}.insurance-info-title{color:#2a374e;font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin-top:24px}.carrier-info-status-box{font-size:14px;font-style:normal;font-weight:600;line-height:20px}.status-box{align-items:center;border-radius:16px;display:flex;gap:6px;padding:4px 12px 4px 10px;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.status-box div{border-radius:50%;height:8px;width:8px}.status-box p{font-size:14px;font-style:normal;font-weight:600;line-height:20px;margin-bottom:0;text-align:center}.carrier-info-statuses-wrapper{align-items:center;background:#f7f9fc;border-radius:2px;display:flex;gap:4px;padding:2px 6px}.carrier-info-statuses-wrapper .carrier-info-statuses-text{color:#2a374e;font-size:14px;font-weight:400;line-height:20px}.carrier-info-statuses-wrapper .carrier-info-statuses-icon{align-items:center;background:#feebf0;border-radius:50%;display:flex;height:24px;justify-content:center;min-height:24px;min-width:24px;padding:6px;width:24px}.carrier-info-statuses-wrapper .carrier-info-statuses-icon img{height:100%;width:100%}.payroll-page .payroll-title{color:#2a374e;font:normal normal 700 24px/33px Open Sans}.payroll-page .info-text{font:normal normal normal 16px/22px Open Sans}.payroll-page .info-text span{color:#438afe}.payroll-page .summary-head{background:#e6ecf3;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;margin-top:32px}.payroll-page .summary-head div{align-items:center;color:#2a374e;display:flex;font:normal normal 700 14px/19px Open Sans;padding:16px;width:14%}.payroll-page .summary-body{background:#fff;display:flex;justify-content:space-between;margin-bottom:32px}.payroll-page .summary-body p{color:#51566d;font:normal normal 600 14px/19px Open Sans;padding:16px;width:14%}.payroll-page .select-filter-wrapper{align-items:center;background:#fff;border:1px solid #848898;border-radius:4px;display:flex;height:36px;margin-right:16px;padding:0 16px;width:228px}.payroll-page .select-filter{border:none;color:#51566d;font:normal normal normal 14px/19px Open Sans;height:32px;outline:none;width:200px}.payroll-page .filter-date{background:#fff;border:1px solid #848898;border-radius:4px;height:36px;padding:0 16px}.buttons-tab-wrapper{background:#fff;box-shadow:0 0 6px 0 hsla(0,0%,54%,.16);height:36px;padding:2px;width:auto}.buttons-tab-wrapper,.buttons-tab-wrapper button{align-items:center;border-radius:32px;display:flex}.buttons-tab-wrapper button{border:none;font-size:14px;font-weight:400;height:32px;justify-content:center;line-height:20px;padding:0;text-transform:capitalize;width:110px}.buttons-tab-wrapper .active-btn{background:#438afe;color:#fff}.buttons-tab-wrapper .passive-btn{background:transparent;color:#51566d}.load-payroll-wrapper{margin-top:24px;padding-bottom:100px}.load-payroll-wrapper .MuiAccordion-root{margin-bottom:0!important}.load-payroll-wrapper .MuiAccordion-root.Mui-expanded,.load-payroll-wrapper .MuiAccordionSummary-content,.load-payroll-wrapper .MuiAccordionSummary-content.Mui-expanded{margin:0}.load-payroll-wrapper .MuiAccordionSummary-root.Mui-expanded{min-height:50px}.load-payroll-wrapper .MuiAccordionDetails-root{background:#e6ecf3;padding:0 16px!important}.load-payroll-wrapper .loaf-payroll-table{width:100%}.load-payroll-wrapper .loaf-payroll-table .MuiTableCell-stickyHeader{background:#fff!important}.modal-wrapper-style{background:#fff;border-radius:8px;height:100%;outline:none;position:relative;width:100%}.modal-header-style{display:flex;justify-content:flex-end;padding:8px 0;position:absolute;width:100%}.modal-body-style{height:auto;max-height:90vh;overflow:auto;padding:32px;width:auto}@media(min-width:1919px){.modal-body-style{padding:40px}}.modal-body-style-no-padding{height:auto;max-height:90vh;overflow:auto;width:auto}.customer-information-wrapper{height:450px;width:1200px}@media(min-width:1919px){.customer-information-wrapper{height:650px}}.customer-title,.modal-title{color:#2a374e;font-size:32px;font-weight:700;line-height:48px}.modal-title{margin-bottom:16px}.modal-subtitle{color:#51566d;font-size:16px;font-weight:400;line-height:24px}.basic-info{color:#438afe;font-size:18px;font-weight:700;line-height:28px;margin-bottom:8px}.basic-info-wrapper{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.basic-info-row{align-items:flex-start;background:#f7f9fc;border-radius:4px;display:flex;margin-bottom:4px;padding:12px}.type-and-text{display:flex;flex-direction:column;width:32%}.type-and-text p{color:#9c9ea9;font-size:18px;font-weight:400;line-height:28px;margin-bottom:4px}.type-and-text span{color:#2a374e;font-size:18px;font-weight:600;line-height:28px}.info-type-and-text{align-items:center;display:flex;gap:4px;width:32%}.info-type-and-text .info-type-and-text-title{color:#9c9ea9;font-size:18px;font-weight:400;line-height:28px;white-space:nowrap}.info-type-and-text .text-style{color:#2a374e;font-size:18px;font-weight:600;line-height:28px}.bottom-line-style{border-bottom:1px solid #e6ecf3;border-top:none;height:1px;margin-bottom:20px}.payment-table-modal-wrapper{height:500px;width:899px}@media(min-width:1919px){.payment-table-modal-wrapper{height:660px;width:1419px}}.payment-table-modal-wrapper .title{color:#2a374e;font:normal normal 700 32px/43px Open Sans}.payment-table-modal-wrapper .close-wrapper{display:flex;justify-content:flex-end;padding:8px 0;width:100%}.payment-table-modal-wrapper .grand-total{align-items:center;background:#e6ecf3 0 0 no-repeat padding-box;border-radius:8px;display:flex;height:40px;margin-top:16px;padding:9px 16px;width:auto}.delete-modal-wrapper{align-items:center;display:flex;flex-direction:column;text-align:center;width:486px}.delete-modal-wrapper .delete-modal-title{color:#2a374e;font-size:32px;font-weight:600;line-height:43px}.delete-modal-wrapper .delete-modal-text{color:#51566d;font-size:16px;line-height:24px;margin:16px 0 20px}@media(min-width:1919px){.delete-modal-wrapper .delete-modal-text{margin:16px 0 40px}}.delete-modal-wrapper .delete-info-text{color:#d72525;font-size:18px}.delete-modal-wrapper .close-or-delete-btn{background-color:#d72525;color:#fff}.delete-modal-wrapper .close-or-delete-btn,.delete-modal-wrapper .modal-close-btn{border:none;border-radius:8px;font-size:16px;font-weight:600;height:48px;text-transform:capitalize;width:100%}.delete-modal-wrapper .modal-close-btn{background:rgba(230,236,243,.502);color:#51566d;margin-left:16px}.note-modal{width:500px}.write-review{background:rgba(67,138,254,.1);border-radius:4px;height:44px;margin-top:24px;padding:8px 16px;width:100%}.write-review .write-review-button{align-items:center;background:transparent;border:none;display:flex;height:auto}.write-review .write-review-button p{color:#438afe;font-size:18px;font-style:normal;font-weight:600;line-height:28px;margin-left:15px}.reviews-wrapper .reviews-and-ratings{align-items:center;color:#51566d;display:flex;font-size:16px;font-weight:600;line-height:24px;margin-bottom:13px}.reviews-wrapper .reviews-and-ratings p{margin-right:16px}.show-reviews{background:transparent;border:none;color:#438afe;font-size:16px;font-weight:600;line-height:24px;margin-top:16px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.review-card-wrapper{background:#f7f9fc;border-radius:4px;height:auto;margin-bottom:8px;padding:24px}.review-card-wrapper .title-and-stars{align-items:flex-start;display:flex;justify-content:space-between}.review-card-wrapper .title-and-stars .MuiRating-root{color:#438afe}.review-card-wrapper .review-card-title{color:#51566d;font-size:18px;font-style:normal;font-weight:700;line-height:28px}.review-card-wrapper .review-count{color:#51566d;font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin-left:16px}.review-card-wrapper .description{color:#2a374e;font-size:16px;font-weight:400;line-height:24px;margin:16px 0;text-transform:capitalize}.review-card-wrapper .date-row{color:#51566d;font-size:14px;font-weight:400;line-height:20px}.review-card-wrapper .delete-btn{background:transparent;border:none;margin-left:12px}.reviews-body-wrapper{height:auto;margin-top:8px;max-height:500px;overflow:auto}.edit-btn{background:transparent;border:none;margin-left:16px}.edit-review-area{border-radius:8px;height:auto;margin:16px 0;min-height:50px;outline:none;padding:16px;resize:none;width:100%}.load-modal-body-style{border-radius:8px;height:auto;max-height:90vh;overflow:auto;width:auto}.add-load-btn{align-items:center;background:#00c851;border-radius:32px;box-shadow:0 0 6px 0 rgba(0,200,81,.3);display:flex;font-size:14px;font-weight:600;height:36px;justify-content:space-between;line-height:20px;width:180px}.add-load-btn p{color:#fff;color:var(--text-white,#fff)}.add-load-btn button{align-items:center;background:transparent;border:none;display:flex}.add-load-btn .plus{font-size:27px;margin-bottom:2px;margin-left:15px;margin-right:8px}.add-load-btn .add-text{color:#fff;color:var(--text-white,#fff);font-size:14px;font-weight:600;line-height:20px;margin-right:16px}.load-templates-popper{background:#fff;border-radius:8px;box-shadow:0 8px 16px 0 hsla(0,1%,64%,.1);max-height:450px;min-height:280px;padding:16px;width:400px}.choose-title{color:#2a374e;color:var(--text-secondary,#2a374e);font-size:18px;font-style:normal;font-weight:700;line-height:28px}.search-input-wrapper{background:#fff;border:1px solid #e6ecf3;border:1px solid var(--background-primary,#e6ecf3);border-radius:4px;display:flex;height:36px;justify-content:space-between;margin:16px 0;width:100%}.search-input-wrapper input{background:transparent;border:none;outline:none;padding:0 12px;width:100%}.search-input-image{align-items:center;border-left:1px solid #e6ecf3;display:flex;height:100%;justify-content:center;padding:6px 12px;width:48px}.templates-row{align-items:center;background:transparent;border-radius:4px;cursor:pointer;display:flex;height:36px;padding:8px;width:100%}.templates-row p{color:#2a374e;font-size:14px;font-weight:400;line-height:20px;margin-left:10px;width:100%}.templates-row:hover{background:#f7f9fc;border-radius:4px}.templates-row-body{height:300px;overflow:auto}.load-summary-wrapper{margin-bottom:32px;padding:0 0 24px}.status-wrapper{border-radius:4px;font-size:16px;font-style:normal;font-weight:600;line-height:24px;padding:8px 16px;white-space:nowrap}.status-paid-img-block{background:rgba(0,200,81,.1);border-radius:4px;height:32px;padding:4px 12px;width:48px}.status-paid-img-block img{height:100%;width:100%}.load-details-wrapper{align-items:center;border-bottom:1px solid #e6ecf3;display:flex;justify-content:space-between;padding-bottom:14px;width:100%}.load-details-wrapper .summary-row-wrapper{width:25%}.load-details-wrapper .load-detail-title{color:#9c9ea9;font-size:18px;font-style:normal;font-weight:400;line-height:28px}.load-details-wrapper .load-detail-subtitle{color:#2a374e;font-size:18px;font-style:normal;font-weight:600;line-height:28px}.load-actions-box{background:#e6ecf3;border-radius:8px;justify-content:space-between;margin-bottom:24px;padding:20px 24px;width:100%}.load-actions-box,.load-actions-box .action-switcher-box{align-items:center;display:flex}.cancel-load-btn-box{display:flex;justify-content:flex-end;margin-top:24px;width:100%}.cancel-load-btn-box .cancel-btn{background:#d72525;border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:600;height:48px;line-height:24px;width:206px}.add-alert-btn{margin-top:-70px;position:absolute;right:16px}.alerts-head-wrapper{align-items:center;background:#e6ecf3;border-radius:8px;display:flex;height:50px;margin-bottom:12px;width:100%}.alerts-head-wrapper .alerts-head-item{align-items:center;color:#51566d;display:flex;font-size:14px;font-weight:600;padding:0 32px}.alerts-head-wrapper .alerts-head-item button{background:transparent;border:none;margin-bottom:-4px;margin-left:6px}.alerts-body{height:auto;max-height:220px;overflow:auto}.alerts-body-wrapper{align-items:center;background:#f7f9fc;border-radius:8px;display:flex;height:50px;margin-bottom:8px;width:100%}.alerts-body-wrapper .alerts-body-item{align-items:center;color:#51566d;display:flex;font-size:14px;font-weight:400;padding:0 32px}.alerts-body-wrapper .alerts-body-item button{background:transparent;border:none}.alert-inputs{margin-top:40px;width:500px}.agent-profile-page{background:#fff;border-radius:8px;box-shadow:0 0 6px 0 hsla(0,0%,54%,.16);min-height:90vh;padding:24px}.line-fragment-box{margin-top:16px;width:100%}@media(min-width:1920px){.line-fragment-box{margin-top:24px}}.my-information-wrapper{display:flex;flex-wrap:wrap;gap:24px 24px;width:100%}.my-information-wrapper .my-information-box{align-items:center;background:#f2f5f9;border-radius:4px;display:flex;gap:8px;padding:8px 16px;width:30%}.my-information-wrapper .my-information-box span{color:#555768;font-size:16px;font-style:normal;font-weight:600;line-height:24px;white-space:nowrap}.my-information-wrapper .my-information-box p{color:#000624;font-size:16px;font-style:normal;font-weight:400;line-height:24px;width:100%}.information-box-title{color:#2a374e;font-size:18px;font-weight:600;line-height:28px;margin:24px 0 16px}.test-aaa{color:red}.transactions-group-wrapper{background:#f7f9fc;border-radius:4px;margin-bottom:16px;padding:16px 12px}.transactions-group-wrapper .transaction-row-box{align-items:flex-start;display:flex;gap:24px}.transactions-group-wrapper .remove-transaction-button{background:transparent;border:none;height:50px;width:50px}.transactions-group-wrapper .transaction-total-box{align-items:center;background:#e6ecf3;border-radius:4px;color:#2a374e;display:flex;font-size:16px;font-style:normal;font-weight:400;gap:10px;height:48px;line-height:24px;padding:12px 16px}.transactions-group-wrapper .transaction-total-box span{font-weight:600;white-space:nowrap}.transactions-group-wrapper .transaction-type-input{max-width:200px;width:100%}.transactions-group-wrapper .transaction-amount-input{max-width:150px;width:100%}.transactions-group-wrapper .transaction-qty-input{max-width:70px;width:100%}.transactions-group-wrapper .transaction-desc-input{max-width:100%;width:100%}.transactions-group-wrapper .maximum-characters{color:#9c9ea9;display:flex;font-size:12px;font-style:normal;font-weight:400;justify-content:flex-end;line-height:18px;text-align:right}.transaction-box{background:rgba(67,138,254,.1);border-radius:8px;padding:16px;width:100%}.transaction-box .transaction-box-title{color:#2a374e;font-size:16px;font-weight:700;line-height:24px;margin-bottom:12px}.transaction-box .transaction-box-desc{color:#51566d;font-size:16px;font-weight:400;line-height:24px}.transaction-box span{color:#2a374e;font-size:16px;font-weight:700;line-height:24px}.transaction-box .transaction-info-box{border-right:1px solid;padding-right:16px}.notes-multiple-modal-wrapper{border-radius:8px;display:flex;flex-direction:column;height:484px;overflow:hidden;width:1200px}.notes-multiple-modal-wrapper .notes-multiple-modal-header{align-items:center;background:#fff;border-bottom:1px solid #e6ecf3;display:flex;justify-content:space-between;padding:24px;width:100%}.notes-multiple-modal-wrapper .notes-multiple-modal-header .notes-multiple-modal-title{color:#2a374e;font-size:24px;font-weight:700}.notes-multiple-modal-wrapper .notes-multiple-modal-header .notes-multiple-modal-actions{align-items:center;display:flex;gap:16px}.notes-multiple-modal-wrapper .notes-multiple-modal-header .notes-multiple-modal-actions .notes-multiple-modal-add-button{align-items:center;background:transparent;border:none;display:flex;gap:8px;outline:none;padding:6px 8px}.notes-multiple-modal-wrapper .notes-multiple-modal-header .notes-multiple-modal-actions .notes-multiple-modal-add-button .notes-multiple-modal-add-button-icon{align-items:center;background:#438bfe;border-radius:32px;display:flex;height:24px;justify-content:center;padding:6px;width:24px}.notes-multiple-modal-wrapper .notes-multiple-modal-header .notes-multiple-modal-actions .notes-multiple-modal-add-button .notes-multiple-modal-add-button-icon img{height:100%;-o-object-fit:fill;object-fit:fill;width:100%}.notes-multiple-modal-wrapper .notes-multiple-modal-header .notes-multiple-modal-actions .notes-multiple-modal-add-button .notes-multiple-modal-add-button-text{color:#438bfe;font-size:14px;font-weight:600;line-height:20px}.notes-multiple-modal-wrapper .notes-multiple-modal-body{display:flex;flex-direction:column;gap:16px;height:400px;overflow:auto;padding:16px 24px}.notes-multiple-card-wrapper{background:#fff;border:1px solid #e6ecf3;border-radius:8px;display:flex}.notes-multiple-card-wrapper .notes-multiple-card-svg_note_info{align-items:start;display:flex;flex-direction:column;gap:8px;padding:16px;width:100%}.notes-multiple-card-wrapper .notes-multiple-card-svg_note_info .notes-multiple-card-svg_not{display:flex;gap:8px;width:100%}.notes-multiple-card-wrapper .notes-multiple-card-svg_note_info .notes-multiple-card-info{align-items:center;display:flex;gap:6px}.notes-multiple-card-wrapper .notes-multiple-card-svg_note_info .notes-multiple-card-info .notes-multiple-card-info-created-text{color:#51566d;font-size:12px;font-weight:400}.notes-multiple-card-wrapper .notes-multiple-card-actions{align-items:flex-start;display:flex;gap:4px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:16px}.notes-multiple-card-wrapper .notes-multiple-card-actions .button{flex-shrink:0;height:28px;width:28px}.notes-multiple-card-wrapper .notes-multiple-card-actions .button img{height:100%;width:100%}.left-bar-new-wrapper{max-width:262px;min-width:262px;transition:all .3s;width:262px}.left-bar-new-wrapper .left-bar-new-box{background:#101828;display:flex;flex-direction:column;height:100%;justify-content:space-between;left:0;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;min-width:262px;position:fixed;top:0;transition:all .3s;width:262px;z-index:1201}.left-bar-new-wrapper.left-bar-new-wrapper-closed,.left-bar-new-wrapper.left-bar-new-wrapper-closed .left-bar-new-box{max-width:72px;min-width:72px;overflow:hidden;transition:all .3s;width:72px}.left-bar-new-wrapper.left-bar-new-wrapper-closed .left-bar-new-header{padding:13px 21px;transition:all .3s}.left-bar-new-wrapper.left-bar-new-wrapper-closed .left-bar-new-header .left-bar-new-title{opacity:0;transition:all .2s;visibility:hidden}.left-bar-new-wrapper.left-bar-new-wrapper-closed .left-bar-new-main{padding:24px 12px}.left-bar-new-wrapper.left-bar-new-wrapper-closed .left-bar-new-main .left-bar-new-single_item-box{padding:10px}.left-bar-new-wrapper .go-to-bottom-btn{align-items:center;background:#101828;border-top:1px solid #4f566a;display:flex;gap:12px;justify-content:center;padding:10px 16px;width:100%}.left-bar-new-wrapper .left-bar-new-header{align-items:center;border-bottom:1px solid #4f566a;display:flex;gap:10px;height:56px;padding:13px 21px;width:100%}.left-bar-new-wrapper .left-bar-new-header .left-bar-new-logo{background:#fff;border-radius:4px;height:30px;min-height:30px;min-width:30px;padding:3px 2.5px 2px;width:30px}.left-bar-new-wrapper .left-bar-new-header .left-bar-new-logo img{height:100%;width:100%}.left-bar-new-wrapper .left-bar-new-header .left-bar-new-title{color:#fff;font-size:14px;font-weight:700;line-height:20px;max-width:1000px;opacity:1;transition:all .4s;visibility:visible}.left-bar-new-wrapper .left-bar-new-main{height:calc(100% - 56px);overflow-y:auto;padding:24px 12px}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper{display:flex;flex-direction:column;gap:8px}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper{background:transparent;border:none;border-radius:8px;cursor:pointer;outline:none;overflow:hidden;padding:0;transition:all .3s ease-out;width:100%}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper:hover{background:#192336;transition:all .3s ease-out}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper:hover .left-bar-new-single_item-box .left-bar-new-single_item-arrow-up{opacity:1;transition:all .3s ease-out;visibility:visible}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper .left-bar-new-single_item-box{align-items:center;display:flex;gap:8px;height:40px;max-height:40px;padding:8px 14px}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper .left-bar-new-single_item-box .left-bar-new-single_item-icon_title{align-items:center;display:flex;gap:4px;width:100%}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper .left-bar-new-single_item-box .left-bar-new-single_item-icon_title .left-bar-new-single_item-icon{align-items:center;display:flex;justify-content:center;max-height:20px;max-width:20px;min-height:20px;min-width:20px}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper .left-bar-new-single_item-box .left-bar-new-single_item-icon_title .left-bar-new-single_item-icon img{filter:brightness(0) saturate(100%) invert(63%) sepia(5%) saturate(500%) hue-rotate(190deg) brightness(99%) contrast(96%);max-height:inherit;max-width:inherit;-o-object-fit:fill;object-fit:fill}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper .left-bar-new-single_item-box .left-bar-new-single_item-icon_title .left-bar-new-single_item-title{color:#9c9ea9;font-size:14px;font-weight:600;letter-spacing:-.28px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper .left-bar-new-single_item-box .left-bar-new-single_item-arrow-up{min-height:20px;min-width:20px;opacity:0;transform:rotate(180deg);transition:all .3s ease-out;visibility:hidden}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper .left-bar-new-single_item-box .left-bar-new-single_item-arrow-up img{min-height:100%;min-width:100%;-o-object-fit:fill;object-fit:fill}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper.left-bar-new-single_item-wrapper-hovered{background:#31384a;transition:all .3s ease-out}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper.left-bar-new-single_item-wrapper-hovered .left-bar-new-single_item-icon_title .left-bar-new-single_item-title{color:#fff}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper.left-bar-new-single_item-wrapper-hovered .left-bar-new-single_item-icon_title .left-bar-new-single_item-icon img{filter:brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0) hue-rotate(55deg) brightness(104%) contrast(100%)}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper.left-bar-new-single_item-wrapper-hovered .left-bar-new-single_item-arrow-up{opacity:1;transition:all .3s ease-out;visibility:visible}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper.left-bar-new-single_item-wrapper-selected{background:#192336;transition:all .3s ease-out}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper.left-bar-new-single_item-wrapper-selected .left-bar-new-single_item-icon_title .left-bar-new-single_item-title{color:#fff}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper.left-bar-new-single_item-wrapper-selected .left-bar-new-single_item-icon_title .left-bar-new-single_item-icon img{filter:brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0) hue-rotate(55deg) brightness(104%) contrast(100%)}.left-bar-new-wrapper .left-bar-new-main .left-bar-new-items-wrapper .left-bar-new-single_item-wrapper.left-bar-new-single_item-wrapper-selected .left-bar-new-single_item-arrow-up{opacity:1;transition:all .3s ease-out;visibility:visible}.left-bar-new-wrapper .left-bar-new-footer{align-items:center;background:#101828;border-top:1px solid #4f566a;cursor:pointer;display:flex;gap:12px;margin-top:auto;padding:10px 16px}.left-bar-new-wrapper .left-bar-new-footer .left-bar-new-opening-text{color:#9c9ea9;font-size:14px;font-weight:700;line-height:20px}.left-bar-new-single_item-list-wrapper{display:flex;flex-direction:column;gap:2px;max-height:0;position:relative;transition:all .3s ease-out}.left-bar-new-single_item-list-wrapper .left-bar-new-single_item-list-arrow{background:#101928;bottom:0;height:15px;left:-7.5px;margin:auto;position:absolute;top:0;transform:rotate(45deg);width:15px}.left-bar-new-single_item-list-wrapper .left-bar-new-single_item-list-box{align-items:center;background:transparent;border:none;border-radius:4px;color:#e6ecf3;display:flex;font-size:12px;font-weight:400;gap:4px;letter-spacing:-.24px;line-height:18px;outline:none;padding:4px 8px 4px 39px;text-align:start;transition:all .3s ease-out;width:100%}.left-bar-new-single_item-list-wrapper .left-bar-new-single_item-list-box:hover{background:#31384a;transition:all .3s ease-out}.left-bar-new-single_item-list-wrapper .left-bar-new-single_item-list-box.left-bar-new-single_item-list-box-active{background:#31384a}.left-bar-new-single_item-list-wrapper.left-bar-new-single_item-list-wrapper-active{max-height:1000px;transition:all .3s ease-out}.eft-bar-new-single_item-lis-active-count{align-items:center;background:#438bfe;border-radius:25px;color:#e6ecf3;display:flex;flex-direction:column;font-size:12px;font-style:normal;font-weight:600;gap:10px;justify-content:center;letter-spacing:-.24px;line-height:16px;text-align:center;width:24px}.left-menu-popper-wrapper{background:#101828;border-radius:8px;box-shadow:none;margin:0 15px;max-width:245px;overflow:visible;padding:8px 0;width:100%;z-index:99999}.left-menu-popper-wrapper .left-bar-new-single_item-list-box{padding:4px 8px}.left-menu-popper-wrapper .left-menu-popper-title{color:#fff;font-size:14px;font-weight:700;line-height:20px;padding:0 12px}.expend-navigation-tooltip .MuiTooltip-arrow{color:#1c2331}.expend-navigation-tooltip .MuiTooltip-tooltip{background:#1c2331;border-radius:4px;color:#fff;font-size:12px;font-weight:600;line-height:18px;text-align:center}.flex-align-center{align-items:center;display:flex}#spin{display:none}.brd{border:1px solid red}.full-width{width:100%}.flex-end,.full-width-flex-able{display:flex;width:100%}.flex-end{justify-content:flex-end}.flex-end-center{align-items:center;display:flex;justify-content:flex-end;width:100%}.flex-column{display:flex;flex-direction:column;width:100%}.load-row--column-wrapper,.load-row-wrapper{display:flex;margin-top:24px;width:100%}.load-row--column-wrapper{flex-direction:column}.MuiTabs-root{min-height:36px!important}.MuiAppBar-colorPrimary{background:#fff 0 0 no-repeat padding-box!important}.my-profile .MuiBackdrop-root{background:transparent!important}input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 30px #fff;color:#545f7e}.MuiAccordionSummary-root{padding:0!important}.accordion{display:inline-flex!important}.MuiAccordion-root{margin-bottom:40px}.accordion-style .MuiPaper-elevation1{box-shadow:none!important}.MuiAccordion-root:before{display:none}#muiAccordion .MuiAccordionDetails-root,.MuiAccordionDetails-root{padding:0!important}.authorites .MuiAccordionSummary-root{margin-bottom:8px}.authorites,.authorites .MuiAccordionSummary-root{align-items:center;background:rgba(230,236,243,.502) 0 0 no-repeat padding-box;border-radius:4px;display:flex;height:48px;justify-content:space-between;padding:0 16px!important}.authorites{margin-top:8px}.authorites-item{margin-top:8px}.authorites-item,.authorites-item .MuiAccordionSummary-root{align-items:center;background:rgba(230,236,243,.502) 0 0 no-repeat padding-box;border-radius:4px;height:48px}.authorites-item .MuiAccordionSummary-root{display:flex;justify-content:space-between;margin-bottom:8px;padding:0 16px!important}::-webkit-scrollbar{display:none}.filter-menu .MuiList-padding{max-height:200px;overflow:auto;padding:8px 16px!important}.filter-menu .MuiSvgIcon-root{color:#00c851}.filter-menu .MuiTypography-body1{color:#51566d;font-size:14px}.button-style .MuiTypography-colorPrimary{color:#fff;margin-bottom:5px}.button-style button{white-space:nowrap}.success .Toastify__progress-bar--default{background:#00c851}.error .Toastify__progress-bar--default{background:#d72525}.MuiDivider-root{background-color:#1c2331!important}.leftModalDialog{display:flex;justify-content:flex-end;margin-top:-780px;position:relative!important}.leftModalDialog .MuiDialog-container .MuiDialogTitle-root{color:#51566d;font:normal normal 600 18px/24px Open Sans;letter-spacing:0;margin-bottom:24px;padding:0}.leftModalDialog .MuiDialog-paperWidthSm{background:#fff 0 0 no-repeat padding-box;border-radius:8px;box-shadow:0 0 6px hsla(0,0%,54%,.161);height:452px;padding:16px;right:32px;width:400px}.paymentAccordion{background-color:#e6ecf3!important;border-radius:8px;display:flex;justify-content:space-between;padding:0 16px!important;width:100%}.paymentAccordion .MuiPaper-elevation1{box-shadow:none!important}.paymentAccordion .MuiAccordion-root{margin-bottom:16px!important}.paymentAccord .MuiAccordionDetails-root{padding:0!important}.loadItems .MuiAccordionSummary-root.Mui-expanded,.paymentAccord .MuiAccordionSummary-root.Mui-expanded{height:48px!important;min-height:48px!important}.loadItems .MuiAccordion-root{margin-bottom:8px!important}.MuiAccordion-rounded{box-shadow:none!important}input[type=file]{display:none}.custom-file-upload{border:none;color:#387dff;cursor:pointer;display:flex;font:normal normal 700 20px/30px;padding:6px}.file-preview{margin:0 10px}.MuiStepLabel-labelContainer{width:129px}.fromTo{animation:slideUp 1s forwards;position:absolute;width:100%}@keyframes slideUp{0%{top:150px}to{top:85px}}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.items-style{align-items:center;background:rgba(230,236,243,.502) 0 0 no-repeat padding-box;border-radius:8px;display:flex;height:40px;padding:0 16px}.items-style p,.items-style span{color:#51566d;font-size:16px}.items-style span{font-weight:700;margin-left:6px}.details-title{color:#2a374e;font:normal normal 700 24px/33px Open Sans;letter-spacing:0}.flex-align-start{align-items:flex-start}.flex,.flex-align-start{display:flex;width:100%}.only-flex{display:flex}.space-between{align-items:center}.space-between,.space-between-start{display:flex;justify-content:space-between;width:100%}.space-between-start{align-items:flex-start}.align-center,.align-justify-center{align-items:center;display:flex}.align-justify-center{justify-content:center}.white-items-wrapper{background:#f7f9fc 0 0 no-repeat padding-box;border-radius:8px;height:auto;margin-left:24px;max-height:70vh;overflow:auto;padding:16px;width:100%}@media(min-width:1919px){.white-items-wrapper{padding:24px}}.info-table-no-line{margin-left:40px;width:100%}@media(min-width:1919px){.info-table-no-line{margin-left:48px;margin-top:20px}}.submit-button{align-items:center;background:#438afe 0 0 no-repeat padding-box;border:none;border-radius:18px;box-shadow:0 0 6px rgba(67,138,254,.302);color:#fff;display:flex;font-size:14px;height:32px;justify-content:center;width:94px}.do-not-pay-text{color:#d72525;font-size:14px;font-weight:600}.blue-button{background:#438afe 0 0 no-repeat padding-box;border:none;border-radius:18px;box-shadow:0 0 6px rgba(67,138,254,.302);color:#fff;font-size:14px;height:32px}.blue-button,.center-load{align-items:center;display:flex;justify-content:center}.center-load{width:100%}.positive-type{align-items:center;display:flex;margin-left:4px}.positive-type,.positive-type .text-style{color:#438afe;font-size:14px;font-weight:600}.negative-type{align-items:center;display:flex;margin-left:4px}.negative-type,.negative-type .text-style{color:#d72525;font-size:14px;font-weight:600}.request-correction{align-items:center;background:transparent;background:#f7f9fc;border:1px solid #e9f0ff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(10,13,18,.05);display:flex;height:36px;justify-content:center;padding:8px;width:36px}.request-correction .text-tool-tip-wrapper,.request-correction .text-tool-tip-wrapper .main-tooltip-text,.request-correction .text-tool-tip-wrapper .main-tooltip-text img{height:100%;width:100%}.request-correction-secondary{align-items:center;background:transparent;border:1px solid #438afe;border-radius:32px;color:#438afe;display:flex;font-family:Open Sans,sans-serif;height:24px;justify-content:center;padding:6px 24px;text-transform:capitalize;white-space:nowrap}.request-correction-secondary,.text-style{font-size:14px;font-weight:400;line-height:20px}.text-style{color:#51566d;font-style:normal}#without_ampm::-webkit-datetime-edit-ampm-field{display:none}input[type=time]::-webkit-clear-button{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;margin:-10px}.reinviteRmisWrapper{align-items:center;display:flex}.reinviteRmisWrapper p{color:#51566d;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.reinviteRmisWrapper button{background:transparent;border:none;color:#438afe;font-size:14px;font-style:normal;font-weight:600;height:25px;line-height:20px;margin-left:16px;text-decoration:underline;width:55px}.acceptDenyWrapper{align-items:center;display:flex;gap:16px}.acceptDenyWrapper button{background:transparent;border:none;height:25px}.report,.report .full-table{overflow-x:scroll;width:100%}.report .full-table{display:flex;overflow-y:hidden}.report::-webkit-scrollbar{background-color:#fff!important;border-radius:4px;display:block!important;height:8px!important;width:5px!important}.report::-webkit-scrollbar-thumb{background:#e6ecf3!important;border-radius:4px}.MuiAutocomplete-popper{z-index:2600!important}.MuiInput-underline.Mui-disabled:before{border-bottom-style:solid!important}.terms-condition .page-info .title-box{margin-bottom:24px}@media(min-width:768px){.terms-condition .page-info .title-box{margin-bottom:32px}}@media(min-width:1440px){.terms-condition .page-info .title-box{margin-bottom:24px}}.terms-condition .page-info .title-box .privacy-title{color:#2b273c;font-size:24px;font-weight:700;line-height:36px}.terms-condition .page-info .title-box .space{margin:0 5px}.terms-condition .page-info .privacy-body{background:#f5f7f9;border-radius:12px;padding:24px 24px 180px}@media(min-width:768px){.terms-condition .page-info .privacy-body{padding:32px}}@media(min-width:1440px){.terms-condition .page-info .privacy-body{padding:40px}}.terms-condition .page-info .privacy-body .privacy-subtitle{color:#757280;font-size:16px;font-weight:600;line-height:24px;margin-bottom:24px}.terms-condition .privacy-page{background:#fff;padding:40px 0}.terms-condition .MuiButton-contained:hover{background:#438afe;box-shadow:none}.terms-condition .dark-link{font-size:16px;font-style:normal;font-weight:700;line-height:24px;text-transform:none}.terms-condition .blue-btn{align-items:center;background:#438afe;border-radius:8px;color:#fff;font-size:16px;font-weight:600;line-height:24px;padding:12px 52px;text-align:center}.terms-condition .blue-btn :hover{background:#438afe;box-shadow:none}.contact-modal{padding:0 32px}@media(max-width:550px){.contact-modal{height:75vh;max-height:630px;overflow-y:auto;padding:0 16px;width:344px}}.contact-modal .banner-box{display:flex;flex-direction:column}.contact-modal .baner-info{align-items:center;display:flex;justify-content:flex-start}@media(max-width:550px){.contact-modal .baner-info{align-items:flex-start;flex-direction:column}}.contact-modal .baner-info .title-modal{font-size:32px;font-weight:600;line-height:48px;margin-left:22px}@media(max-width:550px){.contact-modal .baner-info .title-modal{font-size:32px;font-weight:600;line-height:48px;margin-left:0;margin-top:24px}}.contact-modal .banmer-text{margin-top:16px}.contact-modal .banmer-text .subtitle{font-size:16px;font-weight:300;line-height:24px;text-align:start}.contact-modal .send-form{margin-top:32px}.contact-modal .send-box{display:flex;gap:20px}.contact-modal .send-box .cancel-btn{background:#f7f9fc;color:#51566d}.contact-modal .send-box .cancel-btn,.contact-modal .send-box .send-btn{border-radius:8px;font-size:16px;font-weight:600;line-height:24px;padding:12px 95px;text-align:center;text-transform:capitalize;width:100%}.contact-modal .send-box .send-btn{background:#438afe;color:#fff}@media(max-width:550px){.contact-modal .send-box .cancel-btn,.contact-modal .send-box .send-btn{padding:12px 44px}}.contact-modal .form-group{margin-bottom:16px;width:100%}.contact-modal .form-group .MuiOutlinedInput-notchedOutline,.contact-modal .form-group .text-area{border-color:#9c9ea9;border-radius:4px}.contact-modal .form-group .text-area{color:#9c9ea9;font-size:16px;font-weight:400;line-height:24px}.side-burger{display:none}@media(max-width:1024px){.side-burger{display:block}}.side-container{padding:16px}@media only screen and (min-width:768px){.side-container{padding:16px 40px 64px}}.side-container .list-menu{padding-top:50px}.side-container .list-menu .MuiListItem-root{padding:0}.side-container .list-menu .not-hover:hover{background-color:inherit}.side-container .drawer-link-styles{text-decoration:none}.side-container .drawer-link-styles .MuiButton-root:hover{background-color:inherit;color:#ecc711}.side-container .logo-img{padding:0 12px}.side-container .side-link .dark-link{color:#20313f;font-size:16px;line-height:24px;text-transform:none}.side-container .side-link .blue-link{color:#438afe;font-size:16px;line-height:24px;text-transform:none}.side-container .side-link .MuiTypography-root{font-family:Noir Pro;font-weight:600}.side-container .social-box{align-items:center;display:flex;gap:20px}.negative-price p{color:#f07379}.positive-price p{color:#438afe}.table-second-item{margin-top:4px}.modal-hyper-link{color:#438afe;cursor:pointer}.modal-hyper-link .text-style{color:#438afe}.text-style{width:100%}.credit-check-btn{background:#438afe;border:none;border-radius:32px;box-shadow:0 0 6px 0 rgba(67,138,254,.3);color:#fff;font-size:14px;font-style:normal;font-weight:600;height:36px;line-height:20px;margin:0 24px;width:134px}.button-transparent{background:transparent;border:none;padding:0}.settings-icon-title{align-items:center;display:flex}.settings-icon-title p{color:#2a374e;font-size:18px;font-weight:600;line-height:28px;margin-left:16px}.action-settings-wrapper{background:#e6ecf3;border-radius:8px;height:68px;justify-content:space-between;margin-bottom:24px;padding:0 24px;width:100%}.action-settings-wrapper,.action-settings-wrapper .setting-flex{align-items:center;display:flex}.action-settings-wrapper .right{margin-right:16px}.action-settings-wrapper .setting-title{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:-1px 8px 0;text-transform:capitalize}.MuiCheckbox-colorSecondary.Mui-disabled{opacity:.5}.popper-menu .filter-type-text{color:#4b5c68!important;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;padding:16px 24px}.popper-menu .MuiList-padding{padding:0 0 12px}.popper-menu .MuiFormGroup-row{background:transparent;width:100%}.popper-menu .MuiFormControlLabel-root{color:#4b5c68;font-size:12px;font-weight:400;line-height:23px;margin:0;padding:0 6px;width:100%}.inputs-gap{display:flex;gap:16px;margin-bottom:5px;margin-top:12px}@media(min-width:1919px){.inputs-gap{gap:25px}}.beck-drop{height:100vh;position:fixed;right:0;top:0;width:100%;z-index:9}.status-select-paper-box .MuiBox-root{background:#fff;border-radius:8px;box-shadow:0 2px 16px 0 rgba(0,0,0,.15);display:flex;justify-content:center;margin-top:4px;padding:16px 0;width:150px}.link-btn,.reset-btn{background:transparent;border:none;padding:0}.link-btn{color:#51566d;text-decoration:underline}.note-drawer-modal{z-index:3001!important}.note-drawer-modal .MuiDrawer-paper{border:1px solid rgba(52,122,240,.5);border-radius:8px;margin:0 auto;max-height:595px;top:auto;width:1200px}@media(min-width:1919px){.note-drawer-modal .MuiDrawer-paper{bottom:24px;right:32px}}.note-title-input{background:transparent;border:none;color:#4b5c68;font-size:24px;font-weight:700;height:33px;margin-bottom:16px;outline:none;width:100%}.note-title-input::-moz-placeholder{color:rgba(75,92,104,.4)!important}.note-title-input:-ms-input-placeholder{color:rgba(75,92,104,.4)!important}.note-title-input::placeholder{color:rgba(75,92,104,.4)!important}.modal-body-style-no-p{height:auto;max-height:90vh;outline:none;overflow:auto;width:auto}.uploaded-csv{align-items:flex-start;color:#2a374e;display:flex;font-size:16px;gap:16px;justify-content:space-between;padding:24px 0 0}.uploaded-csv button{background:transparent;border:none}.toast-wrapper{align-items:center;display:flex}.toast-wrapper img{margin-right:16px}.toast-wrapper p{color:#4b5c68;font-size:16px;line-height:21}.MuiTooltip-popper{z-index:99999!important}.big-check-box .MuiSvgIcon-fontSizeSmall{font-size:28px}.accordion-table-head-wrapper{align-items:center;background:#ecf1fa;border-radius:8px 8px 0 0;display:flex;width:100%}.accordion-table-head-wrapper .accordion-table-head{padding:16px 10px}.accordion-table-body-scroll{max-height:65vh;overflow:auto}.accordion-table-body-wrapper{align-items:center;background:#fff;border-bottom:1px solid #e6ecf3;display:flex;width:100%}.accordion-table-body-wrapper .accordion-table-body{color:#51566d;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:16px 10px;text-transform:capitalize}.rdrDateRangePickerWrapper{background:#fff;border-radius:8px;box-shadow:0 0 6px 0 hsla(0,0%,54%,.24);padding-bottom:20px}.blue-btn-with-circle{align-items:center;background:transparent;border:none;color:#438bfe;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:600;gap:8px;justify-content:center;line-height:20px;padding:0}.request-correction-billing{background:#fff;border:1px solid #438afe;border-radius:32px;color:#438afe;font-size:16px;font-weight:600;height:32px;width:238px}.accordion-full-table-wrapper{background:#e6ecf3;padding:10px}.grey-line{background:#e6ecf3;height:24px;width:1px}.widget-filters-box{align-items:center;background:#fff;border:1px solid #e7f0fc;border-radius:8px;display:flex;justify-content:space-between;padding:16px;width:100%}.widget-filters-box .MuiAutocomplete-root{width:225px!important}.widget-card-box{background:#fff;border:1px solid #f2f4f8;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;height:150px;justify-content:space-between;min-width:250px;position:relative;width:250px}.widget-card-box .active-widget-card{border:2px solid #0c66e4}.widget-card-box .widget-card-info{background:#fff;border-bottom:1px solid #f2f4f7;border-radius:8px 8px 0 0;height:87px;padding:4px 16px 16px}.widget-card-box .delete-widget{display:flex;justify-content:flex-end;width:100%}.widget-card-box .delete-widget button{background:transparent;border:none;height:18px;padding:0;width:18px}.widget-card-box .delete-widget button .drag-indicator-img.drag-indicator-blue-img{filter:brightness(0) saturate(100%) invert(24%) sepia(86%) saturate(3539%) hue-rotate(209deg) brightness(96%) contrast(91%)}.widget-card-box .delete-widget button img{height:14px;width:14px}.widget-card-box .widget-card-icon-name-box{align-items:flex-start;display:flex;gap:8px}.widget-card-box .widget-card-icon-name-box p{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#161e54;display:-webkit-box;font-size:18px;font-style:normal;font-weight:600;line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space:break-spaces}.widget-card-box .widget-card-icon-name-box .widget-card-icon{border-radius:4px;height:24px;margin-top:4px;min-width:24px;width:24px}.widget-card-box .widget-card-rate-box{align-items:center;display:flex;justify-content:space-between;padding:10px 16px;width:100%}.widget-card-box .widget-card-rate-box .rate{width:100%}.widget-card-box .widget-card-rate-box .rate,.widget-card-box .widget-card-rate-box .rate p,.widget-card-box .widget-card-rate-box .rate span{color:#161e54;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.widget-card-box .widget-card-rate-box .plus-percentage{align-items:center;background:#d1f1d9;border-radius:4px;display:flex;gap:8px;padding:0 4px}.widget-card-box .widget-card-rate-box .plus-percentage p{color:#2a8e6d;font-size:12px;font-style:normal;font-weight:400;line-height:24px}.widget-card-box .widget-card-rate-box .minuse-percentage{align-items:center;background:#fcebe7;border-radius:4px;display:flex;gap:8px;padding:0 4px}.widget-card-box .widget-card-rate-box .minuse-percentage p{color:#de350b;font-size:12px;font-style:normal;font-weight:400;line-height:24px}.add-widget-modal{font-family:Open Sans,sans-serif}.add-widget-modal .MuiDrawer-paper{background:#fff;bottom:0;box-shadow:0 32px 64px -12px rgba(16,24,40,.14);height:100vh;padding:32px 24px;right:0;top:auto;width:470px}.add-widget-modal .add-widget-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px;width:100%}.add-widget-modal .add-widget-header p{color:#172b4d;font-size:24px;font-weight:700}.add-widget-modal .add-widget-body{display:flex;flex-direction:column;gap:16px;height:80vh;margin-top:16px;overflow:auto}.widget-list-card-box{background:#fff;border:1px solid #f1f8ff;border-radius:4px;display:flex;flex-direction:column;gap:16px;padding:16px 20px}.widget-list-card-box .widget-list-card-info{align-items:center;display:flex;gap:8px;justify-content:space-between;width:100%}.widget-list-card-box .widget-list-card-icon-name-box{align-items:center;display:flex;gap:8px}.widget-list-card-box .widget-list-card-icon-name-box img{height:32px;min-width:32px;width:32px}.widget-list-card-box .widget-list-card-icon-name-box p{font-feature-settings:"salt" on,"liga" off;color:#161e54;font-family:Inter,sans-serif!important;font-size:20px;font-weight:500;line-height:28px}.widget-list-card-box .widget-list-card-desc{color:rgba(0,0,0,.8);font-family:Inter,sans-serif!important;font-size:14px;font-weight:400;letter-spacing:-.154px;line-height:150%}.widget-list-card-box .add-widget-btn{align-items:center;background:transparent;background:#00c851;border:none;border-radius:32px;box-shadow:0 0 6px 0 rgba(0,200,81,.3);color:#fff;display:flex;font-size:14px;font-weight:600;gap:8px;height:36px;justify-content:center;line-height:20px;padding:8px 24px;width:101px}.widget-list-card-box .add-widget-btn div{height:19px;width:19px}.widget-list-card-box .add-widget-btn div img{filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(181deg) brightness(103%) contrast(103%)}.widget-list-card-box .added-widget-btn{align-items:center;background:transparent;background:#e8f7e9;border:none;border-radius:32px;color:#21872d;display:flex;font-size:14px;font-weight:600;gap:8px;height:36px;justify-content:center;line-height:20px;padding:8px 24px;width:118px}.chard-wrapper{background:#fff;border:1px solid #e7f0fc;border-radius:8px;position:relative;width:100%}.bar-chart-box{padding:24px 32px}.bar-chart-box .chart-title-action-box{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.bar-chart-box .chart-title-action-box .chart-title{color:#172b4d;font-size:24px;font-weight:700;line-height:30px}.bar-chart-box .previous-current-box{align-items:center;display:flex;gap:12px;justify-content:center}.bar-chart-box .previous-current-box p{color:#000;font-size:14px;font-weight:400;line-height:24px}.bar-chart-box .previous-current-box div{border-radius:2px;height:12px;min-width:12px}.bar-chart-box .MuiChartsLegend-root{display:none}.bar-chart-box .MuiChartsAxis-tick{stroke:#f0f1f3!important;color:#858d9d;font-family:Open Sans,sans-serif;font-size:14px;font-weight:500}.bar-chart-box .MuiChartsAxis-line,.bar-chart-box .MuiChartsGrid-line{stroke:#f0f1f3!important}.bar-chart-box .MuiChartsAxis-tickLabel{fill:#858d9d!important;font-size:12px!important;font-weight:400!important;line-height:20px!important}.chart-types-box{align-items:center;display:flex;gap:8px}.select-chard-selector{width:180px}.select-chard-selector .MuiAutocomplete-inputRoot[class*=MuiOutlinedInput-root] .MuiAutocomplete-input{cursor:pointer;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.select-chard-selector .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon{background:#f1f8ff;cursor:pointer}.select-chard-selector .MuiIconButton-root{color:#438bfe}.select-chard-selector .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot[class*=MuiOutlinedInput-root]{padding-right:0}.select-chard-selector img{margin-top:-10px}.select-chard-selector .MuiOutlinedInput-notchedOutline{border:none!important}.chart-type-buttons-box{background:#fcfcfd;border:1px solid #f7f9fc;border-radius:4px;display:flex;width:auto}.chart-type-buttons-box button{align-items:center;border:none;display:flex;height:36px;justify-content:center;padding:0;width:36px}.chart-type-buttons-box button:first-of-type{border-radius:4px 0 0 4px}.chart-type-buttons-box button:last-of-type{border-radius:0 4px 4px 0}.chart-type-buttons-box .active-chart{background:#438bfe}.chart-type-buttons-box .active-chart img{filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7476%) hue-rotate(17deg) brightness(101%) contrast(110%)}.chart-type-buttons-box .passive-chart{background:#fcfcfd}.chart-type-buttons-box .passive-chart img{filter:brightness(0) saturate(100%) invert(19%) sepia(6%) saturate(3658%) hue-rotate(180deg) brightness(95%) contrast(91%)}.pie-chart-box{align-items:center;display:flex;gap:20px;justify-content:center}.pie-chart-box .MuiChartsLegend-root{display:none!important}.widget-cards-wrapper{display:flex;gap:16px;height:170px;overflow-x:scroll;overflow-y:hidden;position:relative;width:calc(100vw - 300px);z-index:10}.widget-cards-wrapper ::-webkit-scrollbar{display:block!important}.widget-card-back-drop{background-color:rgba(0,0,0,.1);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2000}.dragged-card-back{background:transparent;border:2px dashed #d0d5dd;border-radius:8px;height:150px;min-width:250px;width:250px}.widget-date-selector-box{display:flex;flex-direction:column}.widget-date-selector-box .rdrInputRanges{display:none}.widget-date-selector-box .MuiBox-root{background:#fff;border:1px solid #f4f4f4;border-radius:4px;box-shadow:0 0 6px 0 hsla(0,0%,54%,.24);margin-left:-16px;margin-top:16px;padding:8px;width:300px}.widget-date-selector-box .clear-bnt{background:transparent;border:none;color:#0c66e4;font-size:16px;margin-top:-32px;outline:none;width:85px}.line-chat{margin-top:59px}.pie-chard-legend-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px;height:300px;justify-content:center;overflow-y:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media(min-width:1919px){.pie-chard-legend-wrapper{flex-wrap:wrap}}.pie-chard-legend-wrapper .pie-chart-legend-box{align-items:flex-start;display:flex;gap:8px;width:200px}.pie-chard-legend-wrapper .pie-chart-legend-box div{border-radius:2px;height:20px;min-width:20px;width:20px}.pie-chard-legend-wrapper .pie-chart-legend-box .text-style{width:100%}.pie-chard-legend-wrapper .pie-chart-legend-box p{font-size:16px;line-height:19px}.customer-payment-info-wrapper{align-items:center;background:#fff;border:1px solid #e6ecf3;border-radius:8px;display:flex;justify-content:space-between;padding:10px 16px;width:100%}.customer-payment-amount-box{border-radius:4px;color:#2a374e;font-size:16px;font-style:normal;font-weight:700;line-height:24px;padding:6px 10px}.customer-payment-info-modal{position:relative;width:1200px}@media(min-width:1919px){.customer-payment-info-modal{width:1600px}}.customer-payment-info-modal .MuiAccordionDetails-root{width:100%}.customer-payment-info-modal .tableWrapperSmall{box-shadow:none!important}.customer-payment-info-modal .MuiBox-root{box-shadow:none!important;padding:24px!important}.customer-payment-info-modal .MuiAccordionSummary-root{padding:0 16px!important;width:100%}.customer-payment-info-modal .MuiAccordionSummary-root.Mui-expanded{border-bottom:1px solid #e6ecf3;padding:0 16px!important;width:100%}.customer-payment-info-modal .MuiAccordion-root{margin-bottom:24px}.customer-payment-info-modal .MuiPaper-elevation1{border-radius:4px}.customer-payment-info-modal .MuiAppBar-colorPrimary{background:#fff!important}.customer-payment-info-modal .customer-payment-info-head{align-items:center;border-bottom:1px solid #e6ecf3;display:flex;justify-content:space-between;padding:24px;width:100%}.customer-payment-info-modal .customer-payment-info-title{color:#2a374e;font-size:32px;font-style:normal;font-weight:700;line-height:48px}.order-customer-box{align-items:center;border:1px solid #e6ecf3;border-radius:4px;display:flex;gap:4px;height:40px;padding:6px 12px;width:100%}.order-customer-box p{color:#51566d;font-size:18px;font-style:normal;font-weight:400;line-height:28px}.order-customer-box .text-style p{font-weight:600!important}.miscellaneous-wrapper{align-items:center;background:#f7f9fc;border:1px solid #e6ecf3;border-radius:4px;display:flex;gap:18px;padding:8px 12px}.miscellaneous-wrapper-title{color:#51566d;font-size:16px;font-weight:600;line-height:24px}.customer-pmt-cancel{background:#fff;border:1.5px solid #dfe5eb;border-radius:4px;padding:8px 16px}.customer-pmt-cancel,.customer-pmt-save{color:#172b4d;font-size:14px;font-weight:600;height:36px}.customer-pmt-save{background:#fdc517;border:1px solid #fdc517;border-radius:4px;padding:6px 16px;width:70px}.customer-info-row-wrapper{align-items:center;border:1px solid #e6ecf3;border-radius:4px;display:flex;gap:2px;padding:6px 12px;width:100%}.customer-info-row-title{color:#51566d;font-size:16px;font-weight:400;line-height:28px;white-space:nowrap}.customer-info-row-value{width:100%}.customer-info-row-value,.customer-info-row-value p,.customer-info-row-value span{color:#2a374e;font-size:16px;font-style:normal;font-weight:600;line-height:28px;white-space:nowrap}.payables-page-wrapper .payables-page-tabs-filters-block{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:space-between}.payables-page-wrapper .payables-page-tabs-filters-block .payables-page-carrier-select{margin-right:0;width:100%}.payables-page-wrapper .payables-page-tabs-filters-block .payables-page-search-input{width:85%}.payables-page-wrapper .payables-page-tabs-filters-block .payables-page-search-input .search-input-main-wrapper,.payables-page-wrapper .payables-page-tabs-filters-block .payables-page-search-input .search-input-main-wrapper input{width:100%}.add-payout-date-wrapper{padding:32px;position:relative;width:528px}.add-payout-date-wrapper .add-payout-date-close-btn{position:absolute;right:0;top:8px}.move-to-wrapper{padding:32px;position:relative;width:528px}.move-to-wrapper .move-to-close-btn{position:absolute;right:0;top:8px}.settings-pending-pay-batches-details-box .MuiPaper-root{background:#fff;border-radius:8px;box-shadow:0 0 6px 0 hsla(0,0%,54%,.16);padding:8px;position:fixed;width:268px}.settings-pending-pay-batches-details-box .settings-pending-pay-batches-details-item-box{align-items:center;border-radius:4px;cursor:pointer;display:flex;gap:4px;padding:6px 8px}.settings-pending-pay-batches-details-box .settings-pending-pay-batches-details-item-box:hover{background:#e6ecf3}.settings-pending-pay-batches-details-box .settings-pending-pay-batches-details-item-box .settings-pending-pay-batches-details-item_img{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.settings-pending-pay-batches-details-box .settings-pending-pay-batches-details-item-box .settings-pending-pay-batches-details-item_img img{height:100%;width:100%}.settings-pending-pay-batches-details-box .settings-pending-pay-batches-details-item-box .settings-pending-pay-batches-details-item-text{color:#51566d;font-size:16px;font-weight:400;line-height:24px}.settings-pending-pay-batches-move-to-box .MuiPaper-root{background:#fff;border-radius:4px;box-shadow:2px 2px 24px 0 rgba(0,0,0,.19);position:fixed;width:259px}.settings-pending-pay-batches-move-to-box .settings-pending-pay-batches-details-move-to-header{padding:10px 12px}.settings-pending-pay-batches-move-to-box .settings-pending-pay-batches-details-move-to-header .details-move-to-button{background:transparent;border:none;display:flex;padding:0}.settings-pending-pay-batches-move-to-box .settings-pending-pay-batches-details-move-to-header .details-move-to-text{color:#172b4d;font-size:16px;font-weight:600;line-height:24px}.settings-pending-pay-batches-move-to-box .settings-pending-pay-batches-details-move-to-header .details-move-to-save-button{align-items:center;background:transparent;border:none;color:#43ba4d;display:flex;font-size:16px;font-weight:600;height:24px;justify-content:center;line-height:24px;padding:0;width:36px}.settings-pending-pay-batches-move-to-box .settings-pending-pay-batches-details-move-to-item-wrapper{display:flex;flex-direction:column;gap:4px;max-height:200px;overflow:auto;padding:0 12px 12px}.settings-pending-pay-batches-move-to-box .settings-pending-pay-batches-details-move-to-item-wrapper .settings-pending-pay-batches-move-to-details-item-box{border-radius:4px;cursor:pointer;padding:6px 16px;width:100%}.settings-pending-pay-batches-move-to-box .settings-pending-pay-batches-details-move-to-item-wrapper .settings-pending-pay-batches-move-to-details-item-box:hover{background:#f9fafb}.settings-pending-pay-batches-move-to-box .settings-pending-pay-batches-details-move-to-item-wrapper .settings-pending-pay-batches-move-to-details-item-box.active-move-to-item{background:#e6ecf3}.settings-pending-pay-batches-move-to-box .settings-pending-pay-batches-details-move-to-item-wrapper .settings-pending-pay-batches-move-to-details-item-box .main-tooltip-text{color:#172b4d;font-size:16px;font-weight:400;line-height:24px}.needed{color:#51566d}.awaiting,.needed{font-size:14px;font-weight:600}.awaiting{color:#d72525}.sendTo{display:flex;width:160px}.sendTo img{margin-right:8px}.blueButton{align-items:center;display:flex;justify-content:center;width:141px}.blueButton,.consign{background:#438afe 0 0 no-repeat padding-box;border:none;border-radius:18px;box-shadow:0 0 6px rgba(67,138,254,.302);color:#fff;font-size:14px;height:32px}.consign{padding:0;text-transform:capitalize;width:100px}.consign :hover{background:#3f51b5 0 0 no-repeat padding-box;border-radius:18px;height:32px;width:100px}.receivable-notes-btn{align-items:center;background:#fff;border:none;border-radius:4px;display:flex;gap:10px;height:36px;justify-content:center;margin-right:16px;padding:6px 7px;width:36px}@media(min-width:1919px){.receivable-notes-btn{margin-right:24px}}.note-modal-wrapper{word-wrap:break-word;border-radius:8px;display:flex;flex-direction:column;font-family:Open Sans,sans-serif;height:770px;overflow:hidden;width:1200px}.note-modal-wrapper strong{font-weight:700}.note-modal-small-wrapper{word-wrap:break-word;border-radius:8px;display:flex;flex-direction:column;font-family:Open Sans,sans-serif;height:770px;overflow:hidden;width:1200px}.note-modal-small-wrapper strong{font-weight:700}.receivables-note-header{align-items:center;background:#fff;border-bottom:1px solid #e6ecf3;display:flex;justify-content:space-between;padding:24px;width:100%}.search-note-box{background:#fff;border:1px solid #e6ecf3;border-radius:4px;display:flex;height:36px;width:373px}.search-note-box input{background:transparent;border:none;height:100%;outline:none;padding:0 16px;width:100%}.search-note-box button{align-items:center;background:transparent;background:#fff;background:var(--White,#fff);border:none;border-left:1px solid #e6ecf3;border-radius:0 4px 4px 0;cursor:pointer;display:flex;justify-content:center;width:48px}.note-customer-load-wrapper{display:flex;flex-direction:column;gap:9px;padding:16px 0 0}.note-customer-load-box{align-items:center;display:flex;flex-wrap:wrap;gap:8px;width:100%}.note-customer-load-box div,.note-customer-load-box p{color:#2a374e;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.note-customer-load-box div{align-items:center;border-radius:16px;display:flex;justify-content:center;padding:5px 8px}.note-subject-box{height:100%;padding:0 0 16px;width:100%}.note-text-editor-wrapper .ButtonWrap__root___1EO_R button{background:none;border:none;height:28px;margin:0 4px;outline:none}.note-text-editor-wrapper .ButtonWrap__root___1EO_R button span{background-size:24px;filter:invert(33%) sepia(15%) saturate(633%) hue-rotate(192deg) brightness(98%) contrast(93%)}.note-text-editor-wrapper .ButtonWrap__root___1EO_R button:hover{background:#e6ecf3;border-radius:8px}.note-text-editor-wrapper .ButtonWrap__root___1EO_R button:hover span{filter:invert(33%) sepia(15%) saturate(633%) hue-rotate(192deg) brightness(98%) contrast(93%)}.note-text-editor-wrapper .ButtonWrap__root___1EO_R .IconButton__isActive___2Ey8p{background:#e6ecf3;border-radius:8px}.note-text-editor-wrapper .ButtonWrap__root___1EO_R .IconButton__isActive___2Ey8p span{filter:invert(33%) sepia(15%) saturate(633%) hue-rotate(192deg) brightness(98%) contrast(93%)}.note-text-editor-wrapper .DraftEditor-editorContainer{border:none!important;border-radius:0!important}.note-text-editor-wrapper .RichTextEditor__root___2QXK-{background:#fff 0 0 no-repeat padding-box!important;border:.5px solid rgba(230,236,243,.502)!important;border-radius:6px!important;height:auto!important;margin-top:12px!important}.note-text-editor-wrapper .EditorToolbar__root___3_Aqz{align-items:baseline!important;background:rgba(230,236,243,.502) 0 0 no-repeat padding-box!important;border:none;border-radius:6px 6px 0 0!important;display:flex!important;height:42px!important;margin:0!important;padding:7px 4px!important}.note-text-editor-wrapper .ButtonGroup__root___3lEAn{border-right:.5px solid rgba(81,86,109,.502)!important;height:26px!important}.note-text-editor-wrapper .RichTextEditor__editor___1QqIU .public-DraftEditor-content,.note-text-editor-wrapper .RichTextEditor__editor___1QqIU .public-DraftEditorPlaceholder-root{color:rgba(84,95,126,.702)!important;font-size:16px!important;height:327px!important;line-height:22px!important;padding:16px!important;width:100%!important}.receivable-notes-no-data-wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.receivable-notes-no-data-wrapper .receivable-notes-no-data-box{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:32px;width:446px}.receivable-notes-no-data-wrapper .receivable-notes-no-data-box .receivable-notes-no-data-img{height:172px;margin:0 auto;width:212px}.receivable-notes-no-data-wrapper .receivable-notes-no-data-box .receivable-notes-no-data-img img{height:100%;width:100%}.receivable-notes-no-data-wrapper .receivable-notes-no-data-box .receivable-notes-no-data-title{color:#101828;font-family:Open Sans,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-align:center}.receivable-notes-no-data-wrapper .receivable-notes-no-data-box .receivable-notes-no-data-text{color:#51566d;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-top:4px;text-align:center}.receivable-note-card-wrapper{background:#fff;border:1px solid #e6ecf3;border-radius:8px;overflow:hidden;width:100%}.receivable-note-card-wrapper .receivable-note-card-view-more-btn{background:transparent;border:none;color:#438bfe;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:20px;padding:6px 8px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.receivable-note-card-wrapper .receivable-note-card-view-more-btn.view-more-customer{margin-left:auto}.receivable-note-card-wrapper .receivable-note-card-box{padding:16px}.receivable-note-card-wrapper .receivable-note-card-main-info-box{display:flex;gap:32px;justify-content:space-between;width:100%}.receivable-note-card-wrapper .receivable-note-card-main-info-box .receivable-note-card-main-info-icon_note{display:flex;gap:8px;width:92%}.receivable-note-card-wrapper .receivable-note-card-main-info-box .receivable-note-card-main-info-icon_note .receivable-note-card-icon{cursor:pointer;height:24px;min-width:24px;width:24px}.receivable-note-card-wrapper .receivable-note-card-main-info-box .receivable-note-card-main-info-icon_note .receivable-note-card-icon img{filter:brightness(0) saturate(100%) invert(60%) sepia(100%) saturate(672%) hue-rotate(2deg) brightness(106%) contrast(100%);height:100%;width:100%}.receivable-note-card-wrapper .receivable-note-card-main-info-box .receivable-note-card-main-info-icon_note .receivable-note-card-text{color:#1c2331;font-family:Open Sans,sans-serif;font-size:16px;font-weight:600;width:calc(100% - 24px)}.receivable-note-card-wrapper .receivable-note-card-main-info-box .receivable-note-card-main-info-actions{display:flex;gap:4px;min-width:52px}.receivable-note-card-wrapper .receivable-note-card-main-info-dates{align-items:center;display:flex;gap:3px;margin-top:9px;padding:0 30px}.receivable-note-card-wrapper .receivable-note-card-main-info-dates .receivable-note-card-main-info-text{color:#51566d;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400}.receivable-note-card-wrapper .receivable-note-card-customers-wrapper{display:flex;gap:8px;width:44%}.receivable-note-card-wrapper .receivable-note-card-customers-wrapper .receivable-note-card-customers-box{display:flex;flex-wrap:wrap;gap:8px}.receivable-note-card-wrapper .receivable-note-card-customers-wrapper .receivable-note-card-customers-box .receivable-note-card-customers-box-text-wrapper{background:#e4f3ff;border-radius:16px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:170px;padding:6px 8px}.receivable-note-card-wrapper .receivable-note-card-customers-wrapper .receivable-note-card-customers-box .receivable-note-card-customers-box-text{color:#2a374e;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px}.receivable-note-card-wrapper .receivable-note-card-loads{display:flex;gap:8px;width:56%}.receivable-note-card-wrapper .receivable-note-card-loads .receivable-note-card-loads-box{display:flex;flex-wrap:wrap;gap:8px;width:100%}.receivable-note-card-wrapper .receivable-note-card-loads .receivable-note-card-loads-box .receivable-note-card-loads-box-text-wrapper{background:#e8f7e9;border-radius:16px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:6px 8px}.receivable-note-card-wrapper .receivable-note-card-loads .receivable-note-card-loads-box .receivable-note-card-loads-box-text-wrapper .receivable-note-card-loads-box-text{color:#2a374e;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.receivable-note-card-wrapper .receivable-note-card-customers_load-title{color:#2a374e;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:6px 0}.payable-note-rich-text-editor{margin-top:-16px}.payable-note-rich-text-editor .note-text-editor-wrapper .RichTextEditor__root___2QXK-{height:565px!important}.payable-note-cell-wrapper{align-items:center;display:flex;gap:4px;justify-content:center;justify-content:start}.payable-note-cell-wrapper .payable-note-cell-add-btn{background:transparent;border:none;color:#438bfe;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:20px;padding:0;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.payable-note-cell-wrapper .payable-note-cell-block{align-items:center;display:flex;gap:4px;justify-content:center;justify-content:start;width:100%}.payable-note-cell-wrapper .payable-note-cell-block .payable-note-cell-count{background:#f5f5f5;border-radius:16px;color:#414651;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:2px 8px}.payable-note-cell-wrapper .payable-note-cell-block .payable-note-cell-actions{align-items:center;display:flex;gap:4px;justify-content:center}.payable-note-cell-wrapper .payable-note-cell-block .payable-note-cell-actions button{height:26px;width:26px}.payable-note-cell-wrapper .payable-note-cell-block .payable-note-cell-actions button img{height:100%;width:100%}.payable-note-around-block{border-radius:50%;height:10px;min-height:10px;min-width:10px;width:10px}.payables-notes-popper{background:#fff;border-radius:8px;box-shadow:0 20px 24px -4px rgba(16,24,40,.08),0 8px 8px -4px rgba(16,24,40,.03);margin-top:24px;padding:16px;width:500px}.payables-notes-popper .payables-notes-popper-header{align-items:center;display:flex;gap:8px;justify-content:center;justify-content:space-between}.payables-notes-popper .payables-notes-popper-header .payables-notes-popover-title{color:#2a374e;font-size:14px;font-weight:600;line-height:145%}.payables-notes-popper .payables-notes-popper-header .payables-notes-popover-add-btn{align-items:center;background:transparent;border:none;color:#438bfe;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:600;gap:8px;justify-content:center;line-height:20px;padding:0}.payables-notes-popper .payables-notes-popper-body{display:flex;flex-direction:column;gap:4px;margin-top:8px;max-height:292px;overflow-y:auto;scrollbar-color:#e4e7ec #fff}.payables-notes-card-wrapper{background:#fff;border:1px solid #e4e7ec;border-radius:4px;padding:8px}.payables-notes-card-wrapper .payables-notes-card-info{align-items:center;display:flex;gap:16px;justify-content:center;justify-content:space-between;margin-top:8px}.payables-notes-card-wrapper .payables-notes-card-info .payables-notes-card-info-text{color:#475467;font-size:12px;font-weight:400}.payables-notes-card-wrapper .payables-notes-card-info .payables-notes-card-info-text span{font-weight:600}.payables-notes-card-wrapper .payables-notes-card-info .payables-notes-card-actions{align-items:center;display:flex;gap:8px;justify-content:center}.payables-notes-card-wrapper .payables-notes-card-info .payables-notes-card-actions button{height:24px;width:24px}.payables-notes-card-wrapper .payables-notes-card-info .payables-notes-card-actions button img{height:100%;width:100%}.payable-notes-card-for-load-wrapper{border-radius:8px;display:flex;gap:8px;width:100%}.payable-notes-card-for-load-wrapper .payable-notes-card-for-load-info{align-items:flex-start;border-radius:8px;display:flex;flex:1 0;flex-direction:column;gap:8px;padding:16px;width:calc(100% - 100px)}.payable-notes-card-for-load-wrapper .payable-notes-card-for-load-info .payable-notes-card-for-load-info-img{display:flex;height:24px;min-height:24px;min-width:24px;width:24px}.payable-notes-card-for-load-wrapper .payable-notes-card-for-load-info .payable-notes-card-for-load-info-img img{height:100%;min-height:100%;min-width:100%;width:100%}.payable-notes-card-for-load-wrapper .payable-notes-card-for-load-info .payable-notes-card-for-load-info-date-creator{align-items:center;display:flex;gap:5px;justify-content:center;justify-content:start;margin-top:9px;width:100%}.payable-notes-card-for-load-wrapper .payable-notes-card-for-load-actions{align-items:center;display:flex;gap:4px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:16px}.payable-notes-card-for-load-wrapper .payable-notes-card-for-load-actions button{height:24px;min-height:24px;min-width:24px;width:24px}.payable-notes-card-for-load-wrapper .payable-notes-card-for-load-actions button img{height:100%;width:100%}.payable-notes-header-settings{align-items:center;display:flex;gap:12px;justify-content:center}.payable-notes-header-settings .payable-notes-header-settings-title{color:#000;font-size:16px;font-weight:400;line-height:24px}.payable-notes-header-settings .payable-notes-header-settings-radio-btns{align-items:center;background:#f7f9fc;border:1px solid #dfe5eb;border-radius:4px;display:flex;gap:11px;justify-content:center;padding:6px 16px}.payable-notes-header-settings .payable-notes-header-settings-radio-btns .payable-notes-header-settings-radio{align-items:center;display:flex;gap:11px;justify-content:center;margin:0}.payable-notes-header-settings .payable-notes-header-settings-radio-btns .payable-notes-header-settings-radio .MuiIconButton-root{color:#dfe5eb;padding:0}.payable-notes-header-settings .payable-notes-header-settings-radio-btns .payable-notes-header-settings-radio .MuiIconButton-root.Mui-checked{color:#ffc107}.payable-notes-header-settings .payable-notes-header-settings-radio-btns .payable-notes-header-settings-radio .MuiIconButton-root .MuiTypography-root{color:#172b4d;font-size:16px;font-weight:400;line-height:24px}.payable-notes-header-settings .payable-notes-header-settings-radio-btns .payable-notes-header-settings-radio-line{background:#dfe5eb;height:18px;width:1px}.pmt-date-btn{background:transparent;border:none;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-decoration:underline;white-space:nowrap}.pmt-date-box{display:flex;flex-direction:column;padding:16px!important;width:200px!important}.pmt-date-box p{color:#000;font-size:14px;font-style:normal;font-weight:600;line-height:20px;margin-bottom:16px}.generate-invoice-btn{background:#00c851;border:1px solid #00c851;border-radius:4px;color:#000;font-weight:600;height:31px;padding:4px 6px;width:130px}.apply-to-btn,.generate-invoice-btn{align-items:center;display:flex;font-size:14px;justify-content:center;line-height:20px;text-transform:capitalize}.apply-to-btn{background:transparent;border:1px solid #438afe;border-radius:32px;color:#438afe;font-style:normal;font-weight:400;gap:8px;height:38px;padding:6px 24px}.credit-type{align-items:center;display:flex;margin-left:4px}.credit-type,.credit-type .text-style{color:#00c851;font-size:14px;font-weight:600}.short-pay-type{align-items:center;display:flex;margin-left:4px}.short-pay-type,.short-pay-type .text-style{color:#d72525;font-size:14px;font-weight:600}.landing-page{background:#fff;overflow-x:hidden;width:100%}.landing-page,.landing-page a,.landing-page div,.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5,.landing-page h6,.landing-page p,.landing-page span{font-family:Mukta,sans-serif!important}.landing-page .MuiList-root .dark-link .css-10hburv-MuiTypography-root{font-size:16px;font-weight:500;line-height:24px}.landing-page .MuiList-root .green-link .css-8je8zh-MuiTouchRipple-root{color:#438afe;font-size:16px;font-weight:500;line-height:24px}.landing-page .side-menu .dark-link .css-10hburv-MuiTypography-root{font-size:16px;font-weight:500;line-height:24px}.landing-page .side-menu .green-link .css-8je8zh-MuiTouchRipple-root{color:#438afe;font-size:16px;font-weight:500;line-height:24px}.landing-page .dark-link{font-size:16px;font-style:normal;font-weight:700;line-height:24px;text-transform:none}.landing-page .full-img{width:100%}.landing-page .MuiButton-contained:hover{background:#438afe;box-shadow:none}.landing-page .blue-btn{align-items:center;background:#438afe;border-radius:8px;color:#fff;font-size:16px;font-weight:600;line-height:24px;padding:12px 52px;text-align:center}@media(max-width:1200px){.landing-page .blue-btn{padding:10px 44px}}.landing-page .blue-btn :hover{background:#438afe;box-shadow:none}.landing-page .global-container{margin-top:35px}@media(max-width:1024px){.landing-page .global-container{padding-left:40px;padding-left:16px;padding-right:40px;padding-right:16px}}.landing-page .landing-header{background-position:100%;background-repeat:no-repeat;padding:20px}.landing-page .landing-header .header-container{padding-bottom:20px;padding-top:20px}.landing-page .landing-header .header-box{display:flex;justify-content:space-between}.landing-page .landing-header .header-box .box-logo{padding-top:10px;width:30px}.landing-page .landing-header .header-box .dark-link{margin-right:24px}.landing-page .landing-header .header-box .header-links a{text-decoration:none!important}.landing-page .landing-header .header-box .burger-link{display:none}@media only screen and (max-width:1023px){.landing-page .landing-header .header-box .burger-link{display:block}}.landing-page .landing-header .aside-header{margin-bottom:178px;margin-top:200px;width:50%}@media(max-width:1440px){.landing-page .landing-header .aside-header{margin-bottom:100px;margin-top:100px;width:100%}}.landing-page .landing-header .aside-header .header-title{display:flex;flex-direction:column;font-size:48px;font-weight:600;line-height:72px}.landing-page .landing-header .aside-header .subtitle-box{margin-top:30px}.landing-page .landing-header .aside-header .subtitle-box .header-subtitle{font-size:16px;font-style:normal;font-weight:300;line-height:24px}.landing-page .landing-header .aside-header .header-get{margin-top:40px;max-width:333px}.landing-page .section-header{display:none}.landing-page .section-header .header-title{font-size:48px;font-weight:600;line-height:72px}.landing-page .section-header .header-title .title-loads{margin-left:5px}.landing-page .section-header .subtitle-box{margin-top:20px}.landing-page .section-header .subtitle-box .header-subtitle{font-size:16px;font-style:normal;font-weight:300;line-height:24px}.landing-page .section-header .header-get{margin-top:18px;width:263px}.landing-page .section-banner{margin-bottom:90px;margin-top:90px}.landing-page .section-banner .card-banner{border-radius:8px;padding:16px}.landing-page .section-banner .card-banner .card-title{padding:0 16px}.landing-page .section-revolutionize{padding-top:80px}.landing-page .section-revolutionize .order-content{margin-top:150px}.landing-page .section-revolutionize .order-content .title-we{color:#2a374e;font-size:40px;font-weight:600;line-height:60px}.landing-page .section-revolutionize .box-text{margin-top:18px}.landing-page .section-revolutionize .box-text .type-text{color:#2a374e;font-size:16px;font-weight:300;line-height:24px}.landing-page .section-revolutionize .btn-box{margin-top:24px}@media(max-width:1024px){.landing-page .section-revolutionize{margin-top:80px}.landing-page .section-revolutionize .order-content{margin-top:82px}.landing-page .section-revolutionize .order-content .box-text{max-width:500px}.landing-page .section-revolutionize .order-img{align-items:center;display:flex;justify-content:center;padding:20px}.landing-page .section-revolutionize .order-img img{max-height:580px;max-width:580px}}@media(max-width:767px){.landing-page .section-revolutionize{margin-top:0;padding-top:20px}.landing-page .section-revolutionize .order-content .title-we{font-size:32px;font-weight:600;line-height:48px}}.landing-page .section-efficiency{padding-top:120px}.landing-page .section-efficiency .section-title{display:flex;justify-content:center}.landing-page .section-efficiency .section-title .title{font-size:40px;font-weight:600;line-height:60px;text-align:center}.landing-page .section-efficiency .features-card{margin-top:56px}.landing-page .section-efficiency .features-card .spacing .MuiGrid-item{padding:24px}@media(max-width:767px){.landing-page .section-efficiency .features-card .spacing .MuiGrid-item{padding:8px}}.landing-page .section-efficiency .features-card .card-features{background:#fff;border:1px solid #f1f1f1;border-radius:16px;display:flex;flex-direction:column;height:315px;padding:37px 24px}.landing-page .section-efficiency .features-card .card-features .card-description,.landing-page .section-efficiency .features-card .card-features .card-title,.landing-page .section-efficiency .features-card .card-features .img-box{align-items:center;display:flex;justify-content:center}.landing-page .section-efficiency .features-card .card-features .card-title{color:#2a374e;font-size:20px;font-weight:600;line-height:24px}.landing-page .section-efficiency .features-card .card-features .card-description,.landing-page .section-efficiency .features-card .card-features .card-title{margin-top:18px}.landing-page .section-efficiency .features-card .card-features .features-parapgraphy{align-self:stretch;font-size:16px;font-weight:300;line-height:24px;text-align:center}@media(max-width:1024px){.landing-page .section-efficiency .order-img{align-items:center;display:flex;justify-content:center;padding:20px}.landing-page .section-efficiency .order-img img{max-height:580px;max-width:580px}.landing-page .section-efficiency .order-content .box-text{max-width:500px}}@media(max-width:767px){.landing-page .section-efficiency{padding-top:80px}.landing-page .section-efficiency .section-title .title{font-size:32px;font-weight:600;line-height:48px}}.landing-page .section-trusted{padding-top:160px}.landing-page .section-trusted .order-content{margin-top:20px}.landing-page .section-trusted .order-content .title-we{color:#2a374e;font-size:40px;font-weight:600;line-height:60px}.landing-page .section-trusted .order-content .box-text{margin-top:24px}.landing-page .section-trusted .order-content .box-text .type-text{color:#2a374e;font-size:16px;font-weight:300;line-height:24px}@media(max-width:767px){.landing-page .section-trusted{padding-top:70px}.landing-page .section-trusted .order-content .title-we{font-size:32px;font-weight:600;line-height:48px}}.landing-page .section-call{background:#2a374e;margin-top:160px}.landing-page .section-call .action-container{padding:90px}.landing-page .section-call .order-content{margin-top:135px}.landing-page .section-call .order-content .how-step{margin-bottom:24px}.landing-page .section-call .order-content .title{color:#fff;font-size:20px;font-weight:600;line-height:24px}.landing-page .section-call .order-content .account-text{color:#fff;font-size:16px;font-weight:300;line-height:24px;margin-top:12px}@media(max-width:767px){.landing-page .section-call{margin-top:80px}.landing-page .section-call .order-content{margin-top:0;order:2}.landing-page .section-call .order-img{order:1}}.landing-page .section-benefits{padding-top:120px}.landing-page .section-benefits .order-content{margin-top:160px}.landing-page .section-benefits .order-content .title-we{color:#2a374e;font-size:40px;font-weight:600;line-height:60px}.landing-page .section-benefits .order-content .box-text{margin-top:24px}.landing-page .section-benefits .order-content .box-text .type-text{color:#2a374e;font-size:16px;font-weight:300;line-height:24px}@media(max-width:767px){.landing-page .section-benefits{padding-top:100px}.landing-page .section-benefits .order-content{margin-top:20px}.landing-page .section-benefits .order-content .title-we{font-size:32px;font-weight:600;line-height:48px}}.landing-page .section-transport{margin-bottom:120px;margin-top:160px}.landing-page .section-transport .order-content{margin-top:120px}.landing-page .section-transport .order-content .title-we{color:#2a374e;font-size:40px;font-weight:600;line-height:60px}.landing-page .section-transport .order-content .box-text{margin-top:24px}.landing-page .section-transport .order-content .box-text .type-text{color:#2a374e;font-size:16px;font-weight:300;line-height:24px}@media(max-width:1024px){.landing-page .section-transport .order-content{order:2}.landing-page .section-transport .order-img{order:1}}@media(max-width:767px){.landing-page .section-transport{margin-bottom:60px;margin-top:60px}.landing-page .section-transport .order-content{margin-top:20px}.landing-page .section-transport .order-content .title-we{font-size:32px;font-weight:600;line-height:48px}}@media(max-width:12000px){.order-content{margin-top:82px}.order-content .box-text,.order-content .title-we{max-width:500px}.order-img{align-items:center;display:flex;justify-content:center;padding:20px}.order-img img{max-height:580px;max-width:580px}}.header-section{background:#fff;box-shadow:0 8px 16px hsla(0,1%,64%,.1);padding:16px 100px;position:fixed;top:0;width:100%;z-index:2000}@media(max-width:1200px){.header-section{padding:16px 40px}}@media(max-width:768px){.header-section{padding:16px 0}}.header-section .header-box{align-items:center;display:flex;justify-content:space-between}.header-section .header-box .burger-link{display:none}.header-section .header-box .dark-link{margin-right:24px}.header-section .header-box .social-box{align-items:center;display:flex;gap:12px}.header-section .header-links{align-items:center;display:flex}.header-section .header-links a{text-decoration:none!important}.header-section .header-links .not-hover:hover{background-color:inherit}@media(max-width:1024px){.header-section .header-links{display:none}}.footer{background:#18274d;border-top:1px solid #9c9ea9;border-top:1px solid var(--Text-Light,#9c9ea9);bottom:0;color:#fff;padding:24px 100px;position:absolute;width:100%}.footer .footer-section{align-items:center;display:flex;gap:4px;justify-content:space-between;padding:0 16px}.footer .footer-section .footer-content{align-items:center;display:flex;flex-direction:row}@media(max-width:767px){.footer .footer-section .footer-content{align-items:flex-start;flex-direction:column}.footer .footer-section .footer-content .footer-title{margin-bottom:16px}}.footer .footer-section .footer-content .footer-info{color:#9c9ea9;font-size:16px;font-weight:400;line-height:24px;text-align:start}.footer .footer-section .privacy-link,.footer .footer-section .terms-link{margin-right:15px}.footer .footer-section .privacy-text{color:#9c9ea9;font-size:16px;font-weight:400;line-height:24px;text-decoration:underline}.footer .footer-section .footer-img{align-items:center;display:flex;flex-direction:row;padding:0 16px}@media(max-width:767px){.footer .footer-section .footer-img{border:none;margin:0 0 16px;padding:0}}.footer .footer-section .social-box{align-items:center;display:flex;gap:10px;margin-left:12px}.footer .footer-section .contact-btn{background:inherit;border:none;padding:0}@media(max-width:767px){.footer .footer-section{align-items:flex-start!important;text-align:start}}@media(max-width:1024px){.footer{padding:24px 40px}.footer .footer-section{align-items:center;display:flex;flex-direction:column}}@media(max-width:767px){.footer{padding:24px 0}}.simple-landing-wrapper{background:#18274d url(/static/media/landingFrame.639d95b8ca918e22d5e2.png) no-repeat;background-size:cover;height:100vh;width:100%}.simple-landing-wrapper .landing-action-box{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.simple-landing-wrapper .landing-action-box button{align-items:center;background:#fdc517;border:none;border-radius:8px;color:#1c2331;display:flex;font-size:16px;font-weight:600;height:48px;justify-content:center;line-height:24px;margin-top:50px;padding:12px 52px;text-align:center;width:301px}.login-fragment .new-container{display:flex;height:100%;overflow:hidden;width:100%}@media(max-width:1279px){.login-fragment .new-container{display:none}}.login-fragment .left-side{background:#18274d url(/static/media/loginBackground.c26f96e20897c3ca4739.png) no-repeat;background-size:cover;height:100vh;overflow:hidden;width:50%}.login-fragment .left-side .site-log{color:#fff;font-size:20px;font-weight:700;line-height:28px;margin-left:100px;margin-top:16px}.login-fragment .left-side .box-title{align-items:center;display:flex;height:85%;justify-content:center}.login-fragment .left-side .box-title img{height:200px;width:200px}@media(max-width:1279px){.login-fragment .left-side{display:none}}.login-fragment .right-side{background:#ececec;height:100vh;min-height:100vh;width:50%}.login-fragment .right-side .site-phone{display:flex;justify-content:flex-end;margin-top:16px;width:100%}.login-fragment .right-side .site-phone .login-phone{margin-right:100px}.login-fragment .right-side .site-phone .login-phone a{align-items:center;display:flex;text-decoration:none}.login-fragment .right-side .site-phone .login-phone img{margin-right:8px}.login-fragment .right-side .site-phone .login-phone span{color:#2a374e;font-size:16px;line-height:22px}.login-fragment .right-side .form-container{align-items:center;display:flex;height:100vh;justify-content:center;min-height:100vh}@media(max-width:1279px){.login-fragment .right-side{display:none}}.login-fragment .smal-container{background:#18274d url(/static/media/loginBackground.c26f96e20897c3ca4739.png) no-repeat;background-size:cover;display:flex;height:100%;overflow:hidden;width:100%}@media(min-width:1280px){.login-fragment .smal-container{display:none}}.login-fragment .smal-container .image-side{background-repeat:no-repeat;background-size:100% 100%;height:100%;min-height:100vh;width:100%}.login-fragment .smal-container .side-header{align-items:center;display:flex;justify-content:space-between;padding:16px 44px;width:100%}@media(max-width:767px){.login-fragment .smal-container .side-header{padding:16px}}.login-fragment .smal-container .side-header .site-log{color:#fff;font-size:20px;font-weight:700;line-height:28px}.login-fragment .smal-container .side-header .login-phone a{align-items:center;display:flex;text-decoration:none}.login-fragment .smal-container .side-header .login-phone img{margin-right:8px}.login-fragment .smal-container .side-header .login-phone span{color:#fff;font-size:16px;line-height:22px}.login-fragment .smal-container .side-center{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.login-fragment .smal-container .side-center .form-container{align-items:center;display:flex;height:100%;justify-content:center;min-height:85vh}.form-back-btn-box{width:464px}@media(min-width:1800px){.form-back-btn-box{width:600px}}@media(max-width:1280px){.form-back-btn-box{width:464px}}@media(max-width:767px){.form-back-btn-box{width:343px}}.form-back-btn-box button{align-items:center;background:transparent;border:none;color:#51566d;display:flex;font-size:18px;font-style:normal;font-weight:600;gap:10px;line-height:28px;margin-bottom:16px}@media(max-width:1279px){.form-back-btn-box button{filter:invert(91%) sepia(4%) saturate(111%) hue-rotate(173deg) brightness(107%) contrast(98%)}.form-back-btn-box button p{color:#f7f9fc}}.create-modal-wrapper{width:440px}@media(min-width:1919px){.create-modal-wrapper{width:520px}}.create-modal-wrapper .create-template-title{color:#2a374e;font-size:32px;font-weight:700;line-height:48px}.create-modal-wrapper .create-template-subtitle{color:#51566d;font-size:16px;font-weight:400;line-height:24px;margin:16px 0 24px}.create-modal-wrapper .max-characters{color:#9c9ea9;display:flex;font-size:12px;font-weight:400;justify-content:flex-end;line-height:18px;margin-top:-20px;width:100%}.template-cards-body{height:70vh;margin-top:32px;overflow:scroll}.template-card-wrapper{align-items:center;background:#fff;border-radius:8px;display:flex;height:80px;justify-content:space-between;margin-bottom:12px;padding:14px 24px;width:100%}.template-image-and-text{align-items:center;cursor:pointer;display:flex;width:100%}.template-image-and-text img{height:32px;width:32px}.template-image-and-text .template-title{margin-bottom:8px}.template-image-and-text .template-title .text-style{color:#2a374e;font-size:16px;font-weight:700;line-height:24px}.template-image-and-text .template-description{color:#7b7b7b;font-size:14px;font-weight:400;line-height:20px}.action-buttons-wrapper{align-items:center;display:flex}.action-buttons-wrapper .remove-template-btn,.action-buttons-wrapper button{background:transparent;border:none}.template-card-section{margin-bottom:24px}.template-load-sections{background:#fff;border-radius:8px;height:100%;padding:32px 24px;width:100%}.template-page-wrapper{position:relative}.template-page-wrapper .template-customer-box{left:0;position:absolute;top:0}.truck-search-wrapper{align-items:center;background:#fff;border-radius:4px;display:flex;height:auto;padding:8px 16px;width:100%}.truck-search-wrapper .add-search-wrapper{align-items:center;border:1px solid #438afe;border-radius:4px;display:flex;height:32px;padding:0 12px;width:261px}.truck-search-wrapper .add-search-wrapper input{background:transparent;border:none;height:100%;outline:none;width:100%}.truck-search-wrapper .add-search-wrapper .buttons-wrapper{align-items:center;display:flex}.truck-search-wrapper .add-search-wrapper .check-btn{margin:0 10px}.truck-search-wrapper .add-search-wrapper button{background:transparent;border:none;cursor:pointer;height:18px;width:18px}.truck-search-wrapper .add-new-search{align-items:center;background:transparent;border:none;color:#00c851;display:flex;font-size:14px;font-weight:600;line-height:20px;padding:8px 16px}.truck-search-wrapper .add-new-search img{margin-right:8px}.truck-search-wrapper .truck-search-active-btn{align-items:center;background:#438afe;border:1px solid #438afe;border-radius:4px;display:flex;justify-content:center;margin-right:8px;padding:6px 24px;width:auto}.truck-search-wrapper .truck-search-active-btn p{color:#fff;font-size:14px;font-weight:400;line-height:20px;text-transform:capitalize}.truck-search-wrapper .truck-search-active-btn img{margin-left:10px}.truck-search-wrapper .truck-search-btn{align-items:center;background:transparent;border:1px solid #e6ecf3;border-radius:4px;display:flex;justify-content:center;margin-right:8px;padding:6px 24px;width:auto}.truck-search-wrapper .truck-search-btn p{color:#51566d;font-size:14px;font-weight:400;line-height:20px;text-transform:capitalize}.truck-search-wrapper .truck-search-btn img{margin-left:10px}.remove-btn{background:transparent;border:none;display:flex;width:40px}.remove-btn img{transform:scale(.4)}.search-options-wrapper{justify-content:space-between;margin-top:24px;width:100%}.search-inputs-wrapper,.search-options-wrapper{align-items:center;display:flex}.search-inputs-wrapper .search-date-input{background:#fff;border:1px solid #9c9ea9;border-radius:4px;display:flex;height:48px;margin-right:8px;min-width:170px;outline:none;padding:12px 16px;width:170px}@media(min-width:1919px){.search-inputs-wrapper .search-date-input{min-width:286px;width:286px}}.search-inputs-wrapper .MuiFormControl-fullWidth{background:#fff;min-width:170px;width:170px}@media(min-width:1919px){.search-inputs-wrapper .MuiFormControl-fullWidth{min-width:286px;width:286px}}.search-inputs-wrapper .loadSimpleInput{margin-right:8px}.search-inputs-wrapper .MuiAutocomplete-input{margin-top:-3px}.search-inputs-wrapper .MuiInputLabel-outlined{font-size:14px}.search-inputs-wrapper .search-btn{align-items:center;background:#438afe;border:none;border-radius:8px;color:#fff;display:flex;font-size:16px;font-weight:600;height:48px;line-height:24px;padding:12px;width:auto}@media(min-width:1919px){.search-inputs-wrapper .search-btn{padding:12px 24px;width:131px}}.search-inputs-wrapper .search-btn p{margin-left:8px}.assigned-and-favorite-btn{background:#e6ecf3;color:#2a374e}.assigned-and-favorite-active-btn,.assigned-and-favorite-btn{border:none;border-radius:4px;font-size:14px;font-weight:400;height:48px;line-height:20px;padding:14px 16px;text-transform:capitalize;width:90px}.assigned-and-favorite-active-btn{background:#438afe;color:#fff}.assigned-Favorites-btn button:first-child{margin-right:18px}.table-review-btn{background:transparent;border:none;cursor:pointer;text-decoration:underline;white-space:nowrap}.alert-red{align-items:center;background:#d72525;border-radius:40px;display:flex;height:24px;justify-content:center;width:24px}.alert-red p{color:#fff;font-size:14px;font-weight:600;line-height:20px}.alert-green{align-items:center;background:#00c851;border-radius:40px;display:flex;height:24px;justify-content:center;width:24px}.alert-green p{color:#fff;font-size:14px;font-weight:600;line-height:20px}.favorite-btn{background:transparent;border:none;padding:0;width:25px}.more-actions-wrapper{background:#fff;border-radius:4px;box-shadow:0 2px 6px 0 rgba(0,0,0,.1);height:92px;width:180px}.more-actions-wrapper button{align-items:center;background:transparent;border:none;display:flex;font-size:16px;font-weight:400;height:42px;justify-content:flex-start;line-height:24px;padding:0 24px;width:100%}.more-actions-wrapper button img{margin-right:10px}.more-actions-wrapper .action-edit-btn{border-bottom:1px solid #e6ecf3;color:#324557}.more-actions-wrapper .action-delete-btn{color:#d03325}.checkbox-tree #simple-popper{z-index:999}.destination-select-box{align-items:center;background:#fff;border:1px solid #9c9ea9;border-radius:4px;display:flex;height:48px;justify-content:space-between;margin-right:8px;padding:12px 16px;width:170px}@media(min-width:1919px){.destination-select-box{width:286px}}.destination-select-box input{background:transparent;border:none;height:46px;outline:none;width:100%}.destination-select-box p{color:#9c9ea9;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.destination-list{background:#fff;border-radius:8px;box-shadow:0 2px 6px 0 rgba(0,0,0,.1);margin-top:2px;max-height:320px;overflow:auto;padding:8px;width:170px;z-index:99999}@media(min-width:1919px){.destination-list{width:286px}}.rct-text{margin-bottom:12px}.rct-node-icon{display:none}.react-checkbox-tree label{align-items:center;display:flex}.rct-checkbox *{color:#438afe;height:24px;width:24px}.truck-modal-wrapper{min-height:660px;width:1056px}.truck-modal-wrapper .truck-modal-title{color:#2a374e;font-size:32px;font-weight:700;line-height:48px}.truck-modal-tabs-wrapper{margin:24px 0 0}.truck-modal-tabs-wrapper .MuiTabs-flexContainer{border-bottom:2px solid #e6ecf3}.truck-modal-tabs-wrapper .MuiTabScrollButton-root.Mui-disabled{display:none}.truck-modal-tabs-wrapper .MuiTabs-indicator{background-color:#438afe;height:4px}.truck-modal-tabs-wrapper .MuiTab-wrapper{color:rgba(42,55,78,.5);font-size:16px;font-weight:700;text-transform:capitalize}.truck-modal-tabs-wrapper .MuiTab-textColorInherit.Mui-selected span{color:#2a374e}.truck-detail-title{margin:24px 0}.black-text,.truck-detail-title{color:#2a374e;font-size:18px;font-weight:600;line-height:28px}.light-text{color:#9c9ea9;font-size:18px;font-weight:400;line-height:28px;margin-bottom:4px}.truck-information-wrapper{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px;width:100%}.information-title-value{width:33%}.information-title-value-big{width:50%}.equipment-details-wrapper{border-top:1px solid #e6ecf3}.destination-card-body{display:flex;flex-wrap:wrap;width:100%}.destination-card-wrapper{align-items:center;background:#f7f9fc;border-radius:4px;display:flex;margin-bottom:4px;margin-right:16px;padding:12px 16px;width:236px}.destination-card-wrapper p{color:#51566d;font-size:14px;font-weight:400;line-height:20px;margin-left:8px;text-transform:capitalize}.overall-rating-wrapper{background:#f7f9fc;background:var(--background-light,#f7f9fc);height:100%;padding:16px;width:100%}.gray-text{color:#9c9ea9;font-size:16px;line-height:24px}.gray-text-small{color:#9c9ea9;font-size:14px;line-height:20px}.stars-wrapper{margin:16px 0 8px}.stars-wrapper .MuiRating-label{color:#00c851}.comment-and-actions{margin-top:24px}.comment-and-actions .comment-text-area{background:#fff;border:1px solid #9c9ea9;border-radius:4px;height:128px;margin-bottom:16px;outline:none;padding:12px 16px;resize:none;width:100%}.create-button button{height:36px!important;width:120px!important}.reviews-wrapper{align-items:flex-start;display:flex;height:190px;margin-top:24px}.reviews-wrapper .stars-and-estimate{align-items:center;display:flex;flex-direction:column;height:190px;justify-content:center;min-width:240px;width:240px}.reviews-wrapper .stars-and-estimate p{color:#324557;font-size:48px;font-weight:700;line-height:72px;margin-bottom:12px}.reviews-wrapper .stars-and-estimate .MuiRating-label,.reviews-wrapper .stars-and-estimate .MuiRating-root{color:#438afe}.reviews-wrapper .star-count{align-items:center;display:flex;margin-bottom:12px;width:100%}.reviews-wrapper .star-count p{color:#324557;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-transform:capitalize;white-space:nowrap}.reviews-wrapper .star-count p:last-child{font-weight:600;margin-left:8px}.reviews-wrapper .star-count p:first-child{margin-right:16px}.reviews-wrapper .star-line{background:#f5f7f9;border-radius:1px;height:8px;width:100%}.reviews-wrapper .star-line div{background:#438afe;border-radius:1px;height:8px}.action-buttons button{background:transparent;border:none}.alerts-in-modal{margin-top:24px}.equipment-details-page{background:#fff;height:100%;min-height:80vh;padding:24px;width:100%}.zone-space-between{align-items:flex-start;display:flex;justify-content:space-between;margin-top:24px;width:100%}.zone-card-shadow{background:#fff;border-radius:8px;box-shadow:0 0 6px 0 hsla(0,0%,54%,.16);height:100%;padding:16px;width:49%}.zone-card-wrapper{align-items:center;display:flex;margin-bottom:8px}.zone-card{border-radius:8px;font-size:18px;font-weight:600;justify-content:center;line-height:28px;margin-left:16px}.zone-card,.zone-items{align-items:center;display:flex;width:100%}.zone-items{border-radius:4px;height:48px;justify-content:space-between;margin-bottom:8px;padding:12px 16px}.zone-item-text-icon{align-items:center;display:flex}.zone-item-text-icon p{color:#51566d;font-size:14px;font-weight:400;line-height:20px;text-transform:capitalize}.zone-item-text-icon img{margin-right:8px}.return-home-base-selector{display:flex;justify-content:flex-end}.return-home-base-selector div{align-items:center;display:flex}.return-home-base-selector .home-base-selector-title{color:#2a374e;font-size:14px;font-weight:600;line-height:20px;margin-right:8px;text-overflow:ellipsis}.date-input-wrapper{margin-right:16px;width:100%}.mobile-app-page{align-items:center;background:#2a374e;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:100vh;padding:40px 0;width:100%}.mobile-app-page .mobile-app-page-title{color:#fff;font-size:32px;font-style:normal;font-weight:700;line-height:48px;margin-bottom:40px}@media(min-width:1279px){.mobile-app-page .mobile-app-page-title{font-size:56px;line-height:84px}}.mobile-app-page .mobile-box{align-items:center;background-image:url(data:image/png;base64,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eQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDmEVQAzCOoAJhHUAEwj6ACYB5BBcA8ggqAeQQVAPMIKgDm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);background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:480px;justify-content:center;position:relative;width:240px}@media(min-width:1279px){.mobile-app-page .mobile-box{height:597px;width:296px}}.mobile-app-page .mobile-box .logo{height:170px;margin-bottom:150px;width:170px}.mobile-app-page .mobile-box button{background:transparent;border:none;height:45.409px;margin-right:15px;margin-top:19px;width:138.261px}@media(min-width:1279px){.mobile-app-page .mobile-box button{height:56.361px;margin-top:24px;width:171.605px}}.mobile-app-page .mobile-box button img{height:45.409px;width:138.261px}@media(min-width:1279px){.mobile-app-page .mobile-box button img{height:56.361px;width:171.605px}}.payment-info-box{background:#fff;border-radius:4px;box-shadow:0 0 6px 0 hsla(0,0%,54%,.16);color:#000;font-size:16px;font-weight:400;line-height:24px;padding:12px 16px}.check-customer-modal{background:#fff;border-radius:8px;display:flex;flex-direction:column;outline:none;padding:32px;text-align:start;width:600px}.check-customer-modal .check-customer-modal-header{margin-bottom:24px}.vendor-types-filters-wrapper{background:#fff;border-radius:8px}.vendor-types-filters-wrapper .vendor-types-wrapper{overflow-x:scroll;overflow-y:hidden;position:relative;scrollbar-color:#9fb1bd #fff;scrollbar-width:thin;width:calc(100vw - 250px);z-index:10}@media(min-width:1920px){.vendor-types-filters-wrapper .vendor-types-wrapper{width:calc(100vw - 300px)}}.vendor-types-filters-wrapper .vendor-types-box{border-bottom:1px solid #e6ecf3;display:flex;padding:0 24px}.vendor-types-filters-wrapper .vendor-types-box button{white-space:nowrap}.vendor-types-filters-wrapper .vendor-action-box{padding:24px 24px 16px}.vendor-types-filters-wrapper .vendor-type-btn{background:transparent;border:none;font-size:16px;font-style:normal;font-weight:700;line-height:24px;padding:16px 24px}.vendor-types-filters-wrapper .selected{border-bottom:4px solid #438afe;color:#2a374e}.vendor-types-filters-wrapper .not-selected{border-bottom:4px solid transparent;color:rgba(42,55,78,.5)}.directory-page{width:100%}.directory-page .directory-header-filters{align-items:center;display:flex;justify-content:space-between}.directory-page .directory-types-wrapper{background:#fff;border-radius:8px;margin-top:24px;overflow-x:auto;overflow-y:hidden;padding:0 24px 16px;position:relative;scrollbar-color:#9fb1bd #fff;scrollbar-width:thin;width:100%;z-index:10}.directory-page .directory-types-box{border-bottom:1px solid #e6ecf3;display:flex}.directory-page .directory-types-box button{white-space:nowrap}.directory-page .directory-action-box{padding:24px 24px 16px}.directory-page .directory-type-btn{background:transparent;border:none;font-size:16px;font-style:normal;font-weight:700;line-height:24px;padding:16px 24px}.directory-page .selected{border-bottom:4px solid #438afe;color:#2a374e}.directory-page .not-selected{border-bottom:4px solid transparent;color:rgba(42,55,78,.5)}.create-vendor-prospect-modal-wrapper{width:500px}@media(min-width:1920px){.create-vendor-prospect-modal-wrapper{width:600px}}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .create-vendor-prospect-contact-information-wrapper{background:#f7f9fc;border-radius:8px;display:flex;flex-direction:column;padding:16px}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .create-vendor-prospect-contact-information-wrapper .prospect-contact-information-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .create-vendor-prospect-contact-information-wrapper .prospect-contact-information-header .prospect-contact-information-header-text{color:#2a374e;font-family:Open Sans,sans-serif!important;font-size:18px;font-weight:600;line-height:28px}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .create-vendor-prospect-contact-information-wrapper .prospect-contact-information-header .create-vendor-prospect-add_more-button{align-items:center;background:none;border:none;border-radius:4px;color:#438afe;display:flex;font-size:16px;font-weight:600;gap:8px;line-height:24px;padding:6px 12px;text-align:center;white-space:nowrap}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .create-vendor-prospect-contact-information-wrapper .prospect-contact-information-header .create-vendor-prospect-add_more-button img{filter:brightness(0) saturate(100%) invert(52%) sepia(28%) saturate(6183%) hue-rotate(200deg) brightness(100%) contrast(102%)}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .create-vendor-prospect-contact-information-wrapper .vendor-prospect-contact-information-body{display:flex;flex-direction:column;gap:16px}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .create-vendor-prospect-contact-information-wrapper .vendor-prospect-contact-information-body .vendor-prospect-contact-information-block{align-items:center;display:flex;gap:4px}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .create-vendor-prospect-contact-information-wrapper .vendor-prospect-contact-information-body .vendor-prospect-contact-information-block.vendor-prospect-contact-information-secondary-block{background:#fff;border-right:4px;padding:25px 4px 0 12px}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .create-vendor-prospect-contact-information-wrapper .vendor-prospect-contact-information-body .vendor-prospect-contact-information-block .vendor-prospect-contact-information-inputs{width:100%}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .create-vendor-prospect-contact-information-wrapper .vendor-prospect-contact-information-body .vendor-prospect-contact-information-block .create-vendor-prospect-remove-button{background:none;border:none;margin-top:-26px;padding:4px 5px}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .vendor-prospect-modal-textarea{width:100%}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .vendor-prospect-modal-textarea .MuiFormControl-root{height:83px;width:100%}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .vendor-prospect-modal-textarea .MuiFormControl-root .MuiInputBase-root{height:100%;width:100%}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .vendor-prospect-modal-textarea .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input{height:100%!important;overflow:auto!important;width:100%!important}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .vendor-prospect-modal-textarea .MuiFormLabel-root{color:#51566d;font-size:16px}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .vendor-prospect-modal-textarea .MuiInput-underline.Mui-error:after{border-bottom:#d72525}.create-vendor-prospect-modal-wrapper .create-vendor-prospect-modal-inputs-block .vendor-prospect-modal-textarea .MuiFormLabel-root.Mui-disabled{color:#9c9ea9!important}.emails-and-tooltip-wrapper{align-items:center;display:flex;gap:2px}.emails-and-tooltip-wrapper .emails-and-tooltip-wrapper_first-box{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.emails-and-tooltip-wrapper .emails-and-tooltip-box-quantity{align-items:center;aspect-ratio:1/1;background:#dcdbdf;border-radius:43px;color:#000;display:flex;font-family:Open Sans,sans-serif!important;font-size:12px;font-weight:400;justify-content:center;line-height:18px;min-height:24px;min-width:24px;padding:4px}.emails-and-tooltip-content-box{background:#2a374e!important;border-radius:4px!important;padding:6px 16px!important}.emails-and-tooltip-content-box .show-emails-tooltip-text{color:#fff;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-transform:capitalize}.contact-info-popover-wrapper .contact-info-main-text-button{align-items:center;display:flex}.contact-info-popover-wrapper .contact-info-main-text-button .contact-info-main-text{-webkit-line-clamp:1;-webkit-box-orient:vertical;box-orient:vertical;color:#51566d;display:-webkit-box;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;line-height:20px;overflow:hidden;overflow-wrap:break-word;text-decoration:none;text-overflow:ellipsis;text-transform:capitalize;white-space:break-spaces;width:100%;-ms-word-break:break-word;word-break:break-word}.contact-info-popover-wrapper .contact-info-main-text-button .contact-inf-more-button{background:transparent;border:none;color:#61c569;font-family:Open Sans,sans-serif!important;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:0;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-overflow:ellipsis}.contact-info-main-popover-wrapper{background:#fff;border-radius:4px;box-shadow:none;max-height:277px!important;overflow:auto;padding:16px;width:305px}.contact-info-main-popover-wrapper .contact-info-popover-box .contact-info-popover-box-title{color:#000;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:20px;margin-bottom:13px}.contact-info-main-popover-wrapper .contact-info-popover-box .contact-info-popover-items-wrapper{display:flex;flex-direction:column;gap:12px}.contact-info-main-popover-wrapper .contact-info-popover-box .contact-info-popover-items-wrapper .contact-info-popover-item-box{background:#f7f9fc;border-radius:4px;padding:12px}.contact-info-main-popover-wrapper .contact-info-popover-box .contact-info-popover-items-wrapper .contact-info-popover-item-box .contact-info-popover-item-box-row{display:flex;gap:5px}.contact-info-main-popover-wrapper .contact-info-popover-box .contact-info-popover-items-wrapper .contact-info-popover-item-box .contact-info-popover-item-box-row .contact-info-popover-item-box-row-name{color:#51566d;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px;text-transform:capitalize;white-space:nowrap}.contact-info-main-popover-wrapper .contact-info-popover-box .contact-info-popover-items-wrapper .contact-info-popover-item-box .contact-info-popover-item-box-row .contact-info-popover-item-box-row-desc{color:#2a374e;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.authorities-terms-and-conditions-wrapper{display:flex;flex-direction:column;width:100%}.authorities-terms-and-conditions-wrapper .authorities-terms-and-conditions-actions-wrapper{align-items:center;display:flex;gap:24px;margin-top:-48px}.authorities-terms-and-conditions-wrapper .authorities-terms-and-conditions-actions-wrapper .authorities-terms-and-conditions-switcher-wrapper{align-items:center;display:flex;justify-content:space-between;padding:8px;width:112px}.authorities-terms-and-conditions-wrapper .authorities-terms-and-conditions-actions-wrapper .authorities-terms-and-conditions-switcher-wrapper .authorities-terms-and-conditions-switcher{color:#000;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-transform:capitalize}.authorities-terms-and-conditions-wrapper .authorities-rich-text-editor{width:100%}.authorities-terms-and-conditions-wrapper .authorities-rich-text-editor .ButtonWrap__root___1EO_R button{background:none;border:none;height:28px;margin:0 4px;outline:none}.authorities-terms-and-conditions-wrapper .authorities-rich-text-editor .ButtonWrap__root___1EO_R button span{background-size:24px}.authorities-terms-and-conditions-wrapper .authorities-rich-text-editor .ButtonWrap__root___1EO_R button:hover{background:#00c851;border-radius:8px}.authorities-terms-and-conditions-wrapper .authorities-rich-text-editor .ButtonWrap__root___1EO_R button:hover span{filter:brightness(0) invert(1)}.authorities-terms-and-conditions-wrapper .authorities-rich-text-editor .ButtonWrap__root___1EO_R .IconButton__isActive___2Ey8p{background:#ddf3e6;border-radius:8px}.authorities-terms-and-conditions-wrapper .authorities-rich-text-editor .ButtonWrap__root___1EO_R .IconButton__isActive___2Ey8p span{filter:invert(54%) sepia(49%) saturate(1349%) hue-rotate(101deg) brightness(94%) contrast(101%)}.authorities-terms-and-conditions-wrapper .authorities-rich-text-editor .DraftEditor-editorContainer{background:#f7f9fc!important;border-radius:4px!important}.authorities-terms-and-conditions-wrapper .authorities-rich-text-editor .RichTextEditor__root___2QXK-{background:#fff 0 0 no-repeat padding-box!important;border:.5px solid rgba(230,236,243,.502)!important;border-radius:6px!important;height:auto!important;margin-top:30px!important}.authorities-terms-and-conditions-wrapper .authorities-rich-text-editor .EditorToolbar__root___3_Aqz{align-items:baseline!important;background:#e6ecf3 0 0 no-repeat padding-box!important;border:none;border-radius:6px 6px 0 0!important;display:flex!important;height:42px!important;margin:0!important;padding:7px 16px!important}.authorities-terms-and-conditions-wrapper .authorities-rich-text-editor .ButtonGroup__root___3lEAn{border-right:.5px solid rgba(81,86,109,.502)!important;height:26px!important}.authorities-terms-and-conditions-wrapper .authorities-rich-text-editor .RichTextEditor__editor___1QqIU .public-DraftEditor-content,.authorities-terms-and-conditions-wrapper .authorities-rich-text-editor .RichTextEditor__editor___1QqIU .public-DraftEditorPlaceholder-root{color:rgba(84,95,126,.702)!important;font-size:16px!important;height:218px!important;line-height:24px!important;padding:16px!important}.leaderboard-wrapper{display:flex;gap:24px;width:100%}.leaderboard-wrapper .leaderboard-box{display:flex;flex-direction:column;gap:16px;width:100%}.leaderboard-cards-wrapper{background:#fff;border-radius:8px;box-shadow:0 0 6px 0 hsla(0,0%,54%,.16);padding:16px}.leaderboard-cards-wrapper .leaderboard-cards-title{color:#2a374e;font-size:18px;font-weight:700;line-height:28px;margin-bottom:8px}.leaderboard-cards-wrapper .leaderboard-cards-box{display:flex;flex-direction:column;gap:8px;overflow:auto}.card-leaderboard-wrapper{border-radius:8px;justify-content:space-between}.card-leaderboard-wrapper,.card-leaderboard-wrapper .card-leaderboard-img_index_title{align-items:center;display:flex;gap:8px;width:100%}.card-leaderboard-wrapper .card-leaderboard-img_index_title .card-leaderboard-big-img{height:50px;width:50px}.card-leaderboard-wrapper .card-leaderboard-img_index_title .card-leaderboard-big-img img{height:100%;-o-object-fit:fill;object-fit:fill;width:100%}.card-leaderboard-wrapper .card-leaderboard-img_index_title .card-leaderboard-index{background:#e4f3ff;border-radius:4px;color:#4f566a;font-size:14px;font-weight:700;line-height:20px;padding:4px;text-align:center}.card-leaderboard-wrapper .card-leaderboard-img_index_title .card-leaderboard-title-description .card-leaderboard-title-big{color:#51566d;font-size:18px;font-weight:600;line-height:28px}.card-leaderboard-wrapper .card-leaderboard-img_index_title .card-leaderboard-title-description .card-leaderboard-title-small{color:#2a374e;font-size:16px;font-weight:600;line-height:24px}.card-leaderboard-wrapper .card-leaderboard-directory,.card-leaderboard-wrapper .card-leaderboard-img_index_title .card-leaderboard-title-description .card-leaderboard-description{color:#51566d;font-size:14px;font-weight:400;line-height:20px;text-transform:capitalize}.card-leaderboard-wrapper .card-leaderboard-directory{white-space:nowrap}.collect-reserve-loads-modal{width:750px}.collect-loads-modal{width:1000px}.collect-modal-title{color:#2a374e;font-size:32px;font-style:normal;font-weight:700;line-height:48px;margin-bottom:18px}.collect-row-box{align-items:center;background:#e6ecf3;border-radius:8px;display:flex;gap:4px;padding:8px 16px;width:100%}.collect-row-box .collect-row-title{color:#2a374e;font-size:16px;font-weight:400;line-height:24px;white-space:nowrap}.collect-row-box .collect-row-value{width:100%}.collect-row-box .collect-row-value,.collect-row-box .collect-row-value p,.collect-row-box .collect-row-value span{color:#2a374e;font-size:16px;font-weight:600;line-height:24px}.collect-loads-table{margin:0 0 24px}.collect-loads-table .collect-loads-table-head{align-items:center;display:flex;gap:8px}.collect-loads-table .collect-loads-table-head div{color:#51566d;font-size:16px;font-style:normal;font-weight:700;line-height:24px;padding:12px 16px}.collect-loads-table .collect-loads-table-body{height:250px;max-height:250px;overflow:auto}.collect-loads-table .collect-loads-table-body-row{align-items:center;display:flex;gap:8px;margin-top:8px}.collect-loads-table .collect-loads-table-body-item{background:#e6ecf3;border-radius:4px;color:#2a374e;font-size:16px;font-weight:600;height:48px;line-height:24px;padding:12px 16px}.collect-loads-table .collect-loads-table-body-item p,.collect-loads-table .collect-loads-table-body-item span{color:#2a374e;font-size:16px;font-weight:600;line-height:24px;width:100%}.collect-load-btn{align-items:center;background:#438afe no-repeat padding-box;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:48px;justify-content:center;transition:background .3s ease;width:116px}.collect-load-btn:hover{background:#3f51b5}.collection-history-section{margin-top:24px}.collection-history-section .MuiAccordion-root{margin-bottom:0!important}.collection-history-section .MuiAccordion-root.Mui-expanded,.collection-history-section .MuiAccordionSummary-content,.collection-history-section .MuiAccordionSummary-content.Mui-expanded{margin:0}.collection-history-section .MuiAccordionSummary-root.Mui-expanded{min-height:50px}.collection-history-section .MuiAccordionDetails-root{background:#e6ecf3;padding:12px!important}.load-payroll-table{align-items:flex-start;display:flex;gap:18px;width:100%}.load-payroll-table .MuiTableCell-stickyHeader{background:#fff!important}.load-payroll-table .load-payroll-box{width:50%}.load-payroll-table .load-payroll-title{color:#000;font-size:14px;font-weight:400;line-height:20px}.load-payroll-table .load-payroll-row{align-items:center;background:#fff;border-radius:4px;display:flex;gap:32px;margin-top:4px;padding:8px 16px}.load-payroll-table .load-payroll-item-box{align-items:center;display:flex;gap:4px;width:50%}.load-payroll-table .load-payroll-item-title{color:#51566d;font-size:14px;font-weight:400;line-height:20px;text-transform:capitalize;white-space:nowrap}.load-payroll-table .load-payroll-item-value{color:#51566d;font-size:14px;font-weight:600;line-height:20px;text-overflow:ellipsis;width:100%}.load-payroll-table .load-payroll-item-value p span{color:#51566d;font-size:14px;font-weight:600;line-height:20px;text-overflow:ellipsis;width:100%!important}.carrierInfo-tabs-header-goHighway{align-items:center;background:#fff;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:16px;padding:14px 16px;width:100%}.carrierInfo-tabs-header-goHighway .carrierInfo-tabs-header-goHighway-title{color:#2a374e;font-size:18px;font-weight:700;line-height:28px}.carrierInfo-tabs-header-goHighway .carrierInfo-tabs-header-goHighway-items-wrapper{align-items:center;display:flex;gap:8px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.carrierInfo-tabs-header-goHighway .carrierInfo-tabs-header-goHighway-items-wrapper .carrierInfo-tabs-header-goHighway-item-block{align-items:center;display:flex;gap:4px}.carrierInfo-tabs-header-goHighway .carrierInfo-tabs-header-goHighway-items-wrapper .carrierInfo-tabs-header-goHighway-item-block .carrierInfo-tabs-header-goHighway-item-text{color:#2a374e;font-size:14px;font-weight:400;line-height:20px}.carrierInfo-tabs-header-goHighway .carrierInfo-tabs-header-goHighway-items-wrapper .carrierInfo-tabs-header-goHighway-item-line{background:#dfe5eb;height:18px;width:1px}.status-box-goHighWay-header{align-items:center;display:flex;font-size:12px;font-weight:500;height:24px;justify-content:center;letter-spacing:.03px;line-height:18px;padding:6px 12px}.carrier-profile{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-height:81vh;max-width:100%;overflow-y:scroll;padding:20px;scrollbar-color:#9fb1bd #fff;scrollbar-width:thin;z-index:10}.data-section{background:#f9f9f9;border-radius:5px;box-shadow:0 1px 3px rgba(0,0,0,.1);margin-bottom:20px;padding:15px}.section-title{color:#3498db;font-size:1.2em;margin-bottom:10px;margin-top:0}.section-content{padding-left:15px}.data-row{display:flex;margin-bottom:8px}.data-key{font-weight:700;margin-right:10px}.data-value{-webkit-box-orient:vertical;box-orient:vertical;display:-webkit-box;flex-grow:1;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;overflow:hidden;overflow-wrap:break-word;text-decoration:none;text-overflow:ellipsis;white-space:break-spaces;-ms-word-break:break-word;word-break:break-word}.array-item{background:#fff;border-left:3px solid #3498db;border-radius:3px;margin-bottom:8px;padding:8px}.loading{color:#7f8c8d;font-size:1.2em;padding:40px;text-align:center}.folder-icon-box{height:30px!important;width:30px!important}.edit-access-btn{align-items:center;background:#00c851;border-radius:4px;display:flex;gap:8px;height:36px;justify-content:center;padding:8px 14px}.edit-access-btn p{color:#fff;font-size:14px;font-weight:600;line-height:20px}.edit-access-btn img{filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7500%) hue-rotate(181deg) brightness(110%) contrast(105%)}.cancel-access-btn{background:#fff;border:1px solid #ced6ed;border-radius:4px;box-shadow:0 1px 2px 0 rgba(10,13,18,.05);color:#51566d;font-size:14px;font-style:normal;font-weight:600;line-height:20px;padding:8px 14px}.resource-avatar-box{align-items:center;background:#e4f3ff;border:2px solid #fff;border-radius:40px;color:#101828;display:flex;font-size:12px;font-weight:600;height:38px;justify-content:center;line-height:normal;margin-right:8px;min-width:38px;text-align:center;width:38px}.resource-avatar-box img{border-radius:40px;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}@media(min-width:1920px){.resource-avatar-box{margin-right:8px}}.access-table-wrapper .search-and-filer-box:nth-of-type(2) .search-input-title,.access-table-wrapper .search-and-filer-box:nth-of-type(3) .search-input-title,.access-table-wrapper .search-and-filer-box:nth-of-type(4) .search-input-title{display:none!important}.single-resource-tabs-wrapper .MuiAppBar-root{align-items:start;background:#fff!important;border:none;border-radius:4px!important;box-shadow:none;flex-direction:column-reverse!important;gap:12px;margin-bottom:12px;padding:12px 24px 0}.single-resource-tabs-wrapper .MuiAppBar-root .simple-tab-another-header{width:100%}.single-resource-tabs-wrapper .MuiAppBar-root .simple-tab-another-header .single-resource-another-header{align-items:center;display:flex;justify-content:space-between;width:100%}.single-resource-tabs-wrapper .MuiAppBar-root .simple-tab-another-header .single-resource-another-header .single-resource-another-header-file-name{color:#2a374e;font-size:24px;font-weight:600;line-height:36px}.single-resource-tabs-wrapper .MuiBox-root{padding:0}
/*# sourceMappingURL=main.51948c27.css.map*/