: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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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-color-progress-bgo:0.2}.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:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;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;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.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{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;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;z-index:1}.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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;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{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Poppins-Regular;font-weight:300;src:local("Poppins-Regular"),url(/static/media/Poppins-Regular.35d26b781dc5fda684cc.ttf) format("truetype")}@font-face{font-family:Poppins-SemiBold;font-weight:300;src:local("Poppins-SemiBold"),url(/static/media/Poppins-SemiBold.ac8d04b620e54be9b0f0.ttf) format("truetype")}@font-face{font-family:Poppins-Medium;font-weight:700;src:local("Poppins-Medium"),url(/static/media/Poppins-Medium.673ed42382ab264e0bf5.ttf) format("truetype")}@font-face{font-family:Poppins-Italic;font-weight:500;src:local("Poppins-Italic"),url(/static/media/Poppins-Italic.e373f6163127e2d469af.ttf) format("truetype")}@font-face{font-family:Poppins-Light;font-weight:600;src:local("Poppins-Light"),url(/static/media/Poppins-Light.7641a0f76ca9ef6c252c.ttf) format("truetype")}@font-face{font-family:Poppins-Bold;font-weight:400;src:local("Poppins-Bold"),url(/static/media/Poppins-Bold.cdb29a5d7ccf57ff05a3.ttf) format("truetype")}@media only screen and (min-height:500px){.sidebar-footer{bottom:15px;position:absolute;width:100%}}body{box-sizing:border-box!important;margin:0!important}body,button,div,input,label,p,select,span,td,textarea,th{font-family:Poppins-Regular!important}.d-flex-a,.d-flex-ja{align-items:center;display:flex}.d-flex-ja{justify-content:center}.flex-column{flex-direction:column!important}.flex-sb{justify-content:space-between}.flex-end{justify-content:flex-end}.commontitle{color:#28a9e1;font-size:20px!important;font-weight:600!important}.footer-text{color:#929592;font-size:12px!important}.mh-85{min-height:calc(100% - 115px)}.footer-box{background-color:#fff;padding:10px 40px}.footer-box .fbar{background:#929592;height:20px;margin:0 16px!important;width:1px}.modal-title{color:#28a9e1!important;font-size:16px!important;font-weight:600!important;line-height:20px!important}.modal-normal-title{color:#111!important;font-size:24px!important;font-weight:600!important;line-height:22px!important;margin-bottom:40px!important}.modal-dis{color:#111!important;font-weight:400;line-height:20px!important;margin:12px 0 20px!important}.delete-dis,.modal-dis{font-size:14px!important}.delete-dis{color:#637083!important;font-weight:500!important;line-height:24px!important;margin:0 0 26px!important;text-align:center}.commonsubtitle{color:#28a9e1;font-size:18px!important;font-weight:600!important}.MuiListItemIcon-root{margin-right:0!important}.first-border tbody tr td:not(:first-child),.second-border tbody tr td:nth-child(2n){border-right:1px solid #e4e7ec}.look-popup .MuiPaper-root{min-height:80px;min-width:120px;padding:12px}.look-popup .MuiPaper-root,.profile-popup .MuiPaper-root{background:#fff;border-radius:8px!important;box-shadow:0 2px 4px 0 #34405140!important}.profile-popup .MuiPaper-root{min-height:220px;min-width:224px}.profile-popup .pop-head{border-bottom:1px solid #d1d1d1;padding:22px 24px}.profile-popup .pop-item-box{color:#111!important;padding:15px 0}.profile-popup .pop-item-box .pop-item{cursor:pointer;padding:10px 24px;transition:.5s}.profile-popup .pop-item-box .pop-item:hover{background-color:#d1d1d1}.profile-popup .pop-item-box .pop-item .pop-text{color:#111!important;font-size:14px!important;font-weight:500!important;line-height:16px;padding-left:16px}.profile-popup .pop-item-box .pop-item-red .pop-text{color:red!important}.sideBarActive,.sideBarActive:hover{background-color:#28a9e1!important;border-radius:4px;box-shadow:0 3.5px 5.5px 0 #00000005}.linkHide,.sidebarLink{color:inherit!important;text-decoration:none!important}.bottom-border{border-bottom:1px solid #d1d1d1}.c-note{color:#637083!important;font-size:12px!important;font-weight:400!important;padding-left:9px}.tick-icon{fill:#14c904!important;font-size:16px!important}.pb-12{padding-bottom:12px}.mr-24{margin-right:24px!important}.mr-10{margin-right:10px!important}.mt-30{margin-top:30px!important}.mb-24{margin-bottom:24px!important}.mt-24{margin-top:24px!important}.mt-12{margin-top:12px!important}.mt-40{margin-top:40px!important}.mb-4{margin-bottom:4px!important}.pb-24{padding-bottom:24px}.pl-4{padding-left:4px}.MuiAppBar-root{box-shadow:0 2px 1px 0 #0000001a!important}.cancel-btn{background-color:#fff!important;border:1px solid #d3d3d3!important;border-radius:20px!important;color:#272727!important;font-size:14px!important;font-weight:600!important;min-width:90px!important;padding:6.5px 16px!important;text-transform:capitalize!important}.btn-2r{margin-right:16px!important}.cancel-btn-hover{background-color:#fff!important;border:1px solid #d3d3d3!important;border-radius:20px!important;color:gray!important;font-size:14px!important;font-weight:600!important;min-width:90px!important;padding:6.5px 16px!important;text-transform:capitalize!important}.cancel-btn-hover:hover{color:#272727!important}.cancel-btn-hover:hover svg{fill:red!important}.save-btn{background-color:#28a9e1!important;border-radius:20px!important;color:#fff!important;font-size:14px!important;font-weight:600!important;min-width:50px!important;padding:7.5px 16px!important;text-transform:capitalize!important}.form-box{background-color:#fff;border-radius:10px;margin-top:27px!important;min-height:60vh;padding:40px}.MuiMenuItem-root{font-size:14px!important}.custom-form .MuiSelect-select,.custom-form input{font-size:14px!important;font-weight:600!important}.custom-form .MuiSelect-select{padding-bottom:10.5px!important;padding-top:10.5px!important}.custom-form .auto-complete-input{border:1px solid #c4c4c4!important;border-radius:5px!important;font-size:14px!important;font-weight:600!important;padding:10px!important;width:100%!important}.custom-form .auto-complete-input::placeholder{color:#b3afaf!important;font-size:12px!important;font-weight:400!important}.custom-form .custom-input{width:100%}.custom-form .custom-input .MuiOutlinedInput-notchedOutline legend{font-size:.65em!important}.custom-form .custom-input .MuiOutlinedInput-input{padding-bottom:12px;padding-top:12px}.custom-form .custom-input .MuiFormLabel-root{color:#3f413f!important;font-size:14px!important;font-weight:600!important}.custom-form .custom-input .MuiFormControlLabel-label{color:#111!important;font-size:14px!important;font-weight:500!important}.custom-form .custom-input .MuiRadio-root{padding:0 9px!important}.custom-form .custom-input .MuiRadio-root svg{width:16px!important}.custom-form .custom-input .MuiInputLabel-root{color:#ababab!important;font-size:12px!important;font-weight:500!important;transform:translate(14px,15px) scale(1)}.custom-form .custom-input .MuiInputLabel-shrink{background-color:#fff;color:#333!important;font-weight:500!important;transform:translate(14px,-9px) scale(1)!important}.custom-form .MuiInputBase-inputMultiline{font-size:14px!important;font-weight:600!important;padding:0!important}table tbody tr td:first-child,table thead th:first-child{padding-left:24px!important}.custom-table .w-10{width:10%}.custom-table .w-15{width:15%}.custom-table .w-30{width:30%}.custom-table .w-35{width:35%}.custom-table .w-20{width:20%}.custom-table .w-25{width:25%}.custom-table .w-40{width:40%}.custom-table .MuiCheckbox-root{padding:initial!important}.custom-table .arrow-box{position:relative;width:11px}.custom-table .active-row,.custom-table table tbody tr:hover{background-color:#f3fffe}.custom-table .MuiTableCell-head{background-color:#e4e7ec;color:#111!important;font-size:14px!important;font-weight:600!important;padding:10.75px}.custom-table .MuiTableCell-head svg{color:#bdbdbd}.custom-table .MuiTableCell-head .MuiCheckbox-root{background:#fff;height:16px;width:16px}.custom-table .MuiTableCell-head .Mui-checked svg{color:#28a9e1}.custom-table .MuiTableCell-body{color:#111!important;font-size:14px!important;padding:14.5px 10.75px;word-break:break-word}.custom-table .MuiTableCell-body img{cursor:pointer}.custom-table .MuiTableCell-body svg{color:#bdbdbd}.custom-table .MuiTableCell-body .MuiCheckbox-root{background:#fff;height:16px;width:16px}.custom-table .MuiTableCell-body .Mui-checked svg{color:#28a9e1}.custom-table .userRow .MuiTableCell-body{padding:5px!important}.custom-table .th-title{color:#111!important;font-size:14px!important;font-weight:600!important;text-transform:capitalize!important}.custom-table .th-title-white{color:#fff!important;font-size:14px!important;font-weight:600!important}.custom-table .u-arrow{bottom:-6px;transform:rotate(180deg)}.custom-table .d-arrow,.custom-table .u-arrow{fill:#92929299;cursor:pointer;height:4px;position:absolute;width:5px}.custom-table .d-arrow{top:-4px}.page-left-text{color:#272727!important;font-size:14px!important}.pagination{align-items:center}.pagination li:first-child button{background:#f8f9fa;border:none;border-radius:7.419px;height:33.385px;margin-right:14px;padding-right:10px}.pagination li:first-child button:before{content:"<";font-size:14px;margin:0 5px;position:relative;top:2px}.pagination li:last-child button{background:#f8f9fa;border:none;border-radius:7.419px;height:33.385px;padding-left:10px}.pagination li:last-child button:after{content:">";font-size:14px;margin:0 5px;position:relative;top:2px}.addfacilitymodal .MuiBox-root,.deletemodal .MuiBox-root{overflow-y:auto;width:90vw}.addfacilitymodal .close-btn,.deletemodal .close-btn{background-color:#fff;position:absolute;right:0;top:0}.addfacilitymodal .close-btn:hover,.deletemodal .close-btn:hover{background-color:#fff}.addfacilitymodal .close-btn svg,.deletemodal .close-btn svg{fill:#28a9e1!important}.deletemodal .MuiBackdrop-root{background-color:#00000040!important}.dashboard-title{color:#111!important;font-size:26px!important;font-weight:600!important}.dashboard-date{color:#637083!important;font-size:14px!important;margin-top:12px}.result-sticky-head thead tr:first-child th:first-child{z-index:1001}.result-sticky-head thead tr:first-child th{top:0;z-index:1000}.result-sticky-head thead tr:last-child th:first-child{z-index:1001}.result-sticky-head thead tr:last-child th{top:45px!important;z-index:1000}.dashboard-batch table tbody tr:nth-child(2n){background-color:#f9fafb}.dashboard-batch table tbody tr:hover{background-color:#f3fffe}.dashboard-batch .blue-header{background-color:#28a9e1!important;color:#fff!important}.dashboard-batch .ligt-green{background-color:#5b6c5b!important;color:#fff!important}.dashboard-batch .small-green{background-color:#c4d79b!important;color:#000!important}.dashboard-batch .grey-header{background-color:#4e4d50!important;color:#fff!important}.dashboard-batch .third-header{background-color:#ececec!important}.dashboard-batch .green-header{background-color:#a7b9ae!important;border:1px solid #240f0f}.dashboard-batch .orange-cell{background-color:#e6662f!important;border:1px solid #240f0f;color:#fff!important}.dashboard-batch .yellow-cell{background-color:#f1c232!important;border:1px solid #240f0f;color:#fff!important}.dashboard-batch .red-cell{background-color:#c0504d!important;border:1px solid #240f0f;color:#fff!important}.dashboard-batch .green-cell{background-color:#b6d7a8!important;border:1px solid #240f0f;color:#fff!important}.dashboard-batch .w-10{width:10%}.dashboard-batch .w-15{width:15%}.dashboard-batch .w-30{width:30%}.dashboard-batch .w-35{width:35%}.dashboard-batch .w-55{width:55%}.dashboard-batch .w-70{width:70%}.dashboard-batch .w-20{width:20%}.dashboard-batch .w-25{width:25%}.dashboard-batch .w-40{width:40%}.dashboard-batch .w-100px{width:100px}.dashboard-batch .w-200px{width:200px}.dashboard-batch .MuiCheckbox-root{padding:initial!important}.dashboard-batch .arrow-box{position:relative;width:11px}.dashboard-batch .MuiTableCell-head{background-color:#dbe1ea;color:#111;font-size:12px!important;font-weight:600!important;padding:2.5px 10.75px!important}.dashboard-batch .MuiTableCell-head svg{color:#bdbdbd}.dashboard-batch .MuiTableCell-head .MuiCheckbox-root{background:#fff;height:16px;width:16px}.dashboard-batch .MuiTableCell-head .Mui-checked svg{color:#28a9e1}.dashboard-batch .MuiTableCell-body{padding:7.5px 10.75px}.dashboard-batch .MuiTableCell-body,.dashboard-batch .MuiTableCell-body div,.dashboard-batch .MuiTableCell-body p{color:#111;font-size:12px!important;word-break:break-word}.dashboard-batch .MuiTableCell-body img{cursor:pointer}.dashboard-batch .MuiTableCell-body svg{color:#bdbdbd}.dashboard-batch .MuiTableCell-body .MuiCheckbox-root{background:#fff;height:16px;width:16px}.dashboard-batch .MuiTableCell-body .Mui-checked svg{color:#28a9e1}.dashboard-batch .th-title{color:#111!important;font-size:12px!important;font-weight:600!important;text-transform:capitalize!important}.dashboard-batch .u-arrow{bottom:-6px;transform:rotate(180deg)}.dashboard-batch .d-arrow,.dashboard-batch .u-arrow{fill:#92929299;cursor:pointer;height:4px;position:absolute;width:5px}.dashboard-batch .d-arrow{top:-4px}.dashboad-tab .download{color:#637083!important;font-size:14px!important;font-weight:600!important;margin-right:14px}.dashboad-tab .MuiTabs-indicator{background-color:#28a9e1}.dashboad-tab .im{cursor:pointer;height:26px;width:26px}.dashboad-tab .wordPng{cursor:pointer;height:30px;width:30px}.dashboad-tab .pdf{margin-left:18px}.dashboad-tab .MuiTabPanel-root{padding:24px 0!important}.dashboad-tab .MuiTabs-root{min-height:36px!important}.dashboad-tab .MuiTab-textColorPrimary{color:#637083;font-size:16px!important;font-weight:500!important;padding-bottom:8px;padding-top:8px!important;text-transform:capitalize!important}.dashboad-tab .MuiTab-textColorPrimary.Mui-selected{background-color:#28a9e1;color:#fff}.dashboad-tab .MuiTabs-flexContainer button{min-height:36px!important}.dashboad-tab .MuiTabs-flexContainer button:first-child,.dashboad-tab .MuiTabs-flexContainer button:last-child,.dashboad-tab .MuiTabs-flexContainer button:nth-child(2){border-left:1px solid #28a9e1;border-radius:4px 4px 0 0;border-right:1px solid #28a9e1;border-top:1px solid #28a9e1}.dashboad-tab .bottom-border{border-bottom:1px solid #28a9e1}.custom-tab .MuiTab-textColorPrimary{color:#637083;font-size:18px!important;font-weight:600!important;padding-top:8px!important;text-transform:capitalize!important}.custom-tab .MuiTab-textColorPrimary.Mui-selected{color:#28a9e1}.custom-tab .MuiTabPanel-root{min-height:300px;padding:30px 8px!important}.custom-tab .MuiTabs-flexContainer .MuiButtonBase-root{margin-right:12px}.custom-tab .MuiTabs-flexContainer button:first-child{padding-left:6px!important;padding-right:6px!important}.custom-tab .MuiTabs-indicator{background-color:#28a9e1;height:3px}.trans-box{background-color:#fff;border-radius:6px;box-shadow:0 2px 4px 0 #93939340;left:50%;max-height:500px;min-height:200px;overflow-y:scroll;padding:32px 80px 40px 40px;position:absolute;top:50%;transform:translate(-50%,-50%);width:80vw}.trans-box .v-title{color:#111!important;font-size:24px!important;font-weight:600!important;margin-bottom:24px}.trans-box .p-rel{margin-bottom:24px;position:relative}.trans-box .p-rel .add{cursor:pointer;position:absolute;right:-35px;top:35px}.custom-sub-tab .MuiTab-textColorPrimary{color:#111!important;font-size:16px!important;font-weight:600!important;padding-top:8px!important;text-transform:capitalize!important}.custom-sub-tab .MuiTab-textColorPrimary.Mui-selected{color:#111!important}.custom-sub-tab .MuiTabs-root{min-height:40px!important}.custom-sub-tab .MuiTabPanel-root{min-height:300px;padding:30px 8px!important}.custom-sub-tab .MuiTabs-flexContainer .MuiButtonBase-root{background:#fff;border:1px solid #e4e7ec;border-bottom:initial!important;border-radius:6px 6px 0 0;margin-right:0!important;min-height:40px!important;min-width:128px!important;padding-bottom:5px!important;padding-top:5px!important}.custom-sub-tab .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected{background:#e4e7ec!important;border-radius:6px 6px 0 0!important}.custom-sub-tab .MuiTabs-flexContainer button:first-child{padding-left:6px!important;padding-right:6px!important}.custom-sub-tab .MuiTabs-indicator{background-color:initial;height:3px}.login-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.login-bg .log-footer{bottom:20px;color:#fff;font-size:14px!important;font-weight:500!important;left:20px;position:absolute}.log-foot-icon{width:80px}.login-form-box{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:auto!important;min-height:100vh;position:relative;text-align:center;width:280px}.login-form-box .log-h1{color:#111!important;font-size:40px;font-weight:600!important;line-height:50px!important;margin-bottom:8px!important}.login-form-box .log-p{color:#637083!important;font-size:14px!important;font-weight:500!important;line-height:24px!important;margin-bottom:40px!important;text-align:center}.login-form-box .log-span{color:#111!important;font-size:12px!important;font-weight:500!important;padding-left:5px}.org-title{color:#333!important;font-size:14px!important;font-weight:600!important;margin-bottom:37px!important}.org-profile{height:82px;margin-bottom:45px!important;object-fit:contain;width:82px}.org-btn{border:1px solid #28a9e1!important;border-radius:4px!important;color:#333!important;font-size:12px!important;margin-bottom:22px!important;min-width:100px!important;text-transform:capitalize!important}.org-remove{color:#28a9e1!important;cursor:pointer;margin-bottom:24px!important}.org-remove,.org-support{font-size:12px!important;font-weight:500!important}.org-support{color:#929292!important;margin-bottom:8px!important}.MuiButton-startIcon{margin-left:0!important;margin-right:4px!important}.MuiButton-startIcon svg{font-size:18px!important}::-webkit-scrollbar{border-radius:4px;cursor:pointer;height:.5em;scrollbar-width:thin;width:.5em}::-webkit-scrollbar-track-piece{background:#e8e8e8;border-radius:100px;cursor:pointer}::-webkit-scrollbar-thumb{background:#7a7a7a;border-radius:100px;cursor:pointer}.MuiFormHelperText-root{font-size:.75rem;font-weight:400;letter-spacing:.03333em;line-height:1.66;margin-bottom:0;margin-left:0!important;margin-right:14px;margin-top:3px;text-align:left}.MuiFormHelperText-root.Mui-error{color:#d32f2f}.result-chart{background:#fff;border-radius:10px;box-shadow:0 4px 21px 2px #00000017;min-height:455px;padding:24px 36px}.result-chart .re-title{color:#28a9e1;font-size:20px;font-weight:600!important}.result-chart .re-dis{color:#637083!important;font-size:14px!important;margin-top:10px}.result-chart .chart-head{color:#637083;font-size:18px;font-weight:500!important;position:absolute;text-align:center;top:15px;width:100%;z-index:1}.th-avator{background-color:#3966b8;border-radius:25px;color:#fff!important;font-family:Red Hat Display Bold!important;font-size:18px!important;height:40px;line-height:23px!important;margin-right:10px!important;width:40px}.mobile-footer-none{display:none}.in-flex,.inline-flex{align-items:center;display:inline-flex}.in-flex{width:100%}.mobileOut{width:408px}.standard-sticky table thead tr:last-child th{top:43px!important}.mbarclose,.w280-block,.weblogo{display:none!important}@media(max-width:615px){.w280{display:none!important}.w280-block{display:block!important}}@media(min-width:1280px){.login-form-box{width:400px!important}.sticky-table{position:-webkit-sticky;position:sticky;top:94px}}@media(min-width:1081px){header .MuiToolbar-root{padding-left:0!important}.weblogo{display:block!important;height:55px!important;margin-left:-33px;width:100%!important}.weblogo img{object-fit:contain!important}.webclose{align-items:center;background-color:#0b0b0b;display:flex;height:75px;justify-content:space-between;padding:0 12px 0 24px;width:239px}.w240{width:calc(100% - 240px)}.w64{width:calc(100% - 65px)}.addfacilitymodal .MuiBox-root{width:738px!important}.deletemodal .MuiBox-root{width:430px!important}}@media(min-height:600px)and (min-width:1279px){.log-foot-icon{bottom:25px;position:absolute;right:-45px}}@media(max-width:767px){.chart-head{font-size:12px!important}.fbar{display:none!important}.MuiTabs-scroller{overflow:visible!important;overflow:initial!important}.re-title{font-size:16px!important}.result-chart{padding:12px!important}.commontitle{font-size:16px!important;margin-bottom:12px!important}.custom-tab,.form-box{padding:12px!important}.d-center{text-align:center}.d-flex-a{flex-direction:column;flex-wrap:wrap;justify-content:center}.mobileOut{width:80vw!important}.log-h1{font-size:30px!important}table .d-flex-a{flex-direction:row!important;flex-wrap:nowrap!important;justify-content:normal!important}nav{width:100%}nav .pagination{overflow:auto}.inline-flex{margin-top:12px!important}.dashboard-date,.page-left-text{margin-bottom:10px!important}.o2{order:2;width:100%}.o1{margin-bottom:10px!important;order:1}}@media(max-width:840px){.mobile-atom{width:80px!important}.mobile-atom img{object-fit:contain!important}.flex-m-column{flex-direction:column}.o2{order:2;width:100%}.o1{margin-bottom:10px!important;order:1}}@media(max-width:599px){.mobileHeader .save-btn,.mobileHeader a button{margin-right:0!important}.mobileHeader .save-btn{font-size:7px!important;justify-content:space-between!important}.mobileHeader .save-btn svg{font-size:9px!important}.MuiToolbar-root{justify-content:space-between}.mbarclose{margin-left:0!important}.MuiTabs-flexContainer{overflow-y:auto}}@media(max-width:1080px){.mobileContainer{display:block!important}.MuiDrawer-root{position:fixed;z-index:10000}.mobileClose .MuiDrawer-paper{left:0}.mnone{display:none!important}.mbarclose,.mbaropen{display:block!important}.mobileHeader{left:0!important;margin-left:0!important;right:0;width:100%!important}.mobileOpen .MuiDrawer-paper{left:-240px}}@media(min-width:250px)and (max-width:899px){.laptop-footer{display:none}.mobile-footer-none{color:#111!important;display:block;margin:12px 0!important}.login-form-box{width:350px!important}}@media(min-width:769px)and (max-width:1080px){.login-form-box{width:435px!important}}@media(min-width:900px)and (max-width:1080px){.MuiGrid-root{flex-basis:100%!important;flex-grow:0!important;max-width:100%!important}}.noRecordsText{font-family:Poppins-Regular!important;font-size:14px!important;font-weight:500!important;line-height:23px!important}.blue-header{background-color:#28a9e1!important;color:#fff!important;font-size:14px!important;font-weight:700!important}.Mui-disabled{-webkit-text-fill-color:#000!important}.object-fit-contain{width:"100% !important"}.object-fit-contain img{object-fit:contain!important}.pac-container{z-index:1301!important}.pac-container:after{display:none!important}
/*# sourceMappingURL=main.3adaf410.css.map*/