:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform: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 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;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}.Toastify__toast--rtl{direction:rtl}.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}.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}}.f{--y:calc(var(--len) - var(--nth));bottom:0;min-height:80px;position:absolute;right:0;transform:translate3d(0,calc(var(--y)*-40%),0) scale(calc(1 - var(--y)*.05));transition:all .3s;width:100%}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sidebar-container{background-color:hsla(0,0%,100%,.5);box-shadow:0 0 3px #007bff;color:#000;height:100vh;max-width:220px;min-width:220px;position:relative;transition:all .1s ease}.open-sidebar-img{display:flex;justify-content:center}.open-sidebar-img img{width:80%}.sidebar-list-section{margin-top:25px;max-height:70vh;overflow-y:scroll}.sidebar-list-section::-webkit-scrollbar{display:none}.top-section{align-content:center;align-items:center;display:flex;justify-content:center;padding:12px 8px}.logo{font-size:10px}.scrollable-bar{cursor:pointer;font-size:25px;position:absolute;right:-28px;top:-2px;z-index:200}.sidebar-list,.submenu-sidebar-container{align-items:center;border-radius:4px;color:#000;display:flex;gap:8px;margin:5px 10px;padding:12px 15px}.submenu-sidebar-container{cursor:pointer;justify-content:space-between}.submenu-sidebar-container:hover{background-color:#607d8b29}.submenu-header{display:flex;gap:8px}.submenu-list{display:flex;flex-direction:column;margin-left:28px;margin-top:0}.active-submenu-item,.submenu-item{align-items:center;border-radius:4px;color:#000;display:flex;gap:8px;margin:2px 15px 2px 2px;padding:8px 12px}.active-submenu-item,.active-submenu-item:hover{background-color:#2b93c8d0}.submenu-item:hover{background-color:#607d8b29}.collapsed-sidebar-container .sidebar-list-section a:last-child,.sidebar-container .sidebar-list-section a:last-child{bottom:10px;position:absolute;width:calc(100% - 20px)}.collapsed-sidebar-container .sidebar-list-section .submenu-list a:last-child,.sidebar-container .sidebar-list-section .submenu-list a:last-child{bottom:0;position:relative}.active-sidebar-list{background-color:#2b93c8d0;border-radius:4px;color:#000;gap:8px;margin:5px 10px;padding:12px 15px}.active-sidebar-list,.sidebar-list-icon{align-items:center;display:flex}.sidebar-list-icon svg{font-size:18px;text-align:center}.sidebar-list-title{align-content:center;display:flex;font-size:16px;font-weight:500;letter-spacing:.02rem;text-align:center;transition:all .1s ease-in}.hide-sidebar-list-title{display:none;transition:all .1s ease-in}.sidebar-list a{text-decoration:none}.sidebar-list:hover{background-color:#607d8b29}.active-sidebar-list:hover{background-color:#2b93c8d0}.sidebar-list-title{white-space:nowrap}.collapsed-sidebar-container{align-items:center;background-color:hsla(0,0%,100%,.5);box-shadow:0 0 3px #007bff;color:#000;display:flex;flex-direction:column;max-width:60px;min-height:100vh;min-width:60px;position:relative;transition:all .1s ease-in}.collapsed-sidebar-container .sidebar-list-section{align-items:center;display:flex;flex-direction:column;width:40px}.collapsed-sidebar-container .sidebar-list-section .active-sidebar-list{background-color:#2b93c8d0}.collapsed-sidebar-container .sidebar-list-section .active-sidebar-list,.collapsed-sidebar-container .sidebar-list-section .sidebar-list{display:flex;justify-content:center;margin:5px 0;padding:10px;width:100%}.collapsed-sidebar-container .sidebar-list-section .collpased-submenu-sidebar-container{border-radius:4px;cursor:pointer;display:flex;justify-content:center;margin:5px 0;padding:10px;width:100%}.collapsed-sidebar-container .sidebar-list-section .collpased-submenu-sidebar-container:hover{background-color:#607d8b29}@media only screen and (max-width:1300px){.sidebar-container{background-color:hsla(0,0%,100%,.5);box-shadow:0 0 3px #007bff;color:#000;height:100vh;max-width:176px;min-width:176px;position:relative;transition:all .1s ease}.open-sidebar-img img{width:80%}.sidebar-list-section{margin-top:25px;max-height:60vh;overflow-y:scroll}.active-sidebar-list,.sidebar-list{border-radius:3px;gap:6px;margin:4px 6px;padding:8px 6px 8px 10px}.active-sidebar-list{background-color:#2b93c8d0}.submenu-sidebar-container{border-radius:3px;gap:6px;margin:4px 6px;padding:8px 6px 8px 10px}.submenu-header{display:flex;gap:6px}.submenu-list{margin-left:0}.active-submenu-item,.submenu-item{border-radius:3px;color:#000;gap:6px;margin:3px 6px 3px 20px;padding:8px 6px 8px 8px}.active-submenu-item{background-color:#2b93c8d0}.sidebar-list-title{font-size:14px;font-weight:500;letter-spacing:.03rem;margin-top:1px}.sidebar-list-icon svg{font-size:16px;text-align:center}.collapsed-sidebar-container{max-width:50px;min-height:100vh;min-width:50px;transition:all .1s ease-in}.collapsed-sidebar-container .sidebar-list-section{width:30px}.collapsed-sidebar-container .sidebar-list-section .active-sidebar-list{background-color:#2b93c8d0;display:flex;justify-content:center;margin:5px 0;padding:6px;width:100%}.collapsed-sidebar-container .sidebar-list-section .sidebar-list{display:flex;justify-content:center;margin:5px 0;padding:6px;width:100%}.collapsed-sidebar-container .sidebar-list-section .collpased-submenu-sidebar-container{padding:6px}.sidebar-container .sidebar-list-section a:last-child{width:calc(100% - 12px)}.sidebar-container .sidebar-list-section .submenu-list a:last-child{width:calc(100% - 26px)}}.notification-content{background:#fff;border-radius:0;box-shadow:0 0 .6rem 0 rgba(0,0,0,.3);color:#000;max-height:500px;max-width:400px;min-width:400px;overflow-x:hidden;overflow-y:scroll;position:absolute;right:-10px;top:33px;z-index:10000}.notification-content::-webkit-scrollbar{width:8px}.notification-content::-webkit-scrollbar-track{background:#c7cdcfe6}.notification-content::-webkit-scrollbar-thumb{background:#90a4ae;border-radius:6px}.notification-header{align-items:center;background-color:#fff;border-bottom:1px solid #969393;display:flex;justify-content:space-between;padding:10px 15px;position:-webkit-sticky;position:sticky;top:0}.notification-heading{font-size:.85rem;font-weight:600;letter-spacing:.03rem}.dropdown-content::-webkit-scrollbar{display:none}.loading-notification,.no-notifications{align-content:center;align-items:center;display:flex;font-weight:500;justify-content:center;letter-spacing:.05rem;max-width:400px;min-height:50px;min-width:400px}.notification-with-icon{border-bottom:1px solid #b7b7c88f;cursor:default;display:flex;overflow-wrap:break-word;padding:12px 15px;width:400px}.notification-with-icon svg{cursor:default;font-size:1.2rem;margin-top:-2px}.notification-with-icon:hover{background-color:hsla(0,2%,91%,.848)}.notifications{font-size:.92rem;letter-spacing:.01rem;padding-left:8px}.dropdown-content{background:#fff;border-radius:0;box-shadow:0 0 .6rem 0 rgba(0,0,0,.3);color:#000;min-width:-webkit-max-content;min-width:max-content;padding:2px 0;position:absolute;right:-10px;top:33px;z-index:10000}.navbar-dropdown{list-style:none;margin:0;padding:0}ul.navbar-dropdown li{font-weight:500;letter-spacing:.03rem;padding:5px 10px}.dropdown-links{align-items:center;color:#000;cursor:pointer;display:flex;flex-direction:row;gap:6px;text-decoration:none}.dropdown-links-logout:hover{color:#007bff!important}.clicked{display:none}.navbar-container{align-content:center;align-items:center;background-color:hsla(0,0%,100%,.5);box-shadow:2px 0 3px #007bff;color:#000;display:flex;justify-content:flex-end;margin:0;max-height:35px;min-height:35px;padding:10px;width:100vw}.navbar-icon-container{margin-right:15px}.dropdown,.navbar-icon-container{align-content:center;align-items:center;display:flex;justify-content:center}.dropdown{height:4vh;margin:0 15px;position:relative}.dropdown svg{cursor:pointer;font-size:20px}.dropdown img{border-radius:50%;cursor:pointer;height:20px;width:20px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.table-content{max-height:71vh}.resized-table-content,.table-content{margin-right:4px;overflow-y:scroll;scroll-behavior:smooth}.resized-table-content{max-height:calc(71vh - 40px)}.trash-doc-table-content{max-height:71vh;overflow-y:scroll}.documents-table{background-color:#fff;border-collapse:collapse;box-shadow:0 3px 3px #e1e5ee;font-size:13px;margin-left:10px;min-width:99%;position:relative}.documents-table-header tr{box-shadow:0 3px 3px #e1e5ee;height:45px}.documents-table td,.documents-table th{padding:8px 10px;text-align:center}.documents-table .documents-table-header th{font-size:12px;font-weight:600;letter-spacing:.06rem;text-transform:uppercase}.documents-table .documents-table-header{background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:2}.documents-table .document-table-body-row{position:relative}.documents-table td{font-weight:500;letter-spacing:.04rem}.documents-table-body tr{border-bottom:1px solid #edeff2;height:60px}.documents-table .documents-table-header th:first-child{padding-left:23px}.documents-table .documents-table-body td:last-child button{background-color:#d8d8e48f;border:none;border-radius:3px;color:#000000ad;min-width:24px;padding:7px 5px}.documents-table td:last-child svg{font-size:16px}.documents-table .documents-table-body .file-icon svg{width:20px}.documents-table .documents-table-body .category{border-radius:50px;color:rgba(42,42,42,.773);font-size:12px;font-weight:600;letter-spacing:1px;margin:0;padding:6px;text-align:center}.documents-table .documents-table-body td:last-child{align-items:center;display:flex;flex-direction:row;justify-content:center;min-height:60px}.table-content::-webkit-scrollbar{width:10px}.table-content::-webkit-scrollbar-track{background:#c7cdcfe6;border-radius:6px}.table-content::-webkit-scrollbar-thumb{background:#90a4ae;border-radius:6px}.resized-table-content::-webkit-scrollbar{width:10px}.resized-table-content::-webkit-scrollbar-track{background:#c7cdcfe6;border-radius:6px}.resized-table-content::-webkit-scrollbar-thumb{background:#90a4ae;border-radius:6px}.dropdown-button{cursor:pointer}.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation24.MuiDialog-paper.MuiDialog-paperScrollPaper.MuiDialog-paperWidthSm{border:2px solid #007bffbf;border-radius:4px;max-width:800px;min-width:400px}.edit-document-form .field .MuiFormControl-root.MuiTextField-root{width:100%}.popup_submit_btn{margin:0 auto}.popup_submit_btn button{background:#007bff;border-radius:5px;padding:6px 26px}.edit-doc-modal{align-content:center;align-items:center;display:flex}.popup-header-svg-icon{background-color:#007bff;border-radius:3px;color:#fff;padding:0 6px}.popup-header-title{color:#007bff;font-size:1.2rem;font-weight:600;letter-spacing:.03rem;margin-left:10px}.popup-header-svg-icon svg{font-size:18px;margin-top:-2px}#customized-dialog-title button{color:#007bff;margin-top:5px}.elements{height:68px;left:20px;top:35px}.doc-elements,.elements{background:#fff;border-radius:2px;box-shadow:0 0 .6rem 0 rgba(0,0,0,.3);position:absolute}.doc-elements{height:auto;left:0;top:22px}.doc-elements>ul{margin-bottom:0;text-align:left;width:-webkit-max-content;width:max-content}.select-all-table-dropdown{display:flex;flex-direction:column;gap:6px;justify-content:flex-start;text-align:left}.reports-elements{background:#fff;border-radius:2px;box-shadow:0 0 .6rem 0 rgba(0,0,0,.3);height:64px;left:20px;position:absolute;top:35px}.scan-doc-elements{height:68px}.dropdown-button .reports-dropdown-list .reports-dropdown-item{list-style:none;padding:8px 14px;width:240px}.dropdown-button .reports-dropdown-list .reports-dropdown-item:hover{background:hsla(0,0%,92%,.893);color:#000}.dropdown-button .docs-dropdown-list .docs-dropdown-item{list-style:none;padding:8px 14px;width:100%}.dropdown-button .docs-dropdown-list .docs-dropdown-item:hover{background:hsla(0,0%,92%,.893);color:#000}.document-table-select-row{display:inline-block}.bulk-func{display:flex;position:relative}.document-table-sorting{margin-left:3px}.edit-document-form .field .input-field label{color:#000000c6;font-size:.9rem;font-weight:500;letter-spacing:.02rem;margin-top:-8px}.edit-document .field .input-field .MuiFormControl-root .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:360px;min-height:35px;min-width:360px}.edit-document-form .field .input-field .Mui-focused,.edit-document-form .field .input-field .MuiFormLabel-filled{margin-top:0}.edit-doc-select-option .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:360px;min-height:35px;min-width:360px}.edit-doc-select-option .Mui-focused,.edit-doc-select-option .MuiFormLabel-filled{margin-top:0}.edit-doc-select-label{margin-top:-10px}.star-checkbox{cursor:pointer;font-size:23px;visibility:hidden}.star-checkbox:before{color:#000;content:"\2606";position:relative;top:-10px;visibility:visible}.star-checkbox:checked:before{color:#ff0;content:"\2605";visibility:visible}.documents-table .starred-tables-body td:first-child,.documents-table .starred-tables-header th:first-child{padding-left:15px;text-align:center}.category-table-content{max-height:80vh;padding-right:7px;width:100%}.documents-table td:nth-child(6),.documents-table th:nth-child(6){text-align:start}.documents-table td:nth-child(7),.documents-table th:nth-child(7){width:140px}.report-table td:first-child,.report-table th:first-child{padding-left:23px;text-align:start}.report-table td,.report-table th{text-align:center}.report-table td:nth-child(5),.report-table th:nth-child(5){text-align:start}.report-table td:nth-child(6),.report-table th:nth-child(6){text-align:center;width:140px}.recent-tables td:nth-child(3),.recent-tables th:nth-child(3){text-align:start}.recent-tables td:nth-child(5),.recent-tables th:nth-child(5){text-align:center}.recent-tables td:nth-child(4),.recent-tables th:nth-child(4){width:120px}.starred-tables td:nth-child(4),.starred-tables th:nth-child(4){text-align:start}.starred-tables td:nth-child(5),.starred-tables th:nth-child(5){text-align:center;width:120px}.starred-tables td:nth-child(6),.starred-tables th:nth-child(6){text-align:center}.category-tables td:nth-child(2),.category-tables td:nth-child(3),.category-tables th:nth-child(2),.category-tables th:nth-child(3){text-align:start}.category-tables td:nth-child(5),.category-tables th:nth-child(5){text-align:center}.category-tables td:first-child,.category-tables th:first-child{padding-left:23px;text-align:start;width:40px}.user-tables td:first-child,.user-tables th:first-child{padding-left:23px;text-align:start}.user-tables td:nth-child(2),.user-tables td:nth-child(3),.user-tables th:nth-child(2),.user-tables th:nth-child(3){text-align:start}.user-tables td:nth-child(5),.user-tables td:nth-child(6),.user-tables th:nth-child(5),.user-tables th:nth-child(6){text-align:center}.category-tables td:nth-child(4),.category-tables th:nth-child(4){text-align:center;width:140px}.deleted-documents-tables td:first-child,.deleted-documents-tables th:first-child{padding-left:23px;text-align:start;width:40px}.deleted-documents-tables td:nth-child(4),.deleted-documents-tables th:nth-child(4){text-align:start}.deleted-documents-tables td:nth-child(6),.deleted-documents-tables th:nth-child(6){text-align:center}.deleted-documents-tables td:nth-child(5),.deleted-documents-tables th:nth-child(5){padding:0 50px;text-align:center;width:220px}.deleted-category-tables td,.deleted-category-tables th{text-align:start}.deleted-category-tables td:nth-child(4),.deleted-category-tables th:nth-child(4){text-align:center;width:120px}.deleted-category-tables td:last-child,.deleted-category-tables th:last-child{text-align:center}.deleted-category-tables td:first-child{padding-left:23px;width:40px}.deleted-users-tables td:nth-child(5),.deleted-users-tables th:nth-child(5){text-align:center}.deleted-users-tables td:first-child,.deleted-users-tables th:first-child{padding-left:23px;text-align:start;width:40px}.case-doc-tables td:first-child,.case-doc-tables th:first-child{padding-left:23px;text-align:start}.case-doc-tables td:nth-child(2),.case-doc-tables th:nth-child(2){text-align:center}.case-doc-tables td:nth-child(3),.case-doc-tables th:nth-child(3){flex-grow:5;text-align:start}.case-doc-tables td:nth-child(4),.case-doc-tables th:nth-child(4){text-align:start}.case-doc-tables td:nth-child(4) .case-doc-table-category-cell{align-items:center;display:flex;justify-content:space-between;max-width:160px;min-width:160px}.case-doc-tables td:nth-child(4) .case-doc-table-category-cell-icon{cursor:pointer;font-size:16px}.case-doc-tables td:nth-child(5),.case-doc-tables td:nth-child(6),.case-doc-tables th:nth-child(5),.case-doc-tables th:nth-child(6){text-align:center}.case-doc-tables .request-doc-icon{display:inline-block;position:relative}.case-doc-tables .request-doc-icon .tooltiptext{background-color:rgba(0,0,0,.747);border-radius:5px;color:#fff;left:88%;margin-left:-60px;padding:5px 0;position:absolute;text-align:center;top:130%;visibility:hidden;width:100px;z-index:1}.case-doc-tables .request-doc-icon .tooltiptext:after{border:5px solid transparent;border-bottom-color:rgba(0,0,0,.747);bottom:100%;content:"";left:50%;margin-left:-5px;position:absolute}.case-doc-tables .request-doc-icon:hover .tooltiptext{visibility:visible}.case-doc-tables .request-doc-request-icon svg{color:#ffd132;font-size:25px}.case-doc-tables .request-doc-approved-icon svg{color:#056f37;font-size:25px}.case-doc-tables .request-doc-upload-icon svg{color:green;font-size:25px}.case-doc-tables .request-doc-rejected-icon svg{color:red;font-size:25px}.case-doc-tables .documents-table-body td:last-child button{background-color:transparent;color:#000000ad}.case-list-tables td,.case-list-tables td:first-child,.case-list-tables th,.case-list-tables th:first-child{text-align:center}.case-list-tables td:nth-child(2),.case-list-tables td:nth-child(3),.case-list-tables th:nth-child(2),.case-list-tables th:nth-child(3){text-align:start}.case-list-tables td:nth-child(5),.case-list-tables th:nth-child(5){text-align:center;width:140px}.case-list-tables td:nth-child(4),.case-list-tables td:nth-child(6),.case-list-tables th:nth-child(4),.case-list-tables th:nth-child(6){text-align:center}.case-list-tables td:nth-child(2){color:#000fb5}.all-case-list-tables td,.all-case-list-tables td:first-child,.all-case-list-tables th,.all-case-list-tables th:first-child{text-align:center}.all-case-list-tables td:nth-child(5),.all-case-list-tables th:nth-child(5){text-align:start}.all-case-list-tables td:nth-child(8),.all-case-list-tables th:nth-child(8){text-align:center;width:140px}.email-case-list-tables td,.email-case-list-tables td:first-child,.email-case-list-tables th,.email-case-list-tables th:first-child{text-align:center}.email-case-list-tables td:nth-child(5),.email-case-list-tables th:nth-child(5){text-align:start}.email-case-list-tables td:nth-child(6),.email-case-list-tables th:nth-child(6){text-align:center;width:140px}.fax-case-list-tables td,.fax-case-list-tables td:first-child,.fax-case-list-tables th,.fax-case-list-tables th:first-child{text-align:center}.fax-case-list-tables td:nth-child(5),.fax-case-list-tables th:nth-child(5){text-align:start}.fax-case-list-tables td:nth-child(6),.fax-case-list-tables th:nth-child(6){text-align:center;width:140px}.all-doc-tables td,.all-doc-tables td:first-child,.all-doc-tables th,.all-doc-tables th:first-child{text-align:center}.all-doc-tables td:nth-child(5),.all-doc-tables th:nth-child(5){text-align:start}.all-doc-tables td:nth-child(6),.all-doc-tables th:nth-child(6){text-align:center;width:140px}.case-doc-table-category-cell .category-cell-doc-select-ui .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;max-height:25px;max-width:120px;min-height:25px;min-width:120px}.case-doc-table-category-cell .category-cell-doc-select-ui .Mui-focused{margin-top:10px}.case-doc-table-category-cell .category-cell-doc-select-ui .MuiFormLabel-filled{margin-top:6px}.add-category-page{align-items:center;display:flex;flex-direction:column;height:92vh;justify-content:center}.add-category-container{background:#fff;border:2px solid #007bffbf;border-radius:12px;display:flex;flex-direction:column;margin:10px;max-width:560px;min-width:560px;padding:15px 30px}.add-category-header{align-items:center;display:flex;justify-content:space-between}.add-category-title-with-img{align-items:center;display:flex;margin-left:-14px}.add-category-title{color:#007bff;font-size:1.5rem;font-weight:600;margin:15px 0}.add-category-inputs{border:none;outline:none;width:100%}.add-category-inputs,.add-category-inputs-with-error-message{display:flex;flex-direction:column}.add-category-error-message{color:red;font-size:.8rem;margin-bottom:5px;margin-top:-4px}.add_category_Btn{padding:1rem;width:86%}.add-category-header button{background:none;box-shadow:none;color:#007bff;font-size:28px;max-height:25px}.add-category-header button:hover{background-color:#f5f3f3;box-shadow:none}.add-category-inputs-with-error-message fieldset{border:1px solid #ccc}.add-category-inputs-with-error-message fieldset:focus-visible,.add-category-inputs-with-error-message fieldset:focus-within,.add-category-inputs-with-error-message fieldset:hover,.add-category-inputs-with-error-message input:focus-visible,.add-category-inputs-with-error-message input:focus-within .add-category-inputs-with-error-message input:hover{border:none;outline:none}.add-category-button,.add-user-button{text-align:center}.add_doc_content{width:60%}.category-with-color{position:relative}.add-category-bg-color{appearance:none;-moz-appearance:none;-webkit-appearance:none;background-color:transparent;border:none;cursor:pointer;height:40px;position:absolute;right:10px;top:17px;width:40px}.add-category-bg-color::-webkit-color-swatch{border:none;border-radius:5px}.add-category-bg-color::-moz-color-swatch{border:none;border-radius:15px}.edit-category-bg-color{appearance:none;-moz-appearance:none;-webkit-appearance:none;background-color:transparent;border:none;cursor:pointer;height:40px;position:absolute;right:10px;top:8px;width:40px}.edit-category-bg-color::-webkit-color-swatch{border:none;border-radius:5px}.edit-category-bg-color::-moz-color-swatch{border:none;border-radius:15px}.add-category-button button{background:#000;font-weight:600;margin:1rem 0;width:100%}.add-category-page .container{align-items:center;display:flex;flex-direction:row;height:92vh;justify-content:center}.category-container{display:flex;flex-direction:column;min-width:calc(100vw - 220px);padding:0}.category-table{padding:0}.category-content,.category-table{display:flex;justify-content:center}.category-content{flex-direction:column;position:relative;width:100%}.category-table-header{align-content:center;align-items:center;background-color:#fff;display:flex;justify-content:space-between;margin:10px 17px 10px 10px;max-height:52px;min-height:52px;padding:10px;position:relative}.category-table-header .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:50vw;min-height:35px;min-width:50vw}.category-table-header .MuiOutlinedInput-root svg{width:35px}.category-table-header .MuiOutlinedInput-input{margin-left:4px}.category-table-header label{color:#000000c6;font-size:.9rem;font-weight:500;letter-spacing:.02rem;margin-top:-8px}.category-table-header .Mui-focused,.category-table-header .MuiFormLabel-filled{margin-top:0}.category-page-title{color:#007bff;display:flex;font-size:1.5rem;font-weight:600;letter-spacing:.07rem}.add-category{background-color:#d8d8e48f;border:none;border-radius:6px;color:#000000ad;cursor:pointer;font-size:15px;font-weight:900;justify-content:flex-end;letter-spacing:.04rem;padding:6px 12px}.category-filter{align-content:center;align-items:center;animation:filter .2s ease-in;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;padding:3px 10px 10px}.hide-category-filter{display:none}.category-filter label{color:#000000c6;font-size:.9rem;font-weight:500;letter-spacing:.02rem;margin-top:-8px}.category-filter .Mui-focused{margin-top:0}.category-filter .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:154px;min-height:35px;min-width:154px}.category-filter .MuiFormLabel-filled{margin-top:0}.no-category-data{background-color:#fff;font-size:1rem;font-weight:800;letter-spacing:.05rem;margin-left:10px;margin-right:17px;padding:10px 0;text-align:center}.category-table-pagination{display:flex;font-size:.8rem;justify-content:flex-end;margin-right:10px}.category-pagination{cursor:pointer;display:flex;justify-content:space-between;list-style:none;margin-top:15px;width:auto}.category-pagination a{background-color:#fff;border:1px solid #d8d8e4df;color:#0d74cf;padding:5px 10px}.category-pagination a:hover{background:#0d74cf;color:#fff!important}.category-pagination-link{font-weight:700}.category-pagination-link-active a{background-color:#0d74cf;color:#fff}.category-pagination-link-disabled a,.category-pagination-link-disabled a:hover{background-color:#d8d8e4df;border:1px solid #d8d8e4df;color:#000000ad;cursor:not-allowed}.dashboard-container{min-width:calc(100vw - 220px)}.navbar{padding:0}.dashboard-page-content{max-height:95vh;overflow-y:scroll}.dahboard-column{display:flex;flex-direction:column;margin-top:10px}.dashboard-column-section{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dashboard-data{align-content:center;background:#fff;flex-direction:column;min-width:48%}.box-part-one,.dashboard-data{display:flex;justify-content:center}.box-part-one,.box-part-two{flex-direction:row;min-height:35%}.box-part-two,.dashboard-stats{display:flex;justify-content:center}.dashboard-stats{align-content:center;background-color:#fff;background-position:0 100%;border:1px solid #b7b7c88f;border-radius:3px;cursor:pointer;flex-direction:column;margin:10px;max-width:260px;min-width:260px;padding:10px;text-decoration:none}.dashboard-stats:hover{background-color:#607d8b29;transition:.3s}.dashboard-stats .data-count{color:#007bff;display:flex;font-size:1.5rem;font-weight:600;justify-content:center;margin-bottom:5px}.data-with-icon{align-content:center;align-items:center;color:#000000ad;display:flex;justify-content:center}.data-with-icon svg{font-size:20px}.data{color:#000000ad;font-size:16px;font-weight:600;letter-spacing:.07rem;margin-left:5px;margin-top:2px;text-align:center}.dashboard-column-2{align-content:center;display:flex;flex-direction:row;justify-content:space-between;margin:10px 10px 0;padding:0}.linechart{align-items:center;background-color:#fff;border-radius:0;display:flex;justify-content:center;margin-top:0;max-width:49.5%;min-width:49.5%;padding:0 10px}.linechart canvas{height:100%}.piechart{background-color:#fff;margin-top:0;max-width:49.5%;min-width:49.5%;padding:10px 30px}.dashboard-column-3,.piechart{align-items:center;border-radius:0;display:flex;justify-content:center}.dashboard-column-3{background:#fff;margin:12px;max-height:50vh;min-height:50vh;padding:10px 100px}.add-document-page{align-items:center;display:flex;flex-direction:column;height:92vh;justify-content:center}.add-document-container{background:#fff;border:2px solid #007bffbf;border-radius:12px;display:flex;flex-direction:column;margin:10px;max-width:560px;min-width:560px;padding:15px 30px}.add-document-header{align-items:center;display:flex;justify-content:space-between}.add-document-title-with-img{align-items:center;display:flex;margin-left:-14px}.add-document-title{color:#007bff;font-size:1.5rem;font-weight:600;margin:15px 0}.add-document-inputs{border:none;display:flex;justify-content:space-between;outline:none;width:100%}.select-ui label{padding-top:12px}.add-document-inputs-with-error-message{display:flex;flex-direction:column;width:49%}.add-doc-error-message{color:red;font-size:.8rem;margin-bottom:5px;margin-top:-4px}.add_document_Btn{padding:1rem;width:86%}.add-document-header button{background:none;box-shadow:none;color:#007bff;font-size:28px;max-height:25px}.add-document-header button:hover{background-color:#f5f3f3;box-shadow:none}.add-document-inputs-with-error-message fieldset{border:1px solid #ccc}.add-document-inputs-with-error-message fieldset:focus-visible,.add-document-inputs-with-error-message fieldset:focus-within,.add-document-inputs-with-error-message fieldset:hover,.add-document-inputs-with-error-message input:focus-visible,.add-document-inputs-with-error-message input:focus-within .add-document-inputs-with-error-message input:hover{border:none;outline:none}.add-category-button,.add-document-button,.add-user-button{text-align:center}.documents-content{display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.table-header{align-items:center;background-color:#fff;display:flex;justify-content:space-between;margin:8px 17px 8px 10px;max-height:52px;min-height:52px;padding:10px;position:relative}.table-header .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:50vw;min-height:35px;min-width:50vw}.table-header .MuiOutlinedInput-root svg{width:35px}.table-header .MuiOutlinedInput-input{margin-left:4px}.table-header label{color:#000000c6;font-size:.9rem;font-weight:500;letter-spacing:.02rem;margin-top:-8px}.table-header .Mui-focused,.table-header .MuiFormLabel-filled{margin-top:0}.doc-header-btn{display:flex;gap:10px}.add-document,.filter-documents{background-color:#d8d8e48f;border:none;border-radius:4px;color:#000000ad;cursor:pointer;font-size:15px;font-weight:600;letter-spacing:.04rem;padding:6px 12px}.document-filter{align-content:center;align-items:center;animation:filter .2s ease-in;display:flex;flex-direction:row;gap:12px;padding:3px 10px 10px}.document-filter::-webkit-scrollbar{display:none}.hide-document-filter{animation:filter .5s ease-in;display:none}.document-filter label{color:#000000c6;font-size:.9rem;font-weight:500;letter-spacing:.02rem;margin-top:-8px}.document-filter .Mui-focused{margin-top:0}.document-filter .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:154px;min-height:35px;min-width:154px}.document-filter .MuiFormLabel-filled{margin-top:0}.no-doc-data{background-color:#fff;font-size:1rem;font-weight:800;letter-spacing:.05rem;margin-left:10px;margin-right:17px;padding:10px 0;text-align:center}.table-pagination{justify-content:flex-end}.case-table-pagination,.table-pagination{display:flex;font-size:.8rem;margin-right:17px}.case-table-pagination{align-items:center;justify-content:space-between}.docs-count{background-color:#fff;color:#007bff;font-size:14px;font-weight:600;letter-spacing:.07rem;margin-left:10px;padding:5px 10px}.doc-pagination{cursor:pointer;display:flex;justify-content:space-between;list-style:none;margin-top:15px;width:auto}.doc-pagination a{background-color:#fff;border:.1px solid #d8d8e4df;color:#0d74cf;font-weight:500;padding:5px 10px}.doc-pagination a:hover{background:#0d74cf;color:#fff!important}.doc-pagination-link{font-weight:700}.doc-pagination-link-active a{background-color:#0d74cf;color:#fff}.doc-pagination-link-disabled a,.doc-pagination-link-disabled a:hover{background-color:#d8d8e4df;border:1px solid #d8d8e4df;color:#000000ad!important;cursor:not-allowed}@media only screen and (max-height:630px){.table-header{margin:7px 17px 7px 10px;max-height:48px;min-height:48px;padding:10px}.add-document,.filter-documents{border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;padding:6px 12px}}.pdf{align-content:center;flex-direction:column;max-height:84vh;max-width:80vw;min-height:84vh;min-width:80vw;overflow-x:hidden;overflow-y:scroll}.pdf,.toolbar{background-color:#212529;display:flex}.toolbar{box-shadow:8px 0 8px #000;justify-content:space-around;max-height:60px;min-height:60px;padding:10px 15px;position:-webkit-sticky;position:sticky;top:0;z-index:100}#pdf-container{align-items:center;display:flex;flex-direction:column}button:focus{outline:0}.tool{align-items:center;color:#fff;cursor:pointer;display:flex;justify-content:center}.select-font-size{border-radius:5px;height:30px;outline:none;padding:2px}.icon{color:#fff!important;height:25px;width:25px}.toolbar .tool .color-tool{border:0;border-radius:50%;cursor:pointer;display:inline-block;height:25px;margin:2px;padding:2px;width:25px}.toolbar .tool .color-tool.active{outline:2px solid #fff;outline-offset:-5px}.toolbar .tool .tool-button{align-items:center;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.toolbar .tool .tool-button:hover{background-color:#626a78;border-radius:10px}.toolbar .tool .tool-button.active{background-color:#424242;border-radius:10px}.color-dropdown{min-width:140px}.color-dropdown,.color-dropdown.active{align-items:center;display:flex;flex-direction:column;position:relative}.color-dropdown.active{top:57px}.color-dropdown-content{display:none}.color-dropdown-content.active{background-color:#fff;border-radius:10px;display:inline-block;padding:10px;width:140px}@media only screen and (max-height:700px){.pdf{max-height:82vh;max-width:74vw;min-height:82vh;min-width:74vw}}.pdf-viewer-container{background-color:#fff;display:flex;justify-content:center;margin:10px;max-height:87vh;min-height:87vh;padding:10px 15px;position:relative}.pdf-viewer{display:flex;flex-direction:column;justify-content:flex-start;max-height:100%;max-width:100%;min-height:100%;min-width:100%}.pdf-viewer iframe{height:80vh;width:100%}.pdf-viewer-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0 10px 5px}.pdf-viewer-header .pdf-document-title{color:#3f3c3c;font-size:15px;font-weight:600}.view-pdf-doc-icon{display:flex;gap:15px}.edit-doc-btn svg,.pdf-viewer-icon svg{color:#3f3c3c;cursor:pointer;font-size:22px}.pdf-details-container{background-color:#fff;bottom:0;box-shadow:0 0 1rem 0 rgba(0,0,0,.3);display:flex;flex-direction:column;max-height:87vh;max-width:30%;min-height:87vh;min-width:30%;overflow-y:scroll;position:absolute;right:0}.hide-pdf-details-container{display:none}.pdf-viewer-tabs-header{display:flex;flex-direction:row;justify-content:space-evenly}.pdf-viewer-tabs-header .pdf-viewer-tab-title{align-items:center;background:#9a9ab18f;border-radius:6px;color:rgba(0,0,0,.678);cursor:pointer;display:flex;font-size:.9rem;font-weight:700;justify-content:center;letter-spacing:.08rem;min-height:5vh;min-width:3vw}.pdf-viewer-tab-title svg{cursor:pointer;font-size:20px}.pdf-viewer-tab-title.pdf-viewer-active-tab-title,.pdf-viewer-tabs-header .pdf-viewer-tab-title:hover{background-color:#000;color:#fff}.content_tab_actions{box-sizing:border-box;color:#666;display:flex;font-size:20px;font-weight:600;justify-content:flex-start;padding:16px 1rem 4px;width:100%}.doc-detail-tabs{padding:20px 1rem}.document_details_wrapper .rows .row_key{color:#666;display:inline-block;font-weight:600;width:25%}.show-pdf-editor{display:flex;flex-direction:row;justify-content:center;max-width:100%}.go-back-to-pdf-viewer{max-height:2.3rem}.go-back-to-pdf-viewer svg{cursor:pointer;font-size:2.2rem;margin-right:10px;margin-top:2px}.document-details-container{border-bottom:1px solid #b7b7c88f;display:flex;flex-direction:column;padding:15px;width:100%}.document-details-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.document-details-title{color:#000;font-size:1rem;font-weight:600;letter-spacing:.03rem}.document-details-content{padding-top:10px}.document-details-data{display:inline-block;font-size:.9rem;min-width:150px}.document-details-data-value{font-size:.9rem}.document-details-loader{padding-top:10px}.document-version-container{border-bottom:1px solid #b7b7c88f;display:flex;flex-direction:column;padding:15px;width:100%}.document-version-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.document-version-title{color:#000;font-size:1rem;font-weight:600;letter-spacing:.03rem}.document-version-content{padding-top:10px}.document-version-content::-webkit-scrollbar{display:none}.document-version-data{display:flex;flex-direction:column;justify-content:space-around;padding:10px 0}.document-version-basic-data{cursor:pointer;display:flex;flex-direction:row;font-size:.9rem;justify-content:space-between}.document-version-detail-data{padding:10px 0 0}.document-version-detail-data-part{display:inline-block;font-size:.9rem;min-width:150px}.document-version-detail-data-value{font-size:.9rem}.document-history-container{display:flex;flex-direction:column;padding:15px;width:100%}.document-history-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.document-history-title{color:#000;font-size:1rem;font-weight:600;letter-spacing:.03rem}.document-history-content{padding:10px 0;position:relative;z-index:0}.document-history-content:before{background-color:transparent;content:"";height:100%;left:20px;position:absolute;width:2px}.document-history-data{margin:3px 15px;padding:10px 15px;position:relative}.document-history-data-title{font-size:.9rem;font-weight:600}.document-history-data-date{font-size:.9rem}.document-history-data:after{background:#2b93c8d0;border-radius:50%;content:"";height:10px;left:-9px;position:absolute;top:32%;transform:translateY(-50%);width:10px}.pdf-details-header{align-items:center;background-color:#fff;box-shadow:0 2px 0 #b7b7c88f;display:flex;gap:10px;min-height:10vh;padding:0 15px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.pdf-details-header-icon{background-color:#d8d8e48f;border-radius:15%;color:#000000ad;padding:8px}.pdf-details-header-icon svg{font-size:25px}.pdf-details-header-title{color:#000;font-size:1.2rem;font-weight:800;letter-spacing:.04rem}.close-pdf-details-container-icon{color:#3f3c3c;position:absolute;right:15px}.close-pdf-details-container-icon svg{cursor:pointer;font-size:25px}@media only screen and (max-height:700px){.pdf-viewer-container{background-color:#fff;display:flex;justify-content:center;margin:6px 10px;max-height:86vh;min-height:86vh;padding:6px 15px}.pdf-viewer iframe{height:79vh;width:100%}.pdf-details-container{max-height:86vh;min-height:86vh}.show-pdf-editor{display:flex;flex-direction:row;justify-content:center;max-width:100%}}.document-container{display:flex;flex-direction:column;min-width:calc(100vw - 220px);padding:0}.document-content{max-height:500px;min-height:calc(100vh - 38px);padding:0}.scrollable-tabs{justify-content:space-between}.not-scrollable-tabs,.scrollable-tabs{align-items:center;display:flex;flex-direction:row;padding:0 10px}.scroll-icons{color:#000;cursor:pointer}.scroll-icons svg{font-size:20px}.tabs-header{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;max-height:36px;max-width:96%;min-width:96%;overflow-x:scroll;overflow-y:hidden;scroll-behavior:smooth}.tabs-header::-webkit-scrollbar{display:none}.tab-title{align-items:center;background-color:#d8d8e4df;border-radius:4px;color:#000000ad;cursor:pointer;display:flex;font-size:.8rem;justify-content:space-between;margin-right:5px;margin-top:5px;max-height:30px;max-width:126px;min-height:30px;min-width:126px;padding:5px 7px}.active-tab-title,.tab-title:hover{background-color:#fff;color:#000}.tab-title .tab-close-icon{align-items:center;background:none;border:none;color:#474747;cursor:pointer;display:flex;font-size:20px;padding:0;transition:all .2s ease}.tab-title .tab-close-icon:hover{background-color:hsla(0,0%,83%,.7);border-radius:18px}.tab-title:first-of-type{justify-content:center}#select-category-filter,#select-file-option{margin-top:-10px}.service-docs-processed-btn{text-wrap:pretty;background-color:#17a2b812;border:2px solid #17a2b8;border-radius:4px;color:#17a2b8;outline:none;padding:8px 10px}.login{background-size:cover;justify-content:center;min-height:100vh}.login,.login-container{align-items:center;display:flex}.login-container{background:#fff;border-radius:6px;box-shadow:0 0 5px 0 #ccc;height:auto;justify-content:space-between;min-height:80vh;padding:0;width:60%}.login-remember-me{align-items:center;display:flex;justify-content:flex-end;margin-top:10px}.login-remember-me:hover{color:#007bff}.login-new-user{margin:20px 0;text-align:center}.error-message{color:red;margin-bottom:10px;margin-left:2px;margin-top:-8px}.go-to-register-form{color:#000;font-weight:600;text-decoration:none}.go-to-register-form:hover{color:blue;text-decoration:none}.go-to-password-reset-form{color:#000;text-decoration:none}.go-to-password-reset-form:hover{color:blue;text-decoration:none}.illustration_wrapper img{width:60%}.login_form_wrapper{margin:0 auto;padding:2rem;text-align:start;width:45%}.illustration_wrapper{align-items:center;background-size:cover;border-radius:6px 0 0 6px;display:flex;height:auto;justify-content:center;min-height:80vh;width:40%}.login_btn button{font-size:16px;font-weight:600;height:49px;margin-top:10px;width:100%}.login_form_wrapper h2{text-align:center}.login_form_wrapper .MuiFormControl-root.MuiFormControl-fullWidth{height:auto}.user-container{display:flex;flex-direction:column;min-width:calc(100vw - 220px);padding:0}.user-table{padding:0}.user-content{display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.user-table-header{align-content:center;align-items:center;background-color:#fff;display:flex;justify-content:space-between;margin:10px 17px 10px 10px;max-height:52px;min-height:52px;padding:10px;position:relative}.user-table-header .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:50vw;min-height:35px;min-width:50vw}.user-table-header .MuiOutlinedInput-root svg{width:35px}.user-table-header .MuiOutlinedInput-input{margin-left:4px}.user-table-header label{color:#000000c6;font-size:.9rem;font-weight:500;letter-spacing:.02rem;margin-top:-8px}.user-table-header .Mui-focused,.user-table-header .MuiFormLabel-filled{margin-top:0}.user-page-title{color:#007bff;display:flex;font-size:1.5rem;font-weight:600;letter-spacing:.07rem}.add-user{background-color:"#9a9ab18f";border:none;border-radius:6px;color:#000000ad;cursor:pointer;font-size:15px;font-weight:900;justify-content:flex-end;letter-spacing:.04rem;padding:6px 12px}.user-filter{align-content:center;align-items:center;animation:filter .2s ease-in;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;padding:3px 10px 10px}.hide-user-filter{display:none}@keyframes filter{0%{margin-top:-8px}to{margin-top:0}}.user-filter-btn{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;justify-content:space-between;margin-top:10px}.user-filter label{color:#000000c6;font-size:.9rem;font-weight:500;letter-spacing:.02rem;margin-top:-8px}.user-filter .Mui-focused{margin-top:0}.user-filter .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:154px;min-height:35px;min-width:154px}.user-filter .MuiFormLabel-filled{margin-top:0}.no-user-data{background-color:#fff;font-size:1rem;font-weight:800;letter-spacing:.05rem;margin-left:10px;margin-right:17px;padding:10px 0;text-align:center}.user-table-pagination{display:flex;font-size:.8rem;justify-content:flex-end;margin-right:17px}.user-pagination{cursor:pointer;display:flex;justify-content:space-between;list-style:none;margin-top:15px;width:auto}.user-pagination a{background-color:#fff;border:1px solid #d8d8e4df;color:#0d74cf;padding:5px 10px}.user-pagination a:hover{background:#0d74cf;color:#fff!important}.user-pagination-link{font-weight:700}.user-pagination-link-active a{background-color:#0d74cf;color:#fff}.user-pagination-link-disabled a,.user-pagination-link-disabled a:hover{background-color:#d8d8e4df;border:1px solid #d8d8e4df;color:#000000ad;cursor:not-allowed}.recent-container{display:flex;flex-direction:column;min-width:calc(100vw - 220px);padding:0}.recent-table{padding:0}.recent-content{display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.recent-table-header{align-content:center;align-items:center;background-color:#fff;display:flex;justify-content:space-between;margin:10px 17px 10px 10px;max-height:52px;min-height:52px;padding:10px}.recent-table-header .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:50vw;min-height:35px;min-width:50vw}.recent-table-header .MuiOutlinedInput-root svg{width:35px}.recent-table-header .MuiOutlinedInput-input{margin-left:4px}.recent-table-header label{color:#000000c6;font-size:.9rem;font-weight:500;letter-spacing:.02rem;margin-top:-8px}.recent-table-header .Mui-focused,.recent-table-header .MuiFormLabel-filled{margin-top:0}.recent-page-title{color:#007bff;display:flex;font-size:1.2rem;font-weight:600;letter-spacing:.07rem}.add-recent{background:#f4f4ef;border:none;border-radius:6px;color:#666;cursor:pointer;font-size:15px;font-weight:900;justify-content:flex-end;padding:6px 12px}.no-recent-data{background-color:#fff;font-size:1rem;font-weight:800;letter-spacing:.05rem;margin-left:10px;margin-right:17px;padding:10px 0;text-align:center}.recent-table-pagination{display:flex;font-size:.8rem;justify-content:flex-end;margin-right:17px}.recent-pagination{cursor:pointer;display:flex;justify-content:space-between;list-style:none;margin-top:15px;width:auto}.recent-pagination a{background-color:#fff;border:1px solid #d8d8e4df;color:#0d74cf;padding:5px 10px}.recent-pagination a:hover{background:#0d74cf;color:#fff!important}.recent-pagination-link{font-weight:700}.recent-pagination-link-active a{background-color:#0d74cf;color:#fff}.recent-pagination-link-disabled a,.recent-pagination-link-disabled a:hover{background-color:#d8d8e4df;border:1px solid #d8d8e4df;color:#000000ad;cursor:not-allowed}.starred-container{display:flex;flex-direction:column;min-width:calc(100vw - 220px);padding:0}.starred-table{padding:0}.starred-content{display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.starred-table-header{align-content:center;align-items:center;background-color:#fff;display:flex;justify-content:space-between;margin:10px 17px 10px 10px;max-height:52px;min-height:52px;padding:10px}.starred-table-header .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:50vw;min-height:35px;min-width:50vw}.starred-table-header .MuiOutlinedInput-root svg{width:35px}.starred-table-header .MuiOutlinedInput-input{margin-left:4px}.starred-table-header label{color:#000000c6;font-size:.9rem;font-weight:500;letter-spacing:.02rem;margin-top:-8px}.starred-table-header .Mui-focused,.starred-table-header .MuiFormLabel-filled{margin-top:0}.starred-page-title{color:#007bff;display:flex;font-size:1.2rem;font-weight:600;letter-spacing:.07rem}.no-starred-data{background-color:#fff;font-size:1rem;font-weight:800;letter-spacing:.05rem;margin-left:10px;margin-right:17px;padding:10px 0;text-align:center}.starred-table-pagination{display:flex;font-size:.8rem;justify-content:flex-end;margin-right:17px}.starred-pagination{cursor:pointer;display:flex;justify-content:space-between;list-style:none;margin-top:15px;width:auto}.starred-pagination a{background-color:#fff;border:1px solid #d8d8e4df;color:#0d74cf;padding:5px 10px}.starred-pagination a:hover{background:#0d74cf;color:#fff!important}.starred-pagination-link{font-weight:700}.starred-pagination-link-active a{background-color:#0d74cf;color:#fff}.starred-pagination-link-disabled a,.starred-pagination-link-disabled a:hover{background-color:#d8d8e4df;border:1px solid #d8d8e4df;color:#000000ad;cursor:not-allowed}.trash-document-content{display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.trash-document-table-header{align-content:center;align-items:center;background-color:#fff;display:flex;justify-content:space-between;margin:10px 17px 10px 10px;max-height:52px;min-height:52px;padding:10px}.trash-document-table-header .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:50vw;min-height:35px;min-width:50vw}.trash-document-table-header .MuiOutlinedInput-root svg{width:35px}.trash-document-table-header .MuiOutlinedInput-input{margin-left:4px}.trash-document-table-header label{color:#000000c6;font-size:.9rem;font-weight:500;letter-spacing:.02rem;margin-top:-8px}.trash-document-table-header .Mui-focused,.trash-document-table-header .MuiFormLabel-filled{margin-top:0}.trash-document-title{color:#007bff;display:flex;font-size:1.2rem;font-weight:600;letter-spacing:.07rem}.no-trash-document-data{background-color:#fff;font-size:1rem;font-weight:800;letter-spacing:.05rem;margin-left:10px;margin-right:17px;padding:10px 0;text-align:center}.trash-document-table-pagination{display:flex;font-size:.8rem;justify-content:flex-end;margin-right:17px}.trash-pagination{display:flex;justify-content:space-between;list-style:none;margin-top:15px;width:auto}.trash-pagination a{background-color:#fff;border:1px solid #d8d8e4df;color:#0d74cf;cursor:pointer;padding:5px 10px}.trash-pagination a:hover{background:#0d74cf;color:#fff!important}.trash-pagination-link{font-weight:700}.trash-pagination-link-active a{background-color:#0d74cf;color:#fff}.trash-pagination-link-disabled a,.trash-pagination-link-disabled a:hover{background-color:#d8d8e4df;border:1px solid #d8d8e4df;color:#000000ad;cursor:not-allowed}.trash-container{display:flex;flex-direction:column;min-width:calc(100vw - 220px);padding:0}.trash-category-content{display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.trash-category-table-header{align-content:center;align-items:center;background-color:#fff;display:flex;justify-content:space-between;margin:10px 17px 10px 10px;max-height:52px;min-height:52px;padding:10px}.trash-category-table-header .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:50vw;min-height:35px;min-width:50vw}.trash-category-table-header .MuiOutlinedInput-root svg{width:35px}.trash-category-table-header .MuiOutlinedInput-input{margin-left:4px}.trash-category-table-header label{color:#000000c6;font-size:.9rem;font-weight:500;letter-spacing:.02rem;margin-top:-8px}.trash-category-table-header .Mui-focused,.trash-category-table-header .MuiFormLabel-filled{margin-top:0}.trash-category-title{color:#007bff;display:flex;font-size:1.2rem;font-weight:600;letter-spacing:.07rem}.no-trash-category-data{background-color:#fff;font-size:1rem;font-weight:800;letter-spacing:.05rem;margin-left:10px;margin-right:17px;padding:10px 0;text-align:center}.trash-category-table-pagination{display:flex;justify-content:center}.pagination{display:flex;justify-content:space-between;list-style:none;margin-top:15px;width:40vw}.pagination a{background-color:#fff;border:1px solid #19b9bc;border-radius:5px;color:#19b9bc;cursor:pointer;padding:5px}.pagination a:hover{background:#19b9bc;color:#fff!important}.pagination-link{font-weight:700}.pagination-link-active a{background-color:#19b9bc;color:#fff}.pagination-link-disabled a,.pagination-link-disabled a:hover{background-color:#c3bfbf;border:1px solid #c6c5ca;color:#faf8ff;cursor:not-allowed}.assign-user-doc-select-ui .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:360px;min-height:35px;min-width:360px}.assign-user-doc-select-ui .Mui-focused,.assign-user-doc-select-ui .MuiFormLabel-filled{margin-top:10px}.link-popup-container{position:relative}.single-doc-link-popup-content{background-color:#fff;box-shadow:0 0 1rem 0 rgba(0,0,0,.3);padding:10px;position:absolute;right:0;top:60px;z-index:1000}.single-doc-link-popup-content .select-doc-select-ui{margin-top:10px}.single-doc-link-popup-content .select-doc-select-ui .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:350px;min-height:35px;min-width:350px}.single-doc-link-popup-content .select-doc-select-ui .MuiInputLabel-root{margin-top:-9px}.single-doc-link-popup-content button{background-color:#ff0}.single-doc-link-popup-content .select-doc-select-ui .Mui-focused,.single-doc-link-popup-content .select-doc-select-ui .MuiFormLabel-filled{margin-top:0}.single-doc-link-tags-input-container{border:2px solid #d6d0d0;border-radius:3px;margin-bottom:10px;max-width:350px;min-width:350px;padding:.5em}.single-doc-link-tags-input-content{display:flex;flex-wrap:wrap;gap:.5em}.single-doc-link-tag-item{align-items:center;background-color:#dad8d8;border-radius:2px;display:flex;padding:.5em .75em}.link-popup-action-btn{display:flex;justify-content:flex-end}.loading-link-popup-data{font-size:1rem}.no-doc-link-popup-data{align-items:center;display:flex;flex-direction:row;font-size:1rem;justify-content:space-between}.upload-file-in-all-docs{display:flex;flex-direction:column;gap:8px}.upload-file-in-all-docs .uploaded-doc-textfield .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:365px;min-height:35px;min-width:365px}.upload-file-in-all-docs label{color:#000000c6;font-size:.9rem;font-weight:500;letter-spacing:.02rem;margin-top:-8px}.upload-file-in-all-docs .Mui-focused,.upload-file-in-all-docs .MuiFormLabel-filled{margin-top:0}.upload-file-in-all-docs .uploaded-doc-textfield-two .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;margin-top:10px;max-height:35px;max-width:365px;min-height:35px;min-width:365px}.upload-file-in-all-docs .uploaded-doc-textfield-two label{color:#000000c6;font-size:.9rem;font-weight:500;letter-spacing:.02rem;margin-top:2px}.upload-file-in-all-docs .uploaded-doc-textfield-two .Mui-focused,.upload-file-in-all-docs .uploaded-doc-textfield-two .MuiFormLabel-filled{margin-top:10px}.upload-file-in-all-docs .select-doc-select-ui .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;margin-top:10px;max-height:35px;max-width:365px;min-height:35px;min-width:365px}.upload-file-in-all-docs .select-doc-select-label{margin-top:0}.upload-file-in-all-docs .select-doc-select-ui .Mui-focused,.upload-file-in-all-docs .select-doc-select-ui .MuiFormLabel-filled{margin-top:11px}.case-doc-container{display:flex;flex-direction:column;min-width:calc(100vw - 220px);padding:0}.case-doc-table{padding:0}.case-doc-content{display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.case-doc-table-header{justify-content:space-between}.all-doc-table-header,.case-doc-table-header{align-content:center;align-items:center;background-color:#fff;display:flex;margin:8px 17px 8px 10px;max-height:52px;min-height:52px;padding:10px}.all-doc-table-header{flex-direction:row;justify-content:flex-end}.all-document-pdf-viewer{background-color:#fff;display:flex;flex-direction:column;margin:8px 17px 8px 10px;max-height:88vh;min-height:88vh;padding:10px}.all-document-pdf-viewer-header{align-items:center;border-bottom:1px solid #000;display:flex;flex-direction:row;justify-content:space-between;padding:0 4px}.all-document-pdf-viewer-title{color:#3f3c3c;font-size:16px;font-weight:600}.all-document-pdf-viewer-icons{display:flex;flex-direction:row;gap:8px}.all-document-pdf-viewer-icon{color:#3f3c3c;cursor:pointer;font-size:22px}.all-document-pdf-editor{background-color:#fff;display:flex;flex-direction:row;margin:8px 17px 8px 10px;max-height:88vh;min-height:88vh;padding:10px}.all-document-pdf-editor-icon{max-height:2rem}.all-document-pdf-editor-icon svg{cursor:pointer;font-size:1.9rem;margin-right:10px}.document-viewer-with-from{grid-gap:10px;display:grid;gap:10px;grid-template-columns:3fr 1fr;margin-top:10px}.case-doc-table-header-part{align-items:center;display:flex}.case-doc-textfield .MuiOutlinedInput-root{max-width:30vw;min-width:30vw}.case-doc-requested-select-ui .MuiOutlinedInput-root,.case-doc-textfield .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;min-height:35px}.case-doc-requested-select-ui .MuiOutlinedInput-root{margin-right:10px;max-width:130px;min-width:130px}.case-doc-select-ui .MuiOutlinedInput-root{background-color:#ffffff9a;color:#000000d8;letter-spacing:.02rem;max-height:35px;max-width:200px;min-height:35px;min-width:200px}.case-doc-select-label{margin-top:0}.hello .MuiInputLabel-root{margin-top:10px}.case-doc-table-header .MuiOutlinedInput-root svg{width:35px}.case-doc-table-header .MuiOutlinedInput-input{margin-left:4px}.case-doc-table-header label{color:#000000c6;font-size:.9rem;font-weight:500;letter-spacing:.02rem;margin-top:-8px}.case-doc-select-ui .Mui-focused,.case-doc-table-header .Mui-focused,.case-doc-table-header .MuiFormLabel-filled{margin-top:0}.case-doc-select-ui .MuiFormLabel-filled{margin-top:2px}.case-doc-requested-select-ui .Mui-focused,.case-doc-requested-select-ui .MuiFormLabel-filled{margin-top:10px}.case-doc-page-title{color:#007bff;display:flex;font-size:1.2rem;font-weight:600;letter-spacing:.07rem}.add-starred{background:#f4f4ef;border:none;border-radius:6px;color:#666;cursor:pointer;font-size:15px;font-weight:900;justify-content:flex-end;padding:6px 12px}.no-case-doc-data{background-color:#fff;font-size:1rem;font-weight:800;letter-spacing:.05rem;margin-left:10px;margin-right:17px;padding:10px 0;text-align:center}.case-doc-table-pagination{display:flex;font-size:.8rem;justify-content:flex-end;margin-right:17px}.case-doc-pagination{cursor:pointer;display:flex;justify-content:space-between;list-style:none;margin-top:15px;width:auto}.case-doc-pagination a{background-color:#fff;border:1px solid #d8d8e4df;color:#0d74cf;padding:5px 10px}.case-doc-pagination a:hover{background:#0d74cf;color:#fff!important}.case-doc-pagination-link{font-weight:700}.case-doc-pagination-link-active a{background-color:#0d74cf;color:#fff}.case-doc-pagination-link-disabled a,.case-doc-pagination-link-disabled a:hover{background-color:#d8d8e4df;border:1px solid #d8d8e4df;color:#000000ad;cursor:not-allowed}body{font-family:Roboto,sans-serif;overflow:hidden}.app,body{background-color:#a3daea57}a{text-decoration:none!important}a:hover{color:inherit!important}.dms-pages{display:flex;flex-direction:row;max-height:100vh}.dms-pages,body{margin:0;padding:0}body{background-color:#fff;box-sizing:border-box}
/*# sourceMappingURL=main.442ba911.css.map*/