.loader-container{left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}.bg,.loader-container{height:100%;position:absolute;width:100%}.bg{background:#0003;border-radius:10px;top:0}.loader{animation:spin 2s linear infinite;border:4px solid #0000004d;border-radius:50%;border-top-color:#2f4047;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;height:2px;left:0;position:fixed;top:0;width:100%;z-index:1031}#nprogress .peg{box-shadow:0 0 10px #29d,0 0 5px #29d;display:block;height:100%;opacity:1;position:absolute;right:0;transform:rotate(3deg) translateY(-4px);width:100px}#nprogress .spinner{display:block;position:fixed;right:15px;top:15px;z-index:1031}#nprogress .spinner-icon{animation:nprogress-spinner .4s linear infinite;border-color:#29d #0000 #0000 #29d;border-radius:50%;border-style:solid;border-width:2px;box-sizing:border-box;height:18px;width:18px}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}h1{font-size:24px}.loginWrapper h1{color:#fff}.loginWrapper{background-color:#2f4047;min-height:100vh}.login-outer{background-color:#fff;border-radius:12px;box-shadow:0 7px 65px 0 #00000012;max-width:650px;padding:30px;width:90%}.main-heading{color:#fff;margin-top:50px}.page-title{padding:0 0 10px}.btn-end{display:flex;gap:15px;justify-content:flex-end;margin-top:15px}.plr36{padding-left:36px;padding-right:36px}.body-wrapper{background-color:#fff;border-radius:10px;box-shadow:0 9px 16px #9fa2bf2e,0 2px 2px #9fa2bf52;margin:0 36px 36px;position:relative}.body-wrapper-not-found{background-color:initial!important;border-radius:10px;box-shadow:none!important}.table-pagination{align-items:center;background-color:#fff;border-radius:0 0 10px 10px;display:flex;justify-content:space-between;padding:10px 0}.page-header{max-width:100%!important;padding:0!important}.common-table{border-radius:10px 10px 0 0!important}img{height:inherit;max-width:100%}.MuiTableCell-root{white-space:nowrap}.baitactive,.baitinactive,.baitnone{align-items:center;border-radius:100%;color:#fff;display:inline-flex;font-size:12px;font-weight:700;height:24px;justify-content:center;min-width:24px;text-align:center}.baitVal{font-size:14px}.baitVal span{margin-left:5px}.baitnone{background-color:initial;color:#000}.baitactive{background-color:#539165}.baitinactive{background-color:#ccc}.change-pass-form{max-width:650px;width:90%}button[type=submit].MuiButtonBase-root,button[type=submit].MuiButtonBase-root:hover{background-color:#008f9c}.info-outer{align-items:center;display:inline-flex}.info-outer.activeInfo{margin-right:10px}.info-outer span{padding-left:5px}button.MuiButtonBase-root.Mui-disabled{background-color:#6e759f1a}.MuiTooltip-popper .MuiTooltip-tooltip{margin-top:5px!important}.table-pagination-inner{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;padding:5px 15px;width:100%}select{-webkit-appearance:none!important;appearance:none!important;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAqElEQVR42r1QSwqEMAwNiIsiGEFEKlhFR7AL24UH8Ag9gkfOUXKEDOM4Mh9n63uLJI8X8gG4AnOY8VTHOQCAW7w4mn4sEzry4hawbMWKpfHDMqKlTWcY1ps82FN3WDrs6akOKwC0wbARI4bqzVKjoa3mNuwdldesRYvm0pdHXvm3mYXPOZdccn7Fwn9tnTUppbKTsubk7gQVKVGiKME/L4sxoohihGtxB2vkQp9V9ml2AAAAAElFTkSuQmCC) no-repeat;background-position:calc(100% - .75rem)!important;background-size:10px;border:0;border-radius:10px;color:#2f4047;font-size:14px;font-weight:500;outline:none;padding:5px 10px;padding-right:2rem!important}.lang-dropdown{cursor:pointer;position:relative}.lang-dropdown .MuiSvgIcon-root{left:10px;position:absolute;top:10px;width:20px}.lang-dropdown select{cursor:pointer;height:42px;margin-right:10px;padding-left:40px}.not-found{color:#223354b3;padding:0 15px;text-align:center}.bait-header{display:flex;flex-wrap:wrap;gap:0}.bait-header span{margin-right:5px}.flex-start-item{justify-content:flex-start!important}.detail-pest img{margin-right:4px;position:relative;top:3px}.MuiButtonBase-root.loading-button,.MuiButtonBase-root.loading-button:hover{background-color:#444;color:#fff!important}.loading-button:disabled{background-color:#eaeaea!important;color:#444!important}.loading-button:disabled span{color:#444!important}.box-detail{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px;margin-top:10px}.detail-header{gap:20px}.cus-info{display:flex;flex-direction:column!important}.cus-info h5{font-size:14px;margin:0}.cus-info span{font-size:12px;font-weight:400}.pt-0{padding-top:0!important}.password-reset{display:block;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:991px) and (orientation:landscape){.loginWrapper{min-height:auto}}@media screen and (max-width:767px){.body-wrapper{margin:0 36px 20px;position:relative}.MuiPageTitle-wrapper.pest-header{margin-bottom:20px!important}.plr36{padding-left:20px;padding-right:20px}}.pest-address{display:flex;flex-direction:column;flex-wrap:wrap;gap:20px}.pest-address h4{margin:0 0 5px;padding:0}.pest-address h5{font-size:12px}.pest-address .street-address{display:inline-block;max-width:300px}.MuiSvgIcon-root.green-status{fill:#42c54f}.MuiSvgIcon-root.gray-status{fill:#858585}.MuiSvgIcon-root.red-status{fill:#ff5020}.MuiSvgIcon-root.yellow-status{fill:#ff0}.sidebar-logo{padding:5px 10px;text-align:center}.switch-toggle .PrivateSwitchBase-input{left:-12px!important;width:40px!important}.switch-toggle .MuiSwitch-switchBase{padding:7px!important}table th{text-transform:capitalize!important}.phone-input{margin-bottom:8px!important;margin-top:16px!important}.MuiDialogTitle-root.modal-heading{font-size:18px;font-weight:700}.setPass .MuiInputBase-fullWidth{padding-right:0!important}.common-table th svg{opacity:0}.common-table th .sort-btn svg,.common-table th:hover svg{opacity:1}.sort-btn{background-color:initial;border:none;height:14px;margin:0 0 0 5px;outline:none;padding:0;position:relative;top:2px;width:14px}.MuiTableCell-head:hover .table-sort{display:block}.cur-pointer{cursor:pointer}.tooltip-table td.tooltip-col{max-width:250px;width:250px}.tooltip-table td .table-text-ellipsis{overflow:hidden;text-overflow:ellipsis}.textarea-mui{border:1px solid #0000003b;border-radius:10px;padding:16.5px 14px;resize:none;width:100%}.textareaInput-error{border:1px solid #ff1943}.textarea-error{color:#ff1943;font-size:13px;font-weight:700;padding:10px 0;word-break:break-all}.editable-table{display:flex;flex-direction:column;width:100%}.editable-table-header{background-color:#22335405;border-bottom:1px solid #2233541a;display:flex}.editable-header-cell{color:#223354b3;flex:1 1;font-size:13px;font-weight:700;padding:11px;text-align:left}.editable-header-cell:first-child,.editable-table-cell:first-child{flex:0 0 70px}.editable-header-cell:nth-child(2),.editable-table-cell:nth-child(2){flex:0 0 84px}.editable-table.full-width-table .editable-header-cell:first-child,.editable-table.full-width-table .editable-header-cell:nth-child(2),.editable-table.full-width-table .editable-table-cell:first-child,.editable-table.full-width-table .editable-table-cell:nth-child(2){flex:1 1}.editable-table-cell input:focus,.editable-table-cell input:focus-visible,.editable-table-cell input:focus-within{border-color:#0000;outline:none}.table-cell-position{position:relative;width:100%}.table-cell-inputReq{bottom:2px;color:#ff1943;font-size:11px;left:10px;position:absolute}.editable-table-content{overflow-x:auto;overflow-y:auto}.editable-table-row{border-bottom:1px solid #ccc;display:flex}.editable-table-cell{align-items:center;display:flex;flex:1 1;padding:11px;text-align:left}.editable-table-cell input{border:0;border-radius:5px;display:block;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap;width:100%}.editable-table-cell.clickable-div span.cur-pointer{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:165px}.editable-table-cell input[type=checkbox]{width:auto}.editable-table-cell input.border1{border:1px solid #ccc;padding:15px 10px}.editable-table-cell input.border0{border-color:#0000;padding:15px 0;pointer-events:none}.editable-table-cell input.border1.error{border-color:#ff1943}.editable-table-cell button[type=submit]{background-color:#006400;color:#fff}.error-modal{background-color:#fff;border-radius:8px;left:50%;padding:.5rem 1rem;position:absolute;top:50%;transform:translate(-50%,-50%)}.error-modal ul{list-style:none;margin:0;padding:0}.error-modal ul>li{align-items:center;border-radius:5px;box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d;color:red;display:flex;min-height:20px;padding:.3rem}.baitbox_action_icons{margin-right:5px!important}.table-head-new{display:flex!important;width:100%}.table-head-new .table-cell-wrap{flex:none!important;width:33.33%}.edit-body{display:flex!important;flex:none!important;width:100%!important}.clickable-div{cursor:pointer}.body-cell{flex:none!important;width:33.33%!important}@media (max-width:767px){.editable-table-content{max-height:none}.editable-header-cell{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media screen and (max-width:991px){.detail-header{flex-direction:column}.pest-address .cus-info:first-child,.pest-address .street-address{max-width:100%}}@media screen and (min-width:1201px){.pest-address{justify-content:flex-end}}.header-row-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.search-term-container{align-items:center;border-radius:10px;display:flex;justify-content:center;max-width:300px;position:relative}.search-term-container .form-control{border:1px solid #22335480;border-radius:10px;box-sizing:border-box;color:#223354;height:40px;outline:none;padding:5px 32px 5px 15px;width:100%}.search-term-container .form-control::placeholder{color:#223354}.search-term-container button.MuiButtonBase-root{margin:0;min-width:auto;padding:2px;position:absolute;right:10px}.search-term-container button.MuiButtonBase-root span{margin:0}table th{-webkit-user-select:none;user-select:none}.checkbox-action #demo-select-small-label[data-shrink=true]{top:9px}#demo-select-small-label.MuiInputLabel-root.Mui-focused{color:#223354b3;font-size:18px;top:20px}.checkbox-action .MuiOutlinedInput-root{height:40px}.filter-search-container{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.filter-outer button,.filter-outer button:hover{background-color:#2f4047;color:#fff;font-size:16px;height:40px;margin-right:0!important}.filter-outer button svg{font-size:18px;margin-right:5px}.filter-table-body .editable-table-cell:first-child,.filter-table-head .editable-header-cell:first-child{flex:0 0 200px}.filter-table-body .editable-table-cell:nth-child(2),.filter-table-head .editable-header-cell:nth-child(2){flex:1 1}.filter-table-body .editable-table-cell,.filter-table-body .editable-table-cell p,.filter-table-head .editable-header-cell{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-table-body .editable-table-cell p{margin:0}.MuiDialogContent-root.filter-modal{display:flex;padding-bottom:0}.filter-modal-head{background-color:#6e759f33;flex:1 1;min-width:170px;padding:0 0 10px}.filter-modal-head:nth-child(2){border-left:2px solid #fff;border-right:2px solid #fff}.filter-modal-head h1{border-bottom:2px solid #fff;font-size:16px;padding:0 14px 10px}.filter-modal-head .filter-item{align-items:flex-start;display:flex;gap:10px;margin-bottom:10px;padding:0 10px}.filter-modal-head .filter-item:last-child{margin-bottom:0}.filter-modal-btn{margin:10px}.filter-item-name{display:flex;flex-wrap:wrap;word-break:break-word}.not-allowed{cursor:not-allowed}@media screen and (max-width:615px){.MuiDialogContent-root.filter-modal{flex-direction:column}.filter-modal-head:nth-child(2){border:0;padding-bottom:0}}input[type=checkbox]:checked{accent-color:#539165}input[type=checkbox]{cursor:pointer}input[type=checkbox]:disabled{cursor:not-allowed}.filter-label-item{cursor:pointer;display:flex;gap:5px}.date-filter-logs{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.date-filter-logs label{font-size:14px;padding-right:10px}.date-filter-logs input[type=date]{background-color:#6e759f1a;border:none;border-radius:10px;height:42px;outline:none;padding:5px 10px}.date-filter-logs .apply-btn button{background-color:#539165}.assign-tag-name{display:inline-block;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:1780px){.filter-container,.inventory-outer{overflow-x:auto;overflow-y:auto}.filter-container .filter-table-body,.filter-container .filter-table-head,.inventory-outer .editable-table-content,.inventory-outer .editable-table-header{width:1600px}}.reset-password-link{color:#008f9c;font-weight:500;text-align:right;text-decoration:none}.MuiOutlinedInput-notchedOutline{border-color:#e6e6e6!important;border-width:2px!important}.MuiOutlinedInput-root{border-radius:5px!important}.Mui-error{font-weight:400!important}.MuiFormControl-root.header-color{border-radius:5px!important;overflow:hidden;position:relative}.MuiFormControl-root.header-color input{border:2px solid #e6e6e6}.MuiFormControl-root.header-color label{font-size:14px!important}.color-modal{position:absolute;z-index:99}.MuiFormControl-root.logo-update{margin-bottom:8px;margin-top:16px}.inner-box-wrapper{min-height:calc(100vh - 80px)}.inner-box-wrapper h1{margin:0}.inner-box-wrapper form{margin-top:20px}.MuiFormControl-root.header-color .MuiFilledInput-underline{border-top-left-radius:5px;border-top-right-radius:5px}.MuiFormControl-root.header-color .MuiFilledInput-underline:after,.MuiFormControl-root.header-color .MuiFilledInput-underline:before{display:none!important}.logo-retailers{background-color:#0000001a;border:1px solid #ccc;display:inline-block;padding:5px}.logo-retailers img{display:block;max-height:70px}.logo-retailers-edit{background-color:#0000001a;border:1px solid #ccc;display:inline-block;padding:5px}.logo-retailers-edit img{display:block;max-width:160px!important}.retailer-modal.MuiBox-root{background-color:#f7f7fe;border:none;border-radius:10px}.retailer-modal h2{font-size:16px;font-weight:700;text-transform:uppercase}.top-header.MuiBox-root{background-color:#2f4047;padding:0 36px;@media screen and (max-width:575px){padding-bottom:0;padding-left:15px;padding-right:15px;padding-top:0}}button.logout.MuiButtonBase-root{background-color:#fff}.top-header img{display:block;max-width:80px}.top-subHeader{padding-left:0;padding-right:0}.top-header-btns.MuiBox-root{margin:0}.edit-reatiler-logo-text{color:#223354b3;font-size:75%;margin:0 0 5px}@media screen and (max-width:575px){.MuiPageTitle-wrapper.pest-header{padding:15px}.body-wrapper{margin-left:15px;margin-right:15px}}.link-wrapper{text-align:center}.qr-wrapper{align-items:center;display:flex;gap:10px;justify-content:flex-start}
/*# sourceMappingURL=main.bd3ed9fc.css.map*/