@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400&display=swap);:root{--primary-color:#129017;--secondary-color:#540088;--tertiary-color:#c98500;--primary-grey:#424242;--secondary-grey:#929292;--tertiary-grey:#c2c2c2}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,Helvetica Neue,Arial,Roboto,sans-serif}button{cursor:pointer;font-family:inherit}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}ul{list-style:none}input{font-family:inherit}.react-confirm-alert-body h1{font-size:20px!important;margin-bottom:30px}.react-confirm-alert-button-group button:first-child{background-color:#129017;background-color:var(--primary-color)}.react-confirm-alert-button-group button:nth-child(2){background-color:red}: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:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);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;-webkit-transform:translateX(-50%);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%;-webkit-transform:translateX(-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;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(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{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;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: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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right:2px solid var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.styles_navbar__GAap6{align-items:center;background-color:#fff;display:flex;height:120px;padding:20px 30px 0;position:fixed;top:0;width:100vw;z-index:2}.styles_navbar__GAap6>*{align-items:center;display:inherit;height:100%}.styles_navbar__GAap6 .styles_navbar_logo__Uxj7f{flex-grow:1}.styles_navbar__GAap6 .styles_navbar_logo__Uxj7f img{height:75px;width:300px}.styles_navbar__GAap6 .styles_navbar_links__ik\+3U ul{align-items:center;display:flex;height:inherit}.styles_navbar__GAap6 .styles_navbar_links__ik\+3U ul li{align-items:center;display:flex;font-size:14px;height:inherit;padding:0 25px}.styles_navbar__GAap6 .styles_navbar_links__ik\+3U ul li a{font-weight:600}.styles_navbar__GAap6 .styles_navbar_search__tcAFw{align-items:center;background:#c7c7c7;display:flex;height:50px;margin-left:30px;margin-right:0;padding:0 15px;position:relative}.styles_navbar__GAap6 .styles_navbar_search__tcAFw img{aspect-ratio:1;cursor:pointer;width:25px}.styles_navbar__GAap6 .styles_navbar_search__tcAFw .styles_logout__LydUw{background-color:#fff;bottom:-30px;left:0;position:absolute;width:100%}.styles_navbar__GAap6 .styles_navbar_search__tcAFw .styles_logout__LydUw h3{cursor:pointer;font-size:14px;text-align:right}.styles_navbar__GAap6 .styles_navbar_search__tcAFw button{align-items:center;background:none;border:none;display:flex;font-family:inherit;font-weight:600;height:30px}.styles_navbar__GAap6 .styles_navbar_search__tcAFw button:nth-child(2){align-items:center;display:flex;padding-left:10px}.styles_navbar__GAap6 .styles_navbar_search__tcAFw button:nth-child(2) img{width:10px}.styles_navbar__GAap6 .styles_new__eyZq1{background:var(--primary-color)}.styles_navbar__GAap6 .styles_new__eyZq1 button{color:#fff}.styles_search__2H87R{background-color:#fff;height:80px}.styles_search__2H87R .styles_search_component__27DBk{align-items:center;display:flex;height:inherit;margin:auto;max-width:500px}.styles_search__2H87R .styles_search_component__27DBk .styles_search_input__2C-QN{align-items:center;border:1px solid #cdcdcd;display:flex;height:50px;padding-left:10px;width:740px}.styles_search__2H87R .styles_search_component__27DBk .styles_search_input__2C-QN input{border:none;flex-grow:1;height:35px;margin-left:20px;outline:none}.styles_search__2H87R .styles_search_component__27DBk .styles_search_input__2C-QN input::-webkit-input-placeholder{font-family:inherit}.styles_search__2H87R .styles_search_component__27DBk .styles_search_input__2C-QN input:-ms-input-placeholder{font-family:inherit}.styles_search__2H87R .styles_search_component__27DBk .styles_search_input__2C-QN input::placeholder{font-family:inherit}.styles_search__2H87R .styles_search_component__27DBk .styles_search_input__2C-QN button{aspect-ratio:1;background-color:var(--primary-color);border:none;display:grid;height:inherit;place-items:center}.styles_search__2H87R .styles_search_component__27DBk .styles_search_input__2C-QN button img{aspect-ratio:1;width:23px}.styles_search__2H87R .styles_search_component__27DBk .styles_search_trigger__SyxLm button{background-color:#fff;border:none;font-size:15px;margin-left:30px;text-decoration:underline}.styles_sidebar__5jBK6{background-color:green;height:calc(100vh - 120px);margin-top:20px;width:200px}.styles_sidebar__5jBK6 .styles_sidebarLinks__9hB7s{width:100%}.styles_sidebar__5jBK6 .styles_sidebarLinks__9hB7s li{align-items:center;border-bottom:1px solid rgba(0,0,0,.22);color:#fff;display:flex;font-size:10px;font-weight:500;height:50px;padding-left:30px;width:100%}.styles_sidebar__5jBK6 .styles_sidebarLinks__9hB7s li:hover{background-color:#fff;color:#000}.styles_sidebar__5jBK6 .styles_sidebarLinks__9hB7s .styles_webLink__scFG5{background-color:#00b300}.styles_sidebar__5jBK6 .styles_sidebarLinks__9hB7s .styles_active__A0rCQ li,.styles_sidebar__5jBK6 .styles_sidebarLinks__9hB7s .styles_webLink__scFG5:hover{background-color:#fff;color:#000}.styles_sidebar__5jBK6 .styles_sidebarLinks__9hB7s .styles_logout__sGta1:hover{color:#000!important}.styles_sidebar__5jBK6 .styles_sidebarLinks__9hB7s div{padding-left:30px}.styles_sidebar__5jBK6 .styles_sidebarLinks__9hB7s div button{border:none;padding:5px 8px}.styles_loader__tDvQo{-webkit-animation:styles_spin__M040C 2s linear infinite;animation:styles_spin__M040C 2s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top:3px solid var(--primary-color);height:30px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:30px}@-webkit-keyframes styles_spin__M040C{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes styles_spin__M040C{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.styles_signin__lwG58 main{align-items:center;display:flex;padding:10px 100px 10px 50px}.styles_signin__lwG58 main .styles_logo_landing__RKE73{margin-right:50px}.styles_signin__lwG58 main .styles_logo_landing__RKE73 p{line-height:30px;margin-top:20px}.styles_signin__lwG58 main .styles_login__vuzOc{background-color:#fff;box-shadow:1px 1px 8px #d0cfcf;height:740px;padding:20px 40px;width:540px}.styles_signin__lwG58 main .styles_login__vuzOc h3{color:var(--primary-color);font-size:20px;margin-bottom:100px}.styles_signin__lwG58 main .styles_login__vuzOc div form .styles_form_error__oUIQe{color:red;margin-bottom:10px;text-align:left}.styles_signin__lwG58 main .styles_login__vuzOc div form .styles_form_login_box__zmXjE{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:15px 0 30px}.styles_signin__lwG58 main .styles_login__vuzOc div form .styles_form_login_box__zmXjE .styles_form_login_box_input__BztaL{border:1px solid #c4c4c4;font-family:inherit;margin:0;outline:none;padding:10px;width:100%}.styles_signin__lwG58 main .styles_login__vuzOc div form .styles_form_login_box__zmXjE img{cursor:pointer;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.styles_signin__lwG58 main .styles_login__vuzOc div form .styles_form_processing__2HTHk{color:var(--primary-color)}.styles_signin__lwG58 main .styles_login__vuzOc div form label{display:block;font-weight:600}.styles_signin__lwG58 main .styles_login__vuzOc div form .styles_form_login_box__zmXjE{position:relative}.styles_signin__lwG58 main .styles_login__vuzOc div form .styles_form_login_box__zmXjE img{width:20px}.styles_signin__lwG58 main .styles_login__vuzOc div form input{border:1px solid #c4c4c4;font-family:inherit;margin:20px 0 40px;outline:none;padding:10px;width:100%}.styles_signin__lwG58 main .styles_login__vuzOc div form .styles_form_submit__IyGie{background-color:var(--primary-color);border:none;color:#fff;display:block;font-family:inherit;padding:10px;width:100%}.styles_signin__lwG58 main .styles_login__vuzOc div form span{display:block;margin-top:20px;text-align:center}.styles_signin__lwG58 main .styles_login__vuzOc div form span button{background:none;border:none;color:var(--primary-color);font-family:inherit}@media(max-height:800px){.styles_signin__lwG58 main .styles_login__vuzOc{height:700px}}.styles_signin__lwG58 main .styles_signup__Yoi-H{background-color:#fff;box-shadow:1px 1px 8px #d0cfcf;height:740px;padding:20px 40px;width:540px}.styles_signin__lwG58 main .styles_signup__Yoi-H h3{color:var(--primary-color);font-size:20px;margin-bottom:70px}.styles_signin__lwG58 main .styles_signup__Yoi-H div form .styles_form_error__oUIQe{color:red;margin-bottom:10px;text-align:left}.styles_signin__lwG58 main .styles_signup__Yoi-H div form .styles_form_processing__2HTHk{color:var(--primary-color)}.styles_signin__lwG58 main .styles_signup__Yoi-H div form label{display:block;font-weight:600}.styles_signin__lwG58 main .styles_signup__Yoi-H div form .styles_form_login_box__zmXjE{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:15px 0 30px;position:relative}.styles_signin__lwG58 main .styles_signup__Yoi-H div form .styles_form_login_box__zmXjE .styles_form_login_box_input__BztaL{border:1px solid #c4c4c4;font-family:inherit;margin:0;outline:none;padding:10px;width:100%}.styles_signin__lwG58 main .styles_signup__Yoi-H div form .styles_form_login_box__zmXjE img{cursor:pointer;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.styles_signin__lwG58 main .styles_signup__Yoi-H div form input{border:1px solid #c4c4c4;font-family:inherit;margin:15px 0 30px;outline:none;padding:10px;width:100%}.styles_signin__lwG58 main .styles_signup__Yoi-H div form .styles_form_submit__IyGie{background-color:var(--primary-color);border:none;color:#fff;display:block;font-family:inherit;padding:10px;width:100%}.styles_signin__lwG58 main .styles_signup__Yoi-H div form span{display:block;margin-top:20px;text-align:center}.styles_signin__lwG58 main .styles_signup__Yoi-H div form span button{background:none;border:none;color:var(--primary-color);font-family:inherit}@media(max-height:880px){.styles_signin__lwG58{margin-top:-100px}}body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{-webkit-filter:url(#gaussian-blur);filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{-ms-align-items:center;align-items:center;-webkit-animation:react-confirm-alert-fadeIn .5s .2s forwards;animation:react-confirm-alert-fadeIn .5s .2s forwards;background:hsla(0,0%,100%,.9);bottom:0;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;z-index:99}.react-confirm-alert-body{background:#fff;border-radius:10px;box-shadow:0 20px 75px rgba(0,0,0,.13);color:#666;font-family:Arial,Helvetica,sans-serif;padding:30px;text-align:left;width:400px}.react-confirm-alert-svg{left:0;position:absolute;top:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{font-size:16px;margin:0}.react-confirm-alert-button-group{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{background:#333;border:none;border-radius:5px;color:#eee;cursor:pointer;display:inline-block;font-size:12px;margin-right:10px;outline:none;padding:6px 18px}@-webkit-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}.styles_container__P1GVb{background-color:#fff;flex-grow:1}.styles_container__P1GVb table{width:100%}.styles_container__P1GVb table tbody,.styles_container__P1GVb table thead{display:block}.styles_container__P1GVb table tbody tr,.styles_container__P1GVb table thead tr{align-items:center;display:block;display:flex;height:50px;justify-content:space-around}.styles_container__P1GVb table tbody tr th,.styles_container__P1GVb table thead tr th{color:var(--primary-color)!important;font-size:14px;text-decoration:none!important}.styles_container__P1GVb table tbody tr td,.styles_container__P1GVb table thead tr td{font-size:12px}.styles_container__P1GVb table tbody tr td img,.styles_container__P1GVb table thead tr td img{cursor:pointer;margin-left:10px;width:18px}.styles_container__P1GVb table tbody tr td,.styles_container__P1GVb table tbody tr th,.styles_container__P1GVb table thead tr td,.styles_container__P1GVb table thead tr th{display:flex;justify-content:flex-start}.styles_container__P1GVb table tbody tr:nth-child(odd){background-color:#f5f5f5}.styles_active_page__-M9T7{background-color:var(--primary-color);color:#fff}.styles_documents__uuu0w{background-color:#eee;margin-left:200px;min-height:calc(100vh - 120px);padding:30px 15px 0 30px}.styles_documents__uuu0w .styles_documentsHeader__SMe31{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.styles_documents__uuu0w .styles_documentsHeader__SMe31 button{background-color:var(--primary-color);border:none;color:#fff;font-family:inherit;padding:10px;text-transform:capitalize}.styles_documents__uuu0w .styles_profile_pagination__N9Yc\+{align-items:center;background-color:#f5f5f5;display:flex;height:50px;padding:0 20px}.styles_documents__uuu0w .styles_profile_pagination__N9Yc\+ input{border:1px solid #c4c4c4;min-width:50%;outline:none;padding:8px 5px;width:400px}.styles_documents__uuu0w .styles_profile_pagination__N9Yc\+ section{display:flex;flex:1 1;justify-content:flex-end}.styles_documents__uuu0w .styles_profile_pagination__N9Yc\+ section div{margin-left:30px}.styles_documents__uuu0w .styles_profile_pagination__N9Yc\+ section div span{font-size:13px;font-weight:400;margin-right:10px}.styles_documents__uuu0w .styles_profile_pagination__N9Yc\+ section div select{border:none;cursor:pointer;font-family:inherit;padding:10px}.styles_documents__uuu0w .styles_documentsContainer__xTr0k{background-color:#fff;padding:25px}.styles_documents__uuu0w .styles_page_pagination__ePU-6{display:flex;justify-content:flex-end}.styles_documents__uuu0w .styles_page_pagination__ePU-6 ul{display:flex;justify-content:center}.styles_documents__uuu0w .styles_page_pagination__ePU-6 ul li{cursor:pointer;padding:10px}.styles_documents__uuu0w .styles_page_pagination__ePU-6 ul li:hover{background-color:var(--primary-color)}.styles_documents__uuu0w .styles_page_pagination__ePU-6 ul li:hover a{color:#fff}.styles_documents__uuu0w .styles_page_pagination__ePU-6 ul li.styles_selected__Sssqk{border:1px solid red}.new-story__publish--publish-info__tags div{align-items:center;border-radius:3px;color:var(--theme-dark);display:flex;display:inline-block;font-size:14px;margin:0 5px 5px 0;padding:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.new-story__publish--publish-info__tags div svg{cursor:pointer;font-size:10px;margin-left:5px}.new-story__publish--publish-info__tags{display:inline-block}.new-story__publish--publish-info__tags-container{border:1px solid #c4c4c4;width:75%}.new-story__publish--publish-info__tag-input{background:none;border:none!important;display:inline-block;height:100%;outline:none}.styles_new__FeyqT{background-color:#eee;display:flex;flex-direction:column;margin-left:200px;min-height:calc(100vh - 120px);padding:30px}.styles_new__FeyqT .styles_newDocumentsHeader__wzTzU{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.styles_new__FeyqT .styles_newDocumentsHeader__wzTzU button{background-color:var(--primary-color);border:none;color:#fff;font-family:inherit;padding:10px;text-transform:capitalize}.styles_new__FeyqT .styles_main__ogi9z{background-color:#fff;display:flex;flex-direction:column;flex-grow:1;padding:50px 0}.styles_new__FeyqT .styles_main__ogi9z .styles_share__7AFon{background-color:hsla(0,0%,100%,.583);display:grid;height:100%;justify-content:center;position:absolute;width:100%;z-index:2}.styles_new__FeyqT .styles_main__ogi9z .styles_share__7AFon .styles_share_modal__9l1u0{background-color:#fff;box-shadow:.5px 1px 10px #d0cfcf;display:flex;flex-direction:column;height:200px;width:450px;z-index:2}.styles_new__FeyqT .styles_main__ogi9z .styles_share__7AFon .styles_share_modal__9l1u0 .styles_share_modal_header__LzO2K{background-color:#cdcdcd;display:grid;height:60px;margin-bottom:30px;place-items:center;position:relative}.styles_new__FeyqT .styles_main__ogi9z .styles_share__7AFon .styles_share_modal__9l1u0 .styles_share_modal_header__LzO2K img{cursor:pointer;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.styles_new__FeyqT .styles_main__ogi9z .styles_share__7AFon .styles_share_modal__9l1u0 .styles_share_modal_input__RA2\+G{align-items:center;display:flex;flex-direction:column;padding:0 30px}.styles_new__FeyqT .styles_main__ogi9z .styles_share__7AFon .styles_share_modal__9l1u0 .styles_share_modal_input__RA2\+G span{font-weight:600px}.styles_new__FeyqT .styles_main__ogi9z .styles_share__7AFon .styles_share_modal__9l1u0 .styles_share_modal_input__RA2\+G span:nth-child(2){font-size:13px;margin-top:20px}.styles_new__FeyqT .styles_main__ogi9z .styles_share__7AFon .styles_share_modal__9l1u0 .styles_share_modal_input__RA2\+G span:nth-child(2) a{color:var(--primary-color)}.styles_new__FeyqT .styles_main__ogi9z .styles_share__7AFon .styles_share_modal__9l1u0 .styles_share_modal_input__RA2\+G label{display:block;font-size:12px;margin-top:20px}.styles_new__FeyqT .styles_main__ogi9z .styles_share__7AFon .styles_share_modal__9l1u0 .styles_share_modal_input__RA2\+G .styles_share_modal_input_group__rJ48i{border:1px solid #eee;display:flex;margin-top:10px}.styles_new__FeyqT .styles_main__ogi9z .styles_share__7AFon .styles_share_modal__9l1u0 .styles_share_modal_input__RA2\+G .styles_share_modal_input_group__rJ48i input{border:none;flex:1 1;outline:none;padding:7px}.styles_new__FeyqT .styles_main__ogi9z .styles_share__7AFon .styles_share_modal__9l1u0 .styles_share_modal_input__RA2\+G .styles_share_modal_input_group__rJ48i div{background-color:var(--primary-color);display:grid;place-items:center;width:50px}.styles_new__FeyqT .styles_main__ogi9z .styles_share__7AFon .styles_share_modal__9l1u0 .styles_share_modal_input__RA2\+G .styles_share_modal_input_group__rJ48i div img{cursor:pointer}.styles_new__FeyqT .styles_main__ogi9z .styles_statusContainer__kHoJI{display:flex;justify-content:space-between;margin:auto;width:1200px}.styles_new__FeyqT .styles_main__ogi9z .styles_statusContainer__kHoJI .styles_status__HJkYp{align-items:center;display:flex;flex-direction:column;position:relative;width:120px}.styles_new__FeyqT .styles_main__ogi9z .styles_statusContainer__kHoJI .styles_status__HJkYp span{font-size:12px;margin-top:10px;text-align:center}.styles_new__FeyqT .styles_main__ogi9z .styles_statusContainer__kHoJI .styles_status__HJkYp:after{background-color:#000;content:"";display:block;height:2px;position:absolute;right:-100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100px}.styles_new__FeyqT .styles_main__ogi9z .styles_statusContainer__kHoJI .styles_status__HJkYp:nth-child(5):after{content:"";display:none;position:absolute}@media screen and (max-width:1500px){.styles_new__FeyqT .styles_main__ogi9z .styles_statusContainer__kHoJI{width:800px}.styles_new__FeyqT .styles_main__ogi9z .styles_statusContainer__kHoJI .styles_status__HJkYp{width:80px}.styles_new__FeyqT .styles_main__ogi9z .styles_statusContainer__kHoJI .styles_status__HJkYp:after{width:50px}}.styles_new__FeyqT .styles_eventDiv__bal7y{align-items:center;display:flex;flex-grow:1;margin-top:50px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_fileUploadContainer__qbPvJ{margin:auto;width:800px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_fileUploadContainer__qbPvJ .styles_title__DpLEz{align-items:center;display:flex;margin-bottom:20px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_fileUploadContainer__qbPvJ .styles_title__DpLEz span{font-size:14px;margin-right:10px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_fileUploadContainer__qbPvJ .styles_title__DpLEz input{border:1px solid #c4c4c4;flex-grow:1;outline:none;padding:10px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_fileUploadContainer__qbPvJ .styles_fileUpload__oOnrR{align-items:center;border:3px dashed #c4c4c4;display:flex;flex-direction:column;padding:20px;width:100%}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_fileUploadContainer__qbPvJ .styles_fileUpload__oOnrR .styles_imgIcon__ny5nI{align-items:center;display:flex;flex-direction:column;margin-top:30px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_fileUploadContainer__qbPvJ .styles_fileUpload__oOnrR .styles_imgIcon__ny5nI p{font-size:13px;margin-top:20px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_fileUploadContainer__qbPvJ .styles_fileUpload__oOnrR .styles_actionBtn__2z7Pe{margin-top:50px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_fileUploadContainer__qbPvJ .styles_fileUpload__oOnrR .styles_actionBtn__2z7Pe label{background-color:var(--primary-color);color:#fff;cursor:pointer;font-size:13px;padding:10px 20px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_fileUploadContainer__qbPvJ .styles_fileUpload__oOnrR .styles_actionBtn__2z7Pe input{display:none}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_fileUploadContainer__qbPvJ .styles_fileUpload__oOnrR .styles_fileName__6MvCD{margin-top:20px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_fileUploadContainer__qbPvJ .styles_fileUpload__oOnrR .styles_uploadButton__d4UAz{align-self:flex-end;display:flex;justify-content:flex-end;margin-top:30px;min-height:35px;position:relative;width:200px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_fileUploadContainer__qbPvJ .styles_fileUpload__oOnrR .styles_uploadButton__d4UAz button{background-color:var(--primary-color);border:none;color:#fff;font-size:13px;height:35px;min-width:100px;padding:5px 20px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_extraction__yGMyb{border:1px solid #c4c4c4;margin:auto;padding:50px 50px 10px;position:relative;width:800px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_extraction__yGMyb .styles_extractionHeader__Oi6xz{background-color:#fff;border:1px solid #c4c4c4;display:grid;height:50px;left:50px;place-items:center;position:absolute;top:-25px;width:200px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_extraction__yGMyb .styles_extractionHeader__Oi6xz span{font-size:14px;font-weight:600}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_extraction__yGMyb .styles_fileInfo__3rWPo{margin-bottom:30px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_extraction__yGMyb .styles_fileInfo__3rWPo h5{color:var(--primary-color)}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_extraction__yGMyb .styles_fileInfo__3rWPo span{display:block;font-size:13px;font-weight:600;margin-top:10px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA{display:flex;justify-content:space-around;min-height:700px;width:100%}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_document__8F38Q,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q{background-color:#fff;border:1px solid #c4c4c4;display:flex;flex-direction:column;min-height:100%;min-width:40%}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_document__8F38Q .styles_gazette_document_tabs__f4kS7,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q .styles_gazette_document_tabs__f4kS7{background-color:#fafafa;display:flex;height:50px;margin-bottom:20px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_document__8F38Q .styles_gazette_document_tabs__f4kS7 div,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q .styles_gazette_document_tabs__f4kS7 div{align-items:center;display:flex;padding:0 20px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_document__8F38Q .styles_gazette_document_tabs__f4kS7 div:first-child,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q .styles_gazette_document_tabs__f4kS7 div:first-child{background-color:#fff}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_document__8F38Q .styles_gazette_document_tabs__f4kS7 div:first-child p,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q .styles_gazette_document_tabs__f4kS7 div:first-child p{font-size:12px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_document__8F38Q .styles_gazette_document_tabs__f4kS7 div:nth-child(2),.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q .styles_gazette_document_tabs__f4kS7 div:nth-child(2){border-bottom:1px solid #c4c4c4;border-left:1px solid #c4c4c4;flex:1 1}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_document__8F38Q .styles_gazette_document_tabs__f4kS7 div:nth-child(2) button,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q .styles_gazette_document_tabs__f4kS7 div:nth-child(2) button{background-color:var(--primary-color);border:none;color:#fff;font-size:12px;padding:4px 5px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_document__8F38Q .styles_gazette_document_tabs__f4kS7 div:nth-child(2) button a,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q .styles_gazette_document_tabs__f4kS7 div:nth-child(2) button a{color:#fff}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_document__8F38Q .styles_gazette_file__OWclc,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q .styles_gazette_file__OWclc{height:100%;margin:auto;padding-bottom:20px;width:90%}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_document__8F38Q .styles_gazette_file__OWclc .styles_page_counter__dNvH3,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q .styles_gazette_file__OWclc .styles_page_counter__dNvH3{align-items:center;background-color:#3f3f3f;display:flex;height:30px;justify-content:flex-end}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_document__8F38Q .styles_gazette_file__OWclc .styles_page_counter__dNvH3 span,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q .styles_gazette_file__OWclc .styles_page_counter__dNvH3 span{color:#fff;font-size:12px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_document__8F38Q .styles_gazette_file__OWclc .styles_page_counter__dNvH3 button,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q .styles_gazette_file__OWclc .styles_page_counter__dNvH3 button{background:none;border:none;margin:0 10px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_document__8F38Q .styles_gazette_file__OWclc .styles_page_counter__dNvH3 button img,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q .styles_gazette_file__OWclc .styles_page_counter__dNvH3 button img{width:10px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_document__8F38Q .styles_gazette_file__OWclc .styles_gazette_file_pdf__fEOMX,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q .styles_gazette_file__OWclc .styles_gazette_file_pdf__fEOMX{display:flex;justify-content:center;overflow-x:hidden}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_transcribing__g4wkW,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_transcribing__g4wkW{min-width:40%}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_transcribing__g4wkW .styles_gazette_transcribingField__3\+3LB,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_transcribing__g4wkW .styles_gazette_transcribingField__3\+3LB{margin:20px 0}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_transcribing__g4wkW .styles_gazette_transcribingField__3\+3LB textarea,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_transcribing__g4wkW .styles_gazette_transcribingField__3\+3LB textarea{font-family:inherit;height:200px;outline:none;padding:10px;resize:none;width:100%}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_transcribing__g4wkW .styles_gazette_transcribingBtns__mKPt2,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_transcribing__g4wkW .styles_gazette_transcribingBtns__mKPt2{display:flex;justify-content:flex-end}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_transcribing__g4wkW .styles_gazette_transcribingBtns__mKPt2 button,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_transcribing__g4wkW .styles_gazette_transcribingBtns__mKPt2 button{margin-left:20px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_transcribing__g4wkW .styles_gazette_transcribingBtns__mKPt2 button:first-child,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_transcribing__g4wkW .styles_gazette_transcribingBtns__mKPt2 button:first-child{background-color:#fff;border:1px solid var(--primary-color);color:var(--primary-color);font-size:13px;padding:2px 10px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_transcribing__g4wkW .styles_gazette_transcribingBtns__mKPt2 button:nth-child(2),.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_transcribing__g4wkW .styles_gazette_transcribingBtns__mKPt2 button:nth-child(2){background-color:var(--primary-color);border:1px solid var(--primary-color);color:#fff;font-size:13px;padding:2px 10px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq{background-color:#fff;padding-bottom:20px;width:40%}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq>*,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq>*{display:block}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq h4,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq h4{font-size:14px;padding:20px 20px 5px;text-decoration:underline}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq .styles_gazette_category__\+6Mp1,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq .styles_gazette_category__\+6Mp1{color:#979797;font-size:14px;font-style:italic}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq .styles_gazette_date__V9YLh,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq .styles_gazette_senate__MmPND,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq .styles_gazette_date__V9YLh,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq .styles_gazette_senate__MmPND{font-size:12px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq span,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq span{padding:5px 30px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj{align-items:center;display:flex;justify-content:space-between;padding-right:20px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj .styles_tags__fQ4A8 span:first-child,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj .styles_tags__fQ4A8 span:first-child{font-size:12px;padding:5px 10px 5px 30px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj .styles_tags__fQ4A8 .styles_tag_box__393Pq,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj .styles_tags__fQ4A8 .styles_tag_box__393Pq{background-color:#c7c7c7;font-size:10px;margin-right:10px;padding:1px 10px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj .styles_action_buttons__HBzfh button,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj .styles_action_buttons__HBzfh button{border:none;margin-left:10px;padding:5px 5px 2px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj .styles_action_buttons__HBzfh button img,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj .styles_action_buttons__HBzfh button img{aspect-ratio:1;width:15px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj .styles_action_buttons__HBzfh button:first-child,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj .styles_action_buttons__HBzfh button:first-child{background-color:var(--primary-color)}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj .styles_action_buttons__HBzfh button:nth-child(2),.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj .styles_action_buttons__HBzfh button:nth-child(2){background-color:var(--secondary-color)}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_gazette__akz5B .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj .styles_action_buttons__HBzfh button:nth-child(3),.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_info__I7hmq .styles_gazette_tags__4XqUj .styles_action_buttons__HBzfh button:nth-child(3){background-color:var(--tertiary-color)}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_editContainer__FbjB9{margin:auto;padding:10px 50px;position:relative;width:800px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_editContainer__FbjB9 .styles_editContainerField__msipM{margin-bottom:20px;position:relative}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_editContainer__FbjB9 .styles_editContainerField__msipM label{color:var(--primary-color);display:block;font-size:14px;font-weight:600;margin-bottom:10px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_editContainer__FbjB9 .styles_editContainerField__msipM input,.styles_new__FeyqT .styles_eventDiv__bal7y .styles_editContainer__FbjB9 .styles_editContainerField__msipM select{border:1px solid #c4c4c4;font-family:inherit;outline:none;padding:15px 10px;width:75%}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_editContainer__FbjB9 .styles_editContainerBtn__fbiyN button{background-color:var(--primary-color);border:none;color:#fff;padding:7px 10px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA{padding:0 30px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_document__8F38Q{min-width:50%}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_summary__Ru6fI{background-color:#fff;margin-top:50px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_summary__Ru6fI h5{border-bottom:1px solid #979797;color:#2d2d2d;font-size:14px;font-style:italic;font-weight:400;padding:20px 20px 10px}.styles_new__FeyqT .styles_eventDiv__bal7y .styles_publish__nTVvA .styles_gazette_summary__Ru6fI p{font-size:11px;padding:10px 50px 30px}.styles_active_page__3Y-Vq{background-color:var(--primary-color);color:#fff}.styles_documents__TQUEm{background-color:#eee;margin-left:200px;min-height:calc(100vh - 120px);overflow-x:hidden;padding:30px;position:relative}.styles_documents__TQUEm .styles_share__UjYIC{background-color:hsla(0,0%,100%,.583);display:grid;height:100%;place-items:center;position:absolute;width:99%;z-index:2}.styles_documents__TQUEm .styles_share__UjYIC .styles_share_modal__WjTIW{background-color:#fff;box-shadow:.5px 1px 10px #d0cfcf;width:400px;z-index:2}.styles_documents__TQUEm .styles_share__UjYIC .styles_share_modal__WjTIW .styles_share_modal_header__yGC9R{background-color:#eee;display:grid;height:60px;margin-bottom:30px;place-items:center;position:relative}.styles_documents__TQUEm .styles_share__UjYIC .styles_share_modal__WjTIW .styles_share_modal_header__yGC9R img{cursor:pointer;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.styles_documents__TQUEm .styles_share__UjYIC .styles_share_modal__WjTIW .styles_share_modal_input__dtqSs{padding:0 50px 30px}.styles_documents__TQUEm .styles_share__UjYIC .styles_share_modal__WjTIW .styles_share_modal_input__dtqSs label{display:block;font-size:12px;margin-bottom:3px}.styles_documents__TQUEm .styles_share__UjYIC .styles_share_modal__WjTIW .styles_share_modal_input__dtqSs input{border:1px solid #c4c4c4;margin-bottom:20px;outline:none;padding:10px;width:100%}.styles_documents__TQUEm .styles_share__UjYIC .styles_share_modal__WjTIW .styles_share_modal_input__dtqSs div{display:flex;justify-content:flex-end;width:100%}.styles_documents__TQUEm .styles_share__UjYIC .styles_share_modal__WjTIW .styles_share_modal_input__dtqSs div button{background-color:var(--primary-color);border:none;color:#fff;padding:10px}.styles_documents__TQUEm .styles_share__UjYIC .styles_share_modal__WjTIW .styles_share_modal_input__dtqSs .styles_permissions__VVtI3{align-items:center;display:flex;justify-content:flex-start}.styles_documents__TQUEm .styles_share__UjYIC .styles_share_modal__WjTIW .styles_share_modal_input__dtqSs .styles_permissions__VVtI3 label{margin-left:10px}.styles_documents__TQUEm .styles_share__UjYIC .styles_share_modal__WjTIW .styles_share_modal_input__dtqSs .styles_permissions__VVtI3 input{border:1px solid red;margin:unset;width:unset}.styles_documents__TQUEm .styles_documentsHeader__Rlw63{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.styles_documents__TQUEm .styles_documentsHeader__Rlw63 button{background-color:var(--primary-color);border:none;color:#fff;font-family:inherit;padding:10px;text-transform:capitalize}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b{background-color:#fff;padding:25px}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table{width:100%}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr{align-items:center;display:block;display:flex;height:50px}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr:nth-child(2n){background-color:#f5f5f5}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr th{color:var(--primary-color);font-size:14px}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr td{font-size:12px}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr td img{cursor:pointer;margin-left:10px;width:18px}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr td:first-child,.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr th:first-child{display:flex;justify-content:flex-start;padding:0 15px;width:10%}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr td:nth-child(2),.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr th:nth-child(2){display:flex;justify-content:flex-start;width:25%}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr td:nth-child(3),.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr th:nth-child(3){display:flex;justify-content:flex-start;width:10%}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr td:nth-child(4),.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr td:nth-child(5),.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr th:nth-child(4),.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr th:nth-child(5){display:flex;justify-content:flex-start;width:15%}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr td:nth-child(6),.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr th:nth-child(6){display:flex;justify-content:flex-start;width:5%}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr td:nth-child(6) button,.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr th:nth-child(6) button{border:none;margin-right:10px;padding:3px 10px}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr td:nth-child(6) button:first-child,.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr th:nth-child(6) button:first-child{background-color:#424242;color:#fff}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr td:nth-child(6) button:nth-child(2),.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr th:nth-child(6) button:nth-child(2){background-color:#c2c2c2;color:#222}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr td:nth-child(6) button:nth-child(3),.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr th:nth-child(6) button:nth-child(3){background-color:#da6868;color:#fff}.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr td:nth-child(6) .styles_activate__LvAOi,.styles_documents__TQUEm .styles_documentsContainer__qJJ2b table tr th:nth-child(6) .styles_activate__LvAOi{background-color:var(--primary-color)!important;color:#fff!important}.styles_documents__TQUEm .styles_page_pagination__mXJs7{display:flex;justify-content:flex-end}.styles_documents__TQUEm .styles_page_pagination__mXJs7 ul{display:flex;justify-content:center}.styles_documents__TQUEm .styles_page_pagination__mXJs7 ul li{cursor:pointer;padding:10px}.styles_documents__TQUEm .styles_page_pagination__mXJs7 ul li:hover{background-color:var(--primary-color)}.styles_documents__TQUEm .styles_page_pagination__mXJs7 ul li:hover a{color:#fff}.styles_documents__TQUEm .styles_page_pagination__mXJs7 ul li.styles_selected__B8Q5y{border:1px solid red}.styles_publish_container__Bl7JM{background-color:#eee;min-height:100vh;padding:20px}.styles_publish_container__Bl7JM .styles_publish_container_title__KFngT{margin-bottom:10px;margin-left:200px;text-transform:uppercase}.styles_publish_container__Bl7JM .styles_publish__iJdrE{background-color:#fff;display:flex;height:calc(100vh - 200px);justify-content:space-around;margin-left:200px;padding:20px 50px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_document__gtL4D{background-color:#fff;border:1px solid #c4c4c4;display:flex;flex-direction:column;flex-grow:1;margin-left:50px;max-height:100%;min-width:40%;padding-bottom:20px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_document__gtL4D .styles_gazette_document_tabs__th8sE{background-color:#fafafa;display:flex;height:50px;margin-bottom:20px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_document__gtL4D .styles_gazette_document_tabs__th8sE div{align-items:center;display:flex;padding:0 20px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_document__gtL4D .styles_gazette_document_tabs__th8sE div:first-child{background-color:#fff}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_document__gtL4D .styles_gazette_document_tabs__th8sE div:first-child p{font-size:12px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_document__gtL4D .styles_gazette_document_tabs__th8sE div:nth-child(2){border-bottom:1px solid #c4c4c4;border-left:1px solid #c4c4c4;flex:1 1}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_document__gtL4D .styles_gazette_document_tabs__th8sE div:nth-child(2) button{background-color:var(--primary-color);border:none;color:#fff;font-size:12px;padding:4px 5px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_document__gtL4D .styles_gazette_document_tabs__th8sE div:nth-child(2) button a{color:#fff}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_document__gtL4D .styles_gazette_file__pmf9r{flex-grow:1;margin:0 auto;width:90%}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_transcribing__B0ske{min-width:40%}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_transcribing__B0ske .styles_gazette_transcribingField__JdndT{margin:20px 0}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_transcribing__B0ske .styles_gazette_transcribingField__JdndT textarea{font-family:inherit;height:200px;outline:none;padding:10px;resize:none;width:100%}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_transcribing__B0ske .styles_gazette_transcribingBtns__Ub6eM{display:flex;justify-content:flex-end}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_transcribing__B0ske .styles_gazette_transcribingBtns__Ub6eM button{margin-left:20px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_transcribing__B0ske .styles_gazette_transcribingBtns__Ub6eM button:first-child{background-color:#fff;border:1px solid var(--primary-color);color:var(--primary-color);font-size:13px;padding:2px 10px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_transcribing__B0ske .styles_gazette_transcribingBtns__Ub6eM button:nth-child(2){background-color:var(--primary-color);border:1px solid var(--primary-color);color:#fff;font-size:13px;padding:2px 10px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy{background-color:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:20px;width:40%}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy>*{display:block}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy h4{font-size:14px;padding:20px 20px 5px;text-decoration:underline}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_edit__HU4Lk{padding:20px 20px 5px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_edit__HU4Lk button{background-color:var(--primary-color);border:none;color:#fff}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_gazette_category__OkPgE{color:#979797;font-size:14px;font-style:italic}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_gazette_date__2mOpB,.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_gazette_senate__pez\+C{font-size:12px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_audio__6NHDC,.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_gazette_summary__duCUB{margin-top:30px;padding-left:30px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_audio__6NHDC h5,.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_gazette_summary__duCUB h5{font-size:14px;margin-bottom:10px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_audio__6NHDC p,.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_gazette_summary__duCUB p{font-size:12px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy span{padding:5px 30px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_gazette_tags__ixFXz{align-items:center;display:flex;justify-content:space-between;padding-right:20px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_gazette_tags__ixFXz .styles_tags__144jU span:first-child{font-size:12px;padding:5px 10px 5px 30px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_gazette_tags__ixFXz .styles_tags__144jU .styles_tag_box__zjM5S{background-color:#c7c7c7;font-size:10px;margin-right:10px;padding:1px 10px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_gazette_tags__ixFXz .styles_action_buttons__QLcnF button{border:none;margin-left:10px;padding:5px 5px 2px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_gazette_tags__ixFXz .styles_action_buttons__QLcnF button img{aspect-ratio:1;width:15px}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_gazette_tags__ixFXz .styles_action_buttons__QLcnF button:first-child{background-color:var(--primary-color)}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_gazette_tags__ixFXz .styles_action_buttons__QLcnF button:nth-child(2){background-color:var(--secondary-color)}.styles_publish_container__Bl7JM .styles_publish__iJdrE .styles_gazette_info__Xutiy .styles_gazette_tags__ixFXz .styles_action_buttons__QLcnF button:nth-child(3){background-color:var(--tertiary-color)}.styles_active_page__52wHz{background-color:var(--primary-color);color:#fff}.styles_documents__jvH\+z{background-color:#eee;margin-left:200px;min-height:calc(100vh - 120px);padding:30px}.styles_documents__jvH\+z .styles_documentsHeader__AbuiR{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.styles_documents__jvH\+z .styles_documentsHeader__AbuiR button{background-color:var(--primary-color);border:none;color:#fff;font-family:inherit;padding:10px;text-transform:capitalize}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+{background-color:#fff;padding:25px}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table{width:100%}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr{align-items:center;display:block;display:flex;height:50px}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr:nth-child(2n){background-color:#f5f5f5}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr th{color:var(--primary-color);font-size:14px}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr td{font-size:12px}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr td img{cursor:pointer;margin-left:10px;width:18px}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr td:first-child,.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr th:first-child{display:flex;justify-content:flex-start;padding:0 15px;width:10%}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr td:nth-child(2),.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr th:nth-child(2){display:flex;justify-content:flex-start;width:35%}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr td:nth-child(3),.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr td:nth-child(4),.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr th:nth-child(3),.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr th:nth-child(4){display:flex;justify-content:flex-start;width:15%}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr td:nth-child(5),.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr th:nth-child(5){display:flex;justify-content:flex-start;width:5%}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr td:nth-child(5) button,.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr th:nth-child(5) button{border:none;margin-right:10px;padding:3px 10px}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr td:nth-child(5) button:first-child,.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr th:nth-child(5) button:first-child{background-color:#424242;color:#fff}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr td:nth-child(5) button:nth-child(2),.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr th:nth-child(5) button:nth-child(2){background-color:#da6868;color:#fff}.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr td:nth-child(5) .styles_activate__eYovw,.styles_documents__jvH\+z .styles_documentsContainer__aSBq\+ table tr th:nth-child(5) .styles_activate__eYovw{background-color:var(--primary-color)!important}.styles_documents__jvH\+z .styles_page_pagination__xXC0z{display:flex;justify-content:flex-end}.styles_documents__jvH\+z .styles_page_pagination__xXC0z ul{display:flex;justify-content:center}.styles_documents__jvH\+z .styles_page_pagination__xXC0z ul li{cursor:pointer;padding:10px}.styles_documents__jvH\+z .styles_page_pagination__xXC0z ul li:hover{background-color:var(--primary-color)}.styles_documents__jvH\+z .styles_page_pagination__xXC0z ul li:hover a{color:#fff}.styles_documents__jvH\+z .styles_page_pagination__xXC0z ul li.styles_selected__AhaVl{border:1px solid red}.styles_documents__oiw5m{background-color:#eee;margin-left:200px;min-height:calc(100vh - 120px);overflow-x:hidden;padding:30px;position:relative}.styles_documents__oiw5m .styles_share__XWp3C{background-color:hsla(0,0%,100%,.583);display:grid;height:100%;place-items:center;position:absolute;width:99%;z-index:2}.styles_documents__oiw5m .styles_share__XWp3C .styles_share_modal__Samam{background-color:#fff;box-shadow:.5px 1px 10px #d0cfcf;width:400px;z-index:2}.styles_documents__oiw5m .styles_share__XWp3C .styles_share_modal__Samam .styles_share_modal_header__79vHa{background-color:#eee;display:grid;height:60px;margin-bottom:30px;place-items:center;position:relative}.styles_documents__oiw5m .styles_share__XWp3C .styles_share_modal__Samam .styles_share_modal_header__79vHa img{cursor:pointer;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.styles_documents__oiw5m .styles_share__XWp3C .styles_share_modal__Samam .styles_share_modal_input__1oMq4{padding:0 50px 30px}.styles_documents__oiw5m .styles_share__XWp3C .styles_share_modal__Samam .styles_share_modal_input__1oMq4 label{display:block;font-size:12px;margin-bottom:3px}.styles_documents__oiw5m .styles_share__XWp3C .styles_share_modal__Samam .styles_share_modal_input__1oMq4 input{border:1px solid #c4c4c4;margin-bottom:20px;outline:none;padding:10px;width:100%}.styles_documents__oiw5m .styles_share__XWp3C .styles_share_modal__Samam .styles_share_modal_input__1oMq4 div{display:flex;justify-content:flex-end;width:100%}.styles_documents__oiw5m .styles_share__XWp3C .styles_share_modal__Samam .styles_share_modal_input__1oMq4 div button{background-color:var(--primary-color);border:none;color:#fff;padding:10px}.styles_documents__oiw5m .styles_documentsHeader__pFc1h{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.styles_documents__oiw5m .styles_documentsHeader__pFc1h button{background-color:var(--primary-color);border:none;color:#fff;font-family:inherit;padding:10px;text-transform:capitalize}.styles_documents__oiw5m .styles_documentsContainer__hptj8{background-color:#fff;padding:25px}.styles_documents__oiw5m .styles_documentsContainer__hptj8 table{width:100%}.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr{align-items:center;display:block;display:flex;height:50px}.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr:nth-child(2n){background-color:#f5f5f5}.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr th{color:var(--primary-color);font-size:14px}.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr td{font-size:12px}.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr td img{cursor:pointer;margin-left:10px;width:18px}.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr td:first-child,.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr th:first-child{display:flex;justify-content:center;width:10%}.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr td:nth-child(2),.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr th:nth-child(2){display:flex;justify-content:flex-start;width:40%}.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr td:nth-child(3),.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr th:nth-child(3){display:flex;justify-content:flex-start;width:30%}.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr td:nth-child(4),.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr th:nth-child(4){display:flex;justify-content:flex-start;width:20%}.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr td:nth-child(4) button,.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr th:nth-child(4) button{border:none;margin-right:10px;padding:3px 10px}.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr td:nth-child(4) button:first-child,.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr th:nth-child(4) button:first-child{background-color:#424242;color:#fff}.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr td:nth-child(4) button:nth-child(2),.styles_documents__oiw5m .styles_documentsContainer__hptj8 table tr th:nth-child(4) button:nth-child(2){background-color:#c2c2c2;color:#222}.styles_documents__0RXu8{background-color:#eee;margin-left:200px;min-height:calc(100vh - 120px);overflow-x:hidden;padding:30px;position:relative}.styles_documents__0RXu8 .styles_share__dN-b7{background-color:hsla(0,0%,100%,.583);display:grid;height:100%;place-items:center;position:absolute;width:99%;z-index:2}.styles_documents__0RXu8 .styles_share__dN-b7 .styles_share_modal__lvlhC{background-color:#fff;box-shadow:.5px 1px 10px #d0cfcf;width:400px;z-index:2}.styles_documents__0RXu8 .styles_share__dN-b7 .styles_share_modal__lvlhC .styles_share_modal_header__86T-U{background-color:#eee;display:grid;height:60px;margin-bottom:30px;place-items:center;position:relative}.styles_documents__0RXu8 .styles_share__dN-b7 .styles_share_modal__lvlhC .styles_share_modal_header__86T-U img{cursor:pointer;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.styles_documents__0RXu8 .styles_share__dN-b7 .styles_share_modal__lvlhC .styles_share_modal_input__r18cc{padding:0 50px 30px}.styles_documents__0RXu8 .styles_share__dN-b7 .styles_share_modal__lvlhC .styles_share_modal_input__r18cc label{display:block;font-size:12px;margin-bottom:3px}.styles_documents__0RXu8 .styles_share__dN-b7 .styles_share_modal__lvlhC .styles_share_modal_input__r18cc input{border:1px solid #c4c4c4;margin-bottom:20px;outline:none;padding:10px;width:100%}.styles_documents__0RXu8 .styles_share__dN-b7 .styles_share_modal__lvlhC .styles_share_modal_input__r18cc div{display:flex;justify-content:flex-end;width:100%}.styles_documents__0RXu8 .styles_share__dN-b7 .styles_share_modal__lvlhC .styles_share_modal_input__r18cc div button{background-color:var(--primary-color);border:none;color:#fff;padding:10px}.styles_documents__0RXu8 .styles_documentsHeader__yC41w{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.styles_documents__0RXu8 .styles_documentsHeader__yC41w button{background-color:var(--primary-color);border:none;color:#fff;font-family:inherit;padding:10px;text-transform:capitalize}.styles_documents__0RXu8 .styles_documentsContainer__cpBgC{background-color:#fff;padding:25px}.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table{width:100%}.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr{align-items:center;display:block;display:flex;height:50px}.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr:nth-child(2n){background-color:#f5f5f5}.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr th{color:var(--primary-color);font-size:14px}.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr td{font-size:12px}.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr td img{cursor:pointer;margin-left:10px;width:18px}.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr td:first-child,.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr th:first-child{display:flex;justify-content:center;width:10%}.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr td:nth-child(2),.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr th:nth-child(2){align-items:center;display:flex;justify-content:flex-start;width:50%}.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr td:nth-child(2) svg,.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr th:nth-child(2) svg{margin-right:10px}.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr td:nth-child(3),.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr th:nth-child(3){display:flex;justify-content:flex-start;width:20%}.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr td:nth-child(3) button,.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr th:nth-child(3) button{border:none;margin-right:10px;padding:3px 10px}.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr td:nth-child(3) button:first-child,.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr th:nth-child(3) button:first-child{background-color:#424242;color:#fff}.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr td:nth-child(3) button:nth-child(2),.styles_documents__0RXu8 .styles_documentsContainer__cpBgC table tr th:nth-child(3) button:nth-child(2){background-color:#c2c2c2;color:#222}.styles_documents__LLTVu{background-color:#eee;margin-left:200px;min-height:calc(100vh - 120px);padding:30px 15px 0 30px}.styles_documents__LLTVu .styles_documentsHeader__U8cOR{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.styles_documents__LLTVu .styles_documentsHeader__U8cOR button{background-color:var(--primary-color);border:none;color:#fff;font-family:inherit;padding:10px;text-transform:capitalize}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y{display:flex;padding:25px 0}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_tabs_table__dh2OW{flex:1 1;width:100%}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_tabs_table__dh2OW .styles_tabs__b53gr{background-color:#fff;border-bottom:1px solid #f3f3f3;margin-left:20px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_tabs_table__dh2OW .styles_tabs__b53gr button{background:none;border:none;padding:20px 30px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_tabs_table__dh2OW .styles_tabs__b53gr button:first-child{border-right:1px solid #f3f3f3}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX{min-width:350px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX .styles_actionsHeader__RnoLw{background-color:#fff;padding:20px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX .styles_actionsHeader__RnoLw span{font-size:16px;font-weight:700}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX .styles_actionsSort__edQ\+f{background-color:#fff;padding:30px 20px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX .styles_actionsSort__edQ\+f .styles_actionsSortHeader__SvsjB span{font-size:13px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX .styles_actionsSort__edQ\+f select{font-family:inherit;margin:20px 0 10px;outline:none;padding:10px;width:100%}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX .styles_actionsSort__edQ\+f .styles_actionsFilter__Gaqui{background-color:#f0efef;padding:10px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX .styles_actionsSort__edQ\+f .styles_actionsFilter__Gaqui span{display:block;font-size:13px;margin-bottom:10px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX .styles_actionsSort__edQ\+f .styles_actionsFilter__Gaqui input{border:1px solid #c4c4c4;outline:none;padding:10px;width:100%}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX .styles_actionsSort__edQ\+f .styles_actionsFilter__Gaqui div{display:flex;justify-content:space-between;margin-top:20px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX .styles_actionsSort__edQ\+f .styles_actionsFilter__Gaqui div button:first-child{background-color:#fff;border:none;padding:10px 40px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX .styles_actionsSort__edQ\+f .styles_actionsFilter__Gaqui div button:nth-child(2){background-color:var(--primary-color);border:none;color:#fff;padding:10px 40px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX .styles_actionsMetrics__I-eBp{grid-gap:10px;display:grid;gap:10px;grid-template-columns:auto auto;margin-top:20px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX .styles_actionsMetrics__I-eBp div{align-items:center;background-color:#c4c4c4;display:flex;flex-direction:column;height:70px;justify-content:center;width:200px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerActions__cTfIX .styles_actionsMetrics__I-eBp div span:first-child{display:block;font-size:12px;margin-bottom:5px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a{background-color:#fff;flex-grow:1;margin-left:20px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table{width:100%}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr{align-items:center;display:block;display:flex;height:70px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr:nth-child(2n){background-color:#f5f5f5}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr th{color:var(--primary-color);font-size:14px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr td{font-size:12px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr td img{cursor:pointer;margin-left:10px;width:18px}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr td:first-child,.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr th:first-child{display:flex;justify-content:center;width:10%}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr td:nth-child(2),.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr th:nth-child(2){display:flex;justify-content:flex-start;width:25%}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr td:nth-child(3),.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr th:nth-child(3){display:flex;justify-content:flex-start;width:35%}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr td:nth-child(5),.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr th:nth-child(5){display:flex;justify-content:flex-start;width:15%}.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr td:nth-child(6),.styles_documents__LLTVu .styles_documentsContainer__9\+b9Y .styles_documentsContainerTable__iyz-a table tr th:nth-child(6){display:flex;justify-content:center;width:5%}.styles_documents__vawEE{background-color:#eee;margin-left:200px;min-height:calc(100vh - 120px);overflow-x:hidden;padding:30px;position:relative}.styles_documents__vawEE .styles_share__ql\+IB{background-color:hsla(0,0%,100%,.583);display:grid;height:100%;place-items:center;position:absolute;width:99%;z-index:2}.styles_documents__vawEE .styles_share__ql\+IB .styles_share_modal__9w3yB{background-color:#fff;box-shadow:.5px 1px 10px #d0cfcf;width:400px;z-index:2}.styles_documents__vawEE .styles_share__ql\+IB .styles_share_modal__9w3yB .styles_share_modal_header__nYyZ8{background-color:#eee;display:grid;height:60px;margin-bottom:30px;place-items:center;position:relative}.styles_documents__vawEE .styles_share__ql\+IB .styles_share_modal__9w3yB .styles_share_modal_header__nYyZ8 img{cursor:pointer;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.styles_documents__vawEE .styles_share__ql\+IB .styles_share_modal__9w3yB .styles_share_modal_input__OLnBN{padding:0 50px 30px}.styles_documents__vawEE .styles_share__ql\+IB .styles_share_modal__9w3yB .styles_share_modal_input__OLnBN label{display:block;font-size:12px;margin-bottom:3px}.styles_documents__vawEE .styles_share__ql\+IB .styles_share_modal__9w3yB .styles_share_modal_input__OLnBN input{border:1px solid #c4c4c4;margin-bottom:20px;outline:none;padding:10px;width:100%}.styles_documents__vawEE .styles_share__ql\+IB .styles_share_modal__9w3yB .styles_share_modal_input__OLnBN div{display:flex;justify-content:flex-end;width:100%}.styles_documents__vawEE .styles_share__ql\+IB .styles_share_modal__9w3yB .styles_share_modal_input__OLnBN div button{background-color:var(--primary-color);border:none;color:#fff;padding:10px}.styles_documents__vawEE .styles_documentsHeader__kvnjA{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.styles_documents__vawEE .styles_documentsHeader__kvnjA button{background-color:var(--primary-color);border:none;color:#fff;font-family:inherit;padding:10px;text-transform:capitalize}.styles_documents__vawEE .styles_documentsContainer__PcTUO{background-color:#fff;padding:25px}.styles_documents__vawEE .styles_documentsContainer__PcTUO table{width:100%}.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr{align-items:center;display:block;display:flex;height:50px}.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr:nth-child(2n){background-color:#f5f5f5}.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr th{color:var(--primary-color);font-size:14px}.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr td{font-size:12px}.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr td img{cursor:pointer;margin-left:10px;width:18px}.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr td:first-child,.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr th:first-child{display:flex;justify-content:center;width:10%}.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr td:nth-child(2),.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr th:nth-child(2){display:flex;justify-content:flex-start;width:35%}.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr td:nth-child(3),.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr th:nth-child(3){display:flex;justify-content:flex-start;width:25%}.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr td:nth-child(4),.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr th:nth-child(4){display:flex;justify-content:flex-start;width:5%}.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr td:nth-child(4) button,.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr th:nth-child(4) button{border:none;margin-right:10px;padding:3px 10px}.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr td:nth-child(4) button:first-child,.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr th:nth-child(4) button:first-child{background-color:#424242;color:#fff}.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr td:nth-child(4) button:nth-child(2),.styles_documents__vawEE .styles_documentsContainer__PcTUO table tr th:nth-child(4) button:nth-child(2){background-color:#c2c2c2;color:#222}.styles_filters__w82zy{background-color:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:20px;padding:20px 0 0;width:350px}.styles_filters__w82zy .styles_toggle__bqHj3{display:none}.styles_filters__w82zy .styles_header__PRrK0{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;padding:0 20px}.styles_filters__w82zy .styles_header__PRrK0 h3{font-size:14px}.styles_filters__w82zy .styles_header__PRrK0 button{background-color:#fff;border:none;text-decoration:underline}.styles_filters__w82zy .styles_categories__MnxP8,.styles_filters__w82zy .styles_date__74Op6,.styles_filters__w82zy .styles_keywords__MkgGN,.styles_filters__w82zy .styles_tags__lj0tA,.styles_filters__w82zy .styles_volume__McleR{border-bottom:1px solid var(--secondary-grey);padding:0 20px}.styles_filters__w82zy .styles_categories__MnxP8 h3,.styles_filters__w82zy .styles_date__74Op6 h3,.styles_filters__w82zy .styles_keywords__MkgGN h3,.styles_filters__w82zy .styles_tags__lj0tA h3,.styles_filters__w82zy .styles_volume__McleR h3{font-size:14px}.styles_filters__w82zy .styles_categories__MnxP8 div,.styles_filters__w82zy .styles_tags__lj0tA div{padding:10px 20px}.styles_filters__w82zy .styles_categories__MnxP8 div label,.styles_filters__w82zy .styles_tags__lj0tA div label{font-size:12px;margin-left:10px}.styles_filters__w82zy .styles_date__74Op6{padding-top:20px}.styles_filters__w82zy .styles_date__74Op6 div{display:grid;grid-template-columns:repeat(3,auto);padding:10px}.styles_filters__w82zy .styles_date__74Op6 div div{align-items:center;display:flex;height:30px}.styles_filters__w82zy .styles_date__74Op6 div div label{font-size:12px;margin-left:5px}.styles_filters__w82zy .styles_keywords__MkgGN{padding-bottom:15px;padding-top:10px}.styles_filters__w82zy .styles_keywords__MkgGN input{border:1px solid #c4c4c4;margin-left:20px;margin-top:10px;padding:5px;width:80%}.styles_filters__w82zy .styles_tags__lj0tA{padding-top:10px}.styles_filters__w82zy .styles_tags__lj0tA div{display:flex;flex-wrap:wrap}.styles_filters__w82zy .styles_tags__lj0tA div button{background:none;background-color:#dfdfdf;border:none;font-family:inherit;font-size:12px;margin:0 10px 10px 0;padding:5px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_filters__w82zy .styles_volume__McleR{border-bottom:none;padding-top:10px}.styles_filters__w82zy .styles_volume__McleR div{display:flex;flex-wrap:wrap}.styles_filters__w82zy .styles_volume__McleR div select{font-family:inherit;margin:10px 0;outline:none;padding:5px;width:100%}.styles_filters__w82zy .styles_filter_button__tgD6m{margin-top:10px;width:100%}.styles_filters__w82zy .styles_filter_button__tgD6m button{background-color:var(--primary-color);border:none;color:#fff;font-family:inherit;padding:10px 0;width:100%}@media screen and (max-width:1330px){.styles_filters__w82zy{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:10px;margin-left:unset;width:100%}.styles_filters__w82zy .styles_toggle__bqHj3{display:block;margin-bottom:20px;padding:0 20px}.styles_filters__w82zy .styles_toggle__bqHj3 button{border:none;color:#fff;font-family:inherit;padding:10px}}.styles_results__ZdPFn{background-color:#fff;min-height:250px;padding:20px;position:relative;width:1100px}.styles_results__ZdPFn .styles_no_result__jSR2o{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.styles_results__ZdPFn .styles_no_result__jSR2o span{font-size:14px;font-weight:600}.styles_results__ZdPFn .styles_header__\+a0w-{color:#2d2d2d;font-size:13px}.styles_results__ZdPFn .styles_result__s8w\+n{border-bottom:1px solid var(--primary-grey);margin-top:15px;padding-bottom:10px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_header__Z2QnE{align-items:center;display:flex;justify-content:space-between}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_header__Z2QnE h4{font:14px;text-decoration:underline}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_header__Z2QnE span{font-size:13px;font-weight:800}@media screen and (max-width:600px){.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_header__Z2QnE{align-items:flex-start;flex-direction:column}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_header__Z2QnE h4{margin-bottom:10px}}.styles_results__ZdPFn .styles_result__s8w\+n p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box!important;font-size:12px;margin-top:10px;overflow:hidden;text-align:justify;text-overflow:ellipsis;white-space:normal}.styles_results__ZdPFn .styles_result__s8w\+n p span{text-transform:capitalize}@media screen and (max-width:500px){.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_header__Z2QnE h4{font:12px;margin-right:10px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_header__Z2QnE span{font-size:12px}.styles_results__ZdPFn .styles_result__s8w\+n p{font-size:10px}}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_category__3GTic{color:#979797;display:block;font-size:10px;margin-top:8px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_action_buttons__KHZMU{display:flex;justify-content:flex-end;margin-top:15px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_action_buttons__KHZMU button{border:none;color:#fff;font-size:11px;margin-left:7px;padding:5px;text-transform:uppercase}.styles_results__ZdPFn .styles_result__s8w\+n .styles_action_buttons__KHZMU button a{color:inherit}.styles_results__ZdPFn .styles_result__s8w\+n .styles_action_buttons__KHZMU button:first-child{background-color:var(--primary-color)}.styles_results__ZdPFn .styles_result__s8w\+n .styles_action_buttons__KHZMU button:nth-child(2){background-color:var(--secondary-color)}.styles_results__ZdPFn .styles_result__s8w\+n .styles_action_buttons__KHZMU button:nth-child(3){background-color:var(--tertiary-color)}@media screen and (max-width:1500px){.styles_results__ZdPFn{width:758px}}@media screen and (max-width:1330px){.styles_results__ZdPFn{max-width:100%;min-width:100%}}.styles_search__XSSZT{background-color:#eee;margin-left:200px;min-height:100vh}.styles_search__XSSZT main{display:flex;margin:0 auto;padding-bottom:20px;padding-top:50px;width:1150px}@media screen and (max-width:1500px){.styles_search__XSSZT main{width:1100px}}@media screen and (max-width:1330px){.styles_search__XSSZT main{flex-direction:column-reverse;max-width:100%;padding:0 10px;width:unset}}.styles_profile__iALHT{margin-left:200px;max-width:100vw;min-height:calc(100vh - 120px);overflow-x:hidden}.styles_profile__iALHT main{background-color:#eee;height:100%;margin-top:0}.styles_profile__iALHT main .styles_header__QooyX{align-items:center;display:flex;height:50px;padding-left:15px}.styles_profile__iALHT main .styles_profile_main__Pw0zz{display:flex;padding:10px 15px;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_documentsContainer__YZENb{background-color:#fff;margin-left:10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M{align-items:center;background-color:#fff;display:flex;flex-direction:column;padding:20px 0;width:505px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M img{aspect-ratio:1;border:1px solid #ccc;width:250px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy{width:420px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy h4{background-color:var(--primary-color);color:#fff;font-size:14px;font-weight:400;padding:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg{border:1px solid #ccc;display:flex;flex-direction:column;font-size:13px;padding:30px 20px;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg table,.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td,.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg th{border:1px solid #ededed;border-collapse:collapse}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td{padding:10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td:first-child{width:35%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_edit_profile__7XtEc{display:flex;justify-content:flex-end}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_edit_profile__7XtEc button{background-color:#222;border:none;color:#fff;font-family:inherit;font-size:12px;padding:5px 20px}@media screen and (max-width:1600px){.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy{padding:0 20px}}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_documentsContainer__YZENb{flex-grow:1;padding:20px!important}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR{background-color:#fff;margin-left:50px;padding:10px;width:1150px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_tabs__6kV09 button{background:none;border:none;border-right:1px solid #f5f5f5;font-family:inherit;padding:20px 10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_pagination__p4wIr{background-color:#f5f5f5;height:50px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY{position:relative}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div{display:flex;height:100%;margin-top:50px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div span{font-size:14px;font-weight:600}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div span a{color:var(--primary-color)}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table{width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr{align-items:center;display:block;display:flex;height:50px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr:nth-child(2n){background-color:#f5f5f5}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr th{color:var(--primary-color);font-size:14px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr td{font-size:12px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr td img{cursor:pointer;margin-left:10px;width:18px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr td:first-child,.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr th:first-child{display:flex;justify-content:center;width:10%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr td:nth-child(2),.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr th:nth-child(2){display:flex;justify-content:flex-start;padding:0 15px;width:35%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr td:nth-child(3),.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr td:nth-child(4),.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr th:nth-child(3),.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr th:nth-child(4){display:flex;justify-content:flex-start;width:20%}@media screen and (max-width:1200px){.styles_profile__iALHT main .styles_profile_main__Pw0zz{flex-direction:column}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M{align-items:center;background-color:#fff;display:flex;flex-direction:row;justify-content:center;padding:30px 0;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M img{aspect-ratio:1;border:1px solid #ccc;width:250px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy{margin-top:unset;width:420px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy h4{background-color:var(--primary-color);color:#fff;font-size:14px;font-weight:400;padding:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg{border:1px solid #ccc;display:flex;flex-direction:column;font-size:13px;padding:30px 20px;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg table,.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td,.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg th{border:1px solid #ededed;border-collapse:collapse}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td{padding:10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td:first-child{width:35%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_edit_profile__7XtEc{display:flex;justify-content:flex-end}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_edit_profile__7XtEc button{background-color:#222;border:none;color:#fff;font-family:inherit;font-size:12px;padding:5px 20px}}@media screen and (max-width:1200px)and (max-width:1600px){.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy{padding:0 20px}}@media screen and (max-width:1200px){.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR{background-color:#fff;margin-left:unset;margin-top:30px;padding:10px;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_tabs__6kV09 button{background:none;border:none;border-right:1px solid #f5f5f5;font-family:inherit;padding:20px 10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_pagination__p4wIr{background-color:#f5f5f5;height:50px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY{position:relative}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div{display:flex;height:100%;margin-top:50px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div span{font-size:14px;font-weight:600}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div span a{color:var(--primary-color)}}@media screen and (max-width:850px){.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M{align-items:center;flex-direction:column}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy{margin-top:20px;width:90%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy h4{background-color:var(--primary-color);color:#fff;font-size:14px;font-weight:400;padding:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg{border:1px solid #ccc;display:flex;flex-direction:column;font-size:13px;padding:30px 20px;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg table,.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td,.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg th{border:1px solid #ededed;border-collapse:collapse}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td{padding:10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td:first-child{width:35%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_edit_profile__7XtEc{display:flex;justify-content:flex-end}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_edit_profile__7XtEc button{background-color:#222;border:none;color:#fff;font-family:inherit;font-size:12px;padding:5px 20px}}@media screen and (max-width:850px)and (max-width:1600px){.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy{padding:0 20px}}@media screen and (max-width:850px){.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR{background-color:#fff;margin-left:unset;margin-top:30px;padding:10px;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_tabs__6kV09 button{background:none;border:none;border-right:1px solid #f5f5f5;font-family:inherit;padding:20px 10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_pagination__p4wIr{background-color:#f5f5f5;height:50px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY{position:relative}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div{display:flex;height:100%;margin-top:50px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div span{font-size:14px;font-weight:600}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div span a{color:var(--primary-color)}.styles_profile__iALHT,.styles_profile__iALHT main{overflow-x:unset}.styles_profile__iALHT main .styles_profile_main__Pw0zz{padding:10px 20px}}.styles_active_page__P6KNo{background-color:var(--primary-color);color:#fff}.styles_documents__f9kmI{background-color:#eee;margin-left:200px;min-height:calc(100vh - 120px);padding:30px 15px 0 30px}.styles_documents__f9kmI .styles_documentsHeader__kEZUy{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.styles_documents__f9kmI .styles_documentsHeader__kEZUy button{background-color:var(--primary-color);border:none;color:#fff;font-family:inherit;padding:10px;text-transform:capitalize}.styles_documents__f9kmI .styles_profile_pagination__is0A6{align-items:center;background-color:#f5f5f5;display:flex;height:50px;padding:0 20px}.styles_documents__f9kmI .styles_profile_pagination__is0A6 input{border:1px solid #c4c4c4;min-width:50%;outline:none;padding:8px 5px;width:400px}.styles_documents__f9kmI .styles_profile_pagination__is0A6 section{display:flex;flex:1 1;justify-content:flex-end}.styles_documents__f9kmI .styles_profile_pagination__is0A6 section div{margin-left:30px}.styles_documents__f9kmI .styles_profile_pagination__is0A6 section div span{font-size:13px;font-weight:400;margin-right:10px}.styles_documents__f9kmI .styles_profile_pagination__is0A6 section div select{border:none;cursor:pointer;font-family:inherit;padding:10px}.styles_documents__f9kmI .styles_profile_pagination__is0A6 button{background:none;border:none;height:100%;margin-right:20px}.styles_documents__f9kmI .styles_documentsContainer__Nfeo\+{background-color:#fff;padding:25px}.styles_documents__f9kmI .styles_page_pagination__m\+Y9y{display:flex;justify-content:flex-end}.styles_documents__f9kmI .styles_page_pagination__m\+Y9y ul{display:flex;justify-content:center}.styles_documents__f9kmI .styles_page_pagination__m\+Y9y ul li{cursor:pointer;padding:10px}.styles_documents__f9kmI .styles_page_pagination__m\+Y9y ul li:hover{background-color:var(--primary-color)}.styles_documents__f9kmI .styles_page_pagination__m\+Y9y ul li:hover a{color:#fff}.styles_documents__f9kmI .styles_page_pagination__m\+Y9y ul li.styles_selected__2nrJj{border:1px solid red}aside{position:fixed;top:100px}main{margin-top:120px}
/*# sourceMappingURL=main.3f4001e4.css.map*/