@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";: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: rgba(255, 255, 255, .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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rodal,.rodal-mask{top:0;left:0;width:100%;height:100%;z-index:100}.rodal{position:fixed}.rodal-mask{position:absolute;background:#0000004d}.rodal-dialog{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:101;padding:15px;background:#fff;border-radius:3px;box-shadow:0 1px 3px #0003}.rodal-dialog:focus{outline:none}.rodal-close{position:absolute;cursor:pointer;top:16px;right:16px;width:16px;height:16px}.rodal-close:before,.rodal-close:after{position:absolute;content:"";height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#999;border-radius:100%;transition:background .2s}.rodal-close:before{transform:rotate(45deg)}.rodal-close:after{transform:rotate(-45deg)}.rodal-close:hover:before,.rodal-close:hover:after{background:#333}@keyframes rodal-fade-enter{0%{opacity:0}}.rodal-fade-enter{animation:rodal-fade-enter both ease-in}@keyframes rodal-fade-leave{to{opacity:0}}.rodal-fade-leave{animation:rodal-fade-leave both ease-out}@keyframes rodal-zoom-enter{0%{transform:scale3d(.3,.3,.3)}}.rodal-zoom-enter{animation:rodal-zoom-enter both cubic-bezier(.4,0,0,1.5)}@keyframes rodal-zoom-leave{to{transform:scale3d(.3,.3,.3)}}.rodal-zoom-leave{animation:rodal-zoom-leave both}@keyframes rodal-slideDown-enter{0%{transform:translate3d(0,-100px,0)}}.rodal-slideDown-enter{animation:rodal-slideDown-enter both cubic-bezier(.4,0,0,1.5)}@keyframes rodal-slideDown-leave{to{transform:translate3d(0,-100px,0)}}.rodal-slideDown-leave{animation:rodal-slideDown-leave both}@keyframes rodal-slideLeft-enter{0%{transform:translate3d(-150px,0,0)}}.rodal-slideLeft-enter{animation:rodal-slideLeft-enter both cubic-bezier(.4,0,0,1.5)}@keyframes rodal-slideLeft-leave{to{transform:translate3d(-150px,0,0)}}.rodal-slideLeft-leave{animation:rodal-slideLeft-leave both}@keyframes rodal-slideRight-enter{0%{transform:translate3d(150px,0,0)}}.rodal-slideRight-enter{animation:rodal-slideRight-enter both cubic-bezier(.4,0,0,1.5)}@keyframes rodal-slideRight-leave{to{transform:translate3d(150px,0,0)}}.rodal-slideRight-leave{animation:rodal-slideRight-leave both}@keyframes rodal-slideUp-enter{0%{transform:translate3d(0,100px,0)}}.rodal-slideUp-enter{animation:rodal-slideUp-enter both cubic-bezier(.4,0,0,1.5)}@keyframes rodal-slideUp-leave{to{transform:translate3d(0,100px,0)}}.rodal-slideUp-leave{animation:rodal-slideUp-leave both}@keyframes rodal-flip-enter{0%{transform:perspective(400px) rotateX(60deg)}70%{transform:perspective(400px) rotateX(-15deg)}to{transform:perspective(400px)}}.rodal-flip-enter{animation:rodal-flip-enter both ease-in;backface-visibility:visible!important}@keyframes rodal-flip-leave{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-15deg)}to{transform:perspective(400px) rotateX(45deg)}}.rodal-flip-leave{animation:rodal-flip-leave both;backface-visibility:visible!important}@keyframes rodal-rotate-enter{0%{transform:rotate3d(0,0,1,-180deg) scale3d(.3,.3,.3)}}.rodal-rotate-enter{animation:rodal-rotate-enter both;transform-origin:center}@keyframes rodal-rotate-leave{to{transform:rotate3d(0,0,1,180deg) scale3d(.3,.3,.3)}}.rodal-rotate-leave{animation:rodal-rotate-leave both;transform-origin:center}@keyframes rodal-door-enter{0%{transform:scale3d(0,1,1)}}.rodal-door-enter{animation:rodal-door-enter both cubic-bezier(.4,0,0,1.5)}@keyframes rodal-door-leave{60%{transform:scale3d(.01,1,1)}to{transform:scale3d(0,1,.1)}}.rodal-door-leave{animation:rodal-door-leave both}.glossary-view-modal .choicelist-wrapper-container{height:calc(100% - 70px)!important}.glossary-view-modal .choicelist-wrapper-container .choicelist-wrap-list{height:calc(100% - 60px)!important}.glossary-view-modal .choicelist-wrapper-container .choiclist-create-main-wrapper{margin:0 26px!important}.glossary-view-modal .edit-instant-project-box .body-wrapper{padding:0}.glossary-view-modal .edit-instant-project-box .body-wrapper h2{font-size:16px!important;font-weight:500}.glossary-view-modal .asset-glossary-list-wrapper{height:calc(100% - 150px);overflow:auto;scrollbar-width:thin}.file-status-tag{border-radius:3px;text-align:center;font-family:Roboto;font-size:13px;font-style:normal;font-weight:500;line-height:20px;padding:4px 10px}.file-status-tag.success{background:#dbeaf8;color:#0074d3}.file-status-tag.error{background-color:#fce6e3;color:#e74c3c}.ai-tabs .bloc-tabs{display:flex;border:none!important;padding:0 30px;width:100%;flex-direction:row!important}.ai-tabs .bloc-tabs .tabs{border-bottom:2px solid transparent;padding:11px 20px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;color:#1c1c1c;font-weight:400;cursor:pointer;white-space:nowrap;margin-top:0;margin-right:6px;border-top-left-radius:4px;border-top-right-radius:4px}.ai-tabs .bloc-tabs .active-tabs{background-color:#f0f8ff;font-weight:500;color:#0073df;border-right:none!important}.ai-tabs .bloc-tabs .active-tabs:before{width:100%!important}.ai-tabs .tabs:hover{background:#f2f2f2}.ai-tabs .tabs:not(:last-child){border-right:none!important}.ai-tabs .setup-container-tab{font-family:Roboto,sans-serif;width:100%;display:flex;flex-wrap:wrap;border-bottom:1px solid #E7E9EC!important;position:relative}.ai-tabs .setup-button-global.active:after{content:"";display:block;height:3px;background-color:#0073df;width:100%;position:absolute;bottom:0;left:0;right:0;margin:auto}.ai-tabs .setup-button-global:hover .project-setup-btn{color:#0073df;background-color:#f2f2f2}.ai-tabs .project-setup-btn.active{color:#0073df}.ai-tabs .setup-button-global.active{position:relative;font-weight:500}.ai-tabs .setup-button-global{margin-right:0;transition:.3s all ease;cursor:pointer;margin-bottom:0;padding:0 30px 13px}.ai-tabs .setup-button-global:last-child{margin-right:0}.ai-tabs .project-setup-btn{border:none;background:transparent;background-color:transparent;font-style:normal;font-weight:400;font-size:16px;line-height:22px;color:#2a353e;padding:0}.contained-tab-wrapper{font-family:Roboto,sans-serif;border:1px solid #D6D6D6;background-color:#fff;border-radius:6px;padding:6px;display:flex;gap:6px}.contained-tab-wrapper .inner-tabs{flex:1;display:flex;align-items:center;justify-content:center;font-size:16px;font-style:normal;font-weight:400;color:#1c1c1c;border-radius:4px;padding:4px;cursor:pointer;width:-moz-fit-content;width:fit-content}.contained-tab-wrapper .inner-tabs.active{color:#fff;background-color:#0073df;font-weight:500}.contained-tab-wrapper .inner-tabs:last-child{margin-right:0}.contained-tab-wrapper .inner-tabs:not(.active):hover{background-color:#f2f2f2}/*!
* Bootstrap v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}pre{margin-top:0;margin-bottom:1rem;overflow:auto}th{text-align:inherit}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:#28a745e6;border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/ calc(.75em + .375rem) calc(.75em + .375rem)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:#dc3545e6;border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/ calc(.75em + .375rem) calc(.75em + .375rem)}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 0%;min-width:0;margin-bottom:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-horizontal .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal .list-group-item.active{margin-top:0}.list-group-horizontal .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm .list-group-item.active{margin-top:0}.list-group-horizontal-sm .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md .list-group-item.active{margin-top:0}.list-group-horizontal-md .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg .list-group-item.active{margin-top:0}.list-group-horizontal-lg .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl .list-group-item.active{margin-top:0}.list-group-horizontal-xl .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush .list-group-item{border-right-width:0;border-left-width:0;border-radius:0}.list-group-flush .list-group-item:first-child{border-top-width:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom-width:0}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:#ffffffd9;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:#ffffffd9;background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);content:""}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}/*!
* 
* Super simple WYSIWYG editor v0.8.20
* https://summernote.org
*
*
* Copyright 2013- Alan Hong and contributors
* Summernote may be freely distributed under the MIT license.
*
* Date: 2021-10-14T21:15Z
*
*/@font-face{font-family:summernote;font-style:normal;font-weight:400;font-display:auto;src:url(/assets/summernote-CIJFJttR.eot?#iefix) format("embedded-opentype"),url(/assets/summernote-CG9AQWUQ.woff2) format("woff2"),url(/assets/summernote-BpukxMI1.woff) format("woff"),url(/assets/summernote-BFwDdmZ-.ttf) format("truetype")}[class^=note-icon]:before,[class*=" note-icon"]:before{display:inline-block;font-family:summernote;font-style:normal;font-size:inherit;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}.note-icon-fw{text-align:center;width:1.25em}.note-icon-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.note-icon-pull-left{float:left}.note-icon-pull-right{float:right}.note-icon.note-icon-pull-left{margin-right:.3em}.note-icon.note-icon-pull-right{margin-left:.3em}.note-icon-align:before{content:""}.note-icon-align-center:before{content:""}.note-icon-align-indent:before{content:""}.note-icon-align-justify:before{content:""}.note-icon-align-left:before{content:""}.note-icon-align-outdent:before{content:""}.note-icon-align-right:before{content:""}.note-icon-arrow-circle-down:before{content:""}.note-icon-arrow-circle-left:before{content:""}.note-icon-arrow-circle-right:before{content:""}.note-icon-arrow-circle-up:before{content:""}.note-icon-arrows-alt:before{content:""}.note-icon-arrows-h:before{content:""}.note-icon-arrows-v:before{content:""}.note-icon-bold:before{content:""}.note-icon-caret:before{content:""}.note-icon-chain-broken:before{content:""}.note-icon-circle:before{content:""}.note-icon-close:before{content:""}.note-icon-code:before{content:""}.note-icon-col-after:before{content:""}.note-icon-col-before:before{content:""}.note-icon-col-remove:before{content:""}.note-icon-eraser:before{content:""}.note-icon-float-left:before{content:""}.note-icon-float-none:before{content:""}.note-icon-float-right:before{content:""}.note-icon-font:before{content:""}.note-icon-frame:before{content:""}.note-icon-italic:before{content:""}.note-icon-link:before{content:""}.note-icon-magic:before{content:""}.note-icon-menu-check:before{content:""}.note-icon-minus:before{content:""}.note-icon-orderedlist:before{content:""}.note-icon-pencil:before{content:""}.note-icon-picture:before{content:""}.note-icon-question:before{content:""}.note-icon-redo:before{content:""}.note-icon-rollback:before{content:""}.note-icon-row-above:before{content:""}.note-icon-row-below:before{content:""}.note-icon-row-remove:before{content:""}.note-icon-special-character:before{content:""}.note-icon-square:before{content:""}.note-icon-strikethrough:before{content:""}.note-icon-subscript:before{content:""}.note-icon-summernote:before{content:""}.note-icon-superscript:before{content:""}.note-icon-table:before{content:""}.note-icon-text-height:before{content:""}.note-icon-trash:before{content:""}.note-icon-underline:before{content:""}.note-icon-undo:before{content:""}.note-icon-unorderedlist:before{content:""}.note-icon-video:before{content:""}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;display:none;z-index:100;color:#87cefa;background-color:#fff;opacity:.95}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;vertical-align:middle;text-align:center;font-size:28px;font-weight:700}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:none}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area .note-editable img.note-float-left{margin-right:10px}.note-editor .note-editing-area .note-editable img.note-float-right{margin-left:10px}.note-editor.note-frame,.note-editor.note-airframe{border:1px solid #00000032}.note-editor.note-frame.codeview .note-editing-area .note-editable,.note-editor.note-airframe.codeview .note-editing-area .note-editable{display:none}.note-editor.note-frame.codeview .note-editing-area .note-codable,.note-editor.note-airframe.codeview .note-editing-area .note-codable{display:block}.note-editor.note-frame .note-editing-area,.note-editor.note-airframe .note-editing-area{overflow:hidden}.note-editor.note-frame .note-editing-area .note-editable,.note-editor.note-airframe .note-editing-area .note-editable{padding:10px;overflow:auto;word-wrap:break-word}.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false],.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false]{background-color:#8080801d}.note-editor.note-frame .note-editing-area .note-codable,.note-editor.note-airframe .note-editing-area .note-codable{display:none;width:100%;padding:10px;border:none;box-shadow:none;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;resize:none;outline:none;-ms-box-sizing:border-box;box-sizing:border-box;border-radius:0;margin-bottom:0}.note-editor.note-frame.fullscreen,.note-editor.note-airframe.fullscreen{position:fixed;top:0;left:0;width:100%!important;z-index:1050}.note-editor.note-frame.fullscreen .note-resizebar,.note-editor.note-airframe.fullscreen .note-resizebar{display:none}.note-editor.note-frame .note-status-output,.note-editor.note-airframe .note-status-output{display:block;width:100%;font-size:14px;line-height:1.42857143;height:20px;margin-bottom:0;color:#000;border:0;border-top:1px solid #e2e2e2}.note-editor.note-frame .note-status-output:empty,.note-editor.note-airframe .note-status-output:empty{height:0;border-top:0 solid transparent}.note-editor.note-frame .note-status-output .pull-right,.note-editor.note-airframe .note-status-output .pull-right{float:right!important}.note-editor.note-frame .note-status-output .text-muted,.note-editor.note-airframe .note-status-output .text-muted{color:#777}.note-editor.note-frame .note-status-output .text-primary,.note-editor.note-airframe .note-status-output .text-primary{color:#286090}.note-editor.note-frame .note-status-output .text-success,.note-editor.note-airframe .note-status-output .text-success{color:#3c763d}.note-editor.note-frame .note-status-output .text-info,.note-editor.note-airframe .note-status-output .text-info{color:#31708f}.note-editor.note-frame .note-status-output .text-warning,.note-editor.note-airframe .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-frame .note-status-output .text-danger,.note-editor.note-airframe .note-status-output .text-danger{color:#a94442}.note-editor.note-frame .note-status-output .alert,.note-editor.note-airframe .note-status-output .alert{margin:-7px 0 0;padding:7px 10px 2px;border-radius:0;color:#000;background-color:#f5f5f5}.note-editor.note-frame .note-status-output .alert .note-icon,.note-editor.note-airframe .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-frame .note-status-output .alert-success,.note-editor.note-airframe .note-status-output .alert-success{color:#3c763d!important;background-color:#dff0d8!important}.note-editor.note-frame .note-status-output .alert-info,.note-editor.note-airframe .note-status-output .alert-info{color:#31708f!important;background-color:#d9edf7!important}.note-editor.note-frame .note-status-output .alert-warning,.note-editor.note-airframe .note-status-output .alert-warning{color:#8a6d3b!important;background-color:#fcf8e3!important}.note-editor.note-frame .note-status-output .alert-danger,.note-editor.note-airframe .note-status-output .alert-danger{color:#a94442!important;background-color:#f2dede!important}.note-editor.note-frame .note-statusbar,.note-editor.note-airframe .note-statusbar{background-color:#8080801d;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #00000032}.note-editor.note-frame .note-statusbar .note-resizebar,.note-editor.note-airframe .note-statusbar .note-resizebar{padding-top:1px;height:9px;width:100%;cursor:ns-resize}.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #00000032}.note-editor.note-frame .note-statusbar.locked .note-resizebar,.note-editor.note-airframe .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar,.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-frame .note-placeholder,.note-editor.note-airframe .note-placeholder{padding:10px}.note-editor.note-airframe{border:0}.note-editor.note-airframe .note-editing-area .note-editable{padding:0}.note-popover.popover{display:none;max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover.popover .arrow{left:20px!important}.note-toolbar{position:relative}.note-popover .popover-content,.note-editor .note-toolbar{margin:0;padding:0 0 5px 5px}.note-popover .popover-content>.note-btn-group,.note-editor .note-toolbar>.note-btn-group{margin-top:5px;margin-left:0;margin-right:5px}.note-popover .popover-content .note-btn-group .note-table,.note-editor .note-toolbar .note-btn-group .note-table{min-width:0;padding:5px}.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker,.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker{font-size:18px}.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat}.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat}.note-popover .popover-content .note-style .dropdown-style blockquote,.note-popover .popover-content .note-style .dropdown-style pre,.note-editor .note-toolbar .note-style .dropdown-style blockquote,.note-editor .note-toolbar .note-style .dropdown-style pre{margin:0;padding:5px 10px}.note-popover .popover-content .note-style .dropdown-style h1,.note-popover .popover-content .note-style .dropdown-style h2,.note-popover .popover-content .note-style .dropdown-style h3,.note-popover .popover-content .note-style .dropdown-style h4,.note-popover .popover-content .note-style .dropdown-style h5,.note-popover .popover-content .note-style .dropdown-style h6,.note-popover .popover-content .note-style .dropdown-style p,.note-editor .note-toolbar .note-style .dropdown-style h1,.note-editor .note-toolbar .note-style .dropdown-style h2,.note-editor .note-toolbar .note-style .dropdown-style h3,.note-editor .note-toolbar .note-style .dropdown-style h4,.note-editor .note-toolbar .note-style .dropdown-style h5,.note-editor .note-toolbar .note-style .dropdown-style h6,.note-editor .note-toolbar .note-style .dropdown-style p{margin:0;padding:0}.note-popover .popover-content .note-color-all .note-dropdown-menu,.note-editor .note-toolbar .note-color-all .note-dropdown-menu{min-width:337px}.note-popover .popover-content .note-color .dropdown-toggle,.note-editor .note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette{display:inline-block;margin:0;width:160px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child{margin:0 5px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title{font-size:12px;margin:2px 7px;text-align:center;border-bottom:1px solid #eee}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select{font-size:11px;margin:3px;padding:0 3px;cursor:pointer;width:100%;border-radius:5px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover{background:#eee}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row{height:20px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn{display:none}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn{border:1px solid #eee}.note-popover .popover-content .note-para .note-dropdown-menu,.note-editor .note-toolbar .note-para .note-dropdown-menu{min-width:228px;padding:5px}.note-popover .popover-content .note-para .note-dropdown-menu>div+div,.note-editor .note-toolbar .note-para .note-dropdown-menu>div+div{margin-left:5px}.note-popover .popover-content .note-dropdown-menu,.note-editor .note-toolbar .note-dropdown-menu{min-width:160px}.note-popover .popover-content .note-dropdown-menu.right,.note-editor .note-toolbar .note-dropdown-menu.right{right:0;left:auto}.note-popover .popover-content .note-dropdown-menu.right:before,.note-editor .note-toolbar .note-dropdown-menu.right:before{right:9px;left:auto!important}.note-popover .popover-content .note-dropdown-menu.right:after,.note-editor .note-toolbar .note-dropdown-menu.right:after{right:10px;left:auto!important}.note-popover .popover-content .note-dropdown-menu.note-check a i,.note-editor .note-toolbar .note-dropdown-menu.note-check a i{color:#00bfff;visibility:hidden}.note-popover .popover-content .note-dropdown-menu.note-check a.checked i,.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i{visibility:visible}.note-popover .popover-content .note-fontsize-10,.note-editor .note-toolbar .note-fontsize-10{font-size:10px}.note-popover .popover-content .note-color-palette,.note-editor .note-toolbar .note-color-palette{line-height:1}.note-popover .popover-content .note-color-palette div .note-color-btn,.note-editor .note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:0;border-radius:0}.note-popover .popover-content .note-color-palette div .note-color-btn:hover,.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover{transform:scale(1.2);transition:all .2s}.note-modal .modal-dialog{outline:0;border-radius:5px;box-shadow:0 3px 9px #00000080}.note-modal .form-group{margin-left:0;margin-right:0}.note-modal .note-modal-form{margin:0}.note-modal .note-image-dialog .note-dropzone{min-height:100px;font-size:30px;line-height:4;color:#d3d3d3;text-align:center;border:4px dashed lightgray;margin-bottom:10px}@-moz-document url-prefix(){.note-modal .note-image-input{height:auto}}.note-placeholder{position:absolute;display:none;color:gray}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid #000}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle,.note-handle .note-control-selection .note-control-sizing,.note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-sizing{background-color:#000}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:none;border-bottom:none}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:none;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:none;border-right:none}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:none;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;color:#fff;background-color:#000;font-size:12px;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{padding:3px;max-height:150px;overflow:auto}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:#fff;white-space:nowrap;text-decoration:none;background-color:#428bca;outline:0;cursor:pointer}html .note-fullscreen-body,body .note-fullscreen-body{overflow:hidden!important}.note-toolbar{background:#8080801d}.note-btn-group .note-btn{border-color:#00000032;padding:.28rem .65rem;font-size:13px}button{border:none}.no-story-found-text{color:#3c4043;font-family:Roboto;font-size:15px;font-style:normal;font-weight:500;line-height:normal}.add-new-story-btn{display:flex;width:215px;height:44px;padding:6px 8px;justify-content:center;align-items:center;gap:4px;flex-shrink:0;border-radius:3px;background:#0078d4}.add-new-story-btn,.add-new-story-btn-text{color:#fff;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.pib-language{color:#0673f7;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.pib-headline{display:-webkit-box;width:331px;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;color:#2a353e;text-overflow:ellipsis;font-family:Roboto;font-size:18px;font-style:normal;font-weight:400;line-height:normal}.pib-ministry-badge{width:-moz-fit-content;width:fit-content;display:flex;height:19px;padding:2px 11px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:4px;background:#e4e8eb;color:#3c4043;font-family:Roboto!important;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.pib-status-badge{color:#3c4043;font-family:Roboto;font-size:13px;font-style:normal;font-weight:500;line-height:normal}.pib-project-list-action-wrap{display:flex;gap:14px}.disabled-lang{pointer-events:none;cursor:not-allowed!important;opacity:.5}.pib-nav-bar{display:flex;gap:4px;padding:4px;border-radius:4px;border:1px solid #0074D3;background:#fff}.pib-nav-item{cursor:pointer;display:flex;width:148px;height:36px;padding:8px 18px;justify-content:center;align-items:center;gap:10px;border-radius:3px;background:#fff}.pib-nav-bar .active{background:#0074d3}.pib-nav-bar .active .pib-nav-text{color:#fff!important}.pib-nav-text{color:#0074d3;font-family:Roboto!important;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.task-inprogress-text{width:265px;height:38px;display:grid;color:#212529;text-align:center;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.task-inprogress-btn{display:inline-flex;height:44px;padding:6px 24px;justify-content:center;align-items:center;gap:4px;border-radius:3px;background:#0078d4;color:#fff;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.pib-segment-wrapper .note-editable-class-wrapper,.pib-segment-wrapper .note-editing-area{height:100%!important}.federal-news-workspace-wrap ul#workspace .pib-segment-wrapper:not(:last-child){margin-bottom:20px}.federal-news-workspace-wrap ul#workspace .pib-segment-wrapper .title{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#222;margin-bottom:0}.story-file-upload-main-wrap::-webkit-scrollbar:horizontal,.rodal.news-proj-report-wrap .report-main-wrapper::-webkit-scrollbar:horizontal,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap::-webkit-scrollbar:horizontal,.pib-segment-wrapper .source-text-div#source-text-div-3::-webkit-scrollbar:horizontal,.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap textarea::-webkit-scrollbar:horizontal,.note-editing-area::-webkit-scrollbar:horizontal{height:20px;width:100%}.story-file-upload-main-wrap::-webkit-scrollbar,.rodal.news-proj-report-wrap .report-main-wrapper::-webkit-scrollbar,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap::-webkit-scrollbar,.pib-segment-wrapper .source-text-div#source-text-div-3::-webkit-scrollbar,.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap textarea::-webkit-scrollbar,.prompt-type-area textarea.sent-input::-webkit-scrollbar,.chat-book-body-wrapper::-webkit-scrollbar,.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list::-webkit-scrollbar,.note-editing-area::-webkit-scrollbar{width:19px;height:100%}.story-file-upload-main-wrap::-webkit-scrollbar-corner,.rodal.news-proj-report-wrap .report-main-wrapper::-webkit-scrollbar-corner,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap::-webkit-scrollbar-corner,.pib-segment-wrapper .source-text-div#source-text-div-3::-webkit-scrollbar-corner,.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap textarea::-webkit-scrollbar-corner,.note-editing-area::-webkit-scrollbar-corner{background:#eceff4}.story-file-upload-main-wrap::-webkit-scrollbar-track,.story-file-upload-main-wrap::-webkit-scrollbar-track:horizontal,.rodal.news-proj-report-wrap .report-main-wrapper::-webkit-scrollbar-track,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap::-webkit-scrollbar-track,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap::-webkit-scrollbar-track:horizontal,.pib-segment-wrapper .source-text-div#source-text-div-3::-webkit-scrollbar-track,.pib-segment-wrapper .source-text-div#source-text-div-3::-webkit-scrollbar-track:horizontal,.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap textarea::-webkit-scrollbar-track,.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap textarea::-webkit-scrollbar-track:horizontal{background-color:transparent;width:100%;height:100%}.pib-segment-wrapper .source-text-div#source-text-div-3::-webkit-scrollbar-thumb,.pib-segment-wrapper .source-text-div#source-text-div-3::-webkit-scrollbar-thumb:horizontal{background-color:#dadde0!important;border-radius:50px;border:6px solid #f9f9f9!important}.pib-segment-wrapper .writer-form-component{outline:0px solid #c5c1c1!important;border-radius:4px;height:auto;margin:0}.pib-segment-wrapper .writer-form-component .note-editor .note-toolbar,.story-main-wrapper.add-story-wrap .writer-form-component .note-editor .note-toolbar{border-radius:4px 4px 0 0}.pib-segment-wrapper .writer-form-component .note-editable-class-wrapper,.story-main-wrapper.add-story-wrap .writer-form-component .note-editable-class-wrapper{border-radius:0 0 4px 4px}.pib-segment-wrapper .writer-form-component .note-editable{padding:15px 10px!important;overflow-x:hidden!important;min-height:537px!important;width:100%;overflow-y:hidden!important;cursor:context-menu;font-size:15px!important}.pib-segment-wrapper .source-text-div#source-text-div-3{min-height:500px!important;max-height:500px!important}.pib-segment-wrapper .source-text-div{width:100%!important;border:0px solid transparent!important;background-color:transparent!important;resize:none;margin-top:44px;overflow:auto}.pib-segment-wrapper .note-editable-class-wrapper .note-editable{height:inherit!important;min-height:auto!important;padding-bottom:0!important;overflow:auto!important}.pib-segment-wrapper .writer-form-component .note-toolbar.card-header,.view-story-modal-wrapper.add-story-modal .rodal-dialog .note-toolbar.card-header{text-align:left!important}.pib-segment-wrapper .workspace-row:not(.focused-row) .target-lang-part .workspace-align>.form-group{width:100%}.pib-segment-wrapper .workspace-row .note-toolbar,.pib-segment-wrapper .focused-row.workspace-row .note-toolbar{border-top:1px solid #E1E5E6!important;border-bottom:1px solid #E1E5E6!important;border-left:1px solid #E1E5E6!important;border-right:1px solid #E1E5E6!important;border-radius:4px!important}.custom-scroll-bar::-webkit-scrollbar{width:6px}.custom-scroll-bar::-webkit-scrollbar-track{background-color:#f5f5f5;outline:4px solid #F5F5F5}.custom-scroll-bar::-webkit-scrollbar-thumb{border-radius:50px;background-color:#d9d9d9}.custom-scroll-bar::-webkit-scrollbar-thumb:hover{background-color:#c7c6c6}.prompt-library-modal .rodal-dialog{padding:24px!important;height:85dvh!important;width:85dvw!important;max-width:1300px;max-height:750px}.prompt-library-wrapper{height:calc(100% + -0px)}.prompt-library-wrapper .header-close{font-size:22px}.prompt-lib-modal-body{margin-top:18px;height:calc(100% - 48px)}.prompt-lib-modal-body .tab-item{font-size:16px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px;border-radius:4px 4px 0 0;cursor:pointer}.prompt-lib-modal-body .tab-item.active{color:#0073df;font-weight:500;border-bottom:3px solid #0073DF;background-color:#e8f0fe}.prompt-container{height:calc(100% - 70px)}.prompt-lib-modal-body .prompt-container .left-box{width:40%;padding-right:18px;margin-right:18px;border-right:1px solid #DFDFDF}.prompt-lib-modal-body .prompt-container .right-box{width:60%}.right-box .add-prompt-btn{width:100%}.prompt-cards-list{overflow:auto;padding-right:14px}.prompt-cards-list-without-btn{height:calc(100% - 4px)}.prompt-cards-list-with-btn{height:calc(100% - 45px)}.tab-and-search-wrapper{margin-top:28px;margin-bottom:20px;gap:35px}.tab-and-search-wrapper .search-box{border-radius:4px;border:1px solid #DBE0E4;padding:8px 10px;width:400px}.tab-and-search-wrapper .search-box .search-input{border:none;margin-left:8px;width:100%}.domain-capsule-container{overflow:auto}.domain-capsule-container::-webkit-scrollbar{display:none}.domain-capsule-container .domain-capsule{color:#222;font-size:14px;font-style:normal;font-weight:400;line-height:24px;border-radius:22px;background:#d3d8dc80;padding:3px 12px;box-shadow:0 3px 3px #00000005;margin-right:12px;cursor:pointer}.domain-capsule-container .domain-capsule.active{color:#fff;background:#0073df}.category-list-container{height:calc(100% - 63px);margin-top:18px}.category-list{list-style:none;padding:0 8px 0 0;width:50%;margin:0;overflow-x:auto}.category-list .list-item{font-size:16px;font-style:normal;font-weight:400;border-radius:3px;cursor:pointer;padding:8px 8px 8px 18px;margin-bottom:1px}.category-list .list-item:hover{background-color:#f3f3f3}.category-list .list-item.active{background-color:#0073df0f;color:#0073df}.sub-category-list{padding-left:8px}.right-box .prompt-card{border-radius:6px;border:1px solid #DFDFDF;padding:14px;margin-bottom:14px}.right-box .prompt-card .prompt-text{color:#303030;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.right-box .prompt-card .prompt-text .prompt-placeholder{color:#1b8eff}.action-btn-wrapper{display:flex;justify-content:end;gap:15px}.action-btn-wrapper .prompt-btn{padding:9px 18px;border-radius:4px;border:none;font-size:14px;font-weight:400;line-height:normal}.action-btn-wrapper .prompt-primary-btn{background-color:#0073df;color:#fff}.action-btn-wrapper .danger-btn{background-color:#e41e3f;color:#fff}.action-btn-wrapper .simple-btn{color:#3c4043;border:1px solid #D3D8DC;background-color:#fff}.action-btn-wrapper .action-icon{padding:5px;border-radius:5px;cursor:pointer;color:#5f6368}.action-btn-wrapper .delete-bin-icon:hover{background-color:#fbe6e3;color:#e41e3f!important}.action-btn-wrapper .edit-icon:hover{background-color:#f3f3f3}.swiper{margin-left:0!important}.swiper-slide{width:-moz-max-content!important;width:max-content!important}.swiper-button-prev{background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='12'%20viewBox='0%200%208%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20d='M8%2010.59L6.47773%2012L5.24059e-07%206L6.47773%205.66301e-07L8%201.41L3.05533%206L8%2010.59Z'%20fill='%235F6368'/%3e%3c/svg%3e")!important;background-repeat:no-repeat;background-position:center;left:0!important;background-color:#fff}.swiper-button-next{background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='12'%20viewBox='0%200%208%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20d='M-1.23154e-07%2010.59L1.52227%2012L8%206L1.52227%205.66301e-07L-9.24964e-07%201.41L4.94467%206L-1.23154e-07%2010.59Z'%20fill='%235F6368'/%3e%3c/svg%3e")!important;background-repeat:no-repeat;background-position:center;right:0!important;background-color:#fff}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:0!important}.swiper-button-next:after{display:none}.swiper-button-prev:after{display:none}.add-prompt-category-btn.category-btn{margin-right:14px}.add-prompt-category-btn{margin-top:10px;text-align:left;color:#0073df;font-size:14px;font-style:normal;font-weight:500;line-height:normal;padding:8px 22px;width:50%;border:none;background:#fff;cursor:pointer}.add-prompt-category-btn:hover{background-color:#f3f3f3}.category-list .list-item-input input{border-radius:3px;border:1px solid #0073DF;outline:none;padding:6px 14px;margin-bottom:5px;width:100%}.prompt-card .prompt-textarea{border-radius:3px;outline:none;padding:6px 14px;width:100%;border:1px solid #DFDFDF}.prompt-card .prompt-textarea:focus{border:1px solid #0073DF}.prompt-card.active{border:1px solid #0073DF;background:#fff;box-shadow:0 1px 8px 1px #0073df2e}.highlight-prompt-placeholder{color:#0073df}.prompt-library-btn{border-radius:4px;border:1px solid #D3D8DC;padding:10px 16px;background:#fff;gap:8px;color:#3c4043;font-size:14px;font-style:normal;font-weight:500;line-height:normal}@media screen and (max-width: 1300px){.prompt-lib-modal-body .prompt-container .left-box{width:45%}.prompt-lib-modal-body .prompt-container .right-box{width:55%}}@media screen and (max-width: 1100px){.prompt-lib-modal-body .prompt-container .left-box,.prompt-lib-modal-body .prompt-container .right-box{width:50%}}.editable-div{width:100%;height:500px;border:1px solid #3C4043;outline:none;padding:4px}.prompt-library-wrapper .placeholder{color:#1b8eff;background-color:#f0f0f0;padding:2px 4px;border-radius:2px}.editable-div ::-moz-selection{background-color:#badefe!important;color:#3c4043!important}.editable-div ::selection{background-color:#badefe!important;color:#3c4043!important}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.adaptive-mt-intro-modal .rodal-dialog{width:800px!important;height:460px!important}.adaptive-mt-intro-modal .right-container{border-left:1px solid #E5E8EC;padding-left:24px}.new-feature-tag{display:inline-block;border-radius:99px;background:linear-gradient(90deg,#0073df,#178fff);color:#fff;font-family:Arial;font-size:12px;font-style:normal;font-weight:400;line-height:22px;padding:4px 12px;margin-bottom:14px}.adaptive-mt-intro-modal h2{color:#3c4043;font-family:Roboto;font-size:22px;font-style:normal;font-weight:700;line-height:22px}.adaptive-mt-intro-modal p,li{margin:0;color:#3c4043;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:22px}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border-width:0!important}.\!visible,.visible{visibility:visible!important}.collapse{visibility:collapse!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.-right-8{right:-2rem!important}.-top-6{top:-1.5rem!important}.right-1{right:.25rem!important}.top-1{top:.25rem!important}.m-3{margin:.75rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.-mb-2{margin-bottom:-.5rem!important}.-ml-10{margin-left:-2.5rem!important}.-ml-2{margin-left:-.5rem!important}.-ml-6{margin-left:-1.5rem!important}.-mr-6{margin-right:-1.5rem!important}.-mt-2{margin-top:-.5rem!important}.-mt-4{margin-top:-1rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:.75rem!important}.ml-4{margin-left:1rem!important}.ml-auto{margin-left:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:.75rem!important}.mr-4{margin-right:1rem!important}.mr-auto{margin-right:auto!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:.75rem!important}.mt-4{margin-top:1rem!important}.mt-6{margin-top:1.5rem!important}.mt-8{margin-top:2rem!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.table{display:table!important}.grid{display:grid!important}.contents{display:contents!important}.list-item{display:list-item!important}.hidden{display:none!important}.h-44{height:11rem!important}.h-full{height:100%!important}.w-1\/2{width:50%!important}.w-2\/3{width:66.666667%!important}.w-2\/5{width:40%!important}.w-4\/5{width:80%!important}.w-\[40\%\]{width:40%!important}.w-\[60\%\]{width:60%!important}.w-full{width:100%!important}.max-w-5xl{max-width:64rem!important}.flex-1{flex:1 1 0%!important}.shrink{flex-shrink:1!important}.flex-grow,.grow{flex-grow:1!important}.rotate-180{--tw-rotate: 180deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate: 90deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.resize{resize:both!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.flex-col{flex-direction:column!important}.items-start{align-items:flex-start!important}.items-center{align-items:center!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-5{gap:1.25rem!important}.gap-8{gap:2rem!important}.gap-\[12px\]{gap:12px!important}.gap-\[16px\]{gap:16px!important}.gap-\[32px\]{gap:32px!important}.gap-\[39px\]{gap:39px!important}.gap-\[4px\]{gap:4px!important}.gap-\[6px\]{gap:6px!important}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(.75rem * var(--tw-space-x-reverse))!important;margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(1rem * var(--tw-space-x-reverse))!important;margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.5rem * var(--tw-space-y-reverse))!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.rounded-\[10px\]{border-radius:10px!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.border{border-width:1px!important}.border-b-0{border-bottom-width:0px!important}.border-none{border-style:none!important}.bg-\[\#0077C8\]{--tw-bg-opacity: 1 !important;background-color:rgb(0 119 200 / var(--tw-bg-opacity))!important}.bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fill{-o-object-fit:fill!important;object-fit:fill!important}.p-10{padding:2.5rem!important}.p-\[10px\]{padding:10px!important}.p-\[23px\]{padding:23px!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.pb-0{padding-bottom:0!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:.75rem!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-2{padding-left:.5rem!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pt-0{padding-top:0!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:.75rem!important}.text-end{text-align:end!important}.text-\[20px\]{font-size:20px!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.lowercase{text-transform:lowercase!important}.\!italic,.italic{font-style:italic!important}.text-\[\#B2B2B2\]{--tw-text-opacity: 1 !important;color:rgb(178 178 178 / var(--tw-text-opacity))!important}.text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.text-gray-600{--tw-text-opacity: 1 !important;color:rgb(75 85 99 / var(--tw-text-opacity))!important}.text-gray-700{--tw-text-opacity: 1 !important;color:rgb(55 65 81 / var(--tw-text-opacity))!important}.text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.\!underline,.underline{text-decoration-line:underline!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.\!outline,.outline{outline-style:solid!important}.outline-\[\#E5E8EC\]{outline-color:#e5e8ec!important}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.blur{--tw-blur: blur(8px) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}html,body{height:100%;padding:0;margin:0}*{box-sizing:border-box}body{font-family:Roboto,sans-serif!important;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch}.animation-logo{position:fixed;background:#fff;top:0;bottom:0;left:0;right:0;z-index:1080;display:flex;align-items:center;justify-content:center}.in-app-animation-logo{position:absolute;background:#fff;width:100%;height:100%;top:0;bottom:0;left:0;right:0;z-index:1080;display:flex;align-items:center;justify-content:center}.svg-logo{width:81px;height:61px;background-image:url(/assets/gradient-img--_t28Zj4.jpg);-webkit-mask:url("data:image/svg+xml,%3csvg%20width='81'%20height='61'%20viewBox='0%200%2081%2061'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%20682'%3e%3cpath%20id='Union'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M34.284%200H9.10999C9.72399%205.215%2013.467%209.23499%2017.981%209.23499H34.281C44.309%209.23499%2049.611%2014.298%2049.611%2023.875V25.6749H25.261C8.26099%2025.6749%200%2031.3839%200%2043.1279C0%2054.8719%208.26299%2060.594%2025.261%2060.594H34.284C51.276%2060.594%2059.545%2052.7819%2059.545%2036.7119V23.876C59.545%207.79998%2051.275%200%2034.284%200ZM49.614%2036.7109C49.614%2046.2889%2044.314%2051.3479%2034.284%2051.3479H25.261C15.091%2051.3479%209.93604%2048.588%209.93604%2043.127C9.93604%2037.666%2015.091%2034.9149%2025.261%2034.9149H49.614V36.7109ZM80.3315%207.21338V9.25537H76.8065C73.2755%209.25537%2070.3965%205.76746%2070.3965%201.47546V0.0224609H74.4225C77.6805%200.0224609%2080.3315%203.24838%2080.3315%207.21338ZM80.3325%2060.5732V27.8802C80.3325%2021.7842%2076.1915%2016.8252%2071.1025%2016.8252H70.3965V48.2632C70.3965%2054.9072%2074.8245%2060.3452%2080.3325%2060.5732Z'%20fill='%230078D4'/%3e%3c/g%3e%3c/svg%3e") center/cover;mask:url("data:image/svg+xml,%3csvg%20width='81'%20height='61'%20viewBox='0%200%2081%2061'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%20682'%3e%3cpath%20id='Union'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M34.284%200H9.10999C9.72399%205.215%2013.467%209.23499%2017.981%209.23499H34.281C44.309%209.23499%2049.611%2014.298%2049.611%2023.875V25.6749H25.261C8.26099%2025.6749%200%2031.3839%200%2043.1279C0%2054.8719%208.26299%2060.594%2025.261%2060.594H34.284C51.276%2060.594%2059.545%2052.7819%2059.545%2036.7119V23.876C59.545%207.79998%2051.275%200%2034.284%200ZM49.614%2036.7109C49.614%2046.2889%2044.314%2051.3479%2034.284%2051.3479H25.261C15.091%2051.3479%209.93604%2048.588%209.93604%2043.127C9.93604%2037.666%2015.091%2034.9149%2025.261%2034.9149H49.614V36.7109ZM80.3315%207.21338V9.25537H76.8065C73.2755%209.25537%2070.3965%205.76746%2070.3965%201.47546V0.0224609H74.4225C77.6805%200.0224609%2080.3315%203.24838%2080.3315%207.21338ZM80.3325%2060.5732V27.8802C80.3325%2021.7842%2076.1915%2016.8252%2071.1025%2016.8252H70.3965V48.2632C70.3965%2054.9072%2074.8245%2060.3452%2080.3325%2060.5732Z'%20fill='%230078D4'/%3e%3c/g%3e%3c/svg%3e") center/cover;-webkit-background-clip:content-box;background-clip:content-box;background-size:200% 200%;animation:gradient-animation 5s ease-in-out infinite}@keyframes gradient-animation{0%{background-position:0% 100%}50%{background-position:180% 0%}to{background-position:0% 150%}}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}textarea:focus{outline:none}.body-responsive{background-color:#f8fafc;display:flex;flex-direction:column;height:100vh;overflow:auto!important}.split-sash-content{background-color:#dfdfdf}.setup-container.assign-manage-container{padding:30px 11.2rem}.setup-container{padding:30px 0;margin:auto;width:min(100%,1587px)}.find-editor-global-container{margin:20px auto;width:81.2%}.setup-container-tab{width:100%;display:flex;flex-wrap:wrap;border-bottom:0px solid #E5E8EC!important;position:relative}.projects-list-wrap-hr{margin:0;position:sticky;position:-webkit-sticky;z-index:10;top:56px}button:focus,input:focus{outline:none!important}#workspace_length,#workspace_info,#workspace_paginate{padding:20px}.workspace-form{margin:0}.header-align{display:flex;justify-content:space-between;align-items:center;position:relative;padding-bottom:30px}.chat-padd-align .header-align,.assign-manage-container .header-align{padding-bottom:0}.header-align.glossary-header.glossary-search-header{padding-top:38px;padding-bottom:38px}.header-align.glossary-header{padding-top:30px;padding-bottom:30px}.header-align.glossary-header.pdf-convert{flex-direction:column;align-items:baseline;justify-content:space-between}.header-align.glossary-header.pdf-convert.docs-list{padding-top:0}.pdf-convert-header a{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#0074d3;text-decoration:underline;padding-left:5px}.pdf-convert-header .icons{font-size:20px;color:#0074d3}.header-align.glossary-header.pdf-convert .pdf-convert-header-wrapper{display:block;width:100%}.header-align.glossary-header.pdf-convert .pdf-convert-header-wrapper .header-project-setup-align-wrap{gap:0px}.apps-dropdown-wrapper.hide{background-color:#fff;display:none;opacity:0;overflow:hidden;position:absolute;visibility:hidden;box-shadow:0 26px 63px #0003;animation-duration:.2s;animation-delay:.05s;min-width:220px;height:auto;padding:0;border-radius:4px;z-index:100000000000}.apps-dropdown-wrapper.show{display:block!important;opacity:1!important;visibility:visible!important;overflow:visible!important;top:50px!important;right:11px!important;background-color:#fff;position:absolute;box-shadow:0 26px 63px #0003;animation-duration:.2s;animation-delay:.05s;min-width:220px;height:auto;padding:6px 0 12px;border-radius:4px;z-index:100000000000}.apps-dropdown-wrapper .title{font-style:normal;font-weight:700;font-size:14px;line-height:19px;color:#202124;margin-bottom:0;padding:12px 10px 7px 30px}.progress-inner-label{font-style:normal;font-weight:700;font-size:11px;line-height:15px;color:#3c4043}.circular-progress .circular-progress-wrapper{display:flex;align-items:center}.circular-progress .circular-progress-wrapper:not(:last-child){margin-right:10px}.circular-background{position:absolute;z-index:1;right:0}.circular-background svg{color:#e8e8e8!important}.circular-background svg circle{stroke-dashoffset:0px!important}.circular-foreground{position:relative;z-index:2}.apps-dropdown-wrapper ul{padding-left:10px;padding-right:10px;list-style-type:none;display:grid;grid-template-columns:repeat(3,1fr)}.apps-dropdown-wrapper ul li a.nav-link{display:flex;align-items:center;flex-direction:column;border-radius:0!important;padding:9px 13px 13px!important}.apps-dropdown-wrapper ul li a img{width:25px;height:26px}.apps-dropdown-wrapper ul li a.nav-link:hover{background-color:#f5f5f5}.apps-dropdown-wrapper ul li a span{font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#2a343f;margin-bottom:0;margin-left:0;margin-top:10px}.credits-score-box{padding:18px 22px 22px 19px;border-top:2px solid #ecedf0}.credits-score-box .plan-content{font-style:normal;font-weight:400;font-size:12px;line-height:18px;color:#5f6368;margin-bottom:0}.credits-score-box .plan-content p{font-style:normal;font-weight:400;font-size:12px;line-height:18px;color:#0074d3;margin-bottom:0;cursor:pointer;display:inline}.credits-score-box .avail-credits-box .avail-cred{font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#5f6368;margin-bottom:0}.credits-num-wrap p.credits{font-family:Inter;font-style:normal;font-weight:700;font-size:18px;line-height:44px;color:#3c4043;margin-bottom:0}.credits-num-wrap p.exhausted-credit{font-family:Inter;font-style:normal;font-weight:600;font-size:14px;line-height:44px;color:#e74c3c;margin-bottom:0}.credits-num-wrap p.credits.danger-credit{color:#e74c3c}.credits-num-wrap p.link{font-family:Inter;font-style:normal;font-weight:500;font-size:13px;line-height:44px;color:#0074d3;margin-bottom:0;text-decoration:underline;cursor:pointer;margin-left:10px}.credits-num-wrap .num-inner-wrap{display:flex;align-items:center}.plan-info-row{display:flex;align-items:center;justify-content:space-between;padding:11px 0 17px}.sorting-icon{width:40px;height:40px;display:flex!important;align-items:center!important;justify-content:center!important;background-color:transparent!important;border-radius:50%!important;cursor:pointer!important;transition:.3s all ease}.sorting-icon:hover{background-color:#e9e9e9!important;transition:.3s all ease}.sorting-icon .sort-icon{font-size:19px;color:#5f6368}.plan-info-row p.subscrip-link{font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#0074d3;text-decoration:underline;margin-bottom:0;cursor:pointer}.current-plan{display:flex;align-items:center;gap:4px}.current-plan .title{font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#5f6368;margin-bottom:0}.current-plan .plan-name{font-style:normal;font-weight:700;font-size:12px;line-height:1.5;color:#3c4043;margin-bottom:0;text-transform:uppercase;display:flex;align-items:center}.current-plan .plan-name .trail-card{font-style:normal;font-weight:500;font-size:11px;line-height:1.2;color:#fff;background-color:#0074d3;border-radius:2px;padding:2px 5px;margin-left:5px}.credits-num-wrap{display:flex;align-items:center;justify-content:space-between}.cred-addon-btn{width:20px;height:20px;display:flex!important;align-items:center!important;justify-content:center!important;background-color:#c2ddf7!important;border-radius:50%!important}.cred-addon-btn .plus{color:#0971c6;font-size:16px!important}.cred-bar-completion-wrap{width:100%}.cred-bar-completion{margin:5px 1px;padding:0;width:100%;height:6px;overflow:hidden;background:#0074d333;border-radius:30px}.credits-bar-file-completion{position:relative;float:left;min-width:1%;height:100%;background:#0074d3;border-radius:30px}.header-project-setup-align-wrap{display:flex;gap:20px;align-items:center}.edit-delete-btn>button{border-radius:3px}.edit-delete-btn-cont{padding:10px;font-style:normal;font-weight:500;font-size:13px;line-height:15px;color:#3c4043;background:#e8e8e8;border-radius:3px;border:none;display:flex;align-items:center;transition:.4s all ease}.login-main-btn{background-color:#0074d3;border-radius:3px;padding:8px 30px;border:none}.edit-delete-btn-cont:hover{background:#e74c3c;color:#fff;transition:.4s all ease}.edit-delete-btn-cont:hover .delete-icon{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.335%207.5V15.833H6.66797V7.5H13.335ZM12.085%202.5H7.91797L7.08497%203.333H4.16797V5H15.835V3.333H12.918L12.085%202.5ZM15.002%205.833H5.00197V15.833C5.00329%2016.2745%205.1792%2016.6976%205.49132%2017.0099C5.80345%2017.3222%206.22643%2017.4984%206.66797%2017.5H13.335C13.7767%2017.4987%2014.1999%2017.3226%2014.5123%2017.0103C14.8246%2016.698%2015.0006%2016.2747%2015.002%2015.833V5.833Z'%20fill='white'/%3e%3c/svg%3e");transition:.4s all ease}.glossary-btn-wrap{width:65%;margin:auto}.delete-icon{background:url("data:image/svg+xml,%3csvg%20id='delete_black_24dp_3_'%20data-name='delete_black_24dp%20(3)'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cpath%20id='Path_2461'%20data-name='Path%202461'%20d='M0,0H20V20H0Z'%20fill='none'/%3e%3cpath%20id='Path_2462'%20data-name='Path%202462'%20d='M14.167,8v8.333H7.5V8h6.667m-1.25-5H8.75l-.833.833H5V5.5H16.667V3.833H13.75Zm2.917,3.333h-10v10A1.672,1.672,0,0,0,7.5,18h6.667a1.672,1.672,0,0,0,1.667-1.667Z'%20transform='translate(-0.833%20-0.5)'%20fill='%23474848'/%3e%3c/svg%3e");width:20px;height:20px;transition:.4s all ease;padding-right:.2rem}.section-header{font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#3c4043;margin-bottom:0rem}.header-align .section-header{margin-right:40px}.ail-work-nav{padding:0 16px!important;height:52px}.navbar-writer-stripe-wrapper .ail-work-nav{padding:0 10px 0 24px!important}.right-align-links{display:flex;align-items:center;height:100%}.right-align-links .nav-project-txt-align{display:flex;align-items:center;padding-left:0;margin-bottom:0;list-style-type:none;justify-content:center}.right-align-links .navbar-nav-right-links{display:flex;align-items:center;padding-left:0;margin-bottom:0;list-style-type:none}.ail-workspace-blue-nav,.ail-workspace-white-nav{position:sticky;top:0}.ail-workspace-white-nav .right-align-links{width:100%}.ail-workspace-white-nav .right-align-links .nav-project-txt-align{width:75%}.ail-workspace-white-nav .right-align-links .navbar-nav-right-links{width:25%;justify-content:flex-end}.ail-workspace-blue-nav{background:#0074d3!important;width:100%}.ail-workspace-white-nav .logo-wrap{width:20%;max-width:100%;display:flex;align-items:center}.ail-workspace-blue-nav .logo-wrap{height:100%;max-width:100%;display:flex;align-items:center;margin-right:41px}.ail-workspace-blue-nav .common-navbar-wrap{height:100%;width:100%;max-width:100%;display:flex;align-items:center;justify-content:space-between}.ail-workspace-white-nav{background:#fff!important;border-bottom:1px solid #ecedef91;width:100%}.ail-workspace-white-nav2{background:#fff!important;border-bottom:1px solid #DFDFDF}.ail-workspace-white-nav .common-navbar-wrap{width:80%;max-width:100%;display:flex;align-items:center;justify-content:space-between}.download-grp-wrapper{display:flex;align-items:center;border-radius:3px;background-color:#cce3f6;height:34px}.download-grp-wrapper .download-main{padding:4px 5px;display:flex;align-items:center;gap:9px;font-weight:500;font-style:normal;font-size:14px;line-height:1;color:#fff}.download-grp-wrapper .border-line{padding:9.5px 0;border-right:1px solid #AAC3D8}.download-grp-wrapper .arrow-wrap{height:100%;padding:0 3px}.download-grp-wrapper .arrow-wrap .workspace-arrow-dwnload{font-size:20px;color:#001d35}.download-grp-wrapper .download-main .workspace-dwnload{font-size:28px;color:#001d35}.ailays-wp-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:14px;color:#0074d3}.ailays-wp-avatar-blue{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:14px;color:#fff;cursor:pointer}.ailays-wp-avatar-bg-grey-color{background:#0074d3}.ailays-wp-avatar-bg-blue-color{background:#fff}.navbar-nav{align-items:center}.file-upload-form{display:flex;width:100%;max-width:100%;margin:auto;gap:24px}.main-page-logo{display:flex;justify-content:center;margin:auto auto 20px}.workspace-bot{background:#1991e2;padding:15px 0;height:6vh;position:relative;width:100%;bottom:0}.workspace-bot .footer-align{display:flex;justify-content:center}.footer-align div{font:300 18px Roboto,sans-serif;color:#fff;padding:0;margin:0;text-align:center}.login-bg{background-position:center;background-repeat:no-repeat;background-size:cover;height:100vh;display:flex;justify-content:space-between;align-items:center;padding:23px 42px}.padding-correction{width:100%;height:auto;position:relative;padding:52px 0 0;background-color:#f8fafc}.padding-correction-1{padding-top:250px;padding-bottom:332px}.chat-padding-correction{width:100%;height:100%;padding:52px 0 0;background-color:#f3f2f2}.chat-padding-correction.no-chat-wrapper{height:100%}.new-login-form{border-radius:4px;border:1.5px solid #d4d7d9;height:38px;font-weight:400;font-style:normal;font-size:13px;line-height:14px;color:#161c2d;padding:10px;transition:.4s all ease}.new-login-form:focus,.new-login-form:hover{border:1.5px solid #0074d3}.login-form-part{padding-bottom:2.3rem}.new-login-form-submit-btn{font-weight:500;font-style:normal;font-size:14px;line-height:1.5;color:#fff}.add-file-btn{padding-left:7.5px;font-weight:500;font-style:normal;font-size:12px;line-height:14px;color:#3c4043}.add-file-convert-btn{padding-left:5px;font-weight:400;font-style:normal;font-size:14px;line-height:1.5;color:#fff}.create-tbx-btn{font-weight:400;font-style:normal;font-size:14px;line-height:24px}.create-tbx-btn-align{padding-top:0}.login-form-grp span{font-weight:400;font-style:normal;font-size:12px;line-height:14px;color:#161c2d;margin-top:.4rem}.login-form-grp{display:flex;flex-direction:column;margin-bottom:1.5rem;position:relative}.login-form-grp label{font-weight:400;font-style:normal;font-size:12px;line-height:14px;color:#161c2d}::-moz-placeholder{color:#b3b4ba}::placeholder{color:#b3b4ba}.login-quotes-txts{text-align:center}.login-txt{font-family:Abril Fatface,cursive;font-size:36px;line-height:48px;color:#fff;margin-bottom:0}.login-txt-1{font-weight:400;font-style:normal;font-size:22px;line-height:27px;color:#fff}.login-left-side{flex-grow:1;height:100%}.login-form{padding:45px 46px;width:494px;height:auto;transition:ease-in-out .3s;background:#fff;box-shadow:0 9px 16px #00000045;border-radius:5px;margin-right:75px}.visibility-btn{position:absolute;right:0;top:27px;padding:0 10px;cursor:pointer}.login-form-1{padding:27px 18px;background:#fff;border-radius:4px;border:1px solid #ebebeb;width:50%;transition:ease-in-out .3s}.project-form-loader-wrap{padding:27px 18px;background:#fff;border-radius:4px;border:1px solid #ebebeb;transition:ease-in-out .3s}.new-heading h3{font-style:normal;font-weight:700;font-size:32px;line-height:38px;color:#161c2d}.bottom-line{border:3px solid rgb(10 156 202);border-radius:30px}.login-form-3{padding:30px 50px 31px;background:#fff;border-radius:8px;margin:auto;width:70%;transition:ease-in-out .3s}.login-form-2{width:100%;margin-top:2rem}.login-form .row{justify-content:center}.new-form-btn{width:100%;background:linear-gradient(0deg,#1997df,#12b4e7);height:50px;font-size:20px!important;font-weight:400!important}.how-to-edit-align{padding:0 20px;display:flex;justify-content:flex-end}.how-to-edit-align span{padding:0 15px;display:flex;align-items:center;border-right:1px solid #262626}.dashboard-avai-credits{font-weight:400;font-size:14px;line-height:1.5;color:#5f6368!important;padding:9px 17px 10px 11px!important;border:1px solid #DBDBDB!important;border-radius:3px!important;background-color:#fff!important;height:40px}.dashboard-avai-credits span{font-weight:700!important;color:#3c4043!important;margin-left:6px}.img-align-radius{border-radius:50%;width:35px;height:35px;-o-object-fit:cover;object-fit:cover}.how-to-edit-align span:last-child{padding:0 0 0 15px;border-right:0px solid #262626}.new-form-btn-1{font-style:normal;font-weight:500!important;font-size:14px!important;line-height:16px!important;color:#fff!important;padding:8px 25px!important;background:linear-gradient(270deg,#11b5e8,#1c90dd)!important;border:none!important}.new-form-btn-2,.new-form-btn-1{background:linear-gradient(0deg,#1997df,#12b4e7)}.new-form-btn-2{font-style:normal;font-weight:500!important;font-size:14px!important;line-height:16px!important;color:#fff!important;padding:8px 20px!important;background:linear-gradient(270deg,#11b5e8,#1c90dd)!important;border:none!important}.btn-size-align{width:fit-content;height:fit-content;width:-moz-fit-content;height:-moz-fit-content;margin-left:15px}.workspace-finish-btn{width:fit-content!important;background:#1a73e8!important;border-radius:4px!important;width:-moz-fit-content!important;border:none!important;font-size:14px!important;height:auto!important;padding:7.5px 22.5px!important}table#select-files thead th{background:#edf0f5;color:#1997df;text-align:center;width:50%!important;padding:15px;border-right:0px solid #dddddd!important;font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#161c2d}.btn-color{background:#1c90dd!important}table#select-files tbody{border-radius:8px}table#select-files tbody tr{border-bottom:1.5px solid #dddddd!important;text-align:center}.upload-files-section{margin:0;width:100%}.upload-files-heading-align{font-style:normal;font-weight:700;font-size:14px;line-height:16px;color:#161c2d;margin-bottom:15px}table#select-files tbody tr:last-child{border-bottom:0px solid #dddddd!important;text-align:center}table#select-files{border-bottom:0px solid #dddddd!important;width:100%;margin:auto}.new-btn-align{width:fit-content;width:-moz-fit-content}.table-header{height:40px}.table-item-link{font-style:normal;font-weight:400;font-size:14px;line-height:14px;color:#161c2d;margin-bottom:1rem}.table-item-link span{color:#1c90dd;padding-right:.4rem}table#select-files tbody tr td>button{transition:all .2s}table#select-files tbody tr td>button:hover{background:#1c90ddeb!important}.table-item-link:hover{color:#161c2d;text-decoration:none}table#select-files thead td{width:50%!important}table#workspace thead th{width:45%!important;border-bottom:1px solid #aebdcd!important;padding:10px 28px}table#workspace thead th:last-child{width:10%!important;border-bottom:1px solid #aebdcd!important;padding:10px 28px}table#workspace tbody th,table#workspace tbody td{padding:10px 30px}table#workspace tbody td:last-child{padding:0 15px}table#workspace tbody td{border-top:0px solid #afbdca}.workspace-row-container,.workspace-container{margin-top:25px;width:100%;padding-left:10px;padding-right:25px}.workspace-container{position:relative}.federal-news-workspace-wrap .workspace-container{padding-left:25px!important}.federal-news-workspace-wrap ul#workspace li .workspace-row{width:100%}.context-menu{pointer-events:none}.workspace-language-info-row{display:flex;align-items:center;position:relative}.workspace-language-info-col:first-child{width:48.5%;max-width:100%}.workspace-language-info-col:nth-child(2){width:3%;max-width:100%}.workspace-language-info-col:last-child{width:48.5%;max-width:100%}.workspace-language-info-col:nth-child(2) img{width:24px;height:24px}.workspace-target-language-txt,.workspace-source-language-txt{font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#0074d3;padding:3px 11px;background-color:#e8f0fe;border-radius:2px;width:fit-content;-moz-width:-moz-fit-content;margin:auto}table#workspace tbody{transition:ease-in-out .3s;border-bottom:1px solid #afbdca}table#workspace tbody tr.quest-section td{border-bottom:1px solid #afbdca}.quest-section{width:100%;height:inherit}table#workspace tbody:hover,table#workspace tbody tr.active{background-color:#fff!important;cursor:pointer}table#workspace tbody tr.active>td{box-shadow:0 10px 5px -5px #afbdca}table#workspace{border-bottom:1px solid #aebdcd!important;width:100%}table#workspace thead td{width:50%!important}#table tbody:nth-child(2n+3){background-color:#ebebeb}#table tbody:hover{background:#3498d8}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background:transparent!important}table#workspace textarea{width:100%;font-size:18px;word-break:normal;line-height:25px;outline:none;color:#000;border:1px solid #dedede;box-shadow:inset 0 1px 2px #aebdcd;-webkit-box-shadow:inset 0 1px 2px #aebdcd;cursor:text}table#workspace textarea:hover{border-color:#22242659;box-shadow:none}table#workspace textarea:focus{border:1px solid #189be1;box-shadow:inset 0 0 2px 2px #189be1;outline-color:#189be1}.workspace-editor{background-color:#fff;position:relative}.workspace-align{display:flex;justify-content:space-between;height:100%;flex-direction:column}.new-form-group{width:100%;margin-bottom:0!important}.workspace-wrap{background:#fff0;height:auto;padding:0;border-radius:8px}.workspace-editor-comp-logo{display:flex;justify-content:center;padding:20px 0 10px}.job-details{text-align:center;color:#666d77}.workspace-editor-btn-align{display:flex;margin:auto;width:28%;justify-content:center}.workspace-editor-btn-align button{margin-right:25px}.comments-textarea{height:75px!important;width:750px!important}.new-enter-area{width:40px;height:40px;margin-left:.8rem;position:relative;top:15px}.add-comment-align{display:flex;align-items:center}.add-comment-align>div textarea{width:750px!important}.comments-list-section{width:750px;height:75px;border:1.8px solid #dedede;background-color:#fff;overflow:auto}ul.comments-list-1,ul.comments-list{padding-left:0;margin-bottom:0;list-style-type:none}ul.comments-list-1 li,ul.comments-list li{padding:6px;display:flex;justify-content:space-between;border-radius:3px;word-break:break-all}ul.comments-list-1 li span.text:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:relative;top:-1px;margin-right:.6rem;color:#ec4040}ul.comments-list-1 li span.text{color:#ec4040}ul.comments-list li:hover{background-color:#deefff;border-radius:3px;transition:.4s all}ul.comments-list-1 li:hover .comment-close-btn,ul.comments-list li:hover .comment-close-btn{opacity:1;transition:.4s all}.select-align .css-48ayfv,.select-align .css-1r4vtzz{width:auto;min-width:250px;border-top:0px solid #c5c5c5a8;border-bottom:0px solid #c5c5c5a8;border-left:1px solid #c5c5c5a8;border-right:1px solid #c5c5c5a8;border-radius:0;box-shadow:none}.select-align .css-1qprcsu-option,.select-align .css-1vr111p-option{font-size:14px}.select-align div[style="background-color: white"]{box-shadow:0 5px 16px #0000002e!important}.select-align .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:transparent!important;border-width:0px!important}.filter-icon-row .filter-icon{font-size:20px;color:#5f6368}.filter-icon-row .filter-icon-active{font-size:20px;color:#0074d3!important}.comment-close-btn{color:#ec4040;opacity:1}.source-text-div{height:auto;align-items:center;padding:0 10px;outline:0px solid transparent;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:#3c4043;overflow-wrap:anywhere}.segment-align{display:flex;align-items:center;margin-top:11px;padding:0 10px}.focused-row .target-lang-row-align,.focused-row .segment-align{margin-top:30px}.focused-row .segment-number{background:#ebebeb 0% 0% no-repeat padding-box}.segment-number{background:#00000012 0% 0% no-repeat padding-box;background-blend-mode:darken;border-radius:2px;width:auto;padding:4px;min-width:20px;max-width:100%;height:20px;display:flex;align-items:center;text-align:center;justify-content:center;font-style:normal;font-weight:400;font-size:12px;line-height:1;color:#5f6368;cursor:context-menu}.segment-number img{width:14px}.segment-serial-num{cursor:pointer;visibility:hidden;opacity:0}.segment-serial-num img{position:relative;top:-2px}.focused-row .segment-serial-num{visibility:visible;opacity:1}.focused-row .workspace-btn-algin{display:flex}.workspace-btn-algin{display:none;align-items:center;transition:.3s all ease}.workspace-btn-algin a{margin-right:5px}.workspace-btn-algin a:first-child{margin-left:0!important}.workspace-btn-algin a:last-child{margin-right:0!important}.source-div-icon{display:none}.focused-row .source-div-icon{display:flex}.pagination-align p{margin-bottom:0}.validation-align{display:block;text-align:center;margin:20px 0}.pagination-align>b>a{padding:10px 15px;background:#fff;border-radius:50%;border:1.5px solid rgba(25,151,223,1);color:#1997df;margin:0 15px;position:relative;top:10px}.pagination-align span.back-btn:hover,.pagination-align span.forw-btn:hover,.pagination-align>b>a:hover{text-decoration:none;color:#5f6368;background:#e3e3e3}.pagination-align span.back-btn,.pagination-align span.forw-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:50%;cursor:pointer}.pagination-align span.back-btn i,.pagination-align span.forw-btn i{color:#5f6368}.btn-disabled{cursor:no-drop!important;background:#03a9f46e!important;color:#fff!important}.btn-warning{color:#fff!important;background:#e45e33!important;border-color:#e45e33!important}#navbar{background-color:#fff}#navbar>a{float:left;display:block;color:#000;text-align:center;padding:14px;text-decoration:none}#navbar>a:hover{float:left;display:block;color:#2792e5;text-align:center;padding:14px;text-decoration:none}.navbar-nav-right-links p.pull-right{margin-bottom:0}.navbar-nav-right-links p.pull-right,.navbar-nav-right-links a.pull-right,.navbar-nav-right-links .avatar{padding:14px!important;background-color:unset!important;border-radius:unset!important}.navbar-nav-right-links .avatar:hover{background-color:unset!important}.navbar-nav-right-links .nav-link{padding:7.5px 10px!important;background-color:transparent;border-radius:50%;transition:.3s all ease}.navbar-nav-right-links .nav-link:hover{background-color:#ebebeb}.content{padding:16px}.sticky{position:fixed;top:0;width:100%}.sticky+.content{padding-top:60px}.nav-link{color:#506690!important;font-weight:400;font-size:17px;transition:all .3s;cursor:pointer}.nav-link:hover{color:#0074d3!important}.button-wrap{width:100%;border-width:thin;border:2px dashed #d3d4d5;border-radius:8px;padding:21px;display:flex;justify-content:center;height:171px}.button-wrap-new{width:100%;border-width:thin;border:2px dashed #d3d4d5;border-radius:8px;padding:21px;display:flex;justify-content:center;height:171px;align-items:flex-start}.button-wrap-file-list{width:100%;display:flex;justify-content:center}.draganddrop-align{display:flex;align-items:center;justify-content:center}.file-list{display:flex;flex-direction:column;width:100%}.draganddrop-heading{font-style:normal;font-weight:800;font-size:16px;line-height:18px;text-align:center;color:#161c2d;margin-bottom:0}.button-wrap-file-list input[type=file],.button-wrap input[type=file]{top:6px;left:0;font-size:15px;color:#999;white-space:nowrap;width:280px;overflow:hidden;text-overflow:ellipsis}.pagination-align input[type=number]{border:1px solid #d7d7d7;border-radius:3px;text-align:center;color:#262626;padding:2px}.pagination-txt{font-style:normal;font-weight:400;font-size:14px;line-height:1.4;color:#5f6368;display:flex;align-items:center;gap:6px;height:24px}.upload-text{font-weight:400;font-size:14px;line-height:15px;color:#afafb0;margin-bottom:0!important}.upload-link-wrapper label{display:inline-block;font-weight:400;font-style:normal;font-size:14px!important;line-height:15px;padding:.5rem .5rem .5rem .3rem;color:#0095ff!important;cursor:pointer;text-decoration:underline;margin-bottom:0!important}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.new-btn-grp{width:100%;width:-moz-fit-content;margin:28px 0 0 auto;display:flex;flex-direction:row-reverse;gap:12px}.new-btn-grp .action-btns{display:flex;gap:12px;flex-direction:row-reverse}.file-selector{display:flex;border-bottom:1px solid #c6c6c6}.file-selector span{padding:10px 25px;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#c6c6c6;cursor:pointer}.tab-active{border-bottom:3px solid #1c90dd;position:relative;top:2px;border-radius:2px;color:#161c2d!important}.upload-area-title{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#222;margin-bottom:10px}.file-upload-form label{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#222;margin-bottom:10px;cursor:pointer}.file-upload-form label.adv-form-label{font-family:Roboto!important;font-style:normal!important;font-weight:500!important;font-size:16px!important;line-height:1.5!important;color:#222!important;margin-bottom:10px!important}.fileupload-link{font-style:normal;font-weight:400;font-size:13px;line-height:14px;color:#3eabf3;text-decoration:underline;cursor:pointer}.uploaded-files{padding:19px 26px 40px;background:#fff;border:1px solid #ebebeb;border-radius:4px;transition:ease-in-out .3s}.uploaded-files-skeleton{padding:19px 26px 40px;background:#fff;border-radius:4px;border:1px solid transparent;height:auto}.uploaded-files ul{padding-left:0;list-style-type:none}.file-upload_instruct-row{display:flex;align-items:center}.draganddrop-align p,.draganddrop-align label{margin-bottom:10px}.draganddrop-align img{margin-bottom:0!important;margin-right:1.5rem}.draganddrop-align label{font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#a8a8a8}.file-upload-align{display:flex;align-items:center;margin-top:.4rem}.url-link-align{width:100%}.url-link-align img{margin-right:5px}.input-align{display:flex;width:100%;max-width:450px}.input-align input{margin-right:18px}.input-align button{width:120px;padding:5px!important;transition:all .2s}.input-align button:hover{background:#1c90ddeb!important}.column-align{flex-direction:column}ul.static-files-display{list-style-type:none;padding:0}.filelist-align{margin-top:40px}ul.static-files-display li{padding:15px;border-bottom:2px solid #dedede;display:flex;justify-content:space-between;align-items:center}.file-document{margin-right:15px}.file-name{font-style:normal;font-weight:400;font-size:13px;line-height:14px;color:#161c2d}.file-name-list{display:flex;justify-content:space-between;align-items:center;width:100%;padding:8px 0;border-bottom:1px solid #ebecee}.file-name-list .filename span:hover{cursor:inherit;background-color:unset;color:unset}.filename-trim{max-width:80%!important}.file-name-list .filename span.filename-length{font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#161c2d;padding:0 0 0 11px;border-radius:0;transition:.3s all ease;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;width:auto;max-width:90%}.file-name-list .filename span.extension{font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#161c2d;padding:0;border-radius:0}.file-name-list span.upload-file-delete,.file-delete{cursor:pointer;font-size:20px;color:#cacdd2;padding:5px 11px;border-radius:50%;transition:all .3s}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list .file-name-list span.upload-file-delete{width:30px;height:30px;padding:0;cursor:pointer;border-radius:50%;transition:all .3s;position:relative}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list .file-name-list span.upload-file-delete svg{font-size:16px}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list .file-name-list span.upload-file-delete svg path{fill:#5f636880;transition:.35s fill ease-in-out}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list .file-name-list span.upload-file-delete:hover svg path{fill:#5f6368;transition:.35s fill ease-in-out}.file-name-list span.upload-file-delete:hover,.file-delete:hover{background:#ececec;color:#ff3d3d}.upload-file-delete{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:all .3s}.upload-file-delete:hover{background:#ececec!important}.file-list-align{display:block;width:100%}.new-drag-n-drp-align{padding:15px 15px 0 0}.new-drag-n-drp-align .new-text-style{font-style:normal;font-weight:500;font-size:13px;line-height:15px;color:#161c2d;margin-right:15px;margin-bottom:0}.new-add-btn .add-files-link{background:#1c90dd;border-radius:5px}.new-drag-n-drp-align .form-control-file{display:flex;align-items:center;padding:7px 8.35px;font-style:normal;font-weight:500;font-size:13px;line-height:24px;color:#3c4043;cursor:pointer;width:fit-content;width:-moz-fit-content;margin-bottom:0;transition:all .2s}.new-drag-n-drp-align .form-control-file:hover{color:#0074d3;text-decoration:underline}.new-drag-n-drp-align .form-control-file span{margin-right:0;position:relative;top:-2px}.clear-all-btn span{margin-right:7px;position:relative;top:-2px}.clear-all-btn{display:flex;align-items:center;background:#ff6b6b;border:none;border-radius:5px;padding:.6rem;font-style:normal;font-weight:500;font-size:13px;line-height:15px;color:#fff;cursor:pointer;width:fit-content;width:-moz-fit-content;margin-bottom:0;margin-left:15px;transition:all .2s}.clear-all-btn:hover{background:#ff6b6be3}.new-btn-grp button{transition:all .2s}.new-padd{padding:8px 12px!important}.new-padd-1{padding:0 181px!important}.new-padd-2{padding:0 0 0 166px!important}.file-list-open{display:flex;align-items:center;justify-content:center;padding:15px 0}.file-list-open-1{display:flex;align-items:center;justify-content:flex-start;padding:15px 1rem 15px 4rem!important}#how-to-edit-modal .modal-body{padding:50px 30px 30px}#how-to-edit-modal .modal-content{border-radius:5px;border:1px solid #ffffff}#how-to-edit-modal.modal{background:#0000}#how-to-edit-modal .popup-title{width:inherit;font-style:normal;font-weight:500;font-size:20px;line-height:23px;color:#3b3b3b}#how-to-edit-modal .popup-sub-title{font-style:normal;font-weight:400;font-size:18px;line-height:23px;color:#3b3b3b;margin-bottom:0}#main #quick-guides .card .card-header .btn-header-link:hover{text-decoration:none}#how-to-edit-modal .popup-txt{font-style:normal;font-weight:400;font-size:16px;line-height:23px;color:#4a4a4a;margin-bottom:15px;margin-top:15px}#how-to-edit-modal .popup-txt:nth-child(2),#how-to-edit-modal .popup-txt:last-child{margin-top:0}#how-to-edit-modal .modal-header-new{position:relative;top:-34px;right:-15px;width:fit-content;width:-moz-fit-content;float:right}.contact-wrong-btn{background:#fff;border-radius:3px;border:none;color:#5f6368;padding:1px 13px;font-size:20px;position:relative;top:-8px;right:-8px;text-align:center;transition:all .3s}.contact-wrong-btn:focus,.contact-wrong-btn:hover{background:#ec4040;color:#fff;outline:none}.credits-consumed-container{padding:20px 0}.credits-consumed-sub-title-container{padding:10px 20px}.credits-consumed-container ul{padding:0 20px}.credits-consumed-container ul li{list-style-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20id='List%20Dot'%20cx='4'%20cy='4'%20r='4'%20fill='%23188AE2'/%3e%3c/svg%3e");font-style:normal;font-weight:400;font-size:16px;line-height:165.3%;color:#4a4a4a;margin-bottom:10px;padding-left:12px}#main{box-shadow:0 1.5rem 4rem #161c2d0d!important}#main #quick-guides .card-header{border-bottom:0px solid #d1d3d5;background:#fff!important;height:auto;padding:0!important}#main{margin:20px 0}#main #quick-guides .card .card-header .btn-header-link{display:flex;justify-content:space-between;text-align:left;background:#fff;padding:1.5rem 2rem;font-family:Poppins;font-style:normal;font-weight:400;font-size:18px;color:#1d1d1b;border-top:1px solid #f1f4f8!important;border-left:1px solid #f1f4f8!important;border-right:1px solid #f1f4f8!important;border-bottom:0px solid #f1f4f8!important}#main #quick-guides .card .card-header .btn-header-link img{width:71px;height:54px}#main #quick-guides .card .card-header .btn-header-link:after{content:"";font-family:"Font Awesome 5 Free";color:#94a7b8;font-weight:900;position:relative;right:0;top:0}#main #quick-guides .card .card-header .btn-header-link.collapsed{background:#fff;color:#1d1d1b;transition:ease-in-out .4s}#main #quick-guides .card .card-header .btn-header-link.collapsed:after{content:"";color:#94a7b8;position:relative;right:0;top:0}#main #quick-guides .card .collapsing{line-height:30px}#main #quick-guides .card .collapse{border:0}#main #quick-guides .card .collapse.in{line-height:30px;color:#222}#main #quick-guides .card .card-body{padding:0 20px 20px!important;box-shadow:none;border-left:1px solid #f1f4f8!important;border-right:1px solid #f1f4f8!important}.footer-text-link a{color:#fff}.footer-text-link a:hover{color:#fff;text-decoration:none}.workspace-textarea::-webkit-scrollbar{display:none}ul#workspace li:hover .focused-row .workspace-textarea{border:1px solid transparent;transition:.15s border ease-in-out}ul#workspace li:hover .workspace-textarea{border:1px solid #E0E0E0;transition:.15s border ease-in-out}.federal-news-workspace-wrap ul#workspace .federal-segment-wrapper:not(:last-child){margin-bottom:20px}.federal-news-workspace-wrap ul#workspace .federal-segment-wrapper .title{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#222;margin-bottom:0}.federal-news-workspace-wrap ul#workspace li{margin-top:10px}.workspace-textarea{font-style:normal;font-weight:400;line-height:22px;color:#3c4043;outline:none;background:#fff0;display:block;position:relative;resize:none;width:100%;height:auto;font-size:14px;border:1px solid transparent;mix-blend-mode:multiply;border-radius:3px;box-shadow:inset 0 1px 2px #aebdcd00;-webkit-box-shadow:inset 0 1px 2px #aebdcd00;cursor:text;padding:4px 10px;-ms-overflow-style:none;scrollbar-width:none;overflow-wrap:anywhere;transition:.15s border ease-in-out}​ .workspace-textarea:hover{border-color:#22242600;box-shadow:none}.tag-name{height:9pt}.tag-container{position:relative;text-align:center;color:#fff}.tag-centered{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#workspace-textarea{border:2px solid red;padding:5px}.tag-container{position:relative;display:inline-block}.tag{position:relative;direction:ltr;text-align:left;display:inline-block;width:auto;height:14px;background:#fff;background-color:var(--tag-color);font-size:11px;padding:.5px 3px;line-height:1.3;color:#fff;vertical-align:middle;white-space:nowrap;cursor:-webkit-pointer;cursor:pointer}.tag.tag-open{margin:0 7px 0 1px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tag.tag-close{margin:0 1px 0 7px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tag.tag-close:after{content:"";position:absolute;left:-7px;top:0;width:0;height:0;border-style:solid;border-width:7px 7px 7px 0;border-color:transparent var(--tag-color)}.tag.tag-open:before{content:"";position:absolute;right:-7px;bottom:0;width:0;height:0;border-style:solid;border-width:7px 0 7px 7px;border-color:transparent var(--tag-color)}.selected-tag{background-color:#014677!important}.selected-tag:before,.selected-tag:after{border-color:transparent #014677!important}.settings-section{padding-top:0rem;display:flex;height:inherit}.settings-container{width:100%;height:100%}.settings-container .tab-content{display:flex;flex-direction:column;height:inherit}.asset-glossary-title-wrap{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.settings-container .tab-content .tab-pane{overflow:auto;overflow-x:hidden;padding:27px 25px}.settings-container .tab-content .tab-pane>.tab-content .tab-pane{padding:0}.range-slider-container h3.inner-title,.settigs-inner-row h3.inner-title{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043;margin-bottom:7px}.settigs-inner-row p.tm-title-desc{font-style:normal;font-weight:400;font-size:13px;line-height:1.3;color:#3c4043;margin-bottom:17px}.settigs-inner-row .draganddrop-align img{margin-right:0;width:72px}.settigs-inner-row .assets-dropdown-wrap{margin-top:0!important;height:134px!important;border-radius:8px!important}ul.asset-glossary-projects-wrap-list{padding-left:0}ul.asset-glossary-projects-wrap-list li .asset-project-info-wrap{display:flex;align-items:center;gap:6px;width:100%}ul.asset-glossary-projects-wrap-list li .asset-project-info-wrap .assets-icon{width:100%;height:26px;max-width:26px;background-color:#00875a;border-radius:3px;display:flex;align-items:center;justify-content:center;position:relative}ul.asset-glossary-projects-wrap-list li .asset-project-info-wrap .asset-project-info .title{font-style:normal;font-weight:400;font-size:14px;line-height:1.4;color:#3c4043}ul.asset-glossary-projects-wrap-list li .asset-project-info-wrap .asset-project-info .lang-pair{display:flex;align-items:flex-start;gap:3px}ul.asset-glossary-projects-wrap-list li .asset-project-info-wrap .asset-project-info .lang-pair img{position:relative;top:1px}ul.asset-glossary-projects-wrap-list li .asset-project-info-wrap .asset-project-info .lang-pair span{font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#8695a2}.MuiMenuItem-root{font-size:14px!important}ul.qa-file-list-wrapper li .list-item-2 .job-selection-wrap{display:flex;align-items:center;width:324px}ul.qa-file-list-wrapper li .list-item-2 .action-wrapper{margin-left:14px;display:flex;align-items:center;display:none}ul.qa-file-list-wrapper li .list-item-2 .action-wrapper .settings-close-btn .download{color:#5f6368;font-size:20px}.qa-collapsible-wrapper{width:95%}.qa-collapsible-wrapper label{display:flex;align-items:center;gap:5px;margin-bottom:0;cursor:pointer}.qa-collapsible-wrapper h2{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#3c4043;margin-bottom:7px}.qa-collapsible-wrapper small{font-style:normal;font-weight:400;font-size:13px;line-height:1.5;color:#3c4043}.qa-collapse-title{padding-bottom:15px;border-bottom:1px solid #F0F0F0}ul.qa-file-list-wrapper{padding-left:0;border-bottom:1px solid #F0F0F0;margin-bottom:0}ul.qa-file-list-wrapper li{display:flex;align-items:center;padding:10px 0;height:61px}ul.qa-file-list-wrapper li .list-item-1{width:100%;max-width:40%;display:flex;align-items:center;gap:7px}ul.qa-file-list-wrapper li .list-item-2{width:100%;max-width:60%}ul.qa-file-list-wrapper li .list-item-2 .selected-job-value .lang-pair-value{display:flex;align-items:center;gap:4px}ul.asset-glossary-projects-wrap-list li{border-bottom:1px solid #F0F0F0;display:flex;align-items:center;list-style-type:none;padding:11px 0 14px;gap:4px}.settigs-inner-row .assets-dropdown-wrap .upload-link-wrapper label,.settigs-inner-row .assets-dropdown-wrap .upload-text{font-size:12px!important}.settings-mega-container{display:flex;flex-grow:1}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#0074d3;background-color:#c5e3ff!important;border-radius:0}.nav-pills .nav-link:hover{color:#0074d3;background-color:#edf6ff;transition:.4s}ul.qa-file-list-wrapper li .list-item-2{width:100%;display:flex;align-items:center;justify-content:space-between}ul.qa-file-list-wrapper li .list-item-2 .all-job-txt,ul.qa-file-list-wrapper li .list-item-2 span{font-weight:400;font-size:14px;line-height:1.5;color:#0074d3}ul.qa-file-list-wrapper li .list-item-1 span{font-weight:400;font-size:14px;line-height:1.5;color:#3c4043}.settings-heading{font-size:30px;font-weight:700;color:#161c2d;text-align:left;padding-top:1rem;padding-bottom:1rem;margin-bottom:0}.settings-sub-heading{font-size:24px;font-weight:500;color:#1992e5;margin-bottom:0;padding:1rem 1rem 0rem}.settings-sub-heading-2{font-size:20px;font-weight:500;color:#161c2d;margin-bottom:0;margin-top:1rem}.settings-notes{font-size:16px;font-weight:400;font-style:italic;color:#506690}.settings-th{font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#161c2d;text-align:left;padding-left:1rem;padding-top:1rem;padding-bottom:1rem;margin-bottom:0}.settings-th-new{font-style:normal;font-weight:500;font-size:18px;line-height:16px;color:#161c2d;text-align:left;padding-left:0rem;padding-top:1rem;padding-bottom:1rem;margin-bottom:0}.setting-table-head-new{padding-left:0rem!important}.setting-table-head{padding-left:1rem!important}table#translation_memories{border-bottom:0px solid #dddddd!important;width:100%;margin:auto}table#translation_memories tbody{border-radius:8px}table#translation_memories tbody tr{border-bottom:1.5px solid #dddddd!important}table#translation_memories tbody tr:last-child{border-bottom:0px solid #dddddd!important}table#translation_memories_on_off{border-bottom:0px solid #dddddd!important;width:50%;margin:auto 0}table#translation_memories_on_off tbody{border-radius:8px}table#translation_memories_on_off tbody tr{border-bottom:1.5px solid #dddddd!important}table#translation_memories_on_off tbody tr:last-child{border-bottom:0px solid #dddddd!important}.toolbar-mega-section{height:94px;position:relative;z-index:10}.toolbar-parts-padd-top-add{padding-top:52px}.toolbar-parts-padd-top-remove{padding-top:0rem}.workspace-editor-normal-top{padding-top:4.4rem}.toolbar-parts{box-shadow:0 1px 4px #0000000f;height:auto}.workspace-editor-normal-top-new{padding-top:0rem;height:61vh;overflow:auto}.workspace-box{height:10vh}.workspace-editor-add-top{padding-top:0rem;flex:1 1 auto;overflow:auto!important;overflow-x:hidden}.workspace-editor-add-top-1{padding-top:0rem;height:61.6vh;overflow:auto}.dashboard-link{color:#fff!important}.diction-title{font-style:normal;font-weight:400;font-size:16px;line-height:1.3;color:#161c2d;margin-bottom:.5rem}.toolbar-parts-padd-new-height{height:33vh!important}.toolbar-parts-padd-both-show{height:26vh!important}.workspace-editor-add-top-new-height{height:61vh!important}.dictionary-tile{background:#edf0f5;border-radius:8px;padding:1rem 1.5rem;box-shadow:0 5px 17px #00000008;margin-bottom:1.5rem}.spl-char-cont{border:2px solid transparent;width:40px!important;height:40px;display:flex;align-items:center;justify-content:center;margin-right:.6rem;margin-bottom:0;transition:.4s ease all}.spl-char-cont:hover{background:#ebebeb;cursor:pointer}.spl-char-cont:focus{background:#e8f0fe;border:2px solid #1a73e8}.spl-char-cont:last-child,.spl-char-cont:nth-child(4){margin-right:.01rem}.spl-char-cont p{font-style:normal;font-weight:400;font-size:18px;line-height:18px;color:#161c2d;margin-bottom:0}.symbol-char{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;margin:15px 0;border:1px solid #dddddd}.symbol-char-title{font-style:normal;font-weight:400;font-size:20px;line-height:24px;color:#202124}.special-char-box{border-right:1px solid #dddddd;border-bottom:1px solid #dddddd}.special-char-box:nth-child(8n){border-right:0px solid #dddddd}.special-char-box:nth-child(38),.special-char-box:nth-child(37),.special-char-box:nth-child(36),.special-char-box:nth-child(35),.special-char-box:nth-child(34),.special-char-box:nth-child(33),.special-char-box:last-child{border-bottom:none}.symbol-char .col-sm-3{flex:0 0 7.6%;max-width:100%;width:100%;padding-right:0!important;padding-left:0!important;margin-bottom:0rem}.toolbar-part-container br{margin-top:1rem}.translation_memories-2{width:100%;margin:8.5px auto 0;height:inherit;background:#fff;border-radius:8px;-ms-overflow-style:none;scrollbar-width:none}.glossary-tbx-data-header .glossary-tbx-header-row{display:flex;align-items:center;gap:16px}.glossary-tbx-data-header .glossary-tbx-header-row .glossary-tbx-header-col{width:50%;max-width:100%}.glossary-tbx-data-header .glossary-tbx-header-row .glossary-tbx-header-col:first-child{display:flex;align-items:center;gap:16px}.glossary-tbx-data-header .glossary-tbx-header-row .glossary-tbx-header-col .glossary-tbx-target{font-style:normal;font-weight:500;font-size:13px;line-height:22px;color:#3c4043;padding-bottom:8px;border-bottom:1px solid #E5E5E5}.glossary-tbx-data-header .glossary-tbx-header-row .glossary-tbx-header-col:first-child .glossary-tbx-name-source-1{width:40%;max-width:100%;font-style:normal;font-weight:500;font-size:13px;line-height:22px;color:#3c4043;padding-bottom:8px;border-bottom:1px solid #E5E5E5}.glossary-tbx-data-header .glossary-tbx-header-row .glossary-tbx-header-col:first-child .glossary-tbx-name-source-2{width:60%;max-width:100%;font-style:normal;font-weight:500;font-size:13px;line-height:22px;color:#3c4043;padding-bottom:8px;border-bottom:1px solid #E5E5E5}table.translation_memories-1{border-bottom:0px solid #dddddd!important}table.translation_memories-1 tbody tr{border-bottom:1.5px solid #dddddd!important}table.translation_memories-1 tbody tr:last-child{border-bottom:0px solid #dddddd!important}.translation-list-open{display:flex;justify-content:center;align-items:center;padding:15px 0}.translation-list-open-1,.translation-list-open-2{display:flex;justify-content:flex-start;align-items:center;padding:20px 0!important}.tmx-links-algin{display:flex}.translation-mem-percent-box{padding:0rem 1rem;background:#1a73e878;border-radius:30px;margin-left:0rem;margin-top:.5rem}.translation-mem-percent-box span{font-style:normal;font-weight:400;font-size:10px;line-height:26px;vertical-align:middle;color:#fff}.translation-list-open-2{display:flex;justify-content:flex-start;align-items:center;padding:22.5px 0!important}.new-icon-space{padding-right:.5rem}.translation_memories{background:#fff;border-radius:8px;transition:ease-in-out .3s}.translation_memories ul{padding-left:0;list-style-type:none}.translation_memories ul li{border-bottom:1.5px solid #dddddd}.translation_memories ul li:last-child{border-bottom:0px solid #dddddd}.translation_memories-1{width:100%;background:#fff;border-radius:8px;transition:ease-in-out .3s;-ms-overflow-style:none;scrollbar-width:none}.settings-file-names{font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#3c4043;margin-bottom:0;padding-left:2rem;padding-bottom:0rem;line-height:1.6}.file-delete{border:0px;background:transparent;font-size:22px;color:#ff6b6b}.table-textbox-align-2{display:flex;padding-left:.7rem;align-items:center;justify-content:center}.table-textbox-align{display:flex;padding-left:1.5rem;align-items:center}.table-textbox-align-2 form select,.table-textbox-align form select{border:0px;background:#ececec;padding:5px 69px 3px 10px;border-radius:5px;font-style:normal;font-weight:400;font-size:16px;color:#161c2d;line-height:1.6}.table-textbox-align-2 form input,.table-textbox-align form input{border:0px;background:#ececec;padding:3px 10px;border-radius:5px;font-style:normal;font-weight:400;font-size:16px;color:#161c2d;line-height:1.6}.table-textbox-align-2 span,.table-textbox-align span{font-style:normal;font-weight:400;font-size:16px;color:#161c2d;margin-bottom:0;padding-left:.5rem;line-height:1.6}.setting-normal-text{font-style:normal;font-weight:400;font-size:16px;line-height:2;color:#161c2d}.new-width{width:80%!important;margin:0!important}.table-textbox-align-2 form input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}.table-textbox-align-2 form input[type=radio]+label{cursor:pointer;position:relative;padding-left:30px;margin-bottom:0}.table-textbox-align-2 form input[type=radio]+label:before{content:"";display:inline-block;width:20px;height:20px;border:1px solid #1c90dd;border-radius:50%;position:absolute;top:0;left:0;opacity:1;transition:all .3s}.table-textbox-align-2 form input[type=radio]+label:after{content:"";display:inline-block;width:12px;height:12px;border:1px solid #1c90dd;background:#1c90dd;border-radius:50%;position:absolute;left:4px;bottom:8px;opacity:0;transition:all .3s}.table-textbox-align-2 form input[type=radio]:checked+label:after{opacity:1}.add-padding-left{padding-left:5.8rem}.new-width-1{width:40%!important;margin:0!important}.checkbox-align-new,.checkbox-align{display:block;margin-bottom:0;padding-top:.5rem;padding-bottom:1rem}.checkbox-align-new input,.checkbox-align input{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer}.checkbox-align-new label,.checkbox-align label{position:relative;cursor:pointer;margin-bottom:0}.checkbox-align-new label:before,.checkbox-align label:before{content:"";-webkit-appearance:none;background-color:transparent;border:2px solid #1c90dd;box-shadow:0 1px 2px #0000000d,inset 0 -15px 10px -12px #0000000d;padding:10px;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-right:5px}.checkbox-align-new input:checked+label:after,.checkbox-align input:checked+label:after{content:"";display:block;position:absolute;top:5px;left:9px;width:6px;height:14px;border:solid #1c90dd;border-width:0 2px 2px 0;transform:rotate(45deg)}#collapse-part{padding-top:1.5rem}.hidden{display:none}.chat-notification-box-show,ul.submenu-1-active{display:block!important;opacity:1!important;visibility:visible!important;overflow:visible!important;top:50px!important;right:11px!important}ul.submenu.show{display:block;opacity:1;visibility:visible;overflow:visible;top:50px;right:60px}ul.submenu{background-color:#fff;display:none;opacity:0;overflow:hidden;position:absolute;visibility:hidden;box-shadow:0 2px 8px #00000029;animation:none;width:229px;height:auto;padding:8px 0;border-radius:4px}.chat-notification-box{background-color:#fff;display:none;opacity:0;overflow:hidden;position:absolute;visibility:hidden;box-shadow:0 26px 63px #0003;animation-duration:.2s;animation-delay:.05s;width:338px;height:auto;padding:0;border-radius:4px;z-index:1080}ul.submenu-1{background-color:#fff;display:none;opacity:0;overflow:hidden;position:absolute;visibility:hidden;box-shadow:0 26px 63px #0003;animation-duration:.2s;animation-delay:.05s;min-width:300px;max-width:400px;height:auto;padding:0;border-radius:4px;z-index:100000000000}ul.submenu li{list-style-type:none;padding:0}ul.submenu-1 li{list-style-type:none;padding:0;border-bottom:0px solid #ecedf0}ul.submenu-1 li:last-child .logout-cls{padding:18px 21px!important;margin-bottom:0;border-radius:0 0 4px 4px!important;border-top:2px solid #ecedf0;cursor:pointer}ul.submenu-1 li p.txt-dark{width:100%;font-weight:500;font-size:16px;line-height:19px;margin-bottom:0;cursor:unset;color:#202124!important;padding:19px 21px 10px;transition:all .4s ease 0s}ul.submenu-1 li .info,ul.submenu-1 li a,ul.submenu-1 li .nav-link{color:#5f6368!important;padding:12px 21px!important;width:100%;text-align:left!important;font-weight:400;font-size:14px;line-height:17px;transition:all .4s ease;margin-bottom:0;border-radius:unset!important;display:flex}ul.submenu-1 li .info{border-top:2px solid #ecedf0}ul.submenu-1 li .info.plan-info{padding:0!important}ul.submenu-1 li .info.plan-info .submenu-plan-details{width:100%;padding:0!important}.acc-details{display:flex;align-items:center;padding:15px 20px!important;border-bottom:0px!important}.acc-details-profile .drp-down-profile-icon{width:64px;height:64px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.acc-details-profile .drp-down-no-profile-icon{width:64px;height:64px;border-radius:50%;background-color:#0074d3;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:24px}.acc-member-info{padding-left:11px;display:flex;flex-direction:column}.acc-member-info .name{color:#202124;font-weight:700;font-size:16px;line-height:19px;margin-bottom:5px;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;width:fit-content;width:-moz-fit-content;cursor:context-menu;max-width:285px}.acc-member-info .email{color:#202124;font-weight:400;font-size:13px;line-height:15px;margin-bottom:0;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;width:fit-content;width:-moz-fit-content;cursor:context-menu;max-width:285px}.submenu-plan-details{padding:10px 0 0}.submenu-plan-details p.head{color:#202124;font-weight:500;font-size:11px;line-height:13px;margin-bottom:1.2rem}.submenu-plan-details p.new-head{color:#5f6368;font-weight:400;font-size:14px;line-height:13px;margin-bottom:-.1rem;padding:0}.new-padd-add{padding:12px 21px!important}.submenu-plan-details p.plan-details{color:#5f6368;font-weight:400;font-size:12px;line-height:17px}.submenu-plan-details .past-due{padding:15px 21px 0}ul.submenu-1 li .info.plan-info .submenu-plan-details p.plan-details{padding:24px 21px;margin-bottom:0}ul.submenu-1 li .info.plan-info .submenu-plan-details a{padding:24px 21px!important;margin-bottom:0!important}.submenu-plan-details p.plan-details.deactive-acc{padding:0!important}.submenu-plan-details p.plan-details span{color:#fff;font-weight:400;font-size:11px;line-height:13px;background-color:#0074d3;border-radius:2px;padding:3px 5px;text-transform:uppercase;margin-left:.4rem}.navbar-nav-right-links p.pull-right,.navbar-nav-right-links a.pull-right,ul.submenu li a{color:#3c4043!important;background-color:#fff!important;padding:5px 10px!important;width:100%;text-align:left!important;font-weight:400;font-size:14px;line-height:24px;transition:all .4s;display:block;cursor:pointer}ul.submenu-1 li:last-child .logout-cls:hover{color:#fff!important;background-color:#0074d3!important;transition:.4s all ease}ul.submenu-1 li a:hover,ul.submenu-1 li .nav-link:hover{color:#5f6368!important;background-color:#f5f5f5!important;transition:.4s}.navbar-nav-right-links p.pull-right:hover,.navbar-nav-right-links a.pull-right:hover,ul.submenu li a:hover{color:#202124!important;background-color:#f1f3f4!important;text-decoration:none;transition:.4s}.nav-icon-bg{width:35px;height:35px;display:flex;justify-content:center;align-items:center;background-color:transparent;margin-right:5px;margin-left:5px;border-radius:50%;cursor:pointer;transition:.4s all ease}.nav-icon-bg:hover{background-color:#0000001c;transition:.4s all ease}.nav-icon-bg.apps .black{fill:#5f6368;width:24px;height:24px}.nav-icon-bg.apps .white{fill:#fff;width:24px;height:24px}.nav-icon-bg span{position:relative}.nav-icon-bg span .black{color:#5f6368;font-size:20px}.nav-icon-bg span .white{color:#fff;font-size:20px}.filter-icon-row .icon-ball{width:auto;min-width:20px;max-width:40px;height:auto;min-height:20px;max-height:40px;padding:3px 5px 2px;background-color:#0074d3;border-radius:100px;font-weight:500;font-size:11px;color:#fff}.nav-icon-bg span .badge{position:absolute;width:auto;min-width:16px;max-width:40px;height:auto;min-height:16px;max-height:40px;padding:3px 5px 2px;background-color:#e41e3f;border-radius:100px;font-weight:500;font-size:11px;color:#fff;top:-2px;right:-7px}.chat-notification-box-animated,.submenu-animated{animation-duration:.5s;animation-fill-mode:both}.chat-notification-box-fade-in,.submenu_fadeIn{animation-name:submenu_fadeIn}#top-modal-show .modal-lg{max-width:100%!important;margin:0 auto}#top-modal-show .modal-content{border-radius:0;background-color:#edf0f5}.target-lang-align{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%;background:#f6f6f6;border-radius:4px;padding:10px;transition:.3s all ease}.target-lang-align td{width:80%}.tm-tb-sub-cont-2{display:flex;align-items:center;justify-content:space-between;width:100%}.translation-list-src-part img{width:30px}#top-modal-show.modal{padding-right:0!important}#top-modal-show .modal-body{padding:2rem 1rem}#top-modal-show .modal-header-new{position:relative;top:0;right:0;width:fit-content;width:-moz-fit-content;float:right}.top-section-show{padding:0rem;background-color:#fff;height:inherit}.top-section-title-align{display:flex;align-items:center;margin-bottom:0rem;margin-top:0rem}.top-section-show .modal-header-new{position:relative;top:0;right:0;width:fit-content;width:-moz-fit-content;float:right}.top-section-show .contact-wrong-btn{background:#fff;border-radius:3px;border:none;color:#5f6368;padding:1px 13px;font-size:18px;position:relative;top:-8px;right:-8px;text-align:center;transition:all .3s}.top-section-show .contact-wrong-btn:focus,.top-section-show .contact-wrong-btn:hover{background:#ec4040;color:#fff;outline:none}#top-modal-show .contact-wrong-btn{background:#fff;border-radius:3px;border:none;color:#5f6368;padding:1px 13px;font-size:18px;position:relative;top:-8px;right:-8px;text-align:center;transition:all .3s}#top-modal-show .contact-wrong-btn:focus,#top-modal-show .contact-wrong-btn:hover{background:#ec4040;color:#fff;outline:none}.toolbar-part-section{background:#fff;border-bottom:1px solid #dadce0;height:38px}.languages-info-part{background:#fff;height:32px;box-shadow:0 1px 4px #0000000f;display:flex;align-items:center}.toolbar-parts{background:#fff;padding:1rem;position:relative;top:1px}.find-and-replace-cont{width:100%}.form-section form input[type=text]{border:0px;padding:3px 10px;border-radius:0;border:1px solid #dedede;box-shadow:inset 0 1px 2px #aebdcd;-webkit-box-shadow:inset 0 1px 2px #aebdcd;font-style:normal;font-weight:400;font-size:14px;color:#161c2d;line-height:1.6;width:100%;height:40px}.form-section .form-check{padding-top:0rem;padding-left:0rem}.toolbar-btn-align{display:flex;align-items:center;flex-wrap:wrap}.form-checkbox-align{display:flex;align-items:center;margin-right:1.5rem}.form-setup-radio-button-label{font-style:normal;font-weight:400;font-size:12px;color:#3c4043;line-height:14px;margin-bottom:.5rem;margin-top:1.5rem}.form-setup-section{align-items:unset!important;width:100%;flex-wrap:wrap}.form-setup-section .form-check{padding-left:1.25rem;padding-right:1.25rem;margin-bottom:15px;width:25%}.form-setup-section .form-check:first-child{padding-left:0rem;padding-right:1.25rem;margin-bottom:15px;width:20%}.form-setup-section .form-radio-label,.form-section .form-radio-label{font-style:normal;font-weight:400;font-size:12px;color:#3c4043;line-height:14px}.form-section .form-check-input{width:17px;height:17px}.form-setup-section input[type=radio]:checked,.form-setup-section input[type=radio]:not(:checked),.form-section input[type=radio]:checked,.form-section input[type=radio]:not(:checked){position:absolute;left:-9999px}.form-setup-section input[type=radio]:checked+.form-radio-label,.form-setup-section input[type=radio]:not(:checked)+.form-radio-label,.form-section input[type=radio]:checked+.form-radio-label,.form-section input[type=radio]:not(:checked)+.form-radio-label{position:relative;padding-left:23px;cursor:pointer;line-height:1.4;display:inline-block;margin-bottom:0}.form-setup-section input[type=radio]:checked+.form-radio-label:before{content:"";position:absolute;left:0;top:0;width:16px;height:16px;border:1.5px solid #1a73e8;border-radius:100%;background:#fff}.form-section input[type=radio]:checked+.form-radio-label:before{content:"";position:absolute;left:0;top:0;width:17px;height:17px;border:2px solid #1a73e8;border-radius:100%;background:#fff}.form-setup-section input[type=radio]:not(:checked)+.form-radio-label:before{content:"";position:absolute;left:0;top:0;width:16px;height:16px;border:1.5px solid #5f6368;border-radius:100%;background:#fff}.form-section input[type=radio]:not(:checked)+.form-radio-label:before{content:"";position:absolute;left:0;top:0;width:17px;height:17px;border:2px solid #5f6368;border-radius:100%;background:#fff}.form-setup-section input[type=radio]:checked+.form-radio-label:after,.form-setup-section input[type=radio]:not(:checked)+.form-radio-label:after{content:"";width:8px;height:8px;background:#1a73e8;position:absolute;top:4.1px;left:4px;border-radius:100%;transition:all .2s ease}.form-section input[type=radio]:checked+.form-radio-label:after,.form-section input[type=radio]:not(:checked)+.form-radio-label:after{content:"";width:7px;height:7px;background:#1a73e8;position:absolute;top:5.1px;left:5px;border-radius:100%;transition:all .2s ease}.form-setup-section input[type=radio]:not(:checked)+.form-radio-label:after,.form-section input[type=radio]:not(:checked)+.form-radio-label:after{opacity:0;transform:scale(0)}.form-setup-section input[type=radio]:checked+.form-radio-label:after,.form-section input[type=radio]:checked+.form-radio-label:after{opacity:1;transform:scale(1)}.form-setup-section input[type=radio]:checked+.form-radio-label,.form-section input[type=radio]:checked+.form-radio-label{color:#1a73e8}.form-section input[type=text]{min-width:270px;width:100%;height:26px;border:1px solid #dadce0;border-radius:4px;font-style:normal;font-weight:400;font-size:12px;color:#3c4043;line-height:14px;padding:5px 12px}.form-section input[type=text]:focus{border:2px solid #1a73e8;outline-color:#1a73e8}.form-section input[type=text]#replace-target,.form-section input[type=text]#find-term{margin-right:1rem}.form-section input[type=text]::-moz-placeholder{font-style:normal;font-weight:400;font-size:12px;color:#ababab;line-height:14px}.form-section input[type=text]::placeholder{font-style:normal;font-weight:400;font-size:12px;color:#ababab;line-height:14px}.form-section .form-group{margin-bottom:0}.select-align .MuiSelect-multiple{padding:0}.toolbar-part-container{width:98%;height:100%;margin:auto;display:flex;justify-content:space-between;align-items:center}.toolbar-part-container ul{padding-left:0;list-style-type:none;display:flex;flex-wrap:wrap;margin-bottom:0}.toolbar-part-container ul:nth-child(3) li:last-child,.toolbar-part-container ul:nth-child(2) li:last-child,.toolbar-part-container ul:first-child li:last-child{padding-right:13px}.toolbar-part-container ul.last-row-tools:last-child li:first-child,.toolbar-part-container ul:nth-child(3) li:first-child,.toolbar-part-container ul:nth-child(2) li:first-child{padding-left:13px}.toolbar-part-container ul.last-row-tools li:first-child{padding-left:13px}.toolbar-part-container ul li{font-style:normal;font-weight:400;font-size:18px;line-height:23px;color:#3b3b3b;margin:6px 0;padding:0 5px;transition:.4s all}.top-body-title{font-style:normal;font-weight:500;font-size:20px;line-height:23px;color:#3b3b3b;margin-bottom:0rem;padding-left:12px}.target-lang-txt,.src-lang-txt{font-style:normal;font-weight:400;font-size:16px;line-height:23px;color:#4a4a4a;margin-bottom:15px;margin-top:15px}.modal-top-body{width:100%;margin:auto;height:inherit}@keyframes submenu_fadeIn{0%{opacity:0}to{opacity:1}}.settings-page-title-align{display:flex;flex-direction:column;margin-top:1rem;margin-left:.6rem}.target-lang-align-1 td{width:80%}.switch-show-hide{position:relative;display:inline-block;width:80px;height:37px;border-radius:37px;background-color:#ececec;cursor:pointer;transition:all .3s;overflow:hidden;margin-bottom:0}.switch-show-hide input{display:none}.switch-show-hide input:checked+div{left:48px;box-shadow:0 0 #fff}.switch-show-hide div{position:absolute;width:27px;height:27px;border-radius:30px;background-color:#fff;top:5px;left:5px;transition:all .3s}.switch-show-hide div:before,.switch-show-hide div:after{position:absolute;content:"SHOW";width:40px;height:37px;line-height:37px;font-size:13px;font-weight:700;top:-5px}.switch-show-hide div:before{content:"HIDE";color:#333;left:100%;padding-left:6px}.switch-show-hide div:after{content:"SHOW";right:110%;color:#fff;font-size:13px;padding-left:2px}.switch-show-hide-checked{background-color:#1c90dd;box-shadow:none}mark{background-color:#f9eb29!important;padding:.01em 0!important}.reset-btn-padd{padding:10px!important;margin-right:1rem;margin-top:1rem}.arrow-align{display:flex;align-items:center;margin-right:1rem}.findandreplacealign{display:flex;align-items:center}.down-arrow{height:24px;width:24px;display:flex;color:#5f6368;align-items:center;justify-content:center;border-radius:2px;border:solid 1px transparent}.up-arrow{height:24px;width:24px;color:#5f6368;display:flex;border-radius:2px;border:solid 1px transparent;align-items:center;justify-content:center}.up-arrow:hover,.down-arrow:hover{border-radius:2px;background-color:#ebebeb;transition:.4s all;cursor:pointer}.spellcheck-highlight{background:transparent!important;position:relative;color:inherit;cursor:pointer}.workspace-textarea{position:relative}.spellcheck-highlight:after{bottom:-1px;content:"";display:block;height:2px;left:0;position:absolute;background:#f50000;width:100%;animation:border_anim .4s linear forwards}.ner-highlight{background-color:#85e01a!important;color:inherit;padding:0;line-height:1.4}.grammarcheck-highlight{background:transparent!important;background-position:center calc(100% + 2px);background-repeat:no-repeat;border-bottom:2px solid #0c8812;contain:layout style;padding-bottom:1px;animation:border_anim_grammer .4s linear forwards}@keyframes border_anim_grammer{0%{border-bottom-color:transparent}to{border-bottom-color:#0c8812}}@keyframes border_anim{0%{width:0%}to{width:100%}}.spellcheck-replaced,.spellcheck-remove-highlight{background:transparent!important}.corrected-word{cursor:pointer}ul#workspace li:first-child .focused-row{box-sizing:border-box;border-radius:8px!important;border-top:1px solid transparent!important;border-left:1px solid transparent!important;border-right:1px solid transparent!important;border-bottom:1px solid transparent!important;background-clip:padding-box,border-box!important;background-origin:padding-box,border-box!important;background-image:linear-gradient(#fff,#fff),linear-gradient(#e5e5e5,#c7c7c7)!important;text-decoration:none;box-shadow:0 3px 6px #00000029;position:relative;top:3px;margin:auto!important;width:100%!important;z-index:1}ul#workspace li .focused-row{box-sizing:border-box;border-radius:8px!important;border-top:1px solid transparent!important;border-left:1px solid transparent!important;border-right:1px solid transparent!important;border-bottom:1px solid transparent!important;background-clip:padding-box,border-box!important;background-origin:padding-box,border-box!important;background-image:linear-gradient(#fff,#fff),linear-gradient(#e5e5e5,#c7c7c7)!important;text-decoration:none;box-shadow:0 3px 6px #00000029;position:relative;top:0;margin:auto!important;width:100%!important;z-index:1}ul#workspace li:first-child .focused-row .target-lang-part-loader,ul#workspace li:first-child .focused-row .target-lang-part,ul#workspace li:first-child .focused-row .src-lang-part{padding:1.5rem 1.5rem 1rem}ul#workspace li:hover .workspace-row.focused-row{border-left:1px solid transparent!important;border-right:1px solid transparent!important}.focused-row .src-lang-part{padding:1.5rem 1.5rem 1rem;border-right:1px solid #d7d7d7}.focused-row .target-lang-part-loader,.focused-row .target-lang-part{padding:1.5rem 1.5rem 1rem}ul#workspace li .workspace-row-copy{padding-left:0;list-style-type:none;border-top:1px solid transparent;border-left:1px solid #DEDEDE;border-right:1px solid #DEDEDE;border-bottom:1px solid transparent;width:95%;margin:auto}ul#workspace li .workspace-row{padding-left:0;list-style-type:none;width:96.7%;margin:auto;background-color:#f9f9f9;border-radius:6px;transition:.15s background-color ease-in-out}ul#workspace li .workspace-row.confirmed-segment{background-color:#f2f8fd;transition:.15s background-color ease-in-out}ul#workspace li .workspace-row.unconfirmed-segment{background-color:#fff7f8;transition:.15s background-color ease-in-out}ul#workspace li:not(:last-child){margin-bottom:8px}ul#workspace.load li:not(:last-child){margin-bottom:0}ul#workspace li{display:flex;align-items:center;position:relative}ul#workspace{padding-left:0}ul#workspace li .workspace-row-copy,ul#workspace li .workspace-row{display:flex}ul#workspace li .workspace-row-copy.segmentbgchange,ul#workspace li .workspace-row-copy.segmentbgchange.focused-row{background:#e8f0fe!important;border-top:1px solid #0074d3!important;border-left:1px solid #0074d3!important;border-right:1px solid #0074d3!important;border-bottom:1px solid #0074d3!important}ul#workspace li:first-child .workspace-row-copy{border-top:1px solid #dedede;border-radius:6px 6px 0 0}ul#workspace li:last-child .workspace-row-copy{border-bottom:1px solid #dedede;border-radius:0 0 6px 6px}ul#workspace li:nth-child(odd) .workspace-row-copy{background:#ebebeb}ul#workspace li:nth-child(2n) .workspace-row-copy{background:#f5f5f5}.src-workspace-align{display:flex;flex-direction:column;height:100%}ul#workspace{position:relative}.src-lang-part{width:50%;padding:1.5rem}.target-lang-part-loader,.target-lang-part{width:50%;padding:1.5rem 1.5rem 1rem}.target-lang-row-align{display:flex;justify-content:space-between;align-items:center;margin-top:11px;padding:0 10px}.focused-row .segment-status span.segment-flag{background:#00000014;border-radius:4px;padding:0 8px}.segment-status{display:flex;align-items:center;position:relative;flex:1;margin-right:12px}.segment-status span:first-child{margin-left:0rem}.segment-status span{margin-left:.5rem}.segment-status span.segment-flag{font-style:normal;font-weight:400;font-size:12px;line-height:22px;color:#5f6368;background:#00000014;border-radius:4px;padding:0 10px;transition:.15s background ease-in-out,.15s color ease-in-out}.segment-status span.segment-flag.status-danger{background:#ff4766;color:#fff;transition:.15s background ease-in-out,.15s color ease-in-out}.segment-status span.segment-flag.status-confirmed{background:#0074d3;color:#fff;transition:.15s background ease-in-out,.15s color ease-in-out}.toolbar-part-container .toolbar-list-align{display:flex}.workspace-features .top-resize:before{content:"";width:100%;height:5px;background-color:#fafafa;position:absolute;margin:auto;left:0;right:0}.workspace-features{background:#fff;position:relative;width:100%;height:auto;flex:0 0 auto;min-height:51px;max-height:380px;display:flex;flex-direction:column;z-index:10}.wokspace-features-collapse{max-height:380px}.workspacefeaturesclass-add-height{height:20vh}.workspace-tools-bar{border-bottom:1px solid #EAECED;border-top:1px solid #D6D9DC;height:50px}.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check{display:flex;align-items:center;height:100%}.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .right-arrow,.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .left-arrow{background:transparent linear-gradient(180deg,#fff0,#fff) 0% 0% no-repeat padding-box}.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .right-arrow,.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .left-arrow{height:100%;display:none;align-items:center;cursor:pointer}.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .right-arrow.disabled,.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .left-arrow.disabled{pointer-events:none;opacity:.4;cursor:context-menu}.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .right-arrow .navigate-icon,.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .left-arrow .navigate-icon{color:#000;font-size:20px}.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .right-arrow .navigate-icon{margin-left:4px}.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .left-arrow .navigate-icon{margin-right:4px}.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .nav.nav-pills{display:flex;flex-wrap:nowrap}.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .workspace-tool-bar-links-wrap{width:auto;overflow-x:auto;overflow-y:hidden;white-space:nowrap;height:100%;display:flex}.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .nav.nav-pills.add-border{border-right:2px solid #00000033;border-left:2px solid #00000033}.workspace-tools-bar .workspace-tool-bar-wrap{display:flex;align-items:center;justify-content:space-between;height:inherit;width:100%}.workspace-tools-bar .nav-link{padding:0}.workspace-working-area{flex-grow:1;transition:.3s ease;overflow:auto}.workspace-working-area .tab-pane{height:100%}.workspace-tools-bar ul{padding-left:27px;list-style-type:none;display:flex;flex-wrap:wrap;align-items:center}.workspace-tools-bar ul li{padding:0 19px;border-right:0px solid #dadce0;height:100%;display:flex;align-items:center}.workspace-tools-bar ul li:first-child{padding-left:0!important}.workspace-tools-bar .nav-link.active{font-weight:500;color:#3c4043!important;background-color:transparent!important}.workspace-tools-bar .nav-link{height:100%;display:flex;align-items:center;font-style:normal;font-weight:400;font-size:14px;line-height:1;color:#3c4043!important;border-radius:0!important;padding-bottom:0;transition:.3s all ease}.workspace-tools-bar .nav-link:hover,.workspace-tools-bar .nav-link.active-tab{border-bottom:2.5px solid #0074d3}.workspace-tools-bar .nav-link{border-bottom:2.5px solid transparent}.workspace-tools-bar .nav-link.active{border-bottom:2.5px solid #0074d3}.workspace-tools-bar .nav-link:hover{font-weight:500;color:#3c4043!important;cursor:pointer;background:transparent;border-radius:0;transition:.3s all ease}.workspace-tools-bar ul li:last-child{border-right:0px solid #dadce0}.workspace-tools-bar-right-sec{display:flex;align-items:center;padding-right:10px}.workspace-tools-bar-right-sec .workspace-progress-bar-part{display:flex;align-items:center}.workspace-tools-bar-right-sec .workspace-page-minimize{padding-left:8px;border-left:1px solid #DADCE0}.workspace-page-per-num .border-right-add-new{border-right:1px solid #dadce0}.workspace-progress-bar-part.border-right-add{border-left:1px solid #DADCE0;padding-left:24px;padding-right:17px}.workspace-tools-bar-right-sec .page-per-num{font-style:normal;font-weight:400;font-size:12px;line-height:12px;color:#3c4043;padding:0 .6rem;display:flex}.workspace-tools-bar-right-sec .tool-tm-section-minimize{height:20px;width:20px;display:flex;align-items:center;justify-content:center;border-radius:2px;background-color:#f2f2f200;transition:.3s all ease}.workspace-tools-bar-right-sec .workspace-page-pinned{padding-right:11px;display:flex;align-items:center}.workspace-tools-bar-right-sec .workspace-page-pinned .workspace-pin{width:26px;height:26px;background-color:transparent;border-radius:2px;display:flex;align-items:center;justify-content:center;transition:.4s all}.workspace-tools-bar-right-sec .workspace-page-pinned .workspace-pin img{width:16px}.workspace-tools-bar-right-sec .workspace-page-pinned .workspace-pin.active img{filter:invert(35%) sepia(58%) saturate(6106%) hue-rotate(192deg) brightness(82%) contrast(101%)}.workspace-tools-bar-right-sec .workspace-page-pinned:hover .workspace-pin.active,.workspace-tools-bar-right-sec .workspace-page-pinned .workspace-pin.active{background-color:#e8f0fe}.workspace-tools-bar-right-sec .workspace-page-pinned:hover .workspace-pin{background-color:#f1f3f4;cursor:pointer}.workspace-tools-bar-right-sec .tool-tm-section-minimize:hover{background-color:#f2f2f2;cursor:pointer}.workspace-tools-bar-right-sec .progress-txt{font-style:normal;font-weight:400;font-size:12px;line-height:12px;color:#5f6368}.workspace-tools-bar-right-sec .progress-section{font-style:normal;font-weight:400;font-size:12px;line-height:12px;color:#5f6368;padding:0 .6rem;display:flex;align-items:center}.progress-file-completion{margin:5px auto;padding:0;width:90%;height:6px;overflow:hidden;background:#e5e5e5;border-radius:30px}.bar-file-completion{position:relative;float:left;min-width:1%;height:100%;background:#87b6f4;border-radius:30px}.percent-file-completion{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;font-family:tahoma,arial,helvetica;font-size:12px;color:#fff}.toolbar-list-icon-bg{background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important}.toolbar-list-icons-align{width:26px;height:26px;background-color:transparent;border-radius:2px;display:flex;align-items:center;justify-content:center}.help{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.167%2015H10.834V13.334H9.167V15ZM10%201.66699C8.35188%201.66699%206.74078%202.15571%205.37043%203.07136C4.00007%203.987%202.93201%205.28843%202.30131%206.81109C1.6706%208.33375%201.50558%2010.0092%201.82711%2011.6257C2.14864%2013.2421%202.94228%2014.7269%204.10768%2015.8923C5.27307%2017.0577%206.75786%2017.8513%208.37431%2018.1729C9.99075%2018.4944%2011.6662%2018.3294%2013.1889%2017.6987C14.7116%2017.068%2016.013%2015.9999%2016.9286%2014.6296C17.8443%2013.2592%2018.333%2011.6481%2018.333%209.99999C18.3322%207.79019%2017.454%205.67112%2015.8914%204.10855C14.3289%202.54598%2012.2098%201.66779%2010%201.66699V1.66699ZM10%2016.667C8.68139%2016.667%207.39239%2016.276%206.29601%2015.5434C5.19963%2014.8108%204.3451%2013.7696%203.84049%2012.5513C3.33588%2011.3331%203.20385%209.9926%203.4611%208.69932C3.71835%207.40605%204.35332%206.21811%205.28572%205.28571C6.21811%204.35331%207.40606%203.71834%208.69933%203.4611C9.9926%203.20385%2011.3331%203.33588%2012.5513%203.84049C13.7696%204.3451%2014.8108%205.19962%2015.5434%206.29601C16.276%207.39239%2016.667%208.68138%2016.667%209.99999C16.6646%2011.7675%2015.9614%2013.4619%2014.7116%2014.7116C13.4619%2015.9614%2011.7675%2016.6646%2010%2016.667V16.667ZM10%204.99999C9.56218%204.99986%209.12863%205.08601%208.72413%205.25353C8.31962%205.42104%207.9521%205.66664%207.64256%205.97627C7.33303%206.2859%207.08754%206.65349%206.92015%207.05805C6.75276%207.4626%206.66673%207.89618%206.667%208.33399H8.334C8.34465%207.89908%208.5249%207.48556%208.83627%207.18172C9.14764%206.87789%209.56545%206.70782%2010.0005%206.70782C10.4355%206.70782%2010.8534%206.87789%2011.1647%207.18172C11.4761%207.48556%2011.6563%207.89908%2011.667%208.33399C11.667%2010.001%209.167%209.79199%209.167%2012.501H10.834C10.834%2010.626%2013.334%2010.418%2013.334%208.33399C13.3343%207.89609%2013.2482%207.46243%2013.0807%207.05781C12.9133%206.6532%2012.6677%206.28555%2012.3581%205.97591C12.0484%205.66627%2011.6808%205.4207%2011.2762%205.25324C10.8716%205.08579%2010.4379%204.99973%2010%204.99999Z'%20fill='white'/%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px}.skip-next{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%235f6368;}%3c/style%3e%3c/defs%3e%3cpath%20class='a'%20d='M0,0H20V20H0Z'/%3e%3cpath%20class='b'%20d='M6,18l8.5-6L6,6ZM8,9.86,11.03,12,8,14.14ZM16,6h2V18H16Z'%20transform='translate(-2%20-2)'/%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px}.copy-to-target{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%235f6368;}%3c/style%3e%3c/defs%3e%3cpath%20class='a'%20d='M0,0H19V19H0Z'/%3e%3cpath%20class='b'%20d='M3.561,1A1.569,1.569,0,0,0,2,2.576v11.03H3.561V2.576H12.93V1ZM15.272,4.152H6.684A1.569,1.569,0,0,0,5.123,5.727v11.03a1.569,1.569,0,0,0,1.561,1.576h5.121a5.043,5.043,0,0,1-.82-1.576h-4.3V5.727h8.588v4.286a5.679,5.679,0,0,1,.632,0,5.091,5.091,0,0,1,.929.047V5.727A1.569,1.569,0,0,0,15.272,4.152Z'%20transform='translate(-0.333%20-0.167)'/%3e%3cpath%20class='b'%20d='M18.333,22.333,22.5,18.167,18.333,14v2.5H15v3.333h3.333Z'%20transform='translate(-3.5%20-3.333)'/%3e%3c/svg%3e");background-color:transparent;width:19px;height:19px}.eraser{background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%235f6368;}%3c/style%3e%3c/defs%3e%3cpath%20class='a'%20d='M0,0H20V20H0Z'/%3e%3cpath%20class='a'%20d='M12.862,5.55,5.25,12.91l1.726,1.67H8.487L15.34,7.941Zm0,0L5.25,12.91l1.726,1.67H8.487L15.34,7.941Zm0,0L5.25,12.91l1.726,1.67H8.487L15.34,7.941Zm0,0L5.25,12.91l1.726,1.67H8.487L15.34,7.941Zm0,0L5.25,12.91l1.726,1.67H8.487L15.34,7.941Z'/%3e%3cpath%20class='b'%20d='M17.88,7.594,12.863,2.72,2.12,13.158,5.637,16.58H16.684V15.028H10.231Zm-9.9,7.434H6.3l-1.882-1.87,8.446-8.242,2.72,2.677Z'%20transform='translate(-1)'/%3e%3c/svg%3e");background-color:transparent;width:20px;height:24px}.format-size{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%235f6368;}%3c/style%3e%3c/defs%3e%3cpath%20class='a'%20d='M0,0H20V20H0Z'/%3e%3cpath%20class='b'%20d='M7.737,4V6.2h3.947V15h2.368V6.2H18V4ZM3,9.867H5.368V15H7.737V9.867h2.368v-2.2H3Z'/%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px}.find-and-replace{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='find-and-replace%201'%3e%3cpath%20id='Vector'%20d='M15.5%2014H14.71L14.43%2013.73C15.41%2012.59%2016%2011.11%2016%209.5C16%205.91%2013.09%203%209.5%203C5.91%203%203%205.91%203%209.5C3%2013.09%205.91%2016%209.5%2016C11.11%2016%2012.59%2015.41%2013.73%2014.43L14%2014.71V15.5L19%2020.49L20.49%2019L15.5%2014V14ZM9.5%2014C7.01%2014%205%2011.99%205%209.5C5%207.01%207.01%205%209.5%205C11.99%205%2014%207.01%2014%209.5C14%2011.99%2011.99%2014%209.5%2014Z'%20fill='%235F6368'/%3e%3c/g%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px}.dictionary{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.167%2015.325H16.742V1.66701H4.242C3.97906%201.66595%203.71851%201.71696%203.47538%201.81709C3.23225%201.91723%203.01135%202.06451%202.82543%202.25044C2.6395%202.43636%202.49222%202.65726%202.39208%202.90039C2.29195%203.14352%202.24094%203.40407%202.242%203.66701V16.384C2.2376%2016.6392%202.28421%2016.8927%202.37908%2017.1296C2.47395%2017.3665%202.61517%2017.5821%202.79447%2017.7638C2.97377%2017.9454%203.18754%2018.0894%203.42322%2018.1873C3.65891%2018.2852%203.91178%2018.3351%204.167%2018.334H16.667V16.667H4.167C4.13387%2016.6681%204.10086%2016.6624%204.07003%2016.6503C4.03919%2016.6381%204.01118%2016.6197%203.98774%2016.5963C3.9643%2016.5728%203.94593%2016.5448%203.93376%2016.514C3.92159%2016.4831%203.91588%2016.4501%203.917%2016.417V15.584C3.91474%2015.5502%203.91959%2015.5163%203.93125%2015.4846C3.94291%2015.4528%203.9611%2015.4238%203.98467%2015.3995C4.00823%2015.3751%204.03663%2015.356%204.06804%2015.3434C4.09945%2015.3307%204.13316%2015.3248%204.167%2015.326V15.325ZM3.934%203.70001C3.934%203.61169%203.96908%203.52699%204.03153%203.46454C4.09398%203.40209%204.17868%203.36701%204.267%203.36701H15.1V13.659H3.934V3.70001Z'%20fill='%235F6368'/%3e%3cpath%20d='M7.758%204.483H6.666L4.558%2010.166H5.833L6.216%208.991H8.241L8.641%2010.166H9.888L7.758%204.483ZM6.508%208.05L7.216%205.917L7.933%208.05H6.508Z'%20fill='%235F6368'/%3e%3cpath%20d='M14.223%2011.425V12.375H9.883V11.675L12.7%207.62499H9.9V6.67499H14.167V7.34999L11.358%2011.425H14.223Z'%20fill='%235F6368'/%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px}.glossary{background:url("data:image/svg+xml,%3csvg%20width='17'%20height='18'%20viewBox='0%200%2017%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_835_2)'%3e%3cpath%20d='M1.8799%202.27099V15.723H8.0349C8.0749%2015.977%208.1789%2016.255%208.3459%2016.555C8.5129%2016.856%208.6899%2017.107%208.8769%2017.307H1.8799C1.4529%2017.307%201.0819%2017.15%200.767898%2016.836C0.452899%2016.522%200.295898%2016.151%200.295898%2015.723V2.27099C0.295898%201.82999%200.452899%201.45199%200.767898%201.13799C1.0819%200.823992%201.4529%200.666992%201.8799%200.666992H12.1049C12.5459%200.666992%2012.9229%200.823992%2013.2369%201.13799C13.5519%201.45199%2013.7089%201.82999%2013.7089%202.27099V9.00699C13.4679%208.95399%2013.2009%208.91999%2012.9069%208.90699C12.6129%208.89399%2012.3449%208.91399%2012.1049%208.96699V2.27099M3.5839%202.27099H5.5089H7.4339H3.5839ZM8.0349%202.27099H1.8799H3.5839H5.5089H7.4339H12.1049H8.8569H7.7339H7.8249H8.0349Z'%20fill='%235F6368'/%3e%3cpath%20d='M12.1042%2017.327V14.923H9.7002V13.32H12.1042V10.916H13.7072V13.32H16.1112V14.923H13.7072V17.327H12.1042Z'%20fill='%235F6368'/%3e%3cpath%20d='M7.7608%204.03418H6.2098L3.2168%2012.1022H5.0278L5.5708%2010.4342H8.4468L9.0138%2012.1022H10.7848L7.7608%204.03418ZM5.9858%209.09818L6.9908%206.07018L8.0088%209.09818H5.9858Z'%20fill='%235F6368'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_835_2'%3e%3crect%20width='17'%20height='18'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-color:transparent;width:18px;height:18px}.omega{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%2014.141H4.96231C4.36193%2013.6186%203.8856%2012.972%203.56726%2012.2472C3.23577%2011.4843%203.06976%2010.6615%203.0798%209.83156C3.06215%208.76759%203.35288%207.72075%203.9178%206.81439C4.47879%205.92876%205.27569%205.2124%206.22138%204.74364C7.24339%204.25426%208.36454%204%209.50049%204C10.6364%204%2011.7576%204.25426%2012.7796%204.74364C13.725%205.21247%2014.5216%205.92883%2015.0822%206.81439C15.6478%207.72056%2015.9393%208.7674%2015.9223%209.83156C15.932%2010.6625%2015.7624%2011.4859%2015.4247%2012.2472C15.1025%2012.9678%2014.6299%2013.6131%2014.0377%2014.141H17V16H10.9051V14.2752C11.7519%2013.8735%2012.4691%2013.2479%2012.9771%2012.4679C13.4526%2011.7244%2013.7022%2010.8619%2013.6962%209.98265C13.7114%209.24073%2013.5253%208.50827%2013.1573%207.86117C12.8069%207.25635%2012.2905%206.7616%2011.6676%206.43371C11.0004%206.0877%2010.2556%205.91332%209.50203%205.9267C8.74497%205.91382%207.99668%206.08813%207.32534%206.43371C6.70047%206.75856%206.18366%207.25408%205.83665%207.86117C5.47357%208.50987%205.29042%209.24171%205.30579%209.98265C5.29767%2010.8672%205.5473%2011.7354%206.02496%2012.4838C6.53087%2013.2611%207.24914%2013.8815%208.09689%2014.2733V15.9981H2V14.141Z'%20fill='%235F6368'/%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px}.merge{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.41%2019L3%2017.59L7.83%2012.76C8.58%2012.01%209%2010.99%209%209.93V4.83L7.41%206.41L6%205L10%201L14%205L12.59%206.41L11%204.83V9.93C11%2010.99%2011.42%2012.01%2012.17%2012.76L17%2017.59L15.59%2019L10%2013.41L4.41%2019Z'%20fill='%235F6368'/%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px}.split{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18.541'%20height='18.015'%20viewBox='0%200%2018.541%2018.015'%3e%3cg%20id='Group_1344'%20data-name='Group%201344'%20transform='translate(-0.986%20-1.249)'%3e%3cpath%20id='Path_2919'%20data-name='Path%202919'%20d='M20.671,23.26c-.1.072-.195.144-.3.216.1-.055.2-.131.318-.216Z'%20transform='translate(-11.652%20-13.317)'%20fill='%235f6368'/%3e%3cpath%20id='Path_2920'%20data-name='Path%202920'%20d='M16.364,12.115l4.3,4.323-4.3,4.323-1.4-1.4,1.886-1.907a10.712,10.712,0,0,1-3.835-.53,8.17,8.17,0,0,1-3.242-2.564A4.36,4.36,0,0,0,8.066,13a5.293,5.293,0,0,0-1.7-.254H2.125v-2H6.363a5.293,5.293,0,0,0,1.7-.254A4.36,4.36,0,0,0,9.774,9.144,8.17,8.17,0,0,1,13.016,6.58a10.712,10.712,0,0,1,3.835-.53L14.966,4.143l1.4-1.4,4.3,4.323-4.3,4.323L14.966,10l1.886-1.907a6.935,6.935,0,0,0-3.043.369,5.176,5.176,0,0,0-2.488,2,3.917,3.917,0,0,1-.657.67c-.161.127-.326.254-.509.386-.1.072-.195.144-.3.216a.2.2,0,0,1-.038.025c.309.212.593.42.848.623a3.917,3.917,0,0,1,.657.67,5.176,5.176,0,0,0,2.488,2,6.935,6.935,0,0,0,3.043.369l-1.886-1.907Z'%20transform='translate(-1.139%20-1.496)'%20fill='%235f6368'/%3e%3c/g%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px}.search-off{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%235f6368;}%3c/style%3e%3c/defs%3e%3crect%20class='a'%20width='20'%20height='20'/%3e%3cg%20transform='translate(1.456%202.826)'%3e%3cpath%20class='b'%20d='M14.9,12.719h-.685l-.257-.257a5.359,5.359,0,0,0,1.37-3.6A5.574,5.574,0,0,0,4.2,8.437H5.912a3.864,3.864,0,1,1,3.853,4.281.772.772,0,0,1-.428-.086v1.712h.428a5.359,5.359,0,0,0,3.6-1.37l.257.257v.685L17.9,18.2l1.284-1.284Z'%20transform='translate(-2.059%20-3.3)'/%3e%3cg%20transform='translate(0%206.593)'%3e%3cpath%20class='b'%20d='M7.351,12.284H1.7V11H7.351Zm0,2.826H1.7V13.826H7.351Z'%20transform='translate(-1.7%20-11)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px}.spellcheck{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='19.996'%20height='19.996'%20viewBox='0%200%2019.996%2019.996'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%235f6368;}%3c/style%3e%3c/defs%3e%3cpath%20class='a'%20d='M0,0H20V20H0Z'/%3e%3cpath%20class='b'%20d='M10.783,13.831h1.741L8.267,3H6.717L2.46,13.831H4.2l.933-2.5h4.7ZM5.768,9.665l1.725-4.6,1.725,4.6Zm12.631.492-6.74,6.74L8.6,13.831,7.426,15.006l4.241,4.241,7.907-7.915Z'%20transform='translate(-0.41%20-0.501)'/%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px}.synonym{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='14.122'%20height='10'%20viewBox='0%200%2014.122%2010'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='Rectangle_1798'%20data-name='Rectangle%201798'%20width='14.122'%20height='10'%20transform='translate(0%200)'%20fill='%235f6368'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='synonym'%20transform='translate(0%200)'%3e%3cg%20id='Group_1195'%20data-name='Group%201195'%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='Path_2679'%20data-name='Path%202679'%20d='M14.122,13.156v2.261l-.018.018a5.15,5.15,0,0,1-3.757,1.6A7.984,7.984,0,0,1,7,16a7.543,7.543,0,0,0-3.135-.986A4.8,4.8,0,0,0,.095,16.588L0,16.678V14.417L.018,14.4A5,5,0,0,1,3.86,12.8a8.261,8.261,0,0,1,3.532,1.072,7.194,7.194,0,0,0,2.982.946,4.792,4.792,0,0,0,3.653-1.568Z'%20transform='translate(0%20-7.034)'%20fill='%235f6368'/%3e%3cpath%20id='Path_2680'%20data-name='Path%202680'%20d='M14.122.36V2.617l-.018.018a5.155,5.155,0,0,1-3.757,1.6A7.991,7.991,0,0,1,7,3.2,7.535,7.535,0,0,0,3.86,2.221,4.8,4.8,0,0,0,.095,3.788L0,3.878V1.617L.018,1.6A4.987,4.987,0,0,1,3.86,0,8.261,8.261,0,0,1,7.392,1.072a7.194,7.194,0,0,0,2.982.946A4.792,4.792,0,0,0,14.027.45Z'%20transform='translate(0%200)'%20fill='%235f6368'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-color:transparent;width:14.12px;height:10px}.ime-editor{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.667%205.83268V14.166H3.33366V5.83268H16.667ZM16.667%204.16602H3.33366C2.41699%204.16602%201.67533%204.91602%201.67533%205.83268L1.66699%2014.166C1.66699%2015.0827%202.41699%2015.8327%203.33366%2015.8327H16.667C17.5837%2015.8327%2018.3337%2015.0827%2018.3337%2014.166V5.83268C18.3337%204.91602%2017.5837%204.16602%2016.667%204.16602ZM9.16699%206.66602H10.8337V8.33268H9.16699V6.66602ZM9.16699%209.16602H10.8337V10.8327H9.16699V9.16602ZM6.66699%206.66602H8.33366V8.33268H6.66699V6.66602ZM6.66699%209.16602H8.33366V10.8327H6.66699V9.16602ZM4.16699%209.16602H5.83366V10.8327H4.16699V9.16602ZM4.16699%206.66602H5.83366V8.33268H4.16699V6.66602ZM6.66699%2011.666H13.3337V13.3327H6.66699V11.666ZM11.667%209.16602H13.3337V10.8327H11.667V9.16602ZM11.667%206.66602H13.3337V8.33268H11.667V6.66602ZM14.167%209.16602H15.8337V10.8327H14.167V9.16602ZM14.167%206.66602H15.8337V8.33268H14.167V6.66602Z'%20fill='%235F6368'/%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px}.inventory-black{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20.001'%20height='20.001'%20viewBox='0%200%2020.001%2020.001'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%235f6368;}%3c/style%3e%3c/defs%3e%3cg%20transform='translate(-0.369%20-0.369)'%3e%3cg%20transform='translate(0.369%200.369)'%3e%3crect%20class='a'%20width='20.001'%20height='20.001'/%3e%3c/g%3e%3cg%20transform='translate(2.108%201.896)'%3e%3cpath%20class='b'%20d='M4.695,4.389H6.389V6.932h8.474V4.389h1.695V8.626h1.695V4.389a1.7,1.7,0,0,0-1.695-1.695H13.016a2.532,2.532,0,0,0-4.779,0H4.695A1.7,1.7,0,0,0,3,4.389V16.253a1.7,1.7,0,0,0,1.695,1.695H9.779V16.253H4.695Zm5.932-1.695a.847.847,0,1,1-.847.847A.85.85,0,0,1,10.626,2.695Z'%20transform='translate(-3%20-1)'/%3e%3cpath%20class='b'%20d='M19.474,11.5l-4.652,4.661-2.551-2.542L11,14.889,14.822,18.7l5.923-5.932Z'%20transform='translate(-4.221%20-2.603)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px}.auto-awesome{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.71201%201.168V11.44H11.984V1.168H1.71201ZM10.272%209.728H3.42401V2.88H10.272V9.728Z'%20fill='%235F6368'/%3e%3cpath%20d='M15.408%204.592V14.864H5.13599V13.152H13.696V4.592H15.408Z'%20fill='%235F6368'/%3e%3cpath%20d='M18.832%208.016V18.288H8.56V16.576H17.12V8.016H18.832Z'%20fill='%235F6368'/%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px}.toolbar-part-container ul.last-row-tools li:last-child{border-right:0px solid #dadce0}.toolbar-part-container ul li:last-child{border-right:1px solid #dadce0}.toolbar-part-container ul:last-child li:last-child{border-right:0px solid #dadce0}.toolbar-list-icons-align:hover{background-color:#f1f3f4;cursor:pointer}.toolbar-list-icons-active:hover{background-color:#e8f0fe;cursor:pointer}ul.last-row-tools-1 li .toolbar-list-icons-align,ul.last-row-tools li .toolbar-list-icons-align{border:1px solid #dadce0}ul.last-row-tools-1 li .toolbar-list-icons-active,ul.last-row-tools li .toolbar-list-icons-active{background-color:#e8f0fe;border:0px solid #1a73e8}.toolbar-list-icons-active{background-color:#e8f0fe}.onclickdisable{pointer-events:none;cursor:not-allowed}.toolbar-list-icons-align .restore-icon{font-size:20px;color:#5f6368}.toolbar-list-icons-disable .restore-icon{color:#c3c4c6}.download-option-disable{pointer-events:none;cursor:not-allowed;opacity:.5}.toolbar-list-icons-active .skip-next{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2016L12.5%2010L4%204V16ZM6%207.86L9.03%2010L6%2012.14V7.86ZM14%204H16V16H14V4Z'%20fill='%231A73E8'/%3e%3c/svg%3e")}.toolbar-list-icons-disable .skip-next{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2016L12.5%2010L4%204V16ZM6%207.86L9.03%2010L6%2012.14V7.86ZM14%204H16V16H14V4Z'%20fill='%23C3C4C6'/%3e%3c/svg%3e")}.toolbar-list-icons-active .copy-to-target{background:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.22801%200.833008C2.81206%200.835125%202.41397%201.00233%202.12125%201.29785C1.82853%201.59338%201.66515%201.99305%201.66701%202.40901V13.439H3.22801V2.40901H12.597V0.833008H3.22801ZM14.939%203.98501H6.35101C5.93523%203.98712%205.53729%204.15419%205.2446%204.4495C4.95192%204.74481%204.78841%205.14423%204.79001%205.56001V16.59C4.78815%2017.006%204.95153%2017.4056%205.24425%2017.7012C5.53697%2017.9967%205.93506%2018.1639%206.35101%2018.166H11.472C11.1076%2017.6933%2010.8299%2017.1597%2010.652%2016.59H6.35201V5.56001H14.94V9.84601C15.1505%209.83428%2015.3615%209.83428%2015.572%209.84601C15.8825%209.83329%2016.1934%209.84903%2016.501%209.89301V5.56001C16.5026%205.14406%2016.339%204.74449%2016.0461%204.44915C15.7532%204.15381%2015.355%203.98686%2014.939%203.98501V3.98501Z'%20fill='%231A73E8'/%3e%3cpath%20d='M14.833%2019L19%2014.834L14.833%2010.667V13.167H11.5V16.5H14.833V19Z'%20fill='%231A73E8'/%3e%3c/svg%3e")}.toolbar-list-icons-disable .copy-to-target{background:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.22799%200.833008C2.81204%200.835125%202.41395%201.00233%202.12123%201.29785C1.82852%201.59338%201.66513%201.99305%201.66699%202.40901V13.439H3.22799V2.40901H12.597V0.833008H3.22799ZM14.939%203.98501H6.35099C5.93521%203.98712%205.53728%204.15419%205.24459%204.4495C4.9519%204.74481%204.7884%205.14423%204.78999%205.56001V16.59C4.78813%2017.006%204.95152%2017.4056%205.24423%2017.7012C5.53695%2017.9967%205.93504%2018.1639%206.35099%2018.166H11.472C11.1076%2017.6933%2010.8299%2017.1597%2010.652%2016.59H6.35199V5.56001H14.94V9.84601C15.1505%209.83428%2015.3615%209.83428%2015.572%209.84601C15.8824%209.83329%2016.1934%209.84903%2016.501%209.89301V5.56001C16.5026%205.14406%2016.3389%204.74449%2016.046%204.44915C15.7531%204.15381%2015.3549%203.98686%2014.939%203.98501V3.98501Z'%20fill='%23C3C4C6'/%3e%3cpath%20d='M14.833%2019L19%2014.834L14.833%2010.667V13.167H11.5V16.5H14.833V19Z'%20fill='%23C3C4C6'/%3e%3c/svg%3e")}.toolbar-list-icons-active .eraser{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.88%207.594L11.863%202.72L1.12%2013.158L4.637%2016.58H15.684V15.028H9.231L16.88%207.594ZM6.98%2015.028H5.3L3.418%2013.158L11.864%204.916L14.584%207.593L6.98%2015.028Z'%20fill='%231A73E8'/%3e%3c/svg%3e")}.toolbar-list-icons-disable .eraser{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.88%207.594L11.863%202.72L1.12%2013.158L4.637%2016.58H15.684V15.028H9.231L16.88%207.594ZM6.98%2015.028H5.3L3.418%2013.158L11.864%204.916L14.584%207.593L6.98%2015.028Z'%20fill='%23C3C4C6'/%3e%3c/svg%3e")}.toolbar-list-icons-active .format-size{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.737%204V6.2H11.684V15H14.052V6.2H18V4H7.737ZM3%209.867H5.368V15H7.737V9.867H10.105V7.667H3V9.867Z'%20fill='%231A73E8'/%3e%3c/svg%3e")}.toolbar-list-icons-disable .format-size{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.737%204V6.2H11.684V15H14.052V6.2H18V4H7.737ZM3%209.867H5.368V15H7.737V9.867H10.105V7.667H3V9.867Z'%20fill='%23C3C4C6'/%3e%3c/svg%3e")}.toolbar-list-icons-active .find-and-replace{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.5%2014H14.71L14.43%2013.73C15.41%2012.59%2016%2011.11%2016%209.5C16%205.91%2013.09%203%209.5%203C5.91%203%203%205.91%203%209.5C3%2013.09%205.91%2016%209.5%2016C11.11%2016%2012.59%2015.41%2013.73%2014.43L14%2014.71V15.5L19%2020.49L20.49%2019L15.5%2014ZM9.5%2014C7.01%2014%205%2011.99%205%209.5C5%207.01%207.01%205%209.5%205C11.99%205%2014%207.01%2014%209.5C14%2011.99%2011.99%2014%209.5%2014Z'%20fill='%231A73E8'/%3e%3c/svg%3e")}.toolbar-list-icons-disable .find-and-replace{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.5%2014H14.71L14.43%2013.73C15.41%2012.59%2016%2011.11%2016%209.5C16%205.91%2013.09%203%209.5%203C5.91%203%203%205.91%203%209.5C3%2013.09%205.91%2016%209.5%2016C11.11%2016%2012.59%2015.41%2013.73%2014.43L14%2014.71V15.5L19%2020.49L20.49%2019L15.5%2014ZM9.5%2014C7.01%2014%205%2011.99%205%209.5C5%207.01%207.01%205%209.5%205C11.99%205%2014%207.01%2014%209.5C14%2011.99%2011.99%2014%209.5%2014Z'%20fill='%23C3C4C6'/%3e%3c/svg%3e")}.toolbar-list-icons-active .search-off{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.297%2012.245H13.612L13.355%2011.988C14.242%2010.9993%2014.7303%209.71631%2014.725%208.38799C14.7135%206.95428%2014.15%205.58012%2013.1516%204.55112C12.1532%203.52212%2010.7966%202.91743%209.36391%202.86271C7.93119%202.80799%206.53248%203.30746%205.45848%204.25731C4.38449%205.20715%203.71781%206.53433%203.597%207.96299H5.309C5.38951%207.2214%205.68295%206.51896%206.1539%205.94048C6.62486%205.36199%207.25319%204.9322%207.96305%204.70297C8.67291%204.47375%209.43394%204.45489%2010.1543%204.64869C10.8746%204.84248%2011.5235%205.24064%2012.0225%205.79509C12.5215%206.34955%2012.8494%207.0366%2012.9665%207.77329C13.0836%208.50999%2012.985%209.26485%2012.6826%209.94673C12.3801%2010.6286%2011.8867%2011.2084%2011.262%2011.616C10.6373%2012.0237%209.90795%2012.2418%209.162%2012.244C9.01403%2012.2571%208.86542%2012.2272%208.734%2012.158V13.87H9.162C10.4903%2013.8753%2011.7733%2013.387%2012.762%2012.5L13.019%2012.757V13.442L17.297%2017.726L18.581%2016.442L14.297%2012.245Z'%20fill='%231A73E8'/%3e%3cpath%20d='M7.107%2010.703H1.456V9.41901H7.107V10.703ZM7.107%2013.529H1.456V12.245H7.107V13.529Z'%20fill='%231A73E8'/%3e%3c/svg%3e")}.toolbar-list-icons-disable .search-off{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.297%2012.245H13.612L13.355%2011.988C14.242%2010.9993%2014.7303%209.71631%2014.725%208.38799C14.7135%206.95428%2014.15%205.58012%2013.1516%204.55112C12.1532%203.52212%2010.7966%202.91743%209.36391%202.86271C7.93119%202.80799%206.53248%203.30746%205.45848%204.25731C4.38449%205.20715%203.71781%206.53433%203.597%207.96299H5.309C5.38951%207.2214%205.68295%206.51896%206.1539%205.94048C6.62486%205.36199%207.25319%204.9322%207.96305%204.70297C8.67291%204.47375%209.43394%204.45489%2010.1543%204.64869C10.8746%204.84248%2011.5235%205.24064%2012.0225%205.79509C12.5215%206.34955%2012.8494%207.0366%2012.9665%207.77329C13.0836%208.50999%2012.985%209.26485%2012.6826%209.94673C12.3801%2010.6286%2011.8867%2011.2084%2011.262%2011.616C10.6373%2012.0237%209.90795%2012.2418%209.162%2012.244C9.01403%2012.2571%208.86542%2012.2272%208.734%2012.158V13.87H9.162C10.4903%2013.8753%2011.7733%2013.387%2012.762%2012.5L13.019%2012.757V13.442L17.297%2017.726L18.581%2016.442L14.297%2012.245Z'%20fill='%23C3C4C6'/%3e%3cpath%20d='M7.107%2010.703H1.456V9.41901H7.107V10.703ZM7.107%2013.529H1.456V12.245H7.107V13.529Z'%20fill='%23C3C4C6'/%3e%3c/svg%3e")}.toolbar-list-icons-active .dictionary{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.16701%2015.325H16.742V1.66701H4.24201C3.97907%201.66595%203.71852%201.71696%203.47539%201.81709C3.23226%201.91723%203.01136%202.06451%202.82544%202.25044C2.63951%202.43636%202.49223%202.65726%202.39209%202.90039C2.29196%203.14352%202.24095%203.40407%202.24201%203.66701V16.384C2.23761%2016.6392%202.28422%2016.8927%202.37909%2017.1296C2.47396%2017.3665%202.61518%2017.5821%202.79448%2017.7638C2.97378%2017.9454%203.18755%2018.0894%203.42323%2018.1873C3.65892%2018.2852%203.91179%2018.3351%204.16701%2018.334H16.667V16.667H4.16701C4.13388%2016.6681%204.10087%2016.6624%204.07004%2016.6503C4.0392%2016.6381%204.01119%2016.6197%203.98775%2016.5963C3.96431%2016.5728%203.94594%2016.5448%203.93377%2016.514C3.9216%2016.4831%203.91589%2016.4501%203.91701%2016.417V15.584C3.91475%2015.5502%203.9196%2015.5163%203.93126%2015.4846C3.94292%2015.4528%203.96111%2015.4238%203.98468%2015.3995C4.00824%2015.3751%204.03664%2015.356%204.06805%2015.3434C4.09946%2015.3307%204.13317%2015.3248%204.16701%2015.326V15.325ZM3.93401%203.70001C3.93401%203.61169%203.96909%203.52699%204.03154%203.46454C4.09399%203.40209%204.17869%203.36701%204.26701%203.36701H15.1V13.659H3.93401V3.70001Z'%20fill='%231A73E8'/%3e%3cpath%20d='M7.75801%204.483H6.66601L4.55801%2010.166H5.83301L6.21601%208.991H8.24101L8.64101%2010.166H9.88801L7.75801%204.483ZM6.50801%208.05L7.21601%205.917L7.93301%208.05H6.50801Z'%20fill='%231A73E8'/%3e%3cpath%20d='M14.223%2011.425V12.375H9.883V11.675L12.7%207.62499H9.89999V6.67499H14.167V7.34999L11.358%2011.425H14.223Z'%20fill='%231A73E8'/%3e%3c/svg%3e")}.toolbar-list-icons-disable .dictionary{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.16701%2015.325H16.742V1.66701H4.24201C3.97907%201.66595%203.71852%201.71696%203.47539%201.81709C3.23226%201.91723%203.01136%202.06451%202.82544%202.25044C2.63951%202.43636%202.49223%202.65726%202.39209%202.90039C2.29196%203.14352%202.24095%203.40407%202.24201%203.66701V16.384C2.23761%2016.6392%202.28422%2016.8927%202.37909%2017.1296C2.47396%2017.3665%202.61518%2017.5821%202.79448%2017.7638C2.97378%2017.9454%203.18755%2018.0894%203.42323%2018.1873C3.65892%2018.2852%203.91179%2018.3351%204.16701%2018.334H16.667V16.667H4.16701C4.13388%2016.6681%204.10087%2016.6624%204.07004%2016.6503C4.0392%2016.6381%204.01119%2016.6197%203.98775%2016.5963C3.96431%2016.5728%203.94594%2016.5448%203.93377%2016.514C3.9216%2016.4831%203.91589%2016.4501%203.91701%2016.417V15.584C3.91475%2015.5502%203.9196%2015.5163%203.93126%2015.4846C3.94292%2015.4528%203.96111%2015.4238%203.98468%2015.3995C4.00824%2015.3751%204.03664%2015.356%204.06805%2015.3434C4.09946%2015.3307%204.13317%2015.3248%204.16701%2015.326V15.325ZM3.93401%203.70001C3.93401%203.61169%203.96909%203.52699%204.03154%203.46454C4.09399%203.40209%204.17869%203.36701%204.26701%203.36701H15.1V13.659H3.93401V3.70001Z'%20fill='%23C3C4C6'/%3e%3cpath%20d='M7.75801%204.483H6.66601L4.55801%2010.166H5.83301L6.21601%208.991H8.24101L8.64101%2010.166H9.88801L7.75801%204.483ZM6.50801%208.05L7.21601%205.917L7.93301%208.05H6.50801Z'%20fill='%23C3C4C6'/%3e%3cpath%20d='M14.223%2011.425V12.375H9.883V11.675L12.7%207.62499H9.89999V6.67499H14.167V7.34999L11.358%2011.425H14.223Z'%20fill='%23C3C4C6'/%3e%3c/svg%3e")}.toolbar-list-icons-active .omega{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%2014.141H4.96231C4.36193%2013.6186%203.8856%2012.972%203.56726%2012.2472C3.23577%2011.4843%203.06976%2010.6615%203.0798%209.83156C3.06215%208.76759%203.35288%207.72075%203.9178%206.81439C4.47879%205.92876%205.27569%205.2124%206.22138%204.74364C7.24339%204.25426%208.36454%204%209.50049%204C10.6364%204%2011.7576%204.25426%2012.7796%204.74364C13.725%205.21247%2014.5216%205.92883%2015.0822%206.81439C15.6478%207.72056%2015.9393%208.7674%2015.9223%209.83156C15.932%2010.6625%2015.7624%2011.4859%2015.4247%2012.2472C15.1025%2012.9678%2014.6299%2013.6131%2014.0377%2014.141H17V16H10.9051V14.2752C11.7519%2013.8735%2012.4691%2013.2479%2012.9771%2012.4679C13.4526%2011.7244%2013.7022%2010.8619%2013.6962%209.98265C13.7114%209.24073%2013.5253%208.50827%2013.1573%207.86117C12.8069%207.25635%2012.2905%206.7616%2011.6676%206.43371C11.0004%206.0877%2010.2556%205.91332%209.50203%205.9267C8.74497%205.91382%207.99668%206.08813%207.32534%206.43371C6.70047%206.75856%206.18366%207.25408%205.83665%207.86117C5.47357%208.50987%205.29042%209.24171%205.30579%209.98265C5.29767%2010.8672%205.5473%2011.7354%206.02496%2012.4838C6.53087%2013.2611%207.24914%2013.8815%208.09689%2014.2733V15.9981H2V14.141Z'%20fill='%231A73E8'/%3e%3c/svg%3e")}.toolbar-list-icons-disable .omega{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%2014.141H4.96231C4.36193%2013.6186%203.8856%2012.972%203.56726%2012.2472C3.23577%2011.4843%203.06976%2010.6615%203.0798%209.83156C3.06215%208.76759%203.35288%207.72075%203.9178%206.81439C4.47879%205.92876%205.27569%205.2124%206.22138%204.74364C7.24339%204.25426%208.36454%204%209.50049%204C10.6364%204%2011.7576%204.25426%2012.7796%204.74364C13.725%205.21247%2014.5216%205.92883%2015.0822%206.81439C15.6478%207.72056%2015.9393%208.7674%2015.9223%209.83156C15.932%2010.6625%2015.7624%2011.4859%2015.4247%2012.2472C15.1025%2012.9678%2014.6299%2013.6131%2014.0377%2014.141H17V16H10.9051V14.2752C11.7519%2013.8735%2012.4691%2013.2479%2012.9771%2012.4679C13.4526%2011.7244%2013.7022%2010.8619%2013.6962%209.98265C13.7114%209.24073%2013.5253%208.50827%2013.1573%207.86117C12.8069%207.25635%2012.2905%206.7616%2011.6676%206.43371C11.0004%206.0877%2010.2556%205.91332%209.50203%205.9267C8.74497%205.91382%207.99668%206.08813%207.32534%206.43371C6.70047%206.75856%206.18366%207.25408%205.83665%207.86117C5.47357%208.50987%205.29042%209.24171%205.30579%209.98265C5.29767%2010.8672%205.5473%2011.7354%206.02496%2012.4838C6.53087%2013.2611%207.24914%2013.8815%208.09689%2014.2733V15.9981H2V14.141Z'%20fill='%23C3C4C6'/%3e%3c/svg%3e")}.toolbar-list-icons-active .merge{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.41%2019L3%2017.59L7.83%2012.76C8.58%2012.01%209%2010.99%209%209.93V4.83L7.41%206.41L6%205L10%201L14%205L12.59%206.41L11%204.83V9.93C11%2010.99%2011.42%2012.01%2012.17%2012.76L17%2017.59L15.59%2019L10%2013.41L4.41%2019Z'%20fill='%230078D4'/%3e%3c/svg%3e")!important}.toolbar-list-icons-disable .merge{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.41%2019L3%2017.59L7.83%2012.76C8.58%2012.01%209%2010.99%209%209.93V4.83L7.41%206.41L6%205L10%201L14%205L12.59%206.41L11%204.83V9.93C11%2010.99%2011.42%2012.01%2012.17%2012.76L17%2017.59L15.59%2019L10%2013.41L4.41%2019Z'%20fill='%23C3C4C6'/%3e%3c/svg%3e")}.toolbar-list-icons-active .split{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.6693%203.33203L13.5776%205.24036L11.1776%207.64036L12.3609%208.8237L14.7609%206.4237L16.6693%208.33203V3.33203H11.6693ZM8.33594%203.33203H3.33594V8.33203L5.24427%206.4237L9.16927%2010.3404V16.6654H10.8359V9.65703L6.4276%205.24036L8.33594%203.33203Z'%20fill='%230078D4'/%3e%3c/svg%3e")!important}.toolbar-list-icons-disable .split{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.6693%203.33203L13.5776%205.24036L11.1776%207.64036L12.3609%208.8237L14.7609%206.4237L16.6693%208.33203V3.33203H11.6693ZM8.33594%203.33203H3.33594V8.33203L5.24427%206.4237L9.16927%2010.3404V16.6654H10.8359V9.65703L6.4276%205.24036L8.33594%203.33203Z'%20fill='%23C3C4C6'/%3e%3c/svg%3e")}.toolbar-list-icons-active .spellcheck{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.373%2013.33H12.114L7.857%202.49899H6.307L2.05%2013.33H3.79L4.723%2010.83H9.423L10.373%2013.33ZM5.358%209.16399L7.083%204.56399L8.808%209.16399H5.358ZM17.989%209.65599L11.249%2016.396L8.19%2013.33L7.016%2014.505L11.257%2018.746L19.164%2010.831L17.989%209.65599Z'%20fill='%231A73E8'/%3e%3c/svg%3e")}.toolbar-list-icons-active .synonym{background:url("data:image/svg+xml,%3csvg%20width='15'%20height='10'%20viewBox='0%200%2015%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3_2)'%3e%3cpath%20d='M14.122%206.122V8.383L14.104%208.401C13.6199%208.90975%2013.0369%209.31413%2012.3909%209.58928C11.7448%209.86443%2011.0492%2010.0045%2010.347%2010.001C9.16847%209.90805%208.02528%209.55454%207%208.966C6.04017%208.41091%204.96977%208.07426%203.865%207.98C3.15951%207.94889%202.45584%208.07382%201.80418%208.34589C1.15252%208.61796%200.568923%209.03047%200.095%209.554L0%209.644V7.383L0.018%207.366C0.505923%206.83903%201.10164%206.42336%201.76462%206.14726C2.42759%205.87117%203.14226%205.74113%203.86%205.766C5.10312%205.85237%206.31059%206.21885%207.392%206.838C8.30457%207.36826%209.32264%207.69123%2010.374%207.784C11.0596%207.79926%2011.7406%207.66717%2012.3708%207.39667C13.001%207.12616%2013.5658%206.72354%2014.027%206.216L14.122%206.122Z'%20fill='%231A73E8'/%3e%3cpath%20d='M14.122%200.360001V2.617L14.104%202.635C13.6198%203.14352%2013.0367%203.54774%2012.3907%203.82287C11.7446%204.09801%2011.0492%204.23825%2010.347%204.235C9.16851%204.14182%208.02537%203.78833%207%203.2C6.0382%202.64642%204.96599%202.31213%203.86%202.221C3.15588%202.18976%202.45352%202.31396%201.80281%202.58478C1.15211%202.85561%200.569029%203.26641%200.095%203.788L0%203.878V1.617L0.018%201.6C0.505389%201.07235%201.10101%200.65621%201.76412%200.380061C2.42722%200.103911%203.14215%20-0.0257322%203.86%209.34117e-07C5.10312%200.0863722%206.31059%200.452852%207.392%201.072C8.30457%201.60226%209.32264%201.92523%2010.374%202.018C11.0596%202.03326%2011.7406%201.90118%2012.3708%201.63067C13.001%201.36016%2013.5658%200.957539%2014.027%200.450001L14.122%200.360001Z'%20fill='%231A73E8'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3_2'%3e%3crect%20width='14.122'%20height='10'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.toolbar-list-icons-active .ime-editor{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.667%205.83268V14.166H3.33366V5.83268H16.667ZM16.667%204.16602H3.33366C2.41699%204.16602%201.67533%204.91602%201.67533%205.83268L1.66699%2014.166C1.66699%2015.0827%202.41699%2015.8327%203.33366%2015.8327H16.667C17.5837%2015.8327%2018.3337%2015.0827%2018.3337%2014.166V5.83268C18.3337%204.91602%2017.5837%204.16602%2016.667%204.16602ZM9.16699%206.66602H10.8337V8.33268H9.16699V6.66602ZM9.16699%209.16602H10.8337V10.8327H9.16699V9.16602ZM6.66699%206.66602H8.33366V8.33268H6.66699V6.66602ZM6.66699%209.16602H8.33366V10.8327H6.66699V9.16602ZM4.16699%209.16602H5.83366V10.8327H4.16699V9.16602ZM4.16699%206.66602H5.83366V8.33268H4.16699V6.66602ZM6.66699%2011.666H13.3337V13.3327H6.66699V11.666ZM11.667%209.16602H13.3337V10.8327H11.667V9.16602ZM11.667%206.66602H13.3337V8.33268H11.667V6.66602ZM14.167%209.16602H15.8337V10.8327H14.167V9.16602ZM14.167%206.66602H15.8337V8.33268H14.167V6.66602Z'%20fill='%231A73E8'/%3e%3c/svg%3e")}.toolbar-list-icons-active .inventory-black{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.434%204.91601H5.128V7.45901H13.602V4.91601H15.297V9.15301H16.992V4.91601C16.9907%204.46688%2016.8117%204.03651%2016.4941%203.71893C16.1765%203.40134%2015.7461%203.22233%2015.297%203.22101H11.755C11.5814%202.72576%2011.2583%202.29667%2010.8302%201.9931C10.4021%201.68952%209.89029%201.52646%209.3655%201.52646C8.84071%201.52646%208.32889%201.68952%207.90081%201.9931C7.47274%202.29667%207.14957%202.72576%206.976%203.22101H3.434C2.98486%203.22233%202.5545%203.40134%202.23691%203.71893C1.91932%204.03651%201.74032%204.46688%201.739%204.91601V16.78C1.74032%2017.2292%201.91932%2017.6595%202.23691%2017.9771C2.5545%2018.2947%202.98486%2018.4737%203.434%2018.475H8.518V16.78H3.434V4.91601ZM9.366%203.22101C9.53352%203.22101%209.69728%203.27069%209.83657%203.36376C9.97585%203.45683%2010.0844%203.58911%2010.1485%203.74388C10.2126%203.89865%2010.2294%204.06895%2010.1967%204.23326C10.164%204.39756%2010.0834%204.54848%209.96492%204.66693C9.84646%204.78539%209.69554%204.86606%209.53124%204.89874C9.36694%204.93142%209.19663%204.91465%209.04187%204.85054C8.8871%204.78643%208.75481%204.67787%208.66174%204.53858C8.56867%204.39929%208.519%204.23553%208.519%204.06801C8.52005%203.84396%208.60952%203.62939%208.76795%203.47096C8.92638%203.31254%209.14095%203.22307%209.365%203.22201L9.366%203.22101Z'%20fill='white'/%3e%3cpath%20d='M16.992%2010.424L12.34%2015.085L9.789%2012.543L8.518%2013.813L12.34%2017.624L18.263%2011.692L16.992%2010.424Z'%20fill='white'/%3e%3c/svg%3e")}.toolbar-list-icons-active .auto-awesome{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.71201%201.168V11.44H11.984V1.168H1.71201ZM10.272%209.728H3.42401V2.88H10.272V9.728Z'%20fill='white'/%3e%3cpath%20d='M15.408%204.59201V14.864H5.13599V13.152H13.696V4.59201H15.408Z'%20fill='white'/%3e%3cpath%20d='M18.832%208.01599V18.288H8.56V16.576H17.12V8.01599H18.832Z'%20fill='white'/%3e%3c/svg%3e")}.toolbar-list-icons-disable img{opacity:.3}.pagesize-select__value-container{padding:0!important;justify-content:center}.pagesize-wrapper{display:flex;align-items:center;padding-right:12px;border-right:1px solid #DADCE0}.select-align{padding-left:12px}.pagesize-wrapper span{font-style:normal;font-weight:400;font-size:14px;line-height:1.4;color:#5f6368}.toolbar-filter-option{display:flex;align-items:center}.check-circle{background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%235f6368;}%3c/style%3e%3c/defs%3e%3cpath%20class='a'%20d='M0,0H22V22H0Z'/%3e%3cpath%20class='b'%20d='M11.167,2a9.167,9.167,0,1,0,9.167,9.167A9.17,9.17,0,0,0,11.167,2Zm0,16.5A7.333,7.333,0,1,1,18.5,11.167,7.343,7.343,0,0,1,11.167,18.5ZM15.374,7.115,9.333,13.156,6.959,10.791,5.667,12.083,9.333,15.75l7.333-7.333Z'%20transform='translate(-0.167%20-0.167)'/%3e%3c/svg%3e");background-color:transparent;width:22px;height:22px}.unsaved-check-circle{background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important;background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%201.83301C9.18695%201.83301%207.41461%202.37064%205.9071%203.37793C4.39959%204.38521%203.22464%205.8169%202.53081%207.49195C1.83698%209.167%201.65544%2011.0102%202.00915%2012.7884C2.36286%2014.5666%203.23594%2016.2%204.51796%2017.4821C5.79999%2018.7641%207.4334%2019.6372%209.21162%2019.9909C10.9898%2020.3446%2012.833%2020.163%2014.5081%2019.4692C16.1831%2018.7754%2017.6148%2017.6004%2018.6221%2016.0929C19.6294%2014.5854%2020.167%2012.8131%2020.167%2011C20.1662%208.56901%2019.2002%206.23781%2017.4812%204.51884C15.7622%202.79986%2013.431%201.8338%2011%201.83301V1.83301ZM11%2018.333C9.54968%2018.333%208.13192%2017.9029%206.92602%2017.0972C5.72011%2016.2914%204.78022%2015.1462%204.2252%2013.8062C3.67019%2012.4663%203.52497%2010.9919%203.80791%209.56941C4.09086%208.14695%204.78926%206.84033%205.8148%205.81479C6.84034%204.78926%208.14695%204.09085%209.56941%203.80791C10.9919%203.52496%2012.4663%203.67018%2013.8062%204.2252C15.1462%204.78022%2016.2914%205.72011%2017.0972%206.92601C17.9029%208.13192%2018.333%209.54968%2018.333%2011C18.3304%2012.944%2017.5569%2014.8077%2016.1823%2016.1823C14.8077%2017.5569%2012.944%2018.3304%2011%2018.333V18.333ZM15.207%206.94801L9.16601%2012.989L6.79201%2010.624L5.50001%2011.916L9.16601%2015.583L16.499%208.25001L15.207%206.94801Z'%20fill='%23FF4766'/%3e%3c/svg%3e");background-color:transparent;width:22px;height:22px}.check-unsaved-circle{background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important;background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%201.83301C9.18695%201.83301%207.41461%202.37064%205.9071%203.37793C4.39959%204.38521%203.22464%205.8169%202.53081%207.49195C1.83698%209.167%201.65544%2011.0102%202.00915%2012.7884C2.36286%2014.5666%203.23594%2016.2%204.51796%2017.4821C5.79999%2018.7641%207.4334%2019.6372%209.21162%2019.9909C10.9898%2020.3446%2012.833%2020.163%2014.5081%2019.4692C16.1831%2018.7754%2017.6148%2017.6004%2018.6221%2016.0929C19.6294%2014.5854%2020.167%2012.8131%2020.167%2011C20.1662%208.56901%2019.2002%206.23781%2017.4812%204.51884C15.7622%202.79986%2013.431%201.8338%2011%201.83301V1.83301ZM11%2018.333C9.54968%2018.333%208.13192%2017.9029%206.92602%2017.0972C5.72011%2016.2914%204.78022%2015.1462%204.2252%2013.8062C3.67019%2012.4663%203.52497%2010.9919%203.80791%209.56941C4.09086%208.14695%204.78926%206.84033%205.8148%205.81479C6.84034%204.78926%208.14695%204.09085%209.56941%203.80791C10.9919%203.52496%2012.4663%203.67018%2013.8062%204.2252C15.1462%204.78022%2016.2914%205.72011%2017.0972%206.92601C17.9029%208.13192%2018.333%209.54968%2018.333%2011C18.3304%2012.944%2017.5569%2014.8077%2016.1823%2016.1823C14.8077%2017.5569%2012.944%2018.3304%2011%2018.333V18.333ZM15.207%206.94801L9.16601%2012.989L6.79201%2010.624L5.50001%2011.916L9.16601%2015.583L16.499%208.25001L15.207%206.94801Z'%20fill='%231A73E8'/%3e%3c/svg%3e");background-color:transparent;width:22px;height:22px}.translate{background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%235f6368;}%3c/style%3e%3c/defs%3e%3cpath%20class='a'%20d='M0,0H22V22H0Z'/%3e%3cpath%20class='b'%20d='M11.881,13.981l-2.328-2.3.028-.027a16.059,16.059,0,0,0,3.4-5.986h2.686V3.833H9.25V2H7.417V3.833H1V5.658H11.239a14.4,14.4,0,0,1-2.906,4.913A14.341,14.341,0,0,1,6.216,7.5H4.383a16.1,16.1,0,0,0,2.732,4.18l-4.666,4.6,1.3,1.3L8.333,13l2.851,2.851.7-1.87Zm5.161-4.648H15.208l-4.125,11h1.833l1.027-2.75H18.3l1.036,2.75h1.833Zm-2.4,6.417,1.485-3.969L17.61,15.75H14.64Z'%20transform='translate(-0.083%20-0.167)'/%3e%3c/svg%3e");background-color:transparent;width:22px;height:22px}.comment{background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%235f6368;}%3c/style%3e%3c/defs%3e%3cpath%20class='a'%20d='M0,0H22V22H0Z'/%3e%3cpath%20class='b'%20d='M18.5,2H3.833A1.839,1.839,0,0,0,2,3.833v16.5l3.667-3.667H18.5a1.839,1.839,0,0,0,1.833-1.833v-11A1.839,1.839,0,0,0,18.5,2Zm0,12.833H5.667L3.833,16.667V3.833H18.5Z'%20transform='translate(-0.167%20-0.167)'/%3e%3c/svg%3e");background-color:transparent;width:22px;height:22px;position:relative}.paraphrase{background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important;background:url("data:image/svg+xml,%3csvg%20id='rephrase'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='19.456'%20height='21.083'%20viewBox='0%200%2019.456%2021.083'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='Rectangle_1800'%20data-name='Rectangle%201800'%20width='19.456'%20height='21.083'%20fill='%235f6368'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='Group_1199'%20data-name='Group%201199'%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='Path_2683'%20data-name='Path%202683'%20d='M26.062,7.085,24.095,5.118l.566-.582a.992.992,0,0,1,.73-.3,1.121,1.121,0,0,1,.775.313l.492.477a.906.906,0,0,1,.305.76,1.14,1.14,0,0,1-.335.73Zm-.611.611-9.215,9.215H14.268V14.944l9.2-9.2Z'%20transform='translate(-7.511%20-2.231)'%20fill='%235f6368'/%3e%3cpath%20id='Path_2684'%20data-name='Path%202684'%20d='M18.341,11.915A9.171,9.171,0,1,1,9.173,2.742c.189,0,.374,0,.564.019L7.88.9l.9-.9,3.173,3.173.649.649L8.794,7.629l-.9-.9L9.935,4.679a6.794,6.794,0,0,0-.762-.043,7.276,7.276,0,1,0,7.265,7.672c0-.128.009-.26.009-.393a7.219,7.219,0,0,0-.218-1.766l1.506-1.506a8.723,8.723,0,0,1,.5,1.856,9.267,9.267,0,0,1,.109,1.416'%20transform='translate(0%200)'%20fill='%235f6368'/%3e%3c/g%3e%3c/svg%3e");background-color:transparent;width:20px;height:22px;position:relative}.paraphrase-mark{background-color:transparent!important}.comment-not-action{background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22.75'%20height='23'%20viewBox='0%200%2022.75%2023'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%235f6368;}.c{fill:%230074d3;}%3c/style%3e%3c/defs%3e%3cg%20transform='translate(-1215.25%20-290)'%3e%3cg%20transform='translate(1215.25%20291)'%3e%3cpath%20class='a'%20d='M0,0H22V22H0Z'/%3e%3cpath%20class='b'%20d='M18.5,2H3.833A1.839,1.839,0,0,0,2,3.833v16.5l3.667-3.667H18.5a1.839,1.839,0,0,0,1.833-1.833v-11A1.839,1.839,0,0,0,18.5,2Zm0,12.833H5.667L3.833,16.667V3.833H18.5Z'%20transform='translate(-0.167%20-0.167)'/%3e%3c/g%3e%3ccircle%20class='c'%20cx='4.5'%20cy='4.5'%20r='4.5'%20transform='translate(1229%20290)'/%3e%3c/g%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px}.inventory-qa{background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20.001'%20height='20.001'%20viewBox='0%200%2020.001%2020.001'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%235f6368;}%3c/style%3e%3c/defs%3e%3cg%20transform='translate(-0.369%20-0.369)'%3e%3cg%20transform='translate(0.369%200.369)'%3e%3crect%20class='a'%20width='20.001'%20height='20.001'/%3e%3c/g%3e%3cg%20transform='translate(2.108%201.896)'%3e%3cpath%20class='b'%20d='M4.695,4.389H6.389V6.932h8.474V4.389h1.695V8.626h1.695V4.389a1.7,1.7,0,0,0-1.695-1.695H13.016a2.532,2.532,0,0,0-4.779,0H4.695A1.7,1.7,0,0,0,3,4.389V16.253a1.7,1.7,0,0,0,1.695,1.695H9.779V16.253H4.695Zm5.932-1.695a.847.847,0,1,1-.847.847A.85.85,0,0,1,10.626,2.695Z'%20transform='translate(-3%20-1)'/%3e%3cpath%20class='b'%20d='M19.474,11.5l-4.652,4.661-2.551-2.542L11,14.889,14.822,18.7l5.923-5.932Z'%20transform='translate(-4.221%20-2.603)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-color:transparent;width:22px;height:22px}.content-copy{width:22px;height:22px;position:relative;right:-2px;top:-1px}.add-padd-links{padding:11px}.workspace-feature-btn{padding:11px;background-color:#d9d9d900;border-radius:50%}.workspace-feature-btn:hover{background-color:#ebebeb}.workspace-feature-btn-2{padding:11px;background-color:#d9d9d900;border-radius:50%}.source-div-info{display:flex;gap:6px;align-items:center}.workspace-feature-btn-2:hover{background-color:#d9d9d9}.workspace-feature-btn .qa-list-count{position:absolute;top:-9px;right:-6px}.workspace-feature-btn-new{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:none!important;background-color:#d9d9d900;border-radius:50%;transition:.4s all;margin:auto}.workspace-feature-btn-new:hover{background-color:#d9d9d9}.focused-row .text-changes-danger,.focused-row .text-changes-success{opacity:1;visibility:visible}.text-changes-danger{font-style:normal;font-weight:400;font-size:12px;line-height:26px;color:#ff4766;opacity:0;visibility:hidden}.text-changes-success{font-style:normal;font-weight:400;font-size:12px;line-height:26px;color:#1a73e8;opacity:0;visibility:hidden}.tm-side-border{border-right:1px solid #EAECED}.project-doc-name .glossary-proj-name.project-name{width:auto;margin-right:12px}.project-doc-name .project-name{font-style:normal;font-weight:500;font-size:15px;line-height:1.4;color:#000;width:200px;text-align:right;display:flex;justify-content:center}.project-doc-name .project-name .project-name-ellipse{display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.project-doc-name .project-name .project-name-ellipse span{cursor:context-menu}.project-doc-name .translation-results{padding:6px;background:#e8f0fe;border-radius:2px;margin-left:18px;font-style:normal;font-weight:500;font-size:12px;line-height:20px;height:24px;color:#1a73e8;display:flex;align-items:center;width:fit-content;width:-moz-fit-content}.project-doc-name .translation-results img{padding:0 4px}.progress-bar-file-completion{width:83px}#showFormatSize.toolbar-parts{position:fixed;width:488px;height:auto;z-index:10;background:#fff 0% 0% no-repeat padding-box;box-shadow:0 5px 20px #00000038;border-radius:6px;cursor:all-scroll;padding:0}#add-glossary-section.toolbar-parts{position:absolute;top:50%;left:50%;width:550px;height:auto;z-index:12;background:#fff 0% 0% no-repeat padding-box;box-shadow:0 5px 20px #00000038;border-radius:6px;cursor:all-scroll;padding:30px 20px}#add-glossary-section{margin-top:20px}#add-glossary-section.toolbar-parts .toolbar-part-container{display:block;width:100%}#special-characters-section.toolbar-parts{position:fixed;width:400px;height:auto;z-index:12;background:#fff 0% 0% no-repeat padding-box;box-shadow:0 5px 20px #00000038;border-radius:6px;cursor:all-scroll}#special-characters-section.toolbar-parts .toolbar-part-container{display:block;width:89.9%}.add-glossary-row{display:flex;align-items:center}.add-glossary-row:not(:last-child){margin-bottom:16px}.add-glossary-row label{width:100%;max-width:40%;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#5f6368;margin-bottom:0}.add-glossary-row .add-glossary-input{height:calc(1.5em + .75rem + 7px);border:1px solid #C0C8CE;border-radius:3px;color:#1d1f20;font-size:15px;line-height:24px;width:100%;max-width:60%}.add-glossary-row .add-glossary-input:focus{height:calc(1.5em + .75rem + 7px);border:2px solid #0078d4;color:#172b4d;background-color:#fff;outline:0;box-shadow:none}.close-spl-char{position:relative;top:0;right:0;width:fit-content;width:-moz-fit-content;float:right}.close-spl-char-btn{background:transparent;border:none;color:#5f6368;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;position:relative;top:-3px;right:-3px;text-align:center}.close-spl-char-btn:focus,.close-spl-char-btn:hover{background:#ebebeb;color:#5f6368;border-radius:50%;outline:none}.formatsizetitle{font-style:normal;font-weight:400;font-size:18px;line-height:22px;color:#3c4043;margin-bottom:0}.formatsizetitlesection{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;padding:.7rem 1rem .5rem 1.5rem}.format-size-increase-decrease-cont{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:context-menu}.format-size-box-algin{display:flex}.format-size-box-algin .format-size-target-lang-part,.format-size-box-algin .format-size-source-lang-part{display:flex;align-items:center}.format-size-box-algin .format-size-source-lang-part{padding-right:3rem}.tar-lng-function-part,.src-lng-function-part{border:1px solid #dadce0;border-radius:2px;width:89px;height:24px;display:flex}.counter-percentage-box{width:55px;text-align:center;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#3c4043;display:flex;align-items:center;justify-content:center}.decrease-btn{border-left:1px solid #dadce0;padding:6px;display:flex;align-items:center;transition:.3s all}.increase-btn{border-right:1px solid #dadce0;padding:6px;display:flex;align-items:center;transition:.3s all}.decrease-btn:hover,.increase-btn:hover{cursor:pointer;background:#ebebeb}.tar-lng-txt,.src-lng-txt{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#3c4043;margin-right:1rem}.find-and-replace-row{display:flex;flex-wrap:wrap;width:100%}.findandreplace-txtbox-align{display:flex;align-items:center}.find-btn{padding:5px 12px!important}.find-and-replace-btn{padding:5px 20px;border:1px solid #1973e8;border-radius:4px;background:#1a73e8;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#fff}.magnifier-glass{position:relative;top:-1px;padding-right:.4rem}.find-and-replace-bottom-left-part{display:flex;flex-wrap:wrap;flex-direction:column}.find-and-replace-bottom-left,.find-and-replace-top-left{display:flex;flex-wrap:wrap;align-items:center}.find-and-replace-bottom-left{margin-top:.9rem}.find-and-replace-bottom-right-part{display:flex;flex-wrap:wrap;flex-direction:column}.reset-icon{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%235f6368;}%3c/style%3e%3c/defs%3e%3cpath%20class='a'%20d='M0,0H20V20H0Z'/%3e%3cpath%20class='b'%20d='M16,7.333l-3.333,3.333h2.5a5,5,0,0,1-5,5,4.892,4.892,0,0,1-2.333-.583L6.617,16.3a6.655,6.655,0,0,0,10.217-5.633h2.5ZM5.167,10.667a5,5,0,0,1,5-5A4.892,4.892,0,0,1,12.5,6.25l1.217-1.217A6.655,6.655,0,0,0,3.5,10.667H1L4.333,14l3.333-3.333Z'%20transform='translate(-0.167%20-0.667)'/%3e%3c/svg%3e");background-color:transparent;width:20px;height:20px;display:block;margin-right:.4rem}.reset-link:hover .reset-icon{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.833%206.666L12.5%209.999H15C15%2010.6556%2014.8707%2011.3058%2014.6194%2011.9124C14.3681%2012.519%2013.9998%2013.0702%2013.5355%2013.5345C13.0712%2013.9988%2012.5201%2014.3671%2011.9134%2014.6184C11.3068%2014.8697%2010.6566%2014.999%2010%2014.999C9.18595%2015.0018%208.38405%2014.8014%207.66701%2014.416L6.45001%2015.633C7.45725%2016.2712%208.61747%2016.6271%209.80933%2016.6634C11.0012%2016.6997%2012.1809%2016.4152%2013.2252%2015.8394C14.2694%2015.2637%2015.1398%2014.418%2015.7452%2013.3907C16.3507%2012.3635%2016.6691%2011.1924%2016.667%2010H19.167L15.833%206.666ZM5.00001%2010C5.00001%208.67392%205.52679%207.40215%206.46447%206.46447C7.40216%205.52678%208.67393%205%2010%205C10.8141%204.99719%2011.616%205.19758%2012.333%205.583L13.55%204.366C12.5427%203.72773%2011.3824%203.37184%2010.1904%203.33557C8.99848%203.29929%207.81867%203.58396%206.77441%204.1598C5.73015%204.73564%204.8598%205.5815%204.2544%206.6089C3.64899%207.6363%203.33077%208.8075%203.33301%2010H0.833008L4.16601%2013.333L7.49901%2010H5.00001Z'%20fill='%231A73E8'/%3e%3c/svg%3e")}.form-check input[type=checkbox]{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer}.form-check .form-check-label{position:relative;cursor:pointer;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#3c4043}.form-check .form-check-label:before{content:"";-webkit-appearance:none;background-color:transparent;width:15px;height:15px;border:2px solid #5f6368;border-radius:2px;box-shadow:0 1px 2px #0000000d,inset 0 -15px 10px -12px #0000000d;display:inline-block;position:relative;top:-1px;vertical-align:middle;cursor:pointer;margin-right:5px}.form-check input[type=checkbox]:checked+.form-check-label:before{background:#1a73e8;border:2px solid #1a73e8}.form-check input[type=checkbox]:checked+.form-check-label:after{content:"";display:block;position:absolute;top:1px;left:5px;width:5px;height:9px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.reset-link{font-style:normal;font-weight:400;font-size:12px;color:#3c4043;transition:.3s all;padding:4px 10px;border-radius:4px;background:transparent;display:flex;align-items:center}.segment-matches-found{font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#3c4043;margin-left:1.5rem}.segment-matches-found span{font-weight:600}.reset-link:hover{padding:4px 10px;border-radius:4px;background:#e8f0fe;color:#1a73e8}.tm-tb-main-row{display:flex;height:inherit}.tm-container-no-matches-found{display:flex;height:100%;align-items:center;justify-content:center}.tm-container-no-matches-found p{font-style:normal;font-weight:400;font-size:14px;line-height:1.4;color:#9b9b9b;margin-bottom:0}.pensieve-tm-concor-container,.tm-concor-container{width:50%;padding:20px 30px}.pensieve-tm-concor-container .tb-file-src-txt,.tm-concor-container .tb-file-src-txt{padding-right:3rem}.pensieve-tm-concor-container .top-body-title-2,.tm-concor-container .top-body-title-2,.pensieve-tm-concor-container .top-body-title-1,.tm-concor-container .top-body-title-1,.pensieve-tm-concor-container .translation-list-value-src,.tm-concor-container .translation-list-value-src{width:50%}.tm-container{width:50%;padding:10px 27px;overflow:auto}.tm-container-expand{width:50%!important}.tm-container-no-found{width:50%;padding:10px 27px;overflow:auto}.ks-input-suggestions{z-index:10}.tb-container-no-found,.tb-container{width:50%;padding:10px 27px;overflow:auto}.tm-tb-sub-cont{display:flex;justify-content:space-between}.translation-list-value-src{width:45%}.translation-list-value-tar{width:48%;margin-bottom:0rem}.translation-list-tar-part .translation-list-value-copy-btn{width:auto;padding:0;transition:.3s all ease}.translation-list-value-copy-btn{width:5%;padding:0 10px;transition:.3s all ease}.translation_memories-1 ul{padding-left:0;list-style-type:none;margin-bottom:0}.tb-container .content-copy,.tm-container .content-copy{width:19px;height:19px;position:relative;right:0;top:0}.translation_memories-1 ul li:hover .target-lang-align{background:#e8f0fe}.tb-file-src-txt{font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#3c4043;margin-bottom:0;padding-right:5rem;line-height:1.6}.tmx-arrow-icon{width:32px}.tb-file-tar-txt{font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#3c4043;margin-bottom:0;padding-right:4rem;line-height:1.6}.top-body-title-1{width:45%;margin-right:12px;padding-bottom:7.5px;border-bottom:1px solid #E5E5E5}.top-body-title-2{width:50%;padding-bottom:7.5px;border-bottom:1px solid #E5E5E5}.top-body-title-3{width:5%;padding-bottom:27.5px;border-bottom:1px solid #E5E5E5;margin-bottom:0}.top-body-title-2 span,.top-body-title-1 span{font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#5f6368}.top-body-title-1 p,.top-body-title-2{font-style:normal;font-weight:400;font-size:13px;line-height:20px;margin-bottom:0;color:#1a73e8}.top-body-title{font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#5f6368}.dictionary-section{display:flex;width:100%;height:inherit}.tab-content>.active{height:100%}.dictionary-wikipedia{width:35%;padding:8.5px 27px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.dictionary-wikitionary{width:65%;padding:7.5px 24.5px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.dictionary-border-right{border-right:1px solid #EAECED}.dictionary-wikitionary-title,.dictionary-wikipedia-title{font-style:normal;font-weight:500;font-size:14px;line-height:22px;color:#3c4043;margin-bottom:.3rem;display:flex;align-items:center}.dictionary-wikitionary-title span{margin-right:12px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid #dfdfdf;border-radius:2px}.dictionary-wikipedia-title span{padding-right:12px}.wikitionary-title{margin-top:1.5rem!important}.dictionary-search-word-cont ul{padding-left:0;list-style-type:none;margin-top:0rem;margin-bottom:1rem;display:flex;align-items:center;gap:12px}.dictionary-search-word-cont ul li{padding-bottom:0rem}.dictionary-search-word-cont ul li a{color:#1a73e8;font-style:normal;font-weight:400;font-size:12px;line-height:20px}.dictionary-search-word-cont p{color:#303030;font-style:normal;font-weight:400;font-size:13px;line-height:20px;margin-top:8px}.dictionary-search-word-cont ul li a span{padding-left:10px}.wikitionary-link{color:#1a73e8;font-style:normal;font-weight:400;font-size:13px;line-height:15px;margin-bottom:.2rem}.wikitionary-search-word-cont p{font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#3c4043;margin-bottom:.4rem;text-transform:capitalize}.wikitionary-search-word-cont ul{padding-left:16px;margin-bottom:1rem}.wikitionary-search-word-cont ul li{color:#303030;font-style:normal;font-weight:400;font-size:13px;line-height:20px}.tb-container .translation_memories-1 ul li .glossary-data-wrapper .glossary-data-src-wrapper,.tb-container .translation_memories-1 ul li .glossary-data-wrapper{display:flex;align-items:center;gap:16px}.tb-container .translation_memories-1 ul li .glossary-data-wrapper .glossary-data-src-wrapper .top-body-title{width:40%;max-width:100%}.tb-container .translation_memories-1 ul li .glossary-data-wrapper .glossary-data-src-wrapper .tm-tb-sub-cont-2{width:60%;max-width:100%}.tb-container .translation_memories-1 ul li .glossary-data-wrapper .translation-list-tar-part,.tb-container .translation_memories-1 ul li .glossary-data-wrapper .glossary-data-src-wrapper{width:50%;max-width:100%}.tb-container .translation_memories-1 ul li .glossary-data-wrapper .translation-list-tar-part{display:flex;align-items:center;justify-content:space-between}.tb-container .translation_memories-1 ul li{border-bottom:1px solid #ececec}.tb-container .translation_memories-1 ul li .glossary-data-wrapper{padding:6px 0}.comments-part{width:100%;height:inherit}.comments-container{display:flex;width:100%;height:inherit}.add-comments-section{width:100%;height:inherit;display:flex;flex-direction:column}.add-comments-section .multiline-chat-help-text{display:flex;justify-content:flex-end;margin:5px 15px;font-size:11px}.comments-input-section .comments-textarea-wrap{width:100%;display:flex;align-items:center;height:100%}.chat-section{width:64.75%}.comments-title{font-style:normal;font-weight:500;font-size:14px;line-height:22px;color:#3c4043;margin-bottom:0}.add-comments-title-bar{width:100%;height:30px;background:#fff;padding:0 10px 0 16px;box-shadow:-2px 3px 6px #00000021;display:flex;justify-content:space-between;align-items:center;z-index:1030}.text-comments-area{overflow:auto;flex-grow:1;-ms-overflow-style:none;scrollbar-width:none;padding:21px 0}.text-comments-area ul{padding-left:0;margin-bottom:0;list-style-type:none}.text-comments-area ul li{margin-bottom:1rem;margin-left:30px;margin-right:20px;display:flex}.text-comments-area ul li:hover span a{visibility:visible;opacity:1}.text-comments-area ul li .comment-area-box{background:#f6f6f6;padding:3px 12px 10px 6px;border-radius:6px;width:75%}.text-comments-area ul li .comment-area-box .profile-row{display:flex;align-items:center;margin-bottom:6px}.text-comments-area ul li .comment-area-box{display:flex;flex-direction:column}.text-comments-area ul li .comment-area-box .comment-text{font-style:normal;font-weight:400;font-size:12px;line-height:20px;color:#303030;margin-bottom:0;white-space:pre-line}.text-comments-area ul li .comment-area-box .comment-text-area{font-style:normal;font-weight:400;font-size:12px;line-height:20px;color:#303030;margin-bottom:0;padding:5px;border-radius:6px;border:1px solid #0074d3;background-color:transparent;resize:none}.text-comments-area ul li .action-wrapper{display:flex;flex-direction:column;margin-left:10px}.text-comments-area ul li .action-wrapper .comment-edit-btn,.text-comments-area ul li .action-wrapper .comment-close-btn{width:26px;height:26px;background-color:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.4s all}.text-comments-area ul li .action-wrapper .comment-close-btn .edit-icon,.text-comments-area ul li .action-wrapper .comment-edit-btn .edit-icon{color:#5f636880;font-size:17px}.text-comments-area ul li .action-wrapper .comment-edit-btn:hover,.text-comments-area ul li .action-wrapper .comment-close-btn:hover{background-color:#f1f3f4;cursor:pointer}.text-comments-area ul li .comment-area-box .profile-row .text{font-style:normal;font-weight:500;font-size:12px;line-height:20px;color:#303030;margin-left:6px}.text-comments-area ul li .comment-area-box .profile-row .no-avatar-icon{width:24px;height:24px;background-color:#0074d3;display:flex;align-items:center;justify-content:center;border-radius:50%;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:#fff}.text-comments-area ul li span.time{padding:0 10px;font-style:normal;font-weight:400;font-size:10px;line-height:20px;color:#b7bac1;display:flex;align-items:flex-end}.text-comments-area ul li:last-child{margin-bottom:0}.comments-input-part{padding:0 10px 0 27px;border:1px solid #f3f2f2;background:#fff;height:auto;width:100%;display:flex;align-items:center}.comments-input-section{display:flex;justify-content:space-between;align-items:center;width:100%}.comments-input-section textarea{width:100%;resize:none;font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#303030;border:none;padding:8px 5px;max-height:60px;overflow-y:auto!important}.comments-input-section textarea:focus{outline:none}.comments-input-section textarea::-moz-placeholder{font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#b7bac1;display:flex;align-items:center}.comments-input-section textarea::placeholder{font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#b7bac1;display:flex;align-items:center}.comments-input-section button{border:none;background:transparent}.add-chat-title-bar{width:64.75%;height:30px;background:#fff;padding:0 20px 0 30px;box-shadow:1px 3px 6px #00000021;display:flex;justify-content:space-between;align-items:center;position:fixed;z-index:1030}.chat-input-part{padding:0 20px 0 30px;border:1px solid #f3f2f2;background:#fff;height:43px;position:absolute;bottom:0;width:64.75%;display:flex;align-items:center}.chat-input-section{display:flex;justify-content:space-between;align-items:center}.chat-input-section input{width:59vw;font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#303030;border:none}.chat-input-section input::-moz-placeholder{font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#b7bac1}.chat-input-section input::placeholder{font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#b7bac1}.chat-input-section button{border:none;background:transparent}.text-chat-area{padding-top:40px;overflow:auto;height:268px;-ms-overflow-style:none;scrollbar-width:none}.text-chat-area ul{padding-left:0;margin-bottom:0;list-style-type:none;display:flex;flex-direction:column}.text-chat-area ul li:nth-child(2n){justify-content:end;flex-direction:row-reverse}.text-chat-area ul li:nth-child(2n):before{margin-left:1rem;margin-right:0}.text-chat-area ul li:nth-child(2n) p{background:#1a73e8;color:#fff}.text-chat-area ul li:nth-child(2n) p:before{content:"";position:absolute;margin-top:-6px;margin-right:40px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #1a73e8;transform:rotate(90deg);right:-50px;top:17px}.text-chat-area ul li:nth-child(2n) p:after{content:none}.text-chat-area ul li p:after{content:"";position:absolute;margin-top:-6px;margin-right:40px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #f6f6f6;transform:rotate(-90deg);left:-9px;top:17px}.text-chat-area ul li{margin-bottom:1rem;margin-left:30px;margin-right:30px;display:flex;align-items:center}.text-chat-area ul li:before{content:"";width:32px;height:32px;border-radius:50%;background:#d5d5d5;margin-right:1rem}.text-chat-area ul li:hover span a{visibility:visible;opacity:1}.text-chat-area ul li p{background:#f6f6f6;padding:5px;border-radius:6px;width:fit-content;width:-moz-fit-content;max-width:450px;font-style:normal;font-weight:500;font-size:12px;line-height:20px;color:#303030;margin-bottom:0;margin-left:0;position:relative}.text-chat-area ul li span{padding:0 6px;font-style:normal;font-weight:400;font-size:10px;line-height:20px;color:#b7bac1}.text-chat-area ul li span a{visibility:hidden;opacity:0;transition:.3s all ease}.text-chat-area ul li:last-child{margin-bottom:0}.text-chat-area::-webkit-scrollbar{display:none}.gap-section{width:.5%;background:#f3f2f2;border-left:1px solid #c7c7c7;border-right:1px solid #c7c7c7}.settings-file-names-new{font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#3c4043;margin-bottom:0;padding-left:0rem;line-height:1.4;display:block}.target-lang-align-1 p.title span,.target-lang-align-1 p.title,.translation-list-src-part p.title{font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#3c4043;margin-bottom:0;display:block}.target-lang-align-1 p.title span{margin-right:4px}.target-lang-align-1 p.title{display:flex;align-items:center;position:relative}.target-lang-align-1 p.title.arrow:after{content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M16.01%2011H4v2h12.01v3L20%2012l-3.99-4v3z'/%3e%3c/svg%3e");padding-right:1rem;position:absolute;top:-2px;right:0}.settings-container .tab-content .tab-pane::-webkit-scrollbar{width:17px}.editor-filter-drop-down-wrapper::-webkit-scrollbar,.tb-container::-webkit-scrollbar,.tb-container-no-found::-webkit-scrollbar,.tm-container-no-found::-webkit-scrollbar,.tm-container::-webkit-scrollbar,.dictionary-wikipedia::-webkit-scrollbar,.text-comments-area::-webkit-scrollbar,.dictionary-wikitionary::-webkit-scrollbar,.workspace-working-area::-webkit-scrollbar,.translation_memories-1::-webkit-scrollbar,.translation_memories-2::-webkit-scrollbar,.qa-invalid-file-list::-webkit-scrollbar{width:8px}.settings-container .tab-content .tab-pane::-webkit-scrollbar-track{background:#fff}.editor-filter-drop-down-wrapper::-webkit-scrollbar-track,.tb-container::-webkit-scrollbar-track,.tb-container-no-found::-webkit-scrollbar-track,.tm-container-no-found::-webkit-scrollbar-track,.tm-container::-webkit-scrollbar-track,.dictionary-wikipedia::-webkit-scrollbar-track,.text-comments-area::-webkit-scrollbar-track,.dictionary-wikitionary::-webkit-scrollbar-track,.workspace-working-area::-webkit-scrollbar-track,.translation_memories-1::-webkit-scrollbar-track,.translation_memories-2::-webkit-scrollbar-track,.qa-invalid-file-list::-webkit-scrollbar-track{background:#fff}.editor-filter-drop-down-wrapper::-webkit-scrollbar-thumb,.tb-container::-webkit-scrollbar-thumb,.tb-container-no-found::-webkit-scrollbar-thumb,.tm-container-no-found::-webkit-scrollbar-thumb,.tm-container::-webkit-scrollbar-thumb,.dictionary-wikipedia::-webkit-scrollbar-thumb,.text-comments-area::-webkit-scrollbar-thumb,.dictionary-wikitionary::-webkit-scrollbar-thumb,.workspace-working-area::-webkit-scrollbar-thumb,.translation_memories-1::-webkit-scrollbar-thumb,.translation_memories-2::-webkit-scrollbar-thumb,.qa-invalid-file-list::-webkit-scrollbar-thumb{background-color:#c3c4c6;border-radius:50px;border:2px solid #ffffff}.settings-container .tab-content .tab-pane::-webkit-scrollbar-thumb{background-color:#e0e0e0;border-radius:50px;border:6px solid #ffffff}.find-and-replace-close-btn{display:flex;justify-content:center;align-items:center;border-radius:50%;color:#5f6368;width:26px;height:26px;transition:.3s all ease;cursor:pointer}.find-and-replace-close-btn:hover{background:#ebebeb}ul.filter-part{background:#fff;border-radius:6px;padding:1rem 0px;position:absolute;right:25px;top:93px;z-index:1;box-shadow:0 5px 20px #00000038;width:250px;height:auto;display:flex;flex-direction:column}ul.filter-part li a.filter-links{font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#3c4043;padding:10px 1.5rem;display:block;margin-bottom:-.5rem;background:transparent;transition:.3s all ease}ul.filter-part li a.filter-links:hover{background:#e8f0fe;color:#1a73e8;text-decoration:none}ul.filter-part li{padding:0!important;margin:0!important}.drp-box{width:43px;height:26px;background:#e8f0fe;display:flex;align-items:center;justify-content:center;border-radius:2px;cursor:pointer}.cart-down:after{content:url("data:image/svg+xml,%3csvg%20width='10'%20height='5'%20viewBox='0%200%2010%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200L5%205L10%200H0Z'%20fill='%235F6368'/%3e%3c/svg%3e");width:10px;height:5px;position:relative;top:-2px}.cart-up:after{content:url("data:image/svg+xml,%3csvg%20width='10'%20height='5'%20viewBox='0%200%2010%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%205L5%200L10%205H0Z'%20fill='%235F6368'/%3e%3c/svg%3e");width:10px;height:5px;position:relative;top:-2px}.toolbar-clear-filter{background:#ebebeb;border-radius:4px;height:22px;padding:0 10px;display:flex;justify-content:center;align-items:center;font-style:normal;font-weight:400;font-size:12px;color:#3c4043;margin-right:1rem;transition:.3s all ease;cursor:pointer}.toolbar-clear-filter:hover{background:#e8f0fe}.quest-section-align{padding:11px 27px 20px;height:inherit;overflow:auto}.quest-section-align p{font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#3c4043;padding-left:20px}ul.qa-list{list-style-type:none;padding-left:0;margin-bottom:0;height:inherit}ul.qa-list li:before{content:counter(li);padding-right:14px;font-size:13px;color:#aba7b3;font-style:normal;font-weight:500}ul.qa-list li:nth-child(odd):hover,ul.qa-list li:hover{background:#e8f0fe;cursor:context-menu}ul.qa-list li:hover .qa-close{color:#1a73e8}ul.qa-list li{display:flex;transition:.3s all ease;padding:6px 11px;border-radius:4px;align-items:center;counter-increment:li}ul.qa-list li.error-code{background:transparent!important;height:inherit;justify-content:center;text-align:center;padding:0}ul.qa-list li.error-code .qa-text{text-align:center;color:#aba7b3}ul.qa-list li.error-code:before{content:""}ul.qa-list li:nth-child(odd){background:#f6f6f6}.qa-text{font-style:normal;font-weight:400;font-size:13px;line-height:1.4;color:#3c4043;width:100%}.qa-text-title{font-style:normal;font-weight:500;font-size:13px;line-height:1.4;color:#3c4043;width:100%}.qa-close{cursor:pointer}ul.qa-list li:last-child{margin-bottom:0}.file-upload-cont{display:block}.ripple-effect{background-position:center;transition:background .8s}.ripple-effect:hover{background:#1a73e8 radial-gradient(circle,transparent 0%,#1a73e8 1%) center/15000%}.ripple-effect:active{background-color:#1973e8;background-size:100%;transition:background 0s}.save-icon-pagination{display:inline-block;position:relative;top:5px}.confirm-container{padding:.5rem}.confirm-close-button{font-style:normal;font-weight:500;font-size:13px;line-height:15px;color:#3c4043}.confirm-delete-button{font-style:normal;font-weight:500;font-size:13px;line-height:15px;color:#fff}.confirm-toast-title{font-style:normal;font-weight:500;font-size:14px;line-height:14px;color:#3c4043}.toast-align-confirm{display:flex;align-items:center;justify-content:center}.toast-align{display:flex;align-items:center}.toast-align span img{margin-right:1rem}.Toastify__toast{background:#fff!important;box-shadow:0 4px 14px #00000029!important;border-radius:2px!important;min-height:54px!important;max-height:100%!important}.Toastify__close-button>svg{fill:#5f6368;width:18px!important;height:18px!important;margin-right:4px}.Toastify__toast--default{width:239px;margin:auto}.Toastify__toast-container{width:386px!important}.toast-img{margin-left:8px}.head_toast_container{color:#000;font-size:12px;font-style:normal;font-weight:600;line-height:normal;font-family:Inter}.subhead_toast_container{color:#0073df;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.desc_toast_container{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:normal;padding:4px 0 10px}.classWithFontStyleOrWhatever{font-family:roboto;font-style:normal;font-weight:400;font-size:15px;line-height:20px;color:#5f6368;padding-right:10px}.Toastify__close-button{color:#5f6368!important;position:relative;top:6px}mark.highlight-selected{background-color:#f19825!important}.project-setup-heading-row{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #dbdbdb}.project-setup-heading-new{padding-bottom:16px;border-bottom:1px solid #dbdbdb}.project-setup-heading-new label{font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#161c2d}.project-setup-heading-new .project-setup-forms{margin-top:0}.project-setup-heading-new .input-form-field{width:100%;max-width:100%}.project-setup-heading-new .form-group{margin-bottom:0}.project-setup-heading-row span{font-style:normal;font-weight:500;font-size:15px;line-height:24px;color:#3c4043;padding-left:.3rem}.time-zone-content span:first-child{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#5f6368}.time-zone-content span:last-child{font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#5f6368}.input-select-width::-moz-placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#ababab}.input-select-width::placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#ababab}.select-placeholder-text{font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#ababab}.project-setup-align-1{height:-moz-fit-content;height:fit-content}.input-select-width{display:block;border-radius:3px;width:100%;height:46px;padding:5px 8px;border:1px solid #ced4da;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#3c4043;position:relative;top:1px}.select-width .css-12jo7m5,.select-width .css-1uccc91-singleValue{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#3c4043}.select-width .css-yk16xz-control{border-radius:3px!important;border:1px solid #ced4da!important}.input-select-width:focus{border:2px solid #0074d3;height:46px;border-radius:3px}.text-danger{color:#dc3545!important;font-size:13px}.fileupload-new-btn{font-style:normal;font-weight:500;font-size:14px;line-height:14px;color:#fff;display:flex;align-items:center;gap:10px}.file-name-list .fileupload-new-btn{font-style:normal;font-weight:500;font-size:14px!important;line-height:14px;color:#fff!important;padding:0!important;display:flex;gap:10px;align-items:center;justify-content:center}.translate-task-list .file-name-list span:hover{background-color:transparent;color:currentColor}.file-edit-inner-table,.file-edit-heading-table{width:100%}.file-edit-heading-table-row{display:flex;flex-wrap:wrap}.file-edit-list-inner-table-row{max-height:55px}.file-edit-list-inner-table-row,.file-edit-list-table-row{display:flex;flex-wrap:wrap;width:100%;transition:.4s all ease}.file-edit-list-table-row{border-color:#dee0e4;border-style:solid;border-width:1px;border-radius:4px}.focused-proj-row.file-edit-list-table-row{border-width:1px;border-style:solid;border-color:#0074d3}.file-edit-list-table-row.tool-kit-list{border-color:#dee0e4;border-style:solid;border-width:1px;border-radius:4px}.file-edit-list-table-row:not(:last-child){margin-bottom:7px}.converted-pdf-list-wrap .file-edit-list-table-row{transition:none!important}.focused-proj-row.file-edit-list-table-row:hover{background-color:#fff;border-width:1px;border-style:solid;border-color:#0074d3}.file-edit-list-table-row:hover{background-color:#f5f5f5;position:relative}.remove-pdf-button{color:#444!important}.file-edit-list-table-cell-wrap{width:100%;display:flex;flex-wrap:wrap;position:relative}.converted-pdf-list-wrap .file-edit-list-table-row:hover .file-edit-list-table-cell{cursor:context-menu}.file-edit-list-table-row:hover .file-edit-list-table-cell{cursor:pointer}.file-edit-list-table-cell{padding:12px 12px 12px 0}.proj-type-icon-wrap{padding-bottom:20px}.file-edit-list-inner-table-cell{border-bottom:1px solid #ebecee;padding:7px 11px 7px 0;display:flex;align-items:center}.new-file-edit-list-inner-table-cell{border-bottom:1px solid #ebecee;padding:7px 11px 7px 72px;display:flex;align-items:center}.selected-file-row .file-selected-data:last-child .file-edit-list-inner-table-cell{border-bottom:0px solid #ebecee}.file-edit-list-inner-table-cell:last-child{padding:7px 11px 7px 0;text-align:right;border-radius:0 0 4px;max-width:25%}.file-edit-list-table-cell:last-child{padding:12px 12px 12px 0}.file-edit-list-inner-table-cell:first-child{padding:7px 11px 7px 72px;text-indent:-26px;border-radius:0 0 0 4px}.file-edit-list-table-cell:first-child{padding:12px}.converted-pdf-list-wrap .file-edit-list-table-cell:first-child{padding:17px 1rem}.file-edit-heading-table-cell span{font-style:normal;font-weight:500;font-size:13px;line-height:24px;color:#3c4043}.file-edit-heading-table-cell .status-name{font-style:normal;font-weight:500;font-size:13px;line-height:24px;color:#3c4043;width:-moz-fit-content;width:fit-content}.glossary-list-wrap .file-edit-list-table-cell:first-child{width:100%;max-width:50%;display:flex;align-items:center;gap:12px}.converted-pdf-list-wrap .file-edit-list-table-cell:first-child{width:100%;max-width:35%;display:flex;align-items:center;gap:12px}.file-edit-list-table-cell:first-child{display:flex;align-items:center;width:100%;max-width:35%}.proj-title-list-container{display:flex;align-items:center;width:100%;margin-left:15px}.proj-title-list-container.speech-proj{height:38px}.writing-category .proj-title-list-container{margin-left:0}.proj-title-list-container .blog-category-icon{width:26px;height:26px;text-align:center}.proj-list-info{display:flex;flex-direction:column;margin-left:9px}.proj-list-info .proj-file-type,.proj-list-info .proj-information{display:flex;align-items:center}.proj-file-type span{font-style:normal;font-weight:400;font-size:12px;line-height:1.2;color:#909eaa;text-transform:capitalize}.proj-file-type span.spacer{height:14px}.proj-type-icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:3px}.proj-type-icon img[alt=transcription]{width:100%}.translate-bg{background-color:#0074d3}.assets-bg{background-color:#008659}.voice-bg{background-color:#ff9921}.ts-work-area-selection{margin-top:38px;display:flex;flex-direction:column;align-items:center}.new-btn-grp .ts-work-btn{padding:8px 29px;border-radius:3px;background-color:#0074d3;font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#fff}.ts-work-area-selection .ts-work-btn{padding:8px 22px;border-radius:3px;background-color:#0074d3;font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#fff;margin-top:54px;gap:8px}.ts-work-area-padd{padding:18px 33px 27px!important;min-height:400px;justify-content:space-between}.ts-bottom-top-area-box{display:flex;align-items:center;justify-content:space-between;padding-bottom:34px;border-bottom:1px solid #DBDBDB}.ts-bottom-work-area .source-lang-select-wrap .label{font-style:normal;font-weight:500;font-size:15px;line-height:20px;color:#3c4043}.ts-bottom-work-area .source-lang-select-wrap .selected-src{font-style:normal;font-weight:500;font-size:15px;line-height:20px;color:#0074d3;margin-left:4px}.take-translate-flow{margin-top:18px}.take-translate-flow .translate-flow-wrap{display:flex;align-items:center;justify-content:flex-end;gap:6px}.take-translate-flow .translate-flow-wrap p{font-style:normal;font-weight:400;font-size:15px;line-height:20px;color:#3c4043;margin-bottom:0}.take-translate-flow a{color:#0074d3;border:1px solid #0074d380;padding:4.5px 10px 5.5px 8px;font-size:15px;box-shadow:none;font-weight:500;line-height:20px;border-radius:3px;text-transform:none;background-color:#fff;text-decoration:none}.take-translate-flow a:hover{border:1px solid #0074d3;background:none;text-decoration:none}.ts-work-header{border-bottom:1px solid #DBDBDB}.ts-work-header p{font-style:normal;font-weight:700;font-size:17px;line-height:23px;color:#3c4043;margin-bottom:8px}.ts-work-area-selection .ts-work-area-select-row{display:flex;align-items:center;gap:27px;width:100%}.ts-work-area-selection .ts-work-area-select-row .ts-work-area-select-col{background-color:#fff;height:265px;width:50%;max-width:100%;box-shadow:0 3px 4px #00000029;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid transparent;cursor:pointer;padding:81px 0 53px}.ts-work-area-selection .ts-work-area-select-row .ts-work-area-select-col.active{border:1px solid #0074d3;background-color:#ebf7ff}.ts-work-area-selection .ts-work-area-select-row .ts-work-area-select-col .img-row-wrap{display:flex;align-items:center;gap:18px}.ts-work-area-selection .ts-work-area-select-row .ts-work-area-select-col .title{margin-top:35px;font-style:normal;font-weight:500;font-size:22px;line-height:29px;color:#3c4043;text-align:center}.proj-type-icon .proj-types{font-size:16px;color:#fff}ul.asset-glossary-projects-wrap-list li .asset-project-info-wrap .assets-icon .gloss-types,.proj-type-icon .gloss-types{font-size:18px;color:#fff}.file-edit-list-table-cell:nth-child(2){width:100%;max-width:35%;display:flex;align-items:center;position:relative;justify-content:space-between}.converted-pdf-list-wrap .file-edit-list-table-cell:nth-child(2){width:100%;max-width:10%;display:flex;align-items:center}.converted-pdf-list-wrap .file-edit-list-table-cell:nth-child(3){width:100%;max-width:25%;display:flex;align-items:center;justify-content:flex-end;padding:0rem 1rem 0rem 0rem}.file-edit-list-table-cell:nth-child(3){width:100%;max-width:30%;display:flex;align-items:center;justify-content:flex-end}.glossary-list-wrap .file-edit-list-table-cell:nth-child(2){width:100%;max-width:50%;display:flex;align-items:center;justify-content:flex-end;padding:0rem 1rem 0rem 0rem}.converted-pdf-list-wrap .file-edit-list-table-cell:nth-child(2){width:100%;max-width:20%;display:flex;align-items:center;justify-content:flex-start;padding:0rem 1rem 0rem 0rem}.converted-pdf-list-wrap .file-edit-list-table-cell:nth-child(3){width:100%;max-width:45%;display:flex;align-items:center;justify-content:flex-end;gap:40px;padding:0rem 1rem 0rem 0rem}.converted-pdf-list-wrap .file-edit-list-table-cell .file-edit-proj-status-txt{cursor:pointer}.converted-pdf-list-wrap .file-edit-list-table-cell:nth-child(2) .status-conditions-part,.glossary-list-wrap .focused-proj-row .file-edit-list-table-cell:nth-child(2) .status-conditions-part,.glossary-list-wrap .file-edit-list-table-cell:nth-child(2) .status-conditions-part{width:auto}.glossary-list-wrap .glossary-workspace-link{font-style:normal;font-weight:500;font-size:13px;line-height:1.5;color:#0074d3;text-decoration:underline;text-transform:capitalize;padding-left:11px}.glossary-list-wrap .file-edit-list-inner-table-cell:nth-child(1){width:100%;max-width:83%}.glossary-list-wrap .file-edit-list-inner-table-cell:nth-child(2){justify-content:end;width:100%;max-width:8%}.glossary-list-wrap .file-edit-list-inner-table-cell:nth-child(2) .add-term-icon-wrap{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;cursor:pointer;transition:.4s all ease;margin-right:7px}.glossary-list-wrap .file-edit-list-inner-table-cell:nth-child(2) .add-term-icon-wrap:hover{background-color:#e9eaea}.glossary-list-wrap .file-edit-list-inner-table-cell:nth-child(2) .add-term-icon{color:#474848;font-size:20px}.glossary-list-wrap .file-edit-list-inner-table-cell:last-child{width:100%;max-width:9%;justify-content:flex-start}.glossary-list-wrap .focused-proj-row .file-edit-list-table-cell:nth-child(2) .project-edit-tools{margin-right:25px}.glossary-list-wrap .file-edit-list-table-cell:nth-child(2),.glossary-list-wrap .focused-proj-row .file-edit-list-table-cell:nth-child(2){padding:0rem 32px 0rem 0rem}.file-edit-list-inner-table-cell:first-child{width:100%;max-width:35%}.file-edit-list-inner-table-cell:nth-child(2){width:100%;max-width:23%}.file-edit-list-inner-table-cell:nth-child(3){width:100%;max-width:18%}.file-edit-list-inner-table-cell:nth-child(4){width:100%;max-width:30%;display:flex;align-items:center;justify-content:flex-end}.new-file-edit-list-inner-table-cell:first-child{width:100%;max-width:33.3%;padding:7px 11px 7px 47px}.new-file-edit-list-inner-table-cell:nth-child(2){width:100%;max-width:33.3%;padding:7px 11px 7px 20px!important}.new-file-edit-list-inner-table-cell:nth-child(3){width:100%;max-width:33.3%;justify-content:end}.new-file-edit-list-inner-table-cell .doc-icon img{padding-right:.5rem}.progress-txt.border-right-add.file-progress-txt{width:30px!important}.file-edit-list-inner-table-cell:last-child{width:100%;max-width:24%;display:flex;align-items:center;justify-content:space-between}.project-list-action-wrap{display:flex;align-items:center}.project-list-action-wrap button.workspace-files-SubmitProjectButton:not(:last-child){margin-right:10px}.file-edit-list-table-cell:nth-child(4){width:100%;display:flex;align-items:center;justify-content:flex-end;padding:0rem 1rem 0rem 0rem}.glossary-list-wrap .file-edit-heading-table-cell:first-child{width:100%;max-width:50%;border-bottom:1px solid #ebecee;padding:0rem 1rem .8rem 3rem}.file-edit-heading-table-cell:first-child{padding:10px 10px 23px 11px;width:100%;max-width:35%;display:flex;justify-content:flex-start}.converted-pdf-list-wrap .file-edit-heading-table-cell:first-child{width:100%;max-width:35%;border-bottom:none;padding:0rem 1rem .8rem}.listing-table-header-container{display:flex;align-items:center;cursor:pointer;width:-moz-fit-content;width:fit-content}.file-edit-heading-table-cell:nth-child(2){width:100%;max-width:35%;padding:10px 10px 23px 0;display:flex;justify-content:flex-start}.glossary-list-wrap .file-edit-heading-table-cell:last-child{width:100%;max-width:50%;border-bottom:1px solid #ebecee;padding:0rem 2rem .8rem 0rem;display:flex;justify-content:flex-end}.file-edit-heading-table-cell:last-child{width:100%;max-width:30%;padding:10px 63px 23px 10px;display:flex;justify-content:flex-end}.convert-inline-tool-wrapper{display:none;gap:8px}.file-edit-list-table-row:hover .convert-inline-tool-wrapper{display:flex}.converted-pdf-list-wrap .file-edit-heading-table-cell:nth-child(2){width:100%;max-width:35%;padding:0rem 1rem .8rem 0rem;border-bottom:none}.converted-pdf-list-wrap .file-edit-heading-table-cell:last-child{width:100%;max-width:30%;border-bottom:0px solid #ebecee}.file-edit-list-table-cell .arrow-icon{cursor:pointer}.file-edit-list-table-cell .empty-box-icon{width:23.8px;height:24px;background:transparent}.file-edit-list-table-cell .arrow-icon img{padding-right:1rem}.file-edit-list-inner-table-cell .doc-icon img{padding-right:.5rem}.file-edit-proj-status-txt{font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#3c4043;transition:.3s all ease;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle}.file-edit-proj-txt{font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#3c4043;transition:.3s all ease;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:auto;max-width:70%;vertical-align:middle}.file-edit-proj-txt-extension{font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#3c4043;transition:.3s all ease}.reference-files-box ul.tmx-tbx-files-list li .file-edit-proj-txt{font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#3c4043;transition:.3s all ease;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:auto;vertical-align:middle}.file-edit-proj-txt-tmx{font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#3c4043;transition:.3s all ease;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;width:auto;max-width:250px}.file-edit-proj-txt-word-count{font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#3c4043;position:relative}.file-edit-proj-txt-tmx-created{font-style:normal;font-weight:700;font-size:13px;line-height:24px;color:#3c4043;transition:.3s all ease;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;width:auto;max-width:250px}.created-label{background-color:#e74c3c;border-radius:2px;padding:3px 5px;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#fff;margin-left:1.5rem}.unopend-icon{position:absolute;top:-8px;animation:FadeAnimation 8s ease-in .1s forwards}.unopend-icon2{position:absolute;top:5px;animation:FadeAnimation 6s ease-in .1s forwards}@keyframes FadeAnimation{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.proj-list-arrow-down,.proj-list-arrow-up{color:#5f6368;font-size:22px!important}.file-edit-proj-txt-file-name{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#3c4043;transition:.3s all ease;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;width:auto;max-width:160px;cursor:context-menu}.file-edit-proj-txt-tmx-filename{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#3c4043;transition:.3s all ease;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;width:auto;max-width:90%}.file-edit-proj-txt-file-extension{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#3c4043;cursor:context-menu}.setting-file-edit-translation-txt span{font-style:normal;font-weight:400;font-size:14px;line-height:1.3;color:#0074d3}.file-edit-translation-txt span{background:#e8f0fe;border-radius:2px;padding:3px 5px;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#0074d3;width:100%}.converted-pdf-list-wrap .file-edit-translation-txt span.process,.converted-pdf-list-wrap .file-edit-translation-txt span.failure,.converted-pdf-list-wrap .file-edit-translation-txt span.converted{padding-left:6px!important}.converted-pdf-list-wrap .file-edit-translation-txt span.converted{border-radius:3px;font-style:normal;font-weight:400;font-size:13px;line-height:1.3;color:#3c4043}.converted-pdf-list-wrap .file-edit-translation-txt span.span-dot{border-radius:50%;display:inline-block;height:7px;width:7px;position:relative;top:0}.file-edit-translation-txt .status-container{display:flex;align-items:center}.converted-pdf-list-wrap .file-edit-translation-txt span.failure,.converted-pdf-list-wrap .file-edit-translation-txt span.process{border-radius:3px;font-style:normal;font-weight:400;font-size:13px;line-height:1.3;color:#3c4043}.file-edit-translation-txt.word-count span{color:#3c4043;font-style:normal;font-weight:400;font-size:13px;line-height:24px;background:transparent;border-radius:0;padding:0}.selected-file-row{width:100%;transition:.4s all ease}.selected-file-row.collapsing{width:100%;transition:.2s height ease}.focused-proj-row .file-edit-list-table-cell-wrap{background:#f3f8ff;border-radius:2px}.focused-proj-row .file-edit-list-table-cell-wrap:before{content:"";display:block;width:100px;height:2px;background-color:#0074d3;position:absolute;animation:border_top_anim .7s ease-out forwards}@keyframes border_top_anim{0%{width:0%;transition:.2s all ease-in}to{width:100%;transition:.2s all ease-in}}.focused-proj-row .file-edit-list-table-cell .file-edit-proj-txt{font-weight:600}.focused-proj-row .file-edit-list-table-cell .proj-file-type span{color:#596a78}.unopened-focus-proj-row .file-edit-list-table-cell .file-edit-proj-status-txt,.unopened-focus-proj-row .file-edit-list-table-cell .file-edit-proj-txt-word-count,.unopened-focus-proj-row .file-edit-list-table-cell .file-edit-proj-txt-tmx,.focused-proj-row .file-edit-list-table-cell .file-edit-proj-status-txt,.focused-proj-row .file-edit-list-table-cell .file-edit-proj-txt-word-count,.focused-proj-row .file-edit-list-table-cell .file-edit-proj-txt-tmx{font-weight:600}.focused-proj-row .file-edit-list-table-cell .file-edit-translation-txt{width:auto;margin-right:30px}.focused-proj-row .file-edit-list-table-cell .file-edit-translation-txt span{font-weight:500!important;background:#cbdeff;font-size:11px!important}.focused-proj-row .file-edit-list-table-cell .file-edit-translation-txt.word-count span{font-weight:500;background:transparent}.workspace-progress-bar-part-setup,.schedule-timer-row{display:flex;align-items:center}.schedule-timer-content .time{font-style:normal;font-weight:400;font-size:13px;line-height:12px;color:#3c4043;margin-bottom:.2rem}.schedule-timer-content .date{font-style:normal;font-weight:500;font-size:10px;line-height:12px;color:#3c4043;margin-bottom:0}.schedule-timer-img{position:relative;top:-5px;padding-right:5px}.file-progress-txt{font-style:normal;font-weight:400;font-size:12px;line-height:12px;color:#5f6368}.progress-bar-file-completion-project-setup{width:80px;padding-right:.4rem}.progress-file-completion-project-setup{margin:5px 1px;padding:0;width:100%;height:6px;overflow:hidden;background:#e5e5e5;border-radius:30px}.fileopen-new-btn{font-style:normal;font-weight:500;font-size:13px;line-height:14px;text-align:center;color:#fff;display:flex;justify-content:center;align-items:center;gap:5px}.converted-pdf-list-wrap .fileopen-new-btn{font-style:normal;font-weight:500;font-size:13px;line-height:14px;text-align:center;color:#fff;display:flex;justify-content:center;gap:5px}.instant-translate-box-main-wrapper{position:relative}.copy-target-text-backdrop{position:absolute;z-index:1;width:100%;height:100%;background-color:transparent;overflow:none;pointer-events:none}.copy-of-translated-text{white-space:pre-wrap!important;word-wrap:break-word!important;color:transparent!important;background-color:#ffd6d6}.ai-text-translate-work-container .instant-text-translated-text-box .instant-translate-box-main-wrapper .ai-text-area{position:relative;z-index:2;background-color:transparent!important}.file-submit-new-btn{font-style:normal;font-weight:500;font-size:13px;line-height:14px;text-align:center;color:#0074d3;display:flex;justify-content:center}.project-setup-pagination{display:flex;align-items:center;justify-content:center;padding:1.5rem 0px 1rem}.project-setup-pagination ul{display:flex;flex-wrap:wrap;margin-bottom:0}.project-setup-pagination ul li{width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin-right:.7rem;cursor:pointer;background:transparent;border-radius:50%;font-style:normal;font-weight:500;font-size:13px;line-height:14px;transition:.4s all ease}.project-setup-pagination ul li img{width:20px}.project-setup-pagination ul li.active-page,.project-setup-pagination ul li:hover{background:#0000001a}.project-setup-pagination ul li:last-child{margin-right:0rem}.lds-spinner{display:inline-block;position:relative;width:10px;height:10px;left:-37px;top:-6px}.confirmation-warning-wrapper .confirm-bottom div.lds-spinner{display:inline-block!important;width:16px!important}.lds-spinner div{transform-origin:40px 11px;animation:lds-spinner 1.2s linear infinite}.lds-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:2px;height:4px;border-radius:45%;background:#fff}.lds-spinner div:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.save-btn-spinner{display:inline-block;position:relative;width:10px;height:10px;left:-40px;top:-5px}.save-btn-spinner-blue{display:inline-block;position:relative;width:15px;height:15px;left:-40px;top:-5px;margin:1px 5px 0}.save-btn-spinner-blue-writter{display:inline-block;position:relative;width:15px;height:15px;left:-35px;top:-0px;margin:1px 5px 0}.save-btn-spinner div,.save-btn-spinner-blue div,.save-btn-spinner-blue-writter div{transform-origin:40px 11px;animation:save-btn-spinner 1.2s linear infinite}.save-btn-spinner-blue div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:2px;height:4px;border-radius:45%;background:#0074d3}.save-btn-spinner-blue-writter div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:2px;height:4px;border-radius:45%;background:#0074d3}.save-btn-spinner div:nth-child(1),.save-btn-spinner-blue div:nth-child(1),.save-btn-spinner-blue-writter div:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.save-btn-spinner div:nth-child(2),.save-btn-spinner-blue div:nth-child(2),.save-btn-spinner-blue-writter div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.save-btn-spinner div:nth-child(3),.save-btn-spinner-blue div:nth-child(3),.save-btn-spinner-blue-writter div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.save-btn-spinner div:nth-child(4),.save-btn-spinner-blue div:nth-child(4),.save-btn-spinner-blue-writter div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.save-btn-spinner div:nth-child(5),.save-btn-spinner-blue div:nth-child(5),.save-btn-spinner-blue-writter div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.save-btn-spinner div:nth-child(6),.save-btn-spinner-blue div:nth-child(6),.save-btn-spinner-blue-writter div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.save-btn-spinner div:nth-child(7),.save-btn-spinner-blue div:nth-child(7),.save-btn-spinner-blue-writter div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.save-btn-spinner div:nth-child(8),.save-btn-spinner-blue div:nth-child(8),.save-btn-spinner-blue-writter div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.save-btn-spinner div:nth-child(9),.save-btn-spinner-blue div:nth-child(9),.save-btn-spinner-blue-writter div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.save-btn-spinner div:nth-child(10),.save-btn-spinner-blue div:nth-child(10),.save-btn-spinner-blue-writter div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.save-btn-spinner div:nth-child(11),.save-btn-spinner-blue div:nth-child(11),.save-btn-spinner-blue-writter div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.save-btn-spinner div:nth-child(12),.save-btn-spinner-blue div:nth-child(12),.save-btn-spinner-blue-writter div:nth-child(12){transform:rotate(330deg);animation-delay:0s}.trans-btn-gap{gap:0!important}.upload-files-heading p{font-style:normal;font-weight:500;font-size:13px;line-height:15px;color:#161c2d;margin-bottom:0;margin-top:1rem}.translation-pair-L{padding:0 7px;position:relative;top:-4px}.add-project-btn{display:flex;align-items:center;gap:5px;font-style:normal;font-weight:500;font-size:14px;line-height:23px;color:#fff}.add-new-project-btn{font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#fff;display:flex;align-items:center}.add-new-project-btn img{width:15px;margin-right:.4rem}.project-setup-tabs{background:transparent;display:flex;align-items:center;width:100%}.project-setup-btn{border:none!important;background:transparent;background-color:transparent!important;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:#2a353e!important;padding:0!important}.settings-setup-btn{border-bottom:3px solid transparent!important;border-top:0px!important;border-left:.32rem solid transparent!important;border-right:.32rem solid transparent!important;border-radius:4px;background:transparent;font-style:normal;font-weight:400;font-size:14px;line-height:1.4;padding:11px 0 11px 25px!important;color:#3c4043!important;transition:.3s all ease}.project-setup-btn.active{border:none!important;color:#0074d3!important;position:relative}.setup-button-global.active:after{content:"";display:block;height:3px;background-color:#0074d3;width:100%;position:absolute;bottom:0;left:0;right:0;margin:auto}.setup-button-modal-btn.active .settings-setup-btn{color:#0074d3!important;font-weight:500}.setup-button-modal-btn:not(:last-child){margin-bottom:10px!important}.setup-button-modal-btn:hover{border-radius:0 20px 20px 0}.setup-button-modal-btn:hover a{color:#3c4043!important}.setup-button-modal-btn.active{background:#e8f0fe;border-radius:0 20px 20px 0}.setup-button-global.active{position:relative}.settings-setup-btn.active:hover{color:#0074d3!important}.setup-button-modal-btn.active:hover .settings-setup-btn,.setup-button-global.active:hover .settings-setup-btn,.project-setup-btn.active:hover,.setup-button-global:hover .project-setup-btn{color:#000}.active-proj{border-bottom:3px solid #0074d3}.setup-button-modal-btn{transition:.3s all ease;border-radius:0 20px 20px 0;cursor:pointer;margin-bottom:0!important}.setup-button-global{margin-right:0;transition:.3s all ease;cursor:pointer;margin-bottom:0!important;padding:0 30px 13px}.setup-button-modal-btn:last-child,.setup-button-global:last-child{margin-right:0}.project-setup-forms{margin-top:1rem}.input-form-field,.form-fields{width:100%;max-width:65%}.files-space-align .form-group:not(:last-child),.files-space-align .form-fields:not(:last-child){margin-right:30px}.form-fields.target-lang{width:fit-content;width:-moz-fit-content;min-width:65%;max-width:100%}.css-1rhbuit-multiValue{background-color:#e8f0fe!important;border:1px solid #d5e4fe;border-radius:2px!important;height:21px}.select-width .css-1rhbuit-multiValue .css-12jo7m5{font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#5f6368}.css-6q0nyr-Svg{fill:#5f6368!important}.status-indicator-in-progress-color{width:7px;height:7px;background:#ffc021;display:inline-block;position:relative;top:-1px;border-radius:50%;margin-right:.4rem}.status-indicator-created{width:7px;height:7px;background:#e74c3c;display:inline-block;position:relative;top:-1px;border-radius:50%;margin-right:.4rem}.status-indicator-completed{width:7px;height:7px;background:#1a73e8;display:inline-block;position:relative;top:-1px;border-radius:50%;margin-right:.4rem}.user-project-icon{display:none;flex-wrap:wrap;width:100%;justify-content:flex-end;transition:.3s all ease}.project-edit-tools{display:none;justify-content:flex-end;transition:.3s all ease}.user-project-icon span,.project-edit-tools span{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;transition:.4s all ease}.user-project-icon span:not(:last-child),.project-edit-tools span:not(:last-child){margin-right:.4rem}.icons-separator{display:none}.focused-proj-row .icons-separator{display:block;width:0px;height:22px;border:1px solid #bfc3c8;margin:0 .8rem}.arrow-up-sort{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #ffffff}.arrow-down-sort{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #ffffff}.arrow-up-inactive{border-bottom-color:#d9d9d9}.arrow-down-inactive{border-top-color:#d9d9d9}.arrow-up-active{border-bottom-color:#5f6368}.arrow-down-active{border-top-color:#5f6368}.user-project-icon span:hover,.project-edit-tools span:hover{background-color:#e9eaea}.glossary-list-wrap .focused-proj-row .file-edit-list-table-cell:first-child{max-width:80%;display:flex;align-items:center}.glossary-list-wrap .focused-proj-row .file-edit-list-table-cell:nth-child(2){max-width:20%}.focused-proj-row .file-edit-list-table-cell:first-child{display:flex;align-items:center;width:100%;max-width:35%}.focused-proj-row .file-edit-list-table-cell{border-bottom:1px solid #ebecee}.focused-proj-row .file-edit-list-table-cell:last-child .user-project-icon span:hover,.focused-proj-row .file-edit-list-table-cell:last-child .project-edit-tools span:hover{background-color:#dce6f5}.focused-proj-row .file-edit-list-table-cell:last-child .user-project-icon{display:flex;width:10%}.focused-proj-row .file-edit-list-table-cell:nth-child(2){display:flex;width:100%;max-width:35%;justify-content:space-between}.focused-proj-row .file-edit-list-table-cell:last-child{width:100%;max-width:30%}.focused-proj-row .file-edit-list-table-cell:last-child .project-edit-tools{display:flex;width:auto;margin-right:10px}.focused-proj-row .file-edit-list-table-cell:last-child .status-conditions-part{margin-left:.4rem}.focused-proj-row.file-edit-list-table-row:hover .status-conditions-part .more-icon-empty{display:inline-block}.focused-proj-row.file-edit-list-table-row:hover .status-conditions-part .file-edit-proj-status-txt{width:100%;display:inline-block}.file-edit-proj-status-txt.docs-delete{cursor:pointer;display:none!important}.file-edit-inner-table .file-edit-proj-status-txt.docs-delete{padding:15px}.file-edit-inner-table:hover .file-edit-proj-status-txt.docs-delete img{display:block!important}.file-edit-inner-table .file-edit-proj-status-txt.docs-delete img{display:none!important}.file-edit-list-table-row:hover .file-edit-proj-status-txt{display:none}.file-edit-list-table-row:hover .more-icon-empty.remove{display:inline-block}.download-reload-area .icons,.converted-pdf-list-wrap .file-edit-list-table-row .file-edit-proj-status-txt .icons{color:#5f6368;font-size:20px}.download-reload-area .download{cursor:pointer;width:35px;height:35px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%}.converted-pdf-list-wrap .file-edit-list-table-row:hover .file-edit-proj-status-txt.uploaded{display:flex!important}.converted-pdf-list-wrap .file-edit-list-table-row .file-edit-proj-status-txt.uploaded{display:none!important}.converted-pdf-list-wrap .file-edit-list-table-row .file-edit-proj-status-txt{width:35px;height:35px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%}.file-edit-list-table-row .more-icon-empty{width:30px;height:30px;background-color:transparent;margin-left:8px}.download-reload-area .download:hover,.converted-pdf-list-wrap .file-edit-list-table-row .file-edit-proj-status-txt:hover{background-color:#e9eaea}.file-edit-list-table-row:hover .project-edit-tools{display:flex;position:absolute}.focused-proj-row.file-edit-list-table-row:hover .user-project-icon,.focused-proj-row.file-edit-list-table-row:hover .project-edit-tools{position:unset}.ai-project-analysis-modal-wrapper,.ailaysa-setup-settings-modal{z-index:1080!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.edit-instant-project-box.z-index-reduce{z-index:1070!important}.edit-instant-project-box.z-index-increase{z-index:1080!important}.edit-instant-project-box .rodal-mask{background:#0006!important}.edit-instant-project-box .rodal-dialog{width:558px!important;height:-moz-fit-content!important;height:fit-content!important;box-shadow:0 3px 14px #00000038!important;border-radius:4px!important}.edit-instant-project-box .header-wrapper{padding:18px 24px 19px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #DADCE0}.edit-instant-project-box .header-wrapper .modal-close-btn{height:28px;width:28px}.edit-instant-project-box .header-text{display:flex;align-items:center;gap:6px}.edit-instant-project-box .header-text h1{font-style:normal;font-weight:500;font-size:20px;line-height:1.4;color:#3c4043;margin-bottom:0}.edit-instant-project-box .body-wrapper{padding:26px 29px 21px 26px}.rodal-zoom-leave,.rodal-zoom-enter{animation:none!important}.rodal-fade-enter,.rodal-fade-leave{animation:none!important;animation-duration:none!important}.edit-instant-project-box .body-wrapper .details-cont{margin-bottom:28px}.edit-instant-project-box .body-wrapper .details-cont h1{font-style:normal;font-weight:500;font-size:16px;line-height:1.4;color:#3c4043;margin-bottom:0}.edit-instant-project-box .body-wrapper .language-details h2{font-style:normal;font-weight:500;font-size:14px;line-height:1.4;color:#222;margin-bottom:0}.edit-instant-project-box .body-wrapper .details-cont h2{font-style:normal;font-weight:400;font-size:14px;line-height:1.4;color:#222;margin-bottom:0}.edit-instant-project-box .body-wrapper .language-details h2{margin-bottom:6px}.edit-instant-project-box .body-wrapper .details-cont h2 span{color:#707070}.edit-instant-project-box .body-wrapper .language-details button{width:100%}.edit-instant-project-box .body-wrapper .language-details .ai-sl-tl-btn.input{cursor:text;font-style:normal;font-weight:400;font-size:14px;color:#3c4043}.edit-instant-project-box .body-wrapper .language-details .ai-sl-tl-btn{padding:8px 10px 9px 12px;background-color:transparent;border:1px solid #CED4DA;border-radius:2px;display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;cursor:pointer;transition:.3s all ease}.edit-instant-project-box .body-wrapper .language-details .ai-sl-tl-btn .text{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#7e7e7e}.edit-instant-project-box .body-wrapper .language-details .ai-sl-tl-btn .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;text-align:center;color:#5f6368}.edit-instant-project-box .body-wrapper .edit-proj-button-row{margin-top:37px;display:flex;align-items:center;justify-content:space-between}.edit-instant-project-box .body-wrapper .edit-proj-button-row .instant-edit-delete-btn{padding:9px 9px 9px 12px;background-color:transparent;border-radius:3px;display:flex;align-items:center;gap:10px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043;transition:.3s all ease}.edit-instant-project-box .body-wrapper .edit-proj-button-row .instant-edit-delete-btn:hover{background-color:#ebebeb;transition:.3s all ease}.edit-instant-project-box .body-wrapper .edit-proj-button-row .instant-edit-update-btn{padding:10px 24px 11px;background-color:#0074d3;border-radius:3px;cursor:pointer;font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#fff}.instant-edit-update-btn .lds-spinner{left:-25px!important}.ai-project-analysis-modal-wrapper .rodal-dialog{width:1200px!important;height:634px!important;max-height:90%!important;box-shadow:0 3px 14px #00000038!important;border-radius:10px!important}.ailaysa-setup-settings-modal .rodal-dialog{width:1250px!important;height:700px!important}.ailaysa-save-alert-modal .rodal-mask,.ailaysa-convert-options-modal .rodal-mask{border-radius:10px}.ai-project-analysis-wrapper{display:flex;flex-direction:column;height:100%}.ai-project-analysis-wrapper .analysis-header-wrapper{padding:21px 23px 17px 32px;border-bottom:1px solid #DADCE0;height:75px;display:flex;align-items:center}.ai-project-analysis-wrapper .analysis-header-wrapper .analysis-header-txt .bar-chart-icon{font-size:28px;color:#0074d3}.ai-project-analysis-wrapper .analysis-header-wrapper .analysis-header-txt{display:flex;align-items:center;justify-content:space-between;width:100%}.ai-project-analysis-wrapper .analysis-header-wrapper .analysis-header-txt .title{font-style:normal;font-weight:500;font-size:20px;line-height:1.4;color:#3c4043;padding-left:5px}.ai-project-analysis-wrapper .analysis-body-wrapper .download-wrap{padding:3px 10px;margin:8px 0;float:right;background-color:transparent;border-radius:5px}.ai-project-analysis-wrapper .analysis-body-wrapper .download-wrap span{font-style:normal;font-weight:400;font-size:14px;line-height:1.4;color:#3c4043;padding-left:5px}.ai-project-analysis-wrapper .analysis-header-wrapper .analysis-header-txt .close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%}.ai-project-analysis-wrapper .analysis-body-wrapper .download-wrap:hover,.ai-project-analysis-wrapper .analysis-header-wrapper .analysis-header-txt .close:hover{background-color:#e9eaea;cursor:pointer}.ai-project-analysis-wrapper .analysis-header-wrapper .analysis-header-txt .close .bar-char-close{font-size:23px;color:#5f6368}.ai-project-analysis-wrapper .analysis-body-loader-wrapper{padding:20px 36px;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.ai-project-analysis-wrapper .analysis-body-loader-wrapper h4{font-size:18px;margin-top:10px}.ai-project-analysis-wrapper .analysis-body-wrapper{padding:20px 36px;overflow:auto}.ai-project-analysis-wrapper .analysis-header-txt{height:10px}.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-proj-name-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:10px}.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-proj-name-wrapper .proj-name{font-style:normal;font-weight:500;font-size:16px;line-height:1.4;color:#3c4043;margin-bottom:0}.analysis-lang-pair-collapse-wrapper .analysis-lang-pair-item .download-wrap .download,.ai-project-analysis-wrapper .analysis-body-wrapper .download-wrap .download{color:#5f6368;font-size:20px}.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table{border:1px solid #D9E0E3}.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.sub-header,.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.main-header{border-bottom:1px solid #D9E0E3}.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.body-row td:not(:last-child),.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.main-header th:not(:last-child),.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.sub-header th:not(:last-child){border-right:1px solid #D9E0E3}.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.main-header th:first-child{vertical-align:middle;border-top-left-radius:4px}.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.main-header th:last-child{border-top-right-radius:4px}.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.body-row td{width:9%;max-width:100%;padding:11px 12px;font-style:normal;font-weight:500;font-size:16px;line-height:1.4;color:#000;margin-bottom:0;text-align:center}.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.body-row td:nth-child(2){font-weight:900}.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.sub-header th,.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.main-header th{width:9%;max-width:100%;padding:11px 12px;font-style:normal;font-weight:400;font-size:14px;line-height:1.4;color:#3c4043;margin-bottom:0;text-align:center}.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.sub-header,.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.main-header{background-color:#f0f2f46b}.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.body-row,.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.sub-header,.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table tr.main-header,.ai-project-analysis-wrapper .analysis-body-wrapper .analysis-table-wrapper table{width:100%}.analysis-lang-pair-collapse-wrapper .analysis-lang-pair-item{padding-top:18px;padding-bottom:18px;border-bottom:1px solid #E0E6E9}.marg-add{margin-bottom:12px}.analysis-lang-pair-collapse-wrapper .analysis-lang-pair-item .analysis-lang-wrapper{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.analysis-lang-pair-collapse-wrapper .analysis-lang-pair-item .analysis-lang-pair-row{display:flex;align-items:center}.analysis-lang-pair-collapse-wrapper .analysis-lang-pair-item .analysis-lang-pair-row .file-name-wrap{display:flex;align-items:center;gap:5px;padding-right:14px}.analysis-lang-pair-collapse-wrapper .analysis-lang-pair-item .analysis-lang-pair-row .file-name-wrap .filename{font-style:normal;font-weight:500;font-size:14px;line-height:1.4;color:#3c4043}.analysis-lang-pair-collapse-wrapper .analysis-lang-pair-item .analysis-lang-pair-row .lang-pair{display:flex;align-items:center}.analysis-lang-pair-collapse-wrapper .analysis-lang-pair-item .analysis-lang-pair-row .collapse-arrow{padding-right:10px}.analysis-lang-pair-collapse-wrapper .analysis-lang-pair-item .analysis-lang-pair-row .collapse-arrow .arrow{font-size:20px;color:#5f6368}.analysis-lang-pair-collapse-wrapper .analysis-lang-pair-item .analysis-lang-pair-row .lang-pair span{background:#e8f0fe;border-radius:2px;padding:3px 5px;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#0074d3}.ailaysa-convert-modal{padding:23px 25px;height:100%}.ailaysa-convert-modal .title{font-style:normal;font-weight:500;font-size:20px;line-height:24px;color:#000;margin-bottom:24px}.ailaysa-convert-modal .form-box .form-container label{font-style:normal;font-weight:500;font-size:14px;line-height:1.3;color:#161c2d;margin-bottom:8px}.ailaysa-convert-modal .form-box .form-container .input-form-control{border:1px solid #CED4DA;border-radius:2px;display:flex;align-items:center;justify-content:space-between;padding:10px 11px;height:40px}.ailaysa-convert-modal .form-box .form-container .input-form-control span{font-style:normal;font-weight:400;font-size:14px;line-height:1.3;color:#161c2d}.ailaysa-convert-modal .form-box .form-container .input-form-control .file-input-select label{cursor:pointer;margin-bottom:0}.ailaysa-convert-modal .form-box .form-container{margin-bottom:19px}.ailaysa-save-alert-modal .rodal-dialog{width:436px!important;height:210px!important;border-radius:4px!important}.ailaysa-convert-options-modal .rodal-dialog{width:554px!important;height:316px!important;border-radius:4px!important}.ailaysa-save-alert-wrapper{padding:12px 25px 20px;height:100%}.ailaysa-save-alert-wrapper .ai-save-alert-header{display:flex;align-items:center;justify-content:flex-end}.ailaysa-wordcount-modal{z-index:1080!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.ai-find-editor-modal{z-index:1080!important}.rodal-dialog{border:none;box-shadow:0 3px 14px #00000038!important;border-radius:10px!important;height:-moz-fit-content;height:fit-content;padding:0!important}.ailaysa-wordcount-modal .rodal-dialog{border:none;box-shadow:0 3px 14px #00000038!important;border-radius:10px!important;width:365px!important;height:-moz-fit-content!important;height:fit-content!important;padding:0!important}.ailaysa-manage-modal .rodal-mask,.ailaysa-wordcount-modal .rodal-mask{background-color:#00000040!important}.ai-find-editor-modal .rodal-mask{background-color:#00000080!important}.ai-find-editor-modal .rodal-dialog{box-shadow:0 3px 14px #00000038!important;border-radius:6px!important}.ai-project-analysis-modal-wrapper .rodal-mask{background-color:#000!important;opacity:.2}.ailaysa-setup-settings-modal .rodal-mask{background-color:#000!important;opacity:.4}.rodal-mask{background-color:#0003!important}.settings-heading-title{padding-left:28px;display:flex;align-items:center;margin-bottom:18px}.settings-heading-title span{font-style:normal;font-weight:500;font-size:20px;line-height:24px;color:#3c4043;padding-left:8px}.word-count-heading-title{font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#3c4043;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:330px}.settings-head span.settings-heading-title img{margin-right:.4rem;position:relative;top:-2px}.word-count-head span.word-count-heading-title img{width:32px;position:relative;top:-3px}.wordcount-content-box{padding:1rem 28px 2rem}.wordcount-content-row{display:flex;flex-wrap:wrap;align-items:center}.wordcount-content-col{width:50%;max-width:100%;padding:16px}.wordcount-content-col:first-child{padding:16px 16px 16px 0}.wordcount-content-col:last-child{padding:16px 0 16px 16px}.wordcount-content-col:not(:last-child){border-right:1px solid #dbdbdb}.wordcount-content-col-box small{font-style:normal;font-weight:400;font-size:12px;line-height:2.5;color:#3c4043}.wordcount-content-col-box p{font-style:normal;font-weight:500;font-size:30px;line-height:24px;color:#000;margin-bottom:0}.assets-qa-tab-wrapper,.settings-head{padding:19px 0;width:100%;max-width:248px;border-right:1px solid #F0F0F0}.version-control-integration,.ailaysa-manage-modal{z-index:1080!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.assign-manage-cont{position:relative;padding:14px 20px 14px 34px}.file-assigned-member-lists{display:flex;flex-wrap:wrap}.word-count-head{display:flex;align-items:center;justify-content:space-between;padding:10px 18px}.settings-close-btn{height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:.4s all ease}.save-alert-close-btn img{width:26px}.settings-close-btn:hover{background:#e9eaea;cursor:pointer}.save-alert-close-btn{height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;position:relative;right:-12px}.save-alert-close-btn:hover{background:#e9eaea;cursor:pointer}.ailaysa-save-alert-wrapper .modal-title{font-style:normal;font-weight:500;font-size:20px;line-height:1.5;color:#000;margin-bottom:11px;margin-top:9px}.ailaysa-save-alert-wrapper .button-row{display:flex;align-items:center;justify-content:flex-end}.ailaysa-save-alert-wrapper .button-row .setting-update-btn{padding:10px 30px!important}.ailaysa-save-alert-wrapper .modal-desc{font-style:normal;font-weight:400;font-size:14px;line-height:1.3;color:#3c4043;margin-bottom:45px}.word-count-close-btn{height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:.4s all ease}.word-count-close-btn:hover{background:#e9eaea;cursor:pointer}.settings-update-btn{display:flex;align-items:center;justify-content:flex-end;padding:16px 25px;height:67px;border-top:1px solid #F0F0F0}.settings-nav-container{padding:0 10px 0 0!important;border-bottom:0px solid #dee2e6!important;flex-direction:column}.settigs-inner-row{width:96%}.tab-column{width:21.335%;position:relative}.tab-working-cont{width:78.665%;padding:0px 30px 1.5rem 60px}.settings-tab{display:flex;padding:11px 25px;align-items:center;justify-content:space-between;width:100%;border-bottom:1px solid #F0F0F0;height:64px}.settings-tab h1{font-style:normal;font-weight:500;font-size:20px;line-height:24px;color:#3c4043!important;margin-bottom:0}.settings-inner-tab-item{padding-bottom:.4rem}.settings-inner-tab-item:last-child{padding-bottom:0rem}.assets-dropdown-wrap{border:2px dashed #B1B8C1!important;border-radius:5px!important;margin-top:7px!important;margin-bottom:26px;height:171px!important;background-color:transparent!important}.reset-icon-set{width:13px;height:13px}.settings-inner-setup-btn{font-style:normal;font-weight:400;font-size:13px;line-height:14px;color:#3c4043!important;padding:10px 25px!important;border:none!important;border-radius:0 15px 15px 0!important;transition:.4s all ease;background-color:transparent}.settings-inner-setup-btn:hover{background-color:#f1f1f1!important;color:#3c4043!important;cursor:pointer}.settings-inner-setup-btn.active{color:#0074d3!important;font-weight:500!important;background-color:#e8f0fe!important}.tab-border-bot-remove{border-bottom:0px!important;padding-top:7px}.tbx-file-list-wrapper{padding:22px 0}.tbx-file-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:35px;padding:0 12px}.tbx-file-list-header h2{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#3c4043!important;margin-bottom:0}.tbx-file-list-wrapper ul.tbx-file-list-heading,.tbx-file-list-wrapper ul.tmx-tbx-file-list-heading,.tmx-tbx-file-list ul.tbx-file-list-heading,.tmx-tbx-file-list ul.tmx-tbx-file-list-heading{padding:0;display:flex;width:100%;list-style-type:none;border-bottom:1px solid #ebecee;margin-bottom:0}ul.tmx-tbx-files-list-new li{width:100%;border-bottom:1px solid #F0F0F0;padding:10.5px 10px;transition:.4s all ease;display:flex;align-items:center;height:61px}.tmx-tbx-files-del-box{width:40px;height:40px;background-color:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:auto;cursor:pointer;transition:.3s all ease}.tmx-tbx-files-del-box:hover{background-color:#e9eaea}ul.tmx-tbx-files-list-new li:hover .tmx-tbx-files-delete{display:flex}ul.tmx-tbx-files-list-new li .tmx-tbx-action-wrap,ul.tmx-tbx-files-list-new li .tmx-tbx-files-wrap{width:50%}ul.tmx-tbx-files-list-new li .tmx-tbx-action-wrap{display:flex;align-items:center;justify-content:space-between}ul.tmx-tbx-files-list-new li .tmx-tbx-files-delete{display:none;align-items:center;justify-content:flex-end}ul.tbx-file-list{padding:10.5px 12px!important;border-bottom:1px solid #F0F0F0;height:61px}ul.tbx-file-list li:first-child{width:40%}ul.tbx-file-list li:last-child{width:60%}ul.tbx-file-list-form li{width:50%;padding:5px 10px}ul.tbx-file-list li:nth-child(2),ul.tbx-file-list-form li:nth-child(2){display:flex;align-items:center;justify-content:space-between}ul.tmx-tbx-files-list li:first-child{width:90%;padding:5px 10px}ul.tmx-tbx-file-list-form li:first-child{width:40%}.tmx-tbx-file-list ul.tbx-file-list-heading li:first-child{width:40%;padding:5px 10px}.tmx-tbx-file-list ul.tbx-file-list-heading li:nth-child(2){width:45%;padding:5px 10px}.tmx-tbx-file-list ul.tmx-tbx-file-list-heading li:first-child{width:100%;padding:5px 10px}.tmx-tbx-file-list ul.tmx-tbx-file-list-heading li:first-child .first-head{width:85%}.tmx-tbx-file-list ul.tmx-tbx-file-list-heading li:last-child .last-head{width:15%;text-align:center}ul.tmx-tbx-file-list-form li:nth-child(2){width:45%;padding:5px 10px}ul.tmx-tbx-files-list li:nth-child(2){width:10%;padding:5px 0;text-align:center}ul.tmx-tbx-file-list-form li:nth-child(3),.tmx-tbx-file-list ul.tbx-file-list-heading li:nth-child(3){width:15%;padding:5px 8px 5px 0;text-align:center}.tmx-tbx-file-list ul.tmx-tbx-file-list-heading li:nth-child(2){width:15%;padding:5px 8px 5px 5px;text-align:center}.tmx-tbx-file-list ul.tmx-tbx-file-list-heading li span,.tbx-file-list-wrapper ul.tbx-file-list-heading li span,.tmx-tbx-file-list ul.tbx-file-list-heading li span{font-style:normal;font-weight:500;font-size:13px;line-height:14px;color:#3c4043}.tbx-file-list-wrapper ul.tbx-file-list-heading{display:flex;align-items:center;padding-bottom:17px}.tbx-file-list-wrapper ul.tbx-file-list-heading li{width:50%;max-width:100%;padding:0 10px}.tm-margin-add{margin-bottom:22px!important}ul.tbx-file-list-form,ul.tmx-tbx-file-list-form{padding:0;display:flex;width:100%;list-style-type:none;border-bottom:0px solid #d8e6ff;background-color:transparent;align-items:center;margin-bottom:10px}ul.tmx-tbx-files-list-new{flex-direction:column;border-top:1px solid #F0F0F0}ul.tmx-tbx-files-list-new,ul.tbx-file-list,ul.tmx-tbx-files-list{padding:0;display:flex;width:100%;list-style-type:none;margin-bottom:0;align-items:center;transition:.4s all ease}ul.tbx-file-list:hover .setting-wrong-btn-algin{display:flex;cursor:pointer}ul.tmx-tbx-files-list-new li:hover,ul.tbx-file-list:hover,ul.tmx-tbx-files-list li:hover{box-shadow:0 3px 6px #0000001a;transition:.4s all ease}ul.tmx-tbx-files-list-new li:hover .setting-file-edit-translation-txt,ul.qa-file-list-wrapper.qa-list-updated:hover .selected-job-value,ul.tbx-file-list:hover .setting-file-edit-translation-txt,ul.tmx-tbx-files-list:hover .setting-file-edit-translation-txt{display:none}ul.tmx-tbx-files-list-new li:hover .settings-job-select,ul.qa-file-list-wrapper.qa-list-updated:hover .settings-job-select,ul.tbx-file-list:hover .settings-job-select,ul.tmx-tbx-files-list:hover .settings-job-select{display:block}ul.tmx-tbx-files-list-new li.qa-list-updated .tmx-tbx-action-wrap .setting-file-edit-translation-txt,ul.qa-file-list-wrapper.qa-list-updated .settings-job-select{display:none}ul.tmx-tbx-files-list-new li.qa-list-updated .tmx-tbx-action-wrap .tmx-tbx-files-delete,ul.qa-file-list-wrapper .action-wrapper{display:flex!important}ul.tmx-tbx-files-list-new li.qa-list-updated .tmx-tbx-action-wrap .settings-job-select,ul.qa-file-list-wrapper.qa-list-updated .selected-job-value,ul.qa-file-list-wrapper .settings-job-select{display:block}.settings-job-select .MuiFormControl-root{width:300px}.upload-tmx-link label{display:flex;align-items:center;gap:6px;width:fit-content;width:-moz-fit-content;font-weight:400;font-style:normal;font-size:14px;line-height:1.3;padding:6px 10px;border-radius:3px;color:#0074d3!important;cursor:pointer;margin-bottom:0!important}.upload-tmx-link label:hover{background-color:#e8f0fe}.setting-select-placeholder-text{font-weight:400;font-style:normal;font-size:13px;color:#3c4043}.setting-select-width .setting-select-width{min-height:28px!important}.setting-wrong-btn-algin{display:none;align-items:center;justify-content:center}.settings-doc-icon{padding-right:.4rem}.settings-job-select{width:100%;display:none;transition:.3s all ease}.settings-job-select-link{display:block;transition:.3s all ease}.ailaysa-convert-modal .button-row{display:flex;align-items:center;justify-content:flex-end;margin-top:28px}.ailaysa-convert-modal .form-box .form-container .MuiInput-root{width:100%}.range-sliding-wrap .MuiSlider-root{width:230px}.range-sliding-wrap .MuiSlider-rail{height:4px;border-radius:4px;background-color:#0074d34d}.range-sliding-wrap .MuiSlider-track{height:6px;border-radius:4px;background-color:#0074d3}.range-sliding-wrap .MuiSlider-thumb{height:20px;width:20px;background-Color:#0074d3;margin-top:-1px;box-shadow:#00000070 0 1px 2px}.range-sliding-wrap .MuiSlider-thumb.Mui-focusVisible,.range-sliding-wrap .MuiSlider-thumb:hover{box-shadow:#0074d32b 0 0 0 8px}.range-sliding-wrap .MuiSlider-thumb.MuiSlider-active{box-shadow:#0074d32b 0 0 0 14px}.setting-update-btn{background:#0074d3;padding:10px 17px;border-radius:3px;border:0px;font-weight:500;font-style:normal;font-size:13px;line-height:15px;color:#fff}.settings-qa-btn{background:#0074d3;padding:10px 17px;border-radius:3px;border:0px;font-weight:500;font-style:normal;font-size:13px;line-height:15px;color:#fff;float:right;margin-top:10px}.setting-close-btn{background:transparent;padding:10px 17px;border-radius:3px;border:0px;font-weight:500;font-style:normal;font-size:13px;line-height:15px;color:#3c4043;transition:.4s all ease;margin-right:1rem}.setting-close-btn:hover{background:#ebebeb}.reference-list{padding:27px 25px 0}.reference-list ul.tmx-tbx-file-list-heading li:first-child{width:90%;padding:5px 10px}.reference-list ul.tmx-tbx-file-list-heading li:nth-child(2){width:10%;padding:5px 0;text-align:center}.reference-list ul.tmx-tbx-files-list li:first-child,.reference-list ul.tmx-tbx-file-list-form li:first-child{width:90%;padding:5px 10px}.reference-list ul.tmx-tbx-files-list li:nth-child(2),.reference-list ul.tmx-tbx-file-list-form li:nth-child(2){width:10%;padding:5px 0}.slider-border-top-remove{border-top:0px solid #F0F0F0!important}.range-slider-container{width:61.9%;border-top:1px solid #F0F0F0;padding-top:21px;height:auto;display:flex;flex-direction:column}.range-btn-slider-container{width:auto;padding:35px 0rem 0rem 0px}.range-btn-slider-container .reset-def{font-weight:400;font-style:normal;font-size:14px;line-height:1.5;color:#3c4043;margin-bottom:9.5px}.MuiSlider-thumb.MuiSlider-active{box-shadow:0 0 0 14px #0074d32b!important}.range-slider-title,.range-slider-title-1{font-weight:400;font-style:normal;font-size:14px;line-height:1;color:#3c4043}.range-slider-input,.range-slider-input-1{margin-left:1rem}.range-slider-input-1 input,.range-slider-input input{padding:5px;width:40px;height:40px;border-radius:3px;font-weight:500;font-style:normal;font-size:16px;line-height:24px;color:#3c4043;text-align:center;border:1px solid #dadce0}.range-slider-input-1 input:focus,.range-slider-input input:focus{border:2px solid #0074d3;width:40px;height:40px}.range-slider-input span{font-weight:500;font-style:normal;font-size:16px;line-height:24px;color:#3c4043;margin-left:.5rem}.range-slider-part{display:flex;flex-direction:column;margin-bottom:16px}.range-sliding-wrap{display:flex;align-items:center}.range-slider-part:last-child{margin-bottom:0}.MuiSlider-mark{width:0!important;height:0!important}.file-upload-instruction{display:flex;align-items:center;margin-top:10px;margin-bottom:30px;justify-content:space-between}.file-upload-instruction-new{display:flex;align-items:center;margin-top:10px;justify-content:space-between;margin-bottom:6px}.overall_mt_engine_active{border-radius:4px;border:1px solid #0073DF;padding:18px;flex-direction:row-reverse;background:linear-gradient(0deg,#f0f8ff,#f0f8ff),#fff}.overall_mt_engine{border-radius:4px;border:1px solid #C0C8CE;background:#fff;padding:18px;flex-direction:row-reverse;cursor:pointer}.supp-file-format{margin-bottom:10px}.overall-draganddrop{display:flex;justify-content:space-between;flex-direction:column;height:100%}.max-word-note,.max-file-note{font-weight:400;font-style:normal;font-size:13px;line-height:1.2;color:#a5a5a5;text-align:center}.max-word-note{padding-right:11px;border-right:1px solid #a5a5a5}.add-padd-left,.max-file-note{padding-left:11px}.max-file-note span,.max-word-note span{font-weight:500;font-style:normal;font-size:13px;line-height:1.2;color:#7f7f7f}.supported-file-tooltip{font-weight:400;font-style:normal;font-size:13px;line-height:24px;color:#7f7f7f}.supported-file-tooltip-new{color:#0073df;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.supp-file-format{display:flex;justify-content:space-between;align-items:center}.supp-file-format>div{cursor:pointer;position:relative}.supp-file-format>div:hover .supp-file-format-list{display:block;transition:.3s all ease}.imp-icon-img{margin-right:.5rem}.imp-icon-img img{position:relative;top:-2px}.trans-btn-box,.get-mt-box{position:relative}.mt-disclaimer{padding:12px 8px 8px;background:#fff;box-shadow:0 2px 8px #0000003d;position:absolute;width:252px;height:auto;border-radius:4px;left:-108px;top:-62px;z-index:20;transition:.3s all ease;text-align:center;cursor:context-menu}.mt-disclaimer .disclaimer-close{width:15px;height:15px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#e9e9e9;font-size:10px;color:#5f6368;cursor:pointer}.icon-mt-disclaimer{padding:8px;background:#fff;box-shadow:0 2px 8px #0000003d;position:absolute;width:252px;height:auto;border-radius:4px;right:-106px;top:-44px;z-index:20;transition:.3s all ease;text-align:center;cursor:context-menu;display:none}.target-translate-term-box span:hover .icon-mt-disclaimer{display:block;cursor:pointer}.small-close{position:absolute;font-size:9px;right:3px;top:3px;width:14px;height:14px;border-radius:50%;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.small-close:hover{background-color:#ebebeb}.icon-mt-disclaimer:after,.mt-disclaimer:after{content:"";width:10px;height:10px;margin:auto;transform:rotate(-45deg);background:#fff;position:absolute;box-shadow:-8px 7px 14px #0000003d;z-index:-1;bottom:-5px;left:calc(53% - 10px);text-align:center}.icon-mt-disclaimer p,.mt-disclaimer p{font-weight:400;font-style:normal;font-size:13px;line-height:1.2;margin-bottom:0}.mt-disclaimer p img{width:15px;height:15px}.imp-credits-icon-img{margin-right:1rem}.imp-credits-icon-img img{position:relative;top:-2px}.supp-file-format-list{padding:11px 18px;background:#fff;box-shadow:0 2px 8px #0000003d;position:absolute;width:401px;height:auto;border-radius:4px;left:-130px;top:-95px;display:none;transition:.3s all ease;z-index:10}.supp-file-format-list p{font-weight:400;font-style:normal;font-size:13px;line-height:22px;color:#3c4043;margin-bottom:0;text-align:center}.navbar-display-hide{display:none!important}.writer-wrap .navbar-display-logo{width:auto;padding:0!important;margin-right:20px}.navbar-display-show{display:flex;height:100%;padding:10px 8px}.nav-projects-link{display:flex;align-items:center;justify-content:flex-end;padding-right:5px;border-radius:2px;transition:.4s all ease;cursor:pointer;width:fit-content;width:-moz-fit-content;margin-left:auto}.nav-projects-link span{color:#5f6368;font-weight:400;font-style:normal;font-size:13px;line-height:14px;position:relative;top:0;text-wrap:nowrap}.nav-projects-link:hover{background:#ebebeb}.nav-projects-link.icon{width:34px;height:34px;justify-content:center;border-radius:50%}.untarget-lang-row-align span{color:#989898;font-weight:400;font-style:normal;font-size:12px;line-height:24px;margin-left:.1rem}.comment-msg-info-part{display:flex;align-items:center}.untarget-lang-row-align{display:flex;justify-content:space-between;align-items:center;padding:0 10px;position:relative;right:-25px}.focused-row .target-lang-row-align .untarget-lang-row-align{display:none}.comment-batch:after{content:"";background:#0074d3;width:9px;height:9px;border-radius:50%;display:inline-block;position:absolute;right:-1px;top:-1px}.project-doc-name{display:flex;width:100%;align-items:center;justify-content:center}.project-doc-name-ai{display:flex;align-items:center;position:relative}.Select.is-disabled{color:#ccc!important}.ai-project-analysis-wrapper .analysis-body-wrapper::-webkit-scrollbar,.assets-box-wrap::-webkit-scrollbar,.assets-minibox-wrap::-webkit-scrollbar,.tbx-files-box-wrapper::-webkit-scrollbar,.reference-files-box::-webkit-scrollbar,.tmx-tbx-files-box::-webkit-scrollbar{width:8px}.ai-project-analysis-wrapper .analysis-body-wrapper::-webkit-scrollbar-track,.tbx-files-box-wrapper::-webkit-scrollbar-track,.reference-files-box::-webkit-scrollbar-track,.tmx-tbx-files-box::-webkit-scrollbar-track{background:#fff}.ai-project-analysis-wrapper .analysis-body-wrapper::-webkit-scrollbar-thumb,.assets-box-wrap::-webkit-scrollbar-thumb,.assets-minibox-wrap::-webkit-scrollbar-thumb{background-color:#c8c6c4;border-radius:50px;border:2px solid #ffffff}.tbx-files-box-wrapper::-webkit-scrollbar-thumb,.reference-files-box::-webkit-scrollbar-thumb,.tmx-tbx-files-box::-webkit-scrollbar-thumb{background-color:#0074d3;border-radius:50px;border:2px solid #ffffff}.reference-files-box{height:-moz-fit-content;height:fit-content;max-height:300px;min-height:50px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:auto;scrollbar-color:#0074d3 #ffffff}.MuiInput-underline:before{content:unset!important;border-bottom:0px solid rgba(0,0,0,.42)!important}.MuiInput-underline:after{content:unset!important;border-bottom:0px solid rgba(0,0,0,.42)!important}.file-list-active{background:#f9f9f9}body.rodal{overflow:hidden}.back-align{display:flex;align-items:center;font-weight:500;font-style:normal;font-size:13px;line-height:24px;color:#5f6368;cursor:pointer;margin-bottom:.5rem}.create-tbx-header{border-bottom:1px solid #F0F0F0}.file-uploadbtn-row{display:flex;align-items:center;gap:11px}.create-tbx-title h2.inner-title{font-weight:500;font-style:normal;font-size:16px;line-height:1.5;color:#3c4043;margin-bottom:7px}.create-tbx-title p.tbx-note{font-weight:400;font-style:normal;font-size:13px;line-height:1.5;color:#3c4043;margin-bottom:30px}.file-uploadbtn-row .upload-icon{font-size:20px;color:#fff}.tbx-download-btn{font-weight:400;font-style:normal;font-size:14px;line-height:1.3;color:#3c4043;margin-left:.3rem}.title-msg{display:flex;align-items:center;justify-content:flex-start;margin-right:2rem}.create-tbx-title{display:flex;align-items:baseline;justify-content:flex-start;flex-direction:column;position:relative;margin-bottom:33px;padding:0 12px}.tbx-list{padding:27px 25px 0}.tbx-list ul.tmx-tbx-file-list-heading li:first-child{width:40%;padding:5px 10px}.tbx-list ul.tmx-tbx-file-list-heading li:nth-child(2){width:30%;padding:5px 10px;text-align:left}.tbx-list ul.tmx-tbx-file-list-heading li:nth-child(3){width:30%;padding:5px 0;text-align:center}.tbx-list ul.tmx-tbx-files-list li:first-child,.tbx-list ul.tmx-tbx-file-list-form li:first-child{width:40%;padding:5px 10px}.tbx-list ul.tmx-tbx-files-list li:nth-child(2),.tbx-list ul.tmx-tbx-file-list-form li:nth-child(2){width:35%;padding:5px 10px}.tbx-list ul.tmx-tbx-files-list li:nth-child(3),.tbx-list ul.tmx-tbx-file-list-form li:nth-child(3){width:25%;padding:5px 10px 5px 0;text-align:right}.credit-alert-box{animation-duration:.3s;animation:rodal-fade-enter ease-in both;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.credit-alert-bg{top:0;left:0;width:100%;height:100%;z-index:100;background-color:#00000094}.credit-alert-content-container-with-redirection{animation:rodal-zoom-enter cubic-bezier(.4,0,0,1.5) both;border:none;box-shadow:0 3px 14px #00000038;border-radius:10px;height:-moz-fit-content;height:fit-content;padding:20px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:101;background:#fff;animation-duration:.3s;width:580px;height:400px}.credit-alert-content-container{animation:rodal-zoom-enter cubic-bezier(.4,0,0,1.5) both;border:none;box-shadow:0 3px 14px #00000038;border-radius:10px;height:-moz-fit-content;height:fit-content;padding:17px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:101;background:#fff;animation-duration:.3s;width:500px;height:300px}.insuffient-txt-align{display:flex;align-items:center;margin-top:30px}.insuffient-desc{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#3c4043;margin:8px 0}.insuffient-txt-align>p{font-style:normal;font-weight:500;font-size:18px;line-height:24px;color:#3c4043;margin-bottom:0;margin-left:.5rem}.credits-head{display:flex;align-items:center;justify-content:flex-end}.credits-close-btn{height:25px;width:25px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:.4s all ease}.ai-alert-btn{font-style:normal;font-weight:500;font-size:13px;line-height:15px;color:#fff;padding:10px 15px;border-radius:3px;background-color:#0074d3;border:none}.ai-alert-btn-grey{font-style:normal;font-weight:500;font-size:13px;line-height:15px;color:#3c4043;padding:10px 15px!important;border-radius:3px;background-color:#ebebeb;border:none}.ai-alert-btn:hover{color:#fff;text-decoration:none}.credits-close-btn:hover{background:#e9eaea;cursor:pointer}.credits-text-cont{height:100%;display:flex;align-items:center;flex-direction:column;padding:36px 0}.sand-clock-loader-wrap>div{width:200px;height:100px}.analysis-loader-mapper>div{width:180px;height:100px}.credits-alert-warn-icon{width:48px;height:48px}.credits-text-cont-txt{font-weight:500;font-style:normal;font-size:18px;line-height:24px;color:#3c4043;margin-bottom:33px;margin-top:15px}.internal-user-no-members-list,.assign-manage-no-project-found{display:flex;flex-direction:column;align-items:center;justify-content:center;height:55vh;text-align:center}.internal-user-no-members-list a:hover{text-decoration:none}.ai-no-project-found{display:flex;flex-direction:column;align-items:center;justify-content:center;height:59vh}.doc-open-table-body{width:100%;height:100%}.doc-open-table-body .ai-no-project-found{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.ai-no-project-cont{display:flex;flex-direction:column;align-items:center;justify-content:center;width:500px;height:500px;border-radius:50%;background-color:#fff}.assign-manage-no-project-found img.empty-folder-img{width:110px;margin-bottom:1.5rem}.ai-no-project-found img.empty-folder-img{width:80px;margin-bottom:1rem}.assign-manage-no-project-found h2{font-weight:500;font-style:normal;font-size:20px;line-height:1.5;color:#3c4043;margin-bottom:1.5rem}.internal-user-no-members-list p{font-weight:400;font-style:normal;font-size:14px;line-height:1.5;color:#3c4043;margin-top:37px;margin-bottom:5px}.assign-add-new-project-btn{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#fff;display:flex;align-items:center}.assign-add-new-project-btn img{width:15px;margin-right:.4rem}.ai-no-project-found h2{font-weight:500;font-style:normal;font-size:15px;line-height:1.5;color:#3c4043;margin-bottom:2rem}.align-right{text-align:right!important;direction:rtl;unicode-bidi:bidi-override}.ai-large-file-alert-modal,.ai-tar-lang-select-modal,.ai-lang-select-modal{z-index:1080!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.ai-tar-lang-select-modal .rodal-dialog{border:none;box-shadow:0 3px 14px #00000038!important;border-radius:10px!important;height:calc(100vh - 120px)!important;padding:0!important;width:100%!important;max-width:75%}.ai-large-file-alert-modal .rodal-dialog{border:none;box-shadow:0 3px 14px #00000038!important;border-radius:10px!important;height:250px!important;padding:20px!important;width:350px!important;max-width:85%}.ai-lang-select-modal .rodal-dialog{border:none;box-shadow:0 3px 14px #00000038!important;border-radius:10px!important;height:calc(100vh - 120px)!important;padding:0!important;width:100%!important;max-width:75%}.drp-down-label,.ai-lang-select{padding:10px 19px 10px 21px;background-color:transparent;display:flex;justify-content:space-between;align-items:center;transition:.4s all ease;border-radius:3px;border:1px solid #ced4da}.ai-lang-select span{color:#3c4043;font-size:15px;line-height:24px;font-weight:400}.ai-lang-select .placeholder{color:#9b9fa2;white-space:nowrap}.ai-lang-select.disabled{background-color:#ededed;color:#5e6062c7}.ai-lang-select.disabled i{color:#5e6062c7!important}.ai-lang-select i{position:relative;top:1px}.ai-lang-select:hover{cursor:pointer}.glossary-input-form-field .form-group{margin-bottom:30px;position:relative}.glossary-input-form-field .form-group input{padding:10px 19px 10px 21px}.glossary-input-form-field .ai-lang-select{padding:10px 19px 10px 21px;background-color:transparent;display:flex;justify-content:space-between;align-items:center;transition:.4s all ease;border-radius:3px;border:1px solid #ced4da}.glossary-input-form-field .ai-lang-select span{color:#3c4043;font-size:15px;line-height:24px;font-weight:400}.glossary-input-form-field .ai-lang-select .placeholder{color:#9b9fa2}.glossary-input-form-field .ai-lang-select.disabled{background-color:#ededed;color:#5e6062c7}.glossary-input-form-field .ai-lang-select.disabled i{color:#5e6062c7!important}.glossary-input-form-field .ai-lang-select-error{border:1px solid #ffb8b569}.glossary-input-form-field .ai-lang-select i{position:relative;top:1px;font-size:12px;color:#3c4043!important}.glossary-input-form-field .ai-lang-select:hover{cursor:pointer}.lang-modal-wrapper{position:relative;height:100%}.lang-close{position:absolute;right:10px;top:10px;z-index:1080}.lang-modal-header{display:flex;align-items:center;justify-content:space-between;padding:17px 25px;border-bottom:1px solid #e0e0e0}.ai-modal-header{display:flex;align-items:center;justify-content:flex-end;padding:10px 25px}.lang-modal-header h1{color:#3c4043;font-size:18px;line-height:24px;font-weight:500;margin-bottom:0}.modal-close-btn{height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:.4s all ease}.modal-close-btn:hover{background:#e9eaea;cursor:pointer}.lang-modal-search-area{margin:10px;height:36px;border:1px solid #ced4da;outline:1px solid transparent;display:flex;align-items:center;padding:6px 12px 6px 16px;width:95%;border-radius:3px}.lang-modal-search-area.focused{height:36px!important;width:95%!important}.lang-modal-search-area .search-input{border:none;flex-grow:1;font-style:normal;font-weight:400;font-size:16px;line-height:1.5;color:#3c4043;background:transparent}.lang-modal-search-area .search-input:focus{border:0px solid #0074d3!important;border-radius:0!important}.lang-modal-search-area:focus-within{border:1px solid #0074d3!important;outline:1px solid #0074d3!important;border-radius:3px!important}.lang-modal-search-area .search-input::-moz-placeholder{font-style:normal;font-weight:400;font-size:16px;line-height:1.5;color:#98999e}.lang-modal-search-area .search-input::placeholder{font-style:normal;font-weight:400;font-size:16px;line-height:1.5;color:#98999e}.lang-modal-search-area .icon-wrap .icon,.lang-modal-search-area .search-icon .icon{font-size:20px;color:#7f7f7f}.lang-modal-search-area .icon-wrap{height:24px;width:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:.4s all ease}.ai-src-language-part{height:100%;overflow-x:hidden;overflow-y:auto}.lang-modal-search-area .icon-wrap:hover{background:#e9eaea;cursor:pointer}.search-not-found-wrapper{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;width:100%;height:75vh}.search-not-found-wrapper img{width:68px;height:74px}.search-not-found-wrapper h1{font-style:normal;font-weight:500;font-size:24px;line-height:1.5;color:#3c4043}.subject-model .rodal-dialog .ai-src-language-part{height:100%;overflow-x:unset;overflow-y:auto;padding:25px 25px 0}.subject-model .ai-source-langs-list{overflow-x:hidden;overflow-y:auto}.ai-source-language-cont{padding:25px;height:100%;position:relative;display:flex;flex-direction:column}ul.ai-source-langs-list{padding-left:0;position:relative;margin-bottom:0;list-style-type:none;-moz-column-count:7;column-count:7}ul.ai-source-langs-list.min-list{-moz-column-count:auto;column-count:auto}ul.ai-source-langs-list.min-list li.list{width:200px}ul.ai-source-langs-list li.list{padding:5px 25px 5px 5px;color:#3c4043;font-size:14px;line-height:24px;font-weight:400;border-radius:3px;margin-bottom:4px;margin-right:.4rem;width:100%;white-space:nowrap}ul.ai-source-langs-list li.list:hover{background-color:#f1f1f1;cursor:pointer}ul.ai-source-langs-list li.selected:hover,ul.ai-source-langs-list li.selected{background-color:#e8f0fe}ul.ai-source-langs-list li.selected .checked-icon{opacity:1}ul.ai-source-langs-list::-webkit-scrollbar-track{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;background-color:#fff}ul.ai-source-langs-list::-webkit-scrollbar{width:18px}ul.ai-source-langs-list::-webkit-scrollbar-thumb{border:7px solid transparent;background-clip:padding-box;border-radius:50px;background-color:#0000004d}.ai-lang-select-error{border:1px solid #ffb8b569}.checked-icon{opacity:0;padding-right:.4rem}.login-btn{color:#fff;font-size:15px;line-height:19px;font-weight:700;padding:10px 40px}.text-end{text-align:right}.workspace-textarea[contentEditable=true]:empty:not(:focus):before{content:attr(data-placeholder);color:gray;font-style:italic;unicode-bidi:embed}.ai-cookie-policy-section{margin:18px;position:fixed;bottom:0;left:0;width:420px;height:317px;background-color:#002744d9;backdrop-filter:blur(17px);-webkit-backdrop-filter:blur(17px);box-shadow:0 6px 40px #0000001a;-webkit-box-shadow:0px 6px 40px #0000001a;-moz-box-shadow:0px 6px 40px #0000001a;border-radius:5px;padding:33px 25px}.ai-cookie-policy-cont h1{font-family:Inter,sans-serif;color:#fff;font-size:15px;line-height:19px;font-weight:700;padding:15px 0;margin-bottom:0}.ai-cookie-policy-cont p{font-family:Inter,sans-serif;color:#fff;font-size:13px;line-height:16px;font-weight:400;margin-bottom:30px}.ai-cookie-button{background:#0074d3;border-radius:2px;font-family:Inter,sans-serif;color:#fff;font-size:14px;line-height:17px;font-weight:500;border:none;padding:17px 26px}.cookie-appearance-anim{animation:slide-up-fade-in ease 1s;animation-iteration-count:infinite;transform-origin:50% 50%;animation-fill-mode:forwards;-webkit-animation:slide-up-fade-in ease 1s;-webkit-animation-iteration-count:1;-webkit-transform-origin:50% 50%;-webkit-animation-fill-mode:forwards;-moz-animation:slide-up-fade-in ease 1s;-moz-animation-iteration-count:1;-moz-transform-origin:50% 50%;-moz-animation-fill-mode:forwards;-o-animation:slide-up-fade-in ease 1s;-o-animation-iteration-count:1;-o-transform-origin:50% 50%;-o-animation-fill-mode:forwards;-ms-animation:slide-up-fade-in ease 1s;-ms-animation-iteration-count:1;-ms-transform-origin:50% 50%;-ms-animation-fill-mode:forwards;opacity:1\	}.synonym-popover-box .popover .arrow{display:none}.paraphrase-popover-box .popover{width:-moz-fit-content!important;width:fit-content!important;max-width:250px!important}.spellcheck-popover-box .popover{margin-top:.3rem!important;min-width:130px;padding:5px 0;box-shadow:0 0 12px #00000036;border:0px}.synonym-popover-box .popover{margin-top:.3rem!important;width:130px;padding:10px 0;box-shadow:0 0 12px #00000036;border:0px}.spellcheck-popover-box .popover .popover-inner p,.synonym-popover-box .popover .popover-inner p{margin-bottom:0}.popover-header{padding:0!important;background-color:#fff!important;border:none!important}.spellcheck-popover-box .popover .popover-inner p.corrected-word{padding:3px 10px;transition:all .15s;margin-bottom:0;font-style:normal;font-weight:400;line-height:22px;color:#3c4043}.synonym-popover-drop-down .popover{z-index:1}.synonym-popover-box .popover .popover-inner p.corrected-word{padding:3px 10px;transition:all .15s;margin-bottom:0;font-style:normal;font-weight:400;line-height:22px;color:#3c4043}.spellcheck-popover-box .popover .popover-inner p.corrected-word:hover,.synonym-popover-box .popover .popover-inner p.corrected-word:hover{color:#0074d3;background-color:#e8f0fe}.spellcheck-popover-box .popover .popover-inner,.synonym-popover-box .popover .popover-inner{height:auto;max-height:150px;overflow-y:auto}.mt-translated-txt::-webkit-scrollbar-track{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;background-color:transparent}.sidebar-active-area-wrapper .tab-pane.active::-webkit-scrollbar-track,.spellcheck-popover-box .popover .popover-inner::-webkit-scrollbar-track,.synonym-popover-box .popover .popover-inner::-webkit-scrollbar-track{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;background-color:#fff}.sidebar-active-area-wrapper .tab-pane.active::-webkit-scrollbar,.mt-translated-txt::-webkit-scrollbar{width:18px}.sidebar-active-area-wrapper .tab-pane.active::-webkit-scrollbar-thumb,.mt-translated-txt::-webkit-scrollbar-thumb{border:7px solid transparent;background-clip:padding-box;border-radius:50px;background-color:#0000004d}.spellcheck-popover-box .popover .popover-inner::-webkit-scrollbar,.synonym-popover-box .popover .popover-inner::-webkit-scrollbar{width:3px;background-color:#fff}.spellcheck-popover-box .popover .popover-inner::-webkit-scrollbar-thumb,.synonym-popover-box .popover .popover-inner::-webkit-scrollbar-thumb{background-color:#0074d3;border-radius:50px}.synonym-highlight{background-color:transparent!important;color:#0074d3;font-weight:500}.synonym-replaced{font-weight:400;color:#3c4043;background-color:transparent!important}.sorting-container{margin-left:2rem;display:flex}.select__input{color:transparent}.select__placeholder,.team-select-placeholder-txt,.team-select-opt-txt{font-style:normal;font-weight:400;line-height:24px;font-size:13px;color:#3c4043!important;padding-left:.4rem}.select__value-container:hover .select__single-value .team-select-opt-txt,.select__value-container:hover .select__placeholder{color:#0074d3!important}.select__value-container:hover .team-placeholder-icon-box{background-color:#d4e8f9}.select__value-container .select__single-value .team-font-align span img{display:none}.select__value-container:hover .team-placeholder-icon-box span{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%3e%3cg%20id='groups_black_24dp'%20transform='translate(0.137%200.137)'%3e%3crect%20id='Rectangle_715'%20data-name='Rectangle%20715'%20width='18'%20height='18'%20transform='translate(-0.137%20-0.137)'%20fill='none'/%3e%3cg%20id='Group_254'%20data-name='Group%20254'%20transform='translate(0%204.431)'%3e%3cpath%20id='Path_411'%20data-name='Path%20411'%20d='M2.954,11.17A1.477,1.477,0,1,0,1.477,9.693,1.481,1.481,0,0,0,2.954,11.17Zm.835.812a5.157,5.157,0,0,0-.835-.074A5.133,5.133,0,0,0,.9,12.337,1.485,1.485,0,0,0,0,13.7v1.16H3.324V13.674A3.323,3.323,0,0,1,3.789,11.982Zm10.983-.812a1.477,1.477,0,1,0-1.477-1.477A1.481,1.481,0,0,0,14.771,11.17ZM17.726,13.7a1.485,1.485,0,0,0-.9-1.366,5.021,5.021,0,0,0-2.888-.355,3.323,3.323,0,0,1,.465,1.691v1.189h3.324ZM11.994,11.65a7.713,7.713,0,0,0-3.132-.665,7.837,7.837,0,0,0-3.132.665,2.207,2.207,0,0,0-1.3,2.024v1.189h8.863V13.674A2.207,2.207,0,0,0,11.994,11.65ZM8.863,6a2.216,2.216,0,1,0,2.216,2.216A2.213,2.213,0,0,0,8.863,6Z'%20transform='translate(0%20-6)'%20fill='%230078d4'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.team-font-align-1,.team-font-align{display:flex;align-items:center}.team-font-align span img{position:relative;top:-2px}.input-form-field-select{width:-moz-fit-content;width:fit-content;min-width:241px;max-width:65%}.team-placeholder-icon-box,.team-icon-box{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background-color:#e8e8e8;border-radius:50%}.team-placeholder-icon-box span,.team-icon-box span{width:18px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%3e%3cg%20id='groups_black_24dp'%20transform='translate(0.137%200.137)'%3e%3crect%20id='Rectangle_715'%20data-name='Rectangle%20715'%20width='18'%20height='18'%20transform='translate(-0.137%20-0.137)'%20fill='none'/%3e%3cg%20id='Group_254'%20data-name='Group%20254'%20transform='translate(0%204.431)'%3e%3cpath%20id='Path_411'%20data-name='Path%20411'%20d='M2.954,11.17A1.477,1.477,0,1,0,1.477,9.693,1.481,1.481,0,0,0,2.954,11.17Zm.835.812a5.157,5.157,0,0,0-.835-.074A5.133,5.133,0,0,0,.9,12.337,1.485,1.485,0,0,0,0,13.7v1.16H3.324V13.674A3.323,3.323,0,0,1,3.789,11.982Zm10.983-.812a1.477,1.477,0,1,0-1.477-1.477A1.481,1.481,0,0,0,14.771,11.17ZM17.726,13.7a1.485,1.485,0,0,0-.9-1.366,5.021,5.021,0,0,0-2.888-.355,3.323,3.323,0,0,1,.465,1.691v1.189h3.324ZM11.994,11.65a7.713,7.713,0,0,0-3.132-.665,7.837,7.837,0,0,0-3.132.665,2.207,2.207,0,0,0-1.3,2.024v1.189h8.863V13.674A2.207,2.207,0,0,0,11.994,11.65ZM8.863,6a2.216,2.216,0,1,0,2.216,2.216A2.213,2.213,0,0,0,8.863,6Z'%20transform='translate(0%20-6)'%20fill='%237f7f7f'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.word-count-contents{padding:0rem 28px}.word-count-proj-name{font-style:normal;font-weight:400;line-height:24px;font-size:14px;color:#3c4043;margin-bottom:0}.word-count-teams{display:flex;align-items:center}.word-count-teams span.team-name{font-style:normal;font-weight:400;line-height:1;font-size:12px;color:#7f7f7f;padding-left:.4rem}.assignmanage-workspace-row{display:flex;padding-top:1rem}.assignmanage-workspace-drpdown-row{margin-top:15px;margin-bottom:0}.breadcrumbs-wrapper{display:flex;align-items:center;gap:6px;margin-bottom:12px}.breadcrumbs-wrapper .category-txt:hover{cursor:pointer;text-decoration:underline;color:#0074d3;transition:.35s color ease-in-out,.35s -webkit-text-decoration ease-in-out;transition:.35s text-decoration ease-in-out,.35s color ease-in-out;transition:.35s text-decoration ease-in-out,.35s color ease-in-out,.35s -webkit-text-decoration ease-in-out}.file-trans-breadcrumbs-section{width:100%;max-width:100%;margin:auto auto 33px}.breadcrumbs-wrapper span{font-style:normal;font-weight:400;line-height:18px;font-size:14px;color:#8b8b8b;margin-bottom:0}.breadcrumbs-wrapper span.current-page-txt{color:#3c4043;font-weight:500}.assignmanage-workspace-col-wrapper{width:50%;max-width:100%}.assignmanage-workspace-col{border:1px solid #e5e5e5;border-radius:4px;background-color:#fff}.label-txt{font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#3c4043;margin-bottom:10px}.label-txt-new{font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#3c4043;margin-bottom:10px}.label-txt-new a{color:#0074d3}.assignmanage-workspace-col-wrapper:first-child{margin-right:15px}.assignmanage-workspace-col-wrapper:last-child{margin-left:15px}.assignmanage-team-header-row,.assignmanage-header-row{display:flex;align-items:center;border-bottom:1px solid #dbdbdb;position:relative;margin:20px 22px 0}.assignmanage-team-cell-row,.assignmanage-cell-row{display:flex;align-items:center;border-bottom:1px solid #ebecee;transition:.4s all ease;cursor:context-menu;cursor:pointer}.assignmanage-listing-container{height:auto;min-height:59vh;max-height:59vh;overflow:hidden;overflow-y:auto;padding:0 16px 14px;margin:6px}.assigned-row,.assignmanage-team-row-active,.assignmanage-row-active{background:#e5f1fb}.assignmanage-team-row-active .external-label{background-color:#fe9000;color:#fff}.assignmanage-team-row-active .internal-label,.assignmanage-row-active .assignmanage-cell-src-tar span{background-color:#0074d3;color:#fff}.assignmanage-team-cell-row:hover,.assignmanage-cell-row:hover{box-shadow:0 3px 6px #0000001a;transition:.4s all ease}.assignmanage-team-cell-row.assignmanage-team-row-active:hover .cell-box-radio,.assignmanage-cell-row.assignmanage-row-active:hover .cell-box{background-color:#e5f1fb}.assignmanage-team-cell-row.assignmanage-team-row-active:hover .cell-box-radio .MuiIconButton-label svg,.assignmanage-cell-row.assignmanage-row-active:hover .cell-box .MuiIconButton-label svg{color:#0074d3}.assignmanage-team-cell-row:hover .cell-box-radio,.assignmanage-cell-row:hover .cell-box{background-color:#ebebeb}.assignmanage-team-cell-row:hover .cell-box-radio .MuiIconButton-label svg,.assignmanage-cell-row:hover .cell-box .MuiIconButton-label svg{color:#5f6368}.assigned-task-icon{padding:9px}.assigned-task-icon img{filter:invert(26%) sepia(72%) saturate(2430%) hue-rotate(189deg) brightness(100%) contrast(101%)}.assignmanage-team-header-col{width:100%;max-width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse}.assignmanage-header-col:first-child{width:8%;max-width:100%;padding:0 0 7px 8px}.assignmanage-cell-col:first-child{width:8%;max-width:100%;padding:10px 0 11px 8px}.assignmanage-cell-col:last-child{width:46%;max-width:100%;padding:10px 8px 11px 0;overflow:hidden}.assignmanage-cell-col:nth-child(2){width:46%;max-width:100%;padding:10px 8px 11px 0}.assignmanage-team-cell-col:first-child{width:92%;max-width:100%;padding:10px 0 11px 8px}.assignmanage-team-cell-col:nth-child(2){width:57%;max-width:100%;padding:10px 0 11px 8px}.assignmanage-team-cell-col:last-child{width:15%;max-width:100%;padding:10px 8px 11px;display:flex;align-items:center;justify-content:flex-end;gap:12px}.person-remove-icon{color:#46494a;width:20px!important}.person-remove-wrapper{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%!important;background-color:transparent;transition:.3s all ease}.person-remove-wrapper:hover{background-color:#ebebeb;transition:.3s all ease}.bidded-rate-wrapper .collapse-btn{border-bottom:1px solid #ced4da;padding:4.5px 10px;width:100%;display:flex;align-items:center;justify-content:space-between}.bidded-rate-wrapper.bidded-rate-border-none .collapse-btn{border-bottom:0px solid #ced4da}.bidded-rate-wrapper{margin-top:10px;margin-bottom:20px;border:1px solid #ced4da;border-radius:3px}.bidded-rate-wrapper ul.bidded-rate-list{margin-bottom:0;padding:10px;list-style-type:none}.bidded-rate-wrapper ul.bidded-rate-list li span.title{font-style:normal;font-weight:500;line-height:24px;font-size:13px;color:#3c4043;margin-bottom:0}.bidded-rate-wrapper ul.bidded-rate-list li span.value{font-style:normal;font-weight:400;line-height:24px;font-size:13px;color:#3c4043;margin-bottom:0;margin-left:8px}.bidded-rate-wrapper .collapse-btn span{font-style:normal;font-weight:500;line-height:24px;font-size:13px;color:#3c4043;margin-bottom:0}.bidded-rate-wrapper .collapse-btn .arrow-icon{color:#46494a;width:20px!important}.bidded-rate-wrapper .collapse-btn .arrow-down-icon{color:#46494a;width:20px!important;transform:rotate(90deg);transition:.3s all ease}.bidded-rate-wrapper .value button{text-transform:capitalize!important;font-size:13px;position:relative;left:80px;height:25px}.assignmanage-header-col:nth-child(2){width:46%;max-width:100%;padding:0 0 7px}.assignmanage-header-col:nth-child(3){width:46%;max-width:100%;padding:0 0 7px 8px}.assignmanage-team-header-col .title,.assignmanage-header-col .title{font-style:normal;font-weight:500;line-height:24px;font-size:13px;color:#3c4043;margin-bottom:0}.find-edit-text{font-style:normal;font-weight:500;line-height:24px;font-size:13px;color:#fff}.assignmanage-team-cell-container,.assignmanage-team-cell-details,.assignmanage-cell-doc-details,.assignmanage-cell-src-tar{display:flex;align-items:center}.assignmanage-team-cell-details{width:180px}.editor-status span{padding:3px 10px;border-radius:2px;font-style:normal;font-weight:500;line-height:1.5px;font-size:13px;transition:.3s all ease}.editor-status span.status-blue{background:#e8f0fe;color:#0074d3;transition:.3s all ease}.assignmanage-team-row-active .editor-status span.status-blue{background:#0074d3;color:#fff;transition:.3s all ease}.editor-status span.status-yellow{background:#fe900029;color:#fe9000;transition:.3s all ease}.assignmanage-team-row-active .editor-status span.status-yellow{background:#fe9000;color:#fff;transition:.3s all ease}.editor-status span.status-teal{background:#20c99733;color:#09963f;transition:.3s all ease}.assignmanage-team-row-active .editor-status span.status-teal{background:#20c997;color:#fff;transition:.3s all ease}.avatar-initial{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:500;line-height:1.5;font-size:13px;color:#fff;text-transform:uppercase;border-radius:50%;background:#0074d3}.file-name{transition:.3s all ease;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;width:auto;max-width:130px}.avatar-img-icon img{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.assignmanage-cell-src-tar span{font-style:normal;font-weight:400;line-height:14px;font-size:12px;color:#0074d3;background-color:#e8f0fe;border-radius:2px;padding:2px 5.5px}.assignmanage-team-cell-content .name{line-height:1.4}.assignmanage-team-cell-content .name,.assignmanage-cell-doc-content .file span.file-word-count,.assignmanage-cell-doc-content .file{font-style:normal;font-weight:400;font-size:13px;color:#3c4043}.assignmanage-team-cell-content{padding-left:.7rem;line-height:1}.assignmanage-cell-doc-content{padding-left:.4rem;line-height:1}.assignmanage-team-cell-content .member-email,.assignmanage-cell-doc-content .team-name{font-style:normal;font-weight:400;font-size:11px;color:#bfbfbf}.external-label{background-color:#ffedd6;border-radius:2px;padding:3px 10px;font-style:normal;font-weight:500;font-size:13px;line-height:24px;color:#fe9000}.internal-label{background-color:#e8f0fe;border-radius:2px;padding:3px 10px;font-style:normal;font-weight:500;font-size:13px;line-height:24px;color:#0074d3}.unit-select__input,.currency-select__input,.vendor-select__input,.job-select__input,.project-select__input{color:transparent}.unit-select__control:hover .unit-select__placeholder,.currency-select__control:hover .currency-select__placeholder,.vendor-select__control:hover .vendor-select__placeholder,.job-select__control:hover .job-select__placeholder,.project-select__control:hover .project-select__placeholder{font-weight:400}.unit-select__control--is-focused,.currency-select__control--is-focused,.vendor-select__control--is-focused,.job-select__control--is-focused,.project-select__control--is-focused{border-color:#0074d3!important}.unit-select__control--is-focused .unit-select__single-value,.unit-select__control--is-focused .unit-select__placeholder,.currency-select__control--is-focused .currency-select__single-value,.currency-select__control--is-focused .currency-select__placeholder,.vendor-select__control--is-focused .vendor-select__single-value,.vendor-select__control--is-focused .vendor-select__placeholder,.job-select__control--is-focused .job-select__single-value,.job-select__control--is-focused .job-select__placeholder,.project-select__control--is-focused .project-select__placeholder,.project-select__control--is-focused .project-select__single-value{color:#0074d3}.unit-select__control--is-focused .unit-select__indicator #triangle-down-new,.unit-select__control--is-focused .unit-select__indicator #triangle-down,.currency-select__control--is-focused .currency-select__indicator #triangle-down,.vendor-select__control--is-focused .vendor-select__indicator #triangle-down,.job-select__control--is-focused .job-select__indicator #triangle-down,.project-select__control--is-focused .project-select__indicator #triangle-down{border-top-color:#0074d3}#triangle-down{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #747474}#triangle-down-new{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #3c4043}.project-jobs{margin-left:20px}.assignmanage-workspace-drpdown-col{display:flex;align-items:center;width:50%;max-width:100%}.assignmanage-workspace-drpdown-vendors-row{display:flex;align-items:center;justify-content:space-between;width:100%}.assignmanage-hire-linguist img{margin-right:.5rem;width:21px;filter:invert(63%) sepia(1%) saturate(330%) hue-rotate(105deg) brightness(79%) contrast(87%);transition:.3s all ease}.assignmanage-hire-linguist{padding:6px 12px;border:0px;border-radius:4px;background-color:#e9e9e9;display:flex;align-items:center;transition:.3s all ease;text-decoration:none}.assignmanage-hire-linguist:hover{text-decoration:none;background-color:#dbdbdb}.assignmanage-hire-linguist:focus{background-color:#dde9fc;outline:none;border:none}.assignmanage-hire-linguist:focus span{color:#0074d3}.assignmanage-hire-linguist:focus img{filter:invert(33%) sepia(75%) saturate(6059%) hue-rotate(192deg) brightness(100%) contrast(101%)}.assignmanage-hire-linguist span{font-style:normal;font-weight:500;font-size:12px;line-height:24px;color:#5f6368;transition:.3s all ease}.assign-setting-header{background-color:#0074d3;padding:9px 15px 9px 14px;display:flex;align-items:center;justify-content:space-between}.assign-close{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;transition:.3s all ease;cursor:pointer}.assign-close:hover{background-color:#fff3;transition:.3s all ease}.assign-setting-header .title{font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#fff;margin-bottom:0}.assign-step-process-container,.assign-settings-container{height:100%}.assign-step-process-container{display:flex}.assign-step-btn{padding:0!important;width:40px;height:40px;margin-left:4px;display:flex!important;align-items:center;justify-content:center;border-radius:50%!important;background-color:transparent;border:0!important;transition:.3s all ease;cursor:pointer}.assign-step-btn.nav-link:hover{background-color:#ebebeb;transition:.3s all ease}.assign-step-button-global.active .assign-step-btn{background-color:#d2e3fc}.assign-step-button-global.active{border-right:3px solid #0074d3;transition:.3s all ease}.assign-step-button-global{margin-top:16px;border-right:3px solid transparent;transition:.3s all ease}.step-process-container{width:342px}.assign-step-container-tab{width:53px;max-width:100%;flex-direction:column;border-bottom:0px!important;border-right:1px solid #dbdbdb;height:100%}.step-inner-cont{padding:21px 16px 21px 20px;margin:4px 4px 4px 0;flex-grow:1;overflow:hidden;overflow-y:auto}.step-process-tab{display:flex;flex-direction:column;justify-content:space-between;height:100%}.step-inner-header{display:flex;align-items:center;justify-content:space-between;width:100%}.step-inner-header .title{font-style:normal;font-weight:500;font-size:15px;line-height:24px;color:#3c4043}.step-inner-header .time-title{font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#5f6368}.step-inner-header .time-title span{font-weight:500}.instruction-file-upload .step-additional-files{padding:0}.instruction-file-upload .step-additional-files-list{margin-bottom:10px}.step-additional-files{padding:18px 0}.step-process-date-time-pickers,.step-payment-form{padding:30px 0}.step-process-date-time-pickers .form-group label,.step-payment-form .form-group label{font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#3c4043;margin-bottom:0}.step-process-date-time-pickers .form-group input{font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#3c4043}.step-process-date-time-pickers .form-group input::-moz-placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#3c4043;text-transform:uppercase}.step-process-date-time-pickers .form-group input::placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#3c4043;text-transform:uppercase}.step-additional-files-list{margin-bottom:16px}.step-file-upload-form .form-group label{font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#0074d3;margin-bottom:0;cursor:pointer}.step-file-upload-form .form-group label img{width:21px}.step-payment-form .form-group input.payment-input{border:1px solid #ced4da;border-radius:3px;padding:4.5px 10px;display:block;width:100%;text-align:end;font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#3c4043;transition:.3s all ease}.step-payment-form .form-group textarea.payment-textarea{border:1px solid #ced4da;border-radius:3px;padding:4.5px 10px;display:block;width:100%;font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#3c4043;transition:.3s all ease}.step-payment-form .form-group input.payment-input:focus{border:1px solid #0074d3;transition:.3s all ease}.step-payment-form .form-group textarea.payment-textarea::-moz-placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:24px;font-style:italic;color:#bcbcbc}.step-payment-form .form-group textarea.payment-textarea::placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:24px;font-style:italic;color:#bcbcbc}.step-payment-form .form-group textarea.payment-textarea:focus{border:1px solid #0074d3;outline:none;transition:.3s all ease}.step-payment-form .form-group input.payment-input::-moz-placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#d2d2d2}.step-payment-form .form-group input.payment-input::placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#d2d2d2}.step-additional-files .file-name-list{border-bottom:0px!important}.file-name-list .filename span.filename-length{color:#3c4043!important;padding:0 0 0 9px!important}.step-process-cancel-button{font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#3c4043}.step-process-assign-button,.step-process-next-button{font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#fff}.step-process-next-button:after{content:url("data:image/svg+xml,%3csvg%20width='9'%20height='9'%20viewBox='0%200%209%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.1%200L3.37737%200.722625L6.23712%203.5875H0V4.6125H6.23712L3.37737%207.47737L4.1%208.2L8.2%204.1L4.1%200Z'%20fill='white'/%3e%3c/svg%3e");width:8.2px;height:8.2px;padding-left:.55rem;position:relative;top:1px}.step-button-process{padding:22px 20px;height:125px}.datetimepicker-box-new{display:flex;align-items:center;justify-content:space-between;flex-grow:1;cursor:pointer}.datetimepicker-box{display:flex;align-items:center;justify-content:space-between;width:100%;padding:3.5px 10px;border:1px solid #ced4da;border-radius:3px;cursor:pointer;background-color:#fff}.datetimepicker-box input{border:0px}.datetimepicker-box-new input{width:72%;padding:3px 8px;border-radius:0;border:0;border-bottom:1px solid #E4E7E9}.datetimepicker-box-new input::-moz-placeholder{color:#9b9fa2;font-style:normal;font-weight:400;font-size:14px;line-height:15px;text-transform:uppercase}.datetimepicker-box-new input::placeholder{color:#9b9fa2;font-style:normal;font-weight:400;font-size:14px;line-height:15px;text-transform:uppercase}.datetimepicker-box-new input:hover{background-color:#f3f3f3;border-radius:0}.find-editor-search-bar .editor-row{display:flex;align-items:center;border-radius:4px;background-color:#fff}.find-editor-search-bar .editor-row .editor-col:first-child{width:30%;max-width:100%;border:1px solid #dbdbdb;border-radius:4px 0 0 4px;border-right:0px solid #dbdbdb}.find-editor-search-bar .editor-row .editor-col:nth-child(2){width:30%;max-width:100%;border:1px solid #dbdbdb;border-right:0px solid #dbdbdb;border-left:0px solid #dbdbdb}.find-editor-search-bar .editor-row .editor-col:last-child{width:40%;max-width:100%;border:1px solid #dbdbdb;border-right:1px solid #dbdbdb;border-left:0px solid #dbdbdb;border-radius:0 4px 4px 0}.editor-box-styles{padding:10px 0;margin:-2px 0}.editor-src-language{padding:10px 5px 10px 22px;margin:4px 0;border-right:1px solid #dbdbdb;cursor:pointer}.editor-src-language span{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#9b9b9b}.Content-type-select__single-value,.Subject-matters__single-value,.country-select__single-value{font-style:normal;font-weight:400;font-size:14px;color:#3c4043}.Content-type-select__placeholder,.Subject-matters__placeholder,.country-select__placeholder{font-style:normal;font-weight:400;font-size:14px;color:#9b9b9b}.find-editor-container{margin-top:13px}.vendor-search-button{font-style:normal;font-weight:500;font-size:13px;line-height:15px;color:#fff}.vendor-search-button img{padding-right:6px}.find-editor-main-part{display:flex;margin-top:30px}.find-editor-filter-bar{width:270px;min-width:270px;height:68vh;position:sticky;top:13%}.find-editors-list{padding-left:35px;flex-grow:1;width:100%}.find-editor-price-range:not(:first-child){margin-top:30px}.find-editor-price-range-title{font-style:normal;font-weight:500;font-size:14px;color:#3c4043;margin-bottom:0}.find-editor-price-range-inputs{margin-top:8px}.find-editor-price-range-row{display:flex}.find-editor-price-range-col{width:50%;max-width:100%}.find-editor-price-range-col:first-child{padding-right:6.5px}.find-editor-price-range-col:last-child{padding-left:6.5px}.price-range-box{display:flex;padding:0}.price-range-box label{padding:7px;font-style:normal;font-weight:400;font-size:12px;color:#3c4043;width:40%;max-width:100%;margin-bottom:0;background-color:#fff;border-radius:4px 0 0 4px;border:1px solid #dbdbdb}.price-range-box input{width:60%;max-width:100%;padding:4px 10px;border-radius:0 4px 4px 0;background-color:#fff;border-left:0!important;border:1px solid #dbdbdb;font-style:normal;font-weight:400;font-size:12px;color:#3c4043;text-align:end}.price-range-box input::-moz-placeholder{font-style:normal;font-weight:400;font-size:12px;color:#9b9b9b}.price-range-box input::placeholder{font-style:normal;font-weight:400;font-size:12px;color:#9b9b9b}.unit-type-drp-down{margin-top:11px}.yr-exp-drp-down{margin-top:5px;width:130px}.find-editor-price-range-inputs input.text-fields{border:1px solid #dbdbdb;border-radius:4px;width:100%;padding:9px 10px;font-style:normal;font-weight:400;font-size:12px;color:#3c4043}.find-editors-search-results-row{display:flex;align-items:center;width:100%;margin-bottom:12px}.find-editors-search-results-row .title{font-style:normal;font-weight:500;font-size:18px;line-height:24px;color:#3c4043;margin-bottom:0}.find-editors-search-results-row .link{font-style:normal;font-weight:500;font-size:13px;line-height:20px;border-bottom:1px dashed #0074d3;color:#0074d3;margin-bottom:0;cursor:pointer}.find-editors-search-results-cards-row{display:flex;flex-wrap:wrap;align-items:center;gap:20px}.find-editors-search-results-cards{width:23.785%;max-width:100%;height:262px;border:1px solid #e5e5e5;border-radius:4px;background-color:#fff;padding:21px 23px 24px;position:relative}.find-editors-search-results-cards:hover{box-shadow:0 6px 10px #0000001a}.find-editors-details{display:flex;justify-content:center;align-items:center;flex-direction:column}.profile-pic{position:relative;margin-bottom:8px;cursor:pointer}.profile-pic .no-profile{width:80px;height:80px;border-radius:50%;background-color:#aeaeae;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:500;font-size:24px;line-height:1.5;color:#fff}.profile-pic img.profile{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.profile-pic .flag-icon{position:absolute;bottom:-6px;right:0;background-color:#fff;padding:2px;border-radius:50%}.profile-pic .flag-icon img{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.find-editors-details .profile-name{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043;margin-bottom:0;text-align:center}.find-editors-details .profile-email{font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#9b9b9b;margin-bottom:0;text-align:center}.find-editors-details .profile-price-tag{padding:3px 10px;background-color:#e8f0fe;border-radius:2px;margin-top:10px;font-style:normal;font-weight:500;font-size:12px;line-height:1.5;color:#0074d3;text-align:center}.find-editor-contact-hire-cont{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:20px;position:absolute;bottom:0;right:0;left:0;padding:0 23px 24px}.contact-details{display:flex;align-items:center}.contact-details .mail,.contact-details .message{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;transition:.3s all ease;cursor:pointer}.contact-details .message{margin-left:.3rem}.contact-details .mail:hover,.contact-details .message:hover{background-color:#ebebeb;transition:.3 all ease}.vendor-hire-button{font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#fff}.search-bar{width:0%;background:#fff;display:flex;align-items:center;border-radius:4px;border:1px solid #dbdbdb;position:absolute;top:0;bottom:7px;right:0;opacity:0;visibility:hidden;z-index:10;transition:.4s all ease}.search-bar-enlarge{width:100%;opacity:1;visibility:visible;transition:.4s width all ease-in-out}.search-bar input.assign-search{width:95%;max-width:100%;border:0;border-radius:4px;padding:6px 10px;font-style:normal;font-weight:400;font-size:12px;line-height:1.2;color:#3c4043}.search-bar input.assign-search::-moz-placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:1.2;color:#d2d2d2}.search-bar input.assign-search::placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:1.2;color:#d2d2d2}.search-bar .close{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:transparent;transition:.4 all ease;cursor:pointer}.search-bar .close:hover{background-color:#ebebeb;transition:.4 all ease}.chat-padd-align{padding:27px 11.2rem;height:calc(100vh - 52px);display:flex;flex-direction:column}.chat-padd-align.alert-algin{height:calc(100vh - 100px)}.transeditor-chat-row{display:flex;align-items:flex-start;padding-top:23px;padding-bottom:27px;height:calc(100% - 24px)}.transeditor-chat-list-col{width:auto;min-width:380px;max-width:380px;display:flex;flex-direction:column;height:100%}.transeditor-chat-area-col{background-color:#fff;display:flex;flex-direction:column;height:100%;flex-grow:1;margin-left:24px;border-radius:2px;position:relative}.chat-search-box{display:flex;align-items:center;background-color:#ebebeb;border-radius:4px}.chat-search-icon{display:flex;align-items:center;width:40px;height:36px;justify-content:center}.chat-search-input{width:100%}.chat-search-input input{width:100%;border:0;margin:0;padding:6px 10px 6px 4px;background-color:transparent;font-style:normal;font-weight:400;font-size:14px;line-height:1.3;color:#3c4043}.chat-search-input input::-moz-placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:1.3;color:#74788d}.chat-search-input input::placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:1.3;color:#74788d}.chat-switch-tab{padding:0!important;border-bottom:1px solid #ebebeb!important;width:100%;display:flex;flex-wrap:nowrap!important}.chat-button-global,.chat-button-global.active{position:relative}.chat-button-global.active:after{content:"";display:block;height:3px;background-color:#0074d3;width:100%;position:absolute;bottom:0;left:0;right:0;margin:auto;transition:.3s all ease}.chat-button-global:after{content:"";display:block;height:3px;background-color:transparent;width:100%;position:absolute;bottom:0;left:0;right:0;margin:auto;transition:.3s all ease}.chat-switch-btn.active:hover{color:#000}.chat-button-global:hover .chat-switch-btn{font-weight:500!important;color:#0074d3!important}.chat-button-global{margin-right:0;transition:.3s all ease;cursor:pointer;margin-bottom:0!important;padding:0;width:100%;max-width:100%}.chat-button-global:last-child{margin-right:0}.chat-switch-btn{border:none!important;background:transparent;font-style:normal;font-weight:400;font-size:14px;line-height:24px;padding:.532rem 0rem!important;color:#3c4043!important;text-align:center;transition:.3s all ease}.chat-button-global.active .chat-switch-btn{font-weight:500!important;color:#0074d3!important;border:none!important}.chat-switch-btn.active{position:relative}ul.chat-member-list{list-style-type:none;padding-left:0;margin-bottom:0;height:100%;overflow-y:auto;transition:.4s all ease}.chat-list-tabs-cont .tab-content .tab-pane{height:100%}.contact-list{height:100%;overflow-y:auto}ul.chat-member-list li{padding:15px 15px 15px 11px;background-color:transparent;border-radius:4px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-bottom:1px solid #ebebeb;transition:.4s all ease}ul.chat-member-list li.chat-user-tile-active,ul.chat-member-list li:hover{cursor:pointer;background-color:#fff;transition:.4s all ease}ul.chat-member-list li.chat-member-selected{background-color:#fff}.chat-member-list-details{display:flex;align-items:center}.chat-member-list-details img{width:32px;height:32px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}.chat-member-time-badge{display:flex;flex-direction:column;padding-left:12px;align-items:flex-end}.chat-member-content{display:flex;flex-direction:column;padding-left:12px}.chat-member-content .name{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#3c4043}.chat-member-content .recent-msg{font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#585858;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;width:auto;max-width:230px}.chat-member-time-badge .time{font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#585858}.chat-member-time-badge .badge{width:auto;min-width:16px;max-width:40px;height:auto;min-height:16px;max-height:40px;padding:2px 5px 1px;background-color:#e41e3f;display:flex;justify-content:center;align-items:center;font-style:normal;font-weight:500;font-size:11px;color:#fff;border-radius:100px;margin-top:3px}.chat-list-tabs-cont{padding-top:27px;display:flex;flex-direction:column;height:calc(100% - 36px);width:100%;flex-grow:1}.chat-list-tabs-cont .tab-content{height:calc(100% - 44px)}.chat-list-tabs{border-bottom:2px solid #ebebeb}.choicelist-item-main-wrapper::-webkit-scrollbar-thumb,.chat-type-area textarea.sent-input:hover::-webkit-scrollbar-thumb,.ai-src-language-part:hover::-webkit-scrollbar-thumb,.advanced-section-wrapper:hover::-webkit-scrollbar-thumb,.common-text-editor-wrapper.ts-wrapper .ql-container.ql-snow:hover::-webkit-scrollbar-thumb,.voice-proj-editor-wrapper .ql-container.ql-snow:hover::-webkit-scrollbar-thumb,.glossary-term-list-wrapper:hover::-webkit-scrollbar-thumb,.additional-files-box:hover::-webkit-scrollbar-thumb,.instruct-box:hover::-webkit-scrollbar-thumb,.step-inner-cont:hover::-webkit-scrollbar-thumb,.assignmanage-listing-container:hover::-webkit-scrollbar-thumb,.chat-members-list:hover::-webkit-scrollbar-thumb,.info-tab-container:hover::-webkit-scrollbar-thumb,.services-rates-tab-container:hover::-webkit-scrollbar-thumb,.transeditor-msgs-area-main:hover::-webkit-scrollbar-thumb,.contact-list:hover::-webkit-scrollbar-thumb,ul.chat-member-list:hover::-webkit-scrollbar-thumb{opacity:1;visibility:visible;-webkit-transition:.4s all ease;transition:.4s all ease}.comments-input-section textarea::-webkit-scrollbar-track,.choicelist-item-main-wrapper::-webkit-scrollbar-track,.chat-type-area textarea.sent-input::-webkit-scrollbar-track,.terms-search-results-wrapper::-webkit-scrollbar-track,.glossary-term-list-wrapper::-webkit-scrollbar-track,.additional-files-box::-webkit-scrollbar-track,.instruct-box::-webkit-scrollbar-track,.step-inner-cont::-webkit-scrollbar-track,.assignmanage-listing-container::-webkit-scrollbar-track,.chat-members-list::-webkit-scrollbar-track,.info-tab-container::-webkit-scrollbar-track,.services-rates-tab-container::-webkit-scrollbar-track,.transeditor-msgs-area-main::-webkit-scrollbar-track,.contact-list::-webkit-scrollbar-track,ul.chat-member-list::-webkit-scrollbar-track{border-radius:30px;background-color:transparent;-webkit-transition:.4s all ease;transition:.4s all ease}.ai-src-language-part::-webkit-scrollbar,.common-text-editor-wrapper.ts-wrapper .ql-container.ql-snow::-webkit-scrollbar,.voice-proj-editor-wrapper .ql-container.ql-snow::-webkit-scrollbar{height:14px;padding-top:10px;width:14px}.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .workspace-tool-bar-links-wrap::-webkit-scrollbar{display:none}.ai-src-language-part::-webkit-scrollbar-track,.common-text-editor-wrapper.ts-wrapper .ql-container.ql-snow::-webkit-scrollbar-track,.common-text-editor-wrapper.ts-wrapper .ql-container.ql-snow::-webkit-scrollbar-corner,.voice-proj-editor-wrapper .ql-container.ql-snow::-webkit-scrollbar-corner,.voice-proj-editor-wrapper .ql-container.ql-snow::-webkit-scrollbar-track{background-color:transparent}.terms-search-results-wrapper::-webkit-scrollbar{width:9px;background-color:transparent;-webkit-transition:.4s all ease;transition:.4s all ease}.comments-input-section textarea::-webkit-scrollbar,.choicelist-item-main-wrapper::-webkit-scrollbar,.chat-type-area textarea.sent-input::-webkit-scrollbar,.glossary-term-list-wrapper::-webkit-scrollbar,.additional-files-box::-webkit-scrollbar,.instruct-box::-webkit-scrollbar,.step-inner-cont::-webkit-scrollbar,.assignmanage-listing-container::-webkit-scrollbar,.chat-members-list::-webkit-scrollbar,.info-tab-container::-webkit-scrollbar,.services-rates-tab-container::-webkit-scrollbar,.transeditor-msgs-area-main::-webkit-scrollbar,.contact-list::-webkit-scrollbar,ul.chat-member-list::-webkit-scrollbar{width:4px;background-color:transparent;-webkit-transition:.4s all ease;transition:.4s all ease}.choicelist-item-main-wrapper::-webkit-scrollbar-thumb{background-color:#d2d3d1;border-radius:30px;-webkit-transition:.4s all ease;transition:.4s all ease}.glossary-term-list-wrapper::-webkit-scrollbar-thumb{background-color:#d2d3d1;opacity:0;visibility:hidden;border-radius:30px;-webkit-transition:.4s all ease;transition:.4s all ease}.ai-src-language-part::-webkit-scrollbar-thumb,.common-text-editor-wrapper.ts-wrapper .ql-container.ql-snow::-webkit-scrollbar-thumb,.voice-proj-editor-wrapper .ql-container.ql-snow::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#a6a6a6;border:4px solid transparent;border-radius:50px;height:28px}.terms-search-results-wrapper::-webkit-scrollbar-thumb{border-radius:30px;background-color:#ccc;-webkit-transition:.4s all ease;transition:.4s all ease}.comments-input-section textarea::-webkit-scrollbar-thumb{border-radius:30px;background-color:#c3c4c6;-webkit-transition:.4s all ease;transition:.4s all ease}.chat-type-area textarea.sent-input::-webkit-scrollbar-thumb,.ai-src-language-part::-webkit-scrollbar-thumb,.instruct-box::-webkit-scrollbar-thumb,.step-inner-cont::-webkit-scrollbar-thumb,.assignmanage-listing-container::-webkit-scrollbar-thumb,.chat-members-list::-webkit-scrollbar-thumb,.info-tab-container::-webkit-scrollbar-thumb,.services-rates-tab-container::-webkit-scrollbar-thumb,.transeditor-msgs-area-main::-webkit-scrollbar-thumb,.contact-list::-webkit-scrollbar-thumb,ul.chat-member-list::-webkit-scrollbar-thumb{opacity:0;visibility:hidden;border-radius:30px;background-color:#c3c4c6;-webkit-transition:.4s all ease;transition:.4s all ease}.contact-alphaber-sort{width:32px;height:32px;border-radius:50%;background-color:#d5e4fe;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:700;font-size:12px;color:#0074d3;margin-bottom:10px;margin-top:20px}.contact-member-no{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043;margin-bottom:0}.transeditor-chat-area-col{background-color:#fff}.transeditor-chat-single-person{display:flex;flex-direction:column;justify-content:space-between;height:100%}.chat-typing-foot-area{padding:21px 15px 8px 21px}.chat-typing-area{display:flex;align-items:center;height:auto;width:100%}.chat-book-footer-wrapper .chat-typing-area{width:100%;padding:9px 15px;border-width:1px;border-style:solid;border-color:#e0e0e0;border-radius:3px;display:flex;align-items:center}.chat-book-footer-wrapper .chat-type-area{width:100%;margin:0;display:flex;align-items:center;height:100%}.chat-book-footer-wrapper textarea.sent-input{flex-grow:1;border-width:0px!important;border-style:solid!important;border-color:#e0e0e0!important;border-radius:0!important}.multiline-chat-help-text{font-style:normal;font-weight:400;font-size:12px;margin-bottom:10px;margin-top:10px;margin-right:10px;float:right}.ai-chat-placeholder-chat .prompt-type-area-wrapper{width:100%}.transeditor-msgs-area-main{height:calc(100% - 174px);overflow:hidden;overflow-y:auto;margin:4px 4px 4px 0}.transeditor-msgs-area{padding:0 19px 0 27px}.transeditor-chat-single-person-header{padding:26px 27px;border-bottom:1px solid #e9e9e9;display:flex;align-items:center;justify-content:space-between;height:90px;position:relative}.transeditor-chat-single-member-data img{width:40px;height:40px;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;border-radius:50%}.transeditor-chat-single-member-data .no-profile-header-chat{width:40px;height:40px;border-radius:50%;background-color:#0074d3;color:#fff;font-style:normal;font-weight:500;line-height:1.5;font-size:18px;display:flex;align-items:center;justify-content:center}.transeditor-chat-single-member-data{display:flex;align-items:center}.chat-signle-member-content{display:flex;flex-direction:column;padding-left:10px}.chat-signle-member-content .name{font-style:normal;font-weight:500;font-size:16px;line-height:1.4;color:#3c4043}.chat-signle-member-content .comp-name{font-style:normal;font-weight:400;font-size:12px;line-height:1.3;color:#585858}.chat-single-member-accessible{display:flex;align-items:center}.chat-access-icon{width:35px;height:35px;display:flex;border-radius:50%;align-items:center;justify-content:center;background-color:transparent;transition:.4s all ease;cursor:pointer}.chat-single-member-accessible .chat-access-icon:first-child{margin-right:12px}.chat-send-icon:hover,.chat-access-icon:hover{background-color:#ebebeb;transition:.4s all ease}.chat-send-icon{width:42px;height:42px;display:flex;border-radius:50%;align-items:center;justify-content:center;background-color:transparent;transition:.4s all ease;cursor:pointer;border:none}.chat-send-icon-main label{margin-bottom:0}.chat-type-area{width:100%;margin:0 15px;display:flex;align-items:center;height:100%}.chat-file-upload{width:100%;margin:0 15px;padding:6.5px 10px;border:2px solid #0074d3;border-radius:3px;display:flex;align-items:center;justify-content:space-between}.chat-type-area textarea.sent-input,.chat-type-area input.sent-input{width:100%;padding:9px 15px;border:1px solid #e0e0e0;border-radius:3px;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#242424;transition:.4s all ease}.chat-type-area textarea.sent-input{resize:none;max-height:200px;overflow-y:auto!important}.chat-type-area textarea.sent-input:focus,.chat-type-area input.sent-input:focus{border:1px solid #0074d3;transition:.4s all ease}.chat-type-area textarea.sent-input::-moz-placeholder,.chat-type-area input.sent-input::-moz-placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#747474}.chat-type-area textarea.sent-input::placeholder,.chat-type-area input.sent-input::placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#747474}.time-delay-separater{display:block;text-align:center;overflow:hidden;white-space:nowrap;font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#707070;padding:20px 0}.time-delay-separater>span{position:relative;display:inline-block;padding:0 1.5rem}.time-delay-separater>span:before,.time-delay-separater>span:after{content:"";position:absolute;top:50%;width:9999px;height:1px;background:#e9e9e9}.time-delay-separater>span:before{right:100%;margin-right:15px}.time-delay-separater>span:after{left:100%;margin-left:15px}.chat-receiver-msg{display:flex;justify-content:flex-start}.chat-receiver-msg:not(:last-child){margin-bottom:8px}.chat-sender-msg:not(:last-child){margin-bottom:8px}.chat-sender-msg{display:flex;justify-content:flex-end}.receiver-prof img{width:32px;height:32px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}.receiver-msgs-cont{padding-left:10px}.receiver-msg{padding:14px;background:#f5f5f5;border-radius:3px;margin:3px 0;width:fit-content;-moz-width:-moz-fit-content}.transeditor-msgs-area-no-found{padding:0 19px 0 27px;margin:30px;text-align:center}.transeditor-msgs-area-no-found span,.no-recent-msg-text{font-style:normal;font-weight:400;font-size:14px;line-height:1.4;color:#9b9b9b}.sender-msg-with-sender-details{padding:14px;background:#ebf6ff;border-radius:3px;margin:3px 0 0 auto;width:fit-content;-moz-width:-moz-fit-content;text-align:left}.receiver-msgs-cont{margin-right:8rem}.sender-msgs-cont{margin-left:8rem}.receiver-msg-with-sender-details{padding:14px;background:#f5f5f5;border-radius:3px;width:fit-content;-moz-width:-moz-fit-content;margin:3px 0}.sender-name-time-date,.receiver-name-time-date{display:flex;align-items:center}.receiver-name-time-date .name{font-style:normal;font-weight:500;font-size:14px;line-height:1.4;color:#3c4043;padding-right:14px}.sender-name-time-date .time-date,.receiver-name-time-date .time-date{font-style:normal;font-weight:400;font-size:12px;line-height:1.4;color:#616161}.sender-msg .msgs,.sender-msg-with-sender-details .msgs,.receiver-msg-with-sender-details .msgs,.receiver-msg .msgs{white-space:pre-line;font-style:normal;font-weight:400;font-size:14px;line-height:1.4;color:#242424}.chat-member-search-bar{width:0%;background:#fff;display:flex;align-items:center;border-radius:30px;background-color:#ebebeb;position:absolute;top:0;bottom:0;right:0;opacity:0;visibility:hidden;z-index:10;transition:.4s all ease;margin:23.5px 27px}.chat-member-search-bar-enlarge{width:95.4%;opacity:1;visibility:visible;transition:.4s width all ease-in-out}.chat-member-search-bar input.assign-search{width:96.2%;max-width:100%;height:100%;border:0;border-radius:4px;padding:9px 15px;font-style:normal;font-weight:400;font-size:14px;line-height:1.2;color:#3c4043;background-color:transparent}.chat-member-search-bar input.assign-search::-moz-placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:1.2;color:#747474}.chat-member-search-bar input.assign-search::placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:1.2;color:#747474}.chat-member-search-bar .close{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:transparent;transition:.4 all ease;cursor:pointer;margin-right:.2rem}.chat-member-search-bar .close:hover{background-color:#fff;transition:.4 all ease}.chat-file-details{display:flex;align-items:center}.chat-file-details .filename{font-style:normal;font-weight:400;font-size:13px;line-height:1.5;color:#3c4043;padding-left:10px}.chat-file-delete-icon{width:25px;height:25px;display:flex;border-radius:50%;align-items:center;justify-content:center;background-color:transparent;transition:.4s all ease;cursor:pointer}.chat-file-delete-icon:hover{background-color:#ebebeb;transition:.4s all ease}.team-member-switch-tab{padding:0!important;border-bottom:0px solid #ebebeb!important;width:100%;display:flex;flex-wrap:nowrap!important}.team-button-global,.team-button-global.active{position:relative}.team-button-global.active:after{content:"";display:block;height:3px;background-color:#0074d3;width:100%;position:absolute;bottom:0;left:0;right:0;margin:auto;transition:.3s all ease}.team-button-global:after{content:"";display:block;height:3px;background-color:transparent;width:100%;position:absolute;bottom:0;left:0;right:0;margin:auto;transition:.3s all ease}.team-switch-btn.active:hover{color:#000}.team-button-global:hover .chat-switch-btn{font-weight:500!important;color:#3c4043!important}.team-button-global:hover{background:#e8f0fe}.team-button-global{margin-right:0;transition:.3s all ease;cursor:pointer;background:transparent;margin-bottom:0!important;padding:10px 15px 12px}.team-button-global:last-child{margin-right:0}.assignmanage-team-cell-content .member-email{color:#9b9b9b!important}.team-switch-btn{border:none!important;background:transparent;font-style:normal;font-weight:400;font-size:15px;line-height:24px;padding:0rem!important;color:#3c4043!important;text-align:center;transition:.3s all ease}.team-button-global.active .team-switch-btn{font-weight:500!important;color:#3c4043!important;border:none!important}.team-switch-btn.active{position:relative}.profile-popup-header{padding:32px 31px 18px}.profile-popup-header .details-row{display:flex;align-items:center}.profile-popup-header .details-row .profile-avatar img{width:100px;height:100px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.profile-avatar .no-profile-pic{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#aeaeae;font-style:normal;font-weight:500;font-size:28px;line-height:1.5;color:#fff}.profile-content{margin-left:23px}.profile-content .name{font-style:normal;font-weight:500;font-size:28px;line-height:1.5}.profile-content .profile-access-container{margin-top:18px;display:flex;align-items:center}.profile-content .profile-access-container .chat{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;transition:.3s all ease;cursor:pointer}.profile-content .profile-access-container .chat:hover{background-color:#ebebeb;transition:.3 all ease}.profile-content .profile-access-container .hire-btn{margin-left:20px}.hire-btn-txt{font-style:normal;font-weight:400;font-size:13px;line-height:15px}.invite-sent{padding:6px 13px;border-radius:2px;background-color:#f6f6f6;display:flex;align-items:center;cursor:pointer}.invite-sent .img{padding-right:4px}.invite-sent .txt{font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#7f7f7f}.editor-hired{padding:6px 13px;display:flex;align-items:center}.editor-hired .img{padding-right:4px}.editor-hired .txt{font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#0074d3}.show-fine-editor-modal-header{position:relative}.show-fine-editor-modal-header .modal-close-btn{position:absolute;right:15px;top:15px}.editor-details-switch-tab{padding:0!important;border-bottom:0px solid #ebebeb!important;width:100%;display:flex;flex-wrap:nowrap!important}.editor-details-button-global,.editor-details-button-global.active{position:relative}.editor-details-button-global.active:after{content:"";display:block;height:3px;background-color:#0074d3;width:100%;position:absolute;bottom:0;left:0;right:0;margin:auto;transition:.3s all ease}.editor-details-button-global:after{content:"";display:block;height:3px;background-color:transparent;width:100%;position:absolute;bottom:0;left:0;right:0;margin:auto;transition:.3s all ease}.editor-details-switch-btn.active:hover{color:#000}.editor-details-button-global:hover .editor-details-switch-btn{font-weight:500!important;color:#3c4043!important}.editor-details-button-global:hover{background:#e8f0fe}.editor-details-button-global{margin-right:0;transition:.3s all ease;cursor:pointer;background:transparent;margin-bottom:0!important;padding:10px 3px 12px;margin:0 15px 0 0}.editor-details-button-global:last-child{margin-right:0}.editor-details-switch-btn{border:none!important;background:transparent;font-style:normal;font-weight:400;font-size:14px;line-height:24px;padding:0rem!important;color:#3c4043!important;text-align:center;transition:.3s all ease}.editor-details-button-global.active .editor-details-switch-btn{font-weight:500!important;color:#3c4043!important;border:none!important}.editor-details-switch-btn.active{position:relative}.editor-profile-details-tab-container{border-bottom:1px solid #e9e9e9;padding:0 28px}.info-tab-container{padding:16.5px 24px 16.5px 28px;margin:6px 4px 6px 0;height:409px;overflow:hidden;overflow-y:auto;transition:.3s height ease-in-out}.services-rates-tab-container{padding:16.5px 24px 28px 28px;margin:6px 4px 6px 0;height:648px;overflow:hidden;overflow-y:auto;transition:.3s height ease-in-out}.tab-service-rates-title,.tab-info-title{font-style:normal;font-weight:400;font-size:17px;line-height:1.5;color:#3c4043;margin-bottom:0}ul.info-tab-list{padding-left:0;margin-bottom:0;list-style-type:none;margin-top:35px}.info-list-icon-label img{margin-right:10px}.info-list-icon-label span{font-style:normal;font-weight:400;font-size:13px;line-height:1.5;color:#707070}ul.info-tab-list .info-list-inner-row{display:flex;align-items:center}ul.info-tab-list li:not(:last-child){margin-bottom:40px}ul.info-tab-list .info-list-inner-row .info-list-icon-label{width:100%;max-width:25%}ul.info-tab-list .info-list-inner-row .info-list-details{width:100%;max-width:75%}ul.info-tab-list .info-list-inner-row .info-list-details span{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#3c4043}ul.service-tab-list{padding-left:0;margin-bottom:0;list-style-type:none;margin-top:15px}.service-list-label,.service-list-icon-label span{font-style:normal;font-weight:400;font-size:13px;line-height:1.5;color:#707070}.rates-col{padding-bottom:25px;border-bottom:1px solid #ebecee}ul.service-tab-list .service-list-inner-row{display:flex}ul.service-tab-list li{margin-bottom:35px}ul.service-tab-list .service-list-inner-row .service-list-icon-label{width:100%;max-width:20%}ul.service-tab-list .service-list-inner-row .service-list-details{width:100%;max-width:80%;display:flex;align-items:center;flex-wrap:wrap;gap:8px}ul.service-tab-list .service-list-inner-row .service-list-details span{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#3c4043;padding:3px 6.5px;background-color:#eee;border-radius:2px}ul.service-tab-list .service-list-inner-row .rates-list-details span{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#3c4043}.new-space-add{padding-top:22.5px}.rates-border-remove{border-bottom:0px!important}.service-details-language-pair{border:1px solid #ebecee;border-radius:6px;padding:21px 25px}.service-details-lang-tar{display:flex;align-items:center}.service-details-lang-tar span{font-style:normal;font-weight:400;line-height:14px;font-size:12px;color:#0074d3;background-color:#e8f0fe;border-radius:2px;padding:2px 5.5px}ul.service-list-details-row{display:flex;align-items:center;list-style-type:none;padding-left:0;margin-bottom:0;border-bottom:1px solid #ebecee;margin-top:11px}ul.service-list-details-row:last-child{border-bottom:0px solid #ebecee}ul.service-list-table-header-cont{display:flex;align-items:center;list-style-type:none;padding-left:0;margin-bottom:0;margin-top:24px}.service-list-table-header{font-style:normal;font-weight:400;line-height:1.5;font-size:12px;color:#707070}ul.service-list-details-row li.service-list-details-col:first-child,ul.service-list-table-header-cont li.service-list-table-header:first-child{width:100%;max-width:40%}ul.service-list-details-row li.service-list-details-col:nth-child(2),ul.service-list-table-header-cont li.service-list-table-header:nth-child(2){width:100%;max-width:25%}ul.service-list-details-row li.service-list-details-col:nth-child(3),ul.service-list-table-header-cont li.service-list-table-header:nth-child(3){width:100%;max-width:25%}ul.service-list-details-row li.service-list-details-col:last-child,ul.service-list-table-header-cont li.service-list-table-header:last-child{width:100%;max-width:10%}li.service-list-details-col{font-style:normal;font-weight:400;line-height:1.5;font-size:14px;color:#3c4043}ul.service-list-details-row li.service-list-details-col:first-child{padding:10px 5px 10px 0}ul.service-list-details-row li.service-list-details-col:nth-child(2){padding:10px 5px 10px 0}ul.service-list-details-row li.service-list-details-col:nth-child(3){padding:10px 5px 10px 0}ul.service-list-details-row li.service-list-details-col:last-child{padding:10px 5px 10px 0}.chat-notification-header{padding:18px 21px;border-bottom:1px solid #ecedf0}.chat-notification-header p{font-style:normal;font-weight:500;line-height:1.5;font-size:18px;color:#202124;margin-bottom:0}.chat-members-list{margin:6px 6px 6px 0;padding:10px 11px 10px 17px;height:auto;max-height:440px;overflow:hidden;overflow-y:auto}ul.chat-members-list-inner{padding-left:0;margin-bottom:0;list-style-type:none}ul.chat-members-list-inner a:hover{text-decoration:none}ul.chat-members-list-inner li:hover{background-color:#f3f3f3;transition:.3s all ease}ul.chat-members-list-inner li{padding:6px;border-radius:3px;display:flex;align-items:center;justify-content:space-between;transition:.3s all ease;margin-bottom:12px;cursor:pointer}ul.chat-members-list-inner li:last-child{margin-bottom:0}.chat-memb-profile-name-cont{display:flex;align-items:center}.chat-memb-profile-name-cont img{width:46px;height:46px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.chat-memb-profile-name-cont .no-profile-notification-pic{width:46px;height:46px;border-radius:50%;background-color:#0074d3;color:#fff;font-style:normal;font-weight:500;line-height:1.5;font-size:18px;display:flex;align-items:center;justify-content:center}.chat-memb-name-msg{padding-left:15px;display:flex;flex-direction:column}.chat-memb-name-msg .name{font-style:normal;font-weight:400;line-height:1.5;font-size:14px;color:#3c4043}.chat-memb-name-msg .recent-msg{font-style:normal;font-weight:400;line-height:1.5;font-size:12px;color:#585858;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;width:auto;max-width:160px}.chat-time-msg-count{display:flex;flex-direction:column;align-items:flex-end}.chat-time-msg-count .time{font-style:normal;font-weight:400;line-height:1.5;font-size:12px;color:#585858}.chat-time-msg-count .badge{width:auto;min-width:16px;max-width:40px;height:auto;min-height:16px;max-height:40px;padding:2px 5px 1px;background-color:#e41e3f;display:flex;justify-content:center;align-items:center;font-style:normal;font-weight:500;font-size:11px;color:#fff;border-radius:100px;margin-top:3px}.chat-globe-link{border-top:2px solid #ecedf0;width:100%;display:flex}.chat-globe-link a{font-style:normal;font-weight:500;line-height:1.5;font-size:14px;width:100%;text-align:center;padding:17px 20px;color:#0074d3;background-color:transparent;transition:.3s all ease;text-decoration:none;border-radius:0 0 4px 4px}.chat-globe-link a:hover{color:#fff;text-decoration:none;background-color:#0074d3;border-radius:0 0 4px 4px;transition:.3s all ease}.Content-type-select__multi-value__label,.Subject-matters__multi-value__label{line-height:1.25}.Subject-matters__multi-value__remove:hover,.Content-type-select__multi-value__remove:hover{background-color:#0074d3!important}.Subject-matters__multi-value__remove:hover svg,.Content-type-select__multi-value__remove:hover svg{fill:#fff!important}.find-editor-pair-lang{display:flex;align-items:center;padding-left:19px}.find-editor-pair-lang span{background-color:#0074d3;color:#fff;font-style:normal;font-weight:400;line-height:14px;font-size:12px;color:#0074d3;background-color:#e8f0fe;border-radius:2px;padding:2px 12px}.main-no-editors-found{height:600px;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:center}.main-no-editors-found img.main-not-found-img{width:470px;height:390px}.main-no-editors-found .not-found-txt{font-style:normal;font-weight:400;line-height:1.5;font-size:16px;color:#3c4043;margin-bottom:0;margin-top:24px}.main-no-editors-found .not-found-txt-2{font-style:normal;font-weight:400;line-height:1.5;font-size:16px;color:#3c4043;margin-bottom:0}.main-no-editors-found h2{font-style:normal;font-weight:500;line-height:1.5;font-size:24px;color:#3c4043;margin-bottom:0;margin-top:45px}.filter-applied-details .clr-all-link{font-style:normal;font-weight:500;font-size:13px;line-height:20px;border-bottom:1px dashed #0074d3;color:#0074d3;margin-bottom:0;cursor:pointer}.filter-applied-details{display:flex;align-items:center;flex-wrap:wrap}.applied-filter-heading{font-style:normal;font-weight:400;line-height:1.5;font-size:14px;color:#9b9b9b;margin-bottom:0}ul.applied-filter-list{list-style-type:none;display:flex;align-items:center;gap:8px;padding:0 16px;margin-bottom:0}ul.applied-filter-list li{background-color:#e8e8e8;border-radius:2px;padding:4px 5.5px;font-style:normal;font-weight:400;line-height:1.5;font-size:14px;color:#3c4043}.no-profile-pic{width:32px;height:32px;border-radius:50%;background-color:#0074d3;color:#fff;font-style:normal;font-weight:500;line-height:1.5;font-size:16px;display:flex;align-items:center;justify-content:center}.selected-project-file-edit{margin-left:.5rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;transition:.4s all ease;cursor:pointer}.selected-project-file-edit img{width:18px;height:18px}.assigned-details-wrapper{position:relative}.assigned-member-info-wrapper{background:#fff;box-shadow:0 5px 14px #0000004d;border-radius:6px;width:337px;height:auto;position:absolute;top:36px;right:-50px;z-index:5;opacity:0;visibility:hidden;pointer-events:none}.file-assigned-member-lists .selected-proj-assigned-member-wrapper .selected-project-assigned-member{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;background-color:#0074d3;font-weight:500;font-style:normal;font-size:10px;line-height:1.5;color:#fff}.file-assigned-member-lists .selected-proj-assigned-member-wrapper:hover{border:2px solid #0074d3;transition:border .2s ease-in-out}.file-assigned-member-lists .selected-proj-assigned-member-wrapper:hover .assigned-task-info-box-main-wrapper .assigned-member-info-wrapper{opacity:1;visibility:visible;pointer-events:unset}.file-assigned-member-lists .selected-proj-assigned-member-wrapper{width:38px;height:38px;border-radius:50%;margin:auto;background-color:#fff;border:2px solid transparent;display:flex;align-items:center;justify-content:center;transition:border .2s ease-in-out;position:relative}.selected-project-file-edit:hover{background-color:#e9eaea}.assign-manage-no-project-found p{font-weight:400;font-style:normal;font-size:14px;line-height:1.5;color:#3c4043;margin-bottom:0}.assigned-member-info{display:flex;align-items:center}.assigned-member-info span{font-weight:400;font-style:normal;font-size:12px;line-height:1.5;color:#fff;padding:0 2px}.assign-manange-disabled{opacity:.3;cursor:not-allowed}.pe-none{pointer-events:none}.disbaled-with-opacity{opacity:.3;pointer-events:none}.chat-with-files-wrapper__working-area>.no-chat-available-container{height:100%}.chat-with-files-wrapper__working-area .chat-book-body-wrapper .chat-book-body-inner-wrapper .no-chat-available-container{height:inherit}.no-chat-available-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:calc(100% - 100px)}.no-chat-available-container.ai-chat-wrapper{position:relative}.no-chat-available-container h3{font-weight:500;font-style:normal;font-size:20px;line-height:1.5;color:#3c4043;margin-bottom:0;margin-top:20px}.no-chat-available-container p{font-weight:400;font-style:normal;font-size:14px;line-height:1.5;color:#616161;margin-bottom:0}.assigned-memb-row{margin:20px 22px 10px;display:flex;align-items:center;font-weight:700;font-style:normal;font-size:14px;line-height:1.5;color:#3c4043}.assignedto-cont{display:flex;align-items:center;padding:5px 10px;border-radius:3px;background-color:#f7f7f7;width:-moz-fit-content;width:fit-content;margin-left:10px}.assignedto-cont img{width:25px;height:25px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}.assigned-memb-row span.name{font-weight:500;font-style:normal;font-size:14px;line-height:1.5;color:#3c4043;padding-left:8px}.avatar-initial-2{width:25px;height:25px;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:500;line-height:1.5;font-size:13px;color:#fff;text-transform:uppercase;border-radius:50%;background:#0074d3}.project-list-label-row{display:flex;align-items:center}.glossary-search-inner-row .project-list-search-box{background-color:#f1f3f4;height:48px;width:100%;min-width:auto}.search-bar-row{display:flex;align-items:center;gap:8px;width:100%;height:100%}.search-results-bar.show.search-suggestion-box-small,.glossary-search-inner-row .project-list-search-box-small{max-width:575px!important}.glossary-search-inner-row .project-list-search-box input{width:100%}.glossary-search-wrapper{position:relative;flex-grow:1;margin-right:114px}.search-results-bar{width:100%;overflow:hidden;background-color:#fff;border-radius:0 0 4px 4px;position:absolute;z-index:10}.glossary-proj-list{width:375px!important;min-width:375px}.search-results-item{display:flex;align-items:center;gap:15px;padding:8px 12px;cursor:pointer;transition:.3s all ease}.search-results-item:hover{background-color:#e7eaec87;transition:.3s all ease}.searched-results-info{display:flex;flex-direction:column}.searched-results-info p.searched-term{font-style:normal;font-weight:500;line-height:1.5;font-size:14px;color:#3c4043;margin-bottom:0}.searched-results-info p.results-link{font-style:normal;font-weight:400;line-height:1.5;font-size:12px;color:#3c4043;margin-bottom:0}.searched-results-info p.results-link span{font-style:normal;font-weight:700;line-height:1.5;font-size:12px;color:#3c4043;margin-bottom:0}.search-results-bar .search-icon{font-size:21px;color:#0074d3}.search-results-bar.hide{height:0px;transition:height 359ms cubic-bezier(.27,.7,0,.99)}.pdf-convert-header-wrapper .search-results-bar.glossary-proj-list.show{top:68px!important}.docs-list .pdf-convert-header-wrapper .search-results-bar.glossary-proj-list.show{top:36px!important}.search-results-bar.glossary-proj-list.show{top:66px!important}.open-doc-title-container .search-results-bar.glossary-proj-list.show{top:37px!important;z-index:11}.project-list-search-bar.search-results-bar.show,.seach-wrapper-wrap .search-results-bar.show{top:35px}.search-results-bar.show{height:auto;padding:10px 0 12px;top:45px;border-top:1px solid #DBDBDB;box-shadow:0 1px 1px #4145494d,0 1px 3px 1px #41454926;transition:height 399ms cubic-bezier(.27,.7,0,.99)}.project-list-search-box{background-color:transparent;border:2px solid #DBE0E4;border-radius:4px;display:flex;align-items:center;gap:8px;width:375px;height:40px;max-width:100%;min-width:375px;padding:7.5px 10.5px}.project-list-search-box.active{border:2px solid transparent;background-color:#fff;box-shadow:0 1px 1px #4145494d,0 1px 3px 1px #41454926}.project-list-search-box .img-box{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.project-list-search-box input{border:0px;width:320px;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#3c4043;background-color:transparent}.project-list-search-box input::-moz-placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:1.2;color:#747474}.project-list-search-box input::placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:1.2;color:#747474}.project-list-search-box span.close{width:20px;height:20px;border-radius:50%;display:flex!important;align-items:center;justify-content:center;background-color:transparent!important;transition:.4s all ease;cursor:pointer;padding:0!important;opacity:0;visibility:hidden}.project-list-search-box span.close.show{opacity:1;visibility:visible}.invitation-page-cont{height:100vh;width:100%;display:flex;flex-direction:column}.invitation-box-cont{margin:65px auto 0;width:80%;flex-grow:1;background:#fff;border:1px solid #ebebeb;border-radius:4px;display:flex;flex-direction:column;align-items:center}.invite-content-box{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1}.ailaysa-logo{height:80px;display:flex;align-items:center;justify-content:center}.transeditor-footer{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#b1b1b1;height:80px;margin:0 auto;width:80%;display:flex;align-items:center;justify-content:center}.invitation-page-cont .alert-msg{font-style:normal;font-weight:500;font-size:25px;line-height:1.5;color:#3c4043}.alert-sub-msg{font-style:normal;font-weight:400;font-size:16px;line-height:1.5;color:#3c4043}.back-to-trans-btn{padding:14px 38px;font-style:normal;font-weight:500;font-size:16px;line-height:1.4;color:#fff;background:#0074d3;border-radius:3px;border:none;display:flex;align-items:center;transition:.4s all ease}.back-to-trans-btn:hover{color:#fff;text-decoration:none}.img-swap-active-anim{animation:slide-up-fade-in ease 1s;animation-iteration-count:infinite;transform-origin:50% 50%;animation-fill-mode:forwards;-webkit-animation:slide-up-fade-in ease 1s;-webkit-animation-iteration-count:1;-webkit-transform-origin:50% 50%;-webkit-animation-fill-mode:forwards;-moz-animation:slide-up-fade-in ease 1s;-moz-animation-iteration-count:1;-moz-transform-origin:50% 50%;-moz-animation-fill-mode:forwards;-o-animation:slide-up-fade-in ease 1s;-o-animation-iteration-count:1;-o-transform-origin:50% 50%;-o-animation-fill-mode:forwards;-ms-animation:slide-up-fade-in ease 1s;-ms-animation-iteration-count:1;-ms-transform-origin:50% 50%;-ms-animation-fill-mode:forwards;opacity:1\	}@keyframes slide-up-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translate(0)}}.login-heading-part img.icons-img{margin-bottom:2rem}.login-heading-part h1{font-style:normal;font-weight:700;font-size:32px;line-height:38px;color:#161c2d}.login-heading-part p{font-style:normal;font-weight:400;font-size:14px;line-height:1.8;color:#161c2d;margin-bottom:2rem}.assign-manage-close-btn{height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:.4s all ease;position:absolute;right:12px;top:12px}.assign-manage-close-btn:hover{background:#e9eaea;cursor:pointer}.assign-manage-tabs{border-bottom:0px!important}.assign-manage-tab-item a,.assign-manage-tab-item{border:0px!important}.assign-manage-tab-item a,.assign-manage-tab-item a.active{border-color:transparent!important}.assign-manage-tab-item a.active{background-color:#e8f0fe!important;border-radius:4px 4px 0 0;border-bottom:3px solid #0074d3!important;font-weight:500;color:#0074d3!important;transition:.4s all ease}.assign-manage-tab-item a:hover{font-weight:500;color:#0074d3!important;transition:.4s all ease}.assign-manage-tab-item:not(:last-child){margin-right:8px}.assign-manage-tab-item a{padding:12px 15px!important;font-style:normal;font-weight:400;font-size:15px;line-height:1.5;color:#3c4043!important;border-bottom:3px solid transparent!important;cursor:pointer;transition:.4s all ease}.additional-files-box,.instruct-box{padding:22px 0;height:auto;max-height:250px;min-height:250px;overflow:hidden;overflow-y:auto}.no-additional-files-box{padding:22px 0;height:auto;max-height:250px;min-height:250px;overflow:hidden;overflow-y:auto;display:flex;align-items:center;justify-content:center}.no-additional-files-box p{font-style:normal;font-weight:400;font-size:14px;line-height:1.4;color:#9b9b9b}.instruct-box p{font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#3c4043}.additional-files-box ul{list-style-type:none;padding-left:0}.additional-files-box ul li:not(:last-child){margin-bottom:16px}.additional-files-box ul li{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #ebecee;transition:.4s all ease}.additional-files-box ul li .file-wrap{display:flex;align-items:center}.file-download-img{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;transition:.4s all ease;cursor:pointer}.file-download-img:hover{background-color:#e9eaea}.additional-files-box ul li .doc-img{padding-right:8px}.additional-files-box ul li .files{font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#3c4043;display:flex;align-items:center}.additional-files-box ul li .files .name{display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;width:auto;max-width:160px}.thumps-up{width:750px;height:350px}.link-preview-container{width:100%;flex-direction:row!important;margin-bottom:1rem}.link-preview-container:last-child{margin-bottom:0}.link-preview-container .Image{width:20%!important;height:auto!important;border-top-right-radius:0!important;border-bottom-left-radius:7px!important}.link-preview-container .LowerContainer{width:80%!important}.LowerContainer .Title{font-size:20px}.assign-tab-row,.fileupload-tab-row{gap:8px;margin-top:15px;border-bottom:0px!important}.assign-tab-row .assign-tab-list .assign-tab-link,.fileupload-tab-row .fileupload-tab-list .fileupload-tab-link{font-style:normal;font-weight:400;font-size:13px;line-height:1.2;color:#3c4043!important;padding:9px 15px;border-radius:3px!important;background-color:transparent;border:0px solid transparent;cursor:pointer;transition:.4s background-color ease-in-out,.4s color ease-in-out,.4s font-weight ease-in-out}.assign-tab-row .assign-tab-list .assign-tab-link{font-weight:500!important;border:1px solid transparent!important}.assign-tab-row .assign-tab-list:first-child .assign-tab-link,.fileupload-tab-row .fileupload-tab-list:first-child .fileupload-tab-link{padding:9px 20px}.assign-tab-row .assign-tab-list.active .assign-tab-link,.assign-tab-row .assign-tab-list .assign-tab-link:hover,.fileupload-tab-row .fileupload-tab-list.active .fileupload-tab-link,.fileupload-tab-row .fileupload-tab-list .fileupload-tab-link:hover{color:#0074d3!important;background-color:#e8f0fe;font-weight:500}.assign-tab-row .assign-tab-list.active .assign-tab-link,.assign-tab-row .assign-tab-list .assign-tab-link:hover{color:#0074d3!important;border:1px solid #0074d3!important;background-color:#e8f0fe}.fileupload-tab-link-align{display:flex;align-items:center;justify-content:center;gap:30px}.fileupload-tab-link-align .fileupload-version-contrl-icon{border:1px solid #dce1e5;border-radius:6px;padding:13px 16px;background-color:transparent;box-shadow:0 3px 6px transparent;-webkit-box-shadow:0px 3px 6px transparent;-moz-box-shadow:0px 3px 6px transparent;transition:.4s all ease;cursor:pointer}.fileupload-tab-link-align .fileupload-version-contrl-icon:hover{box-shadow:0 3px 6px #00000029;-webkit-box-shadow:0px 3px 6px #00000029;-moz-box-shadow:0px 3px 6px #00000029;background-color:#fff;border:1px solid transparent;transition:.4s all ease}.fileupload-tab-link-align .fileupload-version-contrl-icon img{width:109px;height:31px}.version-control-modal-wrapper{background:#fff;box-shadow:0 3px 14px #00000038;-webkit-box-shadow:0px 3px 14px #00000038;-moz-box-shadow:0px 3px 14px #00000038;border-radius:10px;padding:40px 30px 50px}.version-control-step-process-wrapper .version-control-icon{margin-top:15px;text-align:center}.version-form-group-wrapper{margin-top:40px;margin-bottom:35px}.version-form-group:not(:first-child){margin-top:20px}.version-form-group label{font-style:normal;font-weight:400;font-size:13px;line-height:1.2;color:#3c4043;margin-bottom:10px}.version-form-group .version-control-input{display:block;border-radius:3px;width:100%;height:36px;padding:5px 8px;border:1px solid #ced4da;font-style:normal;font-weight:400;font-size:12px;line-height:1.4;color:#3c4043;transition:.2s border ease-in-out}.version-form-group .version-control-input:focus{border:2px solid #0074d3;height:36px;border-radius:3px;outline:0;box-shadow:none}.version-form-group .version-control-input::-moz-placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:1.4;color:#74788d}.version-ctrl-select-placeholder-text,.version-form-group .version-control-input::placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:1.4;color:#74788d}.version-ctrl-btn-txt{font-style:normal;font-weight:500;font-size:13px;line-height:1.4;color:#3c4043;padding:10px 19px}.prev-btn{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;padding:9px 17px}.prev-icon-align{font-size:10px;padding-right:7px}.version-ctrl-btn-txt-1{font-style:normal;font-weight:500;font-size:14px;line-height:1.4;color:#fff;padding:10px 17px}.glossary-save-btn-wrapper{display:flex;align-items:center;gap:10px}.version-ctrl-btn-txt-2{font-style:normal;font-weight:500;font-size:13px;line-height:1.4;color:#3c4043;padding:10px 17px}.version-control-btn-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:10px}ul.version-form-file-header-list-row{margin-bottom:0;padding:0 5px}.version-form-file-list-row{width:100%;height:auto;-moz-height:-moz-fit-content;max-height:300px;overflow-y:auto;padding:0 5px 10px}.version-form-file-list-row>div,ul.version-form-file-header-list-row li.version-form-file-list-header{display:flex;align-items:center}ul.version-form-file-header-list-row li.version-form-file-list-header,.version-form-file-list-row>div{border-bottom:1px solid #ebecee}.version-form-file-list-row>div:last-child{border-bottom:0px solid #ebecee}ul.version-form-file-header-list-row li.version-form-file-list-header{padding-right:14px;padding-bottom:10px}ul.version-form-file-header-list-row li.version-form-file-list-header span{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043;width:50%;max-width:100%}.version-form-file-list-row>div .version-control-file-list-col:last-child,ul.version-form-file-header-list-row li.version-form-file-list-header span:last-child{display:flex;align-items:center;justify-content:flex-end}.version-form-file-list-row>div{padding:5px 14px 5px 4px;transition:.4s all ease}.version-form-file-list-row>div .version-control-file-list-col:first-child{width:6%;max-width:100%}.version-form-file-list-row>div .version-control-file-list-col:nth-child(2){width:47%;max-width:100%}.version-form-file-list-row>div .version-control-file-list-col:last-child{width:47%;max-width:100%}.version-form-file-list-row>div .version-control-file-list-col span.file-size,.version-form-file-list-row>div .version-control-file-list-col span.file{font-style:normal;font-weight:400;font-size:13px;line-height:1.5;color:#3c4043;padding-left:5px}.version-form-file-list-row>div:hover{box-shadow:0 3px 6px #0000001a;transition:.4s all ease;cursor:pointer;position:relative}.version-form-file-list-row>div:hover .cell-box{background-color:#ebebeb}.version-ctrl-token-list-wrapper:hover::-webkit-scrollbar-thumb,.version-form-file-list-row:hover::-webkit-scrollbar-thumb{opacity:1;visibility:visible;-webkit-transition:.4s all ease;transition:.4s all ease}.version-ctrl-token-list-wrapper::-webkit-scrollbar-track,.version-form-file-list-row::-webkit-scrollbar-track{border-radius:30px;background-color:transparent;-webkit-transition:.4s all ease;transition:.4s all ease}.version-ctrl-token-list-wrapper::-webkit-scrollbar,.version-form-file-list-row::-webkit-scrollbar{width:4px;background-color:transparent;-webkit-transition:.4s all ease;transition:.4s all ease}.version-ctrl-token-list-wrapper::-webkit-scrollbar-thumb,.version-form-file-list-row::-webkit-scrollbar-thumb{opacity:0;visibility:hidden;border-radius:30px;background-color:#c3c4c6;-webkit-transition:.4s all ease;transition:.4s all ease}.version-ctrl-selected-mem{padding:11px;background-color:#f1f1f1;border-radius:3px;height:36px;display:flex;justify-content:flex-start;align-items:center;transition:.4s all ease}.version-ctrl-selected-mem span{font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#3c4043}.version-ctrl-token-list-wrapper{margin-top:30px;border-top:1px solid #dadce0;height:fit-content;-moz-height:-moz-fit-content;max-height:290px;overflow-y:auto}ul.version-ctrl-token-list{padding-left:0;margin-bottom:0;list-style-type:none;margin-top:10px}ul.version-ctrl-token-list li{display:flex;align-items:center;justify-content:space-between;padding:5px 15px 5px 12px;margin:0 0 10px;border-radius:3px;background-color:transparent;transition:.4s all ease}ul.version-ctrl-token-list li .text{font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#3c4043}ul.version-ctrl-token-list li:hover{background-color:#e8f0fe;transition:.4s all ease}ul.version-ctrl-token-list li:last-child{margin:10px 0 0}ul.version-ctrl-token-list li .action-wrapper .list-close-btn{height:32px;width:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:.4s all ease}ul.version-ctrl-token-list li:hover .action-wrapper .list-close-btn{background:#dce6f5}ul.version-ctrl-token-list li .action-wrapper .list-close-btn:hover{background:#dce6f5;cursor:pointer;transition:.4s all ease}ul.version-ctrl-token-list li .action-wrapper{display:flex;align-items:center;gap:6px}.version-form-grp-align{display:flex;align-items:center;width:100%;gap:6px}.version-form-select-wrapper{width:100%}.refresh-btn{width:36px;height:36px;border:1px solid #dadce0;border-radius:3px;display:flex;align-items:center;justify-content:center;background-color:#fff;transition:.4s border ease}.refresh-btn:hover{border:1px solid #0074d3;transition:.4s border ease}.refresh-btn:hover img{filter:invert(31%) sepia(79%) saturate(3732%) hue-rotate(189deg) brightness(94%) contrast(105%);transition:.4s filter ease-in-out}.transeditor-tour-wrapper{border-radius:5px;background-color:#1a73e8;padding:22px 20px;width:auto;min-width:273px;max-width:100%}.transeditor-inner-tour-wrapper{display:flex;align-items:baseline;flex-direction:column;justify-content:space-between}.transeditor-inner-tour-wrapper h2{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#fff;margin-bottom:1rem}.transeditor-tour-button-align{display:flex;align-items:center;justify-content:space-between;width:100%}.transeditor-tour-button-align .transeditor-tour-btn{padding:8px 25px;background:#fff;border-radius:4px;font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#1a73e8}.__floater__arrow svg polygon{fill:#1a73e8}.tour-list-out{border-radius:5px;padding:6px 10px;background-color:#488fed;font-style:normal;font-weight:500;font-size:11px;line-height:1.2;letter-spacing:2.5px;color:#fff}.segment-checkbox{display:flex;align-items:center;padding:15px 20px 15px 15px;opacity:.2;visibility:visible}.segment-checkbox-show-all{opacity:1;visibility:visible}.browser-not-support-wrap{height:100%;width:100%;min-height:200px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px}.browser-not-support-wrap p{font-style:normal;font-weight:400;font-size:17px;line-height:1.5;color:#3c4043}.browser-not-support-wrap .speech-recognition-off{font-size:60px;color:#0074d3}.segment-checkbox input[type=checkbox]{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer}.segment-checkbox label.segment-checkbox-label{position:relative}.segment-checkbox label.segment-checkbox-label:before{content:"";-webkit-appearance:none;background-color:transparent;width:18px;height:18px;border:2px solid #5f6368;border-radius:2px;box-shadow:0 1px 2px #0000000d,inset 0 -15px 10px -12px #0000000d;display:inline-block;position:relative;top:-1px;vertical-align:middle;cursor:pointer}.segment-checkbox input[type=checkbox]:checked+label.segment-checkbox-label:before{background:#1a73e8;border:2px solid #1a73e8}.segment-checkbox input[type=checkbox]:checked+label.segment-checkbox-label:after{content:"";display:block;position:absolute;top:6px;left:6px;width:6px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}ul#workspace li .segment-checkbox.selected-box,ul#workspace li .focused-row .segment-checkbox,ul#workspace li:hover .segment-checkbox{opacity:1}.select-project-type-wrapper{padding:53px 0}.select-project-type-wrapper .title{font-style:normal;font-weight:700;font-size:24px;line-height:1.5;color:#3c4043;text-align:center}.select-project-row{display:flex;justify-content:center;align-items:center;gap:32px;padding-top:75px}.select-project-col{padding:35px;width:350px;height:350px;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;background-color:#fff;border:1px solid #e5e5e5;border-radius:4px;transition:.3s box-shadow ease-in}.select-project-col:hover{box-shadow:0 6px 10px #0000001a;transition:.3s box-shadow ease-in;cursor:pointer}.select-project-col img{padding-bottom:43px}.select-project-col h2.title{font-style:normal;font-weight:500;font-size:18px;line-height:1.5;color:#3c4043}.select-project-col p.description{font-style:normal;font-weight:400;font-size:12px;line-height:1.6;color:#9b9b9b}.steps-select__value-container .steps-select__multi-value:first-child .steps-select__multi-value__remove{display:none}.project-setup-advanced-wrapper{width:100%;display:flex;gap:24px;padding-top:8px;margin-bottom:20px}.project-setup-advanced-col{width:100%}.collapse-proj-setup{background-color:#fff;border-radius:10px;padding:32px 45px}.collapse-proj-setup-header{display:flex;align-items:center;justify-content:space-between;width:100%;border-bottom:1px solid #D9DBDF;padding-bottom:15px;margin-top:0}.collapse-proj-setup-header .upward{transform:rotateX(180deg)}.collapse-proj-setup-header .collapse-header{display:flex;align-items:center}.collapse-proj-setup-header .collapse-header h3{font-style:normal;font-weight:500;font-size:18px;line-height:24px;color:#3c4043;margin-bottom:0}.collapse-proj-setup .form-wrapper{padding:0}.add-active{color:#0074d3!important}.collapse-proj-setup .form-wrapper label{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#222;margin-bottom:13px;position:relative;top:1px;display:block}.advanced-option-check-wrap{display:flex;align-items:center;gap:10px}.advanced-option-check-wrap label{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#0074d3;cursor:pointer;margin-bottom:0;text-decoration:underline;position:relative;top:1px;display:block}.collapse-proj-setup .form-wrapper .form-group{width:100%;max-width:100%;margin-bottom:25px}.date-time-wrapper{width:100%;margin-bottom:30px!important}.date-time-wrapper .datetimepicker-box{height:46px;padding:10px 19px 10px 21px}.date-time-wrapper .date-time-pickers,.collapse-proj-setup .date-time-pickers{width:100%;display:flex;align-items:center}.date-time-wrapper .date-time-pickers .dt-col,.collapse-proj-setup .date-time-pickers .dt-col{width:100%;max-width:50%}.date-time-wrapper .date-time-pickers .datetimepicker-box input{padding:0;font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#3c4043}.collapse-proj-setup .date-time-pickers .datetimepicker-box input{font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#3c4043}.date-time-wrapper .date-time-pickers .datetimepicker-box input::-moz-placeholder{font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#9b9fa2;text-transform:uppercase}.date-time-wrapper .date-time-pickers .datetimepicker-box input::placeholder{font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#9b9fa2;text-transform:uppercase}.collapse-proj-setup .date-time-pickers .datetimepicker-box input::-moz-placeholder{font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#9b9fa2;text-transform:uppercase}.collapse-proj-setup .date-time-pickers .datetimepicker-box input::placeholder{font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#9b9fa2;text-transform:uppercase}.collapse-proj-setup .date-time-pickers .datetimepicker-box{padding:10px 19px 10px 21px}.expertise-capsule-container{display:flex;align-items:center;gap:8px;width:100%;justify-content:space-between}.selected-color-wrapper{display:flex;row-gap:3px;align-items:center;flex-wrap:wrap}.lang-select-text-box span{font-weight:400;font-size:15px;line-height:1.6;color:#9b9fa2;width:-moz-fit-content;width:fit-content}.selected-color{font-size:13px!important;color:#172b4d!important;font-weight:500!important}.expertise-info-capsule{margin-right:2px;background-color:#e4eeff;border-radius:2px;padding:4px 15px}.steps-select__multi-value{height:25px}.steps-select__multi-value__label{font-weight:400;font-size:12px!important;line-height:1.3;color:#5f6368!important;padding-right:6px!important;padding-top:4px!important;padding-bottom:4px!important}.steps-select__multi-value__remove:hover{background-color:#d5e4fe!important}.steps-select__multi-value__remove:hover svg{fill:#0074d3!important}.step-options-list{display:flex;align-items:center}.step-options-list-label,.step-options-list-checkbox{margin-bottom:0!important}.step-options-list-label{padding-left:.5rem}.custom-dashboard-links{font-weight:400;font-size:14px;line-height:17px;color:#0074d3;cursor:pointer}.custom-dashboard-links:before{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.8417%206.175L11.6667%205L6.66667%2010L11.6667%2015L12.8417%2013.825L9.02501%2010L12.8417%206.175Z'%20fill='%230078D4'/%3e%3c/svg%3e");width:20px;height:20px;position:relative;top:5px}.glossary-setup-wrapper{width:100%;margin:15px auto}.glossary-global-setup-wrapper{padding:32px 45px;background:#fff;border-radius:4px;transition:ease-in-out .3s;margin-top:30px;box-shadow:0 3px 6px #00000029}.glossary-form-col:nth-child(odd){margin-right:30px}.term-data-setup-wrapper .glossary-row,.new-glossary-setup-wrapper .glossary-row{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #dbdbdb}.term-data-setup-wrapper .glossary-row span,.new-glossary-setup-wrapper .glossary-row span{font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#3c4043;padding-left:.3rem}.term-data-setup-wrapper .glossary-row span>span{font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#7f7f7f;padding-left:0}.gloss-glob-wrapper{padding:20px 0}.glossary-setup-form{width:100%;display:flex}.glossary-setup-form label{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#222;margin-bottom:10px}.audio-option-form{display:flex;flex-direction:column}.glossary-setup-form label.step-options-list-label{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#3c4043;margin-bottom:0}.glossary-form-col{width:100%;max-width:50%}.icon-align{font-size:10px;padding-left:10px}.glossary-bottom-btn-align{display:flex;align-items:center;justify-content:flex-end;padding:0}.glossary-bottom-btn-align-new{display:flex;align-items:center;justify-content:space-between;padding:0 20px;width:100%}.term-data-setup-container{padding:29px 20px 20px}.term-data-setup-container .term-data-title{font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#3c4043}.term-data-setup-container .description{font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#7f7f7f}.term-data-setup-container .description a{color:#0074d3;text-decoration:underline}.glossary-btn-txt{font-style:normal;font-weight:500;font-size:13px;line-height:24px;color:#3c4043}.glossary-dwn-btn-row{display:flex;align-items:center;gap:23px}.term-data-lang-pair-wrapper{padding-top:30px}.term-data-list-wrapper ul.term-data-list{list-style-type:none;padding-left:0}.term-data-list-wrapper ul.term-data-list .term-data-list-item .list-row{display:flex;align-items:center;width:100%}.term-data-list-wrapper ul.term-data-list .term-data-list-item:not(:last-child){margin-bottom:12px}.term-data-list-wrapper ul.term-data-list .term-data-list-item ul.file-list-row{list-style-type:none;padding-left:0;padding-top:15px;padding-bottom:15px}.term-data-list-wrapper ul.term-data-list .term-data-list-item ul.file-list-row li.file-list-item span.title{font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#3c4043;width:95%}.term-data-list-wrapper ul.term-data-list .term-data-list-item ul.file-list-row li.file-list-item span.title img{padding-right:7px}.term-data-list-wrapper ul.term-data-list .term-data-list-item ul.file-list-row li.file-list-item span.close-wrapper{width:5%}.term-data-list-wrapper ul.term-data-list .term-data-list-item ul.file-list-row li.file-list-item span.close-wrapper span.close-new{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;transition:.4s all ease;margin:0 0 0 auto}.term-data-list-wrapper ul.term-data-list .term-data-list-item ul.file-list-row li.file-list-item:hover span.close-wrapper span.close-new,.term-data-list-wrapper ul.term-data-list .term-data-list-item ul.file-list-row li.file-list-item span.close-wrapper span.close-new:hover{background-color:#e9eaea;transition:.4s all ease;cursor:pointer}.term-data-list-wrapper ul.term-data-list .term-data-list-item ul.file-list-row li.file-list-item{display:flex;align-items:center;width:100%;padding:3px 3px 3px 11px;border-bottom:1px solid #ebecee;transition:.4s all ease}.term-data-list-wrapper ul.term-data-list .term-data-list-item ul.file-list-row li.file-list-item:hover{box-shadow:0 3px 6px #0000001a;transition:.4s all ease;cursor:pointer}.term-data-list-wrapper ul.term-data-list .term-data-list-item .list-row .term-data-lang-pair{width:100%;max-width:30%}.term-data-list-wrapper ul.term-data-list .term-data-list-item .list-row .term-data-lang-pair .lang{padding:3px 5px;background-color:#e8f0fe;border-radius:2px;font-style:normal;font-weight:400;font-size:12px;line-height:1.4;color:#0074d3}.term-data-list-wrapper ul.term-data-list .term-data-list-item .list-row .term-data-file-choose{width:100%;max-width:70%}.term-data-list-wrapper ul.term-data-list .term-data-list-item .list-row .term-data-file-choose label{font-style:normal;font-weight:400;font-size:13px;line-height:1.5;color:#0074d3;padding-left:13px;text-decoration:underline;cursor:pointer}.glossary-workspace-header{margin-top:-30px}.glossary-header-sub-container{display:flex;align-items:center;gap:40px}.glossary-workspace-wrapper{padding:78px 0}.glossary-workspace-container{margin:0 auto;width:65%}.glossary-workspace-area-list-wrapper{border:1px solid #EBEBEB;border-radius:4px;width:100%;background-color:#fff}.glossary-workspace-header-title{padding:21px 30px 15px;border-bottom:1px solid #DBDBDB;display:flex;align-items:center}.glossary-workspace-header-col{flex-grow:1}.glossary-workspace-toggle-col{display:flex;align-items:center;justify-content:flex-end;width:353px}.glossary-workspace-toggle-col-sidebar-hide{width:auto!important}.glossary-workspace-toggle-col .suggest-hide-toggle .arrow-icon{color:#4a4a4a;font-size:22.5px}.glossary-workspace-toggle-col .suggest-hide-toggle{padding:4px 8px;border-radius:4px;transition:.3s all ease}.glossary-workspace-toggle-col .suggest-hide-toggle:hover{background-color:#f3f3f3;transition:.3s all ease}.glossary-tit-header-wrap{display:flex;align-items:center}.suggest-header.glossary-tit-header-wrap .title:first-child{width:53%;display:flex;align-items:center;transition:.4s width ease-in-out}.glossary-tit-header-wrap .title:first-child{width:50%;max-width:100%;display:flex;align-items:center;transition:.4s width ease-in-out}.suggest-header.glossary-tit-header-wrap .title:first-child .sorting-container,.glossary-tit-header-wrap .title:first-child .sorting-container{margin-left:1rem}.glossary-tit-header-wrap .title:last-child{width:50%;max-width:100%}.glossary-tit-header-wrap .title p{font-style:normal;font-weight:500;font-size:13px;line-height:1.5;color:#3c4043;margin-bottom:0}.gl-work-row{display:flex;width:100%;height:65vh}.gl-work-col-1{flex-grow:1;max-width:100%;height:100%}.gl-work-col-2{width:0;max-width:100%;border-left:0px solid #DBDBDB;overflow:hidden;transition:.4s width ease-in-out}.gl-work-col-2.suggest-show{width:353px;border-left:1px solid #DBDBDB;transition:.4s width ease-in-out}.term-edit-advanced-sec-wrapper{background-color:#fff;border:1px solid #ebebeb;border-radius:4px}.term-edit-wrapper{background-color:#fff;border:1px solid #ebebeb;border-radius:4px;display:flex}.term-edit-wrapper .term-col-1{flex-grow:1}.term-edit-wrapper .term-col-2{border-left:2px solid #ebebeb;width:350px}.search-term-wrapper{background-color:#fff;height:inherit}.search-wrapper{display:flex;align-items:center;border-radius:4px;background-color:#e9e9e9;padding:7.5px 10.5px;gap:8px}.seach-wrapper-wrap{width:100%;max-width:397px;position:relative}.search-wrapper .search-img{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.search-wrapper input{border:0px;width:320px;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#74788d;background-color:transparent}.search-wrapper span.close{width:20px;height:20px;border-radius:50%;display:flex!important;align-items:center;justify-content:center;background-color:transparent!important;transition:.4s all ease;cursor:pointer;padding:0!important;opacity:0;visibility:hidden}.search-wrapper span.close.show{opacity:1;visibility:visible}.search-wrapper span.close:hover{background-color:#ebebeb!important;transition:.4s all ease}.search-wrapper input::-moz-placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:1.2;color:#747474}.search-wrapper input::placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:1.2;color:#747474}.search-wrapper.add-blue-border{background-color:#fff;box-shadow:0 1px 1px #4145494d,0 1px 3px 1px #41454926}.search-term-filter-wrapper{padding:12px 0 18px;border-bottom:1px solid #ebebeb;margin:0 20px}.search-term-filter-wrapper ul.filter-list{list-style-type:none;padding-left:0;display:flex;gap:10px;margin-bottom:0}.search-term-filter-wrapper ul.filter-list li.list-item{border:1px solid #dadce0;background-color:transparent;border-radius:3px;padding:4px 11px;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#74788d;transition:.4s all ease}.search-term-filter-wrapper ul.filter-list li.last-list-item:last-child{border:1px solid #dadce0;background-color:transparent;border-radius:3px;padding:4px 6px;display:flex;align-items:center;justify-content:center;cursor:pointer}.search-term-filter-wrapper ul.filter-list li.list-item:hover{border:1px solid #0074d3;background-color:#e8f0fe;color:#0074d3;cursor:pointer;transition:.4s all ease}.glossary-term-list-wrapper{padding:20px 30px 20px 23px;height:inherit;max-height:100%;overflow:auto}.glossary-term-list-wrapper .no-terms-list{height:inherit;padding-left:0;margin-bottom:0}.no-terms-added-wrapper{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px}.no-terms-added-wrapper h1{font-style:normal;font-weight:500;font-size:20px;line-height:1.5;color:#3c4043;margin-bottom:0}.glossary-term-list-wrapper ul.term-list{list-style-type:none;padding-left:0}.glossary-term-list-wrapper ul.term-list li{padding:0 10px;display:flex;align-items:center;justify-content:space-between;background-color:transparent;transition:.4s all ease}.glossary-term-list-wrapper ul.term-list li:not(:last-child){margin-bottom:8px}.glossary-term-list-wrapper ul.term-list li .avatar-name-wrap{display:flex;align-items:center;width:50%;max-width:100%}.glossary-term-list-wrapper ul.term-list li .tar-lang-name-wrap{display:flex;align-items:center;justify-content:space-between;width:50%;max-width:100%}.glossary-term-list-wrapper ul.term-list li .tar-lang-name-wrap .action-wrapper{display:flex;align-items:center;gap:8px}.file-list-bot-border{border-bottom:1px solid #ebecee}.glossary-term-list-wrapper ul.term-list li .term-list-del{width:40px;height:40px;display:flex;justify-content:center;align-items:center;background-color:transparent;border-radius:50%;opacity:0;visibility:hidden;transition:.4s all ease}.glossary-term-list-wrapper ul.term-list li.selected .term-list-del:hover{background-color:#dce6f5;transition:.4s all ease}.glossary-term-list-wrapper ul.term-list li .term-list-del .delete-glossary-icon{font-size:20px;color:#45484e}.glossary-term-list-wrapper ul.term-list li.selected:hover,.glossary-term-list-wrapper ul.term-list li.selected{background-color:#e8f0fe}.glossary-term-list-wrapper ul.term-list li.selected .avatar{background-color:#0074d3;transition:.4s all ease}.glossary-term-list-wrapper ul.term-list li.selected .name{color:#0074d3;font-weight:500;transition:.4s all ease}.glossary-term-list-wrapper ul.term-list li:hover{background-color:#f3f3f3;border-radius:3px;cursor:pointer;transition:.4s all ease}.glossary-term-list-wrapper ul.term-list li.selected .term-list-del,.glossary-term-list-wrapper ul.term-list li:hover .term-list-del{opacity:1;visibility:visible;transition:.4s all ease}.glossary-term-list-wrapper ul.term-list li .avatar{width:18px;height:18px;background-color:#a6a8a3;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:400;font-size:10px;line-height:1.5;color:#fff;border-radius:50%;transition:.4s all ease;margin-right:10px}.glossary-term-list-wrapper ul.term-list li .name{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#3c4043;transition:.4s all ease}.term-edit-suggestion-wrapper{height:100%;display:flex;flex-direction:column}.term-edit-form-wrapper{padding:36px 30px 30px}.term-edit-suggestion-header h3,.term-edit-form-header h3{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#3c4043;margin-bottom:0}.term-edit-suggestion-header{padding:21px 28px;display:flex;align-items:center;gap:25px;border-bottom:1px solid #D9DBDF}.term-textbox-textarea .title{font-style:normal;font-weight:500;line-height:1.5;font-size:14px;color:#202124;margin-bottom:8px}.term-textbox-textarea.border-add{padding:17px 12px;border:1px solid #DADCE0;border-radius:3px}.term-textbox-textarea.border-add:not(:last-child){margin-bottom:10px}.term-textbox-textarea.border-add .title{margin-bottom:0;margin-top:0}.term-textbox-textarea .text-content-box{font-style:normal;font-weight:400!important;line-height:1.4;font-size:13px;color:#5f6368;margin-top:8px}.term-textbox-textarea .text-content-box.font-weight-bold{font-weight:400!important}.term-edit-suggestion-header .tab-link{font-style:normal;font-weight:500;line-height:1.2;font-size:15px;color:#202124;margin-bottom:0}.term-edit-suggestion-header .tab-link.active:hover,.term-edit-suggestion-header .tab-link.active{background-color:#dbebf9;color:#0074d3}.no-info-added-wrapp{display:flex;align-items:center;flex-direction:column;text-align:center;height:100%;justify-content:center}.no-info-added-wrapp h2{font-style:normal;font-weight:500;line-height:1.5;font-size:15px;color:#bbc1cb;margin-bottom:0;margin-top:16px}.glossary-workspace-header .add-new-term-btn-txt{padding:9px 10px;display:flex;align-items:center;gap:7px}.glossary-workspace-header .add-new-term-btn-txt span{font-style:normal;font-weight:500;font-size:14px;line-height:1;color:#fff}.glossary-workspace-header .add-new-term-btn-txt .plus-icon{font-size:20px;color:#fff}.glex-workspace-header{display:flex;align-items:center;cursor:pointer}.glossary-workspace-header .add-new-term-btn-txt-1{padding:9px 10px;display:flex;align-items:center;gap:7px}.delete-btn:hover .add-new-term-btn-txt-1 .plus-icon,.delete-btn:hover .add-new-term-btn-txt-1 span{color:#fff}.glossary-workspace-header .add-new-term-btn-txt-1 span{font-style:normal;font-weight:500;font-size:14px;line-height:1;color:#222}.glossary-workspace-header .add-new-term-btn-txt-1 .plus-icon{font-size:20px;color:#222}.term-edit-form-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px}.term-edit-form-control:not(:last-child){margin-bottom:25px}.term-edit-form-control label{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#3c4043}.target-translate-term-box{display:flex!important;align-items:center;gap:10px}.target-translate-term-box .info-icon{color:#74788d;font-size:17px}.target-translate-term-box,.term-edit-form-control input[type=text].gl-worksp-input{display:block;border-radius:3px;width:100%;padding:5px 8px;border:1px solid #ced4da;font-style:normal;font-weight:500;font-size:15px;line-height:24px;color:#292929;position:relative;top:1px;height:44px}.target-translate-term-box input[type=text].gl-worksp-input{display:block;border-radius:0;width:100%;padding:0;border:0px solid #ced4da;font-style:normal;font-weight:500;font-size:15px;line-height:24px;color:#292929;position:relative;top:0!important;height:100%!important}.target-translate-term-box:focus-within{border:2px solid #0074d3;height:44px;border-radius:3px}.target-translate-term-box input[type=text].gl-worksp-input:focus{border:0px solid #0074d3!important;height:100%!important;border-radius:0!important}.term-edit-form-control input[type=text].gl-worksp-input:focus{border:2px solid #0074d3;height:44px;border-radius:3px}.term-edit-form-control input[type=text].gl-worksp-input::-moz-placeholder{font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#74788d}.term-edit-form-control input[type=text].gl-worksp-input::placeholder{font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#74788d}.term-edit-suggestion-part{padding:26px 28px 28px;height:100%;overflow:auto;overflow-x:hidden}.term-edit-suggest-wikipedia-wrapper{margin-bottom:32px}.term-edit-suggest-head{display:flex;align-items:center;margin-bottom:15px}.term-edit-suggest-head span.title{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043;padding-left:6px}.term-edit-suggest-links .link-item:not(:last-child){margin-bottom:15px}.term-edit-suggest-links .link-item h5.title{font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#5a616f;margin-bottom:0}.term-edit-suggest-links .link-item a.link{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#0074d3}.term-edit-advance-header{padding:23px 35px;display:flex;align-items:center;width:100%;justify-content:space-between;cursor:pointer}.term-edit-advanced-opened{padding:23px 35px 16px!important}.term-edit-advance-header .collapse-header h3{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#3c4043;margin-bottom:0}.term-edit-advanced-sec-wrapper .collapsed-body{margin:0 35px}.term-edit-advanced-sec-wrapper .collapsed-body-open{border-top:1px solid #dbdbdb}.advanced-section-wrapper{padding:30px;height:600px;overflow:auto;overflow-x:hidden;border-bottom:1px solid #EBEBEB}.translate-row-wrapper{display:flex;align-items:center;gap:5px}.translate-row-wrapper .trans-btn-box{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid #DADCE0;border-radius:3px;position:relative;top:1px}.translate-row-wrapper input{flex-grow:1}.advanced-section-form-row{display:flex;flex-direction:column;width:100%;gap:20px}.advanced-section-form-row-block{display:flex;flex-direction:column;width:100%}.advanced-section-form-row:not(:last-child){margin-bottom:28px}.adv-sec-col{width:100%;max-width:100%}.advanced-section-form-row-block .adv-sec-col .term-edit-form-control{padding-top:20px}.term-edit-form-control textarea{display:block;border-radius:3px;width:100%;padding:8px 10px;border:1px solid #ced4da;font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#3c4043;height:auto;min-height:143px;max-height:100%}.term-edit-form-control textarea:focus-within,.term-edit-form-control textarea:focus{border:2px solid #0074d3;height:auto;min-height:143px;max-height:100%;border-radius:3px;outline:none}.term-edit-form-control textarea::-moz-placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#74788d}.term-edit-form-control textarea::placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#74788d}.search-input-wrapper{display:flex;align-items:center;border:1px solid #ced4da;border-radius:4px;padding:0 5px}.search-input-wrapper .search-img{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.search-input-wrapper input[type=search]{flex-grow:1;padding:8px 5px;border:0px;border-radius:4px;width:auto;font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#333}.search-input-wrapper input[type=search]::-moz-placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#74788d}.search-input-wrapper input[type=search]::placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#74788d}.search-input-wrapper span.close{width:30px;height:30px;border-radius:50%;display:flex!important;align-items:center;justify-content:center;background-color:transparent!important;transition:.4s all ease;cursor:pointer;padding:0!important}.search-input-wrapper span.close:hover{background-color:#ebebeb!important;transition:.4s all ease}.search-input-wrapper.add-blue-border{border:2px solid #0074d3!important}.gl-workspace-btn-txt-1{font-style:normal;font-weight:500;font-size:14px;line-height:1.2;color:#3c4043;padding:10px 25px}.gl-workspace-btn-txt-2{font-style:normal;font-weight:500;font-size:14px;line-height:1.4;color:#fff;padding:10px 17px}.term-edit-button-wrapper{display:flex;align-items:center;justify-content:flex-end;padding-top:18px}.term-edit-btn-row{display:flex;align-items:center;gap:10px}.asset-glossary-wrapper{padding:0}.asset-glossary-wrapper .MuiFormGroup-root .MuiTypography-root{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;margin-bottom:0;color:#3c4043}.asset-glossary-row{display:flex;gap:31px}.asset-glossary-row .asset-glossary-col{width:50%;max-width:50%}.asset-gl-head{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;margin-bottom:0;color:#3c4043}.assets-minibox-wrap,.assets-box-wrap{height:415px;overflow:auto;scroll-behavior:smooth;scrollbar-width:auto;scrollbar-color:#c8c6c4 #ffffff;border:1px solid #e0e0e0;border-radius:5px;padding:6px}ul.asset-list-wrapper{padding-left:0;margin-bottom:0;list-style-type:none}.assets-box-wrap ul.asset-list-wrapper li.asset-list-tile{padding:8.2px 9px}.assets-box-wrap ul.asset-list-wrapper li.asset-list-tile:hover .setting-wrong-btn-algin .settings-close-btn:last-child{background:#e9eaea;cursor:pointer}.assets-box-wrap ul.asset-list-wrapper li.asset-list-tile .setting-wrong-btn-algin .settings-close-btn{height:34px;width:34px}ul.asset-list-wrapper li.asset-list-tile{display:flex;align-items:center;justify-content:space-between;padding:6.5px 9px;transition:.3s all ease}ul.asset-list-wrapper li.asset-list-tile:not(:first-child){border-top:1px solid #ebecee}ul.asset-list-wrapper li.asset-list-tile .asset-list-title{display:flex;align-items:center;gap:5px}ul.asset-list-wrapper li.asset-list-tile:hover{background-color:#f5f5f5;transition:.3s all ease;cursor:pointer}ul.asset-list-wrapper li.asset-list-tile.selected{background-color:#e8f0fe;transition:.3s all ease}ul.asset-list-wrapper li.asset-list-tile:hover .asset-check-box.MuiCheckbox-root.Mui-checked{color:#0074d3}ul.asset-list-wrapper li.asset-list-tile:hover .asset-check-box.MuiCheckbox-root{color:#5f6368}ul.asset-list-wrapper li.asset-list-tile .asset-list-title span{font-style:normal;font-weight:400;font-size:13px;line-height:1.5;color:#3c4043}.glossary-add-btn-1,.glossary-add-btn{background-color:#0074d3;border-radius:3px;padding:2px 12px;font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#fff}.glossary-add-btn-1 span{font-size:16px;margin-right:4px}.glossary-add-btn span{font-size:16px;margin-left:4px}.glossary-add-btn-wrap{opacity:0;visibility:hidden;transition:.3s all ease}ul.asset-list-wrapper li.asset-list-tile:hover .glossary-add-btn-wrap{opacity:1;visibility:visible;transition:.3s all ease}.nav-transeditor-wrapper{display:flex;align-items:center;height:100%}.nav-transeditor-wrapper a.MuiButtonBase-root{margin-left:30px}.nav-transeditor-wrapper .selected,.nav-transeditor-wrapper .navbar-display-show:hover{background-color:#00000024;text-decoration:none;transition:.25s background-color ease-in-out}.sidebar-active-area-wrapper .tab-pane.active{overflow:auto;overflow-x:hidden;height:91%;padding:0 19px 13px 15px}.ai-new-project-setup-wrapper{display:flex;flex-direction:column;width:100%;height:100%;padding-bottom:30px;overflow-y:auto;padding-top:100px}.ai-proj-sidebar-col-wrapper{width:260px;max-width:100%;height:100%;left:0;z-index:3;position:relative;border-right:1px solid #EAEAEB;background-color:#fff;transition:.4s left ease-in-out}.ai-proj-sidebar-col-wrapper.collapses{left:-300px;position:fixed}.ai-working-col-wrapper{width:100%;background-color:#f8fafc}.ai-working-col-wrapper .sidebar_mask{display:none;position:absolute;width:100%;height:100%;z-index:-2;background-color:#0000004d}.side-bar-tab-glb-wrapper{height:100%;display:flex;flex-direction:column;width:82px;background-color:#f8f8f8;padding:6px!important;gap:12px}.side-bar-tab-glb-wrapper .side-bar-tab-box{width:100%;height:66px;display:flex;align-items:center;justify-content:center;margin-bottom:0!important;position:relative;border-radius:10px}.side-bar-tab-glb-wrapper .side-bar-tab-box:last-child{flex-grow:1}.side-bar-tab-glb-wrapper .side-bar-tab-box b:nth-child(1){position:absolute;top:-20px;height:20px;width:100%;background-color:#fff;display:none}.side-bar-tab-glb-wrapper .side-bar-tab-box b:nth-child(2){position:absolute;bottom:-20px;height:20px;width:100%;background-color:#fff;display:none}.side-bar-tab-glb-wrapper .side-bar-tab-box.active b:nth-child(1),.side-bar-tab-glb-wrapper .side-bar-tab-box.active b:nth-child(2){display:block}.side-bar-tab-glb-wrapper .side-bar-tab-box b:nth-child(1):before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:#f3f2f2;border-bottom:1px solid #e4e4e4;border-right:1px solid #e4e4e4;border-bottom-right-radius:9px}.side-bar-tab-glb-wrapper .side-bar-tab-box b:nth-child(2):before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:#f3f2f2;border-top:1px solid #e4e4e4;border-right:1px solid #e4e4e4;border-top-right-radius:9px}.side-bar-tab-glb-wrapper .side-bar-tab-box a.nav-link{width:100%;height:66px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:0;border-radius:0;position:relative;transition:.3s all ease}.side-bar-tab-glb-wrapper .side-bar-tab-box a.nav-link p{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#3c4043;margin-bottom:0;margin-top:5px;transition:.3s all ease}.side-bar-tab-glb-wrapper .side-bar-tab-box.active a.nav-link img{filter:invert(35%) sepia(58%) saturate(6106%) hue-rotate(192deg) brightness(82%) contrast(101%)}.side-bar-tab-glb-wrapper .side-bar-tab-box.active a.nav-link p{color:#0074d3;font-weight:500;transition:.3s all ease}.side-bar-tab-glb-wrapper .side-bar-tab-box.add-bor-rad-before a.nav-link:hover{border-radius:0 0 9px}.side-bar-tab-glb-wrapper .side-bar-tab-box.add-bor-rad-after a.nav-link:hover{border-radius:0 9px 0 0}.side-bar-tab-glb-wrapper .side-bar-tab-box a.nav-link:hover{border-color:transparent;background-color:#ebf0f2;border-radius:10px;cursor:pointer}.sidebar-active-area-wrapper{background-color:#fff;width:361px;border-right:2px solid #e4e4e4}.side-bar-tab-glb-wrapper .side-bar-tab-box.active,.side-bar-tab-glb-wrapper .side-bar-tab-box.active a{background-color:#e7eaec!important;border-radius:10px!important;transition:.3s all ease}.side-bar-tab-glb-wrapper .side-bar-tab-box.active{border-right:0px solid #e4e4e4}.sidebar-active-area-wrapper .sidebar-glb-search-wrapper{padding:9px 10px;margin:13px 19px 13px 15px;background-color:#f3f2f2;border-radius:4px;display:flex;align-items:center;gap:6px}.sidebar-active-area-wrapper .sidebar-glb-search-wrapper img{width:20px;height:20px}.sidebar-active-area-wrapper .sidebar-glb-search-wrapper input{flex-grow:1;border:0px;background-color:transparent;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#74788d}.sidebar-active-area-wrapper .sidebar-glb-search-wrapper input::-moz-placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#74788d}.sidebar-active-area-wrapper .sidebar-glb-search-wrapper input::placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#74788d}.ai-subtask-collapse-wrap .header{display:flex;justify-content:space-between;cursor:pointer;border-radius:3px;transition:.3s all ease}.ai-subtask-collapse-wrap .header .icon-wrap{padding:10px 15px;display:flex;align-items:center}.ai-subtask-collapse-wrap .header.active span.img:hover,.ai-subtask-collapse-wrap .header.active span.img-rotate:hover,.ai-subtask-collapse-wrap .header span.img-rotate:hover,.ai-subtask-collapse-wrap .header span.img:hover{background-color:#ebecec}.ai-subtask-collapse-wrap .header.active,.ai-subtask-collapse-wrap .header:hover{background-color:#f2f3f3}.ai-subtask-collapse-wrap .header.no-collapse-header{padding:0;transition:.3s all ease}.ai-subtask-collapse-wrap .header.no-collapse-header a.title{width:100%;transition:.3s all ease;padding:6px 0;font-style:normal;font-weight:500;font-size:15px;line-height:1.5;color:#3c4043;border-radius:3px}.ai-subtask-collapse-wrap .header.no-collapse-header a.title:hover{cursor:pointer;text-decoration:none;padding:6px 8px;background-color:#f3f2f2;transition:.3s all ease}.ai-subtask-collapse-wrap .header.no-collapse-header .title.active:hover,.ai-subtask-collapse-wrap .header.no-collapse-header .title.active{background-color:#e0f0fa;padding:6px 8px;transition:.3s all ease}.ai-subtask-collapse-wrap .header .icon img{width:24px;margin-right:14px}.ai-subtask-collapse-wrap.glossaries .header .icon img{width:17px;margin-right:14px}.ai-subtask-collapse-wrap .header span.title{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043}.ai-subtask-collapse-wrap .header span.img,.ai-subtask-collapse-wrap .header span.img-rotate{padding:10px 15px;width:38px;height:43px;border-radius:3px;display:flex;align-items:center;justify-content:center}.ai-subtask-collapse-wrap .header span.img img{transform:rotate(0);transition:.3s transform ease-in-out}.ai-subtask-collapse-wrap .header span.img-rotate img{transform:rotate(-90deg);transition:.3s transform ease-in-out}.ai-subtask-collapse-wrap ul.ai-subtask-link-list{list-style-type:none;padding-left:0}.ai-subtask-collapse-wrap ul.ai-subtask-link-list li a{padding:9px 13px 9px 55px;display:block;border-radius:2px;font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043;background-color:transparent;transition:.3s all ease}.ai-subtask-collapse-wrap ul.ai-subtask-link-list li ul{padding-left:0;list-style-type:none}.ai-subtask-collapse-wrap ul.ai-subtask-link-list li ul li a{padding:9px 13px 9px 70px}.ai-subtask-collapse-wrap ul.ai-subtask-link-list li .subtask-btn{background-color:#0074d3;padding:10px 17px 10px 12px;box-shadow:0 1px 3px #0000003d;border-radius:3px;font-style:normal;font-weight:500;font-size:15px;line-height:1.5;color:#fff;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;gap:3px}.ai-working-col-wrapper .glossaries-list-wrapper{width:100%;max-width:1154px;margin:auto}.glossaries-list-wrapper .header-align.glossary-header .header-project-setup-align-wrap{width:100%}.glossaries-list-wrapper .header-align.glossary-header .header-project-setup-align-wrap .section-header{margin-right:51px}.glossaries-list-wrapper .header-align.glossary-header.glossary-search-header .header-project-setup-align-wrap .section-header{margin-right:5px}.glossaries-list-wrapper .header-align .glossary-search-row .glossary-search-inner-row{display:flex;align-items:center;width:100%}.glossaries-list-wrapper .glossary-search-row .glossary-search-inner-row{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:28px}.glossary-radio-btn-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px 33px}.glossary-radio-btn-row .glossary-radio-btn-input{display:flex;align-items:center}.glossary-radio-btn-row .glossary-radio-btn-input label{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#676a78;margin-bottom:0;cursor:pointer}.glossary-radio-btn-row .glossary-radio-btn-input label:checked{color:#0074d3}.glossaries-search-bar{padding-top:0;background-color:#f8fafc}.glossary-search-term-glb-wrapper{border:1px solid #EBEBEB;border-radius:4px;background-color:#fff;margin-bottom:42px}.terms-search-header{padding:27px 0 21px}.new-padd-style{padding:10px 18px!important}.terms-search-header p{font-style:normal;font-weight:400;font-size:15px;line-height:1.5;color:#3c4043;margin-bottom:0;display:flex;align-items:center;gap:8px}.terms-search-header p span{font-style:normal;font-weight:700;font-size:16px;line-height:1.5;color:#3c4043}.terms-search-results-wrapper{height:inherit;overflow:auto;overflow-x:hidden;margin-right:7px;margin-top:3px}.gap-5{gap:8px}.terms-search-found-wrapper{height:calc(100vh - 364px);margin-bottom:3px}.terms-search-results-wrapper .no-created-terms-found-wrapper{padding:22px 27px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:25px;height:inherit}.terms-search-results-wrapper .no-created-terms-found-wrapper h1{font-style:normal;font-weight:500;font-size:20px;line-height:1.5;color:#3c4043;margin-bottom:0}.terms-search-results-wrapper .terms-search-result-item{background-color:#fff;border-bottom:1px solid #EBEBEB;padding:20px 40px 19px 38px;display:flex;align-items:center}.terms-search-results-wrapper .terms-search-result-item .search-term-info{width:257px;border-right:1px solid #E1E1E1}.terms-search-results-wrapper .terms-search-result-item .search-term-translate-info{flex-grow:1;padding-left:73px;display:flex;align-items:center;justify-content:space-between}.terms-search-results-wrapper .terms-search-result-item .search-term-translate-info .edit-icon-wrap .edit-icon-box{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;cursor:pointer;transition:.4s all ease}.terms-search-results-wrapper .terms-search-result-item .search-term-translate-info .edit-icon-wrap .edit-icon-box:hover{background-color:#e9eaea}.terms-search-results-wrapper .terms-search-result-item .search-term-translate-info .edit-icon-wrap .edit-icon-box .edit-icon{color:#474848;font-size:20px}.terms-search-results-wrapper .terms-search-result-item .search-term-translate-info .search-term-inner-translate .src-translate-txt{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#3c4043;margin-bottom:0}.terms-search-results-wrapper .terms-search-result-item .search-term-translate-info .search-term-inner-translate .target-translate-txt{font-style:normal;font-weight:700;font-size:16px;line-height:1.5;color:#3c4043;margin-bottom:5px;display:flex;align-items:center;gap:9px}.terms-search-results-wrapper .terms-search-result-item .search-term-translate-info .search-term-inner-translate .target-translate-txt span{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#a0a7ac}.terms-search-results-wrapper .terms-search-result-item .search-term-info h4{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043;margin-bottom:5px}.terms-search-results-wrapper .terms-search-result-item .search-term-info .lang-pair{display:flex;align-items:center}.terms-search-results-wrapper .terms-search-result-item .search-term-info .lang-pair span{background:#e8f0fe;border-radius:2px;padding:3px 5px;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#0074d3}.glossaries-list-wrapper .header-align .glossary-search-row-new{display:flex;align-items:center;justify-content:space-between;flex-grow:1}.glossary-view-row{display:flex;align-items:center;gap:10px;margin-left:15px}.glossaries-list-wrapper .glossary-search-row{display:flex;justify-content:space-between;flex-grow:1;padding:35px 35px 8px 38px;border-bottom:1px solid #E6E6E6;flex-direction:column}.glossaries-list-wrapper .glossary-list-row-wrapper{margin-top:30px;width:100%;padding:19px 26px 40px;background:#fff;border:1px solid #ebebeb;border-radius:4px;transition:ease-in-out .3s}.ai-subtask-collapse-wrap ul.ai-subtask-link-list li .subtask-btn .plus{color:#fff;font-size:22px}.ai-subtask-collapse-wrap ul.ai-subtask-link-list li .subtask-btn:hover{background-color:#0074d3}.ai-subtask-collapse-wrap ul.ai-subtask-link-list li a.active:hover,.ai-subtask-collapse-wrap ul.ai-subtask-link-list li a.active{background-color:#f2f3f3;font-weight:500}.ai-subtask-collapse-wrap ul.ai-subtask-link-list li a:hover{cursor:pointer;text-decoration:none;background-color:#f2f3f3;transition:.3s all ease}.ai-working-area-glb-wrapper{width:min(100%,1275px);margin:40px auto}.text-area-wizard-wrapper{width:min(100%,1275px);margin:40px auto;height:auto;position:relative}.project-input-wrap{width:600px;display:flex;align-items:center;margin-left:0;justify-content:space-between}.navbar-writer-stripe-wrapper .project-input-wrap{margin-left:0}.navbar-writer-stripe-wrapper .project-input-wrap .project-box-ai{padding:5px 10px}.disable{pointer-events:none;opacity:.7}.project-input-wrap .edit-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;cursor:pointer;transition:.3s all ease;margin-left:15px}.project-input-wrap .edit-icon:hover{background-color:#ebebeb;transition:.3s all ease}.text-area-header-wrap{margin-bottom:34px}.project-input-wrap .project-box{border:1px solid #e0e0e0;background-color:#f5f5f5;border-radius:5px;transition:.3s all ease;width:auto;font-style:normal;font-weight:500;font-size:22px;color:#3c4043;line-height:1.5;height:34px;margin-bottom:0;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:4px 15px}.project-input-wrap .project-box:focus{text-overflow:clip}.project-input-wrap .project-box:not(:focus){text-overflow:ellipsis}.project-input-wrap .project-box:hover{border-color:#d8d8d8;transition:.2s all ease;text-overflow:clip}.project-input-wrap .project-box:focus-visible,.project-input-wrap .project-box:focus-within,.project-input-wrap .project-box:focus{outline:none;border-color:#0073d6;border-width:2px;background-color:#fff;transition:.1s all ease;height:38px}.project-input-wrap.error-focus .project-box:focus-visible,.project-input-wrap.error-focus .project-box:focus-within,.project-input-wrap.error-focus .project-box:focus{border-color:#e74c3c!important}.project-input-wrap .project-box[data-placeholder]:empty:before{content:attr(data-placeholder);font-style:normal;font-weight:400;font-size:22px;color:#777;line-height:1.5;transition:.1s all ease;position:relative;top:0}.project-input-wrap .project-box[contenteditable=true]:empty:before{content:attr(data-placeholder);pointer-events:none;display:block}.instant-text-translated-text-box .header-title,.instant-text-translate-wrapper .header-title,.ts-header-title,.text-area-wizard-wrapper .header-title,.ai-working-area-glb-wrapper .header-title{font-style:normal;font-weight:700;font-size:18px;line-height:1.2;color:#3c4043;margin-bottom:8px}.ts-header-title{margin-bottom:0!important}.instant-text-translated-text-box .header-title,.instant-text-translate-wrapper .header-title{margin-bottom:16px!important}.ai-working-area-glb-wrapper .header-title.editable{padding:3px 12px;border:2px solid transparent;transition:.3s all ease;width:-moz-fit-content;width:fit-content}.ai-working-area-glb-wrapper .header-title.editable:focus,.ai-working-area-glb-wrapper .header-title.editable:focus-visible{outline:#0074d3;padding:3px 12px;width:-moz-fit-content;width:fit-content;border:2px solid #0074d3;border-radius:3px;transition:.3s all ease}.ai-working-area-glb-wrapper .header-title.editable:empty:before{content:attr(data-placeholder);font-style:normal;font-weight:400;font-size:18px;line-height:1.5;color:#3c4043}.ai-text-translate-work-container{background:linear-gradient(180deg,#fff,#fff);box-shadow:0 2px 5px #0000002e;border-radius:8px;position:relative}.asterik-symbol{color:#e74c3c!important;padding-left:4px;text-decoration:none!important}.asterik-symbol.drag-drop-asterik{padding-left:0;position:absolute;top:3px;right:-1px}.ai-text-assigned-select-wrapper{position:relative;flex-grow:1}.ai-text-assigned-select-wrapper .ai-text-assigned-input-area{padding:6px 4px 6px 0;border-bottom:1px solid #E4E7E9;width:100%;height:36px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.editor-select-disable{background-color:#f2f2f2;pointer-events:none;color:#999!important}.instant-unit-select__value-container,.instant-currency-select__value-container{padding:2px 10px!important}.select-currency-wrap .instant-unit-select__value-container,.unit-type-wrap .instant-currency-select__value-container{padding:2px 0!important}.assigned-to-switch-wrapper{background:#fff;box-shadow:0 26px 63px #0003,0 3px 4px #00000029;border-radius:8px;position:absolute;width:100%;top:-25px;height:auto;display:flex;flex-direction:column;z-index:10}.assigned-to-header-wrapper{height:58px;border-bottom:1px solid #ECEDF0;padding:0 20px;display:flex;align-items:center;width:100%}.assigned-to-header-wrapper ul.assigned-header-switcher{padding-left:0;margin-bottom:0;list-style-type:none;display:flex;align-items:center;width:100%;height:100%}.assigned-to-header-wrapper ul.assigned-header-switcher li:last-child,.assigned-to-header-wrapper ul.assigned-header-switcher li:first-child{width:50%;max-width:100%}.assigned-to-header-wrapper ul.assigned-header-switcher li{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#3c4043;text-align:center;position:relative;display:flex;align-items:center;justify-content:center;height:100%;cursor:pointer}.assigned-to-header-wrapper ul.assigned-header-switcher li:after{content:"";display:block;width:100%;height:3px;background-color:transparent;position:absolute;top:54px}.assigned-to-header-wrapper ul.assigned-header-switcher li.active:after{background-color:#0074d3}.assigned-to-header-wrapper ul.assigned-header-switcher li.active{font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#0074d3;text-align:center}.assigned-to-switch-area{flex-grow:1;border-bottom:2px solid #ECEDF0;overflow:auto}.assigned-to-switch-editors-list{padding:15px;overflow:auto;height:auto;max-height:341px}.instant-button-row{margin-top:30px;text-align:end}.instant-button-row .translate-btn{padding:9px 20px 11px;background-color:#0074d3;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#fff;border-radius:3px}.assigned-to-switch-editors-list .internal-user-no-members-list{padding:0 15px;height:initial!important}.assigned-to-switch-editors-list .internal-user-no-members-list img.empty-folder-img{width:100%!important}.assigned-to-switch-editors-list .assigned-to-switch-editor-item{padding:7px 6px;border-radius:3px;background-color:transparent;display:flex;align-items:center;gap:10px}.language-details .MuiSkeleton-text{transform:scale(1)}.assigned-to-switch-editors-list .assigned-to-switch-editor-item:not(:last-child){margin-bottom:5px}.assigned-to-switch-editors-list .assigned-to-switch-editor-item .img-wrap img{width:36px!important;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;margin-left:0!important}.assigned-to-switch-editors-list .assigned-to-switch-editor-item .editor-name p{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#3c4043;margin-bottom:0}.assigned-to-switch-editors-list .assigned-to-switch-editor-item:hover{background-color:#f3f3f3;cursor:pointer}.assigned-to-switch-footer{height:51px}.assigned-to-switch-footer .find-more-editor-link{height:inherit;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#0074d3}.assigned-to-switch-footer .find-more-editor-link:hover{background-color:#0074d3;color:#fff;border-radius:0 0 8px 8px}.ai-text-assigned-select-wrapper .ai-text-assigned-input-area span.placeholder,.ai-text-assigned-select-wrapper .ai-text-assigned-input-area span.value{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#222}.ai-text-translate-work-form-wrapper .units-wrapper{margin-bottom:32px}.units-wrapper .ai-text-form-item-row{display:flex;gap:20px;align-items:center}.ai-text-form-item-row .ai-text-form-item-wrapper{margin-top:25px;display:flex;align-items:center;gap:5px;margin-bottom:5px}.ai-text-form-item-row .ai-text-form-item-wrapper .add-attachment-btn-collapse{margin-bottom:0;font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#222}.ai-text-form-item-row .ai-text-form-item-wrapper .add-attachment-btn-collapse small{margin-bottom:0;font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#8f8f8f}.add-attachment-btn-collapse span{text-align:left;font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#0074d3;opacity:1;margin-left:15px;cursor:pointer}.ai-text-form-item-row.notes,.units-wrapper .ai-text-form-item-row:not(:last-child){margin-bottom:20px!important}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper.value-row{margin-bottom:0!important}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper .add-attachment-btn-collapse{cursor:pointer}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper .add-attachment-btn-collapse,.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper .add-instruct-btn-collapse{padding:3px 5px;background:transparent;border:0px;border-radius:4px;font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#222;margin-bottom:0}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper .add-attachment-btn-collapse:hover,.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper .add-instruct-btn-collapse:hover{background:#f3f3f3}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper .add-attachment-btn-collapse span,.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper .add-instruct-btn-collapse span{color:#8f8f8f}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper.value-row .ai-text-form-item-wrapper{margin-bottom:0!important}.ai-text-translate-button-row{display:flex;align-items:center;justify-content:flex-end;margin-top:20px}.allow-sharing-wrap{margin-left:2px;margin-top:20px}.allow-sharing-wrap label{margin:0!important}.allow-sharing-wrap .allow-sharing{font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#222;margin-bottom:0}.ai-text-translate-button-row .instant-text-button{padding:7.5px 28px 8.5px;background-color:#0074d3;font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#fff;border-radius:3px;margin-top:20px}.ai-text-translate-button-row .instant-text-cancel-button{padding:7.5px 28px 8.5px;background-color:#fff;font-style:normal;font-weight:500;font-size:14px;line-height:19px;border-radius:3px;margin-top:20px;margin-right:12px}.ai-text-translate-button-row .instant-text-cancel-button:hover{background-color:#eee}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper{display:flex;align-items:center;gap:20px;margin-bottom:20px}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper img{margin-left:6px;width:16px}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper:last-child{margin-bottom:0}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper{width:100%;max-width:100%}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper.rate{width:100%;max-width:100%;margin-left:54px}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper.rate.hour{flex-direction:column}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .currency-selection,.ai-text-translate-work-form-wrapper .ai-text-form-item-row .unit-selection{width:100%!important;margin-bottom:0}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .unit-rate{width:100%!important}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper .datetimepicker-box input{font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#3c4043}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper .datetimepicker-box input::-moz-placeholder{font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#9b9fa2;text-transform:uppercase}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper .datetimepicker-box input::placeholder{font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#9b9fa2;text-transform:uppercase}.ai-text-translate-margin-right{margin-bottom:0!important}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper label,.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper.unit-rate label{font-style:normal;font-weight:400;font-size:14px;line-height:1.1;color:#222;margin-bottom:0}.ai-text-translate-work-form-wrapper .ai-text-form-item-row:not(:last-child){margin-bottom:32px}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper .text-translate-rate-input{border-bottom:1px solid #C0C8CE!important;border:0px;border-radius:0;padding:4.5px 5px;display:block;width:25%;text-align:end;font-style:normal;font-weight:400;font-size:14px;line-height:1.1;color:#222;transition:.3s all ease}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper .text-translate-rate-input::-moz-placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#9b9fa2}.ai-text-translate-work-form-wrapper .ai-text-form-item-row .ai-text-form-item-wrapper .text-translate-rate-input::placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#9b9fa2}.copy-of-translated-text,.ai-text-translate-work-container .instant-text-translated-text-box .ai-text-area,.ai-text-translate-work-container textarea.ai-text-area{height:auto;width:100%;min-height:175px;max-height:100%;border:none;resize:none;background-color:transparent;font-style:normal;font-weight:400;font-size:18px;line-height:1.5;color:#3c4043;overflow:hidden}.ai-text-translate-text-area-wrapper .ai-text-area{height:100%;width:100%;min-height:175px;border:none;resize:none;background-color:transparent;font-style:normal;font-weight:400;font-size:18px;line-height:1.5;color:#3c4043;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;-ms-overflow-style:none}.copy-of-translated-text,.ai-text-translate-work-container .instant-text-translated-text-box .ai-text-area{padding:0 15px 0 0}.ai-text-translate-work-container textarea.ai-text-area{border-radius:0 0 0 6px;padding:63px 40px 10px 28px}.ai-text-translate-text-area-wrapper .ai-text-area,.instant-text-translated-text-box .ai-text-translate-work-container textarea.ai-text-area{line-height:28px!important}.ai-text-translate-text-area-wrapper .ai-text-area:focus,.ai-text-translate-text-area-wrapper .ai-text-area:focus-within,.ai-text-translate-text-area-wrapper .ai-text-area:focus-visible{outline:none}.instant-assign-modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #EBEBEB;padding:17px 13px 13px 36px}.ai-translated-share-row{display:flex;align-items:center;justify-content:space-between;position:relative;margin-top:20px}ul.share-row-list-outer{flex-direction:column;position:relative;top:75px}ul.share-row-list-outer,.ai-translated-share-row>ul.share-row-list{padding-left:0;margin-bottom:0;list-style-type:none;display:flex;align-items:center;gap:20px}ul.share-row-list-outer>li.share-area,.ai-translated-share-row>ul.share-row-list>li.share-area{position:relative}ul.share-row-list-outer>li.share-area .share-translated-text-box,.ai-translated-share-row>ul.share-row-list>li.share-area .share-translated-text-box{background:#fff;box-shadow:0 3px 6px #00000029;border:1px solid #0000000D;border-radius:4px;padding:3px 10px;position:absolute;top:-60px;left:-9px}ul.share-row-list-outer>li.share-area .share-translated-text-box ul,.ai-translated-share-row>ul.share-row-list>li.share-area .share-translated-text-box ul{padding-left:0;margin-bottom:0;list-style-type:none;display:flex;align-items:center;gap:5px}ul.share-row-list-outer>li.share-area .download-translated-text-box,.ai-translated-share-row>ul.share-row-list>li.share-area .download-translated-text-box{background:#fff;box-shadow:0 3px 6px #00000029;border:1px solid #0000000D;border-radius:4px;position:absolute;top:-60px;left:-141px}ul.share-row-list-outer>li.share-area .download-translated-text-box ul,.ai-translated-share-row>ul.share-row-list>li.share-area .download-translated-text-box ul{padding-left:0;margin-bottom:0;list-style-type:none}ul.share-row-list-outer>li.share-area .download-translated-text-box ul li,.ai-translated-share-row>ul.share-row-list>li.share-area .download-translated-text-box ul li{padding:8px 21px 8px 10px}ul.share-row-list-outer>li.share-area .download-translated-text-box ul li:hover,.ai-translated-share-row>ul.share-row-list>li.share-area .download-translated-text-box ul li:hover{background-color:#e7eaec;cursor:pointer}ul.share-row-list-outer>li.share-area .share-translated-text-box ul li span,.ai-translated-share-row>ul.share-row-list>li.share-area .share-translated-text-box ul li span{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:10px;cursor:pointer}ul.share-row-list-outer>li.share-area .share-translated-text-box ul li span:hover,.ai-translated-share-row>ul.share-row-list>li.share-area .share-translated-text-box ul li span:hover{background-color:#e7eaec}ul.share-row-list-outer>li.share-area .share-translated-text-box ul li span:hover .social-icons,.ai-translated-share-row>ul.share-row-list>li.share-area .share-translated-text-box ul li span:hover .social-icons{color:#0074d3}ul.share-row-list-outer>li.share-area .share-translated-text-box ul li span .social-icons,.ai-translated-share-row>ul.share-row-list>li.share-area .share-translated-text-box ul li span .social-icons{width:24px;color:#000}ul.share-row-list-outer>li.share-single-row-item span.share-icon-wrap,.ai-translated-share-row>ul.share-row-list>li.share-single-row-item span.share-icon-wrap{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;cursor:pointer;background-color:#f2f5f7;border:1px dashed #C3C6CA}.ai-translated-share-row button{width:44px;height:44px;display:flex;border:0px;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;cursor:pointer}.ai-btn-and-txt-cont button{width:38px;height:38px;display:flex;border:0px;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;cursor:pointer}.ai-btn-and-txt-cont button.standard-translate-TranslateButton,.ai-btn-and-txt-cont button.pdfconvert-TranslateButton{width:-moz-fit-content;width:fit-content}.ai-translated-share-row button:hover,.ai-btn-and-txt-cont button:hover{background-color:#ebebeb}.ai-translated-share-row button .mic,.ai-btn-and-txt-cont button .mic{color:#5f6368}ul.share-row-list-outer>li.share-row-item span.share-icon-wrap,.ai-translated-share-row>ul.share-row-list>li.share-row-item span.share-icon-wrap{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;cursor:pointer}ul.share-row-list-outer>li.share-row-item span.share-icon-wrap:hover,.ai-translated-share-row>ul.share-row-list>li.share-row-item span.share-icon-wrap:hover{background-color:#ebebeb}.ai-instant-text-nlp-feature-list{display:flex;justify-content:space-between;flex-direction:column;position:relative;height:100%}.translate-features-tab-switch.featured-sticky-class{position:sticky;position:-webkit-sticky;bottom:-30px;display:flex;justify-content:center;margin:auto auto 0;z-index:11}.translate-features-tab-switch.featured-sticky-class.sticky-occured{box-shadow:0 0 5px #0000004d;border-radius:6px 6px 0 0;background-color:#fff;width:min(100%,400px);padding:10px 11px 11px}.translate-features-tab-switch.featured-sticky-class.sticky-occured ul{margin-top:0}.translate-features-tab-switch ul{padding:0;margin-bottom:0;margin-top:0;list-style-type:none;display:flex;align-items:center;justify-content:center}.translate-features-tab-switch ul li{font-style:normal;font-weight:400;font-size:15px;line-height:18px;color:#3b3f42;cursor:pointer;background-color:#51565d1a;border-radius:3px;padding:3px 9px 4px}.translate-features-tab-switch ul li.active:hover,.translate-features-tab-switch ul li.active{color:#0074d3;font-weight:500;background-color:#0074d333;border-bottom:0px!important}.translate-features-tab-switch ul li:hover{background-color:#51565d2b}.translate-features-tab-switch ul li:not(:last-child){margin-right:13px}.ai-instant-text-nlp-feature-list .top-select-language{height:39px}.mb-23{margin-bottom:10px}.ai-instant-text-nlp-feature-list ul{padding-left:0;margin-bottom:0;list-style-type:none;display:flex;align-items:center}.ai-instant-text-nlp-feature-list ul li{margin-right:20px;font-style:normal;font-weight:400;font-size:15px;line-height:20px;color:#3c4043;cursor:pointer;position:relative}.ai-instant-text-nlp-feature-list ul li.active,.ai-instant-text-nlp-feature-list ul li:hover{color:#0074d3}.ai-instant-text-nlp-feature-list ul li.active{border-bottom:2px solid #0074d3}.ai-instant-text-nlp-feature-list ul li:last-child{margin-right:0}.ai-text-translate-text-area-wrapper .ai-text-area:empty:before{content:attr(data-placeholder);font-style:normal;font-weight:400;font-size:18px;line-height:1.5;color:#b7bec4}.ai-text-translate-work-container textarea.ai-text-area::-moz-placeholder{font-style:normal;font-weight:400;font-size:18px;line-height:1.5;color:#b7bec4}.ai-text-translate-work-container textarea.ai-text-area::placeholder{font-style:normal;font-weight:400;font-size:18px;line-height:1.5;color:#b7bec4}.ai-action-cont-wrapper.pdf-convert-button-wrapper,.ai-action-cont-wrapper.standard{display:flex;align-items:center;justify-content:space-between;height:auto;border-bottom:0px solid #ECECEC;padding:0;margin-top:20px}.ai-action-cont-wrapper{display:flex;align-items:center;justify-content:space-between;height:60px;border-bottom:1px solid #ECECEC;padding:0 28px 0 20px}.ai-action-cont-wrapper .ai-sl-tl-cont{display:flex;align-items:center;gap:16px}.pdf-convert-button-wrapper.ai-action-cont-wrapper .ai-sl-tl-cont .ai-sl-tl-btn{padding:7px 7px 7px 13px;width:170px;justify-content:space-between}.audio-file-list-item .file-name-wrap .title-lss{font-size:12px;line-height:24px;color:#222;font-weight:400;margin-bottom:0}.file-conversion-list-wrapper .audio-file-list-item .file-info-wrapper{width:60%;max-width:100%}.file-conversion-list-wrapper .audio-file-list-item .pdf-convert-action-area{width:40%;max-width:100%;display:flex;align-items:center;height:inherit}.file-conversion-list-wrapper .audio-file-list-item .pdf-convert-action-area .download-reload-area,.file-conversion-list-wrapper .audio-file-list-item .pdf-convert-action-area .processing-convert-area{width:50%;max-width:100%}.file-conversion-list-wrapper .audio-file-list-item .pdf-convert-action-area .processing-convert-area .process{background-color:#fff1cb;border-radius:3px;font-style:normal;font-weight:500;font-size:13px;line-height:1.4;color:#ff9f21;text-transform:uppercase;padding:3px 5px}.file-conversion-list-wrapper .audio-file-list-item .pdf-convert-action-area .processing-convert-area .converted{background-color:#dbeaf8;border-radius:3px;font-style:normal;font-weight:500;font-size:13px;line-height:1.4;color:#0074d3;text-transform:uppercase;padding:3px 5px}.file-conversion-list-wrapper .audio-file-list-item .pdf-convert-action-area .processing-convert-area .failure{background-color:#dc354552;border-radius:3px;font-style:normal;font-weight:500;font-size:13px;line-height:1.4;color:#dc3545;text-transform:uppercase;padding:3px 5px}.file-conversion-list-wrapper .audio-file-list-item .pdf-convert-action-area .download-reload-area{display:flex;align-items:center;justify-content:flex-end}.lang-file-wrapper{display:flex;align-items:center;gap:5px}.lang-file-wrapper .lang-title{font-style:normal;font-weight:500;font-size:15px;line-height:20px;color:#3c4043;margin-bottom:0}.lang-file-wrapper .lang{font-style:normal;font-weight:500;font-size:15px;line-height:20px;color:#0074d3;margin-bottom:0}.ai-action-cont-wrapper .ai-sl-tl-cont .ai-sl-tl-btn{padding:9px 9px 9px 12px;background-color:transparent;border-radius:3px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:.3s all ease}.ai-action-cont-wrapper .ai-sl-tl-cont .ai-sl-tl-btn:hover{background-color:#ebebeb;transition:.3s all ease}.ai-action-cont-wrapper .ai-sl-tl-cont .ai-sl-tl-btn.remove-hover:hover{background-color:transparent;transition:.3s all ease;cursor:context-menu!important}.instant-text-translated-text-box{width:50%;max-width:100%;border-radius:0 0 6px;background:#f2f5f7}.copy-of-translated-text,.ai-text-translate-work-container .instant-text-translated-text-box .ai-text-area,.ai-text-translate-work-container .instant-translate-row .instant-textarea-cont .ai-text-area{min-height:300px}.copy-of-translated-text,.ai-text-translate-work-container .instant-text-translated-text-box .ai-text-area:focus,.ai-text-translate-work-container .instant-translate-row .instant-textarea-cont .ai-text-area:focus{outline:0}.ai-text-translate-work-container .instant-translate-row .instant-textarea-cont.focused .ai-text-area,.instant-textarea-cont.focused{background:#fff!important}.ai-text-translate-work-container .instant-text-translated-text-box.focused .ai-text-area,.instant-text-translated-text-box.focused{background:transparent!important}.ai-instant-text-translated-inner-wrapper{padding:15px 20px 12px 42px;pointer-events:none;opacity:.4;height:100%;display:flex;flex-direction:column;position:relative}.translated-text-remove-disable{padding:15px 20px 12px 42px;pointer-events:unset;opacity:1;height:100%;display:flex;justify-content:space-between;flex-direction:column;position:relative}.instant-text-translated-text-box-assign{padding:34px}.ai-action-cont-wrapper .ai-sl-tl-cont .ai-sl-tl-btn .text{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043;white-space:nowrap}.rcs-button{border:none;background-color:transparent}.mt-select--is-disabled .mt-select__indicators{opacity:.2}.ai-action-cont-wrapper .ai-sl-tl-cont .ai-sl-tl-btn .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;text-align:center;color:#000}.ai-action-cont-wrapper .ai-sl-tl-cont .ai-sl-tl-btn .icon i{font-size:14px}.select-mt-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;text-align:center;color:#000}.select-mt-icon i{font-size:14px}.pdf-convert-button-wrapper .convert-loading-btn{padding:7px 32px;font-weight:500}.convert-loading-btn{padding:9.5px 14px 9.5px 17px;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#fff;background-color:#0074d3;display:flex;align-items:center;gap:10px}.pdfconvert-TranslateButton .trans-btn-txt{padding:5.5px 21px 5.5px 20px!important}.pdfconvert-TranslateButton .trans-btn-txt,.standard-translate-TranslateButton .trans-btn-txt{padding:9.5px 14px 9.5px 17px;white-space:nowrap;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#fff;display:flex;align-items:center;gap:10px}.ai-btn-and-txt-cont{display:flex;gap:12px;align-items:center;padding:0 40px 15px 28px;justify-content:space-between}.ai-action-cont-wrapper.pdf-convert-button-wrapper .ai-btn-and-txt-cont,.ai-action-cont-wrapper.standard .ai-btn-and-txt-cont{display:flex;gap:12px;align-items:center;padding:0;justify-content:unset}.ai-btn-and-txt-cont .calc-txt{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#5f6368;margin-bottom:0;white-space:nowrap}.ai-mt-type-wrapper .ai-mt-header{display:flex;align-items:center;gap:15px}.ai-mt-type-wrapper .ai-mt-header .title{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#3c4043;margin-bottom:0}.ai-mt-type-wrapper .ai-mt-header .ai-show-more-btn{display:flex;align-items:center;gap:6px;cursor:pointer}.ai-mt-type-wrapper .ai-mt-header .mid-line{flex-grow:1;height:1px;background-color:#000;opacity:.1}.ai-mt-type-wrapper .ai-mt-header .ai-show-more-btn .txt{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#707070}.ai-mt-type-wrapper .ai-mt-header .ai-show-more-btn .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;text-align:center;color:#707070}.ai-mt-type-wrapper .ai-mt-header .ai-show-more-btn .icon i{font-size:10px}.ai-mt-card-list-wrapper{margin-top:22px;display:flex;flex-wrap:wrap;gap:20px}.ai-mt-card-list-wrapper .ai-mt-card .mt-card-header{padding:12px;display:flex;align-items:center;border-bottom:1px solid #d3dee5;gap:10px;height:60px}.mt-translated-txt{padding:0 35px;font-style:normal;font-weight:400;font-size:14px;line-height:1.8;color:#3c4043;height:200px;overflow-x:hidden;overflow-y:auto;margin:16px 0}.ai-mt-card-list-wrapper .ai-mt-card{background:#fff;box-shadow:0 0 transparent,0 0 transparent,0 1px 3px #0000001a,0 1px 2px #0000000f;border-radius:8px;width:371px;height:auto;transition:.4s all ease-in}.ai-mt-card-list-wrapper .ai-mt-card.selected{background:#ebf7ff;transition:.4s all ease-in}.ai-btn-card-select-btn{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:22px}.trans-btn-padd{padding:9px 30px!important}.ai-sl-tl-wrapper{display:flex;align-items:center}.ai-sl-tl-wrapper .stop-icon,.ai-sl-tl-wrapper .mic-icon{padding:7px 15px;justify-content:center;cursor:pointer;background-color:transparent;transition:.3s all ease;display:flex;align-items:center;gap:7px;border-radius:3px;margin-left:30px}.ai-sl-tl-wrapper .stop-icon:hover,.ai-sl-tl-wrapper .mic-icon:hover{background-color:#ebebeb;transition:.3s all ease}.ai-sl-tl-wrapper .stop-icon .txt,.ai-sl-tl-wrapper .mic-icon .txt{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043}.listen-loader{width:60px;position:relative;top:-10px;margin-left:15px}.downloading-animation{width:23px;height:23px}@keyframes ai-fadeIn{0%{opacity:0}to{opacity:1}}.ai-fadeIn{animation-duration:1s;animation-fill-mode:both;animation-name:ai-fadeIn;animation-timing-function:ease-in-out}.add-bor-rad-before{border-radius:0 0 9px;border-bottom:1px solid #e4e4e4;overflow:hidden;position:relative}.add-bor-rad-after{border-radius:0 9px 0 0;border-top:1px solid #e4e4e4}.side-bar-tab-glb-wrapper .side-bar-tab-box.active{position:relative}.ai-translate-file-wrapper{padding:32px 45px;background:#fff;border-radius:8px;box-shadow:0 0 transparent,0 0 transparent,0 1px 3px #0000001a,0 1px 2px #0000000f;width:100%;height:auto;margin:auto;transition:ease-in-out .3s}.ai-proj-set-width{width:70%;margin:auto}.ai-proj-set-width p{margin:auto auto 20px!important}.new-file-proj-setup-wrapper{flex-direction:column;gap:0px;width:100%;margin-top:0}.new-file-proj-setup-wrapper .input-form-field,.new-file-proj-setup-wrapper .form-fields{width:100%;max-width:100%}.new-file-proj-setup-wrapper .form-fields .form-group{margin-bottom:0}.translation_text_container{color:#3c4043;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:10px;margin-top:20px}.no-found-area-box{height:100%;display:flex;align-items:center;justify-content:center}.workspace-no-segment-found{width:100%;margin-top:20px;background-color:transparent;border-radius:4px;border:1px solid transparent;height:79vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.workspace-no-segment-found p{font-style:normal;font-weight:500;font-size:20px;line-height:1.5;color:#3c4043;margin-bottom:0;position:relative;left:30px;right:30px;top:-45px}.ai-texbox-validation-alert{position:absolute;top:12%;left:0}.ai-texbox-validation-alert p{color:#3c4043;font-size:14px;line-height:22px;font-weight:400;margin-bottom:0;border-radius:5px;padding:10px 14px;background-color:#fff;box-shadow:0 1px 8px #00000063;display:flex;align-items:center;position:relative;margin-top:7px;box-sizing:border-box}.ai-texbox-validation-alert p:after{content:"";position:absolute;border-left:solid 10px transparent;border-right:solid 10px transparent;border-bottom:solid 10px #fff;filter:drop-shadow(0px 0px 25px #333);height:0;width:0;top:-7px}.ai-texbox-validation-alert img{padding-right:.5rem}.btn-text{font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#3c4043;padding:5px 12px 5px 7px;background-color:#fff;border-radius:4px;display:flex;align-items:center;gap:2px}.nav-transeditor-wrapper a.MuiButtonBase-root:hover{text-decoration:none}.text-area-wizard-wrapper .text-area-wrap{margin-bottom:34px}.text-area-wizard-wrapper .select-mt-wrap{margin-bottom:30px}.text-area-wizard-wrapper .text-translate-btn-wrap,.text-area-wizard-wrapper .select-mt-wrap,.text-area-wizard-wrapper .text-area-wrap{display:flex;gap:20px;height:100%;position:relative}.text-area-wizard-wrapper .select-mt-wrap .collapse{width:100%}.text-area-wizard-wrapper .text-translate-btn-wrap .wizard-numbers-list,.text-area-wizard-wrapper .select-mt-wrap .wizard-numbers-list,.text-area-wizard-wrapper .text-area-wrap .wizard-numbers-list{position:absolute;height:100%;left:-40px}.text-area-wizard-wrapper .wizard-numbers-list .wizard-num{width:22px;height:22px;background-color:#c2c2c2;font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.text-area-wizard-wrapper .wizard-numbers-list .wizard-num.active{background-color:#0074d3}.text-area-wizard-wrapper .wizard-numbers-list:after{content:"";display:block;width:2px;height:100%;margin:auto;background-image:linear-gradient(to bottom,#DAD9D9 0%,#DAD9D9 50%,transparent 50%);background-size:2px 12px;background-repeat:repeat-y;position:relative;top:7px}.text-area-wizard-wrapper .text-translate-btn-wrap .wizard-numbers-list:after{display:none}.text-area-wizard-wrapper .instant-text-translate-wrapper{display:flex;align-items:baseline;gap:15px}.text-area-wizard-wrapper .instant-text-translate-wrapper,.text-area-wizard-wrapper .text-area-wrap .text-translate-working-wrap{width:100%}.improve-btn-wrapper .ai-mt-header{display:flex;align-items:center;gap:15px;width:100%}.improve-btn-wrapper .ai-mt-header .title{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#3c4043;margin-bottom:0}.improve-btn-wrapper .ai-mt-header .mid-line{flex-grow:1;height:1px;background-color:#000;opacity:.1}.foot-note{color:#9b9fa2;font-size:13px;font-style:normal;font-weight:400;line-height:1.5;margin-bottom:0}.selected-lang-wrap{display:flex;align-items:center;justify-content:flex-end;margin-top:15px}.selected-lang-wrap .title{color:#3c4043;font-size:16px;line-height:24px;font-weight:500}.lang-list-wrap{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.selected-lang-list-wrap{display:flex;align-items:center;gap:5px}.selected-lang-wrap .lang-wrap{padding:5px 8px;color:#3c4043;font-size:14px;line-height:24px;font-weight:400;transition:.4s all ease;border-radius:3px;background-color:#f1f1f1}.prompt-close-btn{height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:.4s all ease;position:absolute;right:16px;top:16px}.prompt-close-btn:hover{background:#e9eaea;cursor:pointer}.alert-content-wrap{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px;height:100%;text-align:center}.alert-content-wrap img{width:48px}.alert-content-wrap .info-txt{color:#3c4043;font-size:14px;line-height:24px;font-weight:400;transition:.4s all ease;margin-bottom:0}.alert-content-wrap .title-txt{color:#3c4043;font-size:16px;line-height:24px;font-weight:700;transition:.4s all ease;margin-bottom:0}.ai-instant-compare-mt .rodal-mask{background:#0006!important}.ai-instant-compare-mt .rodal-dialog{padding:23px 30px 18px!important;box-shadow:0 3px 14px #00000038!important;border-radius:5px!important;width:65%!important;height:-moz-max-content!important;height:max-content!important}.ai-instant-compare-mt .instant-compare-mt-header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:26px}.ai-instant-compare-mt .instant-compare-mt-header h1{color:#3c4043;font-size:22px;line-height:24px;font-weight:500}.instant-compare-mt-body .mt-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.instant-compare-mt-body .mt-row .mt-container{height:300px;background:transparent;border:1px solid #E0E0E0;border-radius:8px}.instant-compare-mt-body .mt-row .mt-container.selected{background:#ebf7ff;border:1px solid #0074d3}.instant-compare-mt-body .mt-row .mt-container .mt-card-header{padding:12px;display:flex;align-items:center;border-bottom:1px solid #d3dee5;gap:10px;height:60px}.ai-mark-confirm-box{z-index:1080!important}.ai-mark-confirm-box.pdf-box .rodal-dialog{width:450px!important}.ai-mark-confirm-box .rodal-dialog{border:none;box-shadow:0 20px 30px #0000003d!important;border-radius:4px!important;padding:0!important;width:450px!important;height:270px!important}.reason-modal-wrapper .rodal-dialog{width:510px!important;height:300px!important}.reason-modal-wrapper.info-modal .rodal-dialog{width:510px!important;height:220px!important}.ai-mark-confirm-box .rodal-dialog:has(div.confirmation-warning-wrapper){width:510px!important;height:240px!important}.react-joyride__overlay{z-index:100!important}.ai-mark-confirm-box .confirmation-warning-wrapper{height:100%;padding:12px 12px 20px 25px}.reason-modal-inner-wrapper{width:100%;height:100%;padding:48px 25px 20px;display:flex;flex-direction:column;justify-content:space-between}.confirmation-warning-wrapper .confirm-top div{width:100%;display:flex;flex-direction:column}.toolbar-part-container .confirm-bottom div,.confirmation-warning-wrapper .confirm-bottom div{width:100%;display:flex}.toolbar-part-container .confirm-bottom div{margin-top:35px}.confirmation-warning-wrapper{width:100%;display:flex;flex-direction:column;justify-content:space-between}.confirmation-warning-wrapper .confirm-top div:nth-child(1){justify-content:flex-end;flex-direction:row}.toolbar-part-container .confirm-bottom div,.confirmation-warning-wrapper .confirm-bottom div{justify-content:flex-end;gap:10px;letter-spacing:0px;padding:0 12px 0 0}.toolbar-part-container .confirm-bottom div button{width:100px;height:40px;font-size:14px;border:none;font-family:Roboto;font-style:normal;box-shadow:none!important;border-radius:3px!important}.confirmation-warning-wrapper .confirm-bottom div button{width:100px;height:40px;font-size:14px;border:none;font-family:Roboto;font-style:normal;box-shadow:none!important;border-radius:3px!important;text-transform:capitalize}.toolbar-part-container .confirm-bottom div button:nth-child(2),.confirmation-warning-wrapper .confirm-bottom div button:nth-child(2){background:#0074d3;color:#fff;border:none}.toolbar-part-container .confirm-bottom div button:nth-child(1){background:#fff;color:#3c4043;border:1px solid #DADCE0;border-radius:4px}.confirmation-warning-wrapper .confirm-top div>span{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.confirmation-warning-wrapper .confirm-top div>span svg{width:20px;fill:#3c4043}.confirmation-warning-wrapper .confirm-top div>span:hover{background-color:#0000000d;cursor:pointer}.confirmation-warning-wrapper>.confirm-top>div:nth-child(2),.confirmation-warning-wrapper>.confirm-top>div:nth-child(3){width:100%;text-align:left;font-size:18px!important;font-family:Roboto;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:0px;color:#000;margin-top:10px}.confirmation-warning-wrapper .confirm-top div:nth-child(3){font-size:14px!important;font-weight:400}.confirmation-wrapper{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px}.confirmation-wrapper h2{font-style:normal;font-weight:500;line-height:1.5;font-size:18px;color:#3c4043;margin-bottom:0;text-align:center}.confirmation-wrapper .button-row{display:flex;align-items:center;gap:12px;margin-top:12px}.confirmation-wrapper .button-row .cancel-txt{font-style:normal;font-weight:500;font-size:14px;color:#3c4043;line-height:1.4;padding:10px 26.5px}.confirmation-wrapper .button-row .submit-txt{font-style:normal;font-weight:500;font-size:15px;color:#fff;line-height:1.4;padding:10px 36px}.confirmation-wrapper-mod{padding:40px 30px;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px}.confirmation-wrapper-mod h2{font-style:normal;font-weight:500;line-height:1.5;font-size:16px;color:#3c4043;margin-bottom:0;text-align:center}.confirmation-wrapper-mod .button-row{display:flex;align-items:center;gap:12px;margin-top:12px}.confirmation-wrapper-mod .button-row .cancel-txt{font-style:normal;font-weight:500;font-size:14px;color:#3c4043;line-height:1.4;padding:10px 36px}.confirmation-wrapper-mod .button-row .submit-txt{font-style:normal;font-weight:500;font-size:15px;color:#fff;line-height:1.4;padding:10px 36px}.confirmation-wrapper-mod .warning-icon{font-size:54px;color:#ffbc16}.country-placeholder-icon-box{position:absolute;left:0}.lang-drpdown__value-container{padding-left:27px!important}.lang-drpdown__single-value{color:#fff!important;font-weight:400}.voice-work-area-wrapper{background-color:#fff;box-shadow:0 0 transparent,0 0 transparent,0 1px 3px #0000001a,0 1px 2px #0000000f;border-radius:8px;padding:20px 34px 20px 32px;margin-top:32px;min-height:400px;height:auto;display:flex;flex-direction:column}.voice-work-area-wrapper ul.voice-tab-switch{display:flex;gap:47px;padding-left:0;margin-bottom:20px;list-style-type:none;height:30px}.voice-work-area-wrapper ul.voice-tab-switch li.voice-tab-item{cursor:pointer}.voice-work-area-wrapper ul.voice-tab-switch li.voice-tab-item p{font-style:normal;font-weight:400;font-size:16px;color:#3c4043;line-height:1.4;padding:0 2px;margin-bottom:0}.voice-work-area-wrapper ul.voice-tab-switch li.voice-tab-item.active p{font-style:normal;font-weight:500;font-size:16px;color:#0074d3;line-height:1.4;padding:0 2px;margin-bottom:0}.voice-work-area-wrapper ul.voice-tab-switch li.voice-tab-item.active:after{content:"";display:block;margin-top:4px;height:3px;width:100%;background-color:#0074d3}.voice-work-area-wrapper .voice-work-area-content{flex-grow:1;padding:0 0 20px}.voice-work-area-wrapper .voice-work-area-button-row{display:flex;align-items:center;justify-content:flex-start;width:100%;height:40px;flex-direction:row-reverse;gap:12px}.voice-work-area-wrapper .voice-work-area-button-row .ai-sl-tl-cont .ai-sl-tl-btn{padding:9px 13px;background-color:transparent;border-radius:3px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:.3s all ease}.voice-work-area-wrapper .voice-work-area-button-row .ai-sl-tl-cont .ai-sl-tl-btn:hover{background-color:#ebebeb;transition:.3s all ease}.voice-work-area-wrapper .voice-work-area-button-row .ai-sl-tl-cont .ai-sl-tl-btn .text{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043}.voice-work-area-wrapper .voice-work-area-button-row .ai-sl-tl-cont .ai-sl-tl-btn .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;text-align:center;color:#000}.voice-work-area-wrapper .voice-work-area-button-row .ai-sl-tl-cont .ai-sl-tl-btn .icon i{font-size:14px}.upload-audio-work-area{height:200px}.file-drop-area-wrapper{height:inherit;flex-grow:1;display:flex;align-items:center;justify-content:center;text-align:center;border-width:thin;border:2px dashed #d3d4d5;border-radius:8px}.file-drop-area-wrapper img{margin-right:20px}.dragging-main-wrapper{background-color:#f5faff;border-width:thin;border:2px dashed #0074d3;border-radius:8px;position:absolute;top:0;bottom:0;left:0;right:0;z-index:9999}.dragging-inner-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;height:100%}.dragging-inner-wrapper .file-upload{color:#0074d3;font-size:40px;margin-bottom:10px}.dragging-inner-wrapper h3{font-weight:500;font-size:22px;line-height:1.3;color:#0074d3;margin-bottom:0!important}.dragging-inner-wrapper>div[role=button]{width:150px!important}.opac-25{background-color:#f5faffb0!important}.settings-drag-n-drop-file-upload{margin-bottom:26px}.ai-sl-tl-cont .instant-compare-mt{font-style:normal;font-weight:500;font-size:15px;line-height:1.5;color:#0074d3;text-decoration:underline;text-transform:capitalize;margin-bottom:0;margin-left:33px;cursor:pointer}.file-drop-area-wrapper .content-wrapper .content-one-info{display:flex;align-items:center;justify-content:center;text-align:center}.file-drop-area-wrapper .content-wrapper .content-one-info .txt{font-weight:400;font-size:14px;line-height:15px;color:#74788d;margin-bottom:0!important}.voice-file-manual-upload{position:relative}.file-drop-area-wrapper .content-wrapper .content-one-info .voice-file-manual-upload label{font-weight:500;font-size:14px;line-height:15px;color:#0073d6;margin-bottom:0!important;padding:.5rem .5rem .5rem .3rem;cursor:pointer;text-decoration:underline}.file-drop-area-wrapper .content-wrapper .content-two-info{display:flex;align-items:center;justify-content:center;text-align:center;margin-top:10px}.file-drop-area-wrapper .content-wrapper .content-two-info .max-word-note,.file-drop-area-wrapper .content-wrapper .content-two-info .max-file-note{font-weight:400;font-style:normal;font-size:13px;line-height:1.2;color:#a5a5a5}.file-drop-area-wrapper .content-wrapper .content-two-info .max-word-note{padding-right:11px;border-right:1px solid #a5a5a5}.file-drop-area-wrapper .content-wrapper .content-two-info .add-padd-left,.file-drop-area-wrapper .content-wrapper .content-two-info .max-file-note{padding-left:11px}.file-drop-area-wrapper .content-wrapper .content-two-info .max-file-note span,.file-drop-area-wrapper .content-wrapper .content-two-info .max-word-note span{font-weight:500;font-style:normal;font-size:13px;line-height:1.2;color:#7f7f7f}.pdf-convert-wrapper .audio-file-list-wrapper .audio-file-list-item:first-child{padding-top:0}.audio-file-list-wrapper{padding-top:10px}.audio-file-list-wrapper .add-more-files-wrap{padding-left:15px}.audio-file-list-wrapper .audio-file-list-item{display:flex;align-items:center;justify-content:space-between;padding-top:15px;padding-bottom:14px;border-bottom:1px solid #EBECEE;height:60px}.audio-file-list-wrapper .audio-file-list-item .file-info-wrapper{display:flex;align-items:center;gap:14px}.audio-file-list-wrapper .audio-file-list-item .file-info-wrapper .file-name-wrap{display:flex;flex-direction:column}.audio-file-list-wrapper .audio-file-list-item .file-info-wrapper .file-name-wrap .title{font-weight:400;font-style:normal;font-size:14px;line-height:1.5;color:#3c4043}.audio-file-list-wrapper .audio-file-list-item .file-info-wrapper .file-name-wrap small{font-weight:400;font-style:normal;font-size:12px;line-height:1.5;color:#989898}.add-more-files-wrap{padding-top:28px}.add-more-files-wrap .form-control-file{display:flex;align-items:center;padding:7px 0;margin-left:-4px;font-style:normal;font-weight:500;font-size:13px;line-height:24px;color:#3c4043;cursor:pointer;width:fit-content;width:-moz-fit-content;margin-bottom:0;transition:all .2s}.add-more-files-wrap .form-control-file:hover{color:#0074d3;text-decoration:underline}.add-more-files-wrap .form-control-file span{margin-right:0;position:relative;top:-2px}.record-audio-work-area{min-height:200px;height:auto;max-height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.record-audio-wrapper{height:inherit;flex-grow:1;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;border-width:thin;border:2px dashed transparent}.record-audio-wrapper p{font-weight:400;font-style:normal;font-size:14px;line-height:1.5;color:#74788d;margin-bottom:0;margin-top:13px}.record-audio-wrapper .icon-overview{width:66px;height:66px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #D8D8D8}.record-audio-wrapper .icon-overview .mic-icon{font-size:32px;color:#5f6269}.record-audio-wrapper .icon-overview .recording{width:24px;height:24px;border-radius:4px;background-color:#e74c3c}.rec-audio-file-list-wrapper{border-top:1px solid #D9DBDF;padding-top:22px}.rec-audio-file-list-wrapper .rec-audio-list-item{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;width:100%;border-bottom:1px solid #EBECEE}.rec-audio-file-list-wrapper .rec-audio-list-item:not(:first-child){padding-top:14px}.rec-audio-file-list-wrapper .rec-audio-list-item .audio-file-info{width:25%;max-width:100%}.rec-audio-file-list-wrapper .rec-audio-list-item .audio-play-pause,.audio-play-pause{width:10%;max-width:100%;display:flex;justify-content:center;align-items:center}.rec-audio-file-list-wrapper .rec-audio-list-item .audio-player{width:55%;max-width:100%;display:flex;justify-content:center;align-items:center}.rec-audio-file-list-wrapper .rec-audio-list-item .audio-file-remove{width:10%;max-width:100%;display:flex;justify-content:flex-end}.rec-audio-file-list-wrapper .rec-audio-list-item .audio-play-pause .play-pause-wrap{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:all .3s;cursor:pointer}.rec-audio-file-list-wrapper .rec-audio-list-item .audio-play-pause .play-pause-wrap .pauseIcon{font-size:24px;color:#000;stroke:#000;stroke-width:2}.rec-audio-file-list-wrapper .rec-audio-list-item .audio-play-pause .play-pause-wrap .icon{font-size:33px;color:#000}.rec-audio-file-list-wrapper .rec-audio-list-item .audio-play-pause .play-pause-wrap:hover{background:#ececec}.audio-play-pause .play-pause-wrap{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:all .3s;cursor:pointer}.audio-play-pause .play-pause-wrap .pauseIcon{font-size:24px;color:#000;stroke:#000;stroke-width:2}.audio-play-pause .play-pause-wrap .icon{font-size:33px;color:#000}.audio-play-pause .play-pause-wrap:hover{background:#ececec}.rec-audio-file-list-wrapper .rec-audio-list-item .audio-file-info .file-info-wrapper{display:flex;align-items:center;gap:14px}.rec-audio-file-list-wrapper .rec-audio-list-item .audio-file-info .file-info-wrapper .file-name-wrap{display:flex;flex-direction:column}.rec-audio-file-list-wrapper .rec-audio-list-item .audio-file-info .file-info-wrapper .file-name-wrap .title{font-weight:400;font-style:normal;font-size:14px;line-height:1.5;color:#3c4043}.rec-audio-file-list-wrapper .rec-audio-list-item .audio-file-info .file-info-wrapper .file-name-wrap small{font-weight:400;font-style:normal;font-size:12px;line-height:1.5;color:#989898}.audio-file-delete{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:all .3s}.audio-file-delete:hover{background:#ececec!important}.audio-slider-container{--progress-bar-height: 2px;--thumb-width: 16px;--thumb-height: 16px;width:60%;position:relative}.audio-slider-container:before{content:"";background-color:#0074d34d;width:99%;height:calc(var(--progress-bar-height) - 1px);display:block;position:absolute;border-radius:4px;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.audio-progress-bar-cover{background-color:#0074d3;width:0%;height:var(--progress-bar-height);display:block;position:absolute;border-radius:4px;top:50%;transform:translateY(-50%);z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.slider-range{-webkit-appearance:none;background-color:transparent;height:10px;width:100%;cursor:pointer;opacity:0;margin:0 auto}.slider-range::-webkit-slider-thumb{width:var(--thumb-width);height:var(--thumb-height);background:#350f2d;border:1px solid #000000;border-radius:50%;cursor:pointer;-webkit-appearance:none}.audio-thumb{width:var(--thumb-width);height:var(--thumb-height);box-shadow:0 1px 2px #00000070;z-index:3;background:#0074d3;position:absolute;border-radius:50%;top:50%;transform:translateY(-50%);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.audio-file-timings{font-weight:400;font-style:normal;font-size:14px;line-height:1.5;color:#74788d;margin-bottom:0;width:20%;text-align:center}.po-modal-section .rodal-dialog{width:640px!important;height:80%!important}.po-modal-section .po-modal-wrapper{height:100%;padding:25px;margin:auto;display:flex;flex-direction:column;gap:20px}.po-modal-wrapper h2{font-style:normal;font-weight:500;line-height:1.5;font-size:22px;color:#3c4043;margin-bottom:0}.po-modal-wrapper .button-row{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:12px}.po-modal-wrapper .button-row .cancel-txt{font-style:normal;font-weight:500;font-size:14px;color:#3c4043;line-height:1.4;padding:10px 26.5px}.po-modal-wrapper .button-row .submit-txt{font-style:normal;font-weight:500;font-size:15px;color:#fff;line-height:1.4;padding:10px 36px}#toolbarViewer{display:none!important}.choice-list-inner-wrapper,.paraphrase-div{display:flex;flex-grow:1;overflow:auto;position:relative;padding-left:24px}.all-template-glb-wrapper::-webkit-scrollbar,.ai-new-project-setup-wrapper::-webkit-scrollbar,.global-project-setup-wrapper::-webkit-scrollbar{width:18px}.assigned-to-switch-editors-list::-webkit-scrollbar,.ts-draft-editor::-webkit-scrollbar,.ai-text-translate-text-area-wrapper .ai-text-area::-webkit-scrollbar,.ts-work-area-wrapper textarea.ai-text-area::-webkit-scrollbar,.term-edit-suggestion-part::-webkit-scrollbar,.advanced-section-wrapper::-webkit-scrollbar,.choice-list-inner-wrapper::-webkit-scrollbar,.paraphrase-div::-webkit-scrollbar,.ai-text-area::-webkit-scrollbar{width:8px}.all-template-glb-wrapper::-webkit-scrollbar-track,.ai-new-project-setup-wrapper::-webkit-scrollbar-track,.global-project-setup-wrapper::-webkit-scrollbar-track,.assigned-to-switch-editors-list::-webkit-scrollbar-track,.ts-draft-editor::-webkit-scrollbar-track,.ai-text-translate-text-area-wrapper .ai-text-area::-webkit-scrollbar-track,.ts-work-area-wrapper textarea.ai-text-area::-webkit-scrollbar-track,.term-edit-suggestion-part::-webkit-scrollbar-track,.advanced-section-wrapper::-webkit-scrollbar-track,.paraphrase-div::-webkit-scrollbar-track,.choice-list-inner-wrapper::-webkit-scrollbar-track,.ai-text-area::-webkit-scrollbar-track{background:#fff}.all-template-glb-wrapper::-webkit-scrollbar-thumb,.ai-new-project-setup-wrapper::-webkit-scrollbar-thumb,.global-project-setup-wrapper::-webkit-scrollbar-thumb{background-color:#c3c4c6;border-radius:50px;border:5px solid #ffffff}.assigned-to-switch-editors-list::-webkit-scrollbar-thumb,.ts-draft-editor::-webkit-scrollbar-thumb,.ai-text-translate-text-area-wrapper .ai-text-area::-webkit-scrollbar-thumb,.ts-work-area-wrapper textarea.ai-text-area::-webkit-scrollbar-thumb,.term-edit-suggestion-part::-webkit-scrollbar-thumb,.paraphrase-div::-webkit-scrollbar-thumb,.choice-list-inner-wrapper::-webkit-scrollbar-thumb,.ai-text-area::-webkit-scrollbar-thumb{background-color:#c3c4c6;border-radius:50px;border:2px solid #ffffff}.advanced-section-wrapper::-webkit-scrollbar-thumb{background-color:#c3c4c6;border-radius:50px;opacity:0;visibility:hidden;border:2px solid #ffffff;-webkit-transition:.4s all ease;transition:.4s all ease}.choice-list-source-div,.paraphrase-source-div{padding:0 20px 20px 0;font-style:normal;font-weight:500;line-height:1.5;font-size:13px;color:#3c4043}.choice-list-source-div{width:50%;max-width:100%;position:sticky;top:0}.paraphrase-source-div{width:40%;max-width:100%;position:sticky;top:0}.choice-list-result-div{padding:0 50px 20px 0;width:50%;max-width:100%;display:flex;flex-direction:column}.choice-list-result-div li{border-bottom:1px solid #ECECEC}.choice-list-result-div li:not(:first-child){padding-top:12px}.choice-list-result-div li .capsule-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:11px}.paraphrase-result-div li .capsule-wrapper{display:flex;align-items:center;width:100%;background-color:#f6f6f6}.choice-list-result-div li .capsule-wrapper .choices-wrapper{display:flex;align-items:center;width:60%;max-width:100%}.choice-list-result-div li .capsule-wrapper .choices-wrapper-btn-list{display:flex;align-items:center;justify-content:flex-end;width:40%;max-width:100%}.choice-list-result-div li .capsule-wrapper .choices-wrapper-btn-list .add-to-list-btn{font-style:normal;font-weight:500;line-height:18px;font-size:13px;color:#fff;background:#0074d3;border-radius:2px;padding:4px 10px 6px 11px;min-width:82px;text-align:center;margin-right:8px}.choice-list-result-div li .capsule-wrapper .choices-wrapper-btn-list .ignore-btn{font-style:normal;font-weight:500;line-height:18px;font-size:13px;color:#3c4043;background:#e8edf1;border-radius:2px;padding:4px 10px 6px 11px;min-width:82px;text-align:center}.choice-list-result-div li .capsule-wrapper .choices-wrapper .text{font-style:normal;font-weight:400;line-height:20px;font-size:14px;color:#3c4043}.choice-list-result-div li .capsule-wrapper .choices-wrapper .icon{padding:0 10px}.choice-list-result-div li .capsule-wrapper .choices-wrapper .icon .arrow-icon{color:#3c4043;font-size:17px}.choice-list-result-div li .capsule-wrapper .choices-wrapper .text.strike-out{text-decoration:line-through}.paraphrase-result-div li .capsule-wrapper .content-copy{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;cursor:pointer;margin-left:10px}.view-only-tag{background:#ffc0216b;border-radius:3px;font: 14px/19px Roboto;letter-spacing:0px;color:#3c4043;padding:1px 11px 1px 10px;margin-left:13px}.view-only-tag .eye-icon{color:#665c38;width:19px;margin-right:5px}.paraphrase-result-div li .capsule-wrapper .content-copy:hover{background-color:#d9d9d985}.paraphrase-result-div li .capsule{padding:10px 12px;width:90%;border-radius:4px;font-style:normal;font-weight:500;line-height:1.5;font-size:13px;color:#3c4043}.paraphrase-result-div li:not(:last-child) .capsule-wrapper{margin-bottom:8px}.paraphrase-result-div li .capsule-wrapper:hover{background-color:#e8f0fe!important;cursor:pointer}.paraphrase-section{padding:17px 10px 0 27px;height:inherit;width:100%;margin:auto;display:flex;flex-direction:column}.paraphrase-header-wrap{display:flex;align-items:center;gap:17px;height:22px;margin-bottom:10px;padding-left:10px}.paraphrase-header-wrap p:first-child{width:40%;max-width:100%}.paraphrase-header-wrap .arrow-icon{font-size:22px;color:#5f6368}.paraphrase-header-wrap p:last-child{width:60%;max-width:100%}.paraphrase-header-wrap p{font-style:normal;font-weight:500;line-height:1.5;font-size:14px;color:#5f6368;margin-bottom:0}.paraphrase-loader{height:100%}.paraphrase-loader div{height:40px!important}.add-edit-new-term-modal-wrapper{z-index:1080!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.add-edit-new-term-modal-wrapper .rodal-dialog{box-shadow:0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f,0 11px 15px -7px #0003!important;border-radius:10px!important;width:555px!important}.ai-glossary-clone-modal{z-index:1080!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.ai-glossary-clone-modal .rodal-dialog{box-shadow:0 20px 43px #0000004d!important;border-radius:10px!important;width:905px!important;height:60dvh}.add-edit-new-term-modal-wrapper .header-area{display:flex;align-items:center;justify-content:space-between;width:100%}.add-edit-new-term-modal-wrapper .header-area-wrapper{padding:22px 30px 15px;border-bottom:1px solid #EBEBEB}.add-edit-new-term-modal-wrapper .footer-area-wrapper{padding:22px 30px 15px;display:flex;align-items:center;justify-content:space-between}.add-edit-new-term-modal-wrapper .footer-area-wrapper .clear-all-button{padding:10px 15px;display:flex;align-items:center;gap:8px;border-radius:4px;cursor:pointer;transition:.3s all ease}.add-edit-new-term-modal-wrapper .footer-area-wrapper .clear-all-button span{font-style:normal;font-weight:500;line-height:1.2;font-size:14px;color:#3c4043;margin-bottom:0}.add-edit-new-term-modal-wrapper .footer-area-wrapper .clear-all-button:hover{background-color:#f3f3f3;transition:.3s all ease}.add-edit-new-term-modal-wrapper .header-area h1{font-style:normal;font-weight:500;line-height:1.5;font-size:22px;color:#3c4043;margin-bottom:0}.terms-add-list-area{padding-top:22px;display:flex;align-items:center;gap:28px}.terms-add-list-area .tab-item{font-style:normal;font-weight:500;line-height:1.5;font-size:15px;color:#5f6368;margin-bottom:0;padding:6px 8px;cursor:pointer;border-radius:4px;transition:.3s all ease}.terms-add-list-area .tab-item.active{background-color:#dbebf9;color:#0074d3}.terms-add-list-area .tab-item:hover{background-color:#f3f3f3;transition:.3s all ease}.add-edit-new-term-modal-wrapper .header-area span{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:transparent;cursor:pointer;transition:.3s all ease}.add-edit-new-term-modal-wrapper .header-area span:hover{background-color:#f3f3f3;transition:.3s all ease}.add-edit-new-term-modal-wrapper .header-area span .close-icon{color:#5f6368;font-size:20px}.main-suggestion-box{display:flex;flex-wrap:wrap;align-items:center;row-gap:8px}.main-suggestion-box img{width:20px;height:20px}.mt-suggestion-box{display:flex;gap:8px;align-items:center;margin-right:8px}.main-suggestion-box .mt-suggestion-box img{width:20px;height:20px;margin-left:0}.mt-suggestion-box .mt-suggestion-span{text-decoration:none;color:#000}.wikitionary-row-wrapper{display:flex;gap:8px;margin-right:8px}.wikitionary-row-wrapper img{width:20px;height:20px}.wikipedia-wikitionary-info-row{display:flex;gap:11px;margin-top:10px;opacity:0;visibility:hidden}.wiktionary-img{margin-right:8px}.wikipedia-wikitionary-info-row-show{opacity:1!important;visibility:visible!important}.wikipedia-wikitionary-info-row .content-copy-icon{color:#74818d;font-size:17.7px;transform:rotateX(180deg)}.wikipedia-wikitionary-info-row .suggest-title{font-style:normal;font-weight:400;font-size:12px;line-height:1.5;color:#3c4043;margin-top:5px}.wikipedia-wikitionary-info-row .wikitionary,.wikipedia-wikitionary-info-row .wikipedia{display:flex;align-items:center;gap:8px;margin-right:8px}.wikipedia-wikitionary-info-row .wikitionary .copy-icon,.wikipedia-wikitionary-info-row .wikipedia .copy-icon{height:30px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;transition:.3s all ease}.wikipedia-wikitionary-info-row .wikitionary .copy-icon:hover,.wikipedia-wikitionary-info-row .wikipedia .copy-icon:hover{background-color:#f3f3f3}.wikipedia-wikitionary-info-row .wikitionary .no-wiki-title,.wikipedia-wikitionary-info-row .wikipedia .no-wiki-title{font-style:normal;font-weight:500;font-size:13px;line-height:1.5;color:#292929;margin-bottom:0}.mt-suggestion-span,.wikitionary-row-wrapper a.link,.wikipedia-wikitionary-info-row .wikipedia a.link{font-style:normal;font-weight:500;font-size:13px;line-height:1.5;color:#0074d3;text-decoration:underline}.term-gap-0{gap:0px!important;margin-bottom:0!important}.add-textarea{border-bottom:1px solid #E9E9E9!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:5px;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#3c4043!important;padding:14px 0!important;width:100%}.add-textarea .plus-icon{font-size:20px;color:#0074d3}.skeleton-padd{padding:0 20px}.target-term-align,.source-term-align{display:flex;align-items:center;width:50%;max-width:100%}.source-term-align>div{gap:8px}.custom-assign-box-wrapper{box-shadow:0 1px 2px #3c40434d,0 2px 6px 2px #3c404326;border-radius:6px;background-color:#fff;width:330px}.assign-ui-header-box{padding:20px;display:flex;align-items:center;gap:25px;border-bottom:1px solid #DADCE0}.assign-ui-header-box img{width:64px;height:64px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.assign-ui-header-box span{width:64px;height:64px;border-radius:50%;background-color:#0074d3;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:24px}.assign-ui-header-box .assign-text-wrap h1{font-style:normal;font-weight:500;font-size:20px;line-height:1.5;color:#222;margin-bottom:0}.editor-email-text{font-style:normal;font-weight:500;font-size:11px;line-height:1.5;color:#222;margin-bottom:5px}.assign-ui-header-box .assign-text-wrap small{font-style:normal;font-weight:400;font-size:13px;line-height:1.5;color:#474848}.MuiTooltip-tooltip{padding:0}.assign-ui-footer-box{padding:8px 14px;display:flex;align-items:center;gap:10px}.assign-ui-footer-box .unassigned-btn{border-radius:2px;background-color:#0074d3;padding:7px 13px;font-style:normal;font-weight:500;font-size:14px;line-height:1.3;color:#fff}.assign-ui-footer-box .edit-btn{border-radius:2px;background-color:#f6f6f6;padding:7px 13px;font-style:normal;font-weight:500;font-size:14px;line-height:1.3;color:#474848;display:flex;align-items:center;gap:4px}.ai-glossary-clone-modal .clone-header{padding:25px 30px;border-bottom:1px solid #EBEBEB}.ai-glossary-clone-modal .clone-header h1.title{font-style:normal;font-weight:500;font-size:22px;line-height:1.5;color:#3c4043;margin-bottom:8px}.ai-glossary-clone-modal .clone-header .radio-btn-row{display:flex;align-items:center;gap:35px}.ai-glossary-clone-modal .clone-header .radio-btn-row .btn-form-group{display:flex;align-items:center}.ai-glossary-clone-modal .clone-header .radio-btn-row .btn-form-group label{font-style:normal;font-weight:500;font-size:15px;line-height:1.5;color:#5f6368;margin-bottom:0;cursor:pointer}.glossary-clone-wrapper{display:flex;flex-direction:column;height:100%}.clone-body{padding:40px 18px 10px 38px;display:flex;height:calc(100% - 232px)}.clone-footer{padding:45px 18px 20px 38px;display:flex;align-items:center;justify-content:flex-end;margin-top:auto}.source-term-select__value-container{padding:0!important}.clone-button-row{display:flex;align-items:center;gap:10px}.clone-button-row .clone-close-btn{font-style:normal;font-weight:500;font-size:14px;line-height:1.3;color:#3c4043;margin-bottom:0;padding:10px 18px;border-radius:3px;transition:.3s all ease}.clone-button-row .clone-close-btn:hover{background-color:#ebebeb;transition:.3s all ease}.clone-button-row .clone-transfer-btn{font-style:normal;font-weight:500;font-size:14px;line-height:1.3;color:#fff;background-color:#0074d3;margin-bottom:0;padding:10px 24px;border-radius:3px;transition:.3s all ease}.clone-body .clone-col{width:50%;max-width:100%}.src-term-options-list{display:flex;align-items:center;gap:5px}.src-term-options-list .src-term-options-list-checkbox{padding:5px!important}.src-term-options-list .src-term-options-list-checkbox .MuiSvgIcon-root{width:15px;height:15px}.clone-multiple-list-wrapper{height:calc(100% - 60px);overflow-y:auto;scrollbar-width:thin}.clone-multiple-list-wrapper,.clone-single-file{margin-top:28px;width:350px}.clone-multiple-file,.clone-single-file{display:flex;align-items:center;justify-content:space-between}.clone-multiple-file:not(:last-child){margin-bottom:14px}.clone-multiple-file .language-pair,.clone-single-file .language-pair,.src-term-options-list-label{display:flex;align-items:center;margin-bottom:0}.clone-multiple-file .language-pair span,.clone-single-file .language-pair span,.src-term-options-list-label span{padding:3px 9px;font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#0074d3;margin-bottom:0;background-color:#e8f0fe;border-radius:2px}.src-term-options-list-label span.bg-capsule{background-color:#0074d31a}.clone-body .clone-col .select-source-term-form-grp label{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#3c4043}.clone-multiple-file .close,.clone-single-file .close{height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:.4s all ease}.clone-multiple-file .close:hover,.clone-single-file .close:hover{background:#e9eaea;cursor:pointer}.ts-work-area-wrapper{background-color:#fff;box-shadow:0 3px 6px #00000029;border-radius:8px;padding:20px 34px 20px 32px;margin-top:32px;height:auto;display:flex;flex-direction:column}.ts-work-area-wrapper textarea.ai-text-area{height:100%;width:100%;min-height:200px;resize:none;font-style:normal;font-weight:400;font-size:16px;line-height:1.5;color:#3c4043;overflow-x:hidden;overflow-y:auto;border:1px solid #D9DBDF;border-radius:5px;padding:20px 17px}.ts-work-area-wrapper textarea.ai-text-area::-moz-placeholder{font-style:normal;font-weight:400;font-size:16px;line-height:1.5;color:#b7bec4}.ts-work-area-wrapper textarea.ai-text-area::placeholder{font-style:normal;font-weight:400;font-size:16px;line-height:1.5;color:#b7bec4}.ts-action-cont-wrapper{display:flex;align-items:center;justify-content:space-between;margin-top:25px}.ts-sl-tl-wrapper{width:100%}.ts-action-cont-wrapper .ts-sl-tl-cont{display:flex;gap:0px}.ts-action-cont-wrapper .ts-sl-tl-cont .form-fields{max-width:min(100%,529px)}.translate-right-align{display:flex;align-items:center;justify-content:flex-end}.mt-apply-checkbox label{margin-bottom:0!important}.glossary-sub-search-row{display:flex;align-items:center;gap:20px}.ts-action-cont-wrapper .ts-sl-tl-cont .ts-sl-tl-btn{padding:9px 13px 9px 20px;background-color:transparent;border-radius:3px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:.3s all ease}.ts-sl-tl-cont.files-space-align label{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#222;margin-bottom:10px}.ts-action-cont-wrapper .ts-sl-tl-cont .ts-sl-tl-btn:hover{background-color:#ebebeb;transition:.3s all ease}.ts-action-cont-wrapper .ts-sl-tl-cont .ts-sl-tl-btn .text{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043}.ts-action-cont-wrapper .ts-sl-tl-cont .ts-sl-tl-btn .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;text-align:center;color:#000}.ts-action-cont-wrapper .ts-sl-tl-cont .ts-sl-tl-btn .icon i{font-size:14px}.trans-btn-txt span i{font-size:10px}.speech-down-wrap{display:flex;align-items:center;gap:15px;justify-content:space-between}.speech-down-wrap .speech-button{background-color:transparent;padding:10px 7px 10px 13px;display:flex;align-items:center;border-radius:2px;gap:7px;transition:.3s all ease}.speech-down-wrap .speech-button .txt{font-size:15px;font-weight:500;font-style:normal;line-height:20px;color:#3c4043}.speech-down-wrap .speech-button .icon{color:#5f6368}.speech-down-wrap .speech-button:hover{background-color:#ebebeb;transition:.3s all ease;cursor:pointer}.speech-down-wrap .speech-button:disabled{visibility:hidden}.download-button{background-color:#0074d3!important;padding:10px 20px!important;display:flex!important;align-items:center!important;border-radius:2px!important;gap:7px!important;transition:.3s all ease}.voice-workspace-wrapper{min-height:500px!important}.download-button .txt{font-size:15px;font-weight:500;font-style:normal;line-height:20px;color:#fff}.download-button .icon{color:#fff}.gl-workspace-wrap{display:flex;gap:15px}.ts-work-area-wrapper ul.voice-tab-switch{display:flex;gap:47px;padding-left:0;margin-bottom:0;list-style-type:none;height:30px}.ts-work-area-wrapper ul.voice-tab-switch li.voice-tab-item{cursor:pointer}.ts-work-area-wrapper ul.voice-tab-switch li.voice-tab-item p{font-style:normal;font-weight:400;font-size:16px;color:#3c4043;line-height:1.4;padding:0 2px;margin-bottom:0}.ts-work-area-wrapper ul.voice-tab-switch li.voice-tab-item.active p{font-style:normal;font-weight:500;font-size:16px;color:#0074d3;line-height:1.4;padding:0 2px;margin-bottom:0}.ts-work-area-wrapper ul.voice-tab-switch li.voice-tab-item.active:after{content:"";display:block;margin-top:4px;height:3px;width:100%;background-color:#0074d3}.ts-work-area-wrapper .voice-work-area-content{flex-grow:1;padding:20px 0}.voice-proj-editor-wrapper{display:flex;flex-direction:column;height:94.1vh;position:relative}.common-text-editor-wrapper .ql-toolbar.ql-snow{border:0px;border-bottom:1px solid #dadce0;background-color:#fff;display:flex;align-items:center;padding:8px 0 8px 8px}.voice-proj-editor-wrapper .ql-toolbar.ql-snow{height:45px;position:static;position:-webkit-sticky;display:block;top:0;border:0px;border-bottom:1px solid #dadce0;background-color:#fff;display:flex;align-items:center}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats{padding:0 5px;margin-right:0!important;border-right:1px solid #cccccc;display:flex;align-items:center;gap:6px}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats button,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats button{color:#5f6368;border-radius:3px}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker.ql-expanded .ql-picker-options,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker.ql-expanded .ql-picker-options{border-radius:3px;margin-top:0;border-color:transparent}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker.ql-expanded .ql-picker-options .ql-picker-item,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker.ql-expanded .ql-picker-options .ql-picker-item{margin:auto}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker.ql-expanded .ql-picker-label,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align.ql-expanded .ql-picker-label,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker.ql-expanded .ql-picker-label,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align.ql-expanded .ql-picker-label{border-radius:3px;border-color:transparent}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align{width:35px;margin:auto}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align .ql-picker-label,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align .ql-picker-label{display:flex;justify-content:center}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker.ql-expanded .ql-picker-label,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker .ql-picker-label.ql-active,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align .ql-picker-label.ql-active,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats button.ql-active:hover,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align.ql-expanded .ql-picker-label,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats button.ql-active,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker.ql-expanded .ql-picker-label,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker .ql-picker-label.ql-active,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align .ql-picker-label.ql-active,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats button.ql-active:hover,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align.ql-expanded .ql-picker-label,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats button.ql-active{background-color:#e8f0fe;color:#1a73e8;cursor:pointer;transition:.3s all ease}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker:hover .ql-picker-label,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker:hover .ql-picker-label{color:#5f6368}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker:hover,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align:hover,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats button:hover,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker:hover,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align:hover,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats button:hover{background-color:#f1f3f4;color:#5f6368;cursor:pointer;transition:.3s all ease}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker.ql-expanded .ql-picker-label .ql-stroke,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker .ql-picker-label.ql-active .ql-stroke,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align .ql-picker-label.ql-active .ql-stroke,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align.ql-expanded .ql-picker-label .ql-stroke,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats button.ql-active:hover .ql-stroke,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats button.ql-active .ql-stroke,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker.ql-expanded .ql-picker-label .ql-stroke,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker .ql-picker-label.ql-active .ql-stroke,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align .ql-picker-label.ql-active .ql-stroke,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align.ql-expanded .ql-picker-label .ql-stroke,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats button.ql-active:hover .ql-stroke,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats button.ql-active .ql-stroke{stroke:#1a73e8}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker.ql-expanded .ql-picker-label .ql-fill,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker .ql-picker-label.ql-active .ql-fill,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align .ql-picker-label.ql-active .ql-fill,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align.ql-expanded .ql-picker-label .ql-fill,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats button.ql-active:hover .ql-fill,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats button.ql-active .ql-fill,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker.ql-expanded .ql-picker-label .ql-fill,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker .ql-picker-label.ql-active .ql-fill,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align .ql-picker-label.ql-active .ql-fill,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align.ql-expanded .ql-picker-label .ql-fill,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats button.ql-active:hover .ql-fill,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats button.ql-active .ql-fill{fill:#1a73e8}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker:hover .ql-stroke,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker .ql-stroke,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align .ql-stroke,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats button .ql-stroke,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align:hover .ql-stroke,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats button:hover .ql-stroke,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker:hover .ql-stroke,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-picker .ql-stroke,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align .ql-stroke,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats button .ql-stroke,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats .ql-align:hover .ql-stroke,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats button:hover .ql-stroke{stroke:#5f6368}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats button .ql-fill,.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats button:hover .ql-fill,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats button .ql-fill,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats button:hover .ql-fill{fill:#5f6368}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats:first-child,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats:first-child{padding:0 10px 0 0}.common-text-editor-wrapper .ql-toolbar.ql-snow .ql-formats:last-child,.voice-proj-editor-wrapper .ql-toolbar.ql-snow .ql-formats:last-child{padding:0 0 0 10px;border-right:0px solid #cccccc}.common-text-editor-wrapper .ql-container.ql-snow{border:0px;flex:1 1 auto;overflow:auto;padding:10px 0;height:100%}.common-text-editor-wrapper.ts-wrapper{height:100%;border:1px solid #D9DBDF}.common-text-editor-wrapper.ts-wrapper .ql-container.ql-snow{height:auto;min-height:209px;max-height:209px}.common-text-editor-wrapper.ts-wrapper .ql-container.ql-snow .ql-editor{overflow:auto;height:189px}.voice-proj-editor-wrapper .ql-container.ql-snow{border:0px;flex:1 1 auto;overflow:auto;padding:30px 0;height:100%}.voice-proj-editor-wrapper .ql-container.ql-snow .ql-editor{height:auto;min-height:83vh;background-color:#fff;box-shadow:0 3px 6px #00000029;border-radius:8px;padding:40px;width:1075px;max-width:100%;margin:auto;overflow-y:unset}.drop-down-width{width:250px}.drop-down-width-small{width:155px;z-index:100}.workspaceMenuItem{display:flex;align-items:center;gap:5px!important}.workspaceMenuItem .filter-text{font-style:normal;font-weight:400;line-height:1.5;font-size:14px;color:#3c4043;margin-bottom:0!important}.MuiListItem-root.Mui-selected.workspaceMenuItem .filter-text{color:#202124}.drop-down-width-small .MuiPaper-elevation1,.drop-down-width .MuiPaper-elevation1{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.menu-list-wrapper{width:100%}.select-align .clr-filter{font-style:normal;font-weight:400;font-size:14px;color:#0074d3;line-height:1.4;text-decoration:underline;cursor:pointer;padding-right:12px}.menu-list-wrapper .menu-list-item{font-style:normal;font-weight:400;font-size:14px;color:#3c4043;line-height:1.4;border-left:2px solid transparent}.MuiMenuItem-root.Mui-selected,.MuiListItem-root.Mui-selected{border-left:2px solid #0074d3;background-color:#1976d214!important}.menu-list-wrapper .menu-list-item:hover{border-left:2px solid #0074d3}.glossary-list-modal .term-edit-form{padding:36px 30px 30px}.glossary-nav-lang-pair{display:flex;align-items:center}.glossary-nav-lang-pair span{background:#e8f0fe;border-radius:2px;padding:3px 5px;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#0074d3}.pagination-align{margin-top:0;margin-bottom:0;display:flex;align-items:center;justify-content:center;padding-right:23px}.auto-detect{background-color:#eee8aa;padding:4px;border-radius:3px;margin-left:-3px}.speech-text-controls-container{height:inherit;display:flex;justify-content:center;flex-direction:column;align-items:center}.speech-text-recorder-display{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.speech-text-recorder-display .speech-text-start-button{width:66px;height:66px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #D8D8D8;margin-bottom:13px}.speech-text-recorder-display .speech-text-start-button .mic-icon{font-size:32px;color:#5f6269}.speech-text-recorder-display .speech-text-start-button .recording{width:24px;height:24px;border-radius:4px;background-color:#e74c3c}.speech-text-recording-time span{font-weight:400;font-style:normal;font-size:14px;line-height:1.5;color:#74788d;margin-bottom:0;margin-top:13px}.recordings-container{width:100%}.rotate{animation:rotation 2.5s infinite linear}@keyframes rotation{0%{transform:rotate(359deg)}to{transform:rotate(0)}}.ql-toolbar.ql-snow .translate-btn{width:-moz-fit-content!important;width:fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-left:auto!important;padding:6.5px 20px!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;background-color:#0074d3!important;font-style:normal;font-weight:500;font-size:14px;line-height:15px;color:#fff!important}.ts-work-source-audio-list-wrapper{margin-top:30px}.ts-work-source-audio-list-item{display:flex;align-items:center;gap:25px;width:100%;padding-bottom:10px;border-bottom:1px solid #EBECEE}.ts-work-source-audio-list-item:not(:first-child){padding-top:10px}.ts-work-source-audio-list-item .file-info-wrap{width:30%;max-width:100%;display:flex;align-items:center;gap:10px}.ts-work-source-audio-list-item .file-info-wrap p{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#3c4043;margin-bottom:0}.ts-work-source-audio-list-item .audio-file-range{width:40%;max-width:100%}.ts-work-source-audio-list-item .audio-file-range .audio-custom-player{display:flex;align-items:center;justify-content:center}.ts-work-source-audio-list-item .audio-file-range .audio-player{width:100%;display:flex;align-items:center;justify-content:space-around}.ts-work-source-audio-list-item .audio-file-range .audio-slider-container{width:50%}.ts-work-source-audio-list-item .audio-file-range .audio-file-timings{width:13%}.ts-work-source-audio-list-item .audio-file-voice-selection{width:15%;max-width:100%}.cursor-change{cursor:context-menu}.ts-work-source-audio-list-item .audio-file-voice-selection .selected-value{font-style:normal;font-weight:500;font-size:15px;line-height:20px;color:#3c4043;margin-bottom:0;padding:2px 10px}.ts-work-source-audio-list-item .audio-file-action-wrap{width:15%;max-width:100%}.ts-work-source-audio-list-item .audio-file-action-wrap>button{width:100%}.trans-btn-txt-convert,.ts-work-source-audio-list-item .audio-file-action-wrap .convert-btn{padding:5.5px 21px 5.5px 20px;background-color:#d6e9f8;border-radius:3px;font-style:normal;font-weight:500;font-size:15px;line-height:24px;color:#0074d3;border:none}.trans-btn-txt-convert{min-width:100px}.trans-btn-txt-convert.convert-padding span{line-height:14px;font-size:13px}.convert-padding{padding:7px 15px!important;border:none;font-size:13px;line-height:14px}.trans-btn-txt-convert .reload-icon,.ts-work-source-audio-list-item .audio-file-action-wrap .convert-btn .reload-icon{font-size:23px;color:#0074d3;margin-right:5px;transform:rotateY(180deg)}.ts-work-source-audio-list-item .audio-file-action-wrap .download-btn{padding:5.5px 13.5px;background-color:#0074d3;border-radius:3px;font-style:normal;font-weight:500;font-size:15px;line-height:24px;color:#fff}.ts-work-source-audio-list-item .audio-file-action-wrap .download-btn .download-icon{font-size:23px;color:#fff;margin-right:5px}.ts-work-source-audio-list-item .audio-file-delete-wrap{width:40px;max-width:100%}.audio-file-download-wrap{display:flex;align-items:center;gap:14px}.ai-btn-and-txt-cont .convert-success,.audio-file-download-wrap .convert-success{font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#0074d3;margin-bottom:0}.ai-btn-and-txt-cont .convert-success .done-icon,.audio-file-download-wrap .convert-success .done-icon{font-size:24px;color:#0074d3;margin-right:4px}.audio-file-download-wrap .convert-all-btn{padding:7.5px 38px 8.5px;background-color:#0074d3;border-radius:3px;font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#fff}.audio-file-download-wrap .convert-all-btn:disabled{opacity:.5}.ts-file-format-note{margin-top:30px}.ts-file-format-note .supp-file-format-list{padding:11px 18px 11px 15px;background:#fff;box-shadow:0 2px 8px #0000003d;position:absolute;width:122px;height:auto;border-radius:4px;left:-41px;top:-48px;display:none;transition:.3s all ease;z-index:10}.glossary-text-limit{float:right}.ts-convert-modal{padding:55px 40px 30px!important;justify-content:flex-start!important;align-items:flex-start!important;gap:0!important}.ts-convert-modal .form-fields{max-width:100%!important}.ts-convert-modal .form-fields label{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#222;margin-bottom:14px!important}.ts-convert-modal .convert-all-note{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#3c4043;margin:0;display:flex;gap:5px}.ts-convert-modal .button-row{display:flex;justify-content:flex-end;gap:12px;width:100%;margin-top:30px}.ts-convert-modal .button-row button{border:none}.instant-assign-modal .rodal-dialog{width:402px!important;height:-moz-max-content!important;height:max-content!important}.ai-text-translate-assign-body{padding:35px 26px 12px 36px}.rodal.ts-rodal-mask{z-index:1080}.instant-assign-modal .rodal-mask{background:#0000004d!important}.ts-rodal-mask .rodal-mask{background:#0006!important}.ts-dictation{height:100%;width:100%;min-height:200px;resize:none;font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;line-height:1.5;color:#3c4043;overflow-x:hidden;overflow-y:auto;border:1px solid #D9DBDF;border-radius:5px;padding:20px 17px;position:relative}.ts-draft-editor{height:100%;min-height:160px;max-height:160px;overflow:auto}.ts-dictation .stop-icon,.ts-dictation .mic-icon{padding:7px 15px;justify-content:center;cursor:pointer;background-color:transparent;transition:.3s all ease;display:flex;align-items:center;gap:7px;border-radius:3px}.ts-dictation .stop-icon:hover,.ts-dictation .mic-icon:hover{background-color:#e3f3ff;transition:.3s all ease}.ts-dictation .stop-icon .txt,.ts-dictation .mic-icon .txt{font-family:Roboto;font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043}.ts-dictation .rdw-editor-toolbar .start-listening-btn{position:absolute;bottom:8px;left:0;right:0}.instant-voice-typing .start-listening-btn .listen-button{width:60px;height:60px;border:1px solid #D1D6D9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:auto}.instant-voice-typing .start-listening-btn .listen-button .mic-icon svg{font-size:32px}.instant-voice-typing .start-listening-btn .txt{font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#3c4043;margin-top:3px}.record-action-disable{opacity:.5;pointer-events:none!important;background-color:#ebebeb!important;border-radius:3px!important}.pdf-convert-area-wrapper{background-color:#fff;box-shadow:0 0 transparent,0 0 transparent,0 1px 3px #0000001a,0 1px 2px #0000000f;border-radius:8px;padding:20px 34px 20px 32px;margin-top:32px;min-height:330px;height:auto}.pdf-convert-area-wrapper .pdf-header{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;color:#222;margin-bottom:0}.pdf-convert-button-wrapper{margin-top:26px!important}.pdf-convert-wrapper{margin-top:32px}.assign-active-filter{filter:invert(35%) sepia(58%) saturate(6106%) hue-rotate(192deg) brightness(82%) contrast(101%)}.qa-alert-box .rodal-dialog{width:450px!important;height:-moz-fit-content!important;height:fit-content!important;max-width:450px!important;max-height:-moz-fit-content!important;max-height:fit-content!important}.qa-alert-box .rodal-dialog .confirmation-wrapper{margin:20px}.qa-alert-box .confirmation-wrapper .ok_btn{display:flex;justify-content:end;width:100%}.qa-alert-box .rodal-dialog .confirmation-wrapper .ok_btn a{width:75px}.qa-alert-box .qa-invalid-file-heading{font-family:Roboto;font-style:normal;font-weight:500;font-size:15px;line-height:1.5;color:#3c4043;margin:0}.qa-alert-box .qa-sub-heading{font-family:Roboto;font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043;margin-right:auto}.qa-alert-box ul{font-family:Roboto;font-style:normal;font-weight:500;font-size:13px;line-height:1.5;color:#3c4043;margin-right:auto;margin-top:-20px;padding-left:18px;width:100%;height:auto;max-height:120px;overflow:auto}.assignmanage-cell-more-icon{margin-right:8px;margin-left:auto}.assignmanage-cell-more-icon svg{width:20px}.word-count-capsule{background-color:#e4e8eb;border-radius:4px;padding:2.5px 5px;height:19px;margin-left:8px;display:flex;align-items:center;justify-content:center;white-space:nowrap;mix-blend-mode:multiply}.word-count-capsule.paraphrase-tag{padding:1px 10px;margin-right:8px;cursor:pointer;height:auto;border-radius:2px;border:none}.word-count-capsule.paraphrase-tag span{font-size:13px;line-height:24px;color:#3c4043}.word-count-capsule.paraphrase-tag.active{background-color:#0074d333}.word-count-capsule.paraphrase-tag.active span{color:#0074d3;font-weight:500}.word-count-capsule span,.proj-information .word-count-capsule span{font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#3c4043;position:relative}.analyse-word-character-toggle-wrapper{display:flex;align-items:center;margin-left:30px}.analyse-word-character-toggle-wrapper .toggle-tag{font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:1.4;color:#3c4043;display:flex;align-items:center;border-color:#dadce0;border-style:solid;cursor:pointer}.analyse-word-character-toggle-wrapper .toggle-tag.active{border-color:#0074d3;border-style:solid;background-color:#e8f0fe;color:#0074d3}.analyse-word-character-toggle-wrapper .toggle-tag.active:first-child{border-width:1px 1px 1px 1px;border-radius:4px 0 0 4px}.analyse-word-character-toggle-wrapper .toggle-tag.active:nth-child(2){border-width:1px 1px 1px 1px;border-radius:0 4px 4px 0}.analyse-word-character-toggle-wrapper .toggle-tag:first-child{padding:8.5px 34.5px;border-width:1px 0px 1px 1px;border-radius:4px 0 0 4px}.analyse-word-character-toggle-wrapper .toggle-tag:nth-child(2){padding:8.5px 18.5px;border-width:1px 1px 1px 0px;border-radius:0 4px 4px 0}.radio-btn-space{margin-left:10px!important}.tiny-editor-main-div{display:flex}.ai-writter-page{height:100vh}.ai-writter-inner-Wrap{height:100%}.tox-tinymce{box-shadow:none!important;border:none!important}.tox-statusbar__branding,.tox-statusbar__resize-handle,.tox-menubar{display:none!important}.prompt-sidebar{background:#fff;border-right:2px solid #e4e4e4;padding:50px}.submit-button-wrapper{text-align:center}.submit-but-ai-write{border:none;font-size:18;height:75;width:75;text-transform:uppercase;background-color:#fff;position:relative;overflow:hidden;margin-top:10px;padding:5px}.submit-but-ai-write:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:4px;background-color:#000;transition:all 1s}.submit-but-ai-write:after{content:"";position:absolute;bottom:0;right:-100%;width:100%;height:4px;background-color:#000;transition:all 1s}.submit-but-ai-write:hover:before{left:0}.submit-but-ai-write:hover:after{right:0}.submit-but-ai-write span:before{content:"";position:absolute;top:-100%;right:0%;width:4px;height:100%;background-color:#000;transition:all 1s}.submit-but-ai-write:hover span:before{top:0}.submit-but-ai-write span:after{content:"";position:absolute;bottom:-100%;left:0%;width:4px;height:100%;background-color:#000;transition:all 1s}.submit-but-ai-write:hover span:after{bottom:0}.dropdown-fontname{min-width:160px;height:500px;overflow:auto}.task-download-grp-wrapper{display:flex;align-items:center;border-radius:3px;background-color:#0074d3;height:28px}.task-download-grp-wrapper .download-main{font-style:normal;font-weight:500;font-size:12px;line-height:14px;text-align:center;color:#fff;display:flex;padding:8px 11px;justify-content:space-between;gap:5px}.task-download-grp-wrapper .border-line{padding:9.5px 0;border-right:1px solid #3390DC}.task-download-grp-wrapper .arrow-wrap{height:100%;padding:4.7px 3px}.task-download-grp-wrapper .arrow-wrap .workspace-arrow-dwnload,.task-download-grp-wrapper .download-main .workspace-dwnload{font-size:20px;color:#fff}.task-drop-down-width-small{width:102.4px;z-index:100}.pdf-drop-down-width-small .menu-list-item,.task-drop-down-width-small .menu-list-item{font-size:12px!important}.pdf-drop-down-width-small{width:125px;z-index:100}.project-setup-creation-wrapper{width:inherit;height:100%;padding:40px 11px}.project-setup-creation-wrapper ul.project-link-list{display:flex;flex-direction:column;list-style-type:none;padding-left:0;margin-bottom:0}.project-setup-creation-wrapper ul.project-link-list li.projects-link{text-decoration:none;cursor:pointer}.project-setup-creation-wrapper ul.project-link-list li.projects-link .project-link-wrap{display:flex;align-items:center;padding:10px 15px;font-style:normal;font-weight:500;font-size:14px;line-height:1.4;color:#3c4043;border-radius:3px;background-color:transparent}.project-setup-creation-wrapper ul.project-link-list li.projects-link .project-link-wrap.active:hover,.project-setup-creation-wrapper ul.project-link-list li.projects-link .project-link-wrap.active,.project-setup-creation-wrapper ul.project-link-list li.projects-link .project-link-wrap:hover{background-color:#f2f3f3}.project-setup-creation-wrapper ul.project-link-list li.projects-link .project-link-wrap .projects-link-icon{color:#3c4043;margin-right:14px}.project-setup-creation-wrapper ul.project-link-list li.projects-link:not(:last-child){margin-bottom:0}.all-template-glb-wrapper{padding:52px 0 0;width:100%;height:100%;position:relative;display:flex;flex-direction:column;overflow-y:auto}.all-template-glb-wrapper .all-templates-container{width:min(100%,1275px);margin:0 auto}.projects-list-wrap-header-main{width:100%;position:sticky;position:-webkit-sticky;z-index:100;top:52px;padding-top:27px;background-color:#f8fafc;border-bottom:1px solid #E3E5E9}.projects-list-wrap-header-main .glb-alert{margin:0 auto}.projects-list-wrap-header{margin:auto;width:min(100%,1587px)}.projects-list-main-header{display:flex;align-items:center;justify-content:space-between;position:relative;padding-bottom:30px}.all-template-header{display:flex;justify-content:space-between;flex-direction:column;position:sticky;position:-webkit-sticky;top:0;z-index:1000;padding-top:48px;background:#f8fafc}.projects-list-main-header h1,.all-template-header h1{font-style:normal;font-weight:700;font-size:22px;line-height:1.4;color:#3c4043;margin-bottom:0}.all-template-header h1{margin-bottom:30px;line-height:22px}ul.templates-tab-list{padding-left:0;margin-bottom:0;list-style-type:none;display:flex;align-items:center;border-bottom:1px solid #E5E8EC}ul.templates-tab-list li{padding:0 30px 13px;color:#3c4043;font-style:normal;font-weight:500;font-size:16px;line-height:1.4;cursor:pointer;position:relative}ul.templates-tab-list li.active{color:#0074d3}ul.templates-tab-list li.active:after{content:"";background-color:#0074d3}ul.templates-tab-list li:after{content:"";background-color:transparent;height:3px;display:block;position:absolute;width:100%;bottom:0;left:0;right:0}ul.templates-tab-list li:hover{color:#0074d3}.templates-box-list-wrapper{padding:25px 0}.tempalte-boxes-container-wrapper.non-active-hide{display:none}.tempalte-boxes-container-wrapper h2.category-title{font-style:normal;font-weight:700;font-size:19px;line-height:1.4;color:#3c4043;margin-bottom:0}.tempalte-boxes-container-wrapper:not(:last-child){margin-bottom:20px}.templates-box-list-wrapper .templates-box-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px 24px;width:100%;padding:10px 0 0;position:relative}.templates-box-list-wrapper .glossaries-list-wrapper{max-width:100%;padding:35px 0!important}.templates-box-list-wrapper .glossaries-list-wrapper .header-align.glossary-header{padding-top:0;padding-bottom:30px}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper{width:100%;height:100%;border-radius:4px;transition:.25s box-shadow ease-in-out;border:1px solid transparent;cursor:context-menu;will-change:transform,box-shadow;position:relative}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .template-box-item-overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff;padding:31px 26px 27px;opacity:1;visibility:visible;pointer-events:unset;transition:.25s opacity ease-in-out,.25s visibility ease-in-out,.25s pointer-events ease-in-out}.template-box-item-overlay.write-bg-color{background:#f3feff!important}.template-box-item-overlay.translate-bg-color{background:#efd9f9!important}.template-box-item-overlay.design-bg-color{background:#cee4ff!important}.template-box-item-overlay.transcribe-bg-color{background:#f9d8d8!important}.template-box-item-overlay.voice-bg-color{background:#fce9c7!important}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper:hover .template-box-item-overlay{opacity:0;visibility:hidden;pointer-events:none;transition:.25s opacity ease-in-out,.25s visibility ease-in-out,.25s pointer-events ease-in-out}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper:hover .templates-box-item .bottom-area{opacity:1;visibility:visible;pointer-events:unset;transition:.25s opacity ease-in-out}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .templates-box-item{width:auto;height:100%;min-height:230px;background-color:#fff;border:0px solid #757B8A24;box-shadow:0 0 70px #39424e0f;border-radius:4px;padding:26px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;position:relative}.newly-added-tag{padding:2px 10px;width:-moz-fit-content;width:fit-content;border-radius:4px;background:#177245;position:absolute;top:20px;right:20px;font-style:normal;font-weight:500;font-size:14px;line-height:1.4;color:#fff;margin-bottom:0}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper:hover{box-shadow:0 20px 24px #39424e1a;transition:.25s box-shadow ease-in-out}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper.loader .templates-box-item:hover .bottom-area{flex-direction:row}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper.loader .templates-box-item:hover .bottom-area .methods-wrap{opacity:1;visibility:visible}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .templates-box-item:hover .bottom-area .methods-wrap{opacity:0;visibility:hidden}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .templates-box-item .content-area{margin-bottom:15px;text-align:center}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .templates-box-item .content-area img{width:33px;margin-bottom:13px}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .template-box-item-overlay .template-box-overlay-inner-wrapper{text-align:center}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .template-box-item-overlay .template-box-overlay-inner-wrapper img{width:50px;margin-bottom:15px}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .template-box-item-overlay .template-box-overlay-inner-wrapper h3{font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#3c4043;margin-bottom:0}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .templates-box-item .content-area h3{font-style:normal;font-weight:700;font-size:16px;line-height:1.4;color:#3c4043;margin-bottom:7px}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .templates-box-item .content-area p{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#757f88;margin-bottom:0}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .templates-box-item .bottom-area{opacity:0;visibility:hidden;pointer-events:none}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .templates-box-item .bottom-area span.methods{padding:4px 10px 6px 9px;border:0px solid #878F984D;background-color:#f2f3f3;border-radius:3px;font-style:normal;font-weight:500;font-size:13px;line-height:1.5;color:#878f98}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .templates-box-item .bottom-area span.methods:first-child{margin-right:6px}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .templates-box-item .bottom-area{display:flex;align-items:center;justify-content:center;width:100%;height:40px}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .templates-box-item .bottom-area .methods-wrap{opacity:1;visibility:visible}.getstated-btn{padding:8px 8px 8px 17px!important;background-color:#0074d3!important;border-radius:3px!important;font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#fff!important;min-width:124px;text-decoration:none}.getstated-btn:hover{text-decoration:none}.getstated-btn .icon{font-size:20px;color:#fff;margin-left:6px}.text-forms{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}.text-forms textarea{height:500px;overflow-y:auto;max-height:600px;min-height:200px}.simple-text-form,.advance-text-form{width:45%;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;border:1px solid #111;padding:10px;gap:10px;border-radius:4px;position:relative;transition:width .3s;max-height:780px!important}.simple-text-form>button,.advance-text-form>button{width:100px!important;position:relative}.simple-text-form [contenteditable],.advance-text-form [contenteditable]{height:auto;padding:15px 10px;border:.5px solid #111;max-height:770px;scroll-behavior:smooth;overflow-y:auto}.text-forms .resultarea{max-height:500px;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.text-forms .toggle{background-color:gray;color:#fff;border:0px solid #000000;text-align:center;height:30px;display:flex;align-items:center;justify-content:center}.advance-text-form p{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.workspace-container-main,.writter-container{height:100%;width:100%;background-color:#fff;position:relative;overflow:hidden}.ailaysa-writter-main-wrapper{height:calc(100vh - 52px);overflow:hidden;margin-top:52px;z-index:0;flex-direction:column}.ailaysa-writter-main-wrapper.co-author-wrapper{height:calc(100vh - 52px)}.ailaysa-writter-main-wrapper.co-author-wrapper.show{height:calc(100vh - 266px)}.ailaysa-writter-main-wrapper.co-author-wrapper.hide{height:calc(100vh - 90px)}.writer-pdf-split-view{display:flex;width:100%;height:100%}.writer-pdf-split-view.split-bottom{height:calc(100vh - 96px)}.writer-pdf-split-view.split-bottom .ailaysa-footer-wraps{position:fixed;z-index:1080;bottom:0}.writer-pdf-split-view.split-right .ailaysa-footer-wraps{bottom:0}.writer-main-row{width:100%;height:100%}.writer-main-row .react-split .react-split__pane{width:100%!important;left:0!important}.writer-pdf-split-view.split-right{height:calc(100vh - 56px)}.writer-pdf-split-view .ailaysa-writer-inner-wrapper{width:100%;max-width:100%;min-height:50%!important}.writer-pdf-split-view.split-bottom .pdf-document-view{width:100%;max-width:100%;height:100%}.writer-pdf-split-view.split-bottom .pdf-document-view .pdf-view-body{height:inherit;height:100%!important;position:relative}.writer-pdf-split-view.split-bottom .ailaysa-writer-inner-wrapper{width:100%;max-width:100%;height:100%}.ailaysa-writer-inner-wrapper{display:flex;background-color:#fff;width:100%;height:100%;position:relative}.ailaysa-footer-wraps{border-top:1px solid #EAEEF3;width:100%;background-color:#fff;height:40px;position:relative}.ailaysa-footer-wraps .ai-writer-inner-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:5px 16px 5px 20px}.writter-sheet-tabs{padding:2px!important;border-right:1px solid #E3E7EC!important}.writter-sheet-tabs .btn-text-wrap{padding:8px 8px 8px 10px!important;background-color:transparent!important;cursor:pointer!important;display:flex!important;align-items:center!important;transition:.25s background-color ease-in-out}.writter-sheet-tabs span{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#222;margin-right:10px;transition:.25s color ease-in-out}.writter-sheet-tabs svg{fill:#222;transition:.25s fill ease-in-out}.book-translation-wrapper{display:flex;align-items:center}.writter-sheet-tabs .btn-text-wrap:hover{background-color:#dbecf9cc!important;transition:.25s background-color ease-in-out}.writter-sheet-tabs .btn-text-wrap:hover svg{fill:#0074d3;transition:.25s fill ease-in-out}.writter-sheet-tabs .btn-text-wrap:hover span{color:#0074d3;transition:.25s color ease-in-out}.ailaysa-writter-sidebar-col-wrapper{width:490px;height:100%;position:relative;top:0;display:flex;flex-direction:column;background-color:#f8fafc;border-right:1px solid #EAEEF3;z-index:110}.ailaysa-writter-sidebar-col-wrapper-right{width:250px;height:100%;position:sticky;top:0;display:flex;flex-direction:column;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-left:1px solid #ECEFF4}.ailaysa-writer-prompt-box{display:flex;flex-direction:column}.customization-panel.ailaysa-writer-prompt-box.show{display:flex}.customization-panel.ailaysa-writer-prompt-box.hide{display:none}.ailaysa-writter-sidebar-col-wrapper-right.show{width:250px;min-width:250px;transition:.3s all ease}.ailaysa-writter-sidebar-col-wrapper-right.hide{width:auto;min-width:50px;transition:.3s all ease}.writer-pdf-split-view .ailaysa-writter-working-col-wrapper{height:100%;overflow-y:hidden}.writer-pdf-split-view.split-bottom .ailaysa-writter-working-col-wrapper .ailaysa-writer-form-main-wrapper{height:100%}.ailaysa-writer-form-main-wrapper{width:100%;height:calc(100vh - 96px);background-color:#eceff4}.ailaysa-writer-form-main-wrapper.co-author-writer-form-wrapper{flex-grow:1;height:auto;overflow-y:auto}.ailaysa-writter-inner-working-wrapper{width:100%;height:inherit;display:flex;flex-direction:column;position:relative}.ailaysa-writter-working-col-wrapper{flex-grow:1;overflow:auto;height:calc(100vh - 52px);position:relative;word-break:break-word;background-color:#fff;display:flex;flex-direction:column;overflow:hidden}.ailaysa-writter-working-col-wrapper.co-author-writer-col-wrapper{height:auto;width:calc(100% - 685px)}.ailaysa-writter-working-col-wrapper.co-author-writer-col-wrapper .ailaysa-writter-inner-working-wrapper{height:100%}.ailaysa-writter-working-col-wrapper.co-author-writer-col-wrapper .note-editing-area{height:100%!important}.writer-pdf-split-view .pdf-document-view{width:100%;max-width:100%;height:calc(100vh - 96px)}.writer-pdf-split-view .pdf-document-view .pdf-nav{width:100%;max-width:100%;height:43px;box-shadow:0 1px 4px #00000005!important;display:flex;align-items:center;justify-content:center}.writer-pdf-split-view.split-bottom .pdf-view-body .file-viewer-container{width:920px;margin:auto;display:flex;justify-content:center}.pdf-view-body{padding:20px 14px;height:calc(100vh - 139px);background-color:#eceff4}.pdf-view-body .pdf-canvas canvas{width:100%}.pdf-view-body .pg-viewer-wrapper{overflow:auto}.file-viewer-container{position:relative;overflow:auto;width:100%;height:100%}.file-viewer{transform-origin:top left;width:100%;height:100%;transition:transform .3s ease-out}.zoom-wrap{display:flex;align-items:center}.zoom-wrap .zoom-icons{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;background-color:transparent;transition:.15s background-color ease-in-out}.zoom-wrap .zoom-icons:last-child{margin-left:5px}.zoom-wrap .zoom-icons .minus,.zoom-wrap .zoom-icons .plus{font-size:22px;color:#5f6368}.zoom-wrap .zoom-icons:hover{background-color:#ebebeb;transition:.15s background-color ease-in-out}.writer-pdf-split-view .note-toolbar{border-left:1px solid #EBEEF3;border-bottom:0px solid #EBEEF3!important;box-shadow:0 1px 4px #00000005!important}.prompt-generating-sidebar{width:auto;height:100%;flex-grow:1;display:flex;background:#fff;position:relative}.prompt-generating-sidebar-history{width:100%;height:100%;padding:52px 0 0;overflow:auto;display:grid;grid-template-columns:530px auto}.prompt-generating-sidebar-history .prompt-sidebar-ui{background:#f8fafc;border-right:1px solid #E1E5E6;height:100%;overflow:hidden;display:flex;flex-direction:column}.prompt-generating-sidebar-history .history-main-wrap .history-details-wrapper{height:100%}.ResizePanel-module_ResizeHandleHorizontal__PkS9u{display:none!important}.prompt-bubble-sugestion-wrapper{background:#fff;padding:10px 15px 20px;height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden}.prompt-bubble-sugestion-wrapper.co-author-customization-form-wrapper{height:calc(100vh - 100px)}.prompt-bubble-sugestion-wrapper.co-author-customization-form-wrapper.show{height:calc(100vh - 313px)}.prompt-bubble-sugestion-wrapper.co-author-customization-form-wrapper.hide{height:calc(100vh - 138px)}.prompt-generating-sidebar-header-tools{display:flex;align-items:center;justify-content:space-between}.prompt-sidebar-icon{color:#5f6368}.magic-icon{margin-right:12px}.prompt-sidebar-credit-container{margin-top:28px}.info-icon{margin-left:7px}.propt-gernerating-content-wrapper{display:flex;align-items:flex-start;flex-direction:column;padding:15px 30px 24px;gap:23px}.propt-gernerating-content-wrapper .writter-prompt-title{font-family:Roboto;font-weight:500;font-size:16px;line-height:24px;font-style:normal;letter-spacing:0px;color:#000;margin-bottom:7px}.last-select-row .content-generatint-form-options:first-child{width:65%}.last-select-row .content-generatint-form-options:last-child{width:35%}.content-generatint-form-options{width:100%}.content-generatint-form-options .title{display:flex;align-items:center;justify-content:space-between}.content-generatint-form-options .title .words-count{font-size:14px;font-weight:400;line-height:24px;color:#9b9fa2}.language-generatint-form-options{display:flex;align-items:end;gap:5px;width:100%;margin-bottom:12px}.css-1wa3eu0-placeholder{width:100%!important;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.content-generatint-form-options>div{text-align:left;font-size:14px;font-weight:500;font-style:"Roboto";color:#222;opacity:1}.tone-selection>div{text-align:left;font-size:14px;font-weight:500;color:#222;opacity:1;margin-bottom:12px}.prompt-generating-textarea{width:100%;padding:12px 21px;background:#fff;border:1px solid #D3D8DC;border-radius:5px;height:auto;min-height:140px;max-height:170px}.prompt-generating-textarea:focus{width:100%;background:#fff;box-shadow:0 0 10px #0000001a;border:1px solid #0074d3;outline:1px solid #0074d3!important;border-radius:5px;height:auto;max-height:170px}.prompt-generating-input-keywords::-moz-placeholder,.prompt-generating-textarea::-moz-placeholder{font-size:14px;font-weight:400;line-height:24px;color:#9b9fa2}.prompt-generating-input-keywords::placeholder,.prompt-generating-textarea::placeholder{font-size:14px;font-weight:400;line-height:24px;color:#9b9fa2}.prompt-generating-input-keywords{width:100%;resize:none;padding:12px 16px;background:#fff;border:1px solid #D3D8DC;border-radius:5px;height:42px}.prompt-generating-input-keywords:focus{width:100%;resize:none;background:#fff;box-shadow:0 0 10px #0000001a;border:1px solid #0074d3;outline:1px solid #0074d3!important;border-radius:5px;height:42px}.propt-gernerating-tone-result-wrapper{display:flex;align-items:flex-start;flex-direction:column;gap:26px}.tone-generatint-form-options{display:flex;align-items:center;width:100%;gap:10px;padding:0 30px 24px}.tone-generatint-form-options.prompt-form{padding:0}.tone-selection{width:65%}.copies-selection{width:35%}.prompt-generated-result-textarea{background:#fff;opacity:1;resize:none;height:182px;width:100%;text-align:left;font-family:Roboto;font-size:14px;font-weight:400;letter-spacing:0px;color:#222;border:none!important}.result-textarea-wrapper{border:1px solid #D3D8DC;border-radius:3px;padding:17px 20px;background:#fff}.result-textarea-wrapper:not(:last-child){margin-bottom:20px}.result-textarea-wrapper p{font-size:14px;line-height:24px;font-weight:400;color:#222;margin-bottom:17px;word-break:break-word}.generating-button{padding:11px 17px}.paste-but{display:flex;align-items:center;justify-content:center;text-align:center;width:100%;position:relative}.generating-button{color:#fff}.generate-icon{position:absolute;right:17px}.save-btn-spinner{display:inline-block;position:relative;width:10px;height:10px;left:-40px;top:-5px;margin-right:8px}.save-btn-spinner div{transform-origin:40px 11px;animation:save-btn-spinner 1.2s linear infinite}.save-btn-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:2px;height:4px;border-radius:45%;background:#fff}.save-btn-spinner div:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.save-btn-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.save-btn-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.save-btn-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.save-btn-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.save-btn-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.save-btn-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.save-btn-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.save-btn-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.save-btn-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.save-btn-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.save-btn-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes save-btn-spinner{0%{opacity:1}to{opacity:0}}.note-toolbar{background:#fff!important;text-align:left!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.note-editor.note-frame{border:none!important;width:100%;height:100%!important;background:#eceff4}.note-editable{padding:65px 99px!important;overflow-x:hidden!important;min-height:calc(100vh - 140px)!important;width:100%;overflow-y:hidden!important;cursor:context-menu}div.note-editable *{line-height:normal!important}.co-author-writer-col-wrapper .note-editable{min-height:calc(100vh - 291px)!important}.note-editor.note-frame .note-placeholder{padding:107px 176px!important}.note-editing-area::-webkit-scrollbar:horizontal{height:20px;width:100%}.prompt-type-area textarea.sent-input::-webkit-scrollbar,.chat-book-body-wrapper::-webkit-scrollbar,.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list::-webkit-scrollbar,.note-editing-area::-webkit-scrollbar{width:19px;height:100%}.story-file-upload-main-wrap::-webkit-scrollbar:horizontal,.rodal.news-proj-report-wrap .report-main-wrapper::-webkit-scrollbar:horizontal,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap::-webkit-scrollbar:horizontal,.federal-segment-wrapper .source-text-div#source-text-div-3::-webkit-scrollbar:horizontal,.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap textarea::-webkit-scrollbar:horizontal,.note-editing-area::-webkit-scrollbar:horizontal{height:20px;width:100%}.story-file-upload-main-wrap::-webkit-scrollbar,.rodal.news-proj-report-wrap .report-main-wrapper::-webkit-scrollbar,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap::-webkit-scrollbar,.federal-segment-wrapper .source-text-div#source-text-div-3::-webkit-scrollbar,.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap textarea::-webkit-scrollbar,.prompt-type-area textarea.sent-input::-webkit-scrollbar,.chat-book-body-wrapper::-webkit-scrollbar,.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list::-webkit-scrollbar,.note-editing-area::-webkit-scrollbar{width:19px;height:100%}.infinite-scroll-component::-webkit-scrollbar,.note-editable::-webkit-scrollbar,.dropdown-fontname::-webkit-scrollbar{width:8px}.prompt-type-area textarea.sent-input::-webkit-scrollbar-track,.prompt-type-area textarea.sent-input::-webkit-scrollbar,.chat-book-body-wrapper::-webkit-scrollbar,.chat-book-body-wrapper::-webkit-scrollbar-track,.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list::-webkit-scrollbar-track,.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list::-webkit-scrollbar{background:#fff}.note-editing-area::-webkit-scrollbar-corner{background:#eceff4}.story-file-upload-main-wrap::-webkit-scrollbar-corner,.rodal.news-proj-report-wrap .report-main-wrapper::-webkit-scrollbar-corner,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap::-webkit-scrollbar-corner,.federal-segment-wrapper .source-text-div#source-text-div-3::-webkit-scrollbar-corner,.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap textarea::-webkit-scrollbar-corner,.note-editing-area::-webkit-scrollbar-corner{background:#eceff4}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list::-webkit-scrollbar-track{background-color:#f8fafc;width:100%;height:100%}.story-file-upload-main-wrap::-webkit-scrollbar-track,.story-file-upload-main-wrap::-webkit-scrollbar-track:horizontal,.rodal.news-proj-report-wrap .report-main-wrapper::-webkit-scrollbar-track,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap::-webkit-scrollbar-track,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap::-webkit-scrollbar-track:horizontal,.federal-segment-wrapper .source-text-div#source-text-div-3::-webkit-scrollbar-track,.federal-segment-wrapper .source-text-div#source-text-div-3::-webkit-scrollbar-track:horizontal,.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap textarea::-webkit-scrollbar-track,.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap textarea::-webkit-scrollbar-track:horizontal{background-color:transparent;width:100%;height:100%}.note-editing-area::-webkit-scrollbar-track:horizontal,.note-editing-area::-webkit-scrollbar-track{background-color:#eceff4;width:100%;height:100%}.chat-book-body-wrapper::-webkit-scrollbar-track,.infinite-scroll-component::-webkit-scrollbar-track,.note-editable::-webkit-scrollbar-track,.dropdown-fontname::-webkit-scrollbar-track{background-color:#fff}.prompt-type-area textarea.sent-input::-webkit-scrollbar-thumb,.chat-book-body-wrapper::-webkit-scrollbar-thumb{background-color:#dadde0!important;border-radius:50px;border:6px solid #ffffff!important}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list::-webkit-scrollbar-thumb{background-color:#dadde0!important;border-radius:50px;border:6px solid #f8fafc!important}.federal-segment-wrapper .source-text-div#source-text-div-3::-webkit-scrollbar-thumb,.federal-segment-wrapper .source-text-div#source-text-div-3::-webkit-scrollbar-thumb:horizontal{background-color:#dadde0!important;border-radius:50px;border:6px solid #f9f9f9!important}.story-file-upload-main-wrap::-webkit-scrollbar-thumb,.story-file-upload-main-wrap::-webkit-scrollbar-thumb:horizontal,.rodal.news-proj-report-wrap .report-main-wrapper::-webkit-scrollbar-thumb,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap::-webkit-scrollbar-thumb,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap::-webkit-scrollbar-thumb:horizontal,.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap textarea::-webkit-scrollbar-thumb,.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap textarea::-webkit-scrollbar-thumb:horizontal{background-color:#dadde0!important;border-radius:50px;border:6px solid #ffffff!important}.note-editing-area::-webkit-scrollbar-thumb:horizontal,.note-editing-area::-webkit-scrollbar-thumb{background-color:#dadde0!important;border-radius:50px;border:6px solid #ECEFF4!important}.infinite-scroll-component::-webkit-scrollbar-thumb,.note-editable::-webkit-scrollbar-thumb,.dropdown-fontname::-webkit-scrollbar-thumb{background-color:#dadde0!important;border-radius:50px;border:8px solid #DADDE0!important}.note-editing-area::-webkit-scrollbar-thumb:horizontal:hover,.note-editable::-webkit-scrollbar-thumb:horizontal:hover{background-color:#afb1b4!important;border:7px solid #ECEFF4!important}.prompt-type-area textarea.sent-input::-webkit-scrollbar-thumb:vertical:hover,.chat-book-body-wrapper::-webkit-scrollbar-thumb:vertical:hover{background-color:#afb1b4!important;border:6px solid #ffffff!important}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list::-webkit-scrollbar-thumb:vertical:hover{background-color:#afb1b4!important;border:6px solid #f8fafc!important}.note-editing-area::-webkit-scrollbar-thumb:vertical:hover,.note-editable::-webkit-scrollbar-thumb:vertical:hover{background-color:#afb1b4!important;border:6px solid #ECEFF4!important}.dropdown-fontname{overflow:scroll}.ai-writter-toolbar{margin-top:56px;height:44px;width:100%;border-bottom:1px solid #DFDFDF;padding:8px 26px}.primary-icons{display:flex;align-items:center;gap:5px;height:100%}.toolbar-icons{color:#5f6368!important;padding:2px}.toolbar-hovereffect{padding:1px 5px}.toolbar-hovereffect:hover{background-color:#e8f0fe;color:#0074d3!important;cursor:pointer;transition:all .3s ease}.toolbar-hovereffect:hover .toolbar-icons{color:#0074d3!important;cursor:pointer;transition:all .3s ease}.toolbar-hovereffect:hover .down-arrow{color:#0074d3!important}.seperator{width:1px;height:28px;background-color:#dfdfdf}.font-size-inputbox{border:none!important;height:24px!important;text-align:center;width:30px!important;padding:0}.font-size-inputbox:focus{outline:none}.size-icon-left{border-left:1px solid #DFDFDF!important}.size-icon-right{border-right:1px solid #DFDFDF!important}.font-size{display:flex;align-items:center;border:1px solid #DFDFDF!important}.toolbar-icons:hover{background-color:#e8f0fe;color:#0074d3!important;cursor:pointer;transition:all .3s ease}.toolbar-icons:hover .down-arrow{color:#0074d3!important}.active-tools-bg{background-color:#e8f0fe}.active-tools-color{color:#0074d3!important}.sketch-picker{box-shadow:none!important}.popover{border:1px solid transparent!important;border-radius:4px!important;box-shadow:0 2px 6px 2px #3c404326!important}.headings-container{padding:25px!important}.rti--container{max-width:100%;max-height:500px;border:2px solid #D3D8DC!important;border-radius:3px!important;padding:12px 16px}.rti--container:focus{box-shadow:0 0 10px #0000001a!important;border:2px solid #0074d3!important}.rti--container:focus-within{box-shadow:0 0 10px #0000001a!important;border:2px solid #0074d3!important}.text-forms .rti--input{width:-moz-fit-content!important;width:fit-content!important}.rti--input{width:100%!important}.extended-toolbar{text-align:center;padding-top:5px;height:44px;width:100%;background-color:#fff;border-bottom:1px solid #E1E5E6}.note-editable *::selection{background:#4ca0e1!important;color:#fff!important}.note-editable *::-moz-selection{background:#4ca0e1!important;color:#fff!important}.note-editable *::-webkit-selection{background:#4ca0e1!important;color:#fff!important}.note-editable-backdrop *,.note-editable *{line-height:inherit!important}.note-editable.spell-check-cursor *{cursor:pointer!important}.note-editable-backdrop img{opacity:0}.note-editable-backdrop img.note-float-left{margin-right:10px}.note-editable-backdrop img.note-float-right{margin-left:10px}.note-editable-backdrop sup{vertical-align:super}.note-editable-backdrop sub{vertical-align:sub}.fontFamily-container{height:300px;padding:25px;overflow-y:scroll;overflow-x:hidden}.note-color-all>div>div:nth-child(2){display:none!important}.note-dropdown-menu #backColorPalette,.note-dropdown-menu #foreColorPalette{display:none!important}.note-editor .note-toolbar .note-color-all .note-dropdown-menu{min-width:auto!important}.note-btn-group .note-btn{border:none!important}.btn-light{background-color:transparent!important}.btn-group,.btn-group-vertical{gap:2px!important}.btn-light:hover{color:#0074d3!important;background-color:#e8f0fe!important}.note-popover .popover-content .note-para .note-dropdown-menu,.note-editor .note-toolbar .note-para .note-dropdown-menu{min-width:auto!important}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#0074d3!important;background-color:#e8f0fe!important}.btn-light.focus,.btn-light:focus{color:#0074d3;background-color:#e8f0fe;border-color:none;box-shadow:none!important}.btn-light{color:#5f6368!important}.dropdown-item.active,.dropdown-item:active{color:#5e6368!important;text-decoration:none!important;background-color:#eff4f6!important}.note-modal .modal-dialog{box-shadow:0 3px 14px #00000038!important;border-radius:10px}.note-form-label{font-family:Roboto!important;font-size:16px!important;font-weight:400!important;font-style:normal!important}.history-main-wrap::-webkit-scrollbar,.prompt-generating-sidebar-history .prompt-sidebar-ui::-webkit-scrollbar{width:auto!important;background:transparent}.ai-writter-popover-modal-content-leaf::-webkit-scrollbar{width:8px!important}.ai-writter-popover-modal-content-leaf::-webkit-scrollbar-track{background:transparent!important}.ai-writter-popover-modal-content-leaf::-webkit-scrollbar-thumb{background-color:#dadde0!important;border-radius:50px!important;border:8px solid #DADDE0!important}.prompt-bubble-sugestion-wrapper::-webkit-scrollbar,.doc-file-table-wrapper::-webkit-scrollbar,.prompt-generating-sidebar-history::-webkit-scrollbar,.gen-prop-main-wrap::-webkit-scrollbar,.prompt-generated-result-textarea::-webkit-scrollbar{width:8px!important}.prompt-bubble-sugestion-wrapper::-webkit-scrollbar-track,.doc-file-table-wrapper::-webkit-scrollbar-track,.history-main-wrap::-webkit-scrollbar-track,.prompt-generating-sidebar-history .prompt-sidebar-ui::-webkit-scrollbar-track,.prompt-generating-sidebar-history::-webkit-scrollbar-track,.gen-prop-main-wrap ::-webkit-scrollbar-track,.prompt-generated-result-textarea::-webkit-scrollbar-track{background:transparent!important}.history-main-wrap::-webkit-scrollbar-thumb{background-color:#dadde0!important;border-radius:50px!important;border:5px solid #ffffff!important}.prompt-generating-sidebar-history .prompt-sidebar-ui::-webkit-scrollbar-thumb{background-color:#dadde0!important;border-radius:50px!important;border:5px solid #F8FAFC!important}.prompt-bubble-sugestion-wrapper::-webkit-scrollbar-thumb,.doc-file-table-wrapper::-webkit-scrollbar-thumb,.prompt-generating-sidebar-history::-webkit-scrollbar-thumb,.gen-prop-main-wrap::-webkit-scrollbar-thumb,.prompt-generated-result-textarea::-webkit-scrollbar-thumb{background-color:#dadde0!important;border-radius:50px!important;border:8px solid #DADDE0!important}.prompt-bubble-header{display:flex;align-items:center;justify-content:space-between;padding:5px 10px 5px 15px;height:44px}.bubble-prompt-main-container .category-group:first-child{margin-top:0}.bubble-prompt-main-container .category-group{margin-top:26px}.prompt-bubble-container{display:flex;align-items:baseline;flex-direction:row;flex-wrap:wrap;gap:8px}.prompt-bubble-container:not(:last-child){margin-bottom:26px}.prompt-bubble{border:none;padding:4px 10px;background-color:#d3d8dc80;border-radius:2px;font-family:Roboto;font-style:normal;font-size:13px;font-weight:500;line-height:24px;color:#222}.prompt-bubble:hover{background:#0074d333;cursor:pointer}.prompt-bubble-title{font-family:Roboto;font-style:normal;font-size:14px;font-weight:500;color:#222;display:flex;align-items:center}.toggle-icon-sidebar{color:#5f6368!important;padding:4px}.toggle-icon-sidebar-container{padding:5px;border-radius:50%}.toggle-icon-sidebar-container:hover{background-color:#fff;cursor:pointer}.editor{width:100%;display:flex;position:sticky;z-index:10;top:0}.book-tranlation-wrapper{border-top:1px solid #ECEFF4;border-bottom:1px solid #ECEFF4;width:100%;min-height:29px;background-color:#fff}.book-tranlation-wrapper__row{display:flex;width:100%}.book-tranlation-wrapper__item{padding:4px 16px 5px 25px;text-align:center;display:flex;align-items:center;justify-content:space-between;border-right:1px solid #ECEFF4}.book-tranlation-wrapper__item__dropdown-wrapper__dropdown-box{position:absolute;width:100%;box-shadow:0 5px 12px #001d4133;border-radius:4px;background-color:#fff;left:0;z-index:1000}ul.dropdown-box__link__item__wrapper{display:flex;flex-direction:column;list-style-type:none;padding-left:0;margin-bottom:10px;margin-top:10px}.dropdown-box__link__item{display:flex;align-items:center;padding:8px 24px;cursor:pointer;transition:.25s color ease-in-out}.dropdown-box__link__item__title{color:#3c4043;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-bottom:0;margin-left:0}.book-tranlation-wrapper__main-item{min-width:157px;cursor:pointer;position:relative}.book-tranlation-wrapper__item.disabled{background-color:#f8f9fb;pointer-events:none}.book-tranlation-wrapper__item.disabled span{font-weight:400;color:#9b9fa2}.book-tranlation-wrapper__item.disabled .arrow-icon{color:#9b9fa2}.book-tranlation-wrapper__item span{font-style:normal;font-size:12px;line-height:16px;font-weight:500;color:#5d6166}.book-tranlation-wrapper__item .arrow-dropdown-click{width:22px;height:22px;border-radius:50%;background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:5px}.note-editable-class-wrapper{position:relative;min-height:100%;overflow-x:hidden!important;margin:0 auto;overflow-y:hidden!important;background:#fff;z-index:0}.note-editable-backdrop{position:absolute;visibility:hidden;opacity:0;display:none;z-index:1;width:100%;height:100%;color:transparent;background-color:transparent;overflow:none;pointer-events:none;padding:65px 99px!important;min-height:100%;cursor:context-menu}.note-editable{position:relative;z-index:2}.note-editable-highlight{white-space:pre-wrap;word-wrap:break-word;color:#d95b5b;width:100%;height:100%}.book-tranlation-wrapper__item .arrow-dropdown-click:hover{background-color:#f3f3f3}.book-tranlation-wrapper__item .arrow-icon{font-size:20px;color:#5f6368}.note-editing-area{height:calc(100vh - 96px)!important;overflow:auto!important}.writer-pdf-split-view .note-editing-area{padding:20px 11px!important;background-color:#eceff4}.writer-pdf-split-view .note-editing-area .note-editable-backdrop,.writer-pdf-split-view .note-editing-area .note-editable{background-color:#fff}.css-1okebmr-indicatorSeparator,.css-109onse-indicatorSeparator{display:none!important}.word-container{background:#d3d8dc69;border-radius:22px;padding:3px 10px;font-size:14px;font-weight:400;line-height:1.5;color:#5f6368}.result-icon-innerWrap{display:flex;align-items:center;justify-content:end}.result-icon-single-item{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;transition:all .3s ease}.result-icon-single-item-popup{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;transition:all .3s ease;border:none}.result-icon-single-item .icons,.result-icon-single-item-popup .icons{color:#5f6368;font-size:17px}.result-icon-single-item:hover,.result-icon-single-item-popup:hover{background:#efefef;transition:all .3s ease;cursor:pointer}.result-icon-single-item .toolbar-icons:hover{color:#5f6368!important}.nav-switch-icons svg g{fill:#5f6368}.history-icon{color:#5f6368!important}.external-bar{position:absolute;right:0;top:56px;width:356px}.nav-switch-icons{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #E1E5E6;border-radius:4px;cursor:pointer}.nav-switch-icons:not(:last-child){margin-right:10px}.nav-switch-icons.active svg g{fill:#fff}.nav-switch-icons.active svg,.nav-switch-icons.active img{filter:brightness(0) invert(1)}.nav-switch-icons.active{background-color:#0074d3}.popover-content{padding-top:1px;font-size:14px;font-family:Roboto;color:#222}.note-editable-backdrop pre,.note-editable pre{display:block;margin:0 0 10px!important;color:#000;word-break:break-word!important;word-wrap:break-word!important;overflow:unset!important;white-space:inherit;cursor:auto}body.page blockquote{border-left:5px solid #f86466!important;background:#fff}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #f86466!important}.Rectangle_1800{height:17px!important;width:16px!important}.popup{cursor:move;line-height:36px;flex-direction:row;align-items:center;height:auto;background:#fff!important;background:#fff 0% 0% no-repeat padding-box;border-radius:6px;box-shadow:0 3px 12px #0000002e!important;width:100%}.arrow-top:before{position:absolute;top:-6px;left:50%;margin-left:-6px;content:"";display:block;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #FFFFFF;animation:fade-up .3s ease-in-out}.arrow-bottom:before{position:absolute;bottom:-6px;left:50%;margin-left:-6px;content:"";display:block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #1A120B;animation:fade-down .3s ease-in-out}@keyframes fade-up{0%{transform:translateY(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fade-down{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.popper-inner{border-radius:5px;padding:0 10px;line-height:44px;display:flex;flex-direction:row;align-items:center;gap:18px;height:auto;background:#fff!important;box-shadow:#00000021 0 6.4px 14.4px,#0000001c 0 1.2px 3.6px!important;z-index:1000!important;visibility:hidden}.popper--visible{visibility:visible}.pop-buttons{background-color:#fff!important;border:none!important;border-radius:5px}.bloc-tabs{display:flex;flex-direction:column;border-right:1px solid #EAEEF3;width:72px}.tabs{display:flex;flex-direction:column;align-items:center;margin-top:6px;cursor:pointer}.tabs .text{font-size:12px;line-height:16px;font-style:normal;color:#5f6368;font-weight:500;cursor:pointer;padding-top:5px}.tabs .writter-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:4px;background-color:transparent}.tabs .writter-icon .feed-icon,.tabs .writter-icon .grid-icon{color:#5f6368}.tabs.active-tabs .writter-icon{background-color:#d3d8dc66}.note-toolbar.card-header{text-align:center!important}.tabs.active-tabs .text{color:#000}.tabs.active-tabs .writter-icon .grid-icon,.tabs.active-tabs .writter-icon .feed-icon{color:#0074d3}.tabs.active-tabs .writter-icon svg.any-text-icon path[fill="#5F6368"]{fill:#0074d3}.tabs.active-tabs .writter-icon svg.any-text-icon path[stroke="#5F6368"]{stroke:#0074d3}.note-popover .popover-content,.note-editor .note-toolbar{margin:0;padding:4px 5px 5px!important;border-bottom:1px solid #E1E5E6}.gen-prop-main-wrap{width:418px;height:100%;position:relative;overflow-y:auto;overflow-x:hidden}.ailaysa-writter-sidebar-col-wrapper.sidebar-hide{width:0px;left:-370px}.ailaysa-writter-sidebar-col-wrapper.sidebar-show{width:490px}.collapse-tray-icon{position:absolute;left:489px;transform:scale(-1);top:40%;cursor:pointer;z-index:11}.gen-prop-main-wrap.writter-prompt-add-margin{margin:8px 5px 8px 0}.project-input-wrap .project-box-ai[data-placeholder]:empty:before{content:attr(data-placeholder);font-style:normal;font-weight:400;font-size:18px;color:#000;transition:.1s all ease;position:relative;top:0}.project-input-wrap .project-box-ai{border:none;background-color:transparent;border:2px solid transparent;border-radius:3px;transition:.3s all ease;width:auto;width:-moz-fit-content;font-style:normal;font-weight:400;font-size:18px;color:#000;line-height:1.5;height:38px;margin-bottom:0;display:inline-block;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 15px}.project-input-wrap .project-box-ai:focus-visible{outline:none}.project-input-wrap .project-box-ai[contenteditable=true]:empty:before{content:attr(data-placeholder);pointer-events:none}.project-box-ai.writer-doc:focus{outline:none;border-color:#0073d6;border-width:2px;background-color:#fff;transition:.1s all ease;height:38px}.project-input-wrap .project-box-ai:hover{transition:.2s all ease;text-overflow:clip}.project-input-wrap .project-box-ai:focus{text-overflow:clip}.project-input-wrap .project-box-ai:not(:focus){text-overflow:ellipsis}.languagemodal-button{display:flex;align-items:center;justify-content:space-between;gap:15px;background-color:#d3d8dc66;border-radius:3px;padding:8px 13px;cursor:pointer}.languagemodal-button span.placeholder{font-family:Roboto;font-size:14px;font-weight:400;color:#9b9fa2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.languagemodal-button span.value{font-family:Roboto;font-size:14px;font-weight:500;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:85px}.languagemodal-button span.icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;text-align:center;color:#747474}.arrow-icon-color{color:#747474!important}.pop-buttons{display:flex;align-items:center;padding:0 10px}.history-leaf{padding:22px;border-bottom:1px solid #0E2A311A;background-color:transparent;cursor:pointer}.history-leaf:hover{background-color:#00000005}.history-leaf.active:hover,.history-leaf.active{background-color:#0074d31a}.history-leaf.active h4.catogory{color:#0074d3}.history-leaf .sub-catogory{background-color:#0000000f;padding:3px 12px;border-radius:3px;font-size:13px;font-weight:500;line-height:1.5;color:#5f6368;margin-left:12px}.history-leaf h4.catogory{font-size:14px;color:#222;font-weight:500;line-height:1.5;margin-bottom:0}.history-leaf .catogory-container{display:flex;align-items:center;margin-bottom:20px}.history-leaf p.category-desc-cont{font-size:14px;color:#222;font-weight:400;line-height:1.5;margin-bottom:9px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.history-leaf .history-timing{font-size:12px;font-weight:400;line-height:1.5;color:#9ea3aa}.sidebaropen-bar.left-side-bar{display:none;z-index:10}.left-side-bar:hover{left:-60px!important;transition:all .3s ease;cursor:pointer}.sidebaropen-bar{position:absolute;width:fit-content;width:-moz-fit-content;top:59px;right:-75px;transition:all .3s ease;border:none;outline:none;background-color:transparent}.sidebaropen-bar.left-bar-desk{top:140px;right:unset;left:-70px;z-index:11}.sidebaropen-bar.left-bar-desk .sidepanel-leaf{border-radius:0 25px 25px 0;justify-content:flex-end}.sidebaropen-bar.left-bar-desk .sidepanel-leaf svg{transform:scale(-1)}.sidepanel-leaf{background:#fff;box-shadow:0 1px 1px #3c40434d,0 1px 3px 1px #3c404326;border-radius:25px 0 0 25px;padding:0 11px;width:100px;height:35px;display:flex;align-items:center;justify-content:flex-start}.arrow-base{position:relative}.side-bar-arrow-ai-writter{font-size:12px!important;color:#5f6368!important}.sidebaropen-bar:hover{right:-60px;transition:all .3s ease;cursor:pointer}.ai-writter-popover-modal{border-radius:5px}.ai-writter-popover-modal-header span{text-align:left;font-family:Roboto;font-weight:450;font-size:12px;letter-spacing:.6px;color:#5f6368;text-transform:uppercase;opacity:1}.popover:has(div.ai-writter-popover-modal){max-width:900px!important;border-radius:10px;box-shadow:#00000021 0 6.4px 14.4px,#0000001c 0 1.2px 3.6px!important}.ai-writter-popover-modal-content-leaf{font-weight:400!important;line-height:1.5;text-align:left;font-size:14px;font-family:Roboto;font-style:normal;color:#3c4043;opacity:1;border-radius:5px;border-bottom:1px solid transparent;max-height:230px;min-height:71px;min-width:inherit;overflow:auto;max-width:100%;padding-right:36px;padding-left:25px}.ailaysa-writter-working-col-wrapper .confirmation-tabs{display:flex;align-items:center;position:absolute}.confirm-text-generated{box-shadow:0 2px 4px #0000003d;border-radius:4px;padding:10px 8px;transition:all .3s ease}.confirm-text-generated:hover{background-color:#e8f5ff;transition:all .3s ease;cursor:pointer}.icons-discard-text-generated{color:#5f6368!important;padding:2px}.confirm-text-generated:hover .icons-discard-text-generated{color:#0074d3!important;transition:all .3s ease}.history-main-wrap{padding:25px 35px;height:100%;overflow-y:auto;overflow-x:hidden}.history-primary-wrap{display:flex;flex-direction:column;justify-content:flex-start;border-bottom:1px solid #E0E5E7;text-align:left;gap:23px;padding-bottom:25px}.history-detail-lines p.title{font-size:14px;font-weight:400;line-height:1.5;color:#5f6368;margin-bottom:0;display:flex;width:150px;justify-content:space-between;margin-right:11.5px}.history-detail-lines p.value{font-size:14px;font-weight:500;line-height:1.5;color:#202124;margin-bottom:0;width:75%}.history-detail-lines{display:flex;width:100%}h4.history-seconday-wrap-header{font-size:16px;font-weight:500;line-height:1.5;color:#5f6368;margin-bottom:13px}.history-secondary-wrap{margin-top:18px;padding-bottom:60px}.history-content-details{margin-bottom:22px;border:1px solid #E0E5E7;border-radius:3px}.history-content-details p{padding:30px 56px 0 26px;font-size:14px;font-weight:400;line-height:24px;color:#222;word-break:break-word}.result-textarea-wrapper .result-toolbar{display:flex;align-items:center;justify-content:space-between}.result-textarea-wrapper .result-toolbar .word-box-wrapper{display:flex;align-items:center;gap:10px}.history-content-details .result-toolbar{padding:0 31px 13px 26px;display:flex;align-items:center;justify-content:space-between}.history-content-details .result-toolbar .word-box-wrapper{display:flex;align-items:center;gap:10px}.history-secondary-wrap .fileupload-new-btn{font-style:normal;font-weight:500;font-size:16px;line-height:1.4;color:#fff}.history-primary-wrap .history-detail-lines:nth-child(7) div:nth-child(1){margin-right:18px}.history-primary-wrap .history-detail-lines:nth-child(6) div:nth-child(1){margin-right:48px}.history-primary-wrap .history-detail-lines:nth-child(5) div:nth-child(1){margin-right:73px}.history-primary-wrap .history-detail-lines:nth-child(4) div:nth-child(1){margin-right:27px}.history-primary-wrap .history-detail-lines:nth-child(3) div:nth-child(1){margin-right:54px}.history-primary-wrap .history-detail-lines:nth-child(2) div:nth-child(1){margin-right:56px}.history-primary-wrap .history-detail-lines:nth-child(1) div:nth-child(1){margin-right:73px}#pop{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;visibility:hidden;z-index:101!important;transition:opacity ease-in-out 100;max-height:280px;min-width:400px;width:auto}.instant-spell-check-pop{min-width:unset!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;visibility:hidden;z-index:101!important;transition:opacity ease-in-out 100;max-height:280px;width:auto}.pop-overlay{position:absolute;width:100%;height:100%;z-index:9;display:none;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none;overflow:auto;display:grid;align-items:center;justify-content:center}.ai-open-doc-modal .rodal-dialog{border:none;box-shadow:0 20px 30px #0000003d!important;border-radius:4px!important;padding:0!important;width:80%!important;height:70%!important}.prompt-history-no-prompt{display:flex;width:100%;height:100%;justify-content:center;align-items:center;margin-bottom:0}.customization-options-category{font-size:14px;font-style:normal;font-weight:500;line-height:24px;color:#858585;opacity:1;margin-bottom:0}.modal-wrapper-file-manager{padding:30px;border-radius:4px;height:100%;background-color:#fff;display:flex;flex-direction:column}.doc-file-table-wrapper .table{width:100%;border-collapse:collapse;padding:5px;margin-bottom:0}.doc-file-table-wrapper .table td{padding:12px 15px;vertical-align:middle;border-top:0px solid #dee2e6}.doc-file-table-wrapper .table th{padding:12px 15px;vertical-align:middle}.doc-file-table-wrapper .table tbody.doc-open-table-body{width:100%;max-width:100%}.doc-file-table-wrapper .table tbody tr td:first-child,.doc-file-table-wrapper .table thead th:first-child{width:100%;max-width:60%}.doc-file-table-wrapper .table tbody tr td:nth-child(2),.doc-file-table-wrapper .table thead th:nth-child(2){width:100%;max-width:20%}.doc-file-table-wrapper .table tbody tr td:last-child,.doc-file-table-wrapper .table thead th:last-child{width:100%;max-width:20%}.doc-file-table-wrapper .table thead{position:sticky;position:-webkit-sticky;background-color:#fff;top:0;z-index:10;border-bottom:1px solid #dee2e6!important}.doc-file-table-wrapper .table thead th{background-color:#fff;border:none!important;font-style:normal;font-weight:500;font-size:13px;line-height:24px;color:#3c4043;border-bottom:0px solid #000000!important}.doc-file-table-wrapper .table tbody tr{border-bottom:1px solid #dee2e6;border-top:0px solid #dee2e6!important}.doc-file-table-wrapper .table tbody td{color:#3c4043;font-style:normal;font-weight:400;font-size:13px;line-height:24px}.doc-file-table-wrapper .table thead th:nth-child(3){text-align:right;padding-right:35px}.doc-file-table-wrapper .table td:nth-child(3){text-align:right}.open-doc-title{display:flex;align-items:center;gap:5px}.open-doc-title-container{display:flex;align-items:center;gap:20px}.doc-file-open-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.doc-file-open-header span{font-family:Roboto;font-size:24px;font-weight:500;font-style:normal}.doc-file-open-header .doc-icon{color:#0074d3}.doc-file-table-wrapper{background:#fff;border:1px solid #ebebeb;border-radius:4px;height:100%;overflow-y:auto;padding:0 26px 20px}.navbar-nav.nav-project-txt-align:nth-child(2){padding:0px 1rem}.word-processor-wrap{width:100%}.word-processor-inner-wrapper{width:100%;justify-content:space-between;display:flex}.word-processor-inner-wrapper .navbar-display-show{padding:0}.word-processor-wrap .navbar-nav:last-child{justify-content:end}.word-processor-wrap ul.nav-project-txt-align:first-child li:nth-child(2) .project-input-wrap{flex-wrap:nowrap;max-width:250px}.document-wrap.converted-pdf-list-wrap .file-edit-list-table-row .file-edit-list-table-cell .status-conditions-part .docs-delete{opacity:0;visibility:hidden}.document-wrap.converted-pdf-list-wrap .file-edit-list-table-row:hover .file-edit-list-table-cell .status-conditions-part .docs-delete{opacity:1;visibility:visible;display:flex!important}.project-list-main .docs-delete{width:35px;height:35px;border-radius:50%;display:flex!important;align-items:center;justify-content:space-around;margin-right:10px}.project-list-main .docs-delete:hover{background-color:#e9eaea;display:flex!important;align-items:center;justify-content:space-around}.status-conditions-part.dont-open-list{display:flex;align-items:center}.file-edit-list-inner-table-row .file-edit-list-inner-table-cell:last-child .docs-delete{overflow:unset!important}.popup-footer{text-align:right;display:flex;align-items:center;gap:12px;justify-content:space-between;padding:10px 24px}.popup-footer .discard-dis{background-color:transparent;border:none;border-radius:3px;padding:10px 12px}.popup-footer .discard-dis span{color:#3c4043!important}.popup-footer .accept-but{background-color:#0074d3;border:none;border-radius:3px;padding:10px 12px}.popup-footer .accept-but span{color:#fff;font-size:13px;font-family:Roboto;font-style:normal;font-weight:500}.acceptbut-wrapper{display:flex;align-items:center;gap:5px}.note-editable-backdrop div,.note-editable div{white-space:pre-wrap!important;cursor:auto}.temp-color{background-color:#cee6f9}.no-template-found{width:100%;height:70vh;position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}.no-template-found img{width:68px;height:74px}.no-template-found h1{font-style:normal;font-weight:500;font-size:24px;line-height:1.5;color:#3c4043}.side-bar-info-icon-wrap{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:10px;gap:7px}.category-group .imp-icon-file{width:14px!important}.nav-writter-download{cursor:pointer;border-radius:50%;transition:all .3s ease;padding:7.5px 10px}.nav-writter-download:hover{transition:all .3s ease;border-radius:50%;background:#ebebeb}@keyframes highlight{0%{background-color:#0074d3;color:#fff}}.sn-checkbox-open-in-new-window,.sn-checkbox-use-protocol{display:none!important}.aiGeneratingButtonFull{background-color:#0074d3;width:100%;box-shadow:none;border-radius:3px;text-transform:none;padding:0;border:none}.aiGeneratingButtonFull:hover{background-color:#0265b1;box-shadow:none}.openProjectButton{background-color:#0074d3;box-shadow:none;border-radius:3px;text-transform:none;padding:7px 26.625px;border:none}.openProjectButton:hover{background-color:#0074d3;box-shadow:none}.deletebutton-history-writter{background-color:#0074d3;box-shadow:none;border-radius:3px;text-transform:none;padding:11.5px 35px;border:none}.deletebutton-history-writter:hover{background-color:#0074d3;box-shadow:none}.uploadProjectButton-writter{background-color:#0074d3;box-shadow:none;border-radius:3px;text-transform:none;padding:12.5px 21px;border:none}.uploadProjectButton-writter:hover{background-color:#0074d3;box-shadow:none}.addAndUpdatebutton{background-color:#0074d3;box-shadow:none;border-radius:2px;text-transform:none;padding:0;border:none;padding:10px 18px!important}.addAndUpdatebutton:hover{background-color:#0265b1;box-shadow:none}.ail-work-nav{border-bottom:1px solid #EAEEF3;justify-content:space-between!important}.note-editable-backdrop h1,.note-editable-backdrop h2,.note-editable-backdrop h3,.note-editable-backdrop h4,.note-editable-backdrop h5,.note-editable-backdrop h6,.note-editable h1,.note-editable h2,.note-editable h3,.note-editable h4,.note-editable h5,.note-editable h6{cursor:auto}.note-editable-backdrop a,.note-editable a{cursor:pointer}.note-editable-backdrop p,.note-editable p{margin-bottom:0!important;cursor:auto}.recent-target-lang{cursor:pointer;text-decoration:underline;color:#0095ff}.recent-target-lang:hover{text-decoration:none}.note-color-select{display:none!important}.MuiTooltip-tooltip{color:#fff!important;background-color:#2a2a2a!important;padding:7px 12px!important;font-family:Roboto!important;font-size:12px!important;line-height:1.4!important;font-weight:400!important;width:auto!important;max-width:100%!important}.MuiTooltip-arrow{color:#2a2a2a!important}.workspace-files-OpeningProjectButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:7px 13.5px!important;border:none!important;min-width:100px}.workspace-files-OpeningProjectButton:hover{background-color:#0074d3!important;box-shadow:none!important}.workspace-files-OpenProjectButton{background-color:#0074d3;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:7px 15px;border:none!important;min-width:100px;margin-right:0!important}.workspace-files-OpenProjectButton-modify{background-color:#0074d3;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:7px 15px;border:none!important;min-width:-moz-fit-content;min-width:fit-content;margin-right:0!important}.workspace-files-OpenProjectButton:hover{background-color:#0074d3;box-shadow:none!important}.workspace-files-OpenProjectButton:disabled{cursor:not-allowed!important;opacity:.5!important}.workspace-files-nav-OpenProjectButton{background-color:#0074d3;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:7px 16px 8px 17px;border:none!important;margin-right:8px}.workspace-files-nav-OpenProjectButton .fileopen-new-btn{font-size:14px;line-height:19px}.workspace-files-nav-OpenProjectButton:hover{background-color:#0074d3;box-shadow:none!important}.workspace-files-SubmitProjectButton{background-color:#e8f0fe!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:7px 15px!important;border:none!important;min-width:100px}.workspace-files-SubmitProjectButton:hover{background-color:#e8f0fe!important;box-shadow:none!important}.workspace-files-AddNewProjectButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:10px 30px!important;border:none!important}.workspace-files-AddNewProjectButton:hover{background-color:#0074d3!important;box-shadow:none!important}.mydocument-files-AddProjectButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:5px 10px!important;border:none!important}.mydocument-files-AddProjectButton:hover{background-color:#0074d3!important;box-shadow:none!important;text-decoration:none!important}.mydocument-AiMarkSubmit{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:0!important;border:none!important;height:40px!important}.mydocument-AiMarkSubmit:hover{background-color:#0069b9!important;box-shadow:none!important}.mydocument-AiMarkSubmit:disabled{opacity:.6!important}.mydocument-AiMarkCancel{background-color:#fff!important;box-shadow:none!important;border-radius:4px!important;text-transform:none!important;padding:0!important;border:1px solid #DADCE0!important;height:40px!important}.mydocument-AiMarkCancel:hover{box-shadow:none!important;height:40px!important}.mydocument-AiMarkCancel:focus{border:1px solid #0074d3!important;height:40px!important}.globalform-StepProcessButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:5px 9px!important;border:none!important}.globalform-StepProcessButton:hover{background-color:#0265b1!important;box-shadow:none!important}.globalform-StepProcessButton:disabled{background-color:#99c9ee!important}.globalform-StepCancelButton{background-color:#ececec!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:0!important;border:none!important}.globalform-StepCancelButton:hover{background-color:#d3d1d1!important;box-shadow:none!important}.MuiRadio-root{color:#5f6368!important}.MuiRadio-root:hover{background-color:#e5f1fb!important;color:#5f6368!important}.MuiRadio-colorPrimary.Mui-checked{color:#0074d3!important}.MuiRadio-colorPrimary.Mui-checked:hover{background-color:#e5f1fb!important}.config-ConfirmCloseButton{background-color:#ebebeb!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:8px 10px!important;border:none!important}.config-ConfirmCloseButton:hover{background-color:#ebebeb!important;box-shadow:none!important}.config-ConfirmDeleteButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:8px 10px!important;border:none!important}.config-ConfirmDeleteButton:hover{background-color:#0074d3!important;box-shadow:none!important}.searchterm-ClearAllButton{background-color:#fff!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:5px 9px!important;border:none!important}.searchterm-ClearAllButton:hover{background-color:#f3f3f3!important}.viewglossarieslist-AddProjectButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:8px 12px!important;border:none!important}.viewglossarieslist-AddProjectButton:hover{background-color:#0074d3!important;box-shadow:none!important;text-decoration:none!important}.confirmation-modal-AiMarkSubmit{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:0!important;border:none!important;height:33px!important}.confirmation-modal-AiMarkSubmit:hover{background-color:#0069b9!important;box-shadow:none!important}.confirmation-modal-AiMarkSubmit:disabled{opacity:.6!important}.confirmation-modal-AiMarkCancel{background-color:#fff!important;box-shadow:none!important;border-radius:4px!important;text-transform:none!important;padding:0!important;border:1px solid #DADCE0!important;height:33px!important}.confirmation-modal-AiMarkCancel:hover{box-shadow:none!important;height:33px!important}.confirmation-modal-AiMarkCancel:focus{border:1px solid #0074d3!important;height:33px!important}.simple-rodal-ClearAllButton{background-color:#fff!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:0!important;border:1px solid #DADCE0!important}.simple-rodal-ClearAllButton:hover{background-color:#f3f3f3}.speech-to-text-UploadProjectButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:12.5px 21px!important;border:none!important}.speech-to-text-UploadProjectButton:hover{background-color:#0074d3!important;box-shadow:none!important}.speech-to-text-UploadProjectButton:disabled{opacity:.5!important}.speech-to-text-UploadProjectButton-process{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;border:none!important}.speech-to-text-UploadProjectButton-process .trans-btn-txt{font-style:normal;font-weight:500;font-size:14px;line-height:14px;color:#fff;display:flex;align-items:center;gap:10px;padding:12.5px 21px!important}.speech-to-text-UploadProjectButton-process:hover{background-color:#0074d3!important;box-shadow:none!important}.speech-to-text-UploadProjectButton-process:disabled{opacity:.5!important}.file-name-list .convert-pdf-list-UploadProjectButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;border:none!important;padding:7px 15px!important}.tooltip_overlay{max-width:220px}.overll_convert-pdf-list-UploadProjectButton{min-width:15%;-moz-text-align-last:right;text-align-last:right}.file-name-list .convert-pdf-list-UploadProjectButton:hover{background-color:#0265b1!important;box-shadow:none!important}.convert-pdf-list-UploadProjectButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:12.5px 21px!important;border:none!important}.reset-button{background-color:#f0f0f0;border:none;padding:12px 15px;border-radius:3px}.reset-button:hover{background-color:#e7e7e7;border:none;padding:12px 15px;border-radius:3px}.convert-pdf-list-UploadProjectButton:hover{background-color:#0074d3!important;box-shadow:none!important}.convert-pdf-list-OpenProjectButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:7px 15px!important;min-width:100px;border:none!important}.convert-pdf-list-OpenProjectButton:hover{background-color:#0074d3!important;box-shadow:none!important}.convert-pdf-list-ViewProjectButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:7px 15px!important;min-width:100px;border:none!important}.convert-pdf-list-ViewProjectButton:hover{background-color:#0074d3!important;box-shadow:none!important}.convert-pdf-list-RemoveButton{background-color:#eee!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:7px 15px!important;min-width:100px;border:none!important;color:#eee!important}.pdfconvert-TranslateButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:0!important;border:none!important}.pdfconvert-TranslateButton:hover{background-color:#0074d3!important;box-shadow:none!important}.pdfconvert-TranslateButton:disabled{opacity:.5!important;cursor:context-menu!important}.standard-translate-TranslateButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:0!important;border:none!important}.instant-translate-TranslateButton{background-color:#0074d3!important;box-shadow:0 2px 8px #0074d34d;border-radius:50%!important;text-transform:none!important;padding:0!important;border:none!important;position:absolute;top:55px;left:0;right:0;width:46px;height:46px;display:flex;align-items:center;justify-content:center;margin:auto;cursor:pointer!important;z-index:10}.instant-translate-TranslateButton .trans-btn-txt{width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.instant-translate-TranslateButton:disabled .trans-btn-txt{cursor:context-menu!important}.standard-translate-TranslateButton:hover,.instant-translate-TranslateButton:hover{background-color:#0074d3!important}.standard-translate-TranslateButton:disabled,.instant-translate-TranslateButton:disabled{background-color:#99c9ee!important;cursor:context-menu!important}.assignsidebar-StepProcessButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:9.5px 20px!important;border:none!important}.assignsidebar-StepProcessButton:hover{background-color:#0265b1!important;box-shadow:none!important}.assignsidebar-StepProcessButton:disabled{background-color:#99c9ee!important}.assignsidebar-StepCancelButton{background-color:#ebebeb!important;box-shadow:none!important;border-radius:2px!important;text-transform:none!important;padding:9.5px 20px!important;margin-left:8px!important;border:none!important}.assignsidebar-StepCancelButton:hover{background-color:#d3d1d1!important;box-shadow:none!important}.assignmanageeditor-AddNewProjectButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:7px 12px!important;border:none!important;width:180px!important}.assignmanageeditor-AddNewProjectButton:hover{background-color:#0074d3!important;box-shadow:none!important}.assignmanageeditor-AddNewProjectButton:disabled{opacity:.5!important}.MuiCheckbox-root{color:#5f6368!important}.MuiCheckbox-root:hover{background-color:#ebebeb!important;color:#5f6368!important}.MuiCheckbox-colorPrimary.Mui-checked{color:#0074d3!important}.MuiCheckbox-colorPrimary.Mui-checked:hover{background-color:#e5f1fb!important}.glossaryworkshop-AddTermButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:0!important;border:none!important}.glossaryworkshop-AddTermButton:hover{background-color:#0074d3!important}.glossaryworkshop-DeleteTermButton{background-color:#e9e9e9!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:0!important;border:none!important}.glossaryworkshop-DeleteTermButton:hover{background-color:#f44336!important}.termDataForm-GlossaryDownBtn{background-color:#fff!important;box-shadow:0 2px 4px #0000003d!important;border-radius:3px!important;text-transform:none!important;padding:7px 16px!important;border:none!important;width:-moz-fit-content!important;width:fit-content!important}.termDataForm-GlossaryDownBtn:hover{background-color:#f5f5f5!important;box-shadow:0 2px 4px #0000003d!important}.glossaryglobalform-StepCancelButton{background-color:transparent!important;box-shadow:none!important;border-radius:3px!important;color:#0074d3!important;border:1px solid #0074d3!important;text-transform:none!important;padding:0!important;height:36px}.glossaryglobalform-StepCancelButton:hover{background-color:#0074d3!important;color:#fff!important}.modalselect-AiNavButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:2px!important;text-transform:none!important;padding:0!important;border:none!important}.modalselect-AiNavButton:hover{background-color:#0265b1!important;box-shadow:none!important}.profile-modal-HireButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:2px!important;text-transform:none!important;padding:8.5px 32px!important;border:none!important;color:#fff!important}.profile-modal-HireButton:hover{background-color:#0265b1!important;box-shadow:none!important}.find-editor-HireButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:9.5px 32.5px!important;border:none!important;color:#fff!important}.find-editor-HireButton:hover{background-color:#0265b1!important;box-shadow:none!important}.find-editor-HireButton:disabled{background-color:#99c9ee!important}.assign-manage-reviewer-AddNewProjectButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:10px 20px!important;border:none!important}.assign-manage-reviewer-AddNewProjectButton:hover{background-color:#0074d3!important;box-shadow:none!important}.settings-RangeResetButton{background-color:#ebebeb!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:9px 18px!important;border:none!important}.settings-RangeResetButton:hover{background-color:#e2e2e2!important;box-shadow:none!important}label.settings-TBXConvertButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:5px 15px 5px 13px!important;border:none!important;margin:0!important}.settings-TBXConvertButton:hover{background-color:#046bba!important;box-shadow:none!important}.settings-CreateTBXButton{display:block!important;margin-top:15px!important;background-color:#fff!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:5px 10px!important;border:none!important;color:#0074d3!important}.settings-CreateTBXButton:hover{background-color:#e8f0fe!important}.settings-CreateTBXLink{display:block!important;background-color:transparent!important;box-shadow:none!important;border-radius:3px!important;text-transform:inherit!important;padding:5px 10px!important;border:none!important;color:#0074d3!important}.settings-CreateTBXLink:hover{background-color:transparent!important;text-decoration:underline!important;color:#0074d3!important}.settings-TBXDownloadButton{background-color:#fff!important;box-shadow:0 2px 3px #0000004d!important;border-radius:3px!important;text-transform:none!important;padding:5px 15px 5px 13px!important;color:#3c4043;border:none!important}.settings-TBXDownloadButton:hover{background-color:#f5f5f5!important;box-shadow:0 2px 3px #0000004d!important}.navbar-DrpDownArrowButton{box-shadow:none!important;text-transform:none!important;padding:0!important;border:none!important;min-width:20px!important;background-color:transparent!important}.navbar-DrpDownArrowButton:hover{box-shadow:none!important}.MuiDrawer-paper{width:395px!important;box-shadow:-1px 0 25px #0000002e!important;overflow:unset!important;background-color:#fff!important}@keyframes sidebar-fade-leave{0%{opacity:1}to{opacity:0}}@keyframes sidebar-fade-in{0%{opacity:0}to{opacity:1}}.credit-align{text-align:end}.navbar-writter-translate-button{background:transparent;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:none}.navbar-writter-translate-button:hover{background:#c8cfd533}.writter-translate{color:#0074d3;font-size:14px;font-weight:500;font-family:roboto}.writter-translate-icon{color:#5d626a!important;width:20px!important}.ailaysa-writer-prompt-box-open{display:flex;flex-direction:column;border:none;padding:16px 15px;align-items:center;gap:30px;background-color:#fff;height:100%}.ailaysa-writer-prompt-box-open span{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(-180deg);font-size:14px;font-weight:500;font-family:roboto;font-style:normal;color:#5f6368}.credit-align p{font-size:16px;font-weight:500;font-family:roboto;font-style:normal;color:#5f6368}.instant-voice-typing{margin-top:18px}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper{margin-top:40px}.chat-book-no-profile-icon{width:36px;height:36px;border-radius:50%;background:#0074d3;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:400;font-style:normal;color:#fff}.view-usage.mob-view-usage{padding:8px 14px;border-radius:8px;border:1px solid #0074D3;display:flex;align-items:center}.view-usage.mob-view-usage .mob-imp-icon{font-size:20px;transform:rotate(180deg);margin-right:5px}.chat-book-profile-icon{width:38px;height:38px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper:before{content:"";height:1px;background-color:#eaeef3;width:90%;margin:0 auto 20px;display:block}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list .file-name-list{border-bottom:0px solid #ebecee;cursor:pointer;border-radius:4px;background-color:transparent;padding:8px}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list .file-name-list:hover{background-color:#f3f2f2}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list .file-name-list.active:hover,.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list .file-name-list.active{background-color:#ebf6ff}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list{overflow:hidden;height:calc(100vh - 447px);overflow-y:auto;padding-left:22px;padding-right:22px}.chat-book-main-wrapper__upload-access-wrapper .local-file-list-wrapper{padding-left:22px;padding-right:22px;margin-top:30px}.chat-book-main-wrapper__upload-access-wrapper .local-file-list-wrapper .file-name-list .filename span.filename-length{max-width:70%;font-size:14px}.chat-book-main-wrapper__upload-access-wrapper .local-file-list-wrapper .file-name-list .filename span.extension{font-size:14px}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list .file-name-list .filename span.filename-length{max-width:58%;font-size:14px}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list .file-name-list .filename span.extension{font-size:14px}.chat-book-main-wrapper__upload-access-wrapper .local-file-list-wrapper .file-name-list .file-not-upload-wrapper,.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .file-not-upload-wrapper{display:flex;align-items:center;justify-content:center;height:calc(100vh - 430px)}.chat-book-main-wrapper__upload-access-wrapper .button-wrap.fileloaded.h-25{height:80px!important}.draganddrop-align .file-name-list{display:none}.draganddrop-align img.img,.file-drop-area-wrapper img.img{width:41px}.dropfile-area .dragging-inner-wrapper svg,.voice-work-area-content.fileloaded .dragging-inner-wrapper svg,.fileloaded.pdf-convert-wrapper .dragging-inner-wrapper svg{transform:scale(.5);margin-bottom:2px}.dropfile-area .dragging-inner-wrapper h3,.voice-work-area-content.fileloaded .dragging-inner-wrapper h3,.fileloaded.pdf-convert-wrapper .dragging-inner-wrapper h3{font-size:14px;top:-10px;position:relative}.form-wrapper.single-advance-project,.d-flex.gap-3.files-space-align{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.recently-used-pair{white-space:nowrap;width:170px;position:relative}.recently-used-pair .mt-select__indicators{left:-12px;position:relative}.recently-used-pair .mt-select__control--menu-is-open{background-color:#00000024}.recently-used-pair>.mt-select__menu{position:absolute;top:-8px;left:5px;width:314px;box-shadow:0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f,0 5px 5px -3px #0003}.recently-used-pair .mt-select__menu .pairlang__src{width:30%;display:flex;flex-wrap:wrap;justify-content:flex-start;position:relative}.recently-used-pair .mt-select__menu .pairlang__tar{position:relative;width:70%;white-space:break-spaces;word-break:break-word}.recently-used-pair .mt-select__menu .pairlang__arrow{position:absolute;top:7px;right:5px}.recently-used-pair .mt-select__single-value .pairlang__src{display:flex;align-items:center!important;gap:5px;color:#8b8e9b!important}.recently-used-pair .mt-select__single-value .pairlang__tar{margin-left:5px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#8b8e9b!important;width:100%}.recently-used-pair .css-acsl8w-placeholder{color:#8b8e9b!important}.subject-model .ai-source-langs-list{-moz-column-count:5!important;column-count:5!important;height:88%}.subject-model.content-model .rodal-dialog{height:-moz-fit-content!important;height:fit-content!important}.subject-model .rodal-dialog .text-end{margin-top:25px;padding:0 25px 25px}.subject-model .rodal-dialog .subject-modal-wrapper{display:flex;flex-direction:column;height:100%;width:100%}.subject-model .rodal-dialog .modalselect-AiNavButton{height:44px}.instant-translate-wrapper{width:100%}.ai-text-translate-work-container{display:flex;flex-direction:column;width:100%;height:auto}.ai-text-translate-work-container.standard{padding:21px 34px 25px}.ai-text-translate-work-container.standard textarea.ai-text-area{border-radius:0;padding:2px;font-size:16px}.ai-text-translate-work-container.standard textarea.ai-text-area::-moz-placeholder{font-size:16px}.ai-text-translate-work-container.standard textarea.ai-text-area::placeholder{font-size:16px}.ai-text-translate-work-container .instant-translate-row{position:relative;display:flex}.ai-text-translate-work-container .instant-translate-row .note-editor.card{background-color:#f2f5f7}.ai-text-translate-work-container .instant-translate-row .instant-text-translated-text-box .note-editor.card .note-editable{padding:0 38px 20px 0!important}.ai-text-translate-work-container .instant-translate-row .note-editor.card .note-editable{padding:64px 38px 20px!important}.ai-text-translate-work-container .instant-translate-row .instant-textarea-cont .ai-text-area{height:100%}.instant-translate-row .instant-textarea-cont{width:50%;max-width:100%;display:flex;flex-direction:column;justify-content:space-between;background:#f2f5f7}.collapse-instruct{display:block;width:100%}.collapse-instruct textarea.instruct-textarea{border:1px solid #ced4da;border-radius:3px;padding:4.5px 10px;display:block;width:84%;margin:auto 0 auto auto;font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#3c4043;transition:.3s all ease;height:102px;overflow-y:auto}.collapse-instruct textarea.instruct-textarea::-moz-placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:24px;font-style:italic;color:#bcbcbc}.collapse-instruct textarea.instruct-textarea::placeholder{font-style:normal;font-weight:400;font-size:12px;line-height:24px;font-style:italic;color:#bcbcbc}.collapse-instruct textarea.payment-textarea:focus{border:2px solid #0074d3;height:102px;outline:none;transition:.3s all ease;align-items:center}.popup-copy-icon{border-radius:50%;padding:3px}.write-more-tab{margin-left:5px;letter-spacing:0px;color:#646464;opacity:1;font-size:14px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#fff!important}.tab-to-write-more-tool-tip{color:#646464;opacity:1;font-size:14px}.tab-write-more-inner{padding:3px 5px;background:#e2e2e2;border-radius:2px;text-align:left;font-size:14px;font-family:Roboto;font-weight:600;letter-spacing:0px;color:#646464;opacity:1;position:relative}.writer-pdf-split-view.split-bottom .src-audio-main-wrapper{bottom:0}.writer-pdf-split-view.split-right .src-audio-main-wrapper{bottom:40px}.src-audio-main-wrapper{position:absolute;bottom:40px;width:100%;display:flex;align-items:center;justify-content:end;padding:8px 8px 16px}.audio-slider-wrapper{width:98px;margin-left:12px}.audio-time-wrap{font-family:Roboto;font-weight:500;letter-spacing:0px;line-height:15px;color:#222;font-size:14px;margin-left:10px;margin-right:6px}.play-pause{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:transparent;cursor:pointer;transition:.15s background-color ease-in-out}.play-pause svg{fill:#44474a}.play-pause.volume{margin-left:17px}.play-pause.volume .volume-icon{color:#44474a;font-size:20px}.volume-wrapper{position:absolute;top:-110px;right:15px;height:100px;width:34px;border-radius:30px;padding:20px 10px 10px;display:flex;align-items:center;justify-content:center;background-color:#fff;box-shadow:0 4px 10px #00000029}.play-pause:hover{background-color:#ebebeb;transition:.15s background-color ease-in-out}.source-audio-player-writter-wrapper{display:flex;align-items:center;padding:7px 17px 8px;border-radius:6px;border:none;cursor:auto!important;background:#fff;box-shadow:0 4px 10px #00000029;width:auto;height:34px;position:relative}.writer-pdf-view-control-wrapper{display:flex;align-items:center;padding:2px 16px 2px 13px;border-radius:6px;border:none;cursor:auto!important;background:#fff;box-shadow:0 4px 10px #00000029;width:auto;height:34px;position:relative}.pdf-view-control-float{display:flex;align-items:center;padding:2px 35px 2px 13px;border-radius:6px;border:none;cursor:auto!important;background:#fff;box-shadow:0 4px 10px #00000029;width:auto;height:34px;position:absolute;bottom:20px;right:14px;z-index:1080}.split-box-icon-wrap{margin-left:23px}.split-box-icon-wrap .split-right-icon,.split-box-icon-wrap .split-bot-icon{padding:7px 6px 6px;border-radius:2px;height:30px;display:flex;align-items:center;background-color:transparent;cursor:pointer;transition:.25s background-color ease-in-out}.split-box-icon-wrap .split-bot-icon.active,.split-box-icon-wrap .split-right-icon.active,.split-box-icon-wrap .split-right-icon:hover,.split-box-icon-wrap .split-bot-icon:hover{background-color:#e8f0fe;transition:.25s background-color ease-in-out}.split-box-icon-wrap .split-bot-icon.active svg,.split-box-icon-wrap .split-right-icon.active svg,.split-box-icon-wrap .split-right-icon:hover svg,.split-box-icon-wrap .split-bot-icon:hover svg{fill:#0074d3;transition:.25s fill ease-in-out}.split-box-icon-wrap,.writer-pdf-view-control-wrapper .split-view-icon-wrap{display:flex;align-items:center}.split-box-icon-wrap svg{fill:#5f6368;width:23px;height:23px;transition:.25s fill ease-in-out}.writer-pdf-view-control-wrapper .split-view-icon-wrap svg g{fill:#5f6368}.writer-pdf-view-control-wrapper .split-view-icon-wrap span{font-family:Roboto;font-weight:500;letter-spacing:0px;line-height:1;color:#222;font-size:14px;margin-left:8.5px}.source-audio-player-writter-wrapper .text{font-family:Roboto;font-weight:500;letter-spacing:0px;line-height:1;color:#222;font-size:14px}.source-audio-player-writter-wrapper .audio-wrap{margin-left:20px;display:flex;align-items:center}.word-count-writter-wrapper{display:flex;align-items:center;gap:5px;padding:8px 18px;border-radius:22px;border:none;cursor:auto!important;background:#fff 0% 0% no-repeat padding-box;box-shadow:0 4px 12px #0003}.word-wrap-wrapper .word-count-number{text-align:left;font-family:Roboto;font-weight:500;letter-spacing:0px;color:#222;font-size:14px;opacity:1}.word-wrap-wrapper .word-count-number-str{text-align:left;font-family:Roboto;font-weight:400;letter-spacing:0px;color:#222;font-size:12px;opacity:1}.writter-writting-loader{text-align:left;font-size:14px;font-family:Roboto;font-style:italic;font-weight:400;letter-spacing:0px;color:#646464;opacity:1}.sticky__history__tab{position:sticky;top:0;background:#f8fafc}.po-modal-wrapper.sticky__history__tab{position:unset;background:transparent}.po-modal-wrapper.sticky__history__tab .bloc-tabs{border-right:0px solid transparent}.sticky__history__tab .bloc-tabs{display:flex;height:44px;border-bottom:1px solid #E1E5E6;padding:0 10px;width:100%;flex-direction:row}.sticky__history__tab .bloc-tabs .tabs{border-bottom:2px solid transparent;padding:11px 20px;font-family:Roboto;font-size:14px;font-style:normal;color:#5f6368;font-weight:500;cursor:pointer;white-space:nowrap;margin-top:0}.sticky__history__tab .bloc-tabs .tabs.active-tabs:hover,.sticky__history__tab .bloc-tabs .active-tabs{background-color:#0078d41a;border-bottom:2px solid #0074d3;font-weight:600;color:#0074d3}.sticky__history__tab .bloc-tabs .tabs:hover{font-weight:600;color:#0074d3}.prompt__history{overflow:auto;height:calc(100vh - 100px);width:100%}.instant-history-glb-wrapper .instant-history-body .instant-history-list::-webkit-scrollbar,.prompt__history::-webkit-scrollbar{width:auto!important;background:transparent}.instant-history-glb-wrapper .instant-history-body .instant-history-list::-webkit-scrollbar-thumb{background-color:#dadde0!important;border-radius:50px!important;border:6px solid #ffffff!important}.prompt__history::-webkit-scrollbar-thumb{background-color:#dadde0!important;border-radius:50px!important;border:5px solid #f8fafc!important}.writter-tooltip-design-subhead{font-style:italic;font-size:11px;opacity:.7;font-family:Roboto!important;line-height:1.4!important;font-weight:400!important}.note-editable-backdrop *,.note-editable *{cursor:auto!important}pre{display:block!important;margin:1em 0!important;background-color:none!important}.voice-lang-writter-list{min-width:200px!important}.voice-lang-writter-list::-webkit-scrollbar,.synonyms-resultwrap::-webkit-scrollbar,.ailaysa-writter-working-col-wrapper .dropdown-fontsize::-webkit-scrollbar{width:8px}.voice-lang-writter-list::-webkit-scrollbar-thumb,.synonyms-resultwrap::-webkit-scrollbar-thumb,.ailaysa-writter-working-col-wrapper .dropdown-fontsize::-webkit-scrollbar-thumb{background-color:#dadde0!important;border-radius:50px;border:8px solid #DADDE0!important}.voice-lang-writter-list::-webkit-scrollbar-track,.synonyms-resultwrap::-webkit-scrollbar-track,.ailaysa-writter-working-col-wrapper .dropdown-fontsize::-webkit-scrollbar-track{background-color:#fff}.lang-list-writter-voice-wrap{list-style-type:none;padding-left:0!important;overflow-x:hidden!important;margin-bottom:0!important;cursor:pointer!important}.language-generatint-form-options-cutomize-bar{padding:0 15px;display:flex;align-items:center;flex-direction:column;width:100%;gap:20px;margin-top:24px;float:right;position:relative;right:-300px}.language-select-wrapper-cutomize-bar{text-align:left;width:100%}.cutomize-lang-select-label{text-align:left;font-size:14px;font-style:normal;font-family:Roboto;font-weight:500;letter-spacing:0px;color:#222;opacity:1;margin-bottom:10px}.languagemodal-button-cutomize-bar{display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #DEE2E6;width:100%;padding:6px 0}.languagemodal-button-cutomize-bar .value{text-align:left;font-size:14px;font-style:normal;font-family:Roboto;font-weight:400;letter-spacing:0px;color:#222;opacity:1}.languagemodal-button-cutomize-bar .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;text-align:center;color:#747474}.save-preference-lang{margin-left:9px;text-align:left;font-size:14px;font-style:normal;font-family:Roboto;font-weight:400;letter-spacing:0px;color:#7e8287;opacity:1}.select-mt-writter{margin-bottom:12px}.discard-customization-lang-wrap{padding:10px 16px;background:#eeeeef;border-radius:3px;text-align:center;font-size:15px;font-style:normal;font-family:Roboto;font-weight:500;letter-spacing:0px;color:#3c4043;opacity:1;border:none}.go-customization-lang-wrap{padding:10px 25px;background:#0074d3;border-radius:3px;text-align:center;font-size:15px;font-style:normal;font-family:Roboto;font-weight:500;letter-spacing:0px;color:#fff;opacity:1;border:none}.lang-select-customization-button-wrapper{padding:0 15px;margin-top:29px;display:flex;align-items:center;gap:10px;justify-content:end;right:-300px;float:right;position:relative}.icon-cutomize-close-writter{width:12px;height:12px}.check-box-writter-customisation-translate{margin-top:14px}.gear-icon-tool{padding:4px!important}.gear-icon-tool:hover{background:#0074d333!important;cursor:pointer!important}.ailaysa-writter-sidebar-col-wrapper-right .css-1iczll-control{padding:0!important;border-color:unset!important;border-radius:unset!important;border-style:unset!important;border-width:unset!important;border-bottom:1px solid #E1E5E6!important;min-height:34px!important;height:34px!important}.ailaysa-writter-sidebar-col-wrapper-right .prompt-bubble-header{position:relative}.ailaysa-writter-sidebar-col-wrapper-right .css-tlfecz-indicatorContainer{padding:6px!important}.slider-efferct-writter-customize{right:-300px;float:right;position:relative}.slide-in{animation:slide-in .5s forwards;-webkit-animation:slide-in .5s forwards}.slide-out{animation:slide-out .5s forwards;-webkit-animation:slide-out .5s forwards}@keyframes slide-in{to{right:0}}@keyframes slide-out{0%{right:0}to{right:-300px}}#in-button,#out-button{float:right}.tab-to-write-more-tooltip{visibility:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;top:0;left:0;position:absolute;padding:0 10px!important;height:-moz-fit-content;height:fit-content;z-index:100;border-radius:5px;line-height:36px;background-color:#fff!important;width:auto;box-shadow:0 3px 12px #0000002e}.popup-footer .btn-form-group{display:flex;align-items:center;justify-content:center}.ask-writter-dreopdown{padding:.28rem .55rem!important;background-color:transparent!important;font-weight:400!important;font-size:14px!important;font-style:normal!important;color:#858585!important;opacity:1;margin-bottom:0;border-color:#ccc!important;border-radius:4px!important;border-style:solid!important;border-width:1px!important}.ask-writter-dreopdown:focus{border-color:#2684ff!important;border-radius:4px!important;border-style:solid!important;border-width:1px!important;outline-color:#2684ff!important;outline-style:solid!important;outline-width:1px!important;box-shadow:none!important}.cutomize-heading-inner-wrap-info{display:flex;align-items:center;gap:5px}.popup-footer .btn-form-group label{margin-bottom:0!important;white-space:nowrap}.popup-footer .cell-box-radio{padding:9px;border-radius:50%;transition:all .3s ease}.popup-footer .cell-box-radio:hover,.popup-footer .btn-form-group:hover .cell-box-radio{background-color:#ebebeb;transition:all .3s ease}.ask-writter-lang-select{width:100%!important;padding:.25rem 1.5rem;clear:both;text-align:inherit;white-space:nowrap;background-color:transparent;border:none;border-left:2px solid transparent!important;margin-bottom:8px!important;font-size:13px!important;font-style:normal!important;font-family:Roboto!important;font-weight:400!important;letter-spacing:0px!important;color:#222!important;opacity:1!important}.ask-writter-lang-select:hover{color:#16181b;text-decoration:none;background-color:#f4f5f7;border-left:2px solid #0074d3!important}.language-select-wrapper-cutomize-bar.grid3{margin-bottom:10px}.translate-writter-MT-dreopdown{display:flex!important;align-items:center!important;justify-content:space-between!important;background:transparent!important;border-color:transparent!important;border-bottom:0px solid #DEE2E6!important;width:100%!important;padding:5px 5px 5px 10px!important;text-align:left!important;font-size:13px!important;font-style:normal!important;font-family:Roboto!important;font-weight:500!important;letter-spacing:0px!important;color:#222!important;opacity:1!important;transition:.3s all ease}.translate-writter-MT-dreopdown:focus,.translate-writter-MT-dreopdown:hover{background-color:#ebebeb!important;transition:.3s all ease}.translate-writter-MT-dreopdown button.ask-writter-lang-select{font-size:13px!important}.translate-writter-MT-dreopdown:after{display:inline-block;margin-right:.235em!important;color:#747474!important;vertical-align:.255em;content:"";border-top:.4em solid!important;border-right:.4em solid transparent!important;border-bottom:0;border-left:.4em solid transparent!important}.translate-writter-MT-dreopdown:focus{box-shadow:none!important}.mt-lang-selected-list{width:inherit;margin-top:5px}.ai-btn-and-txt-cont .mt-select__menu-list,.ai-translated-share-row .mt-select__menu-list{max-height:146px!important}.blog_generator{display:flex;align-items:center;justify-content:center;gap:20px;min-height:100vh}.blog_generator_box,.blog_form{width:500px;height:600px;background-color:#fff;box-shadow:0 2px 10px #0000001a;-moz-box-shadow:0px 2px 10px rgba(0,0,0,.1);-webkit-box-shadow:0px 2px 10px rgba(0,0,0,.1);padding:10px 20px;border-radius:5px}.blog_generator .input_form{width:100%;height:100%;display:flex;justify-content:center;flex-direction:column;gap:15px}.blog_generator .input_form input{width:100%;height:55px;font-size:16px;padding:5px 10px}.blog_generator .input_form .labels{text-transform:capitalize}.blog_generator .blog_stage{display:flex;justify-content:center;width:100%;gap:10px;height:75%;flex-direction:column}.blog_generator span{cursor:pointer;width:66px;font-size:16px;height:32px;background-color:#afafb0;border-radius:5px;display:flex;align-items:center;justify-content:center;text-transform:capitalize}.stage_change_step_btn_parent{width:100%;display:flex;align-items:center;justify-content:space-around;height:25%}button.hamburger{padding:8px;display:inline-block;cursor:pointer;background-color:transparent;border:none;outline:none;border-radius:50%;transform:scale(.7)}button.hamburger .line{width:30px;height:3px;margin:5px 0;border-radius:4px;background-color:#fff;display:block}.popover-writter-more-tools{width:20px;height:20px}.writter-more-buttons{padding:10px}.synonyms-resultwrap{display:flex;align-items:center;flex-direction:column}.synonyms-each-result{padding:10px;border:none;width:100%;background:transparent;text-align:left;font-family:Roboto;font-size:12px;font-weight:400;font-style:normal;margin-bottom:0;line-height:24px}.synonyms-each-result:hover{background-color:#0078d41a}.synonyms-resultwrap{overflow:auto;max-height:200px;min-width:100px;max-width:320px}.more-tool-main-wraper{max-width:150px;overflow:hidden}.writter-wrap .project-box-ai[data-placeholder]:empty:before{color:#777!important}.translate_customization_section_container{display:flex;flex-direction:column;width:100%;margin-top:20px}.translate_customization_section_container>p{margin:0;display:flex;align-items:center;gap:5px;font-size:14px;font-style:normal;font-weight:500;line-height:24px;color:#858585;opacity:1}.translate_customization{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:10px}.language-select-wrapper-cutomize-bar.grid1{grid-area:1 / 1 / 2 / 2}.language-select-wrapper-cutomize-bar button{width:100%}.language-select-wrapper-cutomize-bar .ai-sl-tl-btn{padding:5px 5px 5px 10px;background-color:transparent;border-radius:3px;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;transition:.3s all ease;width:100%}.language-select-wrapper-cutomize-bar .ai-sl-tl-btn:hover{background-color:#ebebeb;transition:.3s all ease}.language-select-wrapper-cutomize-bar .ai-sl-tl-btn .text{font-style:normal;font-weight:500;font-size:13px;line-height:1.5;color:#3c4043;white-space:nowrap}.language-select-wrapper-cutomize-bar .ai-sl-tl-btn .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;text-align:center;color:#000}.language-select-wrapper-cutomize-bar.grid1 .value,.language-select-wrapper-cutomize-bar.grid2 .value{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:50px}.language-select-wrapper-cutomize-bar.grid2{grid-area:1 / 2 / 2 / 3}.language-select-wrapper-cutomize-bar.grid3{grid-area:2 / 1 / 3 / 3}.language-select-wrapper-cutomize-bar .dropdown-menu.show{width:100%}.language-select-wrapper-cutomize-bar.translate-btn{font-size:13px;display:flex;justify-content:flex-end;margin-top:8px}.language-select-wrapper-cutomize-bar.translate-btn button{height:100%;display:flex;align-items:center;justify-content:center;background:#e2e2e2e2;padding:6px 15px;color:#222;font-size:13px}.language-select-wrapper-cutomize-bar.translate-btn button:hover{background-color:#cce3f6}.language-select-wrapper-cutomize-bar.translate-btn button svg{transform:scale(1.05);margin-right:8px}.pop-header-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;cursor:move;margin-top:8px}.close-pop-writter-drag-icon{text-align:right;width:25px!important;height:25px!important;padding:15px}.instant-change-confirm-modal .rodal-dialog{height:265px!important}.close-pop-writter-drag-icon .icons{width:12px;height:12px}.drag-box-container{background-color:transparent;border:none;width:100%;text-align:left;cursor:move!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.drag-box-container .icons{color:#5f6368!important}.lang-promt-form-label{text-align:left;font-family:Roboto;font-weight:500;font-size:14px;font-style:normal;letter-spacing:0px;color:#222;opacity:1;margin-bottom:6px}.arrow-lang-icon-writer-prompt{color:#aeb0b3!important;width:15px!important;height:15px!important;margin-bottom:10px}.speech-to-text-UploadProjectButton .trans-btn-txt{font-style:normal;font-weight:500;font-size:14px;line-height:14px;color:#fff;display:flex;align-items:center;gap:10px}.doc-writter-delete-icon-list div:nth-child(4){margin-top:40px}.apply-to-all-parent{display:flex;align-items:center;top:10px;position:relative}.apply-to-all-parent .cell-box{padding:9px;border-radius:50%}.apply-to-all-parent label{font-size:14px;margin-bottom:0!important}.position-relative .text{font-style:normal;font-weight:500;font-size:14px;line-height:1.5;color:#3c4043;white-space:nowrap}.project-input-wrap.instant{margin:0}.project-input-wrap.instant .project-box{padding:0;max-width:600px;display:flex;align-items:center}.project-input-wrap.instant .project-box:focus{padding:0 10px}.language-select-wrapper{width:100%}.notification-dot-cutomiz{height:10px;width:10px;background-color:#fa3e3e;border-radius:50%;border:1px solid white;display:none;position:relative;top:3px;left:0}.language-select-wrapper-cutomize-bar{cursor:pointer}.ailaysa-writter-working-col-wrapper .dropdown-fontsize{height:295px;overflow:auto}.lang-list-writter-voice .note-icon-menu-check{color:#00bfff!important;visibility:hidden}.lang-list-writter-voice.active-voice .note-icon-menu-check{visibility:visible}.writer-style-list{display:flex!important;gap:8px!important;align-items:center!important;cursor:pointer}.writer-style-list .note-icon-menu-check{color:#00bfff!important;visibility:hidden;font-size:18px}.writer-style-list.active-voice .note-icon-menu-check{visibility:visible}.term-edit-btn-row .simple-rodal-ClearAllButton{padding:5px 9px!important}.workspace-credits{margin-left:12px}.ailaysacrediticon-grey,.ailaysacrediticon{width:35px;height:35px;display:flex;justify-content:center;align-items:center;background-color:transparent;margin-right:5px;border-radius:50%;cursor:pointer;transition:.4s all ease;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ailaysacrediticon:before{position:absolute;content:"";width:30px;height:30px;border:2px solid #FFFFFF;opacity:.3;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ailaysacrediticon-grey:before{position:absolute;content:"";width:30px;height:30px;border:2px solid #5c5c5c;opacity:.6;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ai-customize-wrapper{margin-top:20px;margin-bottom:0}.ai-customize-wrapper .imp-icon-file{width:14px!important}.wand-svg-loader{width:30px;height:30px;margin-right:10px}.note-editable-backdrop img,.note-editable img{max-width:100%}.note-popover .popover-content .note-para .note-dropdown-menu>div+div,.note-editor .note-toolbar .note-para .note-dropdown-menu>div+div{display:none}.note-handle .note-control-selection .note-control-selection-info{display:none}.note-handle .note-control-selection{z-index:5}.internal-user-no-members-list img.empty-folder-img{pointer-events:none}.writer-project-list-wrap .language-pair{display:flex;align-items:baseline;gap:5px;width:60%;max-width:100%}.writer-project-list-wrap .project{width:40%;max-width:100%}.writer-project-list-wrap .language-pair.selected-value span:last-child,.writer-project-list-wrap .project.selected-value span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.writer-project-list-wrap .project{display:flex;align-items:baseline}.writer-project-list-wrap{display:flex;gap:8px;width:100%}.result-list-instant-nlp{width:100%}.paraphrase-icon-instant{margin-right:10px;filter:invert(10%) sepia(7%) saturate(23%) hue-rotate(138deg) brightness(96%) contrast(91%)}.note-btn-group.btn-group.note-image button:nth-child(n+1):nth-child(-n+4){display:none}.note-editable-backdrop a,.note-editable a{text-decoration:underline!important}.skeleton-box{display:inline-block;position:relative;overflow:hidden;background-color:#dddbdd}.skeleton-box:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translate(100%)}}.instant-history-glb-wrapper{overflow:hidden;width:100%;height:100%;position:fixed;right:0;left:0;bottom:0;z-index:1100;display:flex}.instant-history-glb-wrapper .empty-area{flex-grow:1}.instant-history-glb-wrapper .instant-history-wrapper{display:block;width:450px;height:auto;background-color:#fff;box-shadow:-1px 0 20px #0003}.instant-history-glb-wrapper.hide{transform:translate(100%);transition:all .5s ease-in-out}.instant-history-glb-wrapper.show{transform:translate(0);transition:all .5s ease-in-out}.instant-history-glb-wrapper .instant-history-header{padding:18px 22px 19px 25px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #E0E0E0;position:sticky;top:0}.instant-history-glb-wrapper .instant-history-header h1{font-style:normal;font-weight:500;font-size:20px;line-height:24px;color:#202124;margin-bottom:0}.instant-history-glb-wrapper .instant-history-header .modal-close-btn{width:26px;height:26px}.instant-history-glb-wrapper .instant-history-body .instant-lang-pair-box{padding:14px 25px;border-bottom:1px solid #E0E0E0;display:flex;align-items:center;gap:4px}.instant-history-glb-wrapper .instant-history-body{overflow:hidden;height:100%}.instant-history-glb-wrapper .instant-history-body .instant-history-list{overflow:auto;height:87%}.instant-history-glb-wrapper .instant-history-body .instant-lang-pair-box{position:sticky;top:0}.instant-history-glb-wrapper .instant-history-body .instant-lang-pair-box .text{font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#3c4043}.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item .card-box .src-tar-wrapper .tar-content .show-more-link,.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item .card-box .src-tar-wrapper .src-content .show-more-link{font-style:normal;font-weight:400;font-size:11px;line-height:19px;color:#0074d3;text-decoration:underline;cursor:pointer}.instant-history-glb-wrapper .instant-history-body .instant-lang-pair-box .straight-icon{font-size:18px;color:#3c4043;transform:rotate(90deg) translate(-2px)}.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item{padding:9px 10px;border-bottom:1px solid #E0E0E0}.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item:hover .card-box{background-color:#f6f9fb;transition:.3s background-color ease-in-out}.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item:hover .card-box-footer{opacity:1!important;visibility:visible!important;transition:.3s opacity ease-in-out,.3s visibility ease-in-out}.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item .card-box{border-radius:4px;display:flex;flex-direction:column;background-color:transparent;padding:20px 10px 8px;transition:.3s background-color ease-in-out}.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item .card-box .card-box-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item .card-box .card-box-header .history-tag{background:#0074d41a;border-radius:2px;padding:5px 10px;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#0074d3}.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item .card-box .card-box-header .time{font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#707980}.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item .card-box .src-tar-wrapper{display:flex;flex-direction:column;margin-bottom:12px}.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item .card-box .src-tar-wrapper .src-content{font-style:normal;font-weight:400;font-size:14px;line-height:1.4;color:#202124;margin-bottom:5px}.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item .card-box .src-tar-wrapper .tar-content{font-style:normal;font-weight:400;font-size:14px;line-height:1.4;color:#63676c}.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item .card-box .card-box-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;opacity:0;visibility:hidden}.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item .card-box .card-box-footer .modal-close-btn{width:30px;height:30px}.instant-history-glb-wrapper .instant-history-body .instant-history-list .intant-history-card-item .card-box .card-box-footer .use-btn{padding:6px 24px;font-style:normal;font-weight:500;font-size:13px;line-height:18px;color:#fff;background-color:#0074d3;border-radius:3px}.instant-history-not-found{height:100%;display:grid;place-content:center;opacity:.7}.glb-prof-alert{background:#fcfbeb;border:1px solid #ffda7a;border-radius:3px;display:flex;align-items:center;padding:5px 20px;gap:15px;margin-bottom:15px;width:94%}.glb-prof-alert span{font-family:Roboto!important;font-style:normal!important;font-weight:400!important;line-height:1.5!important;font-size:15px!important;color:#3c4043!important;margin-bottom:0}.glb-prof-alert-gap{gap:5px}.glb-prof-alert .close-btn{margin-left:auto;cursor:pointer;padding:3px}.glb-prof-alert .close-btn:hover{border-radius:50%;background-color:#ebebeb}.step-payment-form .form-group.radio-group .radio-btn{padding:4px;border-radius:50%}.instant-history-header .imp-icon-file{margin-left:8px}.summernote-style-list{height:auto!important}.tone-generatint-form-options.sticky-bottom-button{position:sticky;width:100%;bottom:0;background:#fff;box-shadow:2px -2px 6px #0003;padding:17px 30px}.tone-generatint-form-options .prompt-reset-btn{display:flex;align-items:center;border:0px solid #0078D4;border-radius:3px;background:#0078d424;padding:10px 20px 10px 16px}.tone-generatint-form-options .prompt-reset-btn .text{font-family:Roboto;font-style:normal;font-weight:500;line-height:1.5;font-size:16px;color:#0074d3;margin-left:12px}.glossary-time-picker__value-container,.glossary-time-picker__single-value{color:#3c4043!important}.glossary-time-picker__control--is-focused{border:1px solid #ced4da!important}.moment-time-picker__value-container{padding:0!important}.project-select__loading-indicator{display:inline-block;width:1rem;height:1rem;vertical-align:text-bottom;border:2px solid;border-right:2px solid transparent;border-radius:50%;border-width:2px;animation:spinner-border .75s linear infinite;color:#0074d3!important;margin-right:.75rem;font-size:unset;padding:0}.project-select__loading-indicator>*{display:none}#showCustomize.toolbar-parts{position:fixed;width:488px;height:auto;z-index:10;background:#fff 0% 0% no-repeat padding-box;box-shadow:0 5px 20px #00000038;border-radius:6px;padding:0}.writer-spl-char-modal{border:none}.writer-spl-char-modal .symbol-char-title{text-align:left}.writer-spl-char-modal .spl-char-cont{background:transparent}.mt-uncofirmed{background-color:#e74c3c24!important}.mt-confirmed{background-color:#4caf5030!important}.select-mark{background-color:#2196f321!important;border:1px solid #0000ff3d;padding:0 2px!important;border-radius:4px}.blog-header-wrapper{background-color:#fff;position:sticky;top:0;z-index:100}.blog-header-wrapper .blog-inner-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 37px;height:56px;border-bottom:1px solid #E1E5E6BF}.blog-header-wrapper .blog-inner-wrapper .blog-logo{display:flex;align-items:center;gap:10px;cursor:pointer;text-decoration:none}.blog-header-wrapper .blog-inner-wrapper .blog-logo img{width:25px}.blog-header-wrapper .blog-inner-wrapper .blog-logo span{font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:16px;color:#000}.blog-header-wrapper .blog-inner-wrapper .blog-close{width:36px;height:36px;background-color:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.35s background-color ease-in-out}.blog-header-wrapper .blog-inner-wrapper .blog-close:hover{background-color:#efefef;transition:.35ss background-color ease-in-out}.blog-header-wrapper .blog-inner-wrapper .blog-close .clr-icon{font-size:25.8px!important;color:#5f6368}.blog-step-main-wrapper{margin-top:37px;background-color:#f8fafc;padding-bottom:50px}.blog-create-box-wrap{width:848px;margin:auto;box-shadow:0 1px 3px #0000002e;border-radius:6px;background-color:#fff}.blog-create-box-wrap.select-outline,.blog-create-box-wrap.select-title{box-shadow:0 1px 3px #00000029;margin-top:22px}.blog-create-box-wrap.select-outline .blog-create-header,.blog-create-box-wrap.select-title .blog-create-header{padding:30px 30px 24px}.blog-create-header{display:flex;align-items:center;justify-content:space-between;padding:30px 30px 26px}.blog-create-body{padding:0 30px 26px}.blog-form-wrapper .blog-forms-plain-row{display:flex;align-items:baseline;flex-direction:column}.blog-form-wrapper .blog-forms-plain-row .blog-suggestion-inputs{border:1px solid #D3D8DC;border-radius:3px;width:100%;padding:8px 19px 0;margin-bottom:0;height:-moz-fit-content;height:fit-content;display:flex;flex-wrap:wrap;align-items:center}.blog-form-wrapper .blog-forms-plain-row .blog-suggestion-inputs:focus-within{border:2px solid #0074d3;height:-moz-fit-content;height:fit-content}.blog-form-wrapper .blog-forms-plain-row .blog-suggestion-inputs .blog-suggestion-input-chips{background-color:#d6e9f8;border:1px solid #C0DDF5;border-radius:22px;padding:4.5px 32px 5.5px 12px;margin:0 10px 10px 0;display:flex;align-items:center;position:relative;transition:.05s background-color ease-in-out,.05s color ease-in-out,.05s border-color ease-in-out}.blog-form-wrapper .blog-forms-plain-row .blog-suggestion-inputs .blog-suggestion-input-chips.editing{background-color:#fff;border-color:#a4c8e6;transition:.05s background-color ease-in-out,.05s border-color ease-in-out}.blog-form-wrapper .blog-forms-plain-row .blog-suggestion-inputs .blog-suggestion-input-chips .chip-edit-input{line-height:18px}.blog-form-wrapper .blog-forms-plain-row .blog-suggestion-inputs .blog-suggestion-input-chips input.chip-edit-input{font-family:Roboto;font-style:normal;font-weight:400;line-height:18px;font-size:15px;color:#222;background:transparent;padding:0;border:none;margin:0}.blog-form-wrapper .blog-forms-plain-row .blog-suggestion-inputs .blog-suggestion-input-chips .clr-chip{position:absolute;right:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;border:none;cursor:pointer;margin:3px 3px 3px 7px}.blog-form-wrapper .blog-forms-plain-row .blog-suggestion-inputs .blog-suggestion-input-chips .clr-chip:hover{background-color:#c0ddf5}.blog-form-wrapper .blog-forms-plain-row .blog-suggestion-inputs .blog-suggestion-input-chips .clr-chip .clr-icon{font-size:18px;color:#0074d3}.blog-form-wrapper .blog-forms-plain-row .blog-suggestion-inputs input.add-chip-input{flex-grow:1;margin:0 0 10px 10px;border:none}.blog-create-box-wrap.generate-articles .blog-form-wrapper .blog-forms-row{display:flex;align-items:baseline}.blog-form-button-wrap .note-content,.choicelist-edit-note .note-content,.blog-create-box-wrap.generate-articles .note-content{font-family:Roboto;font-style:normal;font-weight:400;line-height:24px;font-size:12px;color:#a1a4a8;display:flex;align-items:center}.blog-form-button-wrap .note-content .imp-icon,.choicelist-edit-note .note-content .imp-icon,.blog-create-box-wrap.generate-articles .note-content .imp-icon{font-size:17px;color:#a1a4a8;margin-right:5px}.blog-form-wrapper .blog-forms-row{display:flex;align-items:center}.blog-form-wrapper .blog-forms-plain-row:not(:last-child),.blog-form-wrapper .blog-forms-row:not(:last-child){margin-bottom:17px}.label-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.label-wrapper .link{font-family:Roboto;font-style:normal;font-weight:500;line-height:20px;font-size:14px;color:#0074d3;margin-bottom:5px;text-decoration:underline;cursor:pointer}.blog-form-wrapper .blog-forms-row .blog-forms-col{width:50%;max-width:100%;display:flex;align-items:baseline;flex-direction:column}.blog-create-header h1{font-family:Roboto;font-style:normal;font-weight:600;line-height:26px;font-size:20px;color:#000;margin-bottom:0}.blog-create-header .keyboard-icon{width:36px;height:36px;background-color:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.35s background-color ease-in-out}.blog-create-header .arrow-wrapper{display:flex;align-items:center}.blog-create-header .arrow-wrapper .auto-fix-wrap{width:46px;height:46px;display:none;align-items:center;justify-content:center;background-color:#0074d3;border-radius:3px;margin-left:10px}.wand-animation{width:20px;height:20px}.wand-animation path{animation:zoom-in-zoom-out 1s ease infinite}@keyframes zoom-in-zoom-out{0%{transform:scale(.8)}50%{transform:scale(.9)}to{transform:scale(.8)}}.blog-create-header .keyboard-icon:hover{background-color:#efefef;transition:.35ss background-color ease-in-out}.blog-create-header .keyboard-icon .close-icon{color:#5f6368}.blog-form-wrapper .blog-forms-row .blog-forms-col button{width:100%}.blog-form-wrapper .blog-forms-plain-row label,.blog-form-wrapper .blog-forms-row label{font-family:Roboto;font-style:normal;font-weight:500;line-height:20px;font-size:14px;color:#63686e;margin-bottom:5px}.blog-form-wrapper .blog-forms-row .blog-forms-col:first-child{margin-right:5px}.blog-form-wrapper .blog-forms-row .blog-forms-col:last-child{margin-left:5px}.blog-forms-col>div{width:100%}.blog-form-wrapper .blog-forms-row .blog-forms-col .ailay-lang-btn{border:1px solid #D3D8DC;border-radius:3px;padding:8px 19px;display:flex;justify-content:space-between;width:100%}.ailay-lang-btn .text{font-family:Roboto;font-style:normal;font-weight:400;line-height:24px;font-size:15px;color:#222;margin-bottom:0}.ailay-lang-btn .text.placeholder{color:#a4a8aa}.ailay-lang-btn .icon i{color:#5f6368}.generate-articles .ailay-lang-btn .text,.generate-articles .blog-form-wrapper .blog-forms-plain-row .blog-form-input{font-weight:500}.blog-form-wrapper .blog-forms-plain-row .blog-form-input{border:1px solid #D3D8DC;border-radius:3px;width:100%;height:42px;font-family:Roboto;font-style:normal;font-weight:400;line-height:24px;font-size:15px;color:#222;padding:8px 19px;margin-bottom:0}.blog-form-wrapper .blog-forms-plain-row .blog-form-input:focus{border:2px solid #0074d3;height:42px;transition:.05s border ease-in-out}.blog-form-wrapper .blog-forms-plain-row .blog-form-input::-moz-placeholder{font-family:Roboto;font-style:normal;font-weight:400;line-height:24px;font-size:15px;color:#a4a8aa}.blog-form-wrapper .blog-forms-plain-row .blog-form-input::placeholder{font-family:Roboto;font-style:normal;font-weight:400;line-height:24px;font-size:15px;color:#a4a8aa}.blog-form-wrapper .blog-forms-plain-row.blog-section .title-lists-wrapper .title-list-item .title-info-main-wrap,.blog-form-wrapper .blog-forms-plain-row.blog-section .title-lists-wrapper{width:100%}.blog-form-button-wrap{display:flex;justify-content:flex-end;margin-top:31px}.blog-form-button-wrap .generate-blog-btn{background:#0074d3;border-radius:3px;width:220px;height:46px;font-family:Roboto;font-style:normal;font-weight:500;line-height:21px;font-size:16px;color:#fff!important;padding:11px 19px 11px 30px!important;margin-bottom:0!important;justify-content:space-between}.blog-form-button-wrap .generate-blog-btn.btn-spacer{width:220px}.blog-form-button-wrap .generate-blog-btn-2{background:#0074d3;border-radius:3px;min-width:145px;max-width:200px;height:46px;font-family:Roboto;font-style:normal;font-weight:500;line-height:21px;font-size:16px;color:#fff!important;padding:11px 19px 11px 30px!important;margin-bottom:0!important;justify-content:space-between}ul.suggestion-capsule-wrapper{display:flex;align-items:center;padding-left:0;margin-bottom:0;list-style-type:none;flex-wrap:wrap;margin-top:11px}ul.suggestion-capsule-wrapper li{background-color:#d3d8dc80;border-radius:22px;margin-bottom:8px;padding:3px 13px;font-family:Roboto;font-style:normal;font-weight:400;line-height:24px;font-size:14px;color:#222;cursor:pointer;transition:.35s background-color ease-in-out,.35s color ease-in-out}ul.suggestion-capsule-wrapper li.selected,ul.suggestion-capsule-wrapper li:hover{background-color:#0074d3;color:#fff;transition:.35s background-color ease-in-out,.35s color ease-in-out}ul.suggestion-capsule-wrapper li:not(:last-child){margin-right:8px}.create-more-link{font-family:Roboto!important;font-style:normal!important;font-weight:500!important;line-height:24px!important;font-size:14px!important;color:#0074d3!important;cursor:pointer;text-decoration:underline;margin-left:14px;background-color:transparent!important;border-radius:0!important;padding:0!important}.blog-step-wrapper{width:895px}.steps-number-wrapper{max-width:532px;width:auto;margin:auto;display:flex;align-items:center;justify-content:space-between;position:relative}.steps-number-wrapper .steps{display:flex;align-items:center}.steps-number-wrapper .steps.disable{pointer-events:none;opacity:1}.steps-number-wrapper .steps.disable .steps-inner .title,.steps-number-wrapper .steps.disable .steps-inner .number{color:#22222273}.steps-number-wrapper .steps:hover .steps-inner .title{text-decoration:underline}.steps-number-wrapper .steps .steps-inner{display:flex;align-items:center;width:100%;background-color:#fff;cursor:pointer}.steps-number-wrapper .steps .steps-inner.active{cursor:context-menu}.steps-number-wrapper .steps:hover .steps-inner.active .title{text-decoration:none}.steps-number-wrapper .steps .steps-inner .number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-width:1px;border-style:solid;border-color:#d4dde3;font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:14px;color:#222;border-radius:50%}.steps-number-wrapper .steps .steps-inner.active .number{border-width:2px;border-color:#0074d3}.steps-number-wrapper .steps .steps-inner.complete .number{border-width:2px;border-color:#0074d3;background-color:#0074d3}.steps-number-wrapper .steps .steps-inner.complete .number .completed{color:#fff;font-size:20px}.steps-number-wrapper .steps .steps-inner .title{font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:14px;color:#222;margin-left:6px}.steps-number-wrapper .steps:not(:last-child) .steps-inner{padding-right:10px}.steps-number-wrapper .steps:last-child .steps-inner,.steps-number-wrapper .steps:nth-child(2) .steps-inner{padding-left:10px}.steps-number-wrapper:after{content:"";width:100%;height:1px;background-color:#d4dde3;position:absolute;z-index:-1}.title-lists-wrapper .title-list-item{border:1px solid #d3d8dcb3;border-radius:3px;padding:16px 10px 12px;display:flex;transition:.35s border ease-in-out}.blog-form-wrapper .blog-forms-plain-row.blog-section .title-lists-wrapper .title-list-item:hover,.blog-form-wrapper .blog-forms-plain-row.blog-section .title-lists-wrapper .title-list-item{border:1px solid #D3D8DC!important}.blog-form-wrapper .blog-forms-plain-row.blog-section .title-lists-wrapper .title-list-item:hover{cursor:unset}.title-lists-wrapper .title-list-item.disabled{border:2px dashed #d3d8dcb3}.title-lists-wrapper .title-list-item.edit-wrap{padding:15px 22px 12px 28px;transition:.4s all ease-in-out}.title-lists-wrapper .title-list-item:not(:last-child){margin-bottom:12px}.title-lists-wrapper .title-list-item .radio-btn-wrap{width:20px;max-width:100%}.title-lists-wrapper .title-list-item .radio-btn-wrap span.MuiButtonBase-root{padding:0}.title-lists-wrapper .title-list-item.edit-wrap .title-info-main-wrap{width:100%;margin-left:0;flex-direction:column}.title-lists-wrapper .title-list-item .title-info-main-wrap{margin-left:10px;flex-grow:1;width:auto;max-width:100%;display:flex;justify-content:space-between;align-items:flex-end;flex-direction:column}.blog-create-box-wrap.select-outline .title-lists-wrapper .title-list-item .title-info-main-wrap{margin-left:12px}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap{width:100%}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol{padding-left:0;list-style-type:none;counter-reset:li}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol li{font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:15px;color:#222;counter-increment:li;padding-left:25px}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol li:before{content:counter(li);display:inline-block;width:20px;text-align:right;direction:rtl}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li .inner-row p{margin-bottom:0;padding:5px 8px}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li{position:relative;display:flex;align-items:baseline;width:100%}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li .drag-ui{position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;opacity:0;visibility:hidden;pointer-events:none;transition:.15s opacity ease-in-out}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li .drag-ui:hover{cursor:grab}.blog-create-box-wrap.select-outline .title-lists-wrapper .title-list-item .title-info-main-wrap.outline-lists{margin-left:0}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li:hover .drag-ui{opacity:1;visibility:visible;pointer-events:auto;transition:.15s opacity ease-in-out}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li .drag-ui .drag-icon{color:#d3d8dc}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li .inner-row{border-radius:3px;border:1px solid transparent;transform:.15s border ease-in-out;display:flex;align-items:center;justify-content:space-between;width:100%;margin-left:8px}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li .inner-row:hover:focus-within,.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li .inner-row:focus-within{border:1px solid #0074d3;transform:.15s border ease-in-out}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li .inner-row textarea,.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li .inner-row input{width:100%;border:0px;padding:5px 8px;font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:15px;color:#222;resize:none;transform:.15s border ease-in-out}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li .inner-row .tools-box.delet-icon{opacity:0;visibility:hidden;margin-right:8px;pointer-events:none;transition:.15s opacity ease-in-out}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li:hover .tools-box.delet-icon{opacity:1;visibility:visible;pointer-events:auto;transition:.15s opacity ease-in-out}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li:hover .inner-row{border:1px solid #D3D8DC;transform:.15s border ease-in-out}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li:not(:last-child){margin-bottom:4px}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol.edited-titles-list li.disbled-title{padding:5px 8px}.title-lists-wrapper .title-list-item .title-info-main-wrap .title-info-wrap ol li.disbled-title{font-size:14px;color:#2226}.title-lists-wrapper .title-list-item .title-info-main-wrap .saving-wrapper{margin-top:12px;display:flex;align-items:center;justify-content:flex-end}.title-lists-wrapper .title-list-item .title-info-main-wrap .saving-wrapper .saving-inner-wrapper{display:flex;align-items:center}.title-lists-wrapper .title-list-item .title-info-main-wrap .saving-wrapper .saving-inner-wrapper .icon{width:36px;height:36px;border-radius:3px;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px transparent;transition:.35s background-color ease-in-out,.35s box-shadow ease-in-out}.title-lists-wrapper .title-list-item .title-info-main-wrap .saving-wrapper .saving-inner-wrapper .icon .common{font-size:21px;color:#5f6368}.title-lists-wrapper .title-list-item .title-info-main-wrap .saving-wrapper .saving-inner-wrapper .icon:hover{background-color:#efefef;box-shadow:0 1px 3px #00000029;transition:.35s background-color ease-in-out,.35s box-shadow ease-in-out}.title-info-tools{display:flex;align-items:center;opacity:0;visibility:hidden;padding-left:25px}.title-info-main-wrap.outline-lists .title-info-tools{width:100%}.title-info-main-wrap.outline-lists .title-info-tools .outline-tool-box-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.title-info-main-wrap.outline-lists .title-info-tools .outline-tool-box-wrapper .add-outline-box .add-outline-link{display:flex;align-items:center;font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:13px;color:#5f636880;transition:.15s color ease-in-out;cursor:pointer}.title-info-main-wrap.outline-lists .title-info-tools .outline-tool-box-wrapper .add-outline-box .add-outline-link:hover,.title-info-main-wrap.outline-lists .title-info-tools .outline-tool-box-wrapper .add-outline-box .add-outline-link:hover .add-icon{color:#0074d3;transition:.15s color ease-in-out}.title-info-main-wrap.outline-lists .title-info-tools .outline-tool-box-wrapper .add-outline-box .add-outline-link .add-icon{font-size:16px;color:#5f636880;margin-right:5px;transition:.15s color ease-in-out}.title-lists-wrapper .title-list-item:hover .title-info-tools{opacity:1;visibility:visible}.tools-box{width:24px;height:24px;border-radius:50%;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.tools-box .edit-icon{width:12px;height:11px}.tools-box .deleteIcon,.tools-box .copy-icon{width:12px;height:12px}.tools-box .deleteIcon path,.tools-box .copy-icon path,.tools-box .edit-icon path{fill:#5f636880}.tools-box:hover .deleteIcon path,.tools-box:hover .copy-icon path,.tools-box:hover .edit-icon path{fill:#5f6368}.tools-box:hover{background-color:#a9cdf1}.title-lists-wrapper .title-list-item.active,.title-lists-wrapper .title-list-item:hover{border:1px solid #1A73E8;transition:.35s border ease-in-out}.title-lists-wrapper .title-list-item.active{box-shadow:0 0 0 3px #0674f833}.title-lists-wrapper .title-list-item.disabled:hover{border:2px dashed #d3d8dcb3;transition:.35s border ease-in-out;cursor:context-menu;pointer-events:none}.title-lists-wrapper .title-list-item:hover{cursor:pointer}.title-lists-wrapper .title-list-item .title-info-wrap .title{font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:15px;color:#222}.title-lists-wrapper .title-list-item.disabled .title-info-wrap .title{font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:14px;color:#2226;cursor:context-menu;pointer-events:none;margin-bottom:0}.title-lists-wrapper .title-list-item .title-info-wrap textarea.editable-title{width:100%;font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:15px;color:#222;border-radius:3px;padding:5px 8px;border:1px solid transparent;outline:0;resize:none}.title-lists-wrapper .title-list-item .title-info-wrap textarea.editable-title:hover{outline:0;border:1px solid #d3d8dcb3}.title-lists-wrapper .title-list-item .title-info-wrap textarea.editable-title:hover:focus,.title-lists-wrapper .title-list-item .title-info-wrap textarea.editable-title:focus{border:1px solid #0074d3;transform:.15s border ease-in-out}.writer-pdf-split-view.split-bottom .note-editable-backdrop,.writer-pdf-split-view.split-bottom .note-editable{width:920px;margin:auto}.title-lists-wrapper .title-list-item .title-info-wrap .editable-title-textarea{width:100%;font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:15px;color:#222;min-height:145px;height:auto;max-height:100%;background-color:#d3d8dc2b;padding:8px 14px 11px 24px;border:0px solid #222222;box-shadow:none}.title-lists-wrapper .title-list-item .title-info-wrap .capsule-card{background-color:#d3d8dc66;border-radius:22px;padding:3px 10px;font-family:Roboto;font-style:normal;font-weight:500;font-size:12px;color:#63686ebd}.outline-select-individuals .select-individual{margin-left:0;margin-right:0;margin-bottom:0}.outline-select-individuals .select-individual .MuiFormControlLabel-label{font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:14px;color:#222}.writer-customize-main-wrapper{position:relative;display:flex;align-items:center}.writer-customize-set-as-default{padding:0 24px 25px;display:flex;justify-content:space-between;align-items:center;width:100%}.writer-customize-set-as-default label{font-family:Roboto;font-style:normal;font-weight:400!important;line-height:24px;font-size:14px;color:#7e8287}.writer-customize-set-as-default .cell-box{margin-left:2px}.action-toolbox-wrapper{position:absolute;right:24px;bottom:20px;z-index:10}.customize-settings-icon{margin-left:auto;cursor:pointer;padding:4px}.customize-settings-icon:hover{background-color:#e9eaea;border-radius:50%}.word-count-capsule .loading{align-items:center;display:flex;justify-content:center;height:100%;width:100%}.loading__dot{animation:dot ease-in-out 1s infinite;background-color:#0074d3;display:inline-block;height:5px;width:5px;margin:2px;border-radius:50%}.loading__dot:nth-of-type(2){animation-delay:.2s}.loading__dot:nth-of-type(3){animation-delay:.3s}@keyframes dot{0%{background-color:#0074d3;transform:scale(1)}50%{background-color:#0074d3;transform:scale(1.3)}to{background-color:#0074d3;transform:scale(1)}}.customization-line-option-label{text-align:left;font: 14px/24px Roboto;letter-spacing:0px;color:#5f6368}.customization-default-radio-group-label{font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:16px;letter-spacing:0px;color:#3c4043;padding-left:9px}.confirm-all-btn .buttonwwrap{display:flex;padding:4px;border-radius:4px;background-color:transparent;cursor:pointer;transition:.4s background-color ease-in-out}.confirm-all-btn .buttonwwrap:hover{background-color:#0000001c;transition:.4s background-color ease-in-out}.confirm-all-btn .buttonwwrap .complete,.confirm-all-btn .buttonwwrap .arrow{font-size:20px;color:#5f6368}.confirm-all-btn{position:relative;margin-left:12px}.complete-all-btn{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;background-color:#fff;padding:10px 0;border-radius:4px;position:absolute;z-index:100;left:-123px;top:26px}.complete-all-btn ul li{font-size:14px;margin:0;padding:4px 5px;background-color:transparent;transition:.4s background-color ease-in-out;cursor:pointer}.complete-all-btn ul li:hover{background-color:#0000001c;transition:.4s background-color ease-in-out}.select-root-container{width:324px}.select-root-input .MuiInputBase-input{border-radius:4px;position:relative;border:1px solid #AFCEF7;background-color:#fff;font-size:14px;line-height:1.5;color:#0074d3;padding:8.3px 10px}.select-root-input .MuiInputBase-input:focus{border-radius:4px;border-color:#afcef7;background-color:#fff}.css-1d3z3hw-MuiOutlinedInput-notchedOutline,.css-1yk1gt9-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root:hover .MuiOutlinedInput-notchedOutline{border-color:transparent!important}.select-root-input .MuiSvgIcon-root{fill:#1a73e8}.modal-root-container{width:100%;display:block}.modal-root-input .MuiInputBase-input{border-radius:2px;position:relative;border:1px solid #CED4DA;background-color:#fff;font-size:14px;line-height:1.5;color:#161c2d;padding:8.3px 10px;width:100%}.modal-root-input .MuiInputBase-input:focus{border-radius:2px;border-color:#ced4da;background-color:#fff}.modal-root-input-icon .MuiSvgIcon-root{fill:#5f6368;width:20px;margin-right:10px}.confirm-all-segments-btn{margin-right:12px!important;border-radius:50%!important;padding:6px!important}.confirm-all-segments-btn:hover{background-color:#e8f0fe}.convert-pdf-ViewProjectButton{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:9px 32px!important;border:none!important;margin-left:8px}.pdf-uploading-dots{text-decoration:none!important;cursor:default!important}.pdf-uploading-dots:after{content:" .";animation:dots 1s steps(5,end) infinite}@keyframes dots{0%,20%{color:#0073d6;text-shadow:.25em 0 0 #0073D6,.5em 0 0 #0073D6}40%{color:#fff;text-shadow:.25em 0 0 #0073D6,.5em 0 0 #0073D6}60%{text-shadow:.25em 0 0 white,.5em 0 0 #0073D6}80%,to{text-shadow:.25em 0 0 white,.5em 0 0 white}}.pdf-convert-all-btn-wrapper{display:flex;justify-content:flex-end;margin-top:16px}.more-options-wrap{position:relative;margin-left:6px}.open-as-button-wrapper{position:relative}.more-options-wrap .sorting-icon{width:30px;height:30px;display:flex!important;align-items:center!important;justify-content:center!important;background-color:transparent!important;border-radius:50%!important;cursor:pointer!important;transition:.3s all ease;margin-right:0!important}.more-options-wrap .sorting-icon:hover{background-color:#e9e9e9!important;transition:.3s all ease}.more-options-wrap .sorting-icon .more-icon{font-size:19px;color:#474748}.open-as-button-wrapper .menu-wrapper{position:absolute;box-shadow:0 3px 6px #00000029;border:1px solid #0000000D;border-radius:4px;background-color:#fff;width:123px;height:auto;top:-1px;right:-124px;z-index:10;padding:6px 0}.more-options-wrap .menu-wrapper{position:absolute;box-shadow:0 3px 6px #00000029;border:1px solid #0000000D;border-radius:4px;background-color:#fff;width:194px;height:auto;left:-92px;z-index:10;padding:12px 0}.open-as-button-wrapper .menu-wrapper ul,.more-options-wrap .download-sub-menu ul,.more-options-wrap .menu-wrapper ul{margin-bottom:0;text-align:left}.more-options-wrap .download-sub-menu ul li{padding:6px 21px!important}.open-as-button-wrapper .menu-wrapper ul li{padding:6px 23px!important}.open-as-button-wrapper .menu-wrapper ul li,.more-options-wrap .download-sub-menu ul li,.more-options-wrap .menu-wrapper ul li{padding:6px 14px 6px 20px;display:flex!important;align-items:center;justify-content:space-between;cursor:pointer}.open-as-button-wrapper .menu-wrapper ul li.list-item .item-wrap,.more-options-wrap .menu-wrapper ul li.list-item .item-wrap{display:flex;align-items:center}.open-as-button-wrapper .menu-wrapper ul li.list-item .right-arrow,.more-options-wrap .menu-wrapper ul li.list-item .right-arrow{color:#5f6368;font-size:20px}.open-as-button-wrapper .menu-wrapper ul li:hover,.more-options-wrap .download-sub-menu ul li.list-inner-item:hover,.more-options-wrap .menu-wrapper ul li:hover{background-color:#e9ebed}.more-options-wrap .menu-wrapper ul li .file-download{color:#474848}.more-options-wrap .menu-wrapper ul li .icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.more-options-wrap .menu-wrapper ul li .delete{width:14px;height:15px}.more-options-wrap .menu-wrapper ul li .delete path{fill:#474848}.open-as-button-wrapper .menu-wrapper ul li .text{padding-left:0!important}.open-as-button-wrapper .menu-wrapper ul li .text,.more-options-wrap .download-sub-menu ul li.list-inner-item,.more-options-wrap .menu-wrapper ul li .text{font-size:13px;line-height:24px;color:#3c4043;padding-left:12px}.more-options-wrap .download-sub-menu{position:absolute;box-shadow:0 3px 6px #00000029;border:1px solid #0000000D;border-radius:4px;background-color:#fff;width:194px;height:auto;z-index:1080;padding:12px 0;left:-193px;top:11px}.workspace-row:not(.focused-row) .target-lang-part .segment-status{display:none}.workspace-row:not(.focused-row) .src-workspace-align{flex-direction:row-reverse}.workspace-row:not(.focused-row) .src-workspace-align .segment-align{margin-top:2px;width:59px}.workspace-row:not(.focused-row) .target-lang-part .workspace-align>.form-group{width:90%}.workspace-row:not(.focused-row) .target-lang-part .workspace-align{flex-direction:row}.workspace-row:not(.focused-row) .target-lang-part .workspace-align .target-lang-row-align{margin-top:-26px}.workspace-row:not(.focused-row) .untarget-lang-row-align{align-items:none;top:26px}.workspace-row:not(.focused-row) .target-lang-row-align{align-items:baseline;width:10%;position:relative}.workspace-row:not(.focused-row) .untarget-lang-row-align{position:absolute;right:12px}.workspace-row:not(.focused-row) .status-on-nofocus{display:block;position:absolute;right:-3px;background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important;background-color:transparent}.workspace-row.focused-row .status-on-nofocus{display:none}.workspace-row:not(.focused-row) .unconfirmstatus-nofocus{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3cg%20id='Group_2246'%20data-name='Group%202246'%20transform='translate(-1800%20-324)'%3e%3crect%20id='Rectangle_67'%20data-name='Rectangle%2067'%20width='16'%20height='16'%20rx='2'%20transform='translate(1800%20324)'%20fill='%23ff4766'/%3e%3cpath%20id='priority_high_FILL1_wght600_GRAD0_opsz48'%20d='M398.228,207.494A1.236,1.236,0,0,1,397,206.262a1.168,1.168,0,0,1,.364-.866,1.2,1.2,0,0,1,.87-.358,1.17,1.17,0,0,1,.863.362,1.194,1.194,0,0,1,.358.87,1.225,1.225,0,0,1-1.226,1.224Zm-1.129-3.935v-7.343h2.255v7.343Z'%20transform='translate(1409.773%20130.145)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");width:16px;height:16px;top:27px}.workspace-row:not(.focused-row) .confirmstatus-nofocus{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%231a73e8;}%3c/style%3e%3c/defs%3e%3cpath%20class='a'%20d='M0,0H30V30H0Z'/%3e%3cpath%20class='b'%20d='M14.5,2A12.5,12.5,0,1,0,27,14.5,12.5,12.5,0,0,0,14.5,2ZM11.113,19.863,6.625,15.375a1.246,1.246,0,0,1,1.762-1.762L12,17.212l8.6-8.6a1.246,1.246,0,0,1,1.762,1.762l-9.488,9.488a1.245,1.245,0,0,1-1.762,0Z'%20transform='translate(0.5%200.5)'/%3e%3c/svg%3e");width:20px;height:20px;top:25px}.workspace-row:not(.focused-row) .reviewedstatus-nofocus{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21.396'%20height='11.261'%20viewBox='0%200%2021.396%2011.261'%3e%3cpath%20id='Path_4460'%20data-name='Path%204460'%20d='M19.684,0,11.846,7.837,10.09,6.058l4.347-4.347L12.725,0,4.887,7.837,1.712,4.662,0,6.373,4.887,11.26,8.378,7.77l3.468,3.491L21.4,1.711Z'%20transform='translate(0%200)'%20fill='%230074d3'/%3e%3c/svg%3e");width:21px;height:11px;top:25px}.file-viewer-container::-webkit-scrollbar{width:8px;height:8px}.file-viewer-container::-webkit-scrollbar-thumb{background-color:#dadde0!important;border-radius:50px;border:8px solid #DADDE0!important;cursor:pointer!important}.file-viewer-container::-webkit-scrollbar-track{background-color:#fff;cursor:pointer!important}.file-downloading-modal-wrapper{width:auto;min-width:364px;max-width:364px;height:53px;min-height:53px;max-height:53px;position:fixed;right:35px;display:flex;align-items:center;background:#eaeef5;border-top-left-radius:6px;border-top-right-radius:6px;bottom:-5px}.file-downloading-modal-wrapper .download-accordian{bottom:0;position:absolute;min-width:364px;max-width:364px;box-shadow:0 3px 6px #00000042}.file-downloading-modal-wrapper .download-accordian>div:nth-child(1){height:53px;min-height:53px;max-height:53px;background:#eaeef5}.file-downloading-modal-wrapper .download-accordian>div:nth-child(2){max-height:180px;overflow:auto}.file-downloading-modal-wrapper .file-downloading-count{border-radius:50%;background-color:#0074d3;width:24px;height:24px;display:flex;align-items:center;justify-content:center;letter-spacing:0px;font-family:Roboto;font-size:13px;color:#fff}.file-downloading-modal-wrapper .download-list-header-title{letter-spacing:0px;color:#3c4043;font-size:14px;display:flex;font-weight:600!important;align-items:center}.file-downloading-modal-wrapper .download-status-list-wrapper{list-style:none;padding:0 0 0 14px;display:flex;flex-direction:column;gap:19px;margin:11px 0}.file-downloading-modal-wrapper .download-status-list{font-size:13px;font-family:roboto;letter-spacing:0px;color:#3c4043;display:flex;justify-content:space-between}.file-downloading-modal-wrapper .pending-icon{width:35%;margin:0;display:flex;justify-content:flex-end;align-items:center}.file-downloading-modal-wrapper .download-file-name{padding:0;margin:0;width:65%;display:flex}.file-downloading-modal-wrapper .file-name-no-ext{display:block;width:auto;white-space:nowrap;max-width:90%;overflow:hidden;text-overflow:ellipsis}.file-downloading-modal-wrapper .download-file-name-ext{display:block;width:10%}.file-downloading-modal-wrapper .__status{font-family:roboto;font-style:italic;letter-spacing:0px;display:flex;align-items:center;text-transform:capitalize;color:#3c404399}.file-downloading-modal-wrapper .downloading_ svg{transform:scale(.85)!important}.file-downloading-modal-wrapper .pending_icon{fill:#000!important;opacity:1!important;animation:rotation 2s infinite linear}.file-downloading-modal-wrapper .downloaded_{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%231a73e8;}%3c/style%3e%3c/defs%3e%3cpath%20class='a'%20d='M0,0H30V30H0Z'/%3e%3cpath%20class='b'%20d='M14.5,2A12.5,12.5,0,1,0,27,14.5,12.5,12.5,0,0,0,14.5,2ZM11.113,19.863,6.625,15.375a1.246,1.246,0,0,1,1.762-1.762L12,17.212l8.6-8.6a1.246,1.246,0,0,1,1.762,1.762l-9.488,9.488a1.245,1.245,0,0,1-1.762,0Z'%20transform='translate(0.5%200.5)'/%3e%3c/svg%3e");background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important;background-color:transparent}.file-downloading-modal-wrapper .downloading-animation{width:23px!important;height:27px!important}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.Assign-task-deletion-rodal .Assign-task-deletion-model.confirmation-warning-wrapper{width:500px!important;height:260px!important;padding:20px 20px 20px 25px!important}.Assign-task-deletion-rodal.ai-mark-confirm-box>.rodal-dialog.rodal-zoom-enter{width:-moz-fit-content!important;width:fit-content!important;height:-moz-fit-content!important;height:fit-content!important}.Assign-task-deletion-model .confirm-top .model_title_{color:#000;font-size:20px;font-weight:500;display:flex;gap:12px;align-items:center}.Assign-task-deletion-model .confirm-top .indicate_icon__rodal{background-color:red;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3cpath%20id='error_FILL1_wght700_GRAD0_opsz48'%20d='M10.741,14.94a1.024,1.024,0,0,0,.743-.282.975.975,0,0,0,.291-.733,1.038,1.038,0,0,0-.291-.752,1.067,1.067,0,0,0-1.485,0,1.038,1.038,0,0,0-.291.752.975.975,0,0,0,.291.733A1.024,1.024,0,0,0,10.741,14.94Zm-.827-3.328h1.767V6.535H9.913Zm.827,7.088a7.859,7.859,0,0,1-3.112-.62A7.984,7.984,0,0,1,3.37,13.83a7.839,7.839,0,0,1-.62-3.121A7.918,7.918,0,0,1,5.081,5.041,8.235,8.235,0,0,1,7.62,3.33a7.737,7.737,0,0,1,3.121-.63,7.8,7.8,0,0,1,3.13.63A8.009,8.009,0,0,1,18.12,7.579a7.8,7.8,0,0,1,.63,3.13,7.737,7.737,0,0,1-.63,3.121,8.034,8.034,0,0,1-4.249,4.24A7.8,7.8,0,0,1,10.741,18.7Z'%20transform='translate(-2.75%20-2.7)'%20fill='%23ffc021'/%3e%3c/svg%3e");background-position:center center!important;background-repeat:no-repeat!important;background-size:cover!important;background-color:transparent}.Assign-task-deletion-model .confirm-top .model_discription_{font-size:14px;font-family:roboto;font-weight:400;margin-left:0;text-align:center!important}.Assign-task-deletion-model .confirm-bottom .assign_task_del_btn{border-radius:3px;font-size:14px;color:#fff;background:#0074d3}.Assign-task-deletion-model .confirm-bottom .assign_task_del_btn:hover{background-color:#0074d3;color:#fff}.unassigned-members-wrapper{display:flex;align-items:center;padding:4px 3px}.unassigned-members-wrapper .assign-reviewer-modal-wrap,.unassigned-members-wrapper .assign-editor-modal-wrap{width:30px;height:30px;border:1px dashed #C3C6CA;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.focused-proj-row .file-edit-list-table-cell:last-child .user-project-icon .member-add-icon{font-size:21px;color:#474848}.unassigned-members-wrapper .assign-reviewer-modal-wrap:hover .member-add-icon,.unassigned-members-wrapper .assign-editor-modal-wrap:hover .member-add-icon{color:#474848}.unassigned-members-wrapper .assign-reviewer-modal-wrap{margin-left:5px}.unassigned-members-wrapper .assign-editor-modal-wrap{margin-right:5px}.unassigned-members-wrapper .assign-reviewer-modal-wrap .member-add-icon,.unassigned-members-wrapper .assign-editor-modal-wrap .member-add-icon{color:#4748484d;font-size:21px}.rodal{z-index:1080!important}.file-list-member__control.file-list-member__control--is-focused{border-bottom:2px solid #0074d3!important}.file-list-member__control .file-list-member__value-container{padding:2px 0!important}.project-list-assign-modal .rodal-dialog{width:min(100%,1118px)!important;height:calc(100vh - 240px)!important;box-shadow:0 20px 43px #0000004d;border-radius:10px;background-color:#fff;padding:28px 37px 22px!important;transition:.25s height ease-in-out}.project-list-assign-modal.lsp-assign-wrap .rodal-dialog{width:min(100%,1220px)!important;height:calc(100vh - 240px)!important;box-shadow:0 20px 43px #0000004d;border-radius:10px;padding:28px 37px 22px!important;background-color:#fff;transition:.25s height ease-in-out}.project-list-assign-modal.lsp-assign-wrap .already-assigned-modal .rodal-dialog{width:500px!important;height:350px!important}.project-list-assign-modal.lsp-assign-wrap.payment-method-width .rodal-dialog{width:1096px!important}.project-list-assign-modal.lsp-assign-wrap .rodal-dialog .project-list-confirm-rates .rodal-dialog{width:min(100%,743px)!important;height:fit-content!important;height:-moz-fit-content!important;max-height:calc(100vh - 120px)!important;box-shadow:0 3px 14px #00000038;border-radius:10px;background-color:#fff;padding:0!important;transition:.25s height ease-in-out}.project-list-confirm-rates .rodal-mask{background-color:#0006!important}.file-list-assign-main-wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between}.file-separate-inner-wrapper{height:calc(100% - 120px)}.file-list-assign-main-wrapper .file-list-assign-manage-body{height:100%;padding:0;display:flex;justify-content:space-between}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-to-wrap-main-wrap{padding:0;border-right:1px solid #EBEBEB;position:relative;height:100%}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-to-wrap-main-wrap .options-selected-area{width:100%;height:100%}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-to-wrap-main-wrap .options-selected-area .select-assign-editor-reviewer-wrapper{width:100%;height:100%;display:flex;flex-direction:column}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-to-wrap-main-wrap.right-border-remove{border-right:0px solid #EBEBEB}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-box-wrapper{height:100%;overflow-x:hidden;overflow-y:auto;margin-right:8px}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-main-box-wrapper{width:33%;max-width:100%;padding-left:30px;position:relative}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-box-wrapper.hide-overflow{overflow-x:unset!important;overflow-y:unset!important}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-info-box{width:33%;max-width:100%;border:1px solid #EBEBEB;border-radius:3px;display:flex;flex-direction:column}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-info-box .assign-manage-info-header{padding:27px 24px 11px;border-bottom:1px solid #DADCE0}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-info-box .assign-manage-info-header h3.title{font-style:normal;font-weight:500;line-height:24px;font-size:14px;color:#222;margin-bottom:20px}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-info-box .assign-manage-info-body{padding:26px 24px;height:100%;overflow-x:hidden;overflow-y:auto}.assign-manage-info-details .deadline-wrapper,.assign-manage-info-details{display:flex;align-items:center}.assign-manage-info-details.estimated-hrs{margin-top:37px}.assign-manage-info-details:not(:last-child){margin-bottom:16px}.assign-manage-info-details.instruction,.assign-manage-info-details.rate{align-items:baseline}.assign-manage-info-details .nor-text-box,.assign-manage-info-details .deadline-wrapper .value{font-style:normal;font-weight:400;line-height:24px;font-size:13px;color:#222;margin-bottom:0}.assign-manage-info-details .text-box-wrap{font-style:normal;font-weight:400;line-height:24px;font-size:13px;color:#222;margin-bottom:0;padding:4px 8px 5px 12px;background-color:#f3f3f3;border-radius:4px}.assign-manage-info-details .text-box-wrap.width-auto-wrap{width:-moz-fit-content!important;width:fit-content!important}.assign-manage-info-details .label{font-style:normal;font-weight:400;line-height:24px;font-size:13px;color:#474848;margin-bottom:0;width:38%;max-width:100%}.assign-manage-info-details .info-value-wrapper{width:62%;max-width:100%}.assign-manage-info-details .info-value-wrapper .additional-file-list-wrap{display:flex;align-items:center;padding:4px;background:#f3f3f3;border-radius:4px}.assign-manage-info-details .info-value-wrapper .additional-file-list-wrap:not(:last-child){margin-bottom:10px}.assign-manage-info-details .info-value-wrapper .additional-file-list-wrap p.proj-name{font-style:normal;font-weight:400;line-height:24px;font-size:13px;color:#3c4043;margin-bottom:0;white-space:nowrap;width:auto;overflow:hidden;text-overflow:ellipsis;padding-left:8px}.assign-manage-info-details .info-value-wrapper .additional-file-list-wrap img{width:16px}.assign-manage-info-details .info-value-wrapper .additional-file-list-wrap p.extension{font-style:normal;font-weight:400;line-height:24px;font-size:13px;color:#3c4043;margin-bottom:0;padding-left:0}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-info-box .editor-info-wrap{display:flex;align-items:center}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-info-box .editor-info-wrap .no-avatar{display:flex;align-items:center;justify-content:center;min-width:24px;width:24px;height:24px;background-color:#0074d3;border-radius:50%;font-size:13px;font-weight:400;color:#fff;line-height:24px;margin-bottom:0}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-info-box .editor-info-wrap img{width:24px;height:24px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-info-box .editor-info-wrap .profile-name{font-style:normal;font-weight:400;line-height:24px;font-size:13px;color:#3c4043;margin-bottom:0;margin-left:8px;white-space:nowrap;width:auto;overflow:hidden;text-overflow:ellipsis}.confirm-rates-wrapper{padding:0!important;overflow-x:unset;overflow-y:unset}.select-currency-wrap{display:flex;align-items:center;margin-bottom:34px}.select-currency-wrap .inner-title{font-size:14px;font-weight:400;color:#222;line-height:24px;margin-bottom:0;margin-right:8px}.rates-main-wrapper{display:flex;margin-top:13px}.rates-main-wrapper .rates-panel{width:55%;max-width:100%}.rates-main-wrapper .rates-table-wrapper .rates-table-main-wrapper{margin-right:15px;overflow-y:auto;overflow-x:hidden;max-height:180px}.rates-main-wrapper .rates-panel .rates-panel-inner-wrap{border:1px solid #EBEBEB;border-radius:8px;padding:30px 37px}.accepted-bidded-rate-wrapper{display:flex;align-items:center;margin-bottom:10px}.rates-main-wrapper .rates-table-wrapper .rates-table-lang-item{border-top:1px solid #F0F0F0;display:flex;align-items:center;justify-content:space-between}.rates-main-wrapper .rates-table-wrapper .rates-table-lang-item img.rate-confirm-tick-img{width:19px;height:19px}.rates-main-wrapper .rates-table-wrapper .rates-table-lang-item .lang-inner-wrapper{border-radius:3px;margin:2px 0;padding:10.5px 20px;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.rates-main-wrapper .rates-table-wrapper .rates-table-lang-item:last-child{border-bottom:1px solid #F0F0F0}.rates-main-wrapper .rates-table-wrapper .rates-table-lang-item:hover .lang-inner-wrapper{background-color:#f3f3f3}.rates-main-wrapper .rates-table-wrapper .rates-table-lang-item.active:hover .lang-inner-wrapper,.rates-main-wrapper .rates-table-wrapper .rates-table-lang-item.active .lang-inner-wrapper{background-color:#e5f1fb}.rates-main-wrapper .rates-table-wrapper .rates-table-lang-item .lang-pair{display:flex;align-items:center}.rates-main-wrapper .rates-table-wrapper .rates-table-lang-item .lang-pair span{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#0074d3}.rates-main-wrapper .rates-table-wrapper{width:45%;max-width:100%;position:relative;margin-top:0}.confirm-rates-inner-wrapper .lang-pair-title{font-size:12px;font-weight:700;color:#3c4043;line-height:24px;margin-bottom:0;text-transform:uppercase}.rates-table-wrapper{margin-top:34px}.rates-panel-inner-wrap .rates-row-item{margin-bottom:10px;display:flex;align-items:center}.rates-table-wrapper .rates-row-wrap-item{border-top:1px solid #F0F0F0;padding:10.5px 20px;display:flex;align-items:center}.rates-table-wrapper .rates-row-wrap-item .rates-row-item:first-child{width:60%;max-width:100%;padding-right:20px}.rates-table-wrapper .rates-row-wrap-item .rates-row-item:nth-child(2){width:20%;max-width:100%;padding-right:35px}.rates-table-wrapper .rates-row-wrap-item .rates-row-item:last-child{width:20%;max-width:100%}.rates-table-wrapper .rates-row-wrap-item.hours .rates-row-item:first-child{width:30%;max-width:100%;padding-right:20px}.rates-table-wrapper .rates-row-wrap-item.hours .rates-row-item:nth-child(2){width:20%;max-width:100%}.rates-table-wrapper .rates-row-wrap-item.hours .rates-row-item:nth-child(3){width:20%;padding-left:25px;max-width:100%}.rates-table-wrapper .rates-row-wrap-item.hours .rates-row-item:last-child{width:30%;max-width:100%}.rates-table-wrapper .rates-row-wrap-item:last-child{border-bottom:1px solid #F0F0F0}.confirm-rates-wrapper .confirm-rates-inner-wrapper{height:auto;padding:17px 27px 16px 30px}.footer-btn-wrap.custom-rates{margin-top:21px;padding:0 26px 16px;justify-content:space-between}.footer-btn-wrap.custom-rates .footer-btn-row,.footer-btn-wrap.custom-rates .job-lang-pair-info{display:flex;align-items:center}.footer-btn-wrap.custom-rates .job-lang-pair-info .completed-icon{width:19px;height:19px}.footer-btn-wrap.custom-rates .job-lang-pair-info .job-lang-completed-info{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#222;padding-left:7px}.project-list-assign-modal.lsp-assign-wrap .rodal-dialog .project-list-confirm-rates .rodal-dialog .file-list-assign-manage-header,.project-list-assign-modal.lsp-assign-wrap .file-list-assign-manage-header{border-bottom:0px solid #EBEBEB}.project-list-assign-modal .file-list-assign-manage-header{padding:0 0 25px;display:flex;align-items:center;justify-content:space-between}.project-list-confirm-rates .file-list-assign-manage-header{padding:18px 22px 0 30px;border-bottom:0px solid #EBEBEB!important}.file-list-assign-manage-header .close-btn{height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:.4s all ease}.file-list-assign-manage-header .close-btn .header-close{color:#5f6368}.file-list-assign-manage-header .title{font-size:22px;font-weight:500;color:#3c4043;line-height:24px;margin-bottom:0}.file-list-assign-manage-header .payment-method-header{display:flex;align-items:center}.file-list-assign-manage-header .payment-method-header .icon-wrap{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:transparent;margin-right:5px}.file-list-assign-manage-header .payment-method-header .icon-wrap .arrow-back{color:#3c4043;font-size:18px}.file-list-assign-manage-header .payment-method-header .icon-wrap:hover{background-color:#e9eaea;cursor:pointer}.file-list-assign-manage-header .close-btn:hover{background:#e9eaea;cursor:pointer}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper.overflow-hide{overflow-y:unset!important;overflow-x:unset!important}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap{display:flex;flex-direction:column;align-items:baseline}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap:first-child{align-items:flex-start;flex-direction:column}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap .icon-label-wrap{display:flex;gap:10px;align-items:center}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap-main .icon-label-wrap{width:184px;display:flex;gap:10px;align-items:center}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap:nth-child(4) .icon-label-wrap{align-items:baseline}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap:nth-child(4) .icon-label-wrap .add-info-wrap{display:flex;flex-direction:column}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap .icon-label-wrap .attach-pin-icon{color:#5f6368;transform:rotate(45deg)}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap .icon-label-wrap .add-info-wrap .title{margin-left:0}.add-info-wrap small{text-align:left;font-style:normal;font-weight:400;font-size:14px;color:#8f8f8f;margin-left:3px}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap .options-selected-area{width:100%;flex-grow:1;flex-direction:row;align-items:start}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap-main .options-selected-area{width:unset!important;flex-grow:1;flex-direction:row;align-items:start;margin-top:0}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap .options-selected-area .assign-manage-textarea{background:#f3f3f3;border-radius:4px;width:100%;font-style:normal;font-weight:400;font-size:14px;line-height:1.7;color:#222;height:-moz-fit-content;height:fit-content;min-height:32px;border-color:transparent;border-style:solid;border-width:0px 0px 2px 0px;padding:7px 9px;resize:none;overflow:auto}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap .options-selected-area .assign-manage-textarea:focus{border-color:#0074d3;border-width:0px 0px 2px 0px;height:-moz-fit-content;height:fit-content;min-height:32px}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap .icon-label-wrap .label-icon path{fill:#5f6368}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap .icon-label-wrap .title{font-size:14px;font-weight:500;color:#222;line-height:24px}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap-main .icon-label-wrap .title{font-size:14px;font-weight:400;color:#222;line-height:24px}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap:nth-child(4) .icon-label-wrap .title{font-size:14px;font-weight:400;color:#222;line-height:24px;margin-left:0}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap:nth-child(4) .icon-label-wrap small{font-size:14px;font-weight:400;color:#8f8f8f;line-height:18px;margin-left:0}.suggestion-list-wrap{padding-top:13px}.suggestion-list-wrap h4,.editor-wrap-list h4{font-size:12px;font-weight:700;color:#3c4043;line-height:24px;margin-bottom:0}.assigning-dropdown-wrapper .list-body,.suggestion-wrap-list{margin-top:10px}.editor-filter-drop-down .suggestion-icon-wrap,.assigning-dropdown-wrapper .list-body .suggestion-icon-wrap,.suggestion-wrap-list .suggestion-icon-wrap,.editor-wrap-list .suggestion-icon-wrap{display:flex;align-items:center}.creds-sent-ui-chip,.editor-filter-drop-down .suggestion-icon-wrap .creds-sent-ui-chip,.assigning-dropdown-wrapper .list-body .suggestion-icon-wrap .creds-sent-ui-chip,.suggestion-wrap-list .suggestion-icon-wrap .creds-sent-ui-chip{font-size:12px;font-weight:500;color:#0074d3;line-height:16px;margin-bottom:0;margin-left:8px;padding:2px 5px;border-radius:3px;background-color:#e8f0fe}.editor-filter-drop-down .suggestion-icon-wrap img,.editor-wrap-list .suggestion-icon-wrap img{width:32px;height:32px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}.editor-wrap-list .header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.editor-wrap-list .internal-users,.editor-wrap-list .external-wrapper{margin-top:12px}.editor-wrap-list .external-wrapper{border-bottom:2px solid #ECEDF0}.filtered-wreapper-hide{display:none}.select-assign-editor-reviewer-wrapper .editor-wrap-list{overflow:auto;height:calc(100% - 36px);margin-right:8px}.editor-wrap-list .header p{text-align:left;font-weight:700;font-size:12px;letter-spacing:0px;color:#3c4043;text-transform:uppercase;opacity:1;margin:0}.editor-wrap-list .header a{text-align:left;font-weight:400;font-size:12px;letter-spacing:0px;color:#0074d3;opacity:1;padding:0}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body.edit-separate-assign-manage .assign-manage-main-box-wrapper,.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body.edit-separate-assign-manage .assign-to-wrap-main-wrap{width:50%}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body.edit-separate-assign-manage .assign-manage-main-box-wrapper{height:100%}.assigning-dropdown-wrapper .internal-users .header .link,.assigning-dropdown-wrapper .external-wrapper .header .link,.editor-wrap-list .header .link{font-style:normal;font-weight:500;font-size:14px;color:#0074d3;margin-bottom:0;cursor:pointer}.assigning-dropdown-wrapper .internal-users .header .link:hover,.assigning-dropdown-wrapper .external-wrapper .header .link:hover,.editor-wrap-list .header .link:hover{text-decoration:underline}.assigning-input-area .value-wrap .value-capsule .input-label{font-size:14px;font-weight:400;color:#3c4043;line-height:24px;margin-bottom:0;margin-left:7px;margin-right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1}.editor-filter-drop-down .suggestion-icon-wrap .name,.assigning-dropdown-wrapper .list-body .suggestion-icon-wrap .name,.suggestion-wrap-list .suggestion-icon-wrap .name,.editor-wrap-list .name{font-size:14px;font-weight:400;color:#3c4043;line-height:24px;margin-bottom:0;margin-left:10px}.assigning-input-area .value-wrap .value-capsule .no-avatar{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#0074d3;border-radius:50%;font-size:14px;font-weight:400;color:#fff;line-height:24px;margin-bottom:0}.editor-filter-drop-down .suggestion-icon-wrap .no-avatar,.assigning-dropdown-wrapper .list-body .suggestion-icon-wrap .no-avatar,.suggestion-wrap-list .suggestion-icon-wrap .no-avatar,.editor-wrap-list .suggestion-icon-wrap .no-avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#0074d3;border-radius:50%;font-size:17px;font-weight:400;color:#fff;line-height:24px;margin-bottom:0}.assigning-input-area .value-wrap .value-capsule img{width:24px;height:24px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}.editor-filter-drop-down .suggestion-icon-wrap img,.assigning-dropdown-wrapper .list-body .suggestion-icon-wrap img,.suggestion-wrap-list .suggestion-icon-wrap img{width:32px;height:32px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}.suggest-member-item{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent;padding:6px 12px;margin-bottom:5px;border-radius:3px;cursor:pointer}.accepted-rate-box-title{text-align:left;font-size:13px;height:24px;font-weight:400;color:#0074d3;opacity:1;padding:3px 5px;background-color:#e5f1fb;border-radius:4px;display:flex;align-items:center;gap:5px;cursor:pointer;position:relative}.accepted-rate-header-row{display:flex;align-items:center;justify-content:space-between;background-color:#e5f1fb;padding:6px 12px;opacity:1;border-radius:4px 4px 0 0}.accepted-rate-header-row .header-close{font-size:17.15px;color:#5f6368}.accepted-rate-box-innertitle{text-align:left;font-size:13px;font-weight:500;color:#0074d3}.accepted-rate-box{position:absolute;top:0;left:0;background:#fff;box-shadow:0 6px 16px #00000042;border-radius:4px;width:234px;opacity:1;display:flex;flex-direction:column;z-index:3}.bidded-rate-box{position:absolute;top:0;width:234px;right:0;background:#fff;box-shadow:0 6px 16px #00000042;border-radius:4px;opacity:1;display:flex;flex-direction:column;z-index:3}.bidded-rate-box-title{text-align:left;font-size:13px;font-weight:400;color:#00c66a;opacity:1;padding:3px 5px;background-color:#dcffe7;border-radius:4px;display:flex;align-items:center;gap:5px;position:relative;cursor:pointer;margin-left:7px}.accepted-rate-box-inner-wrap{display:flex;flex-direction:column;padding:10px;gap:8px}.accepted-rate-box-rates-units .header{text-align:left;font-size:13px;font-weight:400;letter-spacing:0px;width:30%;color:#474848;opacity:1;white-space:nowrap}.accepted-rate-box-use-button-container{text-align:right;padding:10px}.accepted-rate-box-use-button{background:#0074d3;border-radius:3px;opacity:1;padding:6px 24px;text-align:left;font-size:12px;border:none;font-weight:400;color:#fff}.accepted-rate-box-rates-units .content{text-align:left;font-size:13px;font-weight:400;letter-spacing:0px;color:#222;opacity:1;white-space:nowrap;padding:0 0 0 5px}.accepted-rate-box-rates-units{display:flex;align-items:center}.accepted-rate-box-secondary{display:flex;flex-direction:column}.bidded-rate-header-row{background-color:#dcffe7;padding:6px 12px;opacity:1;border-radius:4px 4px 0 0;display:flex;align-items:center;justify-content:space-between}.bidded-rate-header-row .header-close{font-size:17.15px;color:#5f6368}.bidded-rate-box-innertitle{text-align:left;font-size:13px;font-weight:500;color:#00c66a}.suggest-member-item-active{display:flex;align-items:center;justify-content:space-between;width:100%;background:#e5f1fb;padding:6px 12px;margin-bottom:5px;border-radius:3px;cursor:pointer;pointer-events:none}.suggest-member-item.loader:hover{background:transparent}.suggest-member-item:hover{background:#edeff0}.suggest-member-item .role-wrap{font-size:13px;font-weight:400;line-height:22px;margin-bottom:0;border-radius:2px;padding:0 8px}.assign-to-wrap:not(:first-child){margin-top:32px;align-items:center}.lsp-assign-manage-large-area-inner-main-wrap{width:67%;max-width:100%;height:100%;display:flex;flex-direction:column}.lsp-assign-manage-large-area-wrap{height:calc(100% - 41px)}.assign-to-wrap-main-wrap{width:33%;padding:0 0 0 30px}.lsp-assign-manage-large-area-wrap{display:flex}.lsp-assign-manage-large-area-wrap .assign-to-wrap-main-wrap{width:50%;position:relative;height:100%}.lsp-assign-manage-large-area-wrap .assign-to-wrap-main-wrap .options-selected-area{width:100%;height:100%}.lsp-assign-manage-large-area-wrap .assign-to-wrap-main-wrap .options-selected-area .select-assign-editor-reviewer-wrapper{width:100%;height:100%;display:flex;flex-direction:column}.rates-main-wrapper .rates-table-wrapper.scroll-bottom-shadow:after,.lsp-assign-manage-large-area-wrap .assign-to-wrap-main-wrap.scroll-bottom-shadow:after{content:"";width:85%;height:4px;bottom:-4px;position:absolute;box-shadow:0 -2px 4px #00000029}.assign-to-wrap-main{display:flex;flex-direction:row!important;align-items:flex-start!important}.assign-to-wrap:nth-child(3){align-items:baseline;gap:12px}.suggest-member-item .role-wrap.yellow{color:#fe9000;background-color:#fe900029}.assign-to-wrap.accepted-rate .options-selected-area .option-selected-inner-wrap,.assign-to-wrap.date-time-wrap .options-selected-area{display:flex;align-items:start;flex-direction:column;margin-top:9px;width:100%}.assign-to-wrap.accepted-rate .options-selected-area .option-selected-inner-wrap .selection-row.set-rates-wrapper{display:flex;align-items:center}.assign-to-wrap-main.accepted-rate .options-selected-area .option-selected-inner-wrap{display:flex;align-items:center;flex-direction:row;margin-top:0;width:100%;gap:0}.assign-to-wrap.date-time-wrap .options-selected-area .moment-time-picker__indicators,.assign-datepicker .MuiInputAdornment-root{display:none}.rates-row-wrap-item .ai-text-form-item-wrapper.unit-rate.hours-wrap,.rates-row-wrap-item .ai-text-form-item-wrapper.unit-rate.rate-wrap,.assign-to-wrap.accepted-rate .options-selected-area .selection-row .ai-text-form-item-wrapper.unit-rate,.assign-to-wrap.accepted-rate .options-selected-area .selection-row.forms{display:flex;align-items:center}.assign-to-wrap.accepted-rate .options-selected-area .selection-row.forms .ai-text-form-item-wrapper.unit-rate.hours-wrap{margin-left:13px}.rates-row-wrap-item.hours .rates-row-item:last-child .ai-text-form-item-wrapper.unit-rate.hours-wrap,.rates-row-wrap-item .rates-row-item:last-child .ai-text-form-item-wrapper.unit-rate.rate-wrap{justify-content:flex-end}.assign-datepicker{margin-right:30px}.options-selected-area .assign-datepicker{margin-right:20px}.assign-datepicker input{border-color:#e4e7e9;border-width:0px 0px 1px 0px;border-style:solid;background-color:transparent;padding:6px;width:105px;height:28px;text-align:center;font-size:14px;font-weight:400;line-height:24px;color:#3c4043;cursor:auto}.assign-datepicker input:focus,.assign-datepicker input:hover{background-color:#f3f3f3;border-radius:4px}.assign-datepicker input:focus{border-color:#0074d3}.suggest-member-item .role-wrap.blue{color:#0074d3;background-color:#0074d329}.suggest-member-item:not(:last-child){margin-bottom:3px}.rates-row-wrap-item .ai-text-form-item-wrapper.unit-rate.hours-wrap .text-translate-rate-input,.rates-row-wrap-item .ai-text-form-item-wrapper.unit-rate.rate-wrap .text-translate-rate-input,.assign-to-wrap.accepted-rate .options-selected-area .selection-row .ai-text-form-item-wrapper.unit-rate .text-translate-rate-input{border-bottom:1px solid #E4E7E9!important;border:0px;border-radius:0;padding:4.5px 5px;display:block;width:55px;text-align:end;font-style:normal;font-weight:400;font-size:14px;line-height:1.1;color:#222;transition:.3s all ease}.rates-row-wrap-item .ai-text-form-item-wrapper.unit-rate.hours-wrap .text-translate-rate-input::-moz-placeholder,.rates-row-wrap-item .ai-text-form-item-wrapper.unit-rate.rate-wrap .text-translate-rate-input::-moz-placeholder,.assign-to-wrap.accepted-rate .options-selected-area .selection-row .ai-text-form-item-wrapper.unit-rate .text-translate-rate-input::-moz-placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#9b9fa2}.rates-row-wrap-item .ai-text-form-item-wrapper.unit-rate.hours-wrap .text-translate-rate-input::placeholder,.rates-row-wrap-item .ai-text-form-item-wrapper.unit-rate.rate-wrap .text-translate-rate-input::placeholder,.assign-to-wrap.accepted-rate .options-selected-area .selection-row .ai-text-form-item-wrapper.unit-rate .text-translate-rate-input::placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#9b9fa2}.rates-row-wrap-item .ai-text-form-item-wrapper.unit-rate.hours-wrap label,.rates-row-wrap-item .ai-text-form-item-wrapper.unit-rate.rate-wrap label,.assign-to-wrap.accepted-rate .options-selected-area .selection-row .ai-text-form-item-wrapper.unit-rate label{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#222;margin-bottom:0;margin-right:20px}.assign-rate-options-wrap{display:flex;width:100%;margin-bottom:11px}.rates-panel-inner-wrap .rates-row-item .ai-text-form-item-wrapper{display:flex;align-items:center}.rates-panel-inner-wrap .rates-row-item .ai-text-form-item-wrapper.unit-rate.rate-wrap{margin-right:23px}.rates-panel-inner-wrap .rates-row-item .ai-text-form-item-wrapper label{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#222;margin-bottom:0}.rates-panel-inner-wrap .rates-row-item .ai-text-form-item-wrapper input.text-translate-rate-input{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#222;margin-bottom:0;width:60px;height:22px;border:none;border-bottom:1px solid #E4E7E9;text-align:right}.rates-panel-inner-wrap .rates-row-item .ai-text-form-item-wrapper input.text-translate-rate-input::-moz-placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#9b9fa2;text-align:right}.rates-panel-inner-wrap .rates-row-item .ai-text-form-item-wrapper input.text-translate-rate-input::placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#9b9fa2;text-align:right}.assign-rate-options-wrap .selection-row{width:auto;display:flex;align-items:center}.assign-rate-options-wrap .selection-row:first-child{margin-right:13px}.assign-to-wrap.accepted-rate .options-selected-area .selection-row.hour{margin-top:20px}.footer-btn-wrap{margin-top:30px;display:flex;align-items:center;justify-content:space-between}.lsp-assign-manage-row .footer-btn-wrap{margin-top:17px}.footer-btn-wrap.payment-method{margin-top:17px;justify-content:flex-end}.footer-btn-wrap .allow-sharing{display:flex;align-items:center}.footer-btn-wrap .allow-sharing .MuiFormControlLabel-root{margin:0}.footer-btn-wrap .allow-sharing .icon{color:#7f7f7f;font-size:18px;margin-left:10px}.footer-btn-wrap .allow-sharing .MuiCheckbox-root{padding:0}.footer-btn-wrap .allow-sharing .MuiTypography-root.MuiFormControlLabel-label{font-style:normal;font-weight:400;font-size:14px;line-height:1;color:#222;margin-bottom:0;margin-left:8px}.footer-btn-wrap .assign-btn{background:#0074d3;border-radius:3px;padding:5.5px 15px;text-align:center;font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#fff;min-width:90px;max-width:100%}.footer-btn-wrap .assign-clear-btn{background:transparent;border-radius:3px;padding:5.5px 15px;text-align:center;font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#3c4043;min-width:90px;max-width:100%;margin-right:12px}.footer-btn-wrap .assign-clear-btn:hover{background:#f3f3f3}.footer-btn-wrap .assign-btn .arrow{color:#fff;font-size:12.5px;margin-left:10px}.lsp-assign-manage-row{display:flex;width:100%;height:calc(100% - 120px);padding:15px 0 0}.payment-method-wrapper{display:flex;flex-grow:1;width:100%;padding:14px 40px 67px 30px}.select-payment-method-wrap{flex-grow:1}.select-payment-method-wrap h2{font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#3c4043;margin-bottom:0}.ailaysa-payment-wrapper{margin-top:33px}.paymenting-main-wrapper{width:515px;max-width:100%;padding-left:67px}.paymenting-main-wrapper .paying-box-wrapper{border:1px solid #EBEBEB;border-radius:3px;padding:25px 22px 16px 29px}.paymenting-main-wrapper .paying-box-wrapper .title{font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#3c4043;margin-bottom:0;padding-bottom:12px;border-bottom:1px solid #E4E7E9}.paymenting-main-wrapper .paying-box-wrapper .overall-calculation{display:flex;align-items:center;justify-content:space-between;margin-top:28px}.paymenting-main-wrapper .paying-box-wrapper .overall-calculation .total{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#222;margin-bottom:0}.paymenting-main-wrapper .paying-box-wrapper .overall-calculation .paying-number{font-style:normal;font-weight:400;font-size:24px;line-height:24px;color:#3c404399;margin-bottom:0}.paymenting-main-wrapper .paying-box-wrapper .overall-calculation .paying-number span{font-weight:700;color:#3c4043}.ailaysa-payment-wrapper .outside-ailaysa-pay .payment-select-wrapper,.ailaysa-payment-wrapper .ailaysa-pay .payment-select-wrapper{display:flex;align-items:center}.lsp-assign-manage-row .job-select-wrapper{width:50%;border-right:1px solid #EBEBEB;max-width:100%;height:100%;position:relative;display:flex;flex-direction:column}.job-select-filter-wrapper{display:flex;align-items:center;margin-bottom:9px}.job-select-filter-wrapper .assign-info-modal-btn{background-color:#ececec;border-radius:3px;padding:4px 13px 4px 9px;display:flex;align-items:center;font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#5f6368;margin-bottom:0;min-width:167px;margin-left:13px}.job-select-filter-wrapper .assign-info-modal-btn .icon{color:#747474;font-size:17px;margin-right:10px;transform:rotate(180deg)}.job-assign-member-select-wrap{display:flex;align-items:center;margin-right:10px}.ailaysa-payment-wrapper .outside-ailaysa-pay{margin-top:31px}.ailaysa-payment-wrapper .ailaysa-pay .payment-metho-wrap{border:1px solid #E4E7E9;border-radius:4px;padding:15px 19px 17px;display:flex;align-items:center}.milestone-main-wrapper{display:flex}.milestone-main-wrapper .milestone-text-area{margin-left:11px}.milestone-main-wrapper .milestone-text-area .label{margin-left:0!important;padding-top:6px}.milestone-main-wrapper .milestone-text-area .milestone-list{margin-top:8px;display:flex;align-items:center}.milestone-main-wrapper .milestone-text-area .milestone-list p.title{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#5f6368;margin-bottom:0}.milestone-main-wrapper .milestone-text-area .milestone-list .form-wrapper{display:flex;align-items:center}.milestone-main-wrapper .milestone-text-area .milestone-list .form-wrapper label{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#222;margin-bottom:0;margin-right:7px}.milestone-main-wrapper .milestone-text-area .milestone-list .form-wrapper{margin-left:37px}.milestone-main-wrapper .milestone-text-area .milestone-list .form-wrapper .currency-form{border:1px solid #DADCE0;border-radius:3px;padding:4.5px 11px 4.5px 10px;display:block;width:78px;text-align:end;font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#222;background-color:transparent}.milestone-main-wrapper .milestone-text-area .add-more-milestone{display:flex;align-items:center;margin-top:13px;cursor:pointer}.milestone-main-wrapper .milestone-text-area .add-more-milestone .icon{color:#0074d3;font-size:15px;margin-right:5px}.milestone-main-wrapper .milestone-text-area .add-more-milestone p{font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#0074d3;margin-bottom:0}.milestone-main-wrapper .milestone-text-area .add-more-milestone:hover p{text-decoration:underline}.milestone-main-wrapper .milestone-text-area .milestone-list .form-wrapper .currency-form::-moz-placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#9b9fa2}.milestone-main-wrapper .milestone-text-area .milestone-list .form-wrapper .currency-form::placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#9b9fa2}.ailaysa-payment-wrapper .ailaysa-pay .payment-metho-wrap:not(:last-child){margin-bottom:14px}.job-assign-member-select-wrap .assign-manage-radio-btn{border:1px solid #E4E7E9;border-radius:4px;padding:5px 13px 5px 9px}.ailaysa-payment-wrapper .ailaysa-pay .payment-metho-wrap.selected,.job-assign-member-select-wrap .assign-manage-radio-btn.selected{border:1px solid #0074d3;background-color:#e8f0fe}.job-assign-member-select-wrap .assign-manage-radio-btn:not(:last-child){margin-right:10px}.ailaysa-payment-wrapper .ailaysa-pay .payment-metho-wrap .MuiRadio-root,.ailaysa-payment-wrapper .outside-ailaysa-pay .payment-select-wrapper .MuiRadio-root,.ailaysa-payment-wrapper .ailaysa-pay .payment-select-wrapper .MuiRadio-root,.job-assign-member-select-wrap .assign-manage-radio-btn .MuiRadio-root{padding:0}.ailaysa-payment-wrapper .ailaysa-pay .payment-metho-wrap .MuiRadio-root:hover,.ailaysa-payment-wrapper .outside-ailaysa-pay .payment-select-wrapper .MuiRadio-root:hover,.ailaysa-payment-wrapper .ailaysa-pay .payment-select-wrapper .MuiRadio-root:hover,.job-assign-member-select-wrap .assign-manage-radio-btn .MuiRadio-root:hover{background-color:transparent!important}.job-assign-member-select-wrap .assign-manage-radio-btn.selected .label{color:#0074d3}.ailaysa-payment-wrapper .outside-ailaysa-pay .payment-select-wrapper .label,.ailaysa-payment-wrapper .ailaysa-pay .payment-select-wrapper .label{font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#3c4043;margin-bottom:0;margin-left:7px}.ailaysa-payment-wrapper .ailaysa-pay .payment-metho-wrap .label{font-style:normal;font-weight:400;font-size:14px;line-height:1;color:#222;margin-bottom:0;margin-left:11px}.job-assign-member-select-wrap .assign-manage-radio-btn .label{font-style:normal;font-weight:400;font-size:14px;line-height:1;color:#3c4043;margin-bottom:0;margin-left:7px}.ailaysa-payment-wrapper .ailaysa-pay .collapse{padding-top:10px}.ailaysa-payment-wrapper .ailaysa-pay .collapse .lsp-assign-manage-row .job-select-wrapper .job-select-table-wrapper{width:100%}.job-select-table-wrapper{height:calc(100% - 76px);overflow-x:hidden;overflow-y:auto;margin-right:8px;position:relative}.receipt-icon{color:#5f6368}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-main-box-wrapper.scroll-bottom-shadow:after{content:"";width:90%;height:4px;bottom:-4px;position:absolute;box-shadow:0 -2px 4px #00000029}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-to-wrap-main-wrap.scroll-bottom-shadow:after{content:"";width:93%;height:4px;bottom:-4px;position:absolute;box-shadow:0 -2px 4px #00000029}.job-select-wrapper.scroll-bottom-shadow:after{content:"";width:97.5%;height:4px;bottom:-4px;position:absolute;box-shadow:0 -2px 4px #00000029}.job-select-wrapper .job-header-wrap{display:flex;align-items:center;border-bottom:1px solid #ECEEEF;width:auto;gap:10px;padding:1.5px 0;margin-right:38px}.job-select-wrapper .job-header-wrap p{margin-bottom:0;text-align:left;font-size:12px;font-weight:700;letter-spacing:0px;color:#3c4043;text-transform:uppercase;opacity:1}.job-select-table-wrapper .job-body-wrap{margin-top:10px;border-bottom:1px solid #ECEEEF}.rates-main-wrapper .rates-table-wrapper.no-scroll-right-space .rates-table-main-wrapper .rates-table-inner-wrapper{margin-right:15px}.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-main-box-wrapper.no-scroll-right-space .assign-manage-box-wrapper .file-list-assign-manage-form-wrapper,.assign-to-wrap-main-wrap.no-scroll-right-space .assigning-dropdown-wrapper .assigning-dropdown-inner-wrapper,.assign-to-wrap-main-wrap.no-scroll-right-space .editor-wrap-list .editor-wrap-inner-list,.job-select-wrapper.no-scroll-right-space .job-select-table-wrapper .job-body-inner-wrapper{margin-right:30px}.rates-main-wrapper .rates-table-wrapper.scroll-bottom-shadow.scroll-right-space .rates-table-main-wrapper .rates-table-inner-wrapper,.rates-main-wrapper .rates-table-wrapper.scroll-right-space .rates-table-main-wrapper .rates-table-inner-wrapper,.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-main-box-wrapper.scroll-right-space .assign-manage-box-wrapper .file-list-assign-manage-form-wrapper,.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-main-box-wrapper.scroll-bottom-shadow.scroll-right-space .assign-manage-box-wrapper .file-list-assign-manage-form-wrapper,.assign-to-wrap-main-wrap.scroll-right-space .assigning-dropdown-wrapper .assigning-dropdown-inner-wrapper,.assign-to-wrap-main-wrap.scroll-bottom-shadow.scroll-right-space .assigning-dropdown-wrapper .assigning-dropdown-inner-wrapper,.assign-to-wrap-main-wrap.scroll-right-space .editor-wrap-list .editor-wrap-inner-list,.assign-to-wrap-main-wrap.scroll-bottom-shadow.scroll-right-space .editor-wrap-list .editor-wrap-inner-list,.job-select-wrapper.scroll-right-space .job-select-table-wrapper .job-body-inner-wrapper,.job-select-wrapper.scroll-bottom-shadow.scroll-right-space .job-select-table-wrapper .job-body-inner-wrapper{margin-right:15px}.job-select-table-wrapper .job-body-wrap .job-body-wrap-item{display:flex;align-items:center;width:100%;border-radius:3px;padding:10.5px 0 10.5px 40px}.job-select-table-wrapper .job-body-wrap .job-body-wrap-item:not(:last-child){margin-bottom:5px}.job-select-table-wrapper .job-body-wrap .job-body-wrap-item.selected-job{background-color:#e5f1fb}.job-body-item .MuiCheckbox-root{padding:7px}.file-list-assign-main-wrapper.lsp-assign-inner-wrap .lsp-assign-manage-row .file-list-assign-manage-body{max-width:100%}.file-list-assign-main-wrapper.lsp-assign-inner-wrap .lsp-assign-manage-row .file-list-assign-manage-body.lsp-wrapper{padding:0;width:33%;display:flex;flex-direction:column;justify-content:space-between;height:100%}.file-list-assign-manage-body.lsp-wrapper.placeholder{background-image:repeating-linear-gradient(-12deg,#c0c8ce,#c0c8ce 8px,transparent 8px,transparent 14px,#c0c8ce 14px),repeating-linear-gradient(78deg,#c0c8ce,#c0c8ce 8px,transparent 8px,transparent 14px,#c0c8ce 14px),repeating-linear-gradient(168deg,#c0c8ce,#c0c8ce 8px,transparent 8px,transparent 14px,#c0c8ce 14px),repeating-linear-gradient(258deg,#c0c8ce,#c0c8ce 8px,transparent 8px,transparent 14px,#c0c8ce 14px);background-size:2px 100%,100% 2px,2px 100%,100% 2px;background-position:0 0,0 0,100% 0,0 100%;background-repeat:no-repeat;border-radius:5px;text-align:center;justify-content:center!important;align-items:center}.assign-manage-main-box-wrapper.placeholder{background-image:repeating-linear-gradient(-12deg,#c0c8ce,#c0c8ce 8px,transparent 8px,transparent 14px,#c0c8ce 14px),repeating-linear-gradient(78deg,#c0c8ce,#c0c8ce 8px,transparent 8px,transparent 14px,#c0c8ce 14px),repeating-linear-gradient(168deg,#c0c8ce,#c0c8ce 8px,transparent 8px,transparent 14px,#c0c8ce 14px),repeating-linear-gradient(258deg,#c0c8ce,#c0c8ce 8px,transparent 8px,transparent 14px,#c0c8ce 14px);background-size:2px 100%,100% 2px,2px 100%,100% 2px;background-position:0 0,0 0,100% 0,0 100%;background-repeat:no-repeat;border-radius:5px;text-align:center;display:flex;flex-direction:column;justify-content:center!important;align-items:center;padding-left:0;margin-left:0}.assign-manage-main-box-wrapper.placeholder .note,.file-list-assign-manage-body.lsp-wrapper.placeholder .note{font-style:normal;font-weight:400;font-size:14px;line-height:15px;color:#8b8e9b;margin-bottom:0;margin-top:18px}.file-list-assign-main-wrapper.lsp-assign-inner-wrap .lsp-assign-manage-row .file-list-assign-manage-body.lsp-wrapper .file-list-assign-manage-form-wrapper{border:1px solid #EBEBEB;border-radius:8px;padding:30px 24px 27px 30px;height:100%;overflow-x:hidden;overflow-y:auto}.job-select-table-wrapper .job-body-wrap .job-body-wrap-item .job-body-item:first-child,.job-select-table-wrapper .job-header-wrap .job-header-item:first-child{max-width:100%}.job-select-table-wrapper .job-body-wrap .job-body-wrap-item .job-body-item:nth-child(2),.job-select-table-wrapper .job-header-wrap .job-header-item:nth-child(2){width:45%;max-width:100%}.job-select-table-wrapper .job-body-wrap .job-body-wrap-item .job-body-item:last-child,.job-select-table-wrapper .job-header-wrap .job-header-item:last-child{width:100%;max-width:100%}.job-select-table-wrapper .job-header-wrap .job-header-item p{font-style:normal;font-weight:700;font-size:12px;line-height:24px;color:#3c4043;margin-bottom:0}.job-options-list{align-items:center}.job-options-list-label{display:flex;align-items:center;margin-bottom:0}.rates-row-wrap-item .rates-lang-pair,.job-select-table-wrapper .job-body-wrap .job-body-wrap-item .job-body-item .document-wrap,.job-select-table-wrapper .job-body-wrap .job-body-wrap-item .job-body-item .job-lang-pair{display:flex;align-items:center}.job-options-list-label span.bg-capsule{background-color:#0074d31a}.job-select-table-wrapper .job-body-wrap .job-body-wrap-item .job-body-item .document-wrap .proj-name{display:flex;align-items:center}.job-select-table-wrapper .job-body-wrap .job-body-wrap-item .job-body-item .document-wrap .proj-name .extension{font-style:normal;font-weight:400;font-size:13px;line-height:14px;color:#3c4043;margin-bottom:0}.job-select-table-wrapper .job-body-wrap .job-body-wrap-item .job-body-item .document-wrap .proj-name p{font-style:normal;font-weight:400;font-size:13px;line-height:14px;color:#3c4043;margin-bottom:0;margin-left:4px;white-space:nowrap;width:100%;max-width:150px;overflow:hidden;text-overflow:ellipsis}.job-select-table-wrapper .job-body-wrap .job-body-wrap-item .job-body-item .document-wrap .word-count{font-style:normal;font-weight:400;font-size:12px;color:#3c4043;margin-bottom:0;padding:1px 6px;background-color:#e4e8eb;mix-blend-mode:multiply;border-radius:2px;margin-left:6px}.rates-row-wrap-item .rates-lang-pair span{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#0074d3}.job-options-list-label span,.job-select-table-wrapper .job-body-wrap .job-body-wrap-item .job-body-item .job-lang-pair span,.lang-pair-wrap-lsp-assaig .job-lang-pair span{padding:2px 5px;border-radius:2px;background-color:#e8f0fe;font-style:normal;font-weight:400;font-size:13px;line-height:14px;color:#0074d3}.lang-pair-wrap-lsp-assaig{display:flex;gap:7px;align-items:center}.select-assign-editor-reviewer-wrapper{position:relative}.assigning-dropdown-wrapper .assigning-dropdown-inner-wrapper{padding-bottom:20px}.assigning-dropdown-wrapper{height:calc(100% - 36px);overflow:auto;margin-right:8px}.assigning-dropdown-wrapper.hide{box-shadow:0 6px 16px #00000042;transition:box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms}.assigning-input-area{border-bottom:1px solid #E4E7E9;padding-bottom:6px;height:36px;display:flex;align-items:center;margin-right:38px}.assigning-input-area .value-wrap .value-capsule{width:fit-content;width:-moz-fit-content;max-width:100%;background:#f3f3f3;border-radius:4px;display:flex;align-items:center;height:34px;padding:4px 8px}.assigning-input-area input{width:100%;height:100%;font-style:normal;font-weight:400;font-size:14px;color:#3c4043;border:none}.assigning-input-area input::-moz-placeholder{font-style:normal;font-weight:400;font-size:14px;color:#9b9fa2;padding-left:8px}.assigning-input-area input::placeholder{font-style:normal;font-weight:400;font-size:14px;color:#9b9fa2;padding-left:8px}.assigning-input-area.add-border,.assigning-input-area:focus-within{border-bottom:2px solid #0074d3;height:36px}.assigning-dropdown-wrapper .internal-users,.assigning-dropdown-wrapper .external-wrapper{padding-top:8px;border-bottom:2px solid #ECEDF0}.assigning-dropdown-wrapper .external-wrapper.taskassigned-wrapper{position:sticky;top:0;z-index:10;background:#fff}.assigning-dropdown-wrapper .internal-users .header,.assigning-dropdown-wrapper .external-wrapper .header{display:flex;align-items:center;justify-content:space-between}.assigning-dropdown-wrapper .internal-users .header p,.assigning-dropdown-wrapper .external-wrapper .header p{font-style:normal;font-weight:700;font-size:12px;line-height:24px;color:#3c4043;margin-bottom:0}.assigning-dropdown-wrapper .internal-users .header a,.assigning-dropdown-wrapper .external-wrapper .header a{font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#0074d3;margin-bottom:0}.assigning-dropdown-wrapper .internal-users .header a:hover,.assigning-dropdown-wrapper .external-wrapper .header a:hover{text-decoration:underline}.assigning-input-area .value-wrap .value-capsule .remove{height:18px;width:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:.4s all ease;cursor:pointer}.assigning-input-area .value-wrap .value-capsule .remove:hover{background-color:#f3f3f3}.assigning-input-area .value-wrap .value-capsule .remove .remove-member{color:#5f6368;font-size:18px}.select-pair .source-term-select__value-container.source-term-select__value-container--has-value{width:135px!important}.job-select-search-area{display:flex;align-items:center;border-bottom:1px solid #E4E7E9;height:36px;margin-right:38px}.job-select-search-area:focus-within{border-bottom:2px solid #0074d3;height:36px}.job-select-search-area input.search-task{border:0px;border-radius:0;padding:0 5px 0 0;display:block;width:95.7%;font-style:normal;font-weight:400;font-size:14px;line-height:1.1;color:#3c4043;transition:.3s all ease}.assigning-input-area .search-icon,.job-select-search-area .search-icon{color:#7f7f7f;font-size:18px}.job-select-search-area input.search-task::-moz-placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#9b9fa2;padding-left:8px}.job-select-search-area input.search-task::placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#9b9fa2;padding-left:8px}.confirm-rates-link{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#0074d3;margin-bottom:0;cursor:pointer}.confirm-rates-link:hover{color:#0074d3;text-decoration:underline}.set-rate-note{background-color:#fef5dc;padding:3px 12px 3px 9px;border-radius:3px;display:flex;align-items:center;font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#3c4043;margin-bottom:0;margin-left:10px}.set-rate-note .error-icon{color:#ffc021;font-size:20px;margin-right:6px}.reason-modal-button-wrap{display:flex;align-items:center;justify-content:flex-end}.reason-modal-button-wrap .success-blue-btn{background-color:#0074d3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:10px 15px!important;min-width:100px;border:none!important;font-style:normal;font-weight:500;font-size:14px;line-height:14px;text-align:center;color:#fff;display:flex;justify-content:center;margin-left:10px}.reason-modal-button-wrap .cancel-grey-btn{background-color:#f3f3f3!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:10px 15px!important;min-width:100px;border:none!important;font-style:normal;font-weight:500;font-size:14px;line-height:14px;text-align:center;color:#3c4043;display:flex;justify-content:center}.open-as-button-wrapper .workspace-files-OpenProjectButton{display:flex;align-items:center;justify-content:flex-end;margin-right:0!important}.open-as-button-wrapper .workspace-files-OpenProjectButton .arrow2-right{color:#fff;font-size:16.8px;margin-left:5px}.reason-modal-body-wrapper{display:flex;flex-direction:column}.reason-modal-body-wrapper .title{font-style:normal;font-weight:700;font-size:22px;line-height:24px;color:#3c4043;margin-bottom:15px}.reason-modal-body-wrapper .reason-modal-textarea{background:#f3f3f3;border-radius:4px;width:100%;font-style:normal;font-weight:400;font-size:14px;line-height:1.1;color:#222;height:115px;border-color:transparent;border-style:solid;border-width:0px 0px 2px 0px;padding:7px 9px;resize:none;overflow:auto}.reason-modal-body-wrapper small.note{color:#8f8f8f;text-align:right;margin-top:5px}.reason-modal-body-wrapper .reason-modal-textarea:focus{border-color:#0074d3;border-width:0px 0px 2px 0px;height:115px}.assigned-member-info-wrapper .assign-member-header-area{padding:18px 22px 21px;border-bottom:1px solid #DADCE0}.assigned-member-info-wrapper .assign-member-header-area .header-info-area-row{display:flex;align-items:center}.assigned-member-info-wrapper .assign-member-header-area .header-info-area-row .image-or-no-avatar-wrap{box-shadow:0 3px 6px #0003;border:2px solid #FFFFFF;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center}.assigned-member-info-wrapper .assign-member-header-area .header-info-area-row .name-info-area{flex-grow:1}.assigned-member-info-wrapper .assign-member-header-area .header-info-area-row .image-or-no-avatar-wrap img{width:58px;height:58px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.assigned-member-info-wrapper .assign-member-header-area .header-info-area-row .image-or-no-avatar-wrap .no-avatar{width:58px;height:58px;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:500;font-size:28px;line-height:24px;color:#fff;background-color:#0074d3;border-radius:50%}.assigned-member-info-wrapper .assign-member-header-area .header-info-area-row .name-info-area{display:flex;text-align:start;flex-direction:column;margin-left:14px}.assigned-member-info-wrapper .assign-member-header-area .header-info-area-row .name-info-area h1{font-style:normal;font-weight:500;font-size:18px;line-height:24px;color:#222;margin-bottom:4px}.assigned-member-info-wrapper .assign-member-header-area .header-info-area-row .name-info-area p{font-style:normal;font-weight:500;font-size:13px;line-height:24px;color:#474848;margin-bottom:0}.assigned-member-info-wrapper .assign-member-header-area .header-info-area-row .name-info-area p span{font-weight:700;color:#222}.assigned-member-info-wrapper .assign-member-header-area .header-info-area .header-btn-row{display:flex;align-items:center;text-align:start;margin-top:16px}.assigned-member-info-wrapper .assign-member-header-area .header-info-area .header-btn-row .info-blue-btn{padding:6px 10px 7px 13px;border-radius:2px;background-color:#0074d3;font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#fff;margin-bottom:0;height:32px;min-width:100px;margin-right:12px}.assigned-member-info-wrapper .assign-member-header-area .header-info-area .header-btn-row .info-grey-btn{padding:6px 10px 7px 13px;border-radius:2px;background-color:#f6f6f6;font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#474848;margin-bottom:0;height:32px;min-width:90px;margin-right:12px}.assigned-member-info-wrapper .assign-member-header-area .header-info-area .header-btn-row .icon-btn{width:30px;height:30px;display:flex!important;align-items:center!important;justify-content:center!important;background-color:transparent!important;border-radius:50%!important;cursor:pointer!important;transition:.3s all ease;margin-right:0!important}.assigned-member-info-wrapper .assign-member-header-area .header-info-area .header-btn-row .icon-btn:first-child{margin-right:8px!important}.assigned-member-info-wrapper .assign-member-header-area .header-info-area .header-btn-row .icon-btn:hover{background-color:#e9e9e9!important;transition:.3s all ease}.assigned-member-info-wrapper .assign-member-header-area .header-info-area .header-btn-row .icon-btn .edit-icon{color:#474848;font-size:20px}.assigned-member-info-wrapper .assign-member-header-area .header-info-area .header-btn-row .icon-btn .remove-person-icon{color:#474848;font-size:19px}.assigned-member-info-wrapper .assign-member-more-info{padding:19px 22px 24px}.assigned-member-info-wrapper .assign-member-more-info .more-info-row{display:flex;text-align:start;flex-direction:column}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item{display:flex;align-items:center}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item:not(:last-child){margin-bottom:16px}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-title-area{width:auto;min-width:100px;padding-right:10px}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-title-area p{font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#474848;margin-bottom:0}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area p.link{font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#0074d3;margin-bottom:0}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-status-details{display:flex;align-items:center;padding-left:8.7px}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area p.link:hover{text-decoration:underline;cursor:pointer}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area{flex-grow:1}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-word-progress-bar-wrap,.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-member-name{display:flex;align-items:center}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-member-name .timer-icon{color:#767676;font-size:23px}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-member-name span{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:500;font-size:12px;line-height:16px;color:#fff;letter-spacing:1px;background-color:#0074d3;border-radius:50%}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-member-name p.time{margin-left:10px}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-member-name p.time,.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-member-name p.name{font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#222;margin-bottom:0;margin-left:6px}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-status-details .status-indicator-completed,.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-status-details .status-indicator-in-progress-color,.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-status-details .status-indicator-created{margin-right:0!important}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-status-details p{font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#222;margin-bottom:0;margin-left:14px}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-word-progress-bar-wrap .progress-bar-outline{width:80px;padding-right:8px}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-word-progress-bar-wrap .progress-bar-outline .progress-bar-completing-indicator{padding:0;width:100%;height:6px;overflow:hidden;background:#e5e5e5;border-radius:30px}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-word-progress-bar-wrap .progress-bar-outline .progress-bar-completing-indicator .bar-file-completion-fill{position:relative;float:left;min-width:1%;height:100%;background:#87c1f4;border-radius:30px}.assigned-member-info-wrapper .assign-member-more-info .more-info-row .more-info-item .assigned-value-area .assigned-word-progress-bar-wrap .progress-bar-percentage-txt span{font-style:normal;font-weight:400;font-size:13px;line-height:24px;color:#222;margin-bottom:0}.custom-time-picker.default-time-picker,.custom-time-picker.assign-time-picker{position:relative}.custom-time-picker.default-time-picker{margin-left:25px}.custom-time-picker.default-time-picker input{border-color:#ced4da;border-width:1px;border-style:solid;padding:10px 19px 10px 21px;border-radius:3px;background-color:transparent;width:100%;font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#3c4043;cursor:auto}.custom-time-picker.default-time-picker input::-moz-placeholder{font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#9b9fa2}.custom-time-picker.default-time-picker input::placeholder{font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#9b9fa2}.custom-time-picker.default-time-picker input:focus,.custom-time-picker.default-time-picker input:hover{border-radius:3px}.custom-time-picker.assign-time-picker input{border-color:#e4e7e9;border-width:0px 0px 1px 0px;border-style:solid;background-color:transparent;padding:6px;width:75px;height:28px;text-align:center;font-size:14px;font-weight:400;line-height:24px;color:#3c4043;cursor:auto}.custom-time-picker.assign-time-picker input:focus,.custom-time-picker.assign-time-picker input:hover{background-color:#f3f3f3;border-radius:4px}.custom-time-picker.assign-time-picker input:focus{border-color:#0074d3}.custom-time-picker.default-time-picker ul.time-list-options{width:100%!important;left:0!important;height:150px!important}.custom-time-picker ul.time-list-options{box-shadow:0 3px 6px #00000029;border:1px solid #0000000D;border-radius:4px;position:absolute;overflow:auto;width:120px;height:250px;left:-25px;z-index:100;list-style-type:none;background-color:#fff;padding:6px 0;margin-bottom:0}.custom-time-picker ul.time-list-options li{font-size:13px;line-height:24px;color:#3c4043;padding:3px 8px;font-weight:400;cursor:pointer}.custom-time-picker ul.time-list-options li:hover{background-color:#f4f5f7}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap .options-selected-area .upload-file-area{width:100%}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap .options-selected-area .add-attachment-area{padding:6px;border:1px dashed #C1C7D0;border-radius:4px;font-size:14px;line-height:18px;color:#0074d3;font-weight:400;cursor:pointer;height:31px;text-align:center;width:100%}.uploaded-file-wrapper{display:flex;align-items:center;height:auto;width:100%}.editor-wrap-list::-webkit-scrollbar-thumb{background-color:#e0e0e0!important;border-radius:50px!important;border:4px solid #ffffff!important}.uploaded-file-wrapper .right-arrow,.uploaded-file-wrapper .left-arrow{height:100%;display:flex;align-items:center;cursor:pointer}.uploaded-file-wrapper .right-arrow.disabled,.uploaded-file-wrapper .left-arrow.disabled{pointer-events:none;opacity:.4;cursor:context-menu}.uploaded-file-wrapper .right-arrow .navigate-icon,.uploaded-file-wrapper .left-arrow .navigate-icon{color:#000;font-size:20px}.uploaded-file-wrapper .right-arrow .navigate-icon{margin-left:4px}.uploaded-file-wrapper .left-arrow .navigate-icon{margin-right:4px}.uploaded-file-wrapper .file-list-arrow-wrapper{width:100%;display:flex;flex-direction:column;padding:0 4px;margin-top:10px}.uploaded-file-wrapper .file-list-arrow-wrapper.add-border{border-right:2px solid #00000033;border-left:2px solid #00000033}.uploaded-file-wrapper .file-list-arrow-wrapper .audio-file-list-item{display:flex;align-items:center;justify-content:space-between;padding:5px;background-color:#f3f3f3;border-radius:4px}.uploaded-file-wrapper .file-list-arrow-wrapper .audio-file-list-item:hover{background-color:#e1e5ea}.uploaded-file-wrapper .file-list-arrow-wrapper .audio-file-list-item:not(:last-child){margin-bottom:6px}.uploaded-file-wrapper .file-list-arrow-wrapper .audio-file-list-item .audio-file-delete{width:25px;height:25px;cursor:pointer}.uploaded-file-wrapper .file-list-arrow-wrapper .audio-file-list-item .audio-file-delete:hover{background-color:#e1e5ea}.uploaded-file-wrapper .file-list-arrow-wrapper .audio-file-list-item .file-info-wrapper{display:flex;align-items:center;margin-right:8px}.uploaded-file-wrapper .file-list-arrow-wrapper .audio-file-list-item .file-info-wrapper .file-name-wrap .title{display:flex;align-items:center}.uploaded-file-wrapper .file-list-arrow-wrapper .audio-file-list-item .file-info-wrapper .file-name-wrap .title p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:160px}.uploaded-file-wrapper .file-list-arrow-wrapper .audio-file-list-item .file-info-wrapper .file-name-wrap .title span,.uploaded-file-wrapper .file-list-arrow-wrapper .audio-file-list-item .file-info-wrapper .file-name-wrap .title p{font-size:12px;line-height:24px;color:#222;font-weight:400;margin-bottom:0}.uploaded-file-wrapper .file-list-arrow-wrapper .audio-file-list-item .file-info-wrapper .file-name-wrap{margin-left:9px}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap:last-child{width:100%;align-items:baseline}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap:last-child .icon-label-wrap{width:30%}.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap:last-child .options-selected-area{width:70%}.uploaded-file-wrapper .file-list-arrow-wrapper::-webkit-scrollbar{display:none}.assignment-reference-inner-modal .rodal-dialog,.project-list-po-confirm-main-wrapper .rodal-dialog{background:#fff;box-shadow:0 20px 43px #0000004d!important;border-radius:10px;width:min(100%,1118px)!important;height:-moz-fit-content!important;height:fit-content!important;max-height:calc(100vh - 80px)!important;padding:30px 31px!important;transition:.3s height ease-in-out}.assignment-reference-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.conform-po-manage-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.assigment-reference-modal-body{display:flex;justify-content:space-between}.assignment-reference-modal-header h1.title,.conform-po-manage-header h1.title{font-style:normal;font-weight:500;line-height:24px;font-size:22px;color:#3c4043;margin-bottom:0}.conform-po-manage-header .close-btn,.assignment-reference-modal-header .close-btn{height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:.4s all ease}.conform-po-manage-header .close-btn .header-close,.assignment-reference-modal-header .close-btn .header-close{color:#5f6368}.assignment-reference-modal-header .close-btn:hover,.conform-po-manage-header .close-btn:hover{background:#e9eaea;cursor:pointer}.assigment-reference-modal-body .assignment-job-list{width:70%;max-width:100%;margin-right:15px;margin-top:26px}.assigment-reference-modal-body .assignment-additional-info-wrapper{width:30%;max-width:100%;padding:26px 24px 26px 17px;border-radius:3px;border:1px solid #EBEBEB;display:flex;flex-direction:column;position:sticky;top:0}.assigment-additional-inner-wrap .additional-info-wrapper{margin-bottom:20px}.additional-info-wrapper .editor-info-wrap{display:flex;align-items:center}.additional-info-wrapper .editor-info-wrap .no-avatar{display:flex;align-items:center;justify-content:center;min-width:24px;width:24px;height:24px;background-color:#0074d3;border-radius:50%;font-size:13px;font-weight:400;color:#fff;line-height:24px;margin-bottom:0}.additional-info-wrapper .editor-info-wrap img{width:24px;height:24px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}.additional-info-wrapper .editor-info-wrap .profile-name{font-style:normal;font-weight:400;line-height:24px;font-size:13px;color:#3c4043;margin-bottom:0;margin-left:10px;white-space:nowrap;width:auto;overflow:hidden;text-overflow:ellipsis}.assigment-additional-inner-wrap .additional-info-wrapper .title{font-style:normal;font-weight:500;line-height:24px;font-size:13px;color:#3c4043;margin-bottom:10px}.assigment-additional-inner-wrap .additional-info-wrapper .text-area{padding:7px 18px 7px 8px;background:#f3f3f3;border-radius:4px;font-style:normal;font-weight:400;line-height:20px;font-size:13px;color:#3c4043}.assigment-additional-inner-wrap .additional-info-wrapper .additional-file-list-wrap{display:flex;align-items:center;padding:4px;background:#f3f3f3;border-radius:4px}.assigment-additional-inner-wrap .additional-info-wrapper .additional-file-list-wrap:not(:last-child){margin-bottom:10px}.assigment-additional-inner-wrap .additional-info-wrapper .additional-file-list-wrap p.proj-name{font-style:normal;font-weight:400;line-height:24px;font-size:13px;color:#3c4043;margin-bottom:0;white-space:nowrap;width:auto;overflow:hidden;text-overflow:ellipsis;padding-left:8px}.assigment-additional-inner-wrap .additional-info-wrapper .additional-file-list-wrap img{width:16px}.assigment-additional-inner-wrap .additional-info-wrapper .additional-file-list-wrap p.extension{font-style:normal;font-weight:400;line-height:24px;font-size:13px;color:#3c4043;margin-bottom:0;padding-left:0}.assigment-reference-modal-body .assignment-job-list .assignment-table-header-wrapper{padding-bottom:6px}.assigment-reference-modal-body .assignment-job-list .assignment-table-header-wrapper,.conform-po-manage-body .conform-table-wrapper .conform-table-header-wrapper{display:flex;align-items:center;border-bottom:1px solid #c7c7c763}.assigment-reference-modal-body .assignment-job-list .assignment-table-header-wrapper .file-header-item span,.conform-po-manage-body .conform-table-wrapper .conform-table-header-wrapper .file-header-item span{font-style:normal;font-weight:500;line-height:24px;font-size:13px;color:#3c4043;margin-bottom:0}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper{overflow-y:auto;overflow-x:hidden;max-height:670px}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item{display:flex;flex-direction:column;width:100%}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item{display:flex;align-items:center;width:100%}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row:hover{background-color:#f3f3f3;cursor:pointer}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row.selected:hover,.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row.selected{background-color:#e5f1fb}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .lang-pair-main-wrapper,.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row .file-body-item:first-child,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:nth-child(2),.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .lang-pair-main-wrapper{display:flex;align-items:center}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row .file-body-item:first-child .project-name-wrap,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:nth-child(2) .project-name-wrap{display:flex;align-items:center}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row .file-body-item:first-child .project-name-wrap p,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:nth-child(2) .project-name-wrap p{font-style:normal;font-weight:400;font-size:12px;line-height:22px;color:#3c4043;margin-bottom:0;margin-left:4px;margin-right:13px;white-space:nowrap;width:115px;overflow:hidden;text-overflow:ellipsis}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item{margin-top:22px}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row .file-body-item:first-child .project-name-wrap span,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:nth-child(2) .project-name-wrap span{font-style:normal;font-weight:400;font-size:12px;color:#3c4043;margin-bottom:0;padding:1px 6px;background-color:#e4e8eb;border-radius:2px}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row .file-body-item:first-child,.assigment-reference-modal-body .assignment-job-list .assignment-table-header-wrapper .file-header-item:first-child{padding-left:20px}.assigment-reference-modal-body .assignment-job-list .assignment-table-header-wrapper .file-header-item:first-child,.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row .file-body-item:first-child{width:33%;max-width:100%}.assigment-reference-modal-body .assignment-job-list .assignment-table-header-wrapper .file-header-item:nth-child(2),.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row .file-body-item:nth-child(2){width:15%;max-width:100%}.assigment-reference-modal-body .assignment-job-list .assignment-table-header-wrapper .file-header-item:nth-child(3),.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row .file-body-item:nth-child(3){width:15%;max-width:100%}.assigment-reference-modal-body .assignment-job-list .assignment-table-header-wrapper .file-header-item:nth-child(4),.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row .file-body-item:nth-child(4){width:17%;max-width:100%}.assigment-reference-modal-body .assignment-job-list .assignment-table-header-wrapper .file-header-item:last-child,.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row .file-body-item:last-child{width:20%;max-width:100%}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .lang-pair-main-wrapper{width:30%;max-width:100%;margin-bottom:10px}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .lang-pair-main-wrapper{width:25%;max-width:100%}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:first-child,.conform-po-manage-body .conform-table-wrapper .conform-table-header-wrapper .file-header-item:first-child{width:3.6%;max-width:100%}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:nth-child(2),.conform-po-manage-body .conform-table-wrapper .conform-table-header-wrapper .file-header-item:nth-child(2){width:21.4%;max-width:100%}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:nth-child(3),.conform-po-manage-body .conform-table-wrapper .conform-table-header-wrapper .file-header-item:nth-child(3){width:11%;max-width:100%}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:nth-child(4),.conform-po-manage-body .conform-table-wrapper .conform-table-header-wrapper .file-header-item:nth-child(4){width:9%;max-width:100%}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:nth-child(5),.conform-po-manage-body .conform-table-wrapper .conform-table-header-wrapper .file-header-item:nth-child(5){width:9%;max-width:100%}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:nth-child(6),.conform-po-manage-body .conform-table-wrapper .conform-table-header-wrapper .file-header-item:nth-child(6){width:11%;max-width:100%}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:nth-child(7),.conform-po-manage-body .conform-table-wrapper .conform-table-header-wrapper .file-header-item:nth-child(7){width:12%;max-width:100%}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:last-child,.conform-po-manage-body .conform-table-wrapper .conform-table-header-wrapper .file-header-item:last-child{width:23%;max-width:100%}.conform-po-manage-body .conform-table-wrapper .conform-table-header-wrapper .file-header-item:last-child{padding-left:10px}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:nth-child(5) .value{width:50px;text-align:right}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:last-child .inside-btn-wrapper{display:flex;align-items:center;justify-content:flex-end;width:100%}.inside-action-info-wrapper{display:flex;align-items:center;width:100%;padding-left:12px}.inside-action-info-wrapper .accepted{display:flex;align-items:center}.inside-action-info-wrapper .accepted .accept-icon{color:#0074d3;font-size:24px}.inside-action-info-wrapper .accepted span{font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#0074d3;margin-left:6px;margin-bottom:0}.inside-action-info-wrapper .pending .pending-icon{color:#7f7f7f;font-size:24px}.inside-action-info-wrapper .pending span{font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#3c4043;margin-left:6px;margin-bottom:0}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .lang-pair-main-wrapper .lang-pair,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .lang-pair{display:flex;align-items:center;margin-bottom:0}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .lang-pair-main-wrapper .lang-pair span,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .lang-pair span{padding:2px 5px;border-radius:2px;background-color:#e8f0fe;font-style:normal;font-weight:400;font-size:13px;line-height:14px;color:#0074d3}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row .file-body-item .value,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item .value{font-style:normal;font-weight:400;font-size:12px;line-height:22px;color:#3c4043;margin-bottom:0}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row .file-body-item{height:51px;display:flex;align-items:center}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item{height:55px;display:flex;align-items:center}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item .accept-btn-wrapper{font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#fff;margin-bottom:0;padding:6.5px 20px;border-radius:2px;max-width:95px;background-color:#0074d3}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item .req-change-btn-wrapper{font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#0074d3;margin-bottom:0;padding:6.5px 20px;border-radius:2px;max-width:190px;background-color:#dbefff;margin-left:10px}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item:not(:first-child) .file-body-item{border-bottom:1px solid #c7c7c763}.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row:last-child,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item:last-child .file-body-item{border-bottom:1px solid #c7c7c7}.conform-po-manage-footer{margin-top:26px}.conform-po-manage-footer .conform-po-manage-button-row{display:flex;align-items:center;justify-content:flex-end}.conform-po-manage-footer .conform-po-manage-button-row .deselect-btn-wrapper{font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#3c4043;margin-bottom:0;padding:6.5px 20px;border-radius:2px;max-width:115px;background-color:#eceff0;margin-right:10px}.conform-po-manage-footer .conform-po-manage-button-row .accept-all-btn-wrapper{font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:#fff;margin-bottom:0;padding:6.5px 20px;border-radius:2px;max-width:115px;background-color:#0074d3}.choicelist-wrapper-container .choicelist-wrap-list::-webkit-scrollbar,.file-list-assign-main-wrapper.lsp-assign-inner-wrap .lsp-assign-manage-row .file-list-assign-manage-body.lsp-wrapper .file-list-assign-manage-form-wrapper::-webkit-scrollbar,.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap .options-selected-area .assign-manage-textarea::-webkit-scrollbar,.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-box-wrapper::-webkit-scrollbar,.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-info-box .assign-manage-info-body::-webkit-scrollbar,.job-select-table-wrapper::-webkit-scrollbar,.rates-main-wrapper .rates-table-wrapper .rates-table-main-wrapper::-webkit-scrollbar,.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper::-webkit-scrollbar,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper::-webkit-scrollbar,.job-select-table-wrapper .job-body-wrap::-webkit-scrollbar,.editor-wrap-list::-webkit-scrollbar,.instant-unit-select__menu-list::-webkit-scrollbar,.instant-currency-select__menu-list::-webkit-scrollbar,.file-list-assign-main-wrapper .file-list-assign-manage-body::-webkit-scrollbar,.custom-time-picker ul.time-list-options::-webkit-scrollbar,.MuiCalendarPicker-viewTransitionContainer::-webkit-scrollbar,.project-type-list__menu-list::-webkit-scrollbar,.assigning-dropdown-wrapper::-webkit-scrollbar{width:14px}.choicelist-wrapper-container .choicelist-wrap-list::-webkit-scrollbar-track,.file-list-assign-main-wrapper.lsp-assign-inner-wrap .lsp-assign-manage-row .file-list-assign-manage-body.lsp-wrapper .file-list-assign-manage-form-wrapper::-webkit-scrollbar-track,.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap .options-selected-area .assign-manage-textarea::-webkit-scrollbar-track,.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-box-wrapper::-webkit-scrollbar-track,.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-info-box .assign-manage-info-body::-webkit-scrollbar-track,.job-select-table-wrapper::-webkit-scrollbar-track,.rates-main-wrapper .rates-table-wrapper .rates-table-main-wrapper::-webkit-scrollbar-track,.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper::-webkit-scrollbar-track,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper::-webkit-scrollbar-track,.editor-wrap-list::-webkit-scrollbar-track,.instant-unit-select__menu-list::-webkit-scrollbar-track,.instant-currency-select__menu-list::-webkit-scrollbar-track,.file-list-assign-main-wrapper .file-list-assign-manage-body::-webkit-scrollbar-track,.custom-time-picker ul.time-list-options::-webkit-scrollbar-track,.MuiCalendarPicker-viewTransitionContainer::-webkit-scrollbar-track,.project-type-list__menu-list::-webkit-scrollbar-track,.assigning-dropdown-wrapper::-webkit-scrollbar-track{background:transparent}.choicelist-wrapper-container .choicelist-wrap-list::-webkit-scrollbar-thumb,.file-list-assign-main-wrapper.lsp-assign-inner-wrap .lsp-assign-manage-row .file-list-assign-manage-body.lsp-wrapper .file-list-assign-manage-form-wrapper::-webkit-scrollbar-thumb,.file-list-assign-manage-body .file-list-assign-manage-form-wrapper .assign-to-wrap .options-selected-area .assign-manage-textarea::-webkit-scrollbar-thumb,.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-box-wrapper::-webkit-scrollbar-thumb,.project-list-assign-modal .file-list-assign-main-wrapper .file-list-assign-manage-body .assign-manage-info-box .assign-manage-info-body::-webkit-scrollbar-thumb,.job-select-table-wrapper::-webkit-scrollbar-thumb,.rates-main-wrapper .rates-table-wrapper .rates-table-main-wrapper::-webkit-scrollbar-thumb,.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper::-webkit-scrollbar-thumb,.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper::-webkit-scrollbar-thumb{background-color:#e0e0e0;border-radius:50px;border:4px solid #ffffff}.instant-unit-select__menu-list::-webkit-scrollbar-thumb,.instant-currency-select__menu-list::-webkit-scrollbar-thumb,.file-list-assign-main-wrapper .file-list-assign-manage-body::-webkit-scrollbar-thumb,.custom-time-picker ul.time-list-options::-webkit-scrollbar-thumb,.MuiCalendarPicker-viewTransitionContainer::-webkit-scrollbar-thumb,.project-type-list__menu-list::-webkit-scrollbar-thumb,.assigning-dropdown-wrapper::-webkit-scrollbar-thumb{background-color:#c3c4c6;border-radius:50px;border:4px solid #ffffff}.note-editable-loader:after{content:" .";font-size:50px;text-align:center;animation:dots 1s steps(5,end) infinite}@keyframes dots{0%,20%{color:#0000;text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}40%{color:#212529;text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}60%{text-shadow:.25em 0 0 #212529,.5em 0 0 rgba(0,0,0,0)}80%,to{text-shadow:.25em 0 0 #212529,.5em 0 0 #212529}}.segment-list del{background:#fbb;mix-blend-mode:multiply}.segment-list ins{background:#d6e9f8;mix-blend-mode:multiply}.segment-section{padding:0 27px}.segment-section table.table-bordered{border:0px;width:100%}.segment-section .table-bordered thead,.segment-section .table-bordered thead tr{display:flex;align-items:center;width:100%}.segment-section .table-bordered tbody{display:flex;flex-direction:column;width:100%}.segment-section .table-bordered tbody tr{display:flex;width:100%}.segment-section .table-bordered thead tr th{font-style:normal;font-weight:500;font-size:13px;line-height:22px;color:#3c4043;margin-bottom:0;border-top:0px solid #E5E5E5;border-left:0px solid #E5E5E5;border-right:0px solid #E5E5E5;border-bottom:1px solid #E5E5E5;margin-right:30px;padding:7px 0}.segment-section .table-bordered tbody tr{border-bottom:1px solid #ECECEC}.table-bordered td,.segment-section .table-bordered tbody tr td{padding:8px 0;margin-right:30px;border:0px solid #E5E5E5!important}.segment-section .table-bordered tbody tr td .segment-list{padding:10px 31px 11px 13px;border-radius:4px;background-color:#f6f6f6;font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#3c4043;margin-bottom:0}.segment-section .table-bordered tbody tr td .segment-text{font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#3c4043;margin-bottom:0}.segment-section .table-bordered tbody tr td:first-child,.segment-section .table-bordered thead tr th:first-child{width:55%;max-width:100%}.segment-section .table-bordered tbody tr td:nth-child(2),.segment-section .table-bordered thead tr th:nth-child(2){width:13%;max-width:100%}.segment-section .table-bordered tbody tr td:nth-child(3),.segment-section .table-bordered thead tr th:nth-child(3){width:8%;max-width:100%}.segment-section .table-bordered tbody tr td:nth-child(4),.segment-section .table-bordered thead tr th:nth-child(4){width:8%;max-width:100%}.segment-section .table-bordered tbody tr td:nth-child(5),.segment-section .table-bordered thead tr th:nth-child(5){width:8%;max-width:100%}.segment-section .table-bordered tbody tr td:last-child,.segment-section .table-bordered thead tr th:last-child{width:8%;max-width:100%;margin-right:0}.segment-section .table-bordered tbody tr td .segment-avatar-list{display:flex;align-items:center}.segment-section .table-bordered tbody tr td .segment-avatar-list span{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:500;font-size:12px;line-height:16px;color:#fff;letter-spacing:1px;background-color:#0074d3;border-radius:50%}.segment-section .table-bordered tbody tr td .segment-avatar-list p.name{font-style:normal;font-weight:400;font-size:12px;line-height:20px;color:#3c4043;margin-bottom:0;margin-left:10px}.progress-animate-button{padding:7px 15px!important;min-width:100px;background-color:#0074d3!important;border-radius:3px!important;position:relative}.progress-animate-button.progressing{min-width:135px}.progress-animate-button .button-loader-progress-row span{font-style:normal;font-weight:500;font-size:13px;line-height:14px;text-align:center;color:#fff}.progress-animate-button .button-loader-progress-row{display:flex;align-items:center;position:relative;z-index:2}.progress-animate-button .button-loader-progress-row .lds-spinner{display:flex;align-items:center;margin-right:6px;top:-9px}.progress-animate-button.progressing:after{content:"";position:absolute;height:100%;border-radius:3px!important;background-color:#4ca0e1;animation:progress 1.5s infinite ease-in-out}@keyframes progress{0%{left:0;width:0}50%{width:100%}to{right:0;width:0}}.main-update-settings-modal .rodal-dialog{width:670px!important;height:430px!important;box-shadow:0 3px 14px #00000038;border-radius:5px;background:#fff}.main-update-settings-modal{background:#0000004d;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.update-settings-modal-wrapper{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%;height:100%;padding:40px 30px}.update-settings-modal-wrapper .title{font-style:normal;font-weight:500;font-size:34px;line-height:1.5;text-align:center;color:#000;margin-bottom:0}.update-settings-modal-wrapper .sub-text{font-style:normal;font-weight:400;font-size:16px;line-height:21px;text-align:center;color:#3c4043;margin-bottom:0;margin-top:11px;width:min(100%,475px)}.update-settings-alert-icon{padding-top:31px;padding-bottom:50px}.update-settings-btn-row{display:flex;align-items:center}.update-settings-btn-row .update-btn-link{font-style:normal;font-weight:500;font-size:15px;line-height:20px;text-align:center;color:#fff;padding:9px 21px 11px;border-radius:3px;background-color:#0074d3;margin-right:13px}.update-settings-btn-row .update-cancel-btn-link{font-style:normal;font-weight:500;font-size:15px;line-height:20px;text-align:center;color:#3c4043;padding:9px 20px 11px;border-radius:3px;background-color:#ececec}.glb-alert{width:min(100%,650px);background:#fcedeb;border:1px solid #f5b7b1;border-radius:3px;display:flex;align-items:center;justify-content:center;padding:4px 22px 4px 17px;margin:14px auto 0}.glb-alert span{font-style:normal;font-weight:400;line-height:20px;font-size:14px;color:#3c4043;margin-bottom:0}.glb-alert a{font-style:normal;font-weight:500;line-height:20px;font-size:14px;color:#0074d3;margin-bottom:0;margin-left:0;margin-right:5px;text-decoration:underline}.glb-alert-gap{margin-left:13px}.change-request-button{padding:3.5px 8.5px;font-style:normal;font-weight:500;font-size:12px;color:#474848;background:#e4e8eb 0% 0% no-repeat padding-box;border-radius:3px;display:flex;align-items:center}.wordchoice-workspace-container{width:min(90%,1272px);margin:22px auto 0}.choicelist-main-header-wrapper{margin-bottom:12px;display:flex;align-items:center}.choicelist-main-header-wrapper .title{font-style:normal;font-weight:700;line-height:24px;font-size:16px;color:#3c4043;margin-bottom:0;margin-right:66px}.choicelist-main-header-wrapper .seach-wrapper-wrap{width:min(100%,397px)}.choicelist-wrapper-container{border:1px solid #EBEBEB;border-radius:4px;background:#fff;display:flex;flex-direction:column;position:relative}.choicelist-wrapper-container .choicelist-wrap-list{width:100%;height:calc(75vh - 38px);display:flex;flex-direction:column;background-color:#fff}.choicelist-wrapper-container .choicelist-wrap-list .choiclist-wrap-header{display:flex;align-items:center;padding:40px 0 16px;margin:0 26px;border-bottom:1px solid #DBDBDB;background:#fff;position:sticky;position:-webkit-sticky;top:0}.choiclist-wrap-header .choicelist-right-wrap,.choiclist-wrap-header .choicelist-left-wrap{display:flex;align-items:center;width:50%;max-width:100%}.choiclist-wrap-header .choicelist-right-wrap{justify-content:space-between;padding-right:10px}.choiclist-wrap-header .choicelist-right-wrap p.title-header,.choiclist-wrap-header .choicelist-left-wrap p.title-header{font-style:normal;font-weight:500;line-height:16px;font-size:13px;color:#3c4043;margin-bottom:0}.choiclist-wrap-header .choicelist-left-wrap p.title-header{padding-left:10px}.choicelist-item-main-wrapper{width:100%;height:100%;padding:0 26px 16px;overflow:auto;overflow-x:hidden;display:flex;flex-direction:column}.choicelist-item-main-wrapper .choicelist-list-item{padding:5px 10px;display:flex;align-items:center;border-radius:3px;border-bottom:1px solid #DBDBDB}.choiclist-create-main-wrapper{padding:7px 10px;background-color:#e8f0fe;display:flex;align-items:center;cursor:pointer;border-radius:3px;margin:20px 26px 30px;position:sticky;position:-webkit-sticky;bottom:0}.choicelist-item-main-wrapper .choicelist-list-item.blue-bg:hover,.choicelist-item-main-wrapper .choicelist-list-item.blue-bg{padding:7px 10px;background-color:#e8f0fe}.choicelist-action-wrapper{display:flex;align-items:center;opacity:0;pointer-events:none;visibility:hidden}.choicelist-item-main-wrapper .choicelist-list-item.blue-bg .choicelist-action-wrapper,.choicelist-item-main-wrapper .choicelist-list-item.blue-bg:hover .choicelist-action-wrapper,.choicelist-item-main-wrapper .choicelist-list-item:hover .choicelist-action-wrapper{opacity:1;pointer-events:unset;visibility:visible}.choicelist-action-wrapper .action-list-item,.download-list-header .icon{width:40px;height:40px;font-style:normal;font-weight:400;line-height:24px;font-size:12px;color:#fff;margin-bottom:0;background-color:transparent;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}.choiclist-create-main-wrapper .choice-list-create-replace-term-wrap .add-term-btn .fileopen-new-btn{font-style:normal;font-weight:500;line-height:14px;font-size:13px;color:#fff;margin-bottom:0;display:block}.choiclist-create-main-wrapper .choice-list-create-replace-term-wrap .add-term-btn{background-color:#1a73e8;border-radius:3px;min-width:86px;border:none;text-align:center;padding:7px 10px;margin-left:15px}.choicelist-action-wrapper .action-list-item .list-cancel-icon,.choicelist-action-wrapper .action-list-item .list-update-icon,.choicelist-action-wrapper .action-list-item .list-edit-icon,.choicelist-action-wrapper .action-list-item .list-delete-icon,.download-list-header .icon{color:#474848;font-size:20px}.choicelist-action-wrapper .action-list-item:hover,.download-list-header .icon:hover{background-color:#002f530f}.choicelist-item-main-wrapper .choicelist-list-item:hover{background-color:#f3f3f3}.choicelist-item-main-wrapper .choicelist-list-item .choicelist-item-text{font-style:normal;font-weight:400;line-height:24px;font-size:14px;color:#3c4043;margin-bottom:0;display:flex;align-items:center}.choicelist-item-main-wrapper .choicelist-list-item .choicelist-item-text .text-icon{width:18px;height:18px;font-style:normal;font-weight:400;line-height:24px;font-size:12px;color:#fff;margin-bottom:0;background-color:#a6a8a3;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-right:8px}.choiclist-create-main-wrapper .choice-list-create-source-term-wrap,.choiclist-create-main-wrapper .choice-list-create-replace-term-wrap,.choicelist-item-main-wrapper .choicelist-list-item .choice-list-replace-term-wrap,.choicelist-item-main-wrapper .choicelist-list-item .choice-list-source-term-wrap{display:flex;align-items:center;width:50%;max-width:100%}.choiclist-create-main-wrapper .choice-list-create-replace-term-wrap,.choicelist-item-main-wrapper .choicelist-list-item .choice-list-replace-term-wrap{justify-content:space-between}.choiclist-create-main-wrapper .choice-list-create-source-term-wrap input,.choiclist-create-main-wrapper .choice-list-create-replace-term-wrap input,.choicelist-item-main-wrapper .choicelist-list-item .choice-list-replace-term-wrap input,.choicelist-item-main-wrapper .choicelist-list-item .choice-list-source-term-wrap input{background-color:#fff;border:1px solid #ccc;border-radius:4px;height:40px;width:min(100%,450px);padding:12px 10px;font-style:normal;font-weight:400;line-height:24px;font-size:14px;color:#3c4043;margin-bottom:0}.choiclist-create-main-wrapper .choice-list-create-source-term-wrap input:focus,.choiclist-create-main-wrapper .choice-list-create-replace-term-wrap input:focus{border:1px solid #0074D3}.choicelist-item-main-wrapper .choicelist-list-item .choice-list-source-term-wrap input,.choiclist-create-main-wrapper .choice-list-create-source-term-wrap input{margin-right:20px}.disabled-choicelist{pointer-events:none}.choicelist-option-highlight{position:relative;background-color:transparent!important}.choicelist-option-highlight:after{bottom:-1px;content:"";display:block;height:2px;left:0;position:absolute;background:#9681eb;width:100%;animation:border_anim .4s linear forwards}.choicelist-mt-tag{background-color:#e4e8eb;border-radius:4px;padding:2.5px 5px;height:19px;margin-left:8px;display:flex;align-items:center;justify-content:center;white-space:nowrap;mix-blend-mode:multiply}.transphraseing-popover-box{min-width:300px;max-width:600px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0 2px 8px #0003;border-radius:4px;padding-bottom:16px;position:relative}.transphrasing-popover-close-icon{height:25px;width:25px;border-radius:50%;cursor:pointer;background:transparent;transition:.4s all ease;display:flex;justify-content:center;align-items:center}.transphrasing-popover-close-icon:hover{background:#e9eaea}.transphraseing-popover-box .header-text{font-style:normal;font-weight:400;line-height:24px;font-size:13px;color:#3c4043}.transphraseing-popover-box .header-wrapper{display:flex;justify-content:space-between;align-items:center;padding:6px 10px}.transphrase-reload-icon{margin-left:8px;cursor:pointer;color:#5f6368;display:flex;align-items:center}.cursor-hide{caret-color:transparent}.right-align-lang-style{direction:rtl;text-align:right;unicode-bidi:bidi-override}.left-align-lang-style{direction:unset;text-align:unset;unicode-bidi:unset}.choicelist-lang-tag{background:#e8f0fe;border-radius:2px;padding:5px 8px;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#0074d3;width:auto;height:-moz-fit-content;height:fit-content}.choicelist-lang-wrapper{display:flex;justify-content:space-between;align-items:center}.select-individual-choicelist{margin:0!important}.select-individual-choicelist .MuiFormControlLabel-label{font-size:12px}.assets-type-filter-wrapper{display:flex;align-items:center}.assets-type-filter-wrapper .assets-type-filter-item:not(:last-child){margin-right:10px}.assets-type-filter-item{border:1px solid #D7DBDE;border-radius:4px;background:#fff;min-height:40px;padding:3px 18.5px;font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#3c4043}.assets-type-filter-item.active:hover,.assets-type-filter-item.active{background-color:#e8f0fe;border:2px solid #0074d3;color:#0074d3}.assets-type-filter-item:hover{background-color:#f3f3f3}.strip-banner .toolbar-parts-padd-top-add,.strip-banner .ai-new-project-setup-wrapper{padding-top:88px}.strip-banner .toolbar-mega-section{height:130px}.strip-banner .padding-correction{padding:88px 0 0}.strip-banner .projects-list-wrap-header-main{top:88px}.navbar-writer-stripe-wrapper.stick-top{position:fixed;top:0;width:100%;z-index:100}.navbar-stripe-wrapper.stick-top{position:fixed;top:0;width:100%;z-index:1080}.campaign-strip{background:#001737 0% 0% no-repeat padding-box;color:#fff;padding:5px 10px;font-family:Roboto;font-size:14px;font-style:normal;position:relative}.campaign-strip .content-text{margin:0 20px}.campaign-strip .campaign-avail-btn{background:#fff 0% 0% no-repeat padding-box;border-radius:3px;border:none;color:#040404;font-family:Roboto;font-size:14px;font-style:normal;font-weight:500;line-height:24px;padding:1px 8px;text-decoration:none}.campaign-strip .close-wrapper{cursor:pointer;position:absolute;right:10px}.campaign-strip .close-wrapper .close{color:#fff}.writer-selection-count{color:#222;font-family:Roboto;font-size:13px;font-weight:500;line-height:24px}.word-select__value-container{padding:2px 8px 2px 3px!important}.ai-projects-main-wrapper{width:min(100%,1587px);padding-top:52px;margin:0 auto;height:100%}.ai-projects-main-wrapper__header{padding-top:27px;display:flex;justify-content:space-between;align-items:center;width:100%}.ai-projects-main-wrapper__header__title{color:#2a353e;font-size:24px;font-style:normal;font-weight:500;line-height:29px;margin-bottom:0}.ai-projects-main-wrapper__header__dropdown-wrapper{position:relative}.dropdown-box--header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:22px 21px 0;margin-bottom:18px}.dropdown-box--header__title{color:#3c4043;font-size:14px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:0}.dropdown-box--header__link{color:#0074d3;font-size:14px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:0;cursor:pointer;transition:.2s color ease-in-out}.dropdown-box--header__link:hover{text-decoration:underline;transition:.2s color ease-in-out}ul.dropdown-box__link__item__wrapper{display:flex;flex-direction:column;list-style-type:none;padding-left:0;margin-bottom:18px}.dropdown-box__link__item{display:flex;align-items:center;padding:13px 22px;cursor:pointer;transition:.25s color ease-in-out}.dropdown-box__link__item:hover{background-color:#e7ebee;transition:.25s color ease-in-out}.dropdown-box__link__item_icon img{width:21px}.dropdown-box__link__item__title{color:#3c4043;font-size:14px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:0;margin-left:10px}.ai-projects-main-wrapper__header__button:hover{text-decoration:none}.ai-projects-main-wrapper__header__button{background-color:#0074d3!important;box-shadow:0 2px 8px #0074d34d!important;border-radius:3px!important;color:#fff!important;font-size:14px;font-style:normal;font-weight:500;line-height:17px;margin-bottom:0!important;min-width:138px;padding:10px 18px 10px 10px!important}.ai-projects-main-wrapper__header__button__plus-icon{color:#fff;font-size:22.3px!important;margin-right:5px}.ai-projects-main-wrapper__popular-tasks{margin-top:23px;padding-bottom:50px}.popular-tasks-wrapper__header{display:flex;align-items:center}.popular-tasks-wrapper__header__title{color:#2a353e;font-size:18px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:0}.popular-tasks-wrapper__header__chip-tag{background-color:#0074d3;padding:3px 8px;color:#fff;font-size:12px;font-style:normal;font-weight:500;line-height:14px;margin-bottom:0;border-radius:2px;margin-left:8px}.popular-tasks-wrapper__cards{margin-top:35px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}.popular-tasks-wrapper__cards__item{width:100%;height:240px;padding:21px 26px;border-radius:4px;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;transition:.25s box-shadow ease-in-out;cursor:pointer}.popular-tasks-wrapper__view-template__item{width:100%;height:240px;padding:21px 26px;background-color:#d6f0ff;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.popular-tasks-wrapper__view-template__item__body{display:flex;flex-direction:column;align-items:center;justify-content:center}.popular-tasks-wrapper__view-template__item__body svg{margin-bottom:14px}.popular-tasks-wrapper__view-template__item__body--link{display:flex;align-items:center;color:#3c4043;font-size:16px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:0;position:relative}.popular-tasks-wrapper__view-template__item__body--link span{position:absolute;right:-20px;opacity:0;visibility:hidden;pointer-events:none;transform:translate(0);transition:.25s right ease-in-out,.25s opacity ease-in-out,.25s transform ease-in-out}.popular-tasks-wrapper__view-template__item:hover span{opacity:1;visibility:visible;pointer-events:unset;transform:translate(20%);transition:.25s opacity ease-in-out,.25s transform ease-in-out}.popular-tasks-wrapper__view-template__item:hover .popular-tasks-wrapper__view-template__item__body--arrow-icon,.popular-tasks-wrapper__view-template__item:hover .popular-tasks-wrapper__view-template__item__body--link{color:#0074d3;text-decoration:none;transition:.25s color ease-in-out}.popular-tasks-wrapper__cards__item__footer{text-align:center}.popular-tasks-wrapper__cards__item__body{margin-bottom:17px;text-align:center}.popular-tasks-wrapper__cards__item__body__icon{margin-bottom:14px}.popular-tasks-wrapper__cards__item__body__icon img{width:33px}.popular-tasks-wrapper__cards__item__body__title{color:#3c4043;font-size:16px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:5px}.popular-tasks-wrapper__cards__item__body__description{color:#757f88;font-size:14px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:0}.popular-tasks-wrapper__cards__item__footer .popular-tasks-wrapper__cards__item__footer__button{background-color:#0074d3!important;border-radius:3px!important;color:#fff!important;font-size:14px;font-style:normal;font-weight:500;line-height:17px;margin-bottom:0!important;min-width:70px;padding:8px 10px 8px 14px!important}.popular-tasks-wrapper__cards__item__footer .popular-tasks-wrapper__cards__item__footer__button .popular-tasks-wrapper__cards__item__footer__button__icon{color:#fff;font-size:20px;margin-left:5px}.popular-tasks-wrapper__view-template__item__body--arrow-icon{color:#2a353e;font-size:24px!important;margin-left:4px;margin-bottom:0!important}.ai-projects-main-wrapper__quick-access{padding-top:40px;padding-bottom:20px}.ai-projects-main-wrapper__quick-access-wrapper .quick-access-wrapper__header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:30px}.quick-access-wrapper__header__title{color:#2a353e;font-size:18px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:0}.quick-access-wrapper__header__link{color:#0074d3;font-size:14px;font-style:normal;font-weight:500;line-height:17px;margin-bottom:0;cursor:pointer;margin-right:30px}.quick-access-wrapper__header__link:hover{text-decoration:underline}.behind-overlay{opacity:.5;pointer-events:none}.global-project-setup-wrapper{position:absolute;width:100%;height:calc(100vh - 52px);background:#f8fafc00;top:52px;left:0;right:0;bottom:0;z-index:1000;overflow:auto;overflow-x:hidden}.global-project-setup-wrapper.writer-project-setup-wrap{height:100vh;top:0}.global-project-setup-wrapper__inner-wrapper{width:100%;height:100%;display:flex;flex-direction:column;position:relative}.global-project-setup-header{display:flex;align-items:center;width:100%;justify-content:space-between;padding:10px 15px;position:sticky;top:0;z-index:1000;background:#f8fafc}.global-project-setup-header.writer-header-hide{display:none}.global-project-setup-header__back-btn{display:flex;align-items:center;opacity:0;pointer-events:none;cursor:pointer}.global-project-setup-header__back-btn--visible{opacity:1;cursor:context-menu;pointer-events:unset}.global-project-setup-header__close-btn,.global-project-setup-header__back-btn__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;cursor:pointer;border-radius:50%}.global-project-setup-header__close-btn:hover,.global-project-setup-header__back-btn__icon:hover{background:#e9e9e9}.global-project-setup-header__close-btn__icon{color:#5d626a}.global-project-setup-header__back-btn__icon__style{color:#5d626a;font-size:26.7px!important}.global-project-setup-header__back-btn__text{color:#2a353e;font-size:16px;font-style:normal;font-weight:500;line-height:19px;margin-bottom:0;cursor:pointer;margin-left:8px}.ai-wrapper:hover .ai-generated-images-image-prompt{display:flex}.ai-wrapper{width:100%;position:relative;vertical-align:bottom;display:flex}.ai-wrapper:hover .ai-gen-tool-container{visibility:visible}.mansory_grid .images-section{border-radius:4px;border:1px solid #D9D9D9;width:100%;cursor:pointer}.ailaysa-writer-prompt-box .main-tab-search{display:flex;align-items:center;border-radius:4px;opacity:1;background-color:#f0f2f3;gap:8px;padding:7.5px 10.5px}.ailaysa-writer-prompt-box .active-search-bar{background-color:#fff;outline:1px solid #0071D4;font-family:Roboto}.ailaysa-writer-prompt-box .search-placeholder-text{width:100%}.ailaysa-writer-prompt-box .searcher{width:100%;padding:5px;height:100%;border:none;outline:none;font-family:Roboto;color:#74818d;font-weight:400;font-size:14px;background-color:inherit}.template-list-sizes-wrapper-main{margin:5px}.template-list-sizes-wrapper-main .infinite-scroll-component{padding-right:5px}.ailaysa-writer-prompt-box .main-tab-search{margin:5px}.iframe-component{border:none}.designer-iframe .rodal-dialog{width:90%!important;height:90%!important}.designer-iframe .rodal-dialog .modal-close-btn{height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;transition:.4s all ease}.designer-iframe .rodal-dialog .lang-close{position:absolute;right:15px;top:5px;z-index:1080}.ai-wrapper:hover .template-sizes-overlay{visibility:visible;transition:all .3s ease}.template-sizes-overlay{visibility:hidden;position:absolute;width:100%;height:100%;border-radius:4px;top:0;left:0;background:#000000b3;padding:20px 13px;display:flex;align-items:center;flex-direction:column;justify-content:center;cursor:pointer;gap:9px}.create-new-template-button{background:#fff;border:1px solid #FFFFFF;border-radius:3px;text-align:center;font-size:13px;font-family:Roboto;font-weight:500;letter-spacing:0px;color:#3c4043;opacity:1;width:50px;height:30px}.create-browse-template-button{background:#0071d4;border-radius:3px;text-align:center;font-size:13px;font-family:Roboto;border:none;font-weight:500;letter-spacing:0px;color:#fff;opacity:1;width:50px;height:30px}.create-new-template-button:hover{background-color:#ffffffe8;transition:all .3s ease}.create-browse-template-button:hover{background-color:#0069b9;transition:all .3s ease}.designer-iframe .modal-save-btn{cursor:pointer;border:none;box-shadow:none!important;color:#3c4043!important;text-transform:capitalize;transition:all .3s ease;align-items:center;border-radius:4px!important;display:flex;gap:2px;opacity:1;padding:8px 14px!important;background-color:#fff!important}.modal-save-btn.savebutton{position:absolute;right:185px;width:48px;height:36px;display:flex;align-items:center;justify-content:center;top:8px;z-index:1080}.spellcheck-popover-box .instant-popover{min-width:130px;padding:5px 0;box-shadow:0 0 12px #00000036;border:0px}.spellcheck-popover-box .instant-popover .popover-inner p{margin-bottom:0}.spellcheck-popover-box .instant-popover .popover-inner p.corrected-word{padding:3px 10px;transition:all .15s;margin-bottom:0;font-style:normal;font-weight:400;line-height:22px;color:#3c4043}.spellcheck-popover-box .instant-popover .popover-inner p.corrected-word:hover{color:#0074d3;background-color:#e8f0fe}.spellcheck-popover-box .instant-popover .popover-inner{height:auto;max-height:150px;overflow-y:auto}.popular-tasks-wrapper__cards__item__wrapper{width:100%;height:100%;border-radius:4px;box-shadow:0 0 70px #39424e0d;transition:.25s box-shadow ease-in-out;border:1px solid transparent;cursor:context-menu;will-change:transform,box-shadow;position:relative}.popular-tasks-wrapper__cards__item__wrapper:hover{box-shadow:0 20px 20px #39424e24;transition:.25s box-shadow ease-in-out}.popular-tasks-box-item-overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff;padding:31px 26px 27px;opacity:1;visibility:visible;pointer-events:unset;transition:.25s opacity ease-in-out,.25s visibility ease-in-out,.25s pointer-events ease-in-out}.popular-tasks-wrapper__cards__item__wrapper:hover .popular-tasks-box-item-overlay{opacity:0;visibility:hidden;pointer-events:none;transition:.25s opacity ease-in-out,.25s visibility ease-in-out,.25s pointer-events ease-in-out}.popular-tasks-box-item-overlay .popular-tasks-box-overlay-inner-wrapper{text-align:center}.popular-tasks-box-item-overlay .popular-tasks-box-overlay-inner-wrapper img{width:50px;margin-bottom:15px}.popular-tasks-box-item-overlay .popular-tasks-box-overlay-inner-wrapper h3{font-style:normal;font-weight:700;font-size:22px;line-height:24px;color:#3c4043;margin-bottom:0}.global-footer-main-wrapper{width:100%;display:flex;flex-direction:column;position:relative}.global-footer-main-wrapper:before{content:"";display:block;width:100%;height:20px;position:absolute;background:linear-gradient(0deg,#fff 21.1%,#fff0);top:-9%}.prompting-main-wrapper{display:flex;width:100%;height:100%;transition:.25s height ease-in-out}.global-footer-options-wrapper.hide{display:none}.global-footer-customize-wrapper,.global-footer-customize-wrapper.show{width:min(100%,250px);max-width:100%}.global-footer-customize-wrapper.hide{width:52px;max-width:100%}.global-footer-customize-wrapper.remove{display:none;max-width:100%}.options-wrapper{width:100%;display:flex}.options-wrapper:not(:last-child){margin-bottom:19px}.button-1,.tone-select__control{margin-right:29px}.button-1,.button-2{border:0px;background-color:#f3f3f3;border-radius:3px;text-align:center;font-size:16px;font-family:Roboto;font-weight:500;letter-spacing:0px;color:#3c4043;padding:8px 12px;min-width:172px}.gloabl-footer-prompt-typing-wrapper{width:100%;height:100%}.prompt-typing-area{display:flex;align-items:center;height:100%;width:100%}.prompt-type-area{width:100%;height:100%}.prompt-typing-inner-area{width:100%;height:100%;padding:35px 50px 8px}.prompt-box-foot-notes{display:flex;justify-content:space-between;padding-top:10px}.prompt-box-foot-notes .multiline-chat-help-text{margin:0}.prompt-type-area-wrapper{width:min(100%,1037px);height:100%;margin:auto;display:flex;align-items:center}.prompt-type-area textarea.sent-input{flex-grow:1;border-width:0px;border-style:solid;border-color:#e0e0e0;border-radius:none;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#242424;transition:.4s all ease}.prompt-send-icon-main{margin:0 0 0 15px}.prompt-type-area textarea.sent-input{resize:none;max-height:100px;overflow-y:auto!important;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.prompt-type-area .prompt-type-area-inner-wrapper:focus-within{border-color:#0078d4;outline:0;box-shadow:0 0 0 3px #0078d433;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.ai-chat-placeholder-chat{padding:35px 19px 30px 27px;width:100%;position:absolute;bottom:0}.chat-question-wrapper{padding:20px;background:#fff;border-radius:4px;box-shadow:0 0 30px #e3e3e3c7;margin-bottom:25px}.chat-question-wrapper:not(:last-child){margin-bottom:25px}.prompt-type-area .prompt-type-area-inner-wrapper.ai-chat-no-focus,.prompt-type-area .prompt-type-area-inner-wrapper.ai-chat-no-focus .sent-input{cursor:context-menu}.prompt-type-area .prompt-type-area-inner-wrapper.ai-chat-no-focus:focus-within{border-color:#e0e0e0;outline:0;box-shadow:0 0 0 3px transparent;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.prompt-type-area textarea.sent-input::-moz-placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#747474}.prompt-type-area textarea.sent-input::placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#747474}.prompt-send-icon:hover{background-color:#ebebeb;transition:.4s all ease}.prompt-send-icon{width:42px;height:42px;display:flex;border-radius:50%;align-items:center;justify-content:center;background-color:transparent;transition:.4s all ease;cursor:pointer;border:none}.ailaysa-writter-sidebar-col-wrapper.sidebar-show.panel-adjust-poc{width:435px}.panel-adjust-poc .gen-prop-main-wrap{width:363px}.panel-adjust-poc .tone-generatint-form-options.sticky-bottom-button{padding:17px 15px}.panel-adjust-poc .propt-gernerating-content-wrapper .tone-generatint-form-options{padding:0 0 24px}.co-author-main-wrapper .tone-generatint-form-options{padding:0 0 20px!important}.panel-adjust-poc .propt-gernerating-content-wrapper{padding:10px 15px 20px;gap:15px}.panel-adjust-poc .tone-generatint-form-options{padding:0 15px 24px}.panel-adjust-poc .paste-but{justify-content:flex-start;padding:10px 17px}.collapse-tray-icon.tray-icon-change{left:433px}.advanced-settins-wrapper .rodal-dialog{width:min(90%,1275px)!important;height:-moz-fit-content!important;height:fit-content!important}.chat-book-main-wrapper{display:flex;width:100%;height:calc(100vh - 52px);margin-top:52px;overflow:hidden}.chat-book-main-wrapper__upload-access-wrapper{min-width:450px;border-right:1px solid #EAEEF3;padding:24px 0;position:relative}.chat-book-main-wrapper__upload-access-wrapper .chat-book-drag-nd-drop-wrapper,.chat-book-main-wrapper__upload-access-wrapper .chat-title-wrapper{display:flex;justify-content:space-between;align-items:center;padding:0 22px}.chat-book-main-wrapper__upload-access-wrapper .chat-title-wrapper{margin-bottom:16px}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list .file-name-list .filename{width:70%}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .button-wrap-file-list .file-name-list .chat-tools-wrapper{display:flex;align-items:center}.chat-book-main-wrapper__upload-access-wrapper .file-list-wrapper .file-not-upload-wrapper p{font-style:normal;font-weight:400;font-size:18px;line-height:1.4;color:#9b9b9b;margin-bottom:0}.chat-book-main-wrapper__chatting-wrapper{padding:24px 40px;width:calc(100% - 450px);background-color:#eceff4}.chat-with-files-wrapper{display:flex;flex-direction:column}h1.chat-file-title{font-style:normal;font-weight:700;font-size:22px;line-height:24px;color:#3c4043;margin-bottom:1rem}.chat-with-files-wrapper__working-area{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:calc(100vh - 140px);box-shadow:0 14px 26px #414a511a;background-color:#fff;border-radius:4px}.chat-book-header-wrapper{padding:26px 27px;border-bottom:1px solid #e9e9e9;display:flex;align-items:center;justify-content:space-between;height:90px;position:relative}.chat-book-data{display:flex;align-items:center}.chat-book-data .no-profile-header-chat{width:40px;height:40px;border-radius:50%;background-color:#0074d3;color:#fff;font-style:normal;font-weight:500;line-height:1.5;font-size:18px;display:flex;align-items:center;justify-content:center}.chat-book-name{display:flex;flex-direction:column;padding-left:10px}.chat-book-name .name{font-style:normal;font-weight:500;font-size:16px;line-height:1.4;color:#3c4043}.chat-book-body-wrapper{height:calc(100% - 174px);overflow:hidden;overflow-y:auto;margin:0 4px 4px 0}.chat-book-body-inner-wrapper{padding:30px 19px 30px 27px;height:100%}.chat-book-footer-wrapper{padding:35px 19px 8px 27px}.file-name-info-wrapper{display:flex;flex-direction:column}.project-task-list .file-name-list .filename{display:flex;align-items:flex-start}.file-name-row{display:flex}.file-name-list .lang-pair{display:flex;align-items:center;margin-left:9px;margin-top:6px}.file-name-list .lang-pair span{background:#e8f0fe;border-radius:2px;padding:3px 5px;font-style:normal;font-weight:400;font-size:11px;line-height:12px;color:#0074d3;width:auto;text-align:center;cursor:context-menu}.file-name-list .lang-pair span:hover{background:#e8f0fe;color:#0074d3;cursor:context-menu}.file-name-list .sft-lang-pair{display:flex;align-items:center;margin-top:6px}.file-name-list .sft-lang-pair span{background:#e8f0fe;border-radius:2px;padding:3px 5px;font-style:normal;font-weight:400;font-size:11px;line-height:12px;color:#0074d3;width:auto;text-align:center;cursor:context-menu}.file-name-list .sft-lang-pair span:hover{background:#e8f0fe;color:#0074d3;cursor:context-menu}.chat-book-body-inner-wrapper .chat-receiver-msg:not(:last-child),.chat-book-body-inner-wrapper .chat-sender-msg:not(:last-child){margin-bottom:15px}.chat-book-body-inner-wrapper .chat-receiver-msg .receiver-msgs-cont{margin-right:0rem;display:flex;align-items:stretch;width:100%;background-color:#ebf6ff;border-radius:3px;padding:10px}.chat-book-body-inner-wrapper .chat-receiver-msg .receiver-msg{padding:0 0 0 20px;background:transparent;margin:0;width:100%;display:flex;align-items:center}.chat-book-body-inner-wrapper .chat-receiver-msg .receiver-msg .msgs{white-space:pre-line;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:#242424}.chat-book-body-inner-wrapper .chat-sender-msg .sender-msgs-cont{padding:10px;margin-left:0rem;display:flex;width:100%;align-items:stretch;background:transparent;border-bottom:1px solid #EAEEF3}.chat-book-body-inner-wrapper .chat-sender-msg .sender-msgs-cont .sender-msg-with-sender-details{padding:0 0 0 20px;background:transparent;margin:0;width:100%;text-align:left;display:flex;align-items:center}.chat-book-body-inner-wrapper .chat-sender-msg .sender-msgs-cont .sender-msg-with-sender-details .msgs{white-space:pre-line;font-style:normal;font-weight:600;font-size:14px;line-height:1.4;color:#242424}.chat-book-body-inner-wrapper .chat-receiver-msg{display:flex;justify-content:flex-start;width:100%}.chat-book-body-inner-wrapper .chat-sender-msg{display:flex;justify-content:flex-end;width:100%}.chat-book-label-title{font-style:normal;font-weight:400;font-size:16px;color:#3c4043;line-height:1.4;padding:0 22px;margin-bottom:16px}.chat-title-wrapper .chat-book-label-title{padding:0;margin-bottom:0}.transphrase-reload-icon small{font-style:normal;font-weight:400;font-size:16px;color:#3c4043;line-height:1.4}-author-main-wrapper{width:100%;height:100%;display:flex;flex-direction:column}.chapter-panel-view{width:100%;height:100%;display:flex;flex-direction:column}.chapter-titles-wrapper .chapter-title-header-wrapper{padding:10px 5px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.chapter-titles-wrapper .chapter-title-header-wrapper .chapter-title-wrap{display:flex;align-items:center}.chapter-titles-wrapper .chapter-title-header-wrapper:hover .close-icon,.chapter-titles-wrapper .chapter-title-header-wrapper:hover .title{color:#222}.chapter-titles-wrapper .chapter-title-header-wrapper.active .close-icon,.chapter-titles-wrapper .chapter-title-header-wrapper.active:hover .close-icon,.chapter-titles-wrapper .chapter-title-header-wrapper.active .title,.chapter-titles-wrapper .chapter-title-header-wrapper.active:hover .title{color:#222;font-weight:700}.chapter-titles-wrapper:not(:last-child){margin-bottom:15px}.chapter-title-wrapper{margin-bottom:20px;border-bottom:1px solid #E1E5E6;display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:10px}.chapter-title-wrapper .edit-icon{width:35px;height:35px;background-color:#f3f3f3;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;margin-left:8px}.chapter-title-wrapper .book-name{border:none;resize:none;background-color:transparent;border:1px solid transparent;border-radius:3px;transition:.3s all ease;max-width:100%;width:90%;font-style:normal;font-weight:500;font-size:22px;color:#3c4043;line-height:24px;min-height:38px;height:100%;margin-bottom:0;overflow:hidden;padding:0}.chapter-title-wrapper .book-name:hover{padding:0;transition:.2s all ease}.chapter-title-wrapper .book-name:not(:-moz-read-only):focus{outline:none;border-color:#0073d6;border-width:2px;background-color:#fff;-moz-transition:.1s all ease;transition:.1s all ease;padding:8px 5px 10px}.chapter-title-wrapper .book-name:not(:read-only):focus{outline:none;border-color:#0073d6;border-width:2px;background-color:#fff;transition:.1s all ease;padding:8px 5px 10px}.chapter-title-wrapper .book-name[data-placeholder]:empty:before{content:attr(data-placeholder);font-style:normal;font-weight:400;font-size:22px;color:#777;line-height:1.5;transition:.1s all ease;position:relative;top:0}.chapter-title-wrapper .book-name[contenteditable=true]:empty:before{content:attr(data-placeholder);pointer-events:none;display:block}.co-author-main-wrapper .languagemodal-button{display:flex;align-items:center;justify-content:space-between;gap:15px;background-color:transparent;border-radius:4px;border:1px solid #cccccc;padding:9.5px 13px;cursor:pointer;min-height:38px}.co-author-main-wrapper .languagemodal-button span.value{font-family:Roboto;font-size:14px;font-weight:500;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:85px}.co-author-main-wrapper .languagemodal-button span.icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;text-align:center;color:#747474}.co-author-main-row{padding-bottom:15px}.co-author-main-row.input-box>div:nth-child(1){margin-bottom:5px}.co-author-main-row .character-count-wrapper{display:flex;align-items:center;justify-content:flex-end;margin-top:5px}.co-author-main-row .character-count-wrapper small{font-size:12px;font-weight:400}.book-titles{margin-bottom:10px}.book-titles span{justify-content:flex-start!important}.chapter-titles-wrapper .chapter-title-header-wrapper .close-icon{transform:rotate(-90deg)}.chapter-titles-wrapper .chapter-title-header-wrapper .title{margin-bottom:0;margin-left:8px}.chapter-titles-wrapper .chapter-title-header-wrapper .title,.book-titles span,.co-author-main-row.input-box .title{display:flex;align-items:center;justify-content:flex-end;text-align:left;font-size:14px;font-weight:500;font-style:"Roboto";color:#222}.co-author-main-row.input-box .title .words-count{font-size:14px;font-weight:400;line-height:24px;color:#9b9fa2}.co-author-main-row.input-box .prompt-generating-input-keywords{width:100%;resize:none;padding:12px 16px;background:#fff;border:1px solid #D3D8DC;border-radius:5px;height:42px;font-size:14px;font-weight:400;line-height:24px}.co-author-main-row.input-box .prompt-generating-input-keywords::-moz-placeholder{font-size:14px;font-weight:400;line-height:24px;color:#9b9fa2}.co-author-main-row.input-box .prompt-generating-input-keywords::placeholder{font-size:14px;font-weight:400;line-height:24px;color:#9b9fa2}.co-author-main-row.input-box .prompt-generating-input-keywords:focus{width:100%;resize:none;background:#fff;box-shadow:0 0 10px #0000001a;border:1px solid #0074d3;outline:1px solid #0074d3!important;border-radius:5px;height:42px}.co-author-main-row.input-box .prompt-generating-textarea{width:100%;padding:12px 21px;background:#fff;border:1px solid #D3D8DC;border-radius:5px;height:auto;min-height:140px;max-height:170px;font-size:14px;font-weight:400;line-height:24px}.co-author-main-row.input-box .prompt-generating-textarea:focus{width:100%;background:#fff;box-shadow:0 0 10px #0000001a;border:1px solid #0074d3;outline:1px solid #0074d3!important;border-radius:5px;height:auto;max-height:170px}.co-author-main-row.input-box .generate-title-link{font-family:Roboto;font-style:normal;font-weight:500;line-height:20px;font-size:14px;color:#0074d3;text-decoration:underline;cursor:pointer}.book-titles-list .book-titles-list-wrapper .book-titles-list-item{border:1px solid #d3d8dcb3;border-radius:3px;padding:10px;display:flex;align-items:center;transition:.35s border ease-in-out}.book-titles-list .book-titles-list-wrapper .book-titles-list-item.active{box-shadow:0 0 0 3px #0674f833}.book-titles-list .book-titles-list-wrapper .book-titles-list-item.active,.book-titles-list .book-titles-list-wrapper .book-titles-list-item:hover{border:1px solid #1A73E8;transition:.35s border ease-in-out}.book-titles-list .book-titles-list-wrapper .book-titles-list-item:hover .book-title-info-main-wrap .book-title-info-wrap .tools-box{opacity:1;visibility:visible;pointer-events:unset}.book-titles-list-wrapper .book-titles-list-item:not(:last-child){margin-bottom:12px}.book-titles-list-wrapper .book-titles-list-item .radio-btn-wrap{width:20px;max-width:100%}.book-titles-list-wrapper .book-titles-list-item .radio-btn-wrap span.MuiButtonBase-root{padding:0}.book-titles-list-wrapper .book-titles-list-item .book-title-info-main-wrap{margin-left:0;flex-grow:1;width:auto;max-width:100%;display:flex;justify-content:space-between;align-items:flex-end;flex-direction:column}.book-titles-list-wrapper .book-titles-list-item .book-title-info-main-wrap .book-title-info-wrap{width:100%;display:flex;align-items:center}.book-titles-list-wrapper .book-titles-list-item .book-title-info-main-wrap .book-title-info-wrap .tools-box{opacity:0;visibility:hidden;pointer-events:none}.book-titles-list-wrapper .book-titles-list-item .book-title-info-main-wrap .book-title-info-wrap p.editable-title{font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:14px;color:#222;border-radius:3px;padding:5px;border:1px solid transparent;outline:0;resize:none;margin-right:6px;margin-bottom:0}.book-titles-list-wrapper .book-titles-list-item .book-title-info-main-wrap .book-title-info-wrap textarea.editable-title:focus{border:1px solid #0074d3;transform:.15s border ease-in-out}.book-title-info-main-wrap.outline-lists{margin-left:0}.book-title-info-main-wrap .book-title-info-wrap{width:100%}.book-title-info-main-wrap .book-title-info-wrap ol{padding-left:0;list-style-type:none;counter-reset:li;width:100%;margin-bottom:0}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li:not(:last-child){margin-bottom:4px}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li{position:relative;display:flex;width:100%;cursor:pointer;padding:15px 10px 15px 20px}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li.active-item .inner-row textarea,.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li.active-item{border-radius:4px;background:#c2ddf7!important}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li.active-item .inner-row textarea:-moz-read-only{width:100%}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li.active-item .inner-row textarea:read-only{width:100%}.book-title-info-main-wrap .book-title-info-wrap ol li .inner-row.editable .tools-box-wrapper.active{display:flex!important}.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li.active-item .tools-box-wrapper{width:80px!important;display:flex!important}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li:hover .drag-ui{opacity:1;visibility:visible;pointer-events:auto;transition:.15s opacity ease-in-out}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row.editable{border:1px solid #0971c6;padding:8px;transform:.15s border ease-in-out}.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li.active-item .tools-box-wrapper{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:.15s opacity ease-in-out!important;padding-right:0;width:30%;height:100%;right:0;top:0;bottom:0;background:linear-gradient(270deg,#c2ddf7 80%,#c2ddf700)}.empty-book-wrapper{flex-grow:1;overflow:auto;height:calc(100vh - 52px);position:relative;word-break:break-word;background-color:#fff;display:flex;flex-direction:column;overflow:hidden;justify-content:center;align-items:center}.empty-book-wrapper .place-holder-txt{opacity:.5}.chapter-main-wrapper{margin-bottom:35px}.chapter-addon-btn{width:20px;height:20px;display:flex!important;align-items:center!important;justify-content:center!important;background-color:#c2ddf7!important;border-radius:50%!important}.chapter-addon-btn .plus{color:#0971c6;font-size:16px!important}.chapter-titles-wrapper .book-titles-list .book-titles-list-wrapper .book-titles-list-item{border:0px solid #d3d8dcb3;border-radius:0;padding:0;margin-top:0}.chapter-titles-wrapper .book-titles-list .book-titles-list-wrapper .book-titles-list-item:first-child{margin-top:12px}.book-title-info-main-wrap .book-title-info-wrap ol li{font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:13px;color:#222;counter-increment:li;padding-left:10px}.textarea-gen-wrapper{position:relative;width:100%}.small-generate-link{position:absolute;height:20px;left:0;bottom:0;padding-top:5px}.book-title-info-main-wrap .book-title-info-wrap ol li:before{content:counter(li);display:inline-block;width:20px;text-align:right;direction:rtl;padding-top:5px}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .drag-ui{position:absolute;left:5px;top:0;bottom:0;display:flex;align-items:center;opacity:0;visibility:hidden;pointer-events:none;transition:.15s opacity ease-in-out}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li.active-item .drag-ui .drag-icon{color:#222}.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li.active-item .inner-row .tools-box-wrapper .tools-box.delet-icon path,.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li.active-item .inner-row .tools-box-wrapper .tools-box.delet-icon .title-close-icon path,.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li.active-item .inner-row .tools-box-wrapper .tools-box.edit-icon .title-done-icon path,.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li.active-item .inner-row .tools-box-wrapper .tools-box.edit-icon .title-edit-icon path{fill:#222;transition:.35s fill ease-in-out}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .drag-ui .drag-icon{color:#d3d8dc}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row{border-radius:3px;border:1px solid transparent;transform:.15s border ease-in-out;display:flex;align-items:center;justify-content:space-between;width:100%;margin-left:8px;position:relative}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row textarea,.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row input{width:100%;border:0px;padding:5px 0;font-family:Roboto;font-style:normal;font-weight:500;line-height:24px;font-size:14px;color:#222;resize:none;transform:.15s border ease-in-out;border-radius:3px}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row textarea:hover:-moz-read-only{cursor:pointer;text-decoration:underline}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row textarea:hover:read-only{cursor:pointer;text-decoration:underline}.book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row textarea{overflow:hidden;height:auto}.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row .tools-box-wrapper{display:flex;align-items:center;justify-content:flex-end;opacity:0;visibility:hidden;margin-left:8px;padding-right:5px;pointer-events:none;transition:.15s opacity ease-in-out}.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li:hover .inner-row .tools-box-wrapper,.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row .tools-box-wrapper.active{opacity:1;visibility:visible;pointer-events:unset;transition:.15s opacity ease-in-out}.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap .tools-box{opacity:1!important;visibility:visible!important;pointer-events:unset!important}.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row .tools-box-wrapper .tools-box.edit-icon .title-done-icon,.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row .tools-box-wrapper .tools-box.delet-icon .title-close-icon,.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row .tools-box-wrapper .tools-box.edit-icon .title-edit-icon{font-size:16px}.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row .tools-box-wrapper .tools-box.delet-icon:hover .title-close-icon path,.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row .tools-box-wrapper .tools-box.edit-icon:hover .title-done-icon path,.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row .tools-box-wrapper .tools-box.edit-icon:hover .title-edit-icon path{fill:#5f6368;transition:.35s fill ease-in-out}.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row .tools-box-wrapper .tools-box.delet-icon .title-close-icon path,.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row .tools-box-wrapper .tools-box.edit-icon .title-done-icon path,.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row .tools-box-wrapper .tools-box.edit-icon .title-edit-icon path{fill:#5f636880;transition:.35s fill ease-in-out}.chapter-main-wrapper .book-title-info-main-wrap .book-title-info-wrap ol.edited-titles-list li .inner-row .tools-box-wrapper .tools-box.delet-icon{margin-left:2px}.add-more-title-wrapper{position:relative}.add-more-title-list-wrap{position:absolute;width:272px;max-height:270px;overflow:auto;box-shadow:0 5px 12px #001d4133;border-radius:4px;background-color:#fff;right:0;z-index:1000}.add-more-title-list-wrap ul.add-more-list{padding:10px 0;list-style-type:none;margin:0}.add-more-title-list-wrap ul.add-more-list li{padding:5px 15px;font-family:Roboto;font-style:normal;font-weight:400;line-height:24px;font-size:15px;color:#222;background-color:transparent;transition:.25s background-color ease-in-out}.add-more-title-list-wrap ul.add-more-list li:hover{background-color:#f3f3f3;transition:.25s background-color ease-in-out}.error-field-style{border:1px solid #e74c3c!important}.active-item{background-color:#bdd7edb5}.small-generate-link{color:#0073d6}.small-generate-link:hover{text-decoration:underline}.prompt-type-area-inner-wrapper{width:100%;padding:9px 15px;border-width:1px;border-style:solid;border-color:#e0e0e0;border-radius:3px;display:flex;align-items:center}.error-select-style{border-radius:4px;outline:1px solid #e74c3c!important}.get-machine-translate-btn{padding:11px;background-color:#d9d9d900;border-radius:50%}.get-machine-translate-btn:hover{background-color:#ebebeb}.designer-bg{border-radius:4px}.chatbook-header-wrapper{display:flex;align-items:center;justify-content:space-between}.view-usage{color:#0074d3;cursor:pointer}.view-usage-wrapper{padding:10px 22px;width:100%;display:flex}.chat-usage-details-wrapper{display:flex;align-items:center;flex-direction:column;gap:5px}.chat-usage-main-details-wrapper{display:flex;gap:10px}.note-btn.btn.active{z-index:0!important}.ai-chat-error-tag{align-items:center;background-color:#fce5e3;border-radius:3px;color:#e74c3c;display:flex;font-size:13px;font-style:normal;font-weight:400;gap:5px;line-height:1.1;padding:3px 9px;width:-moz-fit-content;width:fit-content}.invalid-invitation-link{width:750px;height:350px;display:grid;place-content:center}.pdf-example-que-wrapper{display:flex;flex-wrap:wrap}.pdf-example-inner-wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:15px;grid-row-gap:15px;width:100%;margin-bottom:15px}.pdf-example-que-card{padding:15px 20px!important;justify-content:flex-start!important;background-color:#fff!important;border:1px solid #0078D4!important;border-radius:5px!important;transition:.25s background-color ease-in-out}.pdf-example-que-card:hover{background-color:#0078d4!important;transition:.25s background-color ease-in-out}.question-wrap{margin-left:10px;display:flex;align-items:center;justify-content:space-between;flex-grow:1}.pdf-example-que-card .icon{color:#0078d4;transition:.25s color ease-in-out}.pdf-example-que-card:hover .question-wrap p,.pdf-example-que-card:hover .question-wrap .arrow-icon,.pdf-example-que-card:hover .icon{color:#fff;transition:.25s color ease-in-out}.pdf-example-que-card:hover .question-wrap .arrow-icon{opacity:1;transition:.25s opacity ease-in-out}.pdf-example-que-card .question-wrap .arrow-icon{color:#0078d4;font-size:18px;opacity:0;transition:.25s color ease-in-out,.25s opacity ease-in-out}.pdf-example-que-card .question-wrap p{font-size:16px;color:#0078d4;font-style:normal;font-weight:400;margin-bottom:0;text-align:start;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:.25s color ease-in-out}.all-stories-inner-wrapper .all-stories-card{background-color:#fff;border-radius:3px;padding:15px 12px;border:1px solid transparent;transition:.25s box-shadow ease-in-out,.25s border ease-in-out,.25s background-color ease-in-out;cursor:context-menu}.all-stories-inner-wrapper .all-stories-card:hover{box-shadow:0 7px 24px #39424e1a;transition:.25s box-shadow ease-in-out}.all-stories-inner-wrapper .all-stories-card.selected{border:1px solid #0074D3;background-color:#e5f1fb;transition:.25s border ease-in-out,.25s background-color ease-in-out}.button-wrapper .my-story-btn:hover .add-icon{color:#fff;transition:.25s color ease-in-out}.all-stories-inner-wrapper{display:grid;grid-gap:12px;grid-template-columns:repeat(auto-fit,minmax(337px,1fr))}.button-wrapper .my-story-btn .add-icon{color:#2a353e;margin-right:4px;font-size:19px;transition:.25s color ease-in-out}.button-wrapper .my-story-btn{margin-right:0}.button-wrapper .my-story-btn,.button-wrapper .view-btn{padding:4px 15px!important;background-color:#e7ebee!important;border-radius:3px!important;font-style:normal;font-weight:500;font-size:13px;line-height:1.5;color:#2a353e!important;margin-right:15px;transition:background-color ease-in-out .3s,color ease-in-out .3s;text-decoration:none}.button-wrapper .view-btn{min-width:65px}.button-wrapper .my-story-btn:hover,.button-wrapper .view-btn:hover{background-color:#0074d3!important;color:#fff!important;transition:background-color ease-in-out .3s,color ease-in-out .3s}.all-stories-inner-wrapper .all-stories-card .card-inner-flex-box{display:grid;grid-template-columns:1fr 110px;grid-column-gap:22px;margin-top:10px}.all-stories-inner-wrapper .all-stories-card .card-inner-flex-box .story-text-area h1{font-size:18px;font-weight:700;color:#2a353e;font-style:normal;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.all-stories-inner-wrapper .all-stories-card .card-inner-flex-box .story-text-area{display:flex;flex-direction:column;justify-content:space-between}.all-stories-inner-wrapper .all-stories-card .card-inner-flex-box .img-text-area{width:110px;height:142px}.all-stories-inner-wrapper .all-stories-card .card-inner-flex-box .img-text-area img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.language-selector-wrapper{position:fixed;bottom:26px;left:0;right:0;width:min(700px,100%);margin:auto;padding:7.5px 8px 7.5px 19px;border-radius:6px;background:#0074d3;box-shadow:0 0 18.2px 2px #0000001f;display:flex;align-items:center;justify-content:space-between}.target-language-selector,.src-language-selector{padding:8px 10px 8px 12px;background-color:transparent;display:flex;justify-content:space-between;align-items:center;transition:.4s all ease;border-radius:3px;border:1px solid #ffffff;min-width:180px;cursor:pointer}.src-language-selector{margin-right:9px;margin-left:27px}.selected-value-wrapper p{color:#fff;font-size:14px;line-height:normal;font-weight:400;margin-bottom:0}.target-language-selector span.placeholder,.src-language-selector span.placeholder{color:#fff;white-space:nowrap;font-size:14px;line-height:normal;font-weight:400}.target-language-selector span.value,.src-language-selector span.value{color:#fff;font-size:14px;line-height:normal;font-weight:400}.target-language-selector i,.src-language-selector i{position:relative;top:1px;margin-left:15px}.add-to-translate-wrapper{margin-left:27px}.add-to-translate-wrapper .add-to-translate-btn{padding:8px 15px!important;background-color:#fff!important;border-radius:3px!important;font-style:normal;font-weight:500;font-size:13px;line-height:1.5;color:#2a353e!important;transition:background-color ease-in-out .3s,color ease-in-out .3s;text-decoration:none;min-width:151px}.add-to-translate-wrapper .add-to-translate-btn:hover{background-color:#e7ebee!important;color:#2a353e!important;transition:background-color ease-in-out .3s,color ease-in-out .3s}.file-edit-list-table-row.focused-proj-row.federal-news{border-width:1px;border-style:solid;border-color:#dee0e4}.focused-proj-row.file-edit-list-table-row.federal-news.my-stories .selected-file-row .file-edit-inner-table{border-bottom:1px solid #DEE0E4}.focused-proj-row.federal-news .file-edit-list-table-cell-wrap:before{content:none}.focused-proj-row.federal-news .file-edit-list-table-cell .proj-title-list-container{margin-left:0}.focused-proj-row.federal-news .file-edit-list-table-cell .file-edit-translation-txt{width:auto;margin-left:10px;margin-right:30px}.focused-proj-row.focused-proj-row.federal-news .file-edit-list-table-cell-wrap{border-bottom:1px solid #ebecee}.focused-proj-row.federal-news .file-edit-list-inner-table-cell .doc-icon-wrapper{display:flex;flex-direction:column}.focused-proj-row.federal-news .file-edit-list-inner-table-cell .check-box-wrap{display:flex;align-items:center;height:100%;margin-right:10px}.file-edit-heading-table.my-stories-main-wrap .focused-proj-row.federal-news .file-edit-list-inner-table-cell .file-edit-translation-txt{margin-top:5px!important;margin-bottom:0!important}.focused-proj-row.federal-news .file-edit-list-inner-table-cell .file-edit-translation-txt,.focused-proj-row.federal-news .file-edit-list-inner-table-cell .doc-icon-wrapper .file-edit-translation-txt{display:flex;align-items:center;margin-top:5px}.focused-proj-row.federal-news.all-stories .check-box-wrap{height:100%;display:flex;align-items:center;margin-right:10px}.focused-proj-row.federal-news .file-edit-list-inner-table-cell .file-edit-translation-txt span{width:auto!important}.focused-proj-row.federal-news .file-edit-list-inner-table-cell .file-edit-translation-txt span,.focused-proj-row.federal-news .file-edit-list-inner-table-cell .doc-icon-wrapper .file-edit-translation-txt span{background:#e8f0fe;border-radius:2px;padding:3px 5px;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#0074d3;text-align:center;width:100%;mix-blend-mode:multiply;cursor:context-menu}.file-edit-heading-table.my-stories-main-wrap .focused-proj-row.federal-news .file-edit-list-inner-table-cell .file-edit-translation-txt span{background:transparent;border-radius:0;padding:0;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#0074d3;text-align:center;width:100%;mix-blend-mode:multiply;cursor:pointer;text-decoration:underline}.file-edit-heading-table.my-stories-main-wrap .focused-proj-row.federal-news .file-edit-list-inner-table-cell:first-child{flex-direction:column}.my-stories-doc-info-wrapper{display:flex;justify-content:flex-start}.focused-proj-row.federal-news .file-edit-list-table-cell-wrap{background:#dbe0e433}.file-edit-heading-table-row.federal-news-wrap .file-edit-heading-table-cell:last-child{justify-content:flex-start}.focused-proj-row.federal-news .file-edit-list-inner-table-cell:first-child{padding:7px 11px 7px 12px;text-indent:0px;align-items:flex-start}.focused-proj-row.federal-news .file-edit-list-inner-table-row{min-height:55px;max-height:100%}.focused-proj-row.federal-news .file-edit-list-inner-table-cell:first-child .doc-icon{width:77px;height:77px}.focused-proj-row.federal-news .file-edit-list-inner-table-cell:first-child .doc-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;padding:0!important}.focused-proj-row.federal-news .file-edit-list-inner-table-cell:first-child .file-edit-proj-txt-file-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:wrap;line-height:24px;font-size:18px;max-width:350px;cursor:pointer;word-break:break-all}.header-align .refresh-btn-wrapper{border-radius:3px;background:#e8f0fe;padding:9px 12px;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:#0074d3}.story-pagin-wrapper .add-btn-wrapper,.header-align .add-btn-wrapper{border-radius:3px;background:#0074d3;padding:9px 12px;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#fff;margin-left:12px}.story-pagin-wrapper .add-btn-wrapper{padding:9px;min-width:100px}.story-pagin-wrapper .add-btn-wrapper:first-child .ref-icon{font-size:20px;color:#fff;margin-right:5px}.story-pagin-wrapper .add-btn-wrapper:last-child .ref-icon{font-size:20px;color:#fff;margin-left:5px}.header-align .add-btn-wrapper .ref-icon{font-size:20px;color:#fff;margin-right:5px}.header-align .refresh-btn-wrapper .ref-icon{font-size:18px;color:#0074d3;margin-right:10px}.focused-proj-row.federal-news .file-edit-list-inner-table-cell:first-child .story-info-wrap .category-wrap{border-radius:3px;background:#e8f0fe;padding:2px 16px;font-style:normal;font-weight:500;font-size:13px;line-height:15px;color:#0074d3;width:fit-content;width:-moz-fit-content;margin-bottom:10px;mix-blend-mode:multiply}.focused-proj-row.federal-news .file-edit-list-inner-table-cell:last-child .unassigned-members-wrapper{padding:0}.file-edit-heading-table.my-stories-main-wrap .focused-proj-row.federal-news .file-edit-list-inner-table-cell:last-child .project-list-action-wrap{flex-direction:row;align-items:center}.file-edit-heading-table.my-stories-main-wrap .focused-proj-row.federal-news .file-edit-list-inner-table-cell:last-child .project-list-action-wrap .workspace-files-OpenProjectButton:nth-child(2){margin-right:0!important}.focused-proj-row.federal-news .file-edit-list-inner-table-cell:last-child .project-list-action-wrap{flex-direction:column;justify-content:flex-end;align-items:flex-end}.focused-proj-row.federal-news .file-edit-list-inner-table-cell .file-edit-translation-txt{margin-top:0;margin-bottom:10px}.focused-proj-row.federal-news .file-edit-list-inner-table-cell:first-child .story-info-wrap{padding-left:10px;display:flex;flex-direction:column}.focused-proj-row.federal-news .file-edit-list-inner-table-row{width:100%;justify-content:space-between}.focused-proj-row.federal-news .file-edit-list-inner-table-row:hover{position:relative;cursor:pointer}.file-edit-heading-table.my-stories-main-wrap .focused-proj-row.federal-news .file-edit-list-inner-table-row:hover{position:relative;cursor:context-menu}.focused-proj-row.federal-news .file-edit-list-inner-table-cell:last-child .assigned-details-wrapper{margin-right:14px}.file-edit-heading-table-row.federal-news-wrap.my-stories-wrap .file-edit-heading-table-cell:first-child,.file-edit-heading-table.my-stories-main-wrap .file-edit-list-table-cell:first-child,.focused-proj-row.federal-news.my-stories .file-edit-list-inner-table-cell:first-child{max-width:45%}.file-edit-heading-table-row.federal-news-wrap.my-stories-wrap .file-edit-heading-table-cell:last-child,.focused-proj-row.federal-news.my-stories .file-edit-list-inner-table-cell:nth-child(2){max-width:15%}.file-edit-heading-table.my-stories-main-wrap .file-edit-list-table-cell:last-child{max-width:55%}.file-edit-heading-table.my-stories-main-wrap .file-edit-list-table-cell:last-child .project-edit-tools{display:flex;position:relative}.focused-proj-row.federal-news.my-stories .file-edit-list-table-cell:last-child .project-edit-tools{margin-right:0}.file-edit-heading-table.my-stories-main-wrap .file-edit-list-table-row:hover .file-edit-list-table-cell:last-child .project-edit-tools{display:flex}.file-edit-heading-table.my-stories-main-wrap .file-edit-list-table-cell-wrap .file-edit-list-table-cell:first-child .proj-title-list-container{margin-left:0}.file-edit-heading-table.my-stories-main-wrap .file-edit-list-table-cell:last-child{padding:5px 12px 5px 10px}.focused-proj-row.federal-news.my-stories .file-edit-list-inner-table-cell:nth-child(2){padding:12px 12px 12px 10px}.focused-proj-row.federal-news.my-stories .file-edit-list-table-cell:last-child .file-edit-translation-txt{margin-left:0}.focused-proj-row.federal-news .file-edit-list-inner-table-cell:first-child{max-width:60%}.focused-proj-row.federal-news .file-edit-list-inner-table-cell:last-child{max-width:40%}.focused-proj-row.file-edit-list-table-row.federal-news.selected{border-color:#0074d3;background-color:#e5f1fb}.focused-proj-row.federal-news .file-edit-list-inner-table-cell:last-child{padding:7px 30px 7px 15px;justify-content:flex-end!important}.focused-proj-row.federal-news .file-edit-list-inner-table-row .file-edit-list-inner-table-cell .project-list-action-wrap button.workspace-files-OpeningProjectButton:last-child,.focused-proj-row.federal-news .file-edit-list-inner-table-row .file-edit-list-inner-table-cell .project-list-action-wrap button.workspace-files-OpenProjectButton:last-child{margin-right:0!important}.file-edit-list-inner-table-cell .file-assigned-member-lists .unassigned-members-wrapper button.workspace-files-OpeningProjectButton,.file-edit-list-inner-table-cell .file-assigned-member-lists .unassigned-members-wrapper button.workspace-files-OpenProjectButton,.focused-proj-row.federal-news .file-edit-list-inner-table-row .file-edit-list-inner-table-cell .project-list-action-wrap button.workspace-files-OpeningProjectButton,.focused-proj-row.federal-news .file-edit-list-inner-table-row .file-edit-list-inner-table-cell .project-list-action-wrap button.workspace-files-OpenProjectButton{margin-right:14px!important}.focused-proj-row.federal-news .file-edit-list-table-cell .file-edit-translation-txt.word-count span{font-weight:400;background:transparent}.focused-proj-row.federal-news .file-edit-list-table-cell .file-edit-translation-txt span{font-weight:400;background:#e8f0fe}.focused-proj-row.federal-news .file-edit-list-table-cell{border-bottom:0px solid #ebecee}.focused-proj-row.federal-news .file-edit-list-inner-table-row:not(:last-child){border-bottom:1px solid #ebecee}.focused-proj-row.federal-news .file-edit-list-inner-table-cell{border-bottom:0px solid #ebecee}.nav-transeditor-wrapper.federal-news-navbar .navbar-display-show{cursor:pointer}.nav-transeditor-wrapper.federal-news-navbar .navbar-display-show:not(:last-child){margin-right:10px}.view-story-modal-wrapper .rodal-dialog{width:767px!important;height:calc(100vh - 100px)!important;padding:0!important}.view-story-modal-inner-wrapper{height:100%}.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap{height:calc(100vh - 263px);overflow-y:hidden}.federal-segment-wrapper .writer-form-component{outline:0px solid #c5c1c1!important;border-radius:4px;height:auto;margin:0}.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap textarea{border:1px solid #E1E5E6;border-radius:4px;width:100%;height:100%;padding:15px 20px;resize:none}.view-story-modal-inner-wrapper .story-main-wrapper.add-story-wrap .writer-form-component{outline:0px solid #c5c1c1!important;border:1px solid #E1E5E6;border-radius:4px;height:inherit;margin:0}.federal-segment-wrapper .writer-form-component .note-editor .note-toolbar,.story-main-wrapper.add-story-wrap .writer-form-component .note-editor .note-toolbar{border-radius:4px 4px 0 0}.federal-segment-wrapper .writer-form-component .note-editable-class-wrapper,.story-main-wrapper.add-story-wrap .writer-form-component .note-editable-class-wrapper{border-radius:0 0 4px 4px}.story-main-wrapper.add-story-wrap .writer-form-component .note-editable{padding:45px 35px!important;overflow-x:hidden!important;min-height:calc(100vh - 309px)!important;width:100%;overflow-y:hidden!important;cursor:context-menu}.federal-segment-wrapper .writer-form-component .note-editing-area{height:500px}.federal-segment-wrapper .writer-form-component .note-editable{padding:15px 10px!important;overflow-x:hidden!important;min-height:537px!important;width:100%;overflow-y:hidden!important;cursor:context-menu;font-size:15px!important}.federal-segment-wrapper .note-editing-area{height:455px!important}.federal-segment-wrapper .source-text-div#source-text-div-3{min-height:500px!important;max-height:500px!important}.federal-segment-wrapper .source-text-div{width:100%!important;border:0px solid transparent!important;background-color:transparent!important;resize:none;margin-top:44px;overflow:auto}.federal-segment-wrapper .note-editable-class-wrapper{height:455px!important}.federal-segment-wrapper .note-editable-class-wrapper .note-editable{height:inherit!important;min-height:auto!important;padding-bottom:0!important;overflow:auto!important}.view-story-modal-inner-wrapper .story-main-wrapper{height:calc(100vh - 205px);overflow-y:auto;padding:24px 15px 0 35px;margin-right:10px}.view-story-modal-wrapper.add-story-modal .rodal-dialog{width:min(90%,1024px)!important;min-height:550px}.federal-segment-wrapper .writer-form-component .note-toolbar.card-header,.view-story-modal-wrapper.add-story-modal .rodal-dialog .note-toolbar.card-header{text-align:left!important}.view-story-modal-inner-wrapper.add-story-wrapper .view-story-header{padding:30px 25px 15px 35px}.footer-story-wrapper.header-align{padding:20px 25px 30px 35px!important;justify-content:flex-end}.view-story-modal-inner-wrapper .story-main-wrapper .story-img-wrapper{width:100%}.view-story-modal-inner-wrapper .story-main-wrapper .story-img-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.view-story-modal-inner-wrapper .story-main-content{margin-top:12px}.view-story-modal-inner-wrapper .story-main-content p.story-excerpt{font-size:16px;font-weight:400;color:#a5a5a5;line-height:24px;margin-bottom:0}.federal-segment-wrapper .workspace-row:not(.focused-row) .target-lang-part .workspace-align>.form-group{width:100%}.view-story-modal-inner-wrapper .story-main-content .story-title-wrap p.main-excerpt{font-size:20px;font-weight:500;color:#7f7f7f;line-height:24px;margin-bottom:24px}.view-story-modal-inner-wrapper .story-main-content .author-wrapper h1.author-name{color:#3c4043;font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:0}.view-story-modal-inner-wrapper .story-main-content .author-wrapper{margin-bottom:24px}.view-story-modal-inner-wrapper .story-main-content .story-body-wrap p{color:#3c4043;font-size:18px;font-style:normal;font-weight:400;line-height:24px}.view-story-modal-inner-wrapper .story-main-content .author-wrapper p.author-date-and-item{color:#000;font-size:15px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:0}.view-story-modal-inner-wrapper .story-main-content ul.story-category-list{margin:12px 0;padding:0;list-style-type:none;display:flex;align-items:center;flex-wrap:wrap;gap:14px}.view-story-modal-inner-wrapper .story-main-content ul.story-category-list li{border-radius:3px;background:#e8f0fe;padding:4px 12px;font-style:normal;font-weight:500;font-size:13px;line-height:15px;color:#0074d3;width:fit-content;width:-moz-fit-content}.view-story-modal-inner-wrapper .story-main-content .story-title-wrap h1.title{color:#3c4043;font-size:32px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:12px}.view-story-modal-inner-wrapper .view-story-header{padding:30px 35px 15px;display:flex;align-items:center;justify-content:space-between}.view-story-modal-inner-wrapper .view-story-header .title{font-size:22px;font-weight:500;color:#3c4043;line-height:24px;margin-bottom:0}.view-story-modal-inner-wrapper .view-story-header .close-btn{height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:.4s all ease}.view-story-modal-inner-wrapper .view-story-header .close-btn:hover{background:#e9eaea;cursor:pointer}.story-btn-wrapper{text-align:right;padding:15px 35px}.get-stories-btn-wrapper{display:flex;align-items:center}.get-stories-btn-wrapper.my-stories .ai-projects-main-wrapper__header__button{background-color:#fff!important;border:1px solid #E0E0E0;box-shadow:none!important;border-radius:3px!important;color:#fff!important;font-size:14px;font-style:normal;font-weight:500;line-height:17px;margin-bottom:0!important;min-width:80px;padding:7px 10px!important;justify-content:space-between!important}.get-stories-btn-wrapper.my-stories .ai-projects-main-wrapper__header__dropdown-wrapper{margin-left:14px}.get-stories-btn-wrapper.my-stories .ai-projects-main-wrapper__header__button__plus-icon{color:#474848;font-size:22.3px!important;margin-right:0}.get-stories-btn-wrapper.my-stories ul.dropdown-box__link__item__wrapper{margin-top:14px;margin-bottom:13px}.get-stories-btn-wrapper.my-stories .ai-projects-main-wrapper__header__dropdown-wrapper__dropdown-box{width:164px;top:46px}.get-stories-btn-wrapper.my-stories .ai-projects-main-wrapper__header__dropdown-wrapper__dropdown-box .dropdown-box__link__item{padding:11px 15px 11px 21px}.get-stories-btn-wrapper.my-stories .ai-projects-main-wrapper__header__dropdown-wrapper__dropdown-box .dropdown-box__link__item.active{background-color:#f4f5f7;border-left:2px solid #0074D3}.iframe-component-transliterate{position:absolute;background-color:transparent;border:0px;box-sizing:content-box;height:auto;border:1px solid #cdcdcd;box-shadow:#0003 0 4px 16px;z-index:2147483644;margin:0}.transliterate-body{display:block;background-color:#fff;color:#000;cursor:move;padding:0 6px;font-size:12px;text-align:justify;overflow:hidden}.input-box-transliterate{height:30px;line-height:20px;font-size:16px;text-align:inherit;background-color:inherit;padding:6px;outline:none;border:none;white-space:nowrap;font-family:Roboto;cursor:text}.sugessions ol{padding-left:20px;margin-top:0;margin-bottom:10px}.sugessions ol li{margin:3px 0;padding:5px;cursor:pointer}.active-transliterate-result{background-color:#f1f1f1!important}.input-box-transliterate:after{content:"|";display:inline-block;margin-left:-1px;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}.transliterate-body .sugessions{display:flex;flex-direction:column;gap:5px}.transliterate-body .each-suggesstions{display:flex;align-items:center;gap:5px;flex-direction:row}.transliterate-body .suggesstion-numbering{display:flex;align-items:center;gap:2px;flex-direction:row}.results-options-button{background-color:transparent;border:none}.toolbar-list-icons-active .ime-editor{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.667%205.83268V14.166H3.33366V5.83268H16.667ZM16.667%204.16602H3.33366C2.41699%204.16602%201.67533%204.91602%201.67533%205.83268L1.66699%2014.166C1.66699%2015.0827%202.41699%2015.8327%203.33366%2015.8327H16.667C17.5837%2015.8327%2018.3337%2015.0827%2018.3337%2014.166V5.83268C18.3337%204.91602%2017.5837%204.16602%2016.667%204.16602ZM9.16699%206.66602H10.8337V8.33268H9.16699V6.66602ZM9.16699%209.16602H10.8337V10.8327H9.16699V9.16602ZM6.66699%206.66602H8.33366V8.33268H6.66699V6.66602ZM6.66699%209.16602H8.33366V10.8327H6.66699V9.16602ZM4.16699%209.16602H5.83366V10.8327H4.16699V9.16602ZM4.16699%206.66602H5.83366V8.33268H4.16699V6.66602ZM6.66699%2011.666H13.3337V13.3327H6.66699V11.666ZM11.667%209.16602H13.3337V10.8327H11.667V9.16602ZM11.667%206.66602H13.3337V8.33268H11.667V6.66602ZM14.167%209.16602H15.8337V10.8327H14.167V9.16602ZM14.167%206.66602H15.8337V8.33268H14.167V6.66602Z'%20fill='%231A73E8'/%3e%3c/svg%3e")}.story-loading-wrapper{height:100%;display:grid;place-items:center}.story-view-modal-lang-wrapper{margin:0}.story-view-modal-lang-wrapper .toggle-tag{width:50%;justify-content:center}.story-img-wrapper.skeleton-box{height:50%}.add-story-wrapper{display:flex;flex-direction:column}.writer-form-component{outline:1px solid #c5c1c1;height:100%;margin:2px 0}.task-yet-to-start-bg{background-color:#fff6}.task-in-progress-bg{background-color:#ffc02133}.task-completed-bg,.task-submitted-bg{background-color:#d7eeff}.task-approved-bg{background-color:#0903}.task-rework-bg{background-color:#d3d3d399}.task-declined-bg{background-color:#ffd9e0}.dinamalar-info-wrap{align-items:center}.workspace-row .note-toolbar,.workspace-row .note-editable{background-color:#f9f9f9!important}.workspace-row .note-toolbar{border:1px solid #E1E5E6!important}.federal-segment-wrapper .workspace-row .note-toolbar,.federal-segment-wrapper .focused-row.workspace-row .note-toolbar{border-top:1px solid #E1E5E6!important;border-bottom:1px solid #E1E5E6!important;border-left:1px solid #E1E5E6!important;border-right:1px solid #E1E5E6!important;border-radius:4px!important}.workspace-row.focused-row .note-toolbar{border-left:none}.workspace-row.focused-row .note-toolbar,.workspace-row.focused-row .note-editable{background-color:#fff!important}.dashboard-wrapper{margin-bottom:24px}.dashboard-overview-list{padding:10px 26px;background-color:#fff;display:flex;align-items:center;justify-content:space-between}.dashboard-overview-list.bill .dashboard-overview-list-item{flex-direction:row}.dashboard-overview-list.bill .dashboard-overview-list-item .value{margin-top:0;margin-left:28px}.dashboard-overview-list-item{display:flex;flex-direction:column;align-items:center}.dashboard-overview-list-item .sub-title{font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:0;color:#2a353e;text-align:center}.dashboard-overview-list-item .value{font-size:28px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:0;color:#222;margin-top:8px}.dashboard-overview-list-item:not(:last-child){margin-right:20px}.dashboard-header-wrap{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.dashboard-inner-wrap{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px}.dashboard-inner-wrap.editor-report{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}.dashboard-inner-wrap.editor-report .dashboard-boxes{min-height:160px}.dashboard-inner-wrap .dashboard-boxes{width:100%;padding:14px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;border-radius:4px}.dashboard-inner-wrap .dashboard-boxes.assigned{background-color:#00990024}.dashboard-inner-wrap .dashboard-boxes.inprogress{background-color:#fff6cc}.dashboard-inner-wrap .dashboard-boxes.pending{background-color:#ffd9e0}.dashboard-inner-wrap .dashboard-boxes.completed{background-color:#e3f2fd}.dashboard-inner-wrap .dashboard-boxes.word-count{background-color:#e4e8eb}.dashboard-overview-title{font-size:18px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:0}.dashboard-inner-wrap.editor-report .dashboard-boxes p{font-size:16px}.dashboard-inner-wrap.editor-report .dashboard-boxes h1{font-size:45px}.dashboard-inner-wrap .dashboard-boxes p{font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:8px}.dashboard-inner-wrap .dashboard-boxes h1{font-size:36px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:0}.news-proj-header{display:flex;align-items:center;justify-content:space-between;width:100%}.news-proj-header h1{font-size:22px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:0;color:#3c4043}.rodal.news-proj-report-wrap .rodal-dialog{width:min(90%,876px)!important;height:-moz-fit-content!important;height:fit-content!important;max-height:95%!important;border-radius:4px}.rodal.news-proj-report-wrap.news-proj-editor-report-wrap .rodal-dialog{width:min(90%,627px)!important;height:-moz-fit-content!important;height:fit-content!important;max-height:95%!important;border-radius:4px}.rodal.news-proj-report-wrap .news-proj-header{padding:20px 37px 20px 30px;border-bottom:1px solid #E0E0E0}.rodal.news-proj-report-wrap .report-main-wrapper{padding:10px 30px 23px;max-height:calc(100vh - 140px);overflow:auto}.editor-roles-wrapper{background-color:#fff}.editor-roles-wrapper .editor-roles-header-wrap{padding:14px 45px 0 26px}.editor-roles-wrapper .editor-roles-value-wrap{padding:0 26px}.editor-roles-wrapper .editor-roles-table-wrap{display:flex;flex-direction:column;width:100%}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-header-wrap{display:flex;align-items:center}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-header-wrap .editor-title{font-size:13px;font-style:normal;font-weight:600;line-height:24px;margin-bottom:0;color:#3c4043}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item .editor-list-value:first-child,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-header-wrap .editor-title:first-child{width:100%;max-width:30%}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item .editor-list-value:last-child,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item .editor-list-value:nth-child(5),.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item .editor-list-value:nth-child(4),.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item .editor-list-value:nth-child(3),.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item .editor-list-value:nth-child(2),.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-header-wrap .editor-title:last-child,.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-header-wrap .editor-title:nth-child(5),.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-header-wrap .editor-title:nth-child(4),.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-header-wrap .editor-title:nth-child(3),.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-header-wrap .editor-title:nth-child(2){width:100%;max-width:14%;text-align:center}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-header-wrap .editor-title.assigned{color:#090}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-header-wrap .editor-title.inprogress{color:#ffc021}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-header-wrap .editor-title.pending{color:#e74c3c}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-header-wrap .editor-title.completed{color:#1a73e8}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #E0E0E0}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap{height:calc(100vh - 425px);overflow:auto;display:flex;flex-direction:column}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item .editor-list-value .editors-name-wrapper{display:flex;align-items:center;width:100%}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item .editor-list-value .editors-name-wrapper .no-avatar{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#0074d3;border-radius:50%;font-size:13px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:0;color:#fff}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item .editor-list-value .editors-name-wrapper img{width:36px;height:36px;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item .editor-list-value .editors-name-wrapper .editor-name-inner-wrap{display:flex;align-items:center;margin-left:6px}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item .editor-list-value .editors-name-wrapper .editor-name-inner-wrap .name{font-size:13px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:3px;color:#3c4043}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item .editor-list-value .editors-name-wrapper .editor-name-inner-wrap .email{font-size:11px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:0;color:#9b9b9b}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item .editor-list-value{font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:0;color:#3c4043}.editor-roles-wrapper .editor-roles-table-wrap .editor-roles-value-wrap .editor-list-item .editor-list-value.word-count span{padding:3px 10px;border-radius:4px;background-color:#e4e8eb;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:0;color:#3c4043}.modified-stories-dropdown-wrapper{position:relative}.modified-stories-dropdown-wrapper .modified-stories-dropdown-wrapper___button-wrap{min-width:130px;min-height:40px;padding:0 15px;border-radius:4px;display:flex;align-items:center;justify-content:space-between;background-color:#e9ebee;font-size:13px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:0;color:#3c4043;cursor:pointer}.ai-projects-main-wrapper__header__dropdown-wrapper__dropdown-box{position:absolute;width:272px;box-shadow:0 5px 12px #001d4133;border-radius:4px;background-color:#fff;right:0;z-index:1000}.modified-stories-dropdown-wrapper___options-list{display:flex;flex-direction:column;list-style-type:none;padding-left:0;margin-bottom:10px;margin-top:10px}.modified-stories-dropdown-wrapper___options-list .item-title{display:flex;align-items:center;padding:12px 24px;cursor:pointer;transition:.25s color ease-in-out;font-size:13px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:0;color:#3c4043}.modified-stories-dropdown-wrapper___options-list .item-title.selected:hover,.modified-stories-dropdown-wrapper___options-list .item-title.selected{border-left:2px solid #0074D3;background-color:#f4f5f7;transition:.25s color ease-in-out}.modified-stories-dropdown-wrapper___options-list .item-title:hover{background-color:#f4f5f7;transition:.25s color ease-in-out}.modified-stories-dropdown-wrapper___options-list .custom-date-range-picker-wrap{display:flex;flex-direction:column;padding:12px 24px}.modified-stories-dropdown-wrapper___options-list .custom-date-range-picker-wrap .custom-title{font-size:13px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:0;color:#3c4043;display:flex;align-items:center}.modified-stories-dropdown-wrapper___options-list .custom-date-range-picker-wrap .custom-title svg{margin-left:8px}.modified-stories-dropdown-wrapper___options-list .custom-date-range-picker-wrap .date-picker-range-wrap{display:flex;align-items:center;width:100%;margin-top:8px}.modified-stories-dropdown-wrapper___options-list .custom-date-range-picker-wrap .date-picker-range-wrap .datetimepicker-box{max-width:50%}.modified-stories-dropdown-wrapper___options-list .custom-date-range-picker-wrap .date-picker-range-wrap .datetimepicker-box input::-moz-placeholder{font-size:13px;width:100%}.modified-stories-dropdown-wrapper___options-list .custom-date-range-picker-wrap .date-picker-range-wrap .datetimepicker-box input,.modified-stories-dropdown-wrapper___options-list .custom-date-range-picker-wrap .date-picker-range-wrap .datetimepicker-box input::placeholder{font-size:13px;width:100%}.modified-stories-dropdown-wrapper___options-list .custom-date-range-picker-wrap .date-picker-range-wrap .datetimepicker-box:first-child{margin-right:8px}.modified-stories-dropdown-wrapper___options-list .custom-date-range-picker-wrap .date-picker-range-wrap .datetimepicker-box .MuiInputAdornment-root{display:none}.paraphrase-result-div button{border:none;text-align:left;padding:0;width:100%}.paraphrase-result-div button .capsule-wrapper .content-copy:hover{background-color:#d9d9d985}.paraphrase-result-div button .capsule{padding:10px 12px;width:90%;border-radius:4px;font-style:normal;font-weight:500;line-height:1.5;font-size:13px;color:#3c4043}.paraphrase-result-div button:not(:last-child) .capsule-wrapper{margin-bottom:8px}.paraphrase-result-div button .capsule-wrapper:hover{background-color:#e8f0fe!important;cursor:pointer}.paraphrase-result-div{max-width:100%;display:flex;flex-direction:column}.paraphrase-result-div .list-unstyled{margin:0}.paraphrase-result-div button .capsule-wrapper{display:flex;align-items:center;width:100%;background-color:#f6f6f6}.paraphrase-result-div button .capsule-wrapper .content-copy{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;cursor:pointer;margin-right:10px;border:none}.add-story-header-wrapper{padding:10px 35px 0}.story-file-upload-main-wrap .file-upload-instruction{margin-bottom:0}.add-story-header-wrapper .story-tab-wrapper{display:flex;align-items:center;border-bottom:1px solid #E0E0E0}.add-story-header-wrapper .story-tab-wrapper .story-tab-item{padding:0 30px 13px;font-style:normal;font-weight:500;line-height:normal;font-size:16px;color:#2a353e;cursor:pointer}.story-file-upload-main-wrap{height:100%;overflow:auto}.story-file-upload-main-wrap .button-wrap.fileloaded.h-25{min-height:135px!important;height:auto!important;flex-direction:row}.story-file-upload-main-wrap .button-wrap.fileloaded.h-25 .supp-file-format-list{top:30px}.story-file-upload-main-wrap .button-wrap.fileloaded.h-25 .draganddrop-align img.img{width:50px!important}.story-file-upload-main-wrap .button-wrap{min-height:171px!important;height:auto!important}.story-file-upload-main-wrap .button-wrap.fileloaded.h-25 .draganddrop-align{margin-bottom:0}.story-file-upload-main-wrap .button-wrap.fileloaded.h-25 .file-upload-instruction{margin-top:0;justify-content:center;margin-left:20px}.story-file-upload-main-wrap .draganddrop-align img.img{width:auto}.story-file-upload-main-wrap .draganddrop-align img{margin-right:0rem}.story-file-upload-main-wrap .max-word-note{padding-right:0;margin-bottom:6px;border-right:0px solid #a5a5a5}.story-file-upload-main-wrap .max-file-note{padding-left:0}.story-file-upload-main-wrap .supp-file-format{margin-bottom:12px}.story-file-upload-main-wrap .file-upload_instruct-row,.story-file-upload-main-wrap .button-wrap,.story-file-upload-main-wrap .file-upload-instruction,.story-file-upload-main-wrap .draganddrop-align{flex-direction:column}.story-file-upload-main-wrap .draganddrop-align{margin-bottom:20px}.add-story-header-wrapper .story-tab-wrapper .story-tab-item.active{color:#0074d3;position:relative}.add-story-header-wrapper .story-tab-wrapper .story-tab-item.active:after{content:"";height:2px;width:100%;position:absolute;bottom:-1px;left:0;background-color:#0074d3}.view-story-modal-inner-wrapper .story-main-wrapper #react-doc-viewer{height:100%}.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer{background:#fff;overflow:auto}.view-story-modal-inner-wrapper .story-main-wrapper #proxy-renderer{overflow:hidden}.story-main-wrapper #pdf-controls{display:none}.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer::-webkit-scrollbar,.view-story-modal-inner-wrapper .story-main-wrapper #pdf-renderer::-webkit-scrollbar{min-height:18px;min-width:18px}.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer::-webkit-scrollbar:disabled,.view-story-modal-inner-wrapper .story-main-wrapper #pdf-renderer::-webkit-scrollbar:disabled{display:none}.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer::-webkit-scrollbar-button,.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer::-webkit-scrollbar-corner,.view-story-modal-inner-wrapper .story-main-wrapper #pdf-renderer::-webkit-scrollbar-button,.view-story-modal-inner-wrapper .story-main-wrapper #pdf-renderer::-webkit-scrollbar-corner{cursor:pointer;display:none;background:transparent}.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer::-webkit-scrollbar-track,.view-story-modal-inner-wrapper .story-main-wrapper #pdf-renderer::-webkit-scrollbar-track{background:transparent}.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer::-webkit-scrollbar-thumb,.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer::-webkit-scrollbar-thumb:hover,.view-story-modal-inner-wrapper .story-main-wrapper #pdf-renderer::-webkit-scrollbar-thumb,.view-story-modal-inner-wrapper .story-main-wrapper #pdf-renderer::-webkit-scrollbar-thumb:hover{border-radius:9px;border:solid 6px transparent;background-clip:content-box}.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer::-webkit-scrollbar-thumb:hover,.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer::-webkit-scrollbar-thumb:active,.view-story-modal-inner-wrapper .story-main-wrapper #pdf-renderer::-webkit-scrollbar-thumb:hover,.view-story-modal-inner-wrapper .story-main-wrapper #pdf-renderer::-webkit-scrollbar-thumb:active{border:solid 5px transparent}.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer::-webkit-scrollbar-thumb:vertical,.view-story-modal-inner-wrapper .story-main-wrapper #pdf-renderer::-webkit-scrollbar-thumb:vertical{min-height:50px}.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer::-webkit-scrollbar-thumb:horizontal,.view-story-modal-inner-wrapper .story-main-wrapper #pdf-renderer::-webkit-scrollbar-thumb:horizontal{min-width:50px}.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer::-webkit-scrollbar-thumb,.view-story-modal-inner-wrapper .story-main-wrapper #pdf-renderer::-webkit-scrollbar-thumb{background-color:#dadde0!important}.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer::-webkit-scrollbar-thumb:hover,.view-story-modal-inner-wrapper .story-main-wrapper #pdf-renderer::-webkit-scrollbar-thumb:hover{background-color:#dadde0!important}.view-story-modal-inner-wrapper .story-main-wrapper #txt-renderer::-webkit-scrollbar-thumb:active,.view-story-modal-inner-wrapper .story-main-wrapper #pdf-renderer::-webkit-scrollbar-thumb:active{background-color:#dadde0!important}.story-main-wrapper #txt-renderer{white-space:pre-line}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.report-btn-wrap-row{display:flex;align-items:center;justify-content:flex-end}.report-btn-wrap-row .report-down-btn{min-width:100px;height:40px;font-size:14px;font-family:Roboto;font-style:normal;box-shadow:none!important;border-radius:4px!important;text-transform:capitalize;background:#0074d3;color:#fff;border:none;margin-right:10px}.editor-filter{position:relative}.editor-filter .add-btn-wrapper.filter-button{background-color:#e9ebee;border-radius:4px;color:#3c4043;font-size:13px;font-weight:500;line-height:24px;margin-left:0}.editor-filter-drop-down{position:absolute;z-index:99;background-color:#fff;border-radius:4px;box-shadow:0 3px 6px #00000029;margin-bottom:8px;margin-top:8px;box-sizing:border-box;border:1px solid #0000000D}.editor-filter-drop-down-wrapper{margin:8px 0;height:400px;overflow-y:auto}.editor-filter-drop-down .editor-row-wrapper{padding:5px 12px;cursor:pointer}.editor-filter-drop-down .editor-row-wrapper:hover{background:#edeff0}.glossary-word-count{margin-left:auto;margin-top:auto;font-style:normal;font-weight:500;line-height:24px;font-size:16px;color:#3c4043}.src-workspace-align p{margin:0;padding:0}.book-tooltip-warpper{position:absolute;float:right}.book-tooltip-warpper .tooltip-arrow{position:absolute}.book-tooltip-warpper .inner-wrapper{position:relative;width:200px;border:2px solid #0078D4;border-radius:6px;text-align:center;padding:8px 16px;box-shadow:0 3px 20px #00000038}.book-tooltip-warpper .txt{font-family:Inter;font-size:14px;font-weight:500;line-height:17px;color:#0078d4}.book-tooltip-warpper .close-btn{color:#5f6368;position:absolute;top:-15px;right:-15px;z-index:10;background:#fff;border-radius:50%;padding:3px;box-shadow:0 3px 20px #0003}.writer-reference-wrapper .wikipedia-result-content{font-size:15px;text-align:justify}.writer-reference-wrapper .wikitionary-search-word-cont p,.writer-reference-wrapper .wikitionary-search-word-cont ul li{font-size:15px;line-height:28px}.writer-reference-wrapper .web-search-box{display:flex;padding-top:16px}.writer-reference-wrapper .web-search-box .icon{width:28px;height:28px}.writer-reference-wrapper .google-search-box{border-right:1px solid #DADDE0}.writer-reference-wrapper .web-search-box h4{margin-bottom:20px;text-align:center}.writer-reference-wrapper .web-search-box .inner-wrapper h6{margin:0}.writer-reference-wrapper .web-search-box .inner-wrapper{margin-bottom:14px}.news-description,.writer-reference-wrapper .web-search-box .bing-description{font-size:15px;margin-top:4px;text-align:justify;margin-bottom:0}.open-doc-title-container .reference-icon{width:40px;height:40px;margin-right:8px}.reference-minimized-window .reference-icon{width:25px;height:25px;margin-right:8px}.news-search-box .news-wraper{display:flex;padding:14px 0}.news-icon-wrapper img{width:100px;height:100px}.news-search-box .news-wraper.bottom-border{border-bottom:1px solid #DADDE0}.reference-minimized-window .lang-close{top:6px}.modal-wrapper-file-manager .powered-by-foot-note{color:#2222229c;margin-top:10px;text-align:right}.reference-minimized-window{box-shadow:3px 0 29px -1px #0000008a;background-color:#fff;padding:0 10px;width:260px;min-width:0;left:150px;cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none}.deleted-capsule{padding:1px 4px;font-size:11px;font-family:Roboto;font-style:normal;font-weight:500;line-height:19px;border-radius:4px;background-color:#fce6e3;color:#e74c3c;margin-left:8px}.create-wordchoice-form.new-file-proj-setup-wrapper{margin:15px auto auto}.optional-txt{font-weight:400;font-style:normal;font-size:14px;line-height:24px;color:#8b8b8b;margin-left:6px}.wordchoice-file-upload-sec{margin-bottom:40px}.title-header.pos,.choicelist-item-text.pos{margin-left:20px}.choicelist-action-wrapper.visible,.text-changes-success.visible{opacity:1;visibility:visible;pointer-events:all}.choice-list-replace-term-wrap.wordchoice input,.choice-list-source-term-wrap.wordchoice input{border:1px solid #cccccc}.choice-list-replace-term-wrap.wordchoice input:focus,.choice-list-source-term-wrap.wordchoice input:focus{border:1px solid #0074D3!important}.fileupload-new-btn.bulk-upload-span{font-size:13px}.edit-proj-button-row.bulk-term-upload{margin-top:20px!important;justify-content:end!important}.top-position{position:absolute;z-index:10}.radio-btn-label{width:-moz-fit-content!important;width:fit-content!important}.pdf-view-main-wrapper{box-shadow:0 14px 26px #414a511a;background-color:#fff;width:100%;min-width:60%;max-width:60%}.chat-book-main-wrapper__upload-access-wrapper{position:relative}.close-sidebar{height:60px;width:20px;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);right:-20px;cursor:pointer;z-index:1}.chat-book-main-wrapper__chatting-wrapper{width:100%}.sidebar-open{position:absolute;top:50%;transform:translateY(-50%);left:-30px;cursor:pointer;transition:.3s ease all;z-index:1}.sidebar-open:hover{left:-20px;transition:.3s ease all}.pdf-view-main-wrapper .react-pdf__Document{display:flex;align-items:center;flex-direction:column;height:calc(100vh - 240px)!important;overflow:auto!important;overflow-x:auto!important}.pdf-view-main-wrapper .control-panel{justify-content:center!important}.reference-bar{align-items:stretch;width:100%;background-color:#eaeaea;border-radius:3px;padding:10px}.reference-label{white-space:pre-line;font-style:normal;font-weight:600;font-size:14px;line-height:1.4;color:#242424}.reference-bar .page-no{margin-left:10px;text-decoration:underline;font-style:normal;font-weight:600;font-size:14px;line-height:1.4;color:#0074d3;cursor:pointer}.clickable{cursor:pointer}.chat-book-main-wrapper__upload-access-wrapper.absolute{position:absolute;background:#fff;z-index:5;box-shadow:4px 0 64.5px #00000040}.react-pdf__Document::-webkit-scrollbar{background:#fff}.react-pdf__Document::-webkit-scrollbar-thumb{background-color:#dadde0!important;border-radius:50px;border:6px solid #ffffff!important}.react-pdf__Document::-webkit-scrollbar-track{background-color:#fff}body{overflow:hidden}.zoom-in-button.disabled{opacity:.5}.chat-book-main-wrapper__upload-access-wrapper .close-sidebar{background-color:#fff;right:-16px;border-radius:0 10px 10px 0;box-shadow:4px 0 64.5px #00000040}.close-icon-chatbook-sidebar{padding:0 22px;margin-bottom:16px;cursor:pointer}.pdf-view-main-wrapper .react-pdf__Document.hasScroll{display:block}.dropdown-item.writer-style-list{cursor:pointer}.note-editable-backdrop p,.note-editable p{margin:5px 0!important}.note-editable-backdrop h1,.note-editable h1,.note-editable-backdrop h2,.note-editable h2,.note-editable-backdrop h3,.note-editable h3,.note-editable-backdrop h4,.note-editable h4,.note-editable-backdrop h5,.note-editable h5,.note-editable-backdrop h6,.note-editable h6{margin:20px 0 0!important}.note-editable{cursor:text}.note-editing-area{overflow:hidden!important}.co-author-writer-form-wrapper .note-editable{overflow:auto;height:calc(100vh - 278px)!important}.note-editable{overflow:auto!important;height:calc(100vh - 145px);overflow-x:hidden!important}.note-style .style-select-btn{min-width:88px}.note-editable span{font-family:inherit!important}.note-editable table tbody tr td{border:1px solid #ddd!important;padding:8px!important}.target-lang-part .note-editing-area{overflow:auto!important}.selected-file-row.collapse.show{visibility:visible!important}.collapse:not(td):not(tr):not(colgroup){visibility:visible!important}.workspace-form.show-segment-tags .tag.tag-open,.workspace-form.show-segment-tags .tag.tag-close{display:unset!important}.workspace-form.hide-segment-tags .tag.tag-open,.workspace-form.hide-segment-tags .tag.tag-close{display:none!important}.prompt-library-modal .ai-mark-confirm-box .rodal-dialog{width:400px!important;height:240px!important}.suggested-mt-text{font-size:15px;opacity:1!important;color:#0074d3;cursor:pointer}.suggested-mt-text:hover{text-decoration:underline}.my-style-wrapper textarea{border-radius:4px;border:1px solid #E7E9EC;resize:none;padding:16px;width:100%}.my-style-wrapper textarea:focus{border:1px solid #0073DF}.beta-tag{background-color:#0074d3;color:#fff;padding:2px 6px;border-radius:4px;margin-left:6px;font-size:14px;font-weight:400}.mt-options-wrapper{width:66%!important}.mt-options-wrapper .help_text{color:#7f7f7f;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper{visibility:visible!important}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .templates-box-item .content-area{text-align:left!important}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .templates-box-item .bottom-area{visibility:visible!important;opacity:1!important;align-items:statrt!important;justify-content:left!important}.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .template-box-item-overlay{visibility:hidden!important}.project-header-container{position:relative;display:flex;justify-content:flex-start;padding:10px 0;margin-bottom:5px}.workspace-button-container{position:absolute;top:80px;right:325px}.go-to-workspace-btn{background-color:#0074d3;color:#fff;border:none;border-radius:5px;padding:8px 15px;font-size:14px;cursor:pointer;transition:background-color .2s;margin-top:24px auto 20px auto}.go-to-workspace-btn:hover{background-color:#0265b1}.translation-actions{display:flex;gap:10px;justify-content:space-between;margin-bottom:15px}.glossary-btn{padding:6px 15px;border:1px solid #e0e0e0;border-radius:4px;background-color:#fff;font-size:14px;cursor:pointer}.continue-btn{padding:12px 24px;border:none;border-radius:4px;font-size:14px;font-weight:500;line-height:14px;cursor:pointer;background-color:#0074d3;color:#fff}.continue-btn:hover{background-color:#0265b1}.continue-btn:disabled{cursor:not-allowed!important;opacity:.5!important}.continue-button-container{display:flex;padding-top:28px;justify-content:end}.project-create-container{background:#1b8cf6;padding:13px;border-radius:12px;position:relative}.project-create-inner-container{background:#fff;padding:28px;border-radius:10px;position:relative}.project-create-title{font-size:16px;font-weight:700;color:#fff;padding:8px 15px 18px;position:absolute;top:-25px;left:0;background:#1b8cf6;border-radius:12px}.project-create-icon{padding-right:2px}.translate-popup-btn{position:absolute;right:35px;bottom:35px}.translate-container{background-color:#fff;padding:24px!important;border-radius:8px!important;border:2px solid #dee2e6!important;cursor:pointer!important;width:50%!important;margin-top:20px!important}.translate-container-active{background-color:#dbeafe!important}.translate-container-custom-rodal .rodal-dialog{padding:24px!important;width:50%!important;height:463px!important;max-width:1300px;max-height:750px}.overall_container_button{display:flex;justify-content:end;align-items:end;height:28%}.translate-download-btn{background-color:#16a34a!important;color:#fff!important;box-shadow:none!important;border-radius:3px!important;text-transform:none!important;padding:7px 15px!important;border:none!important}.translate-download-btn:hover{background-color:#008435!important;border:none!important}.translate-download-btn:disabled{cursor:not-allowed!important;opacity:.5!important}.progress-cust .css-ndaqpv-MuiTypography-root{font-family:Roboto!important;font-weight:400!important}.progress-cust .css-3x6jxi{position:relative!important;width:30%}.progress-cust .css-5isyam-MuiTypography-root{position:absolute!important;top:5px!important;right:50px!important}.badge-title{padding:6px 28px;margin:5px;background:linear-gradient(90deg,#0074d3,#2796ff);color:#fff;font-size:16px;font-weight:500;border-radius:999px;display:inline-flex;align-items:center;gap:6px;box-shadow:0 2px 6px #0000001a}.header-line{margin-top:16px;font-size:22px;font-weight:500;color:#3c4043;text-align:center}.tips-container{background-color:#f6fafd;padding:20px 3px;border-radius:8px;max-width:60%}.tips-header{font-weight:600;font-size:13px;display:flex;align-items:center;margin-bottom:8px;color:#3c4043}.tips-header:before{content:"";display:inline-block;width:18px;height:18px;margin-right:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3 15.75C2.5875 15.75 2.23437 15.6031 1.94062 15.3094C1.64687 15.0156 1.5 14.6625 1.5 14.25V3.75C1.5 3.3375 1.64687 2.98438 1.94062 2.69063C2.23437 2.39687 2.5875 2.25 3 2.25H15C15.4125 2.25 15.7656 2.39687 16.0594 2.69063C16.3531 2.98438 16.5 3.3375 16.5 3.75V14.25C16.5 14.6625 16.3531 15.0156 16.0594 15.3094C15.7656 15.6031 15.4125 15.75 15 15.75H3ZM3 14.25H15V3.75H3V14.25ZM3.75 12.75H7.5V11.25H3.75V12.75ZM10.9125 11.25L14.625 7.5375L13.5562 6.46875L10.9125 9.13125L9.84375 8.0625L8.79375 9.13125L10.9125 11.25ZM3.75 9.75H7.5V8.25H3.75V9.75ZM3.75 6.75H7.5V5.25H3.75V6.75Z' fill='%235F6368'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.tips-list{list-style:disc;padding-left:50px;margin:0;font-size:14px;line-height:1.7;color:#555}.progress-cust .filename{width:100%;max-width:25%}@media screen and (max-width: 1450px){.overall_container_button{height:20%}}@media screen and (max-width: 1400px){.overall_container_button{height:17%}}@media screen and (max-width: 1230px){.mt-options-wrapper{width:80%!important}}.workspace-nav{z-index:10!important;top:52px!important;justify-content:space-between!important;background-color:#f8fafc!important;display:flex!important;align-items:center!important;margin:auto;height:45px!important;width:1300px}.project-box:empty:before{content:attr(data-placeholder);color:#aaa;pointer-events:none}.simple-file-edit-proj-txt-file-name{font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#3c4043;transition:.3s all ease;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;width:auto;max-width:310px;cursor:context-menu;padding:0 0 0 9px!important}.simple-file-extension{font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#3c4043;cursor:context-menu}.error-container{background-color:#ffeef1;border:0px solid #f5c6cb;padding:4px 6px;border-radius:4px;width:auto}.error-message{color:#3c4043;font-size:14px;display:block;align-items:center;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.error-icon{margin-right:6px;font-weight:700}.pib-logo-container{height:100%;margin-right:41px}.pib-logo-text{color:#fff;font-family:Roboto;font-size:15.652px;font-style:normal;font-weight:400;line-height:normal}.pib-view-more-item{cursor:pointer;margin-right:39px}a.pib-view-more-nav:hover{color:#fff!important;text-decoration:none!important}.pib-view-more-nav{color:#fff;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.hover\:cursor-pointer:hover{cursor:pointer!important}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity))!important}.hover\:underline:hover{text-decoration-line:underline!important}.hover\:contrast-75:hover{--tw-contrast: contrast(.75) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 1896px){.find-editor-global-container{width:80.5%}.find-editors-search-results-cards{width:23.7%}.advanced-section-wrapper{height:480px}}@media (max-width: 1812px){.find-editors-search-results-cards{width:23.6%}.global-footer-customize-wrapper{width:min(100%,216px)}}@media (max-width: 1301px){.file-upload_instruct-row{flex-direction:column;gap:2px}.max-word-note{padding-right:0;border-right:0px solid #0000003D}.add-padd-left{padding-left:0}.choice-list-source-div{width:0%;padding:0}.choice-list-result-div{width:100%;max-width:100%}.choice-list-inner-wrapper{padding-left:0}}@media (max-width: 1680px){.transphraseing-popover-box{max-width:500px}.paraphrase-result-div li .capsule{width:86%}}@media (max-width: 1490px){.transphraseing-popover-box{max-width:400px}.paraphrase-result-div li .capsule{width:83%}}@media (max-width: 1295px){.transphraseing-popover-box{max-width:300px}.paraphrase-result-div li .capsule{width:80%}}@media (max-width: 1085px){.transphraseing-popover-box{min-width:200px!important;max-width:250px!important}.paraphrase-result-div li .capsule{width:76%}}@media (max-width: 1500px){.file-upload-instruction{flex-direction:column;margin-top:20px}.supp-file-format{margin-bottom:10px}}@media (max-width: 1783px){.supp-file-format-list{left:-65px}}@media (max-width: 1715px){.assignmanage-cell-src-tar span{font-size:11px}.templates-box-list-wrapper .templates-box-row .templates-box-item .content-area p{font-size:13px}}@media (max-width: 1765px){.templates-box-list-wrapper .templates-box-row{display:grid;grid-template-columns:repeat(4,.5fr)}.ai-tar-lang-select-modal .rodal-dialog,.ai-lang-select-modal .rodal-dialog{max-width:80%}}@media (max-width: 1700px){.setup-container{padding:30px 60px}.ai-working-area-glb-wrapper,.text-area-wizard-wrapper,.all-template-glb-wrapper .all-templates-container,.projects-list-wrap-header,.ai-projects-main-inner-wrapper{padding:0 60px}}@media (max-width: 1655px){.ail-workspace-white-nav .logo-wrap{width:25%}.ail-workspace-white-nav .common-navbar-wrap{width:75%}}@media (max-width: 1333px){.ail-workspace-white-nav .common-navbar-wrap{width:77%}.ail-workspace-white-nav .right-align-links{width:100%}}@media (max-width: 1330px){.ail-workspace-white-nav .logo-wrap{width:33%}.ail-workspace-white-nav .common-navbar-wrap{width:67%}.ail-workspace-white-nav .right-align-links{width:100%}.ail-workspace-white-nav .right-align-links .navbar-nav-right-links{width:40%}.ail-workspace-white-nav .right-align-links .nav-project-txt-align{width:60%}}@media (max-width: 1682px){.glossary-list-wrap .file-edit-list-table-cell:nth-child(2){max-width:50%!important}.glossaries-list-wrapper .focused-proj-row .file-edit-list-table-cell:first-child{max-width:75%!important}.glossaries-list-wrapper .focused-proj-row .file-edit-list-table-cell:nth-child(2){max-width:25%!important}.converted-pdf-list-wrap .file-edit-list-table-cell:first-child{max-width:35%!important}.converted-pdf-list-wrap .file-edit-list-table-cell:nth-child(2){max-width:20%!important}}@media (max-width: 1094px){.glossary-list-wrap .file-edit-list-table-cell:nth-child(2){max-width:60%!important}}@media (max-width: 1426px){.converted-pdf-list-wrap .file-edit-heading-table-cell:first-child{max-width:35%}.converted-pdf-list-wrap .file-edit-heading-table-cell:nth-child(2){max-width:20%}.converted-pdf-list-wrap .file-edit-heading-table-cell:nth-child(3){max-width:45%}.converted-pdf-list-wrap .file-edit-heading-table-cell:last-child{max-width:45%}.converted-pdf-list-wrap .file-edit-list-table-cell:first-child{max-width:35%!important}.converted-pdf-list-wrap .file-edit-list-table-cell:nth-child(2){max-width:20%!important}.converted-pdf-list-wrap .file-edit-list-table-cell:last-child{max-width:45%!important}.glossaries-list-wrapper .focused-proj-row .file-edit-list-table-cell:first-child{max-width:75%!important}.glossaries-list-wrapper .focused-proj-row .file-edit-list-table-cell:nth-child(2){max-width:25%!important}}@media (max-width: 1359px){.converted-pdf-list-wrap .file-edit-heading-table-cell:first-child{max-width:35%!important}.converted-pdf-list-wrap .file-edit-heading-table-cell:nth-child(2){max-width:20%!important}.converted-pdf-list-wrap .file-edit-heading-table-cell:nth-child(3){max-width:45%!important}.word-processor-wrap ul.nav-project-txt-align:first-child li:nth-child(2) .project-input-wrap{flex-wrap:nowrap;max-width:200px;margin-left:8px}.converted-pdf-list-wrap .file-edit-list-table-cell:first-child{max-width:35%!important}.converted-pdf-list-wrap .file-edit-list-table-cell:nth-child(2){max-width:20%!important}.converted-pdf-list-wrap .file-edit-list-table-cell:nth-child(3){max-width:45%!important}}@media (max-width: 1094px){.glossaries-list-wrapper .focused-proj-row .file-edit-list-table-cell:first-child{max-width:70%!important}.glossaries-list-wrapper .focused-proj-row .file-edit-list-table-cell:nth-child(2){max-width:30%!important}}@media (max-width: 1700px){.text-area-wizard-wrapper{width:100%;max-width:100%}.templates-box-list-wrapper .glossaries-list-wrapper{width:100%;max-width:100%;padding:0!important}}@media (max-width: 1600px){.find-editor-global-container{width:77.5%}.setup-container.assign-manage-container{padding:20px 3rem}.assign-manage-tab-bar{padding-left:1.7rem!important;padding-top:0;padding-right:1.7rem;padding-bottom:0}.avatar-img-icon img{width:28px;height:28px}.assigned-to-switch-editors-list .assigned-to-switch-editor-item .img-wrap img,.avatar-initial{width:28px;height:28px;font-size:10px}.find-editors-search-results-cards-row{gap:18px}.info-tab-container{height:360px}.services-rates-tab-container{height:380px}.assignmanage-team-cell-col:nth-child(2){width:45%}.assignmanage-team-cell-col:last-child{width:15%}.draggable-box-center{margin:0;top:28%;left:50%;transform:translate(-50%,-50%)!important}.draggable-box-center-format-size{margin:0;top:18%;left:50%;transform:translate(-50%,-50%)!important}.chat-input-section input{width:58vw}.comments-input-section input{width:29.7vw}.workspace-bot{height:6vh}.assign-manage-no-project-found h2{margin-bottom:.8rem}.button-wrap input[type=file]{width:230px}}@media (max-width: 1755px){.templates-box-list-wrapper .templates-box-row{display:grid;grid-template-columns:repeat(3,1fr)}}@media (max-width: 1650px){.note-btn-group .note-btn{padding:.28rem .55rem!important}.ailaysa-writter-sidebar-col-wrapper .ResizePanel-module_Container__2HTOj{min-width:350px!important;max-width:400px!important}}@media (max-width: 1522px){.templates-box-list-wrapper .templates-box-row .templates-box-item{padding:20px}.templates-box-list-wrapper .templates-box-row .templates-box-item .content-area h3{font-size:15px}}@media (max-width: 1556px){.form-setup-section .form-check:last-child,.form-setup-section .form-check:nth-child(3),.form-setup-section .form-check:nth-child(2),.form-setup-section .form-check:first-child{width:50%}.form-setup-section .form-check:nth-child(3){padding-left:0}}@media (max-width: 1570px){.file-edit-proj-txt-file-name{max-width:100px}}@media (max-width: 1484px){.find-editors-search-results-cards{width:31.7%}}@media (max-width: 1440px){.file-edit-list-inner-table-cell:first-child{padding:.8rem 1rem .8rem 5rem}.supp-file-format-list{left:-65px}.ts-work-source-audio-list-item .audio-file-voice-selection p.selected-value{width:90px}.find-editor-global-container{width:75%}.assignmanage-cell-col:first-child,.assignmanage-header-col:first-child{width:10%;max-width:100%}.assignmanage-header-col:nth-child(2),.assignmanage-cell-col:nth-child(2){width:44%;max-width:100%}.chat-padd-align{padding:27px 5rem 0px}.project-doc-name .project-name{width:20%}.focused-proj-row .file-edit-list-table-cell:nth-child(2) .status-conditions-part{width:auto}.chat-input-section input{width:57vw}.comments-input-section input{width:29vw}.add-comment-align>div textarea{width:555px!important}}@media (max-width: 1400px){.find-editors-search-results-cards{height:245px}}@media (max-width: 1430px){.ts-work-source-audio-list-item .audio-file-range{width:30%}.ts-work-source-audio-list-item .audio-file-voice-selection,.ts-work-source-audio-list-item .audio-file-action-wrap{width:20%}}@media (max-width: 1387px){.templates-box-list-wrapper .templates-box-row .template-box-item-wrapper .templates-box-item{width:100%}}@media (max-height: 666px){.instant-history-glb-wrapper .instant-history-body .instant-history-list{height:81%}.choicelist-wrapper-container .choicelist-wrap-list{height:calc(68vh - 38px)!important}}@media (max-height: 790px){.choicelist-wrapper-container .choicelist-wrap-list{height:calc(70vh - 38px)}}@media (max-width: 1366px){.pdf-example-que-card{padding:10px 15px!important}.pdf-example-que-card .question-wrap p{font-size:14px}.word-processor-wrap .navbar-nav:nth-child(2){width:25%;max-width:100%;margin:auto;justify-content:center}.word-processor-wrap .navbar-nav:last-child{width:35%;max-width:100%}.header-align.glossary-header.pdf-convert .pdf-convert-header-wrapper .section-header{margin-right:15px}.ai-tar-lang-select-modal .rodal-dialog,.ai-lang-select-modal .rodal-dialog{height:calc(100vh - 40px)!important}ul.ai-source-langs-list{-moz-column-count:6;column-count:6}.glossary-search-term-glb-wrapper{margin-bottom:20px}.terms-search-found-wrapper{height:calc(100vh - 342px);margin-bottom:3px}.glossary-search-wrapper{margin-right:85px}.glossaries-list-wrapper .header-align .glossary-search-row-new.pdf-list .project-type-list__control,.assets .project-type-list__control,.project-type-list__control{min-width:111px!important}.chat-padd-align{padding:27px 2rem 0px}.chat-member-search-bar-enlarge{width:94.2%}.assignmanage-workspace-col:first-child{margin-right:10px}.assignmanage-workspace-col:last-child{margin-left:10px}}@media (max-width: 1360px){.setup-container-tab{padding-left:0rem!important;padding-top:0;padding-right:rem;padding-bottom:0}.find-editor-global-container{width:90%}.find-editors-search-results-cards{width:32%}}@media (max-width: 1339px){.find-editors-search-results-cards{width:31.5%}ul.templates-tab-list li{padding:0 20px 13px;font-size:15px}.prompt-generating-sidebar-history{grid-template-columns:350px auto}}@media (max-width: 1110px){ul.templates-tab-list li{padding:0 15px 13px;font-size:15px}.setup-button-global{padding:0 20px 13px}}@media (max-width: 1280px){.find-editor-main-part{flex-direction:column}.popular-tasks-wrapper__cards{grid-template-columns:repeat(3,1fr)!important}.popular-tasks-wrapper__view-template__item,.popular-tasks-wrapper__cards__item{width:100%}.find-editor-filter-bar{width:auto;height:auto;position:unset;top:0;display:flex;align-items:center}.setup-container.assign-manage-container{padding:20px 2rem}.internal-user-no-members-list img.empty-folder-img{width:400px;height:200px}.internal-user-no-members-list p{margin-top:20px}.assign-manage-tab-bar{padding-left:1rem!important;padding-top:0;padding-right:1rem;padding-bottom:0}.find-editors-list{padding-left:0;padding-top:20px;flex-grow:1;width:100%}.find-editor-price-range:not(:first-child){margin-top:0}.find-editor-price-range:nth-child(2),.find-editor-price-range:first-child{width:30%;max-width:100%;padding-right:20px}.find-editor-price-range:nth-child(3){padding-right:20px}.find-editor-price-range:nth-child(3),.find-editor-price-range:last-child{width:20%;max-width:100%}.main-no-editors-found{height:450px}.main-no-editors-found img.main-not-found-img{width:400px;height:330px}.find-editors-search-results-cards{width:23.8%}}@media (max-width: 1251px){.find-editors-search-results-cards{width:23.5%}}@media (max-width: 1100px){.find-editors-search-results-cards{width:32.1%}.ai-instant-text-nlp-feature-list .mt-select__control--is-focused,.ai-instant-text-nlp-feature-list .mt-select__control{width:120px}.ai-instant-text-nlp-feature-list ul li{margin-right:10px;font-size:14px}.ail-workspace-white-nav .right-align-links .navbar-nav-right-links{width:35%}.ail-workspace-white-nav .right-align-links .nav-project-txt-align{width:65%}.pagination-align{padding-right:9px!important}.workspace-tools-bar-right-sec .workspace-page-pinned{padding-right:6px!important}.workspace-tools-bar-right-sec .workspace-page-minimize{padding-left:6px!important}.pagination-txt{font-size:13px!important}.assignmanage-cell-col:first-child,.assignmanage-header-col:first-child{width:12%;max-width:100%}.assignmanage-header-col:nth-child(2),.assignmanage-cell-col:nth-child(2){width:42%;max-width:100%}.assignmanage-team-header-row,.assignmanage-header-row{margin:15px 15px 0}.assignmanage-listing-container{padding:0 6px 14px}}@media (max-width: 1199px){.global-footer-options-wrapper{display:none}.ail-workspace-white-nav .logo-wrap{width:26%!important}.ail-workspace-white-nav .common-navbar-wrap{width:74%!important}.glossary-search-wrapper{margin-right:25px}.ai-working-area-glb-wrapper,.ai-working-col-wrapper .glossaries-list-wrapper{max-width:100%;padding:0 50px}.templates-box-list-wrapper .glossaries-list-wrapper{max-width:100%;padding:0!important}.header-align .section-header{margin-right:20px}.header-project-setup-align-wrap{gap:15px}.search-results-bar.glossary-proj-list.show{top:116px!important}.glossary-proj-list{width:300px!important;min-width:300px}.chat-member-search-bar-enlarge{width:92.7%}}@media (max-width: 1200px){.file-list-assign-main-wrapper.lsp-assign-inner-wrap .lsp-assign-manage-row .file-list-assign-manage-body.lsp-wrapper .file-list-assign-manage-form-wrapper{padding:15px 24px 18px 30px}.bloc-tabs{padding-top:20px}.propt-gernerating-content-wrapper{padding:28px 30px 24px}.ail-workspace-white-nav .navbar-display-logo img{width:160px}.all-template-glb-wrapper .all-templates-container{margin:0 auto}.version-control-integration .rodal-dialog,.add-edit-new-term-modal-wrapper .rodal-dialog{height:-moz-fit-content!important;height:fit-content!important}.advanced-section-wrapper{height:400px}.ailaysa-manage-modal .rodal-dialog{height:-moz-fit-content!important;height:fit-content!important}.file-edit-list-inner-table-cell:nth-child(2){max-width:22%}}@media (max-width: 550px){.ai-mark-confirm-box .rodal-dialog{width:90%!important}.confirmation-warning-wrapper>div:nth-child(2),.confirmation-warning-wrapper>div:nth-child(3){width:85%}}@media (max-width: 1151px){.file-list-assign-main-wrapper.lsp-assign-inner-wrap .lsp-assign-manage-row .file-list-assign-manage-body.lsp-wrapper .file-list-assign-manage-form-wrapper{padding:15px 24px 18px 30px}.focused-proj-row .file-edit-list-table-cell .file-edit-translation-txt{margin-right:15px}.transeditor-chat-list-col{min-width:330px;max-width:330px}.chat-member-content .recent-msg{max-width:175px}}@media (max-width: 1050px){.file-edit-list-inner-table-cell:first-child{padding:.8rem 1rem .8rem 2.8rem;max-width:25%}.file-edit-list-inner-table-cell:nth-child(2){max-width:27%}.setup-container.assign-manage-container{padding:20px 1.4rem}.assign-manage-tab-bar{padding-left:0rem!important;padding-top:0;padding-right:0rem;padding-bottom:0}}@media (max-width: 1024px){.chat-input-section input{width:54vw}.popular-tasks-wrapper__view-template__item,.popular-tasks-wrapper__cards__item{width:100%}.project-doc-name .project-name .project-name-ellipse{width:100px}.comments-input-section input{width:27.8vw}.time-delay-separater>span{padding:0 .9rem}.time-delay-separater>span:before{margin-right:9px}.time-delay-separater>span:after{margin-left:9px}.file-edit-proj-txt-tmx-created,.file-edit-proj-txt-tmx{max-width:130px}.file-edit-proj-txt-file-name{max-width:60px}}@media (max-width: 1896px){.find-editor-global-container{width:80.5%}.find-editors-search-results-cards{width:23.7%}}@media (max-width: 1812px){.find-editors-search-results-cards{width:23.6%}}@media (max-width: 1896px){.find-editor-global-container{width:79%}.find-editors-search-results-cards{width:23.5%;height:245px;padding:15px}.find-editor-contact-hire-cont{padding:0 15px 15px}}@media (max-width: 1120px){.project-list-assign-modal.lsp-assign-wrap .rodal-dialog,.project-list-assign-modal .rodal-dialog,.assignment-reference-inner-modal .rodal-dialog,.project-list-po-confirm-main-wrapper .rodal-dialog{width:95%!important;margin:auto!important}.assigment-reference-modal-body .assignment-job-list .assignment-table-header-wrapper .file-header-item:first-child,.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row .file-body-item:first-child{width:35%;max-width:100%}.assigment-reference-modal-body .assignment-job-list .assignment-table-header-wrapper .file-header-item:nth-child(3),.assigment-reference-modal-body .assignment-job-list .assignment-table-body-wrapper .assignment-reference-body-main-item .assignment-reference-body-inner-row-wrapper .assignment-reference-body-inner-row .file-body-item:nth-child(3){width:15%;max-width:100%}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:nth-child(3),.conform-po-manage-body .conform-table-wrapper .conform-table-header-wrapper .file-header-item:nth-child(3){width:9%;max-width:100%}.conform-po-manage-body .conform-table-wrapper .conform-table-body-wrapper .conform-po-body-main-item .conform-po-body-inner-row-item .file-body-item:last-child,.conform-po-manage-body .conform-table-wrapper .conform-table-header-wrapper .file-header-item:last-child{width:25%;max-width:100%}}@media (max-height: 790px){.advanced-settins-wrapper .rodal-dialog,.project-list-assign-modal.lsp-assign-wrap .rodal-dialog,.project-list-assign-modal .rodal-dialog{height:calc(100vh - 120px)!important}.subject-model .rodal-dialog{height:calc(100vh - 40px)!important}}@media (max-height: 632px){.project-list-assign-modal.lsp-assign-wrap .rodal-dialog,.project-list-assign-modal .rodal-dialog,.subject-model .rodal-dialog{height:calc(100vh - 40px)!important}.footer-btn-wrap{margin-top:19px}}@media (max-height: 666px){.project-list-assign-modal.lsp-assign-wrap .rodal-dialog,.project-list-assign-modal .rodal-dialog{height:calc(100vh - 40px)!important}.subject-model .ai-source-langs-list{height:80%}}@media (max-width: 1715px){.assignmanage-cell-src-tar span{font-size:11px}}@media screen and (max-height: 800px){.assignmanage-listing-container{min-height:60.5vh;max-height:60.5vh}.internal-user-no-members-list,.assign-manage-no-project-found{height:58vh}}@media screen and (max-height: 768px){.assignmanage-listing-container{min-height:59vh;max-height:59vh}.internal-user-no-members-list,.assign-manage-no-project-found{height:56vh}.invitation-box-cont{margin:40px auto 0;width:60%}.thumps-up{width:650px;height:260px}}@media (max-width: 1652px){.find-editors-search-results-cards-row{gap:19.8px}}@media (max-width: 1639px){.find-editors-search-results-cards-row{gap:19.5px}}@media (max-width: 1619px){.find-editors-search-results-cards-row{gap:19px}}@media (max-width: 1600px){.text-area-wizard-wrapper{width:100%;max-width:100%}.templates-box-list-wrapper .glossaries-list-wrapper{max-width:100%;padding:0!important}.file-trans-breadcrumbs-section{width:100%;margin:33px 0}.ai-working-area-glb-wrapper{width:100%;margin:auto}.file-trans-breadcrumbs-section{width:100%;margin-bottom:33px;margin-top:33px}.ai-mt-card-list-wrapper .ai-mt-card{width:306px}.find-editor-global-container{width:77.5%}.setup-container.assign-manage-container{padding:20px 3rem}.assign-manage-tab-bar{padding-left:1.7rem!important;padding-top:0;padding-right:1.7rem;padding-bottom:0}.avatar-img-icon img{width:28px;height:28px}.assigned-to-switch-editors-list .assigned-to-switch-editor-item .img-wrap img,.avatar-initial{width:28px;height:28px;font-size:10px}.find-editors-search-results-cards-row{gap:18px}.info-tab-container{height:360px}.services-rates-tab-container{height:380px}.assignmanage-team-cell-col:nth-child(2){width:45%}.assignmanage-team-cell-col:last-child{width:15%}.draggable-box-center{margin:0;top:28%;left:50%;transform:translate(-50%,-50%)!important}.draggable-box-center-format-size{margin:0;top:18%;left:50%;transform:translate(-50%,-50%)!important}.chat-input-section input{width:58vw}.comments-input-section input{width:29.7vw}.workspace-bot{height:6vh}.assign-manage-no-project-found h2{margin-bottom:.8rem}.button-wrap input[type=file]{width:230px}}@media (max-width: 1598px){.find-editors-search-results-cards{width:32%;height:260px;padding:15px}}@media (max-width: 1554px){.find-editors-search-results-cards{width:31.8%}.find-editors-search-results-cards-row{gap:20px}}@media (max-width: 1514px){.find-editors-search-results-cards{width:31.758%}}@media (max-width: 1495px){.file-edit-proj-txt-tmx{max-width:180px}}@media (max-width: 1520px){.popular-tasks-wrapper__cards{grid-template-columns:repeat(3,1fr)!important}.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check{width:50%}.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .nav.nav-pills{padding-left:0}.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .right-arrow,.workspace-tools-bar .workspace-tool-bar-wrap .workspace-tool-bar-scroll-check .left-arrow{display:flex}.ai-translate-file-wrapper{width:100%}}@media (max-width: 1556px){.form-setup-section .form-check:last-child,.form-setup-section .form-check:nth-child(3),.form-setup-section .form-check:nth-child(2),.form-setup-section .form-check:first-child{width:50%}.file-edit-proj-txt-file-name{max-width:100px}.form-setup-section .form-check:nth-child(3){padding-left:0}}@media (max-width: 1520px){.side-bar-tab-glb-wrapper{min-width:82px}.templates-box-list-wrapper .glossaries-list-wrapper{max-width:100%;padding:0!important}}@media (max-width: 1484px){.find-editors-search-results-cards{width:31.7%}.focused-proj-row .file-edit-list-table-cell:nth-child(2){max-width:25%}.focused-proj-row .file-edit-list-table-cell:last-child{max-width:40%}}@media (max-width: 1445px){.find-editors-search-results-cards{width:31.5%}}@media (max-width: 1440px){.file-edit-list-inner-table-cell:first-child{padding:.8rem 1rem .8rem 5rem}.glossary-workspace-container{width:90%}.glossary-list-wrap .file-edit-list-inner-table-cell:nth-child(1){max-width:66%}.glossary-list-wrap .file-edit-list-inner-table-cell:nth-child(2){max-width:25%}.text-area-wizard-wrapper{width:100%;max-width:100%;margin:30px 0 40px}.ai-mt-card-list-wrapper .ai-mt-card{width:291px}.find-editor-global-container{width:75%}.assignmanage-cell-col:first-child,.assignmanage-header-col:first-child{width:10%;max-width:100%}.assignmanage-header-col:nth-child(2),.assignmanage-cell-col:nth-child(2){width:44%;max-width:100%}.chat-padd-align{padding:27px 5rem 0px}.project-doc-name .project-name{width:20%}.chat-input-section input{width:57vw}.comments-input-section input{width:29vw}.add-comment-align>div textarea{width:555px!important}}@media (max-width: 1400px){.find-editors-search-results-cards{height:245px}.ai-mt-card-list-wrapper .ai-mt-card{width:312px}}@media (max-width: 1375px){.find-editors-search-results-cards-row{gap:18px}}@media (max-width: 1366px){.open-as-button-wrapper .menu-wrapper{right:auto;left:-124px}.setup-container.assign-manage-container{padding:20px 4rem}.ai-project-analysis-modal-wrapper .rodal-dialog,.ailaysa-setup-settings-modal .rodal-dialog{width:90%!important;height:90%!important}.qa-alert-box .rodal-dialog{width:450px!important;height:-moz-fit-content!important;height:fit-content!important}.settings-section{height:100%}.ailaysa-save-alert-modal .rodal-dialog{width:436px!important;height:210px!important}.ailaysa-convert-options-modal .rodal-dialog{width:554px!important;height:316px!important}.ai-mt-card-list-wrapper .ai-mt-card{width:291px}.chat-padd-align{padding:27px 2rem 0px}.chat-member-search-bar-enlarge{width:94.2%}.assignmanage-workspace-col:first-child{margin-right:10px}.assignmanage-workspace-col:last-child{margin-left:10px}}@media (max-width: 1360px){.setup-container-tab{padding-left:0rem!important;padding-top:0;padding-right:0rem;padding-bottom:0}.find-editor-global-container{width:90%}.find-editors-search-results-cards{width:32%}.proj-information .file-edit-proj-txt-tmx{max-width:150px}}@media (max-width: 1303px){.ai-tar-lang-select-modal .rodal-dialog,.ai-lang-select-modal .rodal-dialog{max-width:90%}}@media (max-width: 1300px){.doc-file-table-wrapper .table tbody tr td:first-child,.doc-file-table-wrapper .table thead th:first-child{width:100%;max-width:60%}.prompt-bubble-title{font-size:13px}.customize-settings-icon{margin-left:5px!important}.tone-generatint-form-options.sticky-bottom-button{padding:17px 15px}.tone-generatint-form-options{padding:0 15px 24px}.paste-but{justify-content:flex-start}.collapse-tray-icon{left:370px}.gen-prop-main-wrap{width:300px}.propt-gernerating-content-wrapper{padding:10px 15px 20px;gap:15px}.ailaysa-writter-sidebar-col-wrapper.sidebar-show{width:372px}.collapsed-body .date-time-pickers .datetimepicker-box input{max-width:130px}.doc-file-table-wrapper .table tbody tr td:nth-child(2),.doc-file-table-wrapper .table thead th:nth-child(2){width:100%;max-width:20%}.doc-file-table-wrapper .table tbody tr td:last-child,.doc-file-table-wrapper .table thead th:last-child{width:100%;max-width:20%}.project-list-assign-modal.lsp-assign-wrap .rodal-dialog{width:95%!important}}@media (max-width: 1339px){.find-editors-search-results-cards{width:31.5%}ul.qa-file-list-wrapper li .list-item-2 .job-selection-wrap .settings-job-select,ul.qa-file-list-wrapper li .list-item-2 .job-selection-wrap,.settings-job-select .MuiFormControl-root{width:100%}}@media (max-width: 1280px){.find-editor-main-part{flex-direction:column}.word-processor-wrap ul.nav-project-txt-align:first-child li:nth-child(2) .project-input-wrap{flex-wrap:nowrap;max-width:100px}.find-editor-filter-bar{width:auto;height:auto;position:unset;top:0;display:flex;align-items:center}.setup-container.assign-manage-container{padding:20px 2rem}.internal-user-no-members-list img.empty-folder-img{width:400px;height:200px}.internal-user-no-members-list p{margin-top:20px}.assign-manage-tab-bar{padding-left:1rem!important;padding-top:0;padding-right:1rem;padding-bottom:0}.find-editors-list{padding-left:0;padding-top:20px;flex-grow:1;width:100%}.find-editor-price-range:not(:first-child){margin-top:0}.find-editor-price-range:nth-child(2),.find-editor-price-range:first-child{width:30%;max-width:100%;padding-right:20px}.find-editor-price-range:nth-child(3){padding-right:20px}.find-editor-price-range:nth-child(3),.find-editor-price-range:last-child{width:20%;max-width:100%}.main-no-editors-found{height:450px}.main-no-editors-found img.main-not-found-img{width:400px;height:330px}.find-editors-search-results-cards{width:23.8%}}@media (max-width: 1268px){.add-comment-align>div,.comments-list-section .workspace-textarea{width:420px}.chat-input-section input{width:56vw}.comments-input-section input{width:28.8vw}.add-comment-align>div textarea{width:420px!important}}@media (max-width: 1251px){.find-editors-search-results-cards{width:23.5%}.ail-workspace-white-nav .navbar-display-logo{padding-left:5px!important}ul.ai-source-langs-list{-moz-column-count:5;column-count:5}.converted-pdf-list-wrap.writing-category .file-edit-heading-table-cell:first-child,.converted-pdf-list-wrap.writing-category .file-edit-list-table-cell:first-child{max-width:35%!important}.converted-pdf-list-wrap.writing-category .file-edit-heading-table-cell:nth-child(3),.converted-pdf-list-wrap.writing-category .file-edit-list-table-cell:nth-child(3){max-width:45%!important}.proj-information .file-edit-proj-txt-tmx{max-width:100px}}@media (max-width: 1277px){.glossaries-list-wrapper .header-align.glossary-header .header-project-setup-align-wrap{align-items:baseline;flex-direction:column}.glossaries-list-wrapper .header-align .glossary-search-row-new{width:100%}.header-align.glossary-header.pdf-convert .pdf-convert-header-wrapper .section-header{margin-right:0;margin-bottom:15px}.glossaries-list-wrapper .header-align .glossary-search-row-new.pdf-list .glossary-proj-list{width:375px!important;min-width:200px}.search-results-bar.glossary-proj-list.show{top:105px!important}.pdf-convert-header-wrapper .search-results-bar.glossary-proj-list.show{top:138px!important}}@media (max-width: 1090px){.workspace-progress-bar-part.border-right-add{padding-left:10px;padding-right:10px}.pagination-txt{font-size:13px}.workspace-tools-bar ul{padding-left:10px}.segment-section{padding:0 10px}.pagination-align{padding-right:10px}}@media (max-width: 1040px){.workspace-tools-bar-right-sec .workspace-page-pinned{padding-right:5px}.templates-box-list-wrapper .templates-box-row{display:grid;grid-template-columns:repeat(2,1fr)}.workspace-tools-bar-right-sec .workspace-page-minimize{padding-left:5px}.workspace-tools-bar-right-sec .tool-tm-section-minimize,.workspace-tools-bar-right-sec .workspace-page-pinned .workspace-pin{width:20px;height:20px}.workspace-tools-bar-right-sec .workspace-page-pinned .workspace-pin img{width:14px}}@media (max-width: 1170px){.glossary-global-setup-wrapper{padding:25px 30px}.glossary-setup-form{flex-direction:column}.progress-bar-file-completion{width:50px}.glossary-form-col{max-width:100%}.focused-proj-row .file-edit-list-table-cell:nth-child(2){max-width:20%;justify-content:space-between}.focused-proj-row .file-edit-list-table-cell:last-child{max-width:45%}}@media (max-width: 1100px){.find-editors-search-results-cards{width:32.1%}.glossary-search-wrapper{margin-right:15px}.assignmanage-cell-col:first-child,.assignmanage-header-col:first-child{width:12%;max-width:100%}.assignmanage-header-col:nth-child(2),.assignmanage-cell-col:nth-child(2){width:42%;max-width:100%}.assignmanage-team-header-row,.assignmanage-header-row{margin:15px 15px 0}.assignmanage-listing-container{padding:0 6px 14px}}@media (max-width: 1140px){.ail-workspace-white-nav .common-navbar-wrap{width:68%}}@media (max-width: 1080px){.find-editors-search-results-cards{width:32%}}@media (max-width: 1111px){.project-doc-name .project-name{width:40%}.project-doc-name{justify-content:flex-start;padding-left:40px;padding-right:40px}}@media (max-width: 1587px){.popular-tasks-wrapper__cards{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1199px){.job-select-table-wrapper .job-body-wrap .job-body-wrap-item .job-body-item .document-wrap .proj-name p{max-width:100px}.ai-working-area-glb-wrapper,.ai-working-col-wrapper .glossaries-list-wrapper{max-width:100%;padding:0 50px}.templates-box-list-wrapper .glossaries-list-wrapper{max-width:100%;padding:0!important}.instant-text-translate-wrapper .ai-action-cont-wrapper .ai-sl-tl-cont{justify-content:flex-start!important}.instant-text-translate-wrapper .ai-action-cont-wrapper .ai-sl-tl-wrapper{margin:0!important}.ai-btn-and-txt-cont,.ai-action-cont-wrapper .ai-sl-tl-cont{justify-content:space-between;width:100%}.ai-action-cont-wrapper.pdf-convert-button-wrapper .ai-btn-and-txt-cont{justify-content:flex-end!important}.ai-sl-tl-wrapper{margin-bottom:0}.ai-sl-tl-wrapper,.ai-mt-card-list-wrapper .ai-mt-card{width:100%}.chat-member-search-bar-enlarge{width:92.7%}.text-area-wizard-wrapper .select-mt-wrap .collapse,.text-area-wizard-wrapper .text-translate-btn-wrap,.text-area-wizard-wrapper .select-mt-wrap,.text-area-wizard-wrapper .text-area-wrap{width:100%}}@media (max-width: 1192px){.sidebaropen-bar.left-side-bar{top:146px}}@media (max-width: 1245px){.ail-workspace-white-nav .logo-wrap{width:28%}.ail-workspace-white-nav .common-navbar-wrap{width:72%}}@media (max-width: 1200px){.select-assign-editor-reviewer-wrapper .editor-wrap-list{overflow:auto;height:529px;padding-right:18px}.popular-tasks-wrapper__cards{grid-template-columns:repeat(2,1fr)!important}.sidebaropen-bar.left-bar-desk,.collapse-tray-icon{display:none!important}.pagination-align{padding-right:12px}.workspace-progress-bar-part.border-right-add{padding-left:12px;padding-right:12px}.writer-wrap .navbar-display-logo{padding:0!important}.word-processor-wrap .navbar-nav:nth-child(2){justify-content:flex-start}.version-control-integration .rodal-dialog{height:-moz-fit-content!important;height:fit-content!important}.assets-qa-tab-wrapper,.settings-head{max-width:220px}.assign-rodal .rodal-dialog{height:164px!important}.ai-project-analysis-modal-wrapper .rodal-dialog,.ailaysa-setup-settings-modal .rodal-dialog{width:90%!important}.qa-alert-box .rodal-dialog{width:450px!important;height:-moz-fit-content!important;height:fit-content!important}.ailaysa-save-alert-modal .rodal-dialog{width:436px!important;height:210px!important}.ailaysa-convert-options-modal .rodal-dialog{width:554px!important;height:316px!important}.ailaysa-manage-modal .rodal-dialog{height:-moz-fit-content!important;height:fit-content!important}.file-edit-list-inner-table-cell:first-child{max-width:27%;padding:.8rem 1rem .8rem 4.5rem}.file-edit-list-inner-table-cell:nth-child(2){max-width:25%}.ailaysa-writter-sidebar-col-wrapper{width:100%!important;position:fixed;left:0;background-color:transparent;border-right:0px;transition:.3s left ease-in-out;z-index:10}.ailaysa-writter-sidebar-col-wrapper.hide{left:-100%}.ailaysa-writter-sidebar-col-wrapper.show{left:0}.ailaysa-mask{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;z-index:-1;background:transparent}.sidebaropen-bar.left-side-bar{display:block;width:fit-content;width:-moz-fit-content;position:absolute;top:140px;left:-75px;transition:all .3s ease}.sidebaropen-bar.left-side-bar .sidepanel-leaf{background:#fff;box-shadow:0 1px 1px #3c40434d,0 1px 3px 1px #3c404326;border-radius:0 25px 25px 0;padding:0 11px;width:100px;height:35px;display:flex;align-items:center;justify-content:flex-end}.sidebaropen-bar.left-side-bar .side-bar-arrow-ai-writter{font-size:12px!important;color:#5f6368!important;transform:rotate(180deg)}.sidebaropen-bar.left-side-bar .sidebaropen-bar:hover{left:-40px;transition:all .3s ease;cursor:pointer}.prompt-generating-sidebar{box-shadow:5px 0 15px -5px #0000003d;background-color:#fff;width:372px}}@media (max-width: 1151px){.transeditor-chat-list-col{min-width:330px;max-width:330px}.chat-member-content .recent-msg{max-width:175px}.converted-pdf-list-wrap.writing-category .file-edit-heading-table-cell:first-child,.converted-pdf-list-wrap.writing-category .file-edit-list-table-cell:first-child{max-width:35%!important}.converted-pdf-list-wrap.writing-category .file-edit-heading-table-cell:nth-child(3),.converted-pdf-list-wrap.writing-category .file-edit-list-table-cell:nth-child(3){max-width:45%!important}}@media (max-width: 1140px){.file-edit-proj-txt-file-name,.file-edit-proj-txt-tmx-created,.file-edit-proj-txt-tmx{max-width:103px}.target-lang-row-align{flex-direction:column;align-items:baseline}.segment-status{justify-content:flex-start}.focused-row .workspace-btn-algin{justify-content:flex-end;width:100%}.file-edit-proj-txt-file-name,.file-edit-proj-txt-tmx-created,.file-edit-proj-txt-tmx{max-width:80px}}.voice-lang-writter-list{height:400px!important;overflow-y:auto!important;width:100%}@media (max-width: 1090px){.created-label{margin-left:.7rem}.file-edit-proj-txt-file-name,.file-edit-proj-txt-tmx-created,.file-edit-proj-txt-tmx{max-width:104px}.receiver-msgs-cont{margin-right:4rem}.sender-msgs-cont{margin-left:4rem}}@media (max-width: 1085px){.navbar-display-show{display:block}.project-input-wrap{margin-left:10px}}@media (max-width: 1050px){.file-edit-list-inner-table-cell:first-child{padding:.8rem 1rem .8rem 2.5rem;max-width:25%}.file-edit-list-inner-table-cell:nth-child(5){max-width:10%}.setup-container.assign-manage-container{padding:20px 1.4rem}.assign-manage-tab-bar{padding-left:0rem!important;padding-top:0;padding-right:0rem;padding-bottom:0}}@media (max-width: 1055px){.project-setup-align{margin-right:10px}.project-setup-align-1{margin-left:10px}.progress-bar-file-completion-project-setup{width:70px}}@media (max-width: 1024px){.chat-input-section input{width:54vw}.glossaries-list-wrapper .header-align.glossary-header .header-project-setup-align-wrap .section-header{margin-right:20px}.project-doc-name .project-name .project-name-ellipse{width:100px}.comments-input-section input{width:27.8vw}.time-delay-separater>span{padding:0 .9rem}.time-delay-separater>span:before{margin-right:9px}.time-delay-separater>span:after{margin-left:9px}.file-edit-proj-txt-tmx-created,.file-edit-proj-txt-tmx{max-width:80px}.file-edit-proj-txt-file-name{max-width:60px}}@media (max-width: 1366px){.file-list-assign-main-wrapper.lsp-assign-inner-wrap .lsp-assign-manage-row .file-list-assign-manage-body.lsp-wrapper .file-list-assign-manage-form-wrapper{padding:15px 24px 18px 30px}.select-assign-editor-reviewer-wrapper .editor-wrap-list{overflow:auto;height:523px;padding-right:18px}.subject-model .ai-source-langs-list{-moz-column-count:4!important;column-count:4!important;height:88%}}@media (max-width: 1300px){.sidebar_mask{width:100%;position:absolute;height:100%;z-index:-99;background-color:#0000;animation:backdropshadowappear .4s forwards;transition:.3s background ease-in-out}@keyframes backdropshadowappear{0%,90%{display:none;background-color:#0000}to{display:block;background-color:#0000004d}}.ai-proj-sidebar-col-wrapper{position:fixed;left:-100%;z-index:120}.ai-open-doc-modal .rodal-dialog{width:95%!important}.ai-proj-sidebar-col-wrapper.collapses{position:fixed;z-index:120;width:100%;background-color:transparent;left:0%}.ai-proj-sidebar-col-wrapper.collapses .project-setup-creation-wrapper{width:300px;height:100%;background-color:#fff;border-right:1px solid #EAEAEB}}body.__tam__ .steps-select__placeholder,body.__tam__ .job-select__placeholder,body.__tam__ .project-select__placeholder,body.__tam__ .assignmanage-team-header-col button,body.__tam__ .project-type-list__placeholder,body.__tam__ .project-type-list__single-value,body.__tam__ .fileopen-new-btn,body.__tam__{font-family:Noto Sans Tamil,sans-serif!important}body.__tam__ .project-input-wrap .project-box,body.__tam__ .term-edit-form-control input[type=text].gl-worksp-input,body.__tam__ .glossaries-list-wrapper .header-align.glossary-header .header-project-setup-align-wrap .section-header,body.__tam__ .file-edit-proj-status-txt.glossary-status,body.__tam__ .proj-file-type span,body.__tam__ .file-edit-heading-table-cell span,body.__tam__ .breadcrumbs-wrapper span.glossary-font-change,body.__tam__ .ai-subtask-collapse-wrap ul.ai-subtask-link-list li a.glossary-font-inner span,body.__tam__ .ai-subtask-collapse-wrap ul.ai-subtask-link-list li a.glossary-font-change,body.__tam__ .ai-subtask-collapse-wrap .header span.title.glossary-font-change,body.__tam__ .avatar-initial,body.__tam__ .assignmanage-team-cell-content .member-email,body.__tam__ .assignmanage-cell-doc-content .team-name,body.__tam__ .assignmanage-cell-src-tar span,body.__tam__ .assignmanage-team-cell-content .name,body.__tam__ .assignmanage-cell-doc-content .file span.file-word-count,body.__tam__ .assignmanage-cell-doc-content .file,body.__tam__ .label-txt-new a,body.__tam__ .project-setup-pagination ul li,body.__tam__ .project-list-search-box input,body.__tam__ .file-progress-txt,body.__tam__ .file-edit-proj-txt-file-name,body.__tam__ .file-edit-proj-txt-file-extension,body.__tam__ .setting-file-edit-translation-txt span,body.__tam__ .file-edit-translation-txt span,body.__tam__ .proj-list-info .proj-file-type .glossary-text-name,body.__tam__ .file-edit-proj-txt-word-count,body.__tam__ .file-edit-proj-txt-tmx{font-family:Roboto,sans-serif!important}body.__tam__ .side-bar-tab-glb-wrapper{width:105px}body.__tam__ .side-bar-tab-glb-wrapper .side-bar-tab-box a.nav-link p{font-size:11px}body.__tam__ .job-select__control,body.__tam__ .project-select__control{width:300px}body.__tam__ .team-switch-btn{font-size:13px}body.__tam__ .assignmanage-header-col .title{font-size:12px}body.__tam__ .find-edit-text{font-size:10px}body.__tam__ .file-edit-proj-status-txt{font-size:12px}body.__tam__ .settings-heading-title{font-size:15px}body.__tam__ .nav-transeditor-wrapper a:first-child .nav-assign-manage-link{width:140px!important}.nav-assign-manage-link{height:100%;display:flex;align-items:center;justify-content:center;transition:.3 all ease;text-decoration:none}.nav-assign-manage-link:hover{text-decoration:none}.nav-assign-manage-link span{color:#fff;font-weight:400;font-style:normal;font-size:14px;line-height:1.5;transition:.3 all ease}.error-bottom{left:20px;bottom:-18px}/*!
 * Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adobe:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-bacteria:before{content:"陵"}.fa-bacterium:before{content:"讀"}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:"拏"}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caravan:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:"勒"}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-deezer:before{content:"亮"}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edge-legacy:before{content:"兩"}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:"串"}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:"龜"}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-pay:before{content:"凉"}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-medical:before{content:"樂"}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:"諾"}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-wash:before{content:"丹"}.fa-handshake:before{content:""}.fa-handshake-alt-slash:before{content:"寧"}.fa-handshake-slash:before{content:"怒"}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-hdd:before{content:""}.fa-head-side-cough:before{content:"率"}.fa-head-side-cough-slash:before{content:"異"}.fa-head-side-mask:before{content:"北"}.fa-head-side-virus:before{content:"磻"}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-user:before{content:"便"}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:"邏"}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:"凌"}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:"復"}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:"不"}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:"駱"}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:"稜"}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:"泌"}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:"爛"}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:"數"}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pump-medical:before{content:"索"}.fa-pump-soap:before{content:"參"}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-rust:before{content:"梁"}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-virus:before{content:"塞"}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:"綾"}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sink:before{content:"省"}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:"葉"}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:"說"}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:"殺"}.fa-store-slash:before{content:"辰"}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-tiktok:before{content:"糧"}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-slash:before{content:"沈"}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-trailer:before{content:"論"}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:"雷"}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-unsplash:before{content:"良"}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-users-slash:before{content:"拾"}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-virus:before{content:"若"}.fa-virus-slash:before{content:"掠"}.fa-viruses:before{content:"略"}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-brands-400-nVC9f1s2.eot);src:url(/assets/fa-brands-400-nVC9f1s2.eot?#iefix) format("embedded-opentype"),url(/assets/fa-brands-400-D33E8vs0.woff2) format("woff2"),url(/assets/fa-brands-400-BkC4vTZi.woff) format("woff"),url(/assets/fa-brands-400-CECtXaGB.ttf) format("truetype"),url(/assets/fa-brands-400-DLYMBCJu.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-regular-400-B-EAbcYH.eot);src:url(/assets/fa-regular-400-B-EAbcYH.eot?#iefix) format("embedded-opentype"),url(/assets/fa-regular-400-Bh8YgVB3.woff2) format("woff2"),url(/assets/fa-regular-400-Dysxe68b.woff) format("woff"),url(/assets/fa-regular-400-CEzuyBpv.ttf) format("truetype"),url(/assets/fa-regular-400-9b-si23M.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-BQnhIc0w.eot);src:url(/assets/fa-solid-900-BQnhIc0w.eot?#iefix) format("embedded-opentype"),url(/assets/fa-solid-900-Cqw25viH.woff2) format("woff2"),url(/assets/fa-solid-900-BTZnEakD.woff) format("woff"),url(/assets/fa-solid-900-CXOz8in1.ttf) format("truetype"),url(/assets/fa-solid-900-BKSoU5ym.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}/*!
* Bootstrap v4.5.3 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:#0000000d}.table-hover tbody tr:hover{color:#212529;background-color:#00000013}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:#00000013}.table-hover .table-active:hover{background-color:#00000013}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#00000013}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:#ffffff0d}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:#ffffff13}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:#28a745e6;border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/ calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #28a74540}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:#dc3545e6;border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/ calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #dc354540}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem #007bff40}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem #268fff80}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #268fff80}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem #828a9180}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #828a9180}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem #48b46180}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #48b46180}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem #3ab0c380}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #3ab0c380}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem #deaa0c80}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #deaa0c80}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem #e1536180}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e1536180}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem #d8d9db80}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #d8d9db80}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem #52585d80}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #52585d80}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem #007bff80}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #007bff80}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem #dc354580}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dc354580}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem #343a4080}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #343a4080}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #007bff40}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label:after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#007bff80}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translate(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label:after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:#000000e6}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#000000e6}.navbar-light .navbar-nav .nav-link{color:#00000080}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:#000000e6}.navbar-light .navbar-toggler{color:#00000080;border-color:#0000001a}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:#00000080}.navbar-light .navbar-text a{color:#000000e6}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:#000000e6}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff80}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:#ffffff80;border-color:#ffffff1a}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:#ffffff80}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:#00000008;border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item{display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem #007bff40}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem #007bff80}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem #6c757d80}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem #28a74580}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem #17a2b880}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem #ffc10780}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem #dc354580}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem #f8f9fa80}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem #343a4080}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:#ffffffd9;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem #0000001a;opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:#ffffffd9;background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#00000040}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#00000040}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:#00000040}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#00000040}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translate(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.857143%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:#0000}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:#00000080!important}.text-white-50{color:#ffffff80!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body,.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
