fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.e3fe7ebf.ttf);font-weight:400}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Bold.3b6def8c.ttf);font-weight:700}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Light.c7f7b0af.ttf);font-weight:lighter}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Medium.98591b8e.ttf);font-weight:600}@font-face{font-family:Open Sans;src:url(/fonts/OpenSans-Regular.4543090a.ttf);font-weight:400}@font-face{font-family:Open Sans;src:url(/fonts/OpenSans-Bold.c1fc02c2.ttf);font-weight:700}@font-face{font-family:Open Sans;src:url(/fonts/OpenSans-Light.e3e5d59a.ttf);font-weight:lighter}@font-face{font-family:Lato;src:url(/fonts/Lato-Regular.c44e96b6.ttf);font-weight:400}@font-face{font-family:Lato;src:url(/fonts/Lato-Bold.c1f9f7fb.ttf);font-weight:700}@font-face{font-family:Lato;src:url(/fonts/Lato-Light.d28145fd.ttf);font-weight:lighter}@font-face{font-family:Lato;src:url(/fonts/Lato-Medium.5c86501b.ttf);font-weight:600}#app,body,html{font-family:Poppins,sans-serif;font-weight:600}*{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}button,input,label,option,p,select,span,strong{font-family:Open Sans,sans-serif}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}button{cursor:pointer;font-family:Poppins,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none}button,input,textarea{transition:all .5s ease}input,textarea{background:#fff;border-radius:2px;border:1px solid #becbdb;color:#1c2541;font-size:.875rem;font-weight:400;font-family:Lato,sans-serif;outline:none;display:block;min-height:2.5rem;max-height:2.5rem;padding:0 .875rem;resize:none}input::-moz-placeholder,textarea::-moz-placeholder{color:#becbdb}input::placeholder,textarea::placeholder{color:#becbdb}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#becbdb}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#becbdb}table{border-collapse:collapse;border-spacing:0}::-webkit-scrollbar{width:4px;height:6px}::-webkit-scrollbar-track{border-radius:10px}::-webkit-scrollbar-thumb{background:#202945;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:rgba(32,41,69,.8)}.pointer{cursor:pointer}.mt-1{margin-top:40px}.h-100{height:100%}.h-70-vh{height:70vh}.w-90-vw{width:90vw}.w-100{width:100%}.w-300{width:300px}.f-400{font-weight:400}.row{display:flex}.row.align-center{align-items:center}.row.align-start{align-items:flex-start}.row.align-end{align-items:flex-end}.row.justify-center{justify-content:center}.row.justify-start{justify-content:flex-start}.row.justify-end{justify-content:flex-end}.row.space-around{justify-content:space-around}.row.space-between{justify-content:space-between}.row.space-evenly{justify-content:space-evenly}.row.column{flex-direction:column}.multiselect{position:relative;font-family:Poppins,sans-serif}.multiselect .multiselect__select:before{content:none;display:none}.multiselect .multiselect__content-wrapper{max-height:245px!important}.multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option{font-size:.75rem}.multiselect.multiselect--active .arrow-caret{transform:rotate(180deg);transition:transform .5s ease}.multiselect .multiselect__tags{min-height:2.5rem;max-height:2.5rem;border:0;border-bottom:1px solid #1c2541;border-radius:2px}.multiselect .multiselect__tags .multiselect__single{border:0;color:#1c2541;font-weight:400;font-size:.875rem;padding-top:.125rem;white-space:nowrap;max-width:100%;text-overflow:ellipsis;overflow:hidden}.multiselect .multiselect__tags .multiselect__placeholder{color:#becbdb;font-weight:400;padding-top:.375rem;padding-left:3px;font-size:.875rem}.multiselect .arrow-caret{position:absolute;right:1.25rem;top:.75rem;transform:rotate(0deg);transition:transform .5s ease}.multiselect .arrow-caret--delete{cursor:pointer}.multiselect .arrow-caret--delete,.multiselect .arrow-caret-plus{position:absolute;right:1.25rem;top:.75rem}.checkbox-container{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-container .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border-radius:4px;background-color:#eee}.checkbox-container:hover input~.checkmark{background-color:#ccc}.checkbox-container input:checked~.checkmark{background-color:#202945;border-radius:4px}.checkmark:after{content:"";position:absolute;display:none}.checkbox-container input:checked~.checkmark:after{display:block}.checkbox-container .checkmark:after{left:7px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;border-radius:1px;transform:rotate(45deg)}input:-webkit-autofill{background-color:transparent!important;box-shadow:inset 0 0 0 50px #fff!important;-webkit-box-shadow:inset 0 0 0 50px #fff!important}@keyframes rotation{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}to{transform:rotate(359.999deg);-webkit-transform:rotate(359.999deg)}}@keyframes slideInFromLeft{0%{transform:translateX(100%);-webkit-transform:translateX(100%)}to{transform:translateX(0);-webkit-transform:translateX(0)}}@keyframes slideOutToLeft{0%{transform:translateX(-100%);-webkit-transform:translateX(-100%)}to{transform:translateX(0);-webkit-transform:translateX(0)}}nav{overflow-y:auto;overflow-x:hidden}.link-list{display:flex;flex-direction:column}.link-list .box-icon,.link-list.mobile{align-items:center;justify-content:center}.link-list .box-icon{display:flex;width:3.125rem;height:3.125rem}.link-list .box-icon.circle{background:#202945;width:.625rem;height:.625rem;border-radius:50%;margin:0 1.25rem}.link-list__item{background-color:transparent;border-radius:10px;color:#202945;display:flex;align-items:center;flex-direction:row;justify-content:flex-start;width:11.25rem;height:3.125rem;margin:0 0 1.1875rem 0;line-height:3.125rem;text-align:center;text-decoration:none;transition:width .2s,background-color .1s,color .1s;white-space:nowrap}.link-list__item--chield{padding:0 0 0 20px;width:11.25rem;border-radius:5px 0 0 5px}.link-list__item.upload{border-radius:6px;height:1.25rem;margin-top:-.9375rem}.link-list__item.router-link-exact-active{display:flex!important;background-color:#202945;color:#fff}.link-list__item.router-link-exact-active--chield{background-color:unset;color:#202945;position:relative}.link-list__item.router-link-exact-active--chield:after{content:"";position:absolute;top:0;right:0;width:3px;height:100%;background-color:#202945}.link-list__item abbr{text-decoration:none}.link-list__item .link-list__icon{min-width:1.125rem;min-height:1.125rem}.link-list__item p.hide{font-size:.875rem;line-height:1.25rem;text-align:start;white-space:normal;padding-right:.75rem;max-width:9.375rem}.link-list__item p.hide.small-text{font-size:.75rem}.link-list__item.disabled{pointer-events:none;opacity:.3}.link-list__item:hover{background:rgba(32,41,69,.3)}.link-list__item.bottom{position:absolute;bottom:20px}@media screen and (min-width:992px){.link-list{display:flex;flex-direction:column}.link-list__item{width:12.5rem}}.close .hide{display:none}.close .link-list__item{width:3.125rem}.close .link-list__icon{margin:0 auto 0 auto}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.sidebar[data-v-c515150e]{display:flex;position:fixed;flex-direction:row;z-index:998}.sidebar__content[data-v-c515150e]{background-color:#f2f7f9;border-radius:0 20px 20px 0;display:flex;flex-direction:column;height:100vh;width:15.125rem;padding:0 0 0 1.625rem;position:relative;transition:width .1s}.sidebar__content--env[data-v-c515150e]{height:calc(100vh - 26px);margin-top:26px}.sidebar__content .sidebar__padding[data-v-c515150e]{padding:0 .47rem}.sidebar__content .sidebar__logo[data-v-c515150e]{margin:.5rem 0 3.438rem 0}.sidebar__arrow[data-v-c515150e]{cursor:pointer;width:0;height:1.375rem;margin:4.4375rem .9375rem 0 -.625rem;z-index:2}.sidebar__arrow--env[data-v-c515150e]{margin:6.4375rem .9375rem 0 -.625rem}.sidebar.close .sidebar__logo[data-v-c515150e]{margin:31px auto 61px -6px;width:5.1875rem;transform:scale(1.6);transition:scale .2s}.sidebar.close .sidebar__content[data-v-c515150e]{align-items:center;padding:0 0 0 0;width:72px}.sidebar.close .link__item[data-v-c515150e]{width:3.125rem}.sidebar.close .link__icon[data-v-c515150e]{margin:0 auto 0 auto}.sidebar.open .sidebar__arrow[data-v-c515150e]{transform:rotateY(180deg);margin:4.4375rem -.625rem 0 .75rem}.sidebar.open .sidebar__arrow--env[data-v-c515150e]{margin:6.4375rem -.625rem 0 .75rem}.info[data-v-23afc9c8]{transition:all .4s}.info .user-container[data-v-23afc9c8]{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:flex-end}.info .user-container__name[data-v-23afc9c8]{font-size:.875rem;font-weight:700;line-height:1.25rem;color:#202945}.info .user-container__status[data-v-23afc9c8]{display:flex;font-size:.625rem;font-weight:700;margin-top:3px;color:#fff}.info .user-container__status svg[data-v-23afc9c8]{margin-top:-3px;margin-right:3px}.info .user-container__status.enable[data-v-23afc9c8]{color:#73ba4d}.info .actions[data-v-23afc9c8]{cursor:pointer;margin-left:20px}.info .actions__btn[data-v-23afc9c8]{display:flex;justify-content:center;align-items:center}.info .actions__btn-icon[data-v-23afc9c8]{margin-right:5px}.info .actions__btn-text[data-v-23afc9c8]{color:#202945;font-size:14px;font-weight:700}@media screen and (min-width:992px){.info[data-v-23afc9c8]{padding-right:45px}.info .actions__btn-text[data-v-23afc9c8],.info .user-container__name[data-v-23afc9c8],.info .user-container__status[data-v-23afc9c8]{color:#202945}}.mobile-sidebar[data-v-9508a85e]{background:#f2f7f9;transition:all .3s ease;height:100vh;width:13.4375rem;position:absolute;top:54px;z-index:1000}.mobile-sidebar--env[data-v-9508a85e]{height:calc(100vh - 26px);margin-top:26px}.mobile-sidebar.closed[data-v-9508a85e]{width:0;margin-left:-62.5rem}.mobile-sidebar__header[data-v-9508a85e]{display:flex;align-items:center;position:relative;height:.25rem}.mobile-sidebar__arrow[data-v-9508a85e]{position:absolute;top:35px;right:-13px;transform:rotate(180deg);cursor:pointer}.mobile-sidebar__arrow--env[data-v-9508a85e]{top:61px}.mobile-sidebar__logo[data-v-9508a85e]{margin-left:1.5625rem}.mobile-sidebar__profile[data-v-9508a85e]{display:flex;align-items:center;justify-content:center;margin-top:1.5625rem}.mobile-sidebar__footer[data-v-9508a85e]{display:flex;justify-content:center;position:absolute;bottom:100px;left:0;right:0}.mobile-sidebar.safari[data-v-9508a85e]{top:150px}@media only screen and (device-width:414px)and (device-height:896px)and (-webkit-device-pixel-ratio:3){.mobile-sidebar.safari[data-v-9508a85e]{top:150px}}@media only screen and (device-width:390px)and (device-height:844px)and (-webkit-device-pixel-ratio:3){.mobile-sidebar.safari[data-v-9508a85e]{top:150px}}.header-container[data-v-2b6c60ac]{background:#fff;margin:-1.3rem 1.25rem 1.25rem 1.25rem}.header-container__details[data-v-2b6c60ac]{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;height:4.25rem;width:100%}.header-container__details .header-container__tabs[data-v-2b6c60ac]{height:100%;width:75%}.path[data-v-7f8bfada]{fill:none!important}.mobile-header[data-v-00661620]{background:#f2f7f9;box-shadow:0 4px 10px rgba(35,64,87,.02),0 4px 50px rgba(35,64,87,.03);position:fixed;height:3.4375rem;width:100%;transition:all .6s;z-index:999}.mobile-header.fade[data-v-00661620]{background:rgba(51,51,51,.5);opacity:.8}.mobile-header__logo[data-v-00661620]{display:flex;align-items:center;justify-content:center;height:100%}.mobile-header__icon[data-v-00661620]{cursor:pointer;outline:none;position:absolute;top:16px;right:14px}.mobile-header__icon.safari[data-v-00661620]{top:39px}.mobile-header .border[data-v-00661620]{border-bottom:2px solid #c4c4c4;margin-top:-16px;width:100%;position:absolute}.mobile-header.safari[data-v-00661620]{height:5rem}.mobile-header.safari .mobile-header__icon[data-v-00661620]{top:32px}@media only screen and (device-width:414px)and (device-height:896px)and (-webkit-device-pixel-ratio:3){.mobile-header.safari[data-v-00661620]{height:5.5rem}.mobile-header.safari .mobile-header__icon[data-v-00661620]{top:32px}}@media only screen and (device-width:390px)and (device-height:844px)and (-webkit-device-pixel-ratio:3){.mobile-header.safari[data-v-00661620]{height:5.5rem}.mobile-header.safari .mobile-header__icon[data-v-00661620]{top:32px}}.footer{display:flex;align-items:center;justify-content:center;background:#fff;border-top:2px solid #f2f2f2;margin-left:-2rem;position:relative;height:3.125rem;width:105%}.footer__version{position:absolute;right:100px}.footer__version-custom span{color:#202945;font-size:10px;font-weight:400}.environment[data-v-1ca01bd0]{color:#fff;text-align:center;margin:0;font-size:16px;padding:5px 0;position:fixed;left:0;top:0;width:100%;z-index:1}.environment-dev[data-v-1ca01bd0]{background-color:#73ba4d}.environment-stage[data-v-1ca01bd0]{background-color:#ff8300}.environment-demo[data-v-1ca01bd0]{background-color:#ff4500}.environment-prod[data-v-1ca01bd0]{background-color:#df362d}.dashboard{background:#fff;display:flex;flex-direction:column;width:100%}.dashboard__page{width:100%;height:100vh}.dashboard__page--env{height:calc(100vh - 26px);margin-top:26px}.dashboard__holder{overflow:hidden;padding:0 0 2rem 0;width:100%;height:100%;transition:all .6s;display:flex;flex-direction:column;flex:1}.dashboard__holder.fade{background:rgba(51,51,51,.5);opacity:.8}.dashboard__holder.safari{padding:0 0 8rem 0}@media screen and (min-width:992px){.dashboard{flex-direction:row}.dashboard__page{overflow:scroll;overflow-x:hidden;max-height:100vh;padding-left:6.6875rem;transition:all .3s}.dashboard__page--env{height:calc(100vh - 26px);margin-top:26px}.dashboard__page.extra-padding{padding-left:16rem}.dashboard__holder{height:100%;overflow:auto;padding:1.25rem;display:flex;flex-direction:column;flex:1}}@media screen and (min-width:992px)and (min-width:1279px){.dashboard__holder{min-height:77.7%}}@media screen and (min-width:992px)and (min-width:1439px){.dashboard__holder{min-height:81%}}@media screen and (min-width:992px)and (min-width:1919px){.dashboard__holder{min-height:84%}}#analytics.mobile-analytics{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#analytics.safari{padding-top:15.4375rem}#analytics iframe{max-width:90vw;max-height:79vh}.password[data-v-1503cd0c]{display:flex;flex-direction:row}.password.approved .password__input[data-v-1503cd0c]{border-color:#becbdb;color:#202945}.password.deny .password__input[data-v-1503cd0c]{border-color:red;color:red}.password__input[data-v-1503cd0c]{color:#202945;margin-top:11px;transition:all .5s ease;width:100%}.password__input[data-v-1503cd0c]:focus,.password__input[data-v-1503cd0c]:hover{border-color:#202945}.password__input.alert[data-v-1503cd0c]{border-color:red;color:red}.password__input.admin[data-v-1503cd0c]{margin-top:0}.password[data-v-1503cd0c]:-webkit-autofill{box-shadow:inset 0 0 0 50px #fff!important;-webkit-box-shadow:inset 0 0 0 50px #fff!important}.password[data-v-1503cd0c]:-webkit-autofill:active,.password[data-v-1503cd0c]:-webkit-autofill:focus,.password[data-v-1503cd0c]:-webkit-autofill:hover{box-shadow:inset 0 0 0 50px #fff!important}.eye[data-v-1503cd0c]{margin:19px 0 0 -2.1875rem;cursor:pointer}.eye.admin[data-v-1503cd0c]{margin-top:10px}@media screen and (min-width:992px){.password.register-password[data-v-1503cd0c]{width:100%}.password__input[data-v-1503cd0c]{color:#202945}}.anim-rotate-infinite{animation:rotation 1s linear infinite}.form[data-v-41d6b3f2]{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:40px}.form-title[data-v-41d6b3f2]{color:#202945;font-size:18px;font-weight:700;line-height:38px;margin-bottom:20px}.form-field[data-v-41d6b3f2]{min-width:240px;max-width:240px;margin-bottom:20px}.form-field__label[data-v-41d6b3f2]{color:#202945;font-size:14px;font-weight:400;line-height:16px;font-family:Lato}.form-field__input[data-v-41d6b3f2]{color:#202945;margin-top:11px;width:100%}.form-field__input--required[data-v-41d6b3f2]{color:red;font-size:.625rem;margin-top:.25rem}.form-field__input.alert[data-v-41d6b3f2]{border-color:red;color:red}.form-field__input[data-v-41d6b3f2]:focus,.form-field__input[data-v-41d6b3f2]:hover{border-color:#202945}.form-field__forgot[data-v-41d6b3f2]{cursor:pointer;color:#becbdb;font-size:10px;font-weight:400;font-family:Lato;margin-top:.25rem;margin-left:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .5s ease}.form-field__forgot[data-v-41d6b3f2]:hover{color:rgba(32,41,69,.3)}.form-action[data-v-41d6b3f2]{width:100%}.form-action__btn[data-v-41d6b3f2]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato;line-height:30px;height:42px;width:100%}.form-action__btn[data-v-41d6b3f2]:hover{background:rgba(112,183,76,.8)}.form-action__btn svg[data-v-41d6b3f2]{margin-top:5px}.form-action__btn.disabled[data-v-41d6b3f2]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.form[data-v-49ab6b5a]{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:40px}.form-title[data-v-49ab6b5a]{color:#202945;font-size:18px;font-weight:700;line-height:38px;margin-bottom:20px}.form-title p[data-v-49ab6b5a]{font-family:Lato;font-weight:700}.form-subtitle[data-v-49ab6b5a]{color:#202945;font-size:14px;line-height:16px;text-align:center;margin:20px 0;max-width:285px}.form-subtitle p[data-v-49ab6b5a]{font-family:Lato;font-weight:400}.form-field[data-v-49ab6b5a]{min-width:240px;max-width:240px;margin-bottom:20px}.form-field__label[data-v-49ab6b5a]{color:#202945;font-size:14px;font-weight:400;line-height:16px;font-family:Lato}.form-field__input[data-v-49ab6b5a]{color:#202945;margin-top:11px;width:100%}.form-field__input--required[data-v-49ab6b5a]{color:red;font-size:.625rem;margin-top:.25rem}.form-field__input--required.recaptcha-warn[data-v-49ab6b5a]{margin-top:.625rem;margin-left:12.5rem}.form-field__input.alert[data-v-49ab6b5a]{border-color:red;color:red}.form-field__input[data-v-49ab6b5a]:focus,.form-field__input[data-v-49ab6b5a]:hover{border-color:#202945}.form-field__forgot[data-v-49ab6b5a]{cursor:pointer;color:#becbdb;font-size:10px;font-weight:400;font-family:Lato;margin-top:.25rem;margin-left:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .5s ease}.form-field__forgot[data-v-49ab6b5a]:hover{color:rgba(32,41,69,.3)}.form-action[data-v-49ab6b5a]{display:flex;align-items:center;justify-content:center;width:100%}.form-action__btn[data-v-49ab6b5a]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:700;font-family:Lato;line-height:30px;margin:0 5px;height:42px;width:117px}.form-action__btn[data-v-49ab6b5a]:hover{background:rgba(112,183,76,.8)}.form-action__btn.outline[data-v-49ab6b5a]{background:#fff;border:1px solid #becbdb;color:#70b74c}.form-action__btn.outline[data-v-49ab6b5a]:hover{background:#70b74c;color:#fff}.form-action__btn.disabled[data-v-49ab6b5a]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.form-action__btn svg[data-v-49ab6b5a]{margin-top:5px}.form[data-v-7df4a0ba]{display:flex;flex-direction:column;align-self:center;min-height:22.5rem;width:90%}.form__icon[data-v-7df4a0ba]{display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.form__title[data-v-7df4a0ba]{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#202945;text-align:center}.form__title-text[data-v-7df4a0ba]{font-size:1.25rem;font-weight:700;line-height:25px;margin-bottom:1.25rem}.form__title-subtext[data-v-7df4a0ba]{font-size:.8125rem;font-weight:400;line-height:19px;max-width:270px}.form .actions[data-v-7df4a0ba]{flex-direction:column;align-items:center;margin:1.25rem 0 0 0}.form .actions[data-v-7df4a0ba],.form .actions__btn[data-v-7df4a0ba]{display:flex;justify-content:space-between;width:100%}.form .actions__btn-back[data-v-7df4a0ba]{background:#70b74c;border-radius:5px;color:#fff;font-size:1rem;font-weight:700;line-height:24px;height:2.625rem;width:100%}.form .actions__btn-back[data-v-7df4a0ba]:hover{background:rgba(112,183,76,.8)}@media screen and (min-width:992px){.form[data-v-7df4a0ba]{width:15.625rem;margin-top:2rem}.form .actions__btn-back[data-v-7df4a0ba]{background:#70b74c;border:1px solid #c4c4c4;color:#fff}.form .actions__btn-back[data-v-7df4a0ba]:hover{background:rgba(112,183,76,.8)}}.container__form{margin-bottom:180px}.container__form.less-margin{margin-bottom:80px}.container__form-title__logo{width:240px;height:70px}.container__form-title__text{font-size:16px;margin-left:0!important}@media screen and (min-width:992px){.container{background:#f2f7f9}.container__form,.container__form.less-margin{margin-bottom:0}.container__form-title__text{margin-left:50px}}.rules[data-v-e12dc2de]{display:flex;flex-direction:column}.rules.w-100[data-v-e12dc2de]{width:100%;min-width:100%;max-width:100%}.rules__text[data-v-e12dc2de]{color:#c4c4c4;font-size:.75rem;font-weight:400;line-height:1rem;margin-top:2px;margin-left:5px;transition:all .6s}.rules__text[data-v-e12dc2de]:first-child{margin-left:0}.rules__text.approved[data-v-e12dc2de]{color:#1c2541}.rules__text.deny[data-v-e12dc2de]{border-color:red;color:red}.rules__text[data-v-e12dc2de]:first-child{margin-top:1.875rem}.info-box .rules>[data-v-e12dc2de]{color:#202945}@media screen and (min-width:992px){.rules[data-v-e12dc2de]{min-width:50%;max-width:50%}}.form[data-v-a4a2d96c]{display:flex;flex-direction:column;align-self:center;min-height:22.5rem;width:90%;margin-top:-6.25rem}.form__title[data-v-a4a2d96c]{color:#202945;font-size:18px;font-weight:700;font-family:Lato;line-height:38px;margin-bottom:20px;margin:6.25rem auto 1.25rem auto}.form__text[data-v-a4a2d96c]{color:#202945;font-size:14px;font-family:Lato;font-weight:600;line-height:16px;text-align:center;margin:20px 0;max-width:290px}.form .field[data-v-a4a2d96c]{display:flex;flex-direction:column}.form .field__label[data-v-a4a2d96c]{color:#1c2541;font-weight:400;font-size:14px;font-family:Lato;margin-top:15px}.form .field__input[data-v-a4a2d96c]{background:transparent;border-width:0 0 2px 0;border-color:#becbdb;border-style:solid;color:#202945;font-size:14px;outline:none;padding:10px 0;height:auto;transition:background-color 500000s,color 500000s,border-color .5s}.form .field__input[data-v-a4a2d96c]:-webkit-autofill{box-shadow:inset 0 0 0 50px #fff!important;-webkit-box-shadow:inset 0 0 0 50px #fff!important}.form .field__input[data-v-a4a2d96c]:-webkit-autofill:active,.form .field__input[data-v-a4a2d96c]:-webkit-autofill:focus,.form .field__input[data-v-a4a2d96c]:-webkit-autofill:hover{box-shadow:inset 0 0 0 50px #fff!important}.form .field__input[data-v-a4a2d96c]:focus{border-color:#1c2541}.form .rules[data-v-a4a2d96c]{display:flex;flex-direction:column}.form .rules__text[data-v-a4a2d96c]{color:#c4c4c4;font-size:.75rem;font-weight:400;line-height:1rem;margin-top:2px;transition:all .6s}.form .rules__text.approved[data-v-a4a2d96c]{color:#1c2541}.form .rules__text.deny[data-v-a4a2d96c]{border-color:red;color:red}.form .rules__text[data-v-a4a2d96c]:first-child{margin-top:1.875rem}.form .actions[data-v-a4a2d96c]{flex-direction:column;align-items:center;margin:1.875rem 0 0 0}.form .actions[data-v-a4a2d96c],.form .actions__btn[data-v-a4a2d96c]{display:flex;justify-content:space-between;width:100%}.form .actions__btn-back[data-v-a4a2d96c]{background:#fff;border:1px solid #c4c4c4;border-radius:5px;color:#202945;font-size:1rem;font-weight:700;line-height:24px;height:2.625rem;width:48%}.form .actions__btn-back[data-v-a4a2d96c]:hover{background:#70b74c;color:#fff}.form .actions__btn-next[data-v-a4a2d96c]{background:#70b74c;border-radius:5px;color:#fff;font-size:1rem;font-weight:700;line-height:24px;height:2.625rem;width:48%}.form .actions__btn-next[data-v-a4a2d96c]:hover{background:rgba(112,183,76,.8)}.form .actions__btn-next.disabled[data-v-a4a2d96c]{background:rgba(112,183,76,.8);pointer-events:none}.form .actions__btn-next.disabled svg[data-v-a4a2d96c]{margin-top:5px}@media screen and (min-width:992px){.form[data-v-a4a2d96c]{width:265px;margin:0}.form__title[data-v-a4a2d96c]{margin:0 auto 1.25rem auto}.form__text[data-v-a4a2d96c]{color:#202945;font-size:.875rem;font-weight:400;text-align:center;margin:0 auto .625rem auto;max-width:14.75rem}.form .field__input[data-v-a4a2d96c]{color:#202945}.form .field__label[data-v-a4a2d96c]{color:#202945;font-size:14px}.form .actions__btn[data-v-a4a2d96c]{font-size:1.625rem}}.container{background:#fff;display:flex;justify-content:center;align-items:center;height:100vh;width:100%}.container__form{background:#fff;border-radius:30px;width:425px;height:520px}.container__form.small{height:388px}.container__form-title{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:50px}.container__form-title__text{color:#202945;font-family:Lato;font-size:18px;font-weight:700;line-height:20px;margin-top:10px;margin-left:50px}.container__form-body{display:flex;align-items:center;justify-content:center}@media screen and (min-width:992px){.container{background:#f2f7f9}}.generic-multiselect{margin-right:0;margin:.9375rem 0;width:8.125rem}.generic-multiselect.full-width{width:100%}.generic-multiselect.full-height .multiselect__tags{max-height:100%}.generic-multiselect.capitalize .multiselect__single{text-transform:lowercase}.generic-multiselect.capitalize .multiselect__single:first-letter{text-transform:capitalize}.generic-multiselect.dark-blue .multiselect__tags{background:#202945}.generic-multiselect.dark-blue .multiselect__tags .multiselect__placeholder{color:#fff}.generic-multiselect.dark-blue .multiselect__tags .multiselect__input{background:transparent;color:#fff}.generic-multiselect.dark-blue .multiselect__tags .multiselect__input::-moz-placeholder{color:#fff;font-size:.75rem}.generic-multiselect.dark-blue .multiselect__tags .multiselect__input::placeholder{color:#fff;font-size:.75rem}.generic-multiselect.dark-blue .multiselect__tags .multiselect__single{background:#202945;color:#fff}.generic-multiselect.dark-blue .multiselect__content-wrapper{border:0}.generic-multiselect .multiselect__tags{border:1px solid #becbdb}.generic-multiselect .multiselect__tags .multiselect__placeholder{padding-top:.375rem}.generic-multiselect .multiselect__tags .multiselect__tag{background:#1c2541;border-radius:100px;min-width:6.25rem}.generic-multiselect .multiselect__tags .multiselect__tag-icon:after{color:#fff}.generic-multiselect .multiselect__tags .multiselect__tag-icon:hover{background:transparent}.generic-multiselect.alert-class .multiselect__tags{border:1px solid red}.generic-multiselect.status .multiselect__option--selected{background:#fff}.generic-multiselect.status .multiselect__option--highlight,.generic-multiselect.status .multiselect__option--highlight:after{background:#202945;color:#fff}.generic-multiselect.mt-0{margin-top:0}.generic-multiselect.email-multiselect .multiselect__tags{min-height:45px;max-height:200px;overflow:auto}.button[data-v-98794524]{border-radius:5px;font-weight:600;font-family:Lato,sans-serif;height:42px}.button--sm[data-v-98794524]{width:125px}.button--md[data-v-98794524]{font-size:13px;width:190px;padding:0;line-height:15px}.button--lg[data-v-98794524]{font-size:16px;line-height:30px;padding:0 20px;min-width:190px;max-width:260px}.button--xl[data-v-98794524]{padding:10px}.button__primary[data-v-a65e5a32]{color:#fff;background:#70b74c;border:1px solid #becbdb}.button__primary[data-v-a65e5a32]:hover{background:rgba(112,183,76,.8)}.button__primary[data-v-a65e5a32]:disabled{pointer-events:none;opacity:.6}.filter[data-v-1fa5f549]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (min-width:992px){.filter[data-v-1fa5f549]{flex-direction:row}}.filter-title[data-v-1fa5f549]{color:#202945;font-size:30px;font-family:Lato;font-weight:600}.filter-inputs[data-v-1fa5f549]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}@media screen and (min-width:992px){.filter-inputs[data-v-1fa5f549]{flex-direction:row}}.filter-inputs .status-multiselect[data-v-1fa5f549]{margin-right:0;min-width:215px}.filter-inputs__users[data-v-1fa5f549]{width:90vw}@media screen and (min-width:992px){.filter-inputs[data-v-1fa5f549],.filter[data-v-1fa5f549]{flex-direction:row}.filter-inputs .status-multiselect[data-v-1fa5f549]{margin-right:20px}.filter-inputs__users[data-v-1fa5f549]{width:448px}.filter-inputs__btn[data-v-1fa5f549]{margin-left:50px}}.pagination[data-v-8772f118]{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-top:1.25rem;width:100%}.pagination .dots[data-v-8772f118]{margin-top:.625rem}.pagination button[data-v-8772f118]{cursor:pointer;background:#fff;border:1px solid #202945;border-radius:5px;color:#202945;font-size:.625rem;font-weight:600;margin:.3125rem;padding:.3125rem;height:1.875rem;width:1.875rem}.pagination button.active[data-v-8772f118]{background:#202945;color:#fff}.pagination button.big-btn[data-v-8772f118]{width:3.4375rem;border:none;background:#fff}.pagination button[data-v-8772f118]:hover{transition:.2s ease-out;background:#202945;color:#fff}.icon__sort[data-v-10ff56a2]{margin-left:5px;width:14px;height:14px;cursor:pointer}#users-table[data-v-0c54a914]{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;max-height:70vh;padding:2.625rem 0}#users-table .table[data-v-0c54a914]{color:#202945;border-radius:5px}#users-table .table tbody td[data-v-0c54a914],#users-table .table thead th[data-v-0c54a914]{padding:1rem}#users-table .table thead .row[data-v-0c54a914]{display:flex}#users-table .table thead .row div[data-v-0c54a914]{cursor:pointer}#users-table .table thead.table__header th[data-v-0c54a914]{color:#202945;font-weight:600;font-size:.875rem;line-height:16px}#users-table .table thead.table__header th[data-v-0c54a914]:first-child,#users-table .table thead.table__header th[data-v-0c54a914]:nth-child(2){min-width:300px}#users-table .table thead.table__header th[data-v-0c54a914]:nth-child(3){min-width:250px}#users-table .table thead.table__header th[data-v-0c54a914]:nth-child(4){min-width:170px}#users-table .table thead.table__header th[data-v-0c54a914]:nth-child(5){min-width:120px}#users-table .table thead.table__header th[data-v-0c54a914]:nth-child(6){min-width:150px}#users-table .table tbody[data-v-0c54a914]{overflow:auto;width:100%;height:55px}#users-table .table tbody tr[data-v-0c54a914]{border-bottom:.0625rem solid transparent;transition:all .4s ease}#users-table .table tbody tr td[data-v-0c54a914]{color:#202945;font-weight:500!important;font-size:14px;line-height:.75rem;vertical-align:middle}#users-table .table tbody tr td.active[data-v-0c54a914]{color:#42ad40}#users-table .table tbody tr td.actions[data-v-0c54a914]{cursor:pointer;color:#70b74c;display:flex;align-items:center;font-weight:500;width:100%}#users-table .table tbody tr td[data-v-0c54a914]:first-child,#users-table .table tbody tr td[data-v-0c54a914]:nth-child(2){min-width:300px}#users-table .table tbody tr td[data-v-0c54a914]:nth-child(3){min-width:250px}#users-table .table tbody tr td[data-v-0c54a914]:nth-child(4){min-width:170px}#users-table .table tbody tr td[data-v-0c54a914]:nth-child(5){min-width:120px}#users-table .table tbody tr td[data-v-0c54a914]:nth-child(6){min-width:150px}#users-table .table tbody tr.stripped[data-v-0c54a914]{background:rgba(229,233,242,.49)}#users-table .table tbody tr:hover td.stripped[data-v-0c54a914],#users-table .table tbody tr[data-v-0c54a914]:hover{transition:.2s ease-out;background:rgba(229,233,242,.49)}#users-table .table tbody[data-v-0c54a914]:before{content:"@";color:transparent;display:block;line-height:10px;text-indent:-99999px}#users-table .table svg[data-v-0c54a914]{margin:0 .3125rem}#users-table .loader[data-v-0c54a914]{display:flex;justify-content:center;align-items:center;height:60vh}@media screen and (min-width:992px){#users-table[data-v-0c54a914]{padding:.625rem 0;max-height:100%}#users-table .table thead.table__header th[data-v-0c54a914]:first-child{min-width:0;width:22%}#users-table .table thead.table__header th[data-v-0c54a914]:nth-child(2){min-width:0;width:25%}#users-table .table thead.table__header th[data-v-0c54a914]:nth-child(3),#users-table .table thead.table__header th[data-v-0c54a914]:nth-child(4){min-width:0;width:15%}#users-table .table thead.table__header th[data-v-0c54a914]:nth-child(5){min-width:0;width:10%}#users-table .table thead.table__header th[data-v-0c54a914]:nth-child(6){min-width:0}#users-table .table tbody tr td[data-v-0c54a914]:first-child{min-width:0;width:22%}#users-table .table tbody tr td[data-v-0c54a914]:nth-child(2){min-width:0;width:25%}#users-table .table tbody tr td[data-v-0c54a914]:nth-child(3),#users-table .table tbody tr td[data-v-0c54a914]:nth-child(4){min-width:0;width:15%}#users-table .table tbody tr td[data-v-0c54a914]:nth-child(5){min-width:0;width:10%}}#user-management.mobile-user-management{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#user-management.safari{padding-top:15.4375rem}.modal-mask[data-v-7e16439d]{background-color:hsla(0,0%,100%,.5);display:table;position:fixed;top:0;left:0;width:100%;height:100%;transition:opacity .3s ease;z-index:998}.modal-mask .wrapper[data-v-7e16439d]{display:table-cell;vertical-align:middle}.modal-mask .wrapper .container[data-v-7e16439d]{background-color:#f2f7f9;box-shadow:0 4px 15px rgba(0,0,0,.25);border-radius:30px;display:flex;flex-direction:column;overflow:auto;margin:0 auto;padding:1.25rem 1.875rem;transition:all .3s ease;width:393px;height:283px}.modal-mask .wrapper .container .header[data-v-7e16439d]{cursor:pointer;display:flex;justify-content:flex-end;margin-right:-10px;margin-top:-2px;padding-bottom:.625rem}.modal-mask .wrapper .container .body[data-v-7e16439d]{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:.625rem}.modal-mask .wrapper .container .body__title[data-v-7e16439d]{margin-bottom:10px}.modal-mask .wrapper .container .body__title-text[data-v-7e16439d]{color:#202945;font-size:16px;font-weight:700;line-height:20px}.modal-mask .wrapper .container .body__description[data-v-7e16439d]{margin:25px 0;max-width:250px}.modal-mask .wrapper .container .body__description-text[data-v-7e16439d]{color:#202945;font-size:14px;font-weight:400;line-height:20px}.modal-mask .wrapper .container .body__description.dna[data-v-7e16439d]{max-width:270px}.modal-mask .wrapper .container .actions[data-v-7e16439d]{display:flex;align-items:center;justify-content:center}.modal-mask .wrapper .container .actions__btn[data-v-7e16439d]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato;line-height:30px;height:42px;width:125px}.modal-mask .wrapper .container .actions__btn[data-v-7e16439d]:hover:hover{background:red;color:#fff}.modal-mask .wrapper .container .actions__btn.outline[data-v-7e16439d]{background:#fff;border:1px solid #becbdb;color:#70b74c;margin-right:20px}.modal-mask .wrapper .container .actions__btn.outline[data-v-7e16439d]:hover{background:#70b74c;color:#fff}.modal-mask .wrapper .container .actions__btn.disabled[data-v-7e16439d]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.modal-mask .wrapper .container .actions__btn svg[data-v-7e16439d]{margin-top:5px}@media screen and (min-width:992px){.modal-mask .wrapper .container[data-v-7e16439d]{background-color:#fff;overflow:visible}}.modal-enter[data-v-7e16439d],.modal-leave-active[data-v-7e16439d]{opacity:0}.modal-enter .container[data-v-7e16439d],.modal-leave-active .container[data-v-7e16439d]{transform:scale(1.1)}@keyframes spin-7e16439d{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.modal-mask[data-v-7b699cea]{background-color:hsla(0,0%,100%,.5);display:table;position:fixed;top:0;left:0;width:100%;height:100%;transition:opacity .3s ease;z-index:998}.modal-mask .wrapper[data-v-7b699cea]{display:table-cell;vertical-align:middle}.modal-mask .wrapper .container[data-v-7b699cea]{background-color:#f2f7f9;box-shadow:0 4px 15px rgba(0,0,0,.25);border-radius:30px;display:flex;flex-direction:column;overflow:auto;margin:0 auto;padding:1.25rem 1.875rem;transition:all .3s ease;height:308px;width:445px}.modal-mask .wrapper .container .header[data-v-7b699cea]{cursor:pointer;display:flex;justify-content:flex-end;margin-right:-10px;margin-top:-2px;padding-bottom:.625rem}.modal-mask .wrapper .container .body[data-v-7b699cea]{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:.625rem;margin-bottom:-17px}.modal-mask .wrapper .container .body__title[data-v-7b699cea]{margin-bottom:-13px}.modal-mask .wrapper .container .body__title-text[data-v-7b699cea]{color:#202945;font-size:16px;font-weight:700;line-height:20px}.modal-mask .wrapper .container .body__description[data-v-7b699cea]{margin:25px 0;max-width:250px}.modal-mask .wrapper .container .body__description-text[data-v-7b699cea]{color:#202945;font-size:14px;font-weight:400;line-height:20px}.modal-mask .wrapper .container .body__description.dna[data-v-7b699cea]{max-width:270px}.modal-mask .wrapper .container .actions[data-v-7b699cea]{display:block;align-items:center;justify-content:center;margin-top:8px}.modal-mask .wrapper .container .actions__btn[data-v-7b699cea]{background:#70b74c;border-radius:5px;color:#fff;font-size:15px;font-weight:600;font-family:Lato;line-height:30px;font-style:normal;height:42px;width:348px}.modal-mask .wrapper .container .actions__btn[data-v-7b699cea]:hover:hover{background:rgba(112,183,76,.8);color:#fff}.modal-mask .wrapper .container .actions__btn.outline[data-v-7b699cea]{background:#fff;border:1px solid #becbdb;color:#70b74c}.modal-mask .wrapper .container .actions__btn.outline[data-v-7b699cea]:hover{background:#70b74c;color:#fff}.modal-mask .wrapper .container .actions__btn.disabled[data-v-7b699cea]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.modal-mask .wrapper .container .actions__btn svg[data-v-7b699cea]{margin-top:5px}@media screen and (min-width:992px){.modal-mask .wrapper .container[data-v-7b699cea]{background-color:#fff;overflow:visible}}.modal-enter[data-v-7b699cea],.modal-leave-active[data-v-7b699cea]{opacity:0}.modal-enter .container[data-v-7b699cea],.modal-leave-active .container[data-v-7b699cea]{transform:scale(1.1)}@keyframes spin-7b699cea{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.info[data-v-7aa40b9a]{top:0;cursor:pointer;position:relative}.info-box[data-v-7aa40b9a]{opacity:0;display:none}.info.active .info-box[data-v-7aa40b9a],.info:hover .info-box[data-v-7aa40b9a]{opacity:1;display:block;background:#fff;border:1px solid #c4c4c4;border-radius:10px 0 10px 10px;cursor:default;min-height:103px;min-width:203px;max-width:203px;transition:opacity .3s ease;position:absolute;right:10px;top:10px;padding:20px;z-index:4}.password-rules[data-v-7aa40b9a]{margin-top:-35px}.modal-enter[data-v-7aa40b9a],.modal-leave-active[data-v-7aa40b9a]{opacity:0}.modal-enter .container[data-v-7aa40b9a],.modal-leave-active .container[data-v-7aa40b9a]{transform:scale(1.1)}.modal-mask[data-v-cfe69abe]{background-color:hsla(0,0%,100%,.5);display:table;position:fixed;top:0;left:0;width:100%;height:100%;transition:opacity .3s ease;z-index:998}.modal-mask .wrapper[data-v-cfe69abe]{display:table-cell;vertical-align:middle}.modal-mask .wrapper .container[data-v-cfe69abe]{background-color:#f2f7f9;box-shadow:0 4px 15px rgba(0,0,0,.25);border-radius:30px;display:flex;flex-direction:column;overflow:auto;margin:0 auto;padding:1.25rem 1.875rem;transition:all .3s ease;height:400px;width:450px}.modal-mask .wrapper .container .header[data-v-cfe69abe]{cursor:pointer;display:flex;justify-content:flex-end;margin-right:-10px;margin-top:-2px;padding-bottom:.625rem}.modal-mask .wrapper .container .body[data-v-cfe69abe]{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:.625rem;margin-top:-16px;margin-bottom:-21px}.modal-mask .wrapper .container .body__title[data-v-cfe69abe]{margin-bottom:-13px}.modal-mask .wrapper .container .body__title-text[data-v-cfe69abe]{color:#202945;font-size:16px;font-weight:700;line-height:20px}.modal-mask .wrapper .container .body__description[data-v-cfe69abe]{margin:25px 0;max-width:352px}.modal-mask .wrapper .container .body__description-text[data-v-cfe69abe]{color:#202945;font-size:14px;font-weight:400;line-height:20px}.modal-mask .wrapper .container .body__description.dna[data-v-cfe69abe]{max-width:270px}.modal-mask .wrapper .container .actions[data-v-cfe69abe]{display:flex;align-items:center;justify-content:center;margin-top:15px}.modal-mask .wrapper .container .actions__btn[data-v-cfe69abe]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato;line-height:30px;height:42px;width:159.16px}.modal-mask .wrapper .container .actions__btn[data-v-cfe69abe]:hover:hover{background:rgba(112,183,76,.8);color:#fff}.modal-mask .wrapper .container .actions__btn.outline[data-v-cfe69abe]{background:#fff;border:1px solid #becbdb;color:#70b74c;margin-right:25px}.modal-mask .wrapper .container .actions__btn.outline[data-v-cfe69abe]:hover{background:#70b74c;color:#fff}.modal-mask .wrapper .container .actions__btn.disabled[data-v-cfe69abe]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.modal-mask .wrapper .container .actions__btn svg[data-v-cfe69abe]{margin-top:5px}.modal-mask .wrapper .container .detail[data-v-cfe69abe]{width:344px}.modal-mask .wrapper .container .detail-form[data-v-cfe69abe]{margin-bottom:15px}.modal-mask .wrapper .container .detail-form--items[data-v-cfe69abe]{display:flex;justify-content:space-between}.modal-mask .wrapper .container .detail-form--items__label[data-v-cfe69abe]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.modal-mask .wrapper .container .detail-form--input[data-v-cfe69abe]{width:344px}.modal-mask .wrapper .container .detail-form--input.disabled[data-v-cfe69abe]{pointer-events:none;opacity:.6}.modal-mask .wrapper .container .detail-form--input--required[data-v-cfe69abe]{color:red;font-size:.625rem;right:0}.modal-mask .wrapper .container .detail-form--input.alert[data-v-cfe69abe]{border:1px solid red;border-radius:2px;color:red}@media screen and (min-width:992px){.modal-mask .wrapper .container[data-v-cfe69abe]{background-color:#fff;overflow:visible}}.modal-enter[data-v-cfe69abe],.modal-leave-active[data-v-cfe69abe]{opacity:0}.modal-enter .container[data-v-cfe69abe],.modal-leave-active .container[data-v-cfe69abe]{transform:scale(1.1)}@keyframes spin-cfe69abe{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.detail-form[data-v-300ac742]{padding:15px;margin-top:40px;overflow:auto}.detail-form .row[data-v-300ac742]{flex-direction:column}.detail-form__field[data-v-300ac742]{position:relative;width:100%}.detail-form__field--label[data-v-300ac742]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.detail-form__field--input[data-v-300ac742]{margin-top:10px;margin-bottom:20px;width:100%}.detail-form__field--input.disabled[data-v-300ac742]{pointer-events:none;opacity:.6}.detail-form__field--input--required[data-v-300ac742]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.detail-form__field--input.alert[data-v-300ac742]{border:1px solid red;border-radius:2px;color:red}.detail-form__actions[data-v-300ac742]{display:flex;justify-content:space-between;flex-direction:column;margin-top:50px}.detail-form__actions--btn[data-v-300ac742]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato;height:42px;width:100%}.detail-form__actions--btn[data-v-300ac742]:hover{background:rgba(112,183,76,.8)}.detail-form__actions--btn.outline[data-v-300ac742]{background:#fff;border:1px solid #becbdb;color:#70b74c}.detail-form__actions--btn.outline[data-v-300ac742]:hover{background:red;color:#fff}.detail-form__actions--btn.disabled[data-v-300ac742]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.detail-form__actions--btn svg[data-v-300ac742]{margin-top:5px}.detail-form__actions--btn.variant[data-v-300ac742]{margin-right:29%}.password-rules[data-v-300ac742]{margin-top:-40px;margin-bottom:-35px}.password[data-v-300ac742]{margin-top:0}@media screen and (min-width:992px){.detail-form[data-v-300ac742]{padding:0;max-width:850px;overflow:hidden}.detail-form .row[data-v-300ac742]{flex-direction:row}.detail-form__field[data-v-300ac742]{width:415px}.detail-form__field[data-v-300ac742]:first-child{margin-right:20px}.detail-form__actions[data-v-300ac742]{margin-top:50px;flex-direction:row}.detail-form__actions.new-user[data-v-300ac742]{justify-content:flex-end}.detail-form__actions--btn[data-v-300ac742]{margin-top:0;width:190px}}@media(max-width:768px){.detail-form__actions[data-v-300ac742]{margin-top:50px;flex-direction:column-reverse;gap:10px}.detail-form__actions.new-user[data-v-300ac742]{justify-content:flex-end}.detail-form__actions--btn[data-v-300ac742]{margin-top:0}}#user-detail.mobile-user-detail{padding-top:4.4375rem}#user-detail.safari{padding-top:15.4375rem}#user-detail .detail-title{display:flex;align-items:center;justify-content:space-around;margin-right:120px}#user-detail .detail-title__icon{cursor:pointer;margin-bottom:2px;margin-right:80px;transform:rotate(180deg)}#user-detail .detail-title__text{color:#202945;font-size:16px;font-family:Lato;font-weight:400;text-align:center}@media screen and (min-width:992px){#user-detail{min-height:76vh}#user-detail .detail-title{justify-content:flex-start;margin-right:0}#user-detail .detail-title__icon{margin-right:20px;margin-bottom:0}#user-detail .detail-title__text{font-size:30px;font-weight:600;text-align:unset}}.filter[data-v-1a94c89a]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (min-width:992px){.filter[data-v-1a94c89a]{flex-direction:row}}.filter-title[data-v-1a94c89a]{color:#202945;font-size:30px;font-family:Lato;font-weight:600;margin-bottom:20px}.filter-inputs[data-v-1a94c89a]{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width:992px){.filter-inputs[data-v-1a94c89a]{flex-direction:row}}.filter-inputs .status-multiselect[data-v-1a94c89a]{margin-right:0;min-width:215px}.filter-inputs__investors[data-v-1a94c89a]{margin-bottom:20px;width:90vw}@media screen and (min-width:992px){.filter[data-v-1a94c89a]{flex-direction:row}.filter-title[data-v-1a94c89a]{margin-bottom:0}.filter-inputs[data-v-1a94c89a]{flex-direction:row}.filter-inputs .status-multiselect[data-v-1a94c89a]{margin-bottom:0;margin-right:20px}.filter-inputs__investors[data-v-1a94c89a]{margin-bottom:0;width:448px}.filter-inputs__btn[data-v-1a94c89a]{margin-left:50px}}#investors-table[data-v-38db3321]{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;max-height:70vh;padding:2.625rem 0}#investors-table .table[data-v-38db3321]{color:#202945;border-radius:5px}#investors-table .table tbody td[data-v-38db3321],#investors-table .table thead th[data-v-38db3321]{padding:1rem}#investors-table .table thead .row[data-v-38db3321]{display:flex}#investors-table .table thead.table__header th[data-v-38db3321]{color:#202945;font-weight:600;font-size:.875rem;line-height:16px}#investors-table .table thead.table__header th[data-v-38db3321]:first-child{min-width:300px}#investors-table .table thead.table__header th[data-v-38db3321]:nth-child(2){min-width:100px}#investors-table .table thead.table__header th[data-v-38db3321]:nth-child(3){min-width:200px}#investors-table .table thead.table__header th[data-v-38db3321]:nth-child(4){width:15%}#investors-table .table thead.table__header th[data-v-38db3321]:nth-child(5){min-width:150px}#investors-table .table thead.table__header th.icon[data-v-38db3321]{min-width:0;max-width:0;border-bottom:0}#investors-table .table tbody[data-v-38db3321]{overflow:auto;width:100%;height:55px}#investors-table .table tbody tr[data-v-38db3321]{border-bottom:.0625rem solid transparent;transition:all .4s ease}#investors-table .table tbody tr td[data-v-38db3321]{color:#202945;font-weight:500!important;font-size:14px;line-height:.75rem;vertical-align:middle}#investors-table .table tbody tr td.active[data-v-38db3321]{color:#42ad40}#investors-table .table tbody tr td.actions[data-v-38db3321]{cursor:pointer;color:#70b74c;display:flex;align-items:center;font-weight:500;width:100%}#investors-table .table tbody tr td[data-v-38db3321]:first-child{min-width:300px}#investors-table .table tbody tr td[data-v-38db3321]:nth-child(2){min-width:100px}#investors-table .table tbody tr td[data-v-38db3321]:nth-child(3){min-width:200px}#investors-table .table tbody tr td[data-v-38db3321]:nth-child(4){width:15%}#investors-table .table tbody tr td[data-v-38db3321]:nth-child(5){min-width:150px}#investors-table .table tbody tr.stripped[data-v-38db3321]{background:rgba(229,233,242,.49)}#investors-table .table tbody tr:hover td.stripped[data-v-38db3321],#investors-table .table tbody tr[data-v-38db3321]:hover{transition:.2s ease-out;background:rgba(229,233,242,.49)}#investors-table .table tbody[data-v-38db3321]:before{content:"@";color:transparent;display:block;line-height:10px;text-indent:-99999px}#investors-table .table svg[data-v-38db3321]{margin:0 .3125rem}#investors-table .loader[data-v-38db3321]{display:flex;justify-content:center;align-items:center;height:60vh}@media screen and (min-width:992px){#investors-table[data-v-38db3321]{padding:.625rem 0;max-height:100%}#investors-table .table thead.table__header th[data-v-38db3321]:first-child{min-width:0;width:20%}#investors-table .table thead.table__header th[data-v-38db3321]:nth-child(2),#investors-table .table thead.table__header th[data-v-38db3321]:nth-child(3){min-width:0;width:25%}#investors-table .table thead.table__header th[data-v-38db3321]:nth-child(4){min-width:0;width:13%}#investors-table .table thead.table__header th[data-v-38db3321]:nth-child(5){min-width:100px}#investors-table .table tbody tr td[data-v-38db3321]:first-child,#investors-table .table tbody tr td[data-v-38db3321]:nth-child(2),#investors-table .table tbody tr td[data-v-38db3321]:nth-child(3){min-width:0;width:25%}#investors-table .table tbody tr td[data-v-38db3321]:nth-child(4){min-width:0;width:13%}#investors-table .table tbody tr td[data-v-38db3321]:nth-child(5){min-width:100px}}#investor-management.mobile-investor-management{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#investor-management.safari{padding-top:15.4375rem}.detail-form[data-v-8dd23dde]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.detail-form .row[data-v-8dd23dde]{flex-direction:column}.detail-form__field[data-v-8dd23dde]{position:relative;width:100%}.detail-form__field--label[data-v-8dd23dde]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.detail-form__field--input[data-v-8dd23dde]{margin-top:10px;margin-bottom:20px;width:100%}.detail-form__field--input.disabled[data-v-8dd23dde]{pointer-events:none;opacity:.6}.detail-form__field--input--required[data-v-8dd23dde]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.detail-form__field--input.alert[data-v-8dd23dde]{border:1px solid red;border-radius:2px;color:red}.detail-form__actions[data-v-8dd23dde]{display:flex;justify-content:space-between;flex-direction:column;margin-top:50px}.detail-form__actions--btn[data-v-8dd23dde]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato;line-height:30px;margin-top:10px;height:42px;width:100%}.detail-form__actions--btn[data-v-8dd23dde]:hover{background:rgba(112,183,76,.8)}.detail-form__actions--btn.outline[data-v-8dd23dde]{background:#fff;border:1px solid #becbdb;color:#70b74c}.detail-form__actions--btn.outline[data-v-8dd23dde]:hover{background:red;color:#fff}.detail-form__actions--btn.disabled[data-v-8dd23dde]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.detail-form__actions--btn svg[data-v-8dd23dde]{margin-top:5px}.detail-form__info[data-v-8dd23dde]{display:inline-block;margin-bottom:21px;color:#202945;font-size:14px;font-family:Open Sans,sans-serif;font-weight:400}.detail-loading-screen[data-v-8dd23dde]{display:flex;justify-content:center;align-items:center;width:100%;height:70vh}.detail-loading-cnpj__icon[data-v-8dd23dde]{position:relative;top:calc(50% - 32px);left:calc(50% - 32px)}@media screen and (min-width:992px){.detail-form[data-v-8dd23dde]{padding:0;max-width:850px;overflow:hidden;max-height:100vh}.detail-form .row[data-v-8dd23dde]{flex-direction:row}.detail-form__field[data-v-8dd23dde]{width:415px}.detail-form__field[data-v-8dd23dde]:first-child{margin-right:20px}.detail-form__actions[data-v-8dd23dde]{flex-direction:row;margin-top:100px}.detail-form__actions.new-investor[data-v-8dd23dde]{justify-content:flex-end}.detail-form__actions--btn[data-v-8dd23dde]{margin-top:0;width:190px}}@media screen and (max-width:992px){.detail-loading-screen[data-v-8dd23dde]{width:100vw}}#users-table[data-v-83d1c738]{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;max-height:70vh;margin-top:3.125rem;padding:2.625rem 0}#users-table .table[data-v-83d1c738]{color:#202945;border-radius:5px}#users-table .table tbody td[data-v-83d1c738],#users-table .table thead th[data-v-83d1c738]{padding:1rem}#users-table .table thead .row[data-v-83d1c738]{display:flex}#users-table .table thead.table__header th[data-v-83d1c738]{color:#202945;font-weight:600;font-size:.875rem;line-height:16px}#users-table .table thead.table__header th[data-v-83d1c738]:first-child,#users-table .table thead.table__header th[data-v-83d1c738]:nth-child(2){min-width:300px}#users-table .table thead.table__header th[data-v-83d1c738]:nth-child(3){min-width:250px}#users-table .table thead.table__header th[data-v-83d1c738]:nth-child(4){min-width:170px}#users-table .table thead.table__header th[data-v-83d1c738]:nth-child(5){min-width:120px}#users-table .table thead.table__header th[data-v-83d1c738]:nth-child(6){min-width:150px}#users-table .table tbody[data-v-83d1c738]{overflow:auto;width:100%;height:55px}#users-table .table tbody tr[data-v-83d1c738]{border-bottom:.0625rem solid transparent;transition:all .4s ease}#users-table .table tbody tr td[data-v-83d1c738]{color:#202945;font-weight:500!important;font-size:14px;line-height:.75rem;vertical-align:middle}#users-table .table tbody tr td.active[data-v-83d1c738]{color:#42ad40}#users-table .table tbody tr td.actions[data-v-83d1c738]{cursor:pointer;color:#70b74c;display:flex;align-items:center;font-weight:500;width:100%}#users-table .table tbody tr td[data-v-83d1c738]:first-child,#users-table .table tbody tr td[data-v-83d1c738]:nth-child(2){min-width:300px}#users-table .table tbody tr td[data-v-83d1c738]:nth-child(3){min-width:250px}#users-table .table tbody tr td[data-v-83d1c738]:nth-child(4){min-width:170px}#users-table .table tbody tr td[data-v-83d1c738]:nth-child(5){min-width:120px}#users-table .table tbody tr td[data-v-83d1c738]:nth-child(6){min-width:150px}#users-table .table tbody tr.stripped[data-v-83d1c738]{background:rgba(229,233,242,.49)}#users-table .table tbody tr:hover td.stripped[data-v-83d1c738],#users-table .table tbody tr[data-v-83d1c738]:hover{transition:.2s ease-out;background:rgba(229,233,242,.49)}#users-table .table tbody[data-v-83d1c738]:before{content:"@";color:transparent;display:block;line-height:10px;text-indent:-99999px}#users-table .table svg[data-v-83d1c738]{margin:0 .3125rem}#users-table .loader[data-v-83d1c738]{display:flex;justify-content:center;align-items:center;height:60vh}@media screen and (min-width:992px){#users-table[data-v-83d1c738]{padding:.625rem 0;max-height:100%}#users-table .table thead.table__header th[data-v-83d1c738]:first-child{min-width:0;width:22%}#users-table .table thead.table__header th[data-v-83d1c738]:nth-child(2){min-width:0;width:25%}#users-table .table thead.table__header th[data-v-83d1c738]:nth-child(3),#users-table .table thead.table__header th[data-v-83d1c738]:nth-child(4){min-width:0;width:15%}#users-table .table thead.table__header th[data-v-83d1c738]:nth-child(5){min-width:0;width:10%}#users-table .table thead.table__header th[data-v-83d1c738]:nth-child(6){min-width:0}#users-table .table tbody tr td[data-v-83d1c738]:first-child{min-width:0;width:22%}#users-table .table tbody tr td[data-v-83d1c738]:nth-child(2){min-width:0;width:25%}#users-table .table tbody tr td[data-v-83d1c738]:nth-child(3),#users-table .table tbody tr td[data-v-83d1c738]:nth-child(4){min-width:0;width:15%}#users-table .table tbody tr td[data-v-83d1c738]:nth-child(5){min-width:0;width:10%}}#investor-detail.mobile-investor-detail{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#investor-detail.safari{padding-top:15.4375rem}#investor-detail .detail-title{display:flex;align-items:center;justify-content:space-around;margin-right:120px}#investor-detail .detail-title__icon{cursor:pointer;margin-bottom:2px;margin-right:80px;transform:rotate(180deg)}#investor-detail .detail-title__text{color:#202945;font-size:16px;font-family:Lato;font-weight:400;text-align:center}@media screen and (min-width:992px){#investor-detail .detail-title{justify-content:flex-start;margin-right:0}#investor-detail .detail-title__icon{margin-right:20px;margin-bottom:0}#investor-detail .detail-title__text{font-size:30px;font-weight:600;text-align:unset}}.filter[data-v-619addaa]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (min-width:992px){.filter[data-v-619addaa]{flex-direction:row}}.filter-title[data-v-619addaa]{color:#202945;font-size:30px;font-family:Lato;font-weight:600;margin-bottom:20px}.filter-inputs[data-v-619addaa]{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width:992px){.filter-inputs[data-v-619addaa]{flex-direction:row}}.filter-inputs__investors[data-v-619addaa]{margin-bottom:20px;width:90vw}@media screen and (min-width:992px){.filter[data-v-619addaa]{flex-direction:row}.filter-title[data-v-619addaa]{margin-bottom:0}.filter-inputs[data-v-619addaa]{flex-direction:row}.filter-inputs__investors[data-v-619addaa]{margin-bottom:0;width:448px}.filter-inputs__btn[data-v-619addaa]{margin-left:50px}}#originators-table[data-v-72a30864]{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;max-height:70vh;padding:2.625rem 0}#originators-table .table[data-v-72a30864]{color:#202945;border-radius:5px}#originators-table .table tbody td[data-v-72a30864],#originators-table .table thead th[data-v-72a30864]{padding:1rem}#originators-table .table thead .row[data-v-72a30864]{display:flex}#originators-table .table thead.table__header th[data-v-72a30864]{color:#202945;font-weight:600;font-size:.875rem;line-height:16px}#originators-table .table thead.table__header th[data-v-72a30864]:first-child{min-width:300px}#originators-table .table thead.table__header th[data-v-72a30864]:nth-child(2){min-width:100px}#originators-table .table thead.table__header th[data-v-72a30864]:nth-child(3){min-width:200px}#originators-table .table thead.table__header th[data-v-72a30864]:nth-child(4){width:15%}#originators-table .table thead.table__header th[data-v-72a30864]:last-child,#originators-table .table thead.table__header th[data-v-72a30864]:nth-child(5){min-width:150px}#originators-table .table thead.table__header th.icon[data-v-72a30864]{min-width:0;max-width:0;border-bottom:0}#originators-table .table tbody[data-v-72a30864]{overflow:auto;width:100%;height:55px}#originators-table .table tbody tr[data-v-72a30864]{border-bottom:.0625rem solid transparent;transition:all .4s ease}#originators-table .table tbody tr td[data-v-72a30864]{color:#202945;font-weight:500!important;font-size:14px;line-height:.75rem;vertical-align:middle}#originators-table .table tbody tr td.active[data-v-72a30864]{color:#42ad40}#originators-table .table tbody tr td.actions[data-v-72a30864]{cursor:pointer;color:#70b74c;display:flex;align-items:center;font-weight:500;width:100%}#originators-table .table tbody tr td[data-v-72a30864]:first-child{min-width:300px}#originators-table .table tbody tr td[data-v-72a30864]:nth-child(2){min-width:100px}#originators-table .table tbody tr td[data-v-72a30864]:nth-child(3){min-width:200px}#originators-table .table tbody tr td[data-v-72a30864]:nth-child(4){width:15%}#originators-table .table tbody tr td[data-v-72a30864]:nth-child(5){min-width:150px}#originators-table .table tbody tr.stripped[data-v-72a30864]{background:rgba(229,233,242,.49)}#originators-table .table tbody tr:hover td.stripped[data-v-72a30864],#originators-table .table tbody tr[data-v-72a30864]:hover{transition:.2s ease-out;background:rgba(229,233,242,.49)}#originators-table .table tbody[data-v-72a30864]:before{content:"@";color:transparent;display:block;line-height:10px;text-indent:-99999px}#originators-table .table svg[data-v-72a30864]{margin:0 .3125rem}#originators-table .loader[data-v-72a30864]{display:flex;justify-content:center;align-items:center;height:60vh}@media screen and (min-width:992px){#originators-table[data-v-72a30864]{padding:.625rem 0;max-height:100%}#originators-table .table thead.table__header th[data-v-72a30864]:first-child{min-width:0;width:20%}#originators-table .table thead.table__header th[data-v-72a30864]:nth-child(2){min-width:0;width:15%}#originators-table .table thead.table__header th[data-v-72a30864]:nth-child(3){min-width:0;width:25%}#originators-table .table thead.table__header th[data-v-72a30864]:nth-child(4){min-width:0;width:13%}#originators-table .table thead.table__header th[data-v-72a30864]:nth-child(5){min-width:100px}#originators-table .table tbody tr td[data-v-72a30864]:first-child{min-width:0;width:20%}#originators-table .table tbody tr td[data-v-72a30864]:nth-child(2){min-width:0;width:15%}#originators-table .table tbody tr td[data-v-72a30864]:nth-child(3){min-width:0;width:25%}#originators-table .table tbody tr td[data-v-72a30864]:nth-child(4){min-width:0;width:13%}#originators-table .table tbody tr td[data-v-72a30864]:nth-child(5){min-width:150px}#originators-table .table tbody tr td[data-v-72a30864]:last-child{min-width:100px}}#originator-management.mobile-originator-management{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#originator-management.safari{padding-top:15.4375rem}.group-form[data-v-4b7b4503]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.group-form .row[data-v-4b7b4503]{flex-direction:column}.group-form__field[data-v-4b7b4503]{position:relative;width:100%}.group-form__field--label[data-v-4b7b4503]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.group-form__field--input[data-v-4b7b4503]{margin-top:10px;margin-bottom:20px;width:100%}.group-form__field--input.disabled[data-v-4b7b4503]{pointer-events:none;opacity:.6}.group-form__field--input[data-v-4b7b4503]:disabled{background-color:#f2f7f9}.group-form__field--input--required[data-v-4b7b4503]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.group-form__field--input.alert[data-v-4b7b4503]{border:1px solid red;border-radius:2px;color:red}.group-form__field--input.full[data-v-4b7b4503]{width:100%}.group-form__field--input.medium[data-v-4b7b4503]{width:200px}.group-form__field--input.file[data-v-4b7b4503]{visibility:hidden;width:0;height:0;position:absolute;left:-999px;z-index:-1}.group-form__field--input.file-label[data-v-4b7b4503]{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #becbdb;color:#becbdb;font-size:.875rem;font-weight:400;width:100%;height:40px;padding:15px}.group-form__field--input.file-label svg[data-v-4b7b4503]{cursor:pointer}.group-form__field--input.file-label.small[data-v-4b7b4503]{width:220px}.group-form__field--input.file-label.active[data-v-4b7b4503]{color:#000}.group-form__field--input.file-label.alert[data-v-4b7b4503]{border:1px solid red;border-radius:2px}.group-form__field--textarea[data-v-4b7b4503]{margin-top:10px;margin-bottom:20px;min-height:100px;padding-top:5px;width:100%}.group-form__field--textarea[data-v-4b7b4503]::-moz-placeholder{padding-top:5px}.group-form__field--textarea[data-v-4b7b4503]::placeholder{padding-top:5px}.group-form__field--textarea.long[data-v-4b7b4503]{min-height:200px}.group-form__field--textarea.alert[data-v-4b7b4503]{border:1px solid red;border-radius:2px;color:red}.group-form__field--delete[data-v-4b7b4503]{display:flex;justify-content:flex-end;color:#202945;cursor:pointer;font-size:12px;font-weight:400;margin-top:-10px}.group-form__field.link[data-v-4b7b4503]{position:relative}.group-form__field .link-icon[data-v-4b7b4503]{position:absolute;top:31px;right:6px}@media screen and (min-width:992px){.group-form[data-v-4b7b4503]{padding:0;max-width:850px;overflow:hidden;max-height:100%}.group-form .row[data-v-4b7b4503]{flex-direction:row}.group-form__field[data-v-4b7b4503]{width:415px}.group-form__field[data-v-4b7b4503]:first-child{margin-right:20px}.group-form__field[data-v-4b7b4503]:nth-child(3),.group-form__field[data-v-4b7b4503]:nth-child(4),.group-form__field[data-v-4b7b4503]:nth-child(5){margin-left:20px}.group-form__field.textarea[data-v-4b7b4503]{width:100%;margin-right:0}.group-form__field.small[data-v-4b7b4503]{width:200px}.group-form__field.medium[data-v-4b7b4503]{width:300px}.group-form__field.full[data-v-4b7b4503]{width:100%}.group-form__field.full[data-v-4b7b4503]:last-child{margin-right:0}}.detail-form[data-v-158114fe]{padding:15px;margin-top:40px;overflow:auto;display:flex;flex-direction:column}.detail-form .row[data-v-158114fe]{flex-direction:column}.detail-form__img[data-v-158114fe]{display:flex;flex-direction:column;align-items:center;margin-right:35px}.detail-form__img-file__input[data-v-158114fe]{position:absolute;top:0;width:0;height:0;visibility:hidden}.detail-form__img-file__logo[data-v-158114fe]{border-radius:50%;width:147px;height:147px}.detail-form__img-action[data-v-158114fe]{cursor:pointer;color:#70b74c;font-size:14px;font-weight:600;margin-top:10px}.detail-form__field[data-v-158114fe]{position:relative;width:100%}.detail-form__field--label[data-v-158114fe]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.detail-form__field--input[data-v-158114fe]{margin-top:10px;margin-bottom:20px;width:100%}.detail-form__field--input.disabled[data-v-158114fe]{pointer-events:none;opacity:.6}.detail-form__field--input[data-v-158114fe]:disabled{background-color:#f2f7f9}.detail-form__field--input--required[data-v-158114fe]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.detail-form__field--input.alert[data-v-158114fe]{border:1px solid red;border-radius:2px;color:red}.detail-form__field--input.textarea[data-v-158114fe]{padding:10px 15px;min-height:50px}.detail-form__field.w-100[data-v-158114fe]{margin-right:0!important;width:100%}.detail-form__field.docs[data-v-158114fe]{margin-left:0;margin-right:20px}.detail-form__field.docs.ml-1[data-v-158114fe]{margin-left:40px;padding-right:20px}.detail-form__docs[data-v-158114fe]{margin-top:20px}.detail-form__docs-title[data-v-158114fe]{display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid #becbdb;padding-bottom:10px}.detail-form__docs-title--text[data-v-158114fe]{color:#202945;font-size:20px;font-weight:400}.detail-form__docs-title--icon[data-v-158114fe]{cursor:pointer;margin-top:5px;margin-left:20px}.detail-form__docs-form[data-v-158114fe]{background:rgba(190,203,219,.2);border-radius:10px;margin:20px 0;padding:20px}.detail-form__docs-form--move[data-v-158114fe]{cursor:pointer;padding-top:20px;margin-right:15px}.detail-form__docs-form--input[data-v-158114fe]{display:flex;align-items:center;justify-content:center;position:relative}.detail-form__docs-form--input__icon[data-v-158114fe]{cursor:pointer;margin-top:15px;margin-left:-15px;transition:all .4s ease}.detail-form__docs-form--delete[data-v-158114fe]{display:flex;justify-content:flex-end;color:#202945;cursor:pointer;font-size:12px;font-weight:400;padding-right:20px}.detail-form__actions[data-v-158114fe]{display:flex;justify-content:space-between;flex-direction:column;margin-top:50px}.detail-form__actions--btn[data-v-158114fe]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato;line-height:30px;margin-top:10px;height:42px;width:100%}.detail-form__actions--btn[data-v-158114fe]:hover{background:rgba(112,183,76,.8)}.detail-form__actions--btn.outline[data-v-158114fe]{background:#fff;border:1px solid #becbdb;color:#70b74c}.detail-form__actions--btn.outline[data-v-158114fe]:hover{background:red;color:#fff}.detail-form__actions--btn.disabled[data-v-158114fe]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.detail-form__actions--btn.variant[data-v-158114fe]{position:relative;margin-right:20px;padding-right:10px;width:210px}.detail-form__actions--btn.variant .icon-btn[data-v-158114fe]{position:absolute;top:9px;right:20px}.detail-form__actions--btn svg[data-v-158114fe]{margin-top:5px}.ml-2[data-v-158114fe]{margin-left:40px;padding-right:20px}.mt-25[data-v-158114fe]{margin-top:25px}.mt-10[data-v-158114fe]{margin-top:10px}.mb-5[data-v-158114fe]{margin-bottom:5px}.checkbox-field[data-v-158114fe]{display:block;position:relative;padding-left:26px;margin-bottom:12px;cursor:pointer;color:#202945;font-size:14px;font-weight:400;line-height:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-field input[data-v-158114fe]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark[data-v-158114fe]{position:absolute;top:0;left:0;height:20px;width:20px;border-radius:3px;background-color:rgba(190,203,219,.2)}.checkbox-field:hover input~.checkmark[data-v-158114fe]{background-color:#ccc}.checkbox-field input:checked~.checkmark[data-v-158114fe]{background-color:#0047ff}.checkmark[data-v-158114fe]:after{content:"";position:absolute;display:none}.checkbox-field input:checked~.checkmark[data-v-158114fe]:after{display:block}.checkbox-field .checkmark[data-v-158114fe]:after{left:6px;top:3px;width:5px;height:7px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.rowTypeCheckbox[data-v-158114fe]{display:flex;justify-content:space-between;flex-direction:row;margin-top:25px}@media screen and (min-width:992px){.detail-form[data-v-158114fe]{flex-direction:row;padding:0;overflow:hidden;max-height:100%}.detail-form .row[data-v-158114fe]{flex-direction:row}.detail-form__field[data-v-158114fe]{width:415px}.detail-form__field[data-v-158114fe]:first-child{margin-right:20px}.detail-form__actions[data-v-158114fe]{flex-direction:row;margin-top:100px}.detail-form__actions.new-user[data-v-158114fe]{justify-content:flex-end}.detail-form__actions--btn[data-v-158114fe]{margin-top:0;width:190px}}@media(max-width:768px){.detail-form__actions[data-v-158114fe]{margin-top:50px;flex-direction:column-reverse;gap:10px}.detail-form__actions.new-user[data-v-158114fe]{justify-content:flex-end}.detail-form__actions--btn[data-v-158114fe]{margin-top:0}.detail-form__img[data-v-158114fe]{display:flex;flex-direction:column;align-items:center;margin-right:0;padding-bottom:50px}.detail-form__img-file__input[data-v-158114fe]{position:absolute;top:0;width:0;height:0;visibility:hidden}.detail-form__img-file__logo[data-v-158114fe]{border-radius:50%;width:147px;height:147px}.detail-form__img-action[data-v-158114fe]{cursor:pointer;color:#70b74c;font-size:14px;font-weight:600;margin-top:10px}.rowTypeCheckbox[data-v-158114fe]{flex-direction:column}.variant[data-v-158114fe]{position:relative;margin-right:0!important;padding-right:10px;width:100%!important}.variant .icon-btn[data-v-158114fe]{position:absolute;top:9px;right:20px}.detail-mobile[data-v-158114fe]{display:flex;justify-content:center;align-items:center;flex-direction:column-reverse;gap:10px}}.tab{border-bottom:1px solid #f2f2f2;display:flex;margin-top:100px;height:30px;width:100%}.tab-item{cursor:pointer;color:#202945;font-weight:400;transition:all .4s}.tab-item:first-child{margin-right:25px}.tab-item.active{font-weight:700}#offers-table[data-v-f4776c94]{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;max-height:70vh;margin-top:3.125rem;padding:2.625rem 0}#offers-table .table[data-v-f4776c94]{color:#202945;border-radius:5px}#offers-table .table tbody td[data-v-f4776c94],#offers-table .table thead th[data-v-f4776c94]{padding:1rem}#offers-table .table thead .row[data-v-f4776c94]{display:flex}#offers-table .table thead.table__header th[data-v-f4776c94]{color:#202945;font-weight:600;font-size:.875rem;line-height:16px}#offers-table .table thead.table__header th[data-v-f4776c94]:first-child{min-width:300px}#offers-table .table thead.table__header th[data-v-f4776c94]:nth-child(2){min-width:150px}#offers-table .table thead.table__header th[data-v-f4776c94]:nth-child(3){min-width:200px}#offers-table .table thead.table__header th[data-v-f4776c94]:nth-child(4){min-width:150px}#offers-table .table thead.table__header th[data-v-f4776c94]:nth-child(5){min-width:200px}#offers-table .table thead.table__header th.icon[data-v-f4776c94]{min-width:0;max-width:0;border-bottom:0}#offers-table .table tbody[data-v-f4776c94]{overflow:auto;width:100%;height:55px}#offers-table .table tbody tr[data-v-f4776c94]{border-bottom:.0625rem solid transparent;transition:all .4s ease}#offers-table .table tbody tr td[data-v-f4776c94]{color:#202945;font-weight:500!important;font-size:14px;line-height:.75rem;vertical-align:middle}#offers-table .table tbody tr td.active[data-v-f4776c94]{color:#42ad40}#offers-table .table tbody tr td.actions[data-v-f4776c94]{cursor:pointer;color:#70b74c;display:flex;align-items:center;font-weight:500;width:100%}#offers-table .table tbody tr td[data-v-f4776c94]:first-child{min-width:300px}#offers-table .table tbody tr td[data-v-f4776c94]:nth-child(2){min-width:150px}#offers-table .table tbody tr td[data-v-f4776c94]:nth-child(3){min-width:200px}#offers-table .table tbody tr td[data-v-f4776c94]:nth-child(4){min-width:150px}#offers-table .table tbody tr td[data-v-f4776c94]:nth-child(5){min-width:200px}#offers-table .table tbody tr.stripped[data-v-f4776c94]{background:rgba(229,233,242,.49)}#offers-table .table tbody tr:hover td.stripped[data-v-f4776c94],#offers-table .table tbody tr[data-v-f4776c94]:hover{transition:.2s ease-out;background:rgba(229,233,242,.49)}#offers-table .table tbody[data-v-f4776c94]:before{content:"@";color:transparent;display:block;line-height:10px;text-indent:-99999px}#offers-table .table svg[data-v-f4776c94]{margin:0 .3125rem}#offers-table .loader[data-v-f4776c94]{display:flex;justify-content:center;align-items:center;height:60vh}@media screen and (min-width:992px){#offers-table[data-v-f4776c94]{padding:.625rem 0;max-height:100%}#offers-table .table thead.table__header th[data-v-f4776c94]:first-child{min-width:0;width:25%}#offers-table .table thead.table__header th[data-v-f4776c94]:nth-child(2){min-width:0;width:20%}#offers-table .table thead.table__header th[data-v-f4776c94]:nth-child(3){min-width:0;width:15%}#offers-table .table thead.table__header th[data-v-f4776c94]:nth-child(4){min-width:0;width:25%}#offers-table .table thead.table__header th[data-v-f4776c94]:nth-child(5){min-width:20%}#offers-table .table tbody tr td[data-v-f4776c94]:first-child{min-width:0;width:25%}#offers-table .table tbody tr td[data-v-f4776c94]:nth-child(2){min-width:0;width:20%}#offers-table .table tbody tr td[data-v-f4776c94]:nth-child(3){min-width:0;width:15%}#offers-table .table tbody tr td[data-v-f4776c94]:nth-child(4){min-width:0;width:25%}#offers-table .table tbody tr td[data-v-f4776c94]:nth-child(5){min-width:20%}}#users-table[data-v-92e87124]{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;max-height:70vh;margin-top:3.125rem;padding:2.625rem 0}#users-table .table[data-v-92e87124]{color:#202945;border-radius:5px}#users-table .table tbody td[data-v-92e87124],#users-table .table thead th[data-v-92e87124]{padding:1rem}#users-table .table thead .row[data-v-92e87124]{display:flex}#users-table .table thead.table__header th[data-v-92e87124]{color:#202945;font-weight:600;font-size:.875rem;line-height:16px}#users-table .table thead.table__header th[data-v-92e87124]:first-child,#users-table .table thead.table__header th[data-v-92e87124]:nth-child(2){min-width:300px}#users-table .table thead.table__header th[data-v-92e87124]:nth-child(3){min-width:250px}#users-table .table thead.table__header th[data-v-92e87124]:nth-child(4){min-width:170px}#users-table .table thead.table__header th[data-v-92e87124]:nth-child(5){min-width:120px}#users-table .table thead.table__header th[data-v-92e87124]:nth-child(6){min-width:150px}#users-table .table tbody[data-v-92e87124]{overflow:auto;width:100%;height:55px}#users-table .table tbody tr[data-v-92e87124]{border-bottom:.0625rem solid transparent;transition:all .4s ease}#users-table .table tbody tr td[data-v-92e87124]{color:#202945;font-weight:500!important;font-size:14px;line-height:.75rem;vertical-align:middle}#users-table .table tbody tr td.active[data-v-92e87124]{color:#42ad40}#users-table .table tbody tr td.actions[data-v-92e87124]{cursor:pointer;color:#70b74c;display:flex;align-items:center;font-weight:500;width:100%}#users-table .table tbody tr td[data-v-92e87124]:first-child,#users-table .table tbody tr td[data-v-92e87124]:nth-child(2){min-width:300px}#users-table .table tbody tr td[data-v-92e87124]:nth-child(3){min-width:250px}#users-table .table tbody tr td[data-v-92e87124]:nth-child(4){min-width:170px}#users-table .table tbody tr td[data-v-92e87124]:nth-child(5){min-width:120px}#users-table .table tbody tr td[data-v-92e87124]:nth-child(6){min-width:150px}#users-table .table tbody tr.stripped[data-v-92e87124]{background:rgba(229,233,242,.49)}#users-table .table tbody tr:hover td.stripped[data-v-92e87124],#users-table .table tbody tr[data-v-92e87124]:hover{transition:.2s ease-out;background:rgba(229,233,242,.49)}#users-table .table tbody[data-v-92e87124]:before{content:"@";color:transparent;display:block;line-height:10px;text-indent:-99999px}#users-table .table svg[data-v-92e87124]{margin:0 .3125rem}#users-table .loader[data-v-92e87124]{display:flex;justify-content:center;align-items:center;height:60vh}@media screen and (min-width:992px){#users-table[data-v-92e87124]{padding:.625rem 0;max-height:100%}#users-table .table thead.table__header th[data-v-92e87124]:first-child{min-width:0;width:22%}#users-table .table thead.table__header th[data-v-92e87124]:nth-child(2){min-width:0;width:25%}#users-table .table thead.table__header th[data-v-92e87124]:nth-child(3),#users-table .table thead.table__header th[data-v-92e87124]:nth-child(4){min-width:0;width:15%}#users-table .table thead.table__header th[data-v-92e87124]:nth-child(5){min-width:0;width:10%}#users-table .table thead.table__header th[data-v-92e87124]:nth-child(6){min-width:0}#users-table .table tbody tr td[data-v-92e87124]:first-child{min-width:0;width:22%}#users-table .table tbody tr td[data-v-92e87124]:nth-child(2){min-width:0;width:25%}#users-table .table tbody tr td[data-v-92e87124]:nth-child(3),#users-table .table tbody tr td[data-v-92e87124]:nth-child(4){min-width:0;width:15%}#users-table .table tbody tr td[data-v-92e87124]:nth-child(5){min-width:0;width:10%}}#originator-detail.mobile-originator-detail{padding-top:4.4375rem}#originator-detail.safari{padding-top:15.4375rem}#originator-detail .detail-title{display:flex;align-items:center;justify-content:space-around;margin-right:120px}#originator-detail .detail-title__icon{cursor:pointer;margin-bottom:2px;margin-right:80px;transform:rotate(180deg)}#originator-detail .detail-title__text{color:#202945;font-size:16px;font-family:Lato;font-weight:400;text-align:center}@media screen and (min-width:992px){#originator-detail .detail-title{justify-content:flex-start;margin-right:0}#originator-detail .detail-title__icon{margin-right:20px;margin-bottom:0}#originator-detail .detail-title__text{font-size:30px;font-weight:600;text-align:unset}}.filter[data-v-0e7252c3]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (min-width:992px){.filter[data-v-0e7252c3]{flex-direction:row}}.filter-title[data-v-0e7252c3]{color:#202945;font-size:30px;font-family:Lato;font-weight:600;margin-bottom:20px}.filter-inputs[data-v-0e7252c3]{display:flex;flex-direction:column;justify-content:center;align-items:center}.filter-inputs .status-multiselect[data-v-0e7252c3]{margin-right:0;min-width:215px}@media screen and (min-width:992px){.filter-inputs[data-v-0e7252c3]{flex-direction:row}}.filter-inputs__investors[data-v-0e7252c3]{margin-bottom:20px;width:90vw}@media screen and (min-width:992px){.filter[data-v-0e7252c3]{flex-direction:row}.filter-title[data-v-0e7252c3]{margin-bottom:0}.filter-inputs[data-v-0e7252c3]{flex-direction:row}.filter-inputs .status-multiselect[data-v-0e7252c3]{margin-bottom:0;margin-right:20px}.filter-inputs__investors[data-v-0e7252c3]{margin-bottom:0;width:448px}.filter-inputs__btn[data-v-0e7252c3]{margin-left:50px}}.actions-form[data-v-e14ca43c]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.actions-form__actions[data-v-e14ca43c]{display:flex;justify-content:space-between;flex-direction:column;margin-top:50px}.actions-form__actions--btn[data-v-e14ca43c]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato;line-height:30px;margin-top:10px;height:42px;width:100%}.actions-form__actions--btn[data-v-e14ca43c]:hover{background:rgba(112,183,76,.8)}.actions-form__actions--btn.outline[data-v-e14ca43c]{background:#fff;border:1px solid #becbdb;color:#70b74c}.actions-form__actions--btn.outline[data-v-e14ca43c]:hover{background:red;color:#fff}.actions-form__actions--btn.disabled[data-v-e14ca43c]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.actions-form__actions--btn svg[data-v-e14ca43c]{margin-top:5px}@media screen and (min-width:992px){.actions-form[data-v-e14ca43c]{overflow:hidden;padding:0;margin-top:0;max-width:850px;max-height:100%}.actions-form__actions[data-v-e14ca43c]{flex-direction:row;margin:100px 0}.actions-form__actions.new-user[data-v-e14ca43c]{justify-content:flex-end}.actions-form__actions--btn[data-v-e14ca43c]{margin-top:0;width:190px}}.info[data-v-75a9b8a8]{top:2px;cursor:pointer;position:relative;margin-left:15px}.info-box[data-v-75a9b8a8]{opacity:0;display:none}.info.active .info-box[data-v-75a9b8a8],.info:hover .info-box[data-v-75a9b8a8]{opacity:1;display:block;background:#fff;border:1px solid #c4c4c4;border-radius:10px;cursor:default;height:auto;min-width:auto;max-width:100px;transition:opacity .3s ease;position:absolute;padding:10px;z-index:4;bottom:25px;right:-15px}.info-text[data-v-75a9b8a8]{color:#202945;font-size:16px;font-family:Lato,sans-serif;font-weight:600}.modal-enter[data-v-75a9b8a8],.modal-leave-active[data-v-75a9b8a8]{opacity:0}.hide[data-v-75a9b8a8]{display:none}.modal-enter .container[data-v-75a9b8a8],.modal-leave-active .container[data-v-75a9b8a8]{transform:scale(1.1)}#offers-table[data-v-497a7ae0]{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;max-height:70vh;padding:2.625rem 0}#offers-table .table[data-v-497a7ae0]{color:#202945;border-radius:5px}#offers-table .table tbody td[data-v-497a7ae0],#offers-table .table thead th[data-v-497a7ae0]{padding:1rem}#offers-table .table thead .row[data-v-497a7ae0]{display:flex}#offers-table .table thead.table__header th[data-v-497a7ae0]{color:#202945;font-weight:600;font-size:.875rem;line-height:16px}#offers-table .table thead.table__header th[data-v-497a7ae0]:first-child{min-width:0;width:20%}#offers-table .table thead.table__header th[data-v-497a7ae0]:nth-child(2),#offers-table .table thead.table__header th[data-v-497a7ae0]:nth-child(3),#offers-table .table thead.table__header th[data-v-497a7ae0]:nth-child(4){min-width:0;width:15%}#offers-table .table thead.table__header th[data-v-497a7ae0]:nth-child(5){min-width:0;width:5%}#offers-table .table thead.table__header th[data-v-497a7ae0]:nth-child(6),#offers-table .table thead.table__header th[data-v-497a7ae0]:nth-child(7){min-width:0;width:15%}#offers-table .table thead.table__header th.icon[data-v-497a7ae0]{min-width:0;max-width:0;border-bottom:0}#offers-table .table tbody[data-v-497a7ae0]{overflow:auto;width:100%;height:55px}#offers-table .table tbody tr[data-v-497a7ae0]{border-bottom:.0625rem solid transparent;transition:all .4s ease}#offers-table .table tbody tr td[data-v-497a7ae0]{color:#202945;font-weight:500!important;font-size:14px;line-height:.75rem;vertical-align:middle}#offers-table .table tbody tr td.active[data-v-497a7ae0]{color:#42ad40}#offers-table .table tbody tr td.actions[data-v-497a7ae0]{cursor:pointer;color:#70b74c;display:flex;align-items:center;font-weight:500;width:100%}#offers-table .table tbody tr td[data-v-497a7ae0]:first-child{min-width:0;width:20%}#offers-table .table tbody tr td[data-v-497a7ae0]:nth-child(2),#offers-table .table tbody tr td[data-v-497a7ae0]:nth-child(3),#offers-table .table tbody tr td[data-v-497a7ae0]:nth-child(4){min-width:0;width:15%}#offers-table .table tbody tr td[data-v-497a7ae0]:nth-child(5){min-width:0;width:5%}#offers-table .table tbody tr td[data-v-497a7ae0]:nth-child(6),#offers-table .table tbody tr td[data-v-497a7ae0]:nth-child(7){min-width:0;width:15%}#offers-table .table tbody tr.stripped[data-v-497a7ae0]{background:rgba(229,233,242,.49)}#offers-table .table tbody tr:hover td.stripped[data-v-497a7ae0],#offers-table .table tbody tr[data-v-497a7ae0]:hover{transition:.2s ease-out;background:rgba(229,233,242,.49)}#offers-table .table tbody[data-v-497a7ae0]:before{content:"@";color:transparent;display:block;line-height:10px;text-indent:-99999px}#offers-table .table svg[data-v-497a7ae0]{margin:0 .3125rem}#offers-table .loader[data-v-497a7ae0]{display:flex;justify-content:center;align-items:center;height:60vh}@media screen and (min-width:992px){#offers-table[data-v-497a7ae0]{padding:.625rem 0;max-height:100%}#offers-table .table thead.table__header th[data-v-497a7ae0]:first-child{min-width:0;width:20%}#offers-table .table thead.table__header th[data-v-497a7ae0]:nth-child(2),#offers-table .table thead.table__header th[data-v-497a7ae0]:nth-child(3),#offers-table .table thead.table__header th[data-v-497a7ae0]:nth-child(4){min-width:0;width:15%}#offers-table .table thead.table__header th[data-v-497a7ae0]:nth-child(5){min-width:0;width:5%}#offers-table .table thead.table__header th[data-v-497a7ae0]:nth-child(6),#offers-table .table thead.table__header th[data-v-497a7ae0]:nth-child(7){min-width:0;width:15%}#offers-table .table tbody tr td[data-v-497a7ae0]:first-child{min-width:0;width:20%}#offers-table .table tbody tr td[data-v-497a7ae0]:nth-child(2),#offers-table .table tbody tr td[data-v-497a7ae0]:nth-child(3),#offers-table .table tbody tr td[data-v-497a7ae0]:nth-child(4){min-width:0;width:15%}#offers-table .table tbody tr td[data-v-497a7ae0]:nth-child(5){min-width:0;width:5%}#offers-table .table tbody tr td[data-v-497a7ae0]:nth-child(6),#offers-table .table tbody tr td[data-v-497a7ae0]:nth-child(7){min-width:0;width:15%}}#offer-management.mobile-offer-management{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#offer-management.safari{padding-top:15.4375rem}.info[data-v-40b320a9]{top:2px;cursor:pointer;position:relative;margin-left:15px}.info-box[data-v-40b320a9]{opacity:0;display:none}.info.active .info-box[data-v-40b320a9],.info:hover .info-box[data-v-40b320a9]{opacity:1;display:block;background:#fff;border:1px solid #c4c4c4;border-radius:0 10px 10px 10px;cursor:default;min-height:90px;min-width:379px;max-width:379px;transition:opacity .3s ease;position:absolute;padding:20px;z-index:4}.info-text[data-v-40b320a9]{color:#202945;font-size:16px;font-family:Lato,sans-serif;font-weight:600}.modal-enter[data-v-40b320a9],.modal-leave-active[data-v-40b320a9]{opacity:0}.hide[data-v-40b320a9]{display:none}.modal-enter .container[data-v-40b320a9],.modal-leave-active .container[data-v-40b320a9]{transform:scale(1.1)}.multiselect-group[data-v-b13d7666]{position:relative;padding:15px;margin-top:40px;max-height:72vh;width:100%}.multiselect-group[data-v-b13d7666]:first-child{margin-right:20px}.multiselect-group[data-v-b13d7666]:nth-child(3){margin-left:20px}.multiselect-group[data-v-b13d7666]:only-child{margin-right:0}.multiselect-group.small[data-v-b13d7666]{width:250px}.multiselect-group__align[data-v-b13d7666]{display:flex;justify-content:flex-start;align-items:center}.multiselect-group__label[data-v-b13d7666]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.multiselect-group__input[data-v-b13d7666]{margin-top:10px;margin-bottom:20px;width:100%}.multiselect-group__input--required[data-v-b13d7666]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}@media screen and (min-width:992px){.multiselect-group[data-v-b13d7666]{padding:0;margin-top:0;max-width:850px}}.basic-form[data-v-70da5cf0]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.basic-form__direction[data-v-70da5cf0]{display:flex;flex-direction:column;position:relative}.basic-form__field[data-v-70da5cf0]{position:relative;width:100%}.basic-form__field--label[data-v-70da5cf0]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.basic-form__field--input[data-v-70da5cf0]{margin-top:10px;margin-bottom:20px;width:100%}.basic-form__field--input.disabled[data-v-70da5cf0]{pointer-events:none;opacity:.6}.basic-form__field--input--required[data-v-70da5cf0]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.basic-form__field--input.alert[data-v-70da5cf0]{border:1px solid red;border-radius:2px;color:red}@media screen and (min-width:992px){.basic-form[data-v-70da5cf0]{padding:0;max-width:850px;overflow:hidden;max-height:100%}.basic-form__direction[data-v-70da5cf0]{flex-direction:row;position:relative}.basic-form__field[data-v-70da5cf0]{width:415px}.basic-form__field[data-v-70da5cf0]:first-child{margin-right:20px}.basic-form__field[data-v-70da5cf0]:nth-child(3),.basic-form__field[data-v-70da5cf0]:nth-child(4),.basic-form__field[data-v-70da5cf0]:nth-child(5){margin-left:20px}.basic-form__field.textarea[data-v-70da5cf0]{width:100%;margin-right:0}.basic-form__field.small[data-v-70da5cf0]{width:250px}}.permissions-form[data-v-0bedc38a]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.permissions-form__checkbox[data-v-0bedc38a]{display:flex;justify-content:space-between;flex-direction:row}.permissions-form__checkbox.mt-10[data-v-0bedc38a]{margin-top:10px}.permissions-form__direction[data-v-0bedc38a]{display:flex;flex-direction:column}.permissions-form__direction.mt-10[data-v-0bedc38a]{margin-top:10px}.permissions-form__title[data-v-0bedc38a]{margin-top:20px;display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid #becbdb;padding-bottom:10px}.permissions-form__title--text[data-v-0bedc38a]{color:#202945;font-size:20px;font-weight:400}.permissions-form__field[data-v-0bedc38a]{position:relative;width:100%}.permissions-form__field--label[data-v-0bedc38a]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.permissions-form__field--input[data-v-0bedc38a]{margin-top:10px;margin-bottom:20px;width:100%}.permissions-form__field--input.disabled[data-v-0bedc38a]{pointer-events:none;opacity:.6}.permissions-form__field--input--required[data-v-0bedc38a]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.permissions-form__field--input.alert[data-v-0bedc38a]{border:1px solid red;border-radius:2px;color:red}.checkbox-field[data-v-0bedc38a]{display:block;position:relative;padding-left:26px;margin-bottom:12px;cursor:pointer;color:#202945;font-size:14px;font-weight:400;line-height:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-field input[data-v-0bedc38a]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark[data-v-0bedc38a]{position:absolute;top:0;left:0;height:20px;width:20px;border-radius:3px;background-color:rgba(190,203,219,.2)}.checkbox-field:hover input~.checkmark[data-v-0bedc38a]{background-color:#ccc}.checkbox-field input:checked~.checkmark[data-v-0bedc38a]{background-color:#0047ff}.checkmark[data-v-0bedc38a]:after{content:"";position:absolute;display:none}.checkbox-field input:checked~.checkmark[data-v-0bedc38a]:after{display:block}.checkbox-field .checkmark[data-v-0bedc38a]:after{left:6px;top:3px;width:5px;height:7px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}@media screen and (min-width:992px){.permissions-form[data-v-0bedc38a]{padding:0;margin-top:40px;max-width:850px;overflow:visible;max-height:100%}.permissions-form__checkbox[data-v-0bedc38a]{display:flex;justify-content:space-between;flex-direction:row}.permissions-form__direction[data-v-0bedc38a]{flex-direction:row}.permissions-form__field[data-v-0bedc38a]{width:415px}.permissions-form__field[data-v-0bedc38a]:first-child{margin-right:20px}.permissions-form__field[data-v-0bedc38a]:nth-child(3),.permissions-form__field[data-v-0bedc38a]:nth-child(4),.permissions-form__field[data-v-0bedc38a]:nth-child(5){margin-left:20px}.permissions-form__field.textarea[data-v-0bedc38a]{width:100%;margin-right:0}.permissions-form__field.small[data-v-0bedc38a]{width:250px}}.teaser-form[data-v-9ab81afa]{padding:15px;overflow:auto;max-height:72vh}.teaser-form__direction[data-v-9ab81afa]{display:flex;flex-direction:column}@media screen and (min-width:992px){.teaser-form[data-v-9ab81afa]{overflow:visible;padding:0;max-width:850px;max-height:100%}.teaser-form__direction[data-v-9ab81afa]{flex-direction:row}}.chars-form[data-v-63d4c6c5]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.chars-form__direction[data-v-63d4c6c5]{display:flex;flex-direction:column}.chars-form__characteriscts[data-v-63d4c6c5]{margin-top:20px}.chars-form__characteriscts-title[data-v-63d4c6c5]{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #becbdb;padding-bottom:10px;cursor:pointer}.chars-form__characteriscts-title--text[data-v-63d4c6c5]{color:#202945;font-size:20px;font-weight:400}.chars-form__characteriscts-title--subText[data-v-63d4c6c5]{color:#202945;font-size:16px;font-weight:400;display:flex;justify-content:flex-start;align-items:center}.chars-form__characteriscts-title--icon[data-v-63d4c6c5]{cursor:pointer;margin:5px 0}.chars-form__characteriscts-title--icon svg[data-v-63d4c6c5]{margin-left:10px}.chars-form__characteriscts-form[data-v-63d4c6c5]{background:rgba(190,203,219,.2);border-radius:10px;margin:20px 0 10px 0;padding:20px}.chars-form__characteriscts-form--move[data-v-63d4c6c5]{cursor:pointer;padding-top:20px;margin-right:15px}.chars-form__characteriscts-form--input[data-v-63d4c6c5]{display:flex;align-items:center;justify-content:center}.chars-form__characteriscts-form--input__icon[data-v-63d4c6c5]{cursor:pointer;margin-top:15px;margin-left:-15px;transition:all .4s ease}.chars-form__characteriscts-form--input__icon.isOpen[data-v-63d4c6c5]{margin-top:10px;transform:rotate(180deg)}.chars-form__characteriscts-form--textarea[data-v-63d4c6c5]{margin-left:40px;position:relative}.chars-form__characteriscts-form--delete[data-v-63d4c6c5]{display:flex;justify-content:flex-end;color:#202945;cursor:pointer;font-size:12px;font-weight:400;margin-top:-10px}.chars-form__characteriscts-form--delete.mt-1[data-v-63d4c6c5]{margin-top:25px}.chars-form__collapsible-content[data-v-63d4c6c5]{max-height:100%;overflow:hidden;transition:max-height .4s}@media screen and (min-width:992px){.chars-form[data-v-63d4c6c5]{overflow:hidden;padding:0;margin-top:0;max-width:850px;max-height:100%}.chars-form__direction[data-v-63d4c6c5]{flex-direction:row}}.fadeHeight-enter-active[data-v-63d4c6c5],.fadeHeight-leave-active[data-v-63d4c6c5]{transition:all .4s;max-height:100%}.fadeHeight-enter[data-v-63d4c6c5],.fadeHeight-leave-to[data-v-63d4c6c5]{opacity:0;max-height:0}.docs-form[data-v-4c3dad10]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.docs-form__direction[data-v-4c3dad10]{display:flex;flex-direction:column}.docs-form__direction-margins[data-v-4c3dad10]{margin-right:20px;margin-left:40px;width:100%}.docs-form__direction-margins--variant[data-v-4c3dad10]{margin-left:0}.docs-form__files[data-v-4c3dad10]{margin-top:20px}.docs-form__files-title[data-v-4c3dad10]{display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid #becbdb;padding-bottom:10px}.docs-form__files-title--text[data-v-4c3dad10]{color:#202945;font-size:20px;font-weight:400}.docs-form__files-title--subText[data-v-4c3dad10]{color:#202945;font-size:16px;font-weight:400;display:flex;justify-content:flex-start;align-items:center}.docs-form__files-title--icon[data-v-4c3dad10]{cursor:pointer;margin:5px 0}.docs-form__files-title--icon svg[data-v-4c3dad10]{margin-left:10px}.docs-form__files-form[data-v-4c3dad10]{background:rgba(190,203,219,.2);border-radius:10px;margin:20px 0 10px 0;padding:20px}.docs-form__files-form--move[data-v-4c3dad10]{cursor:pointer;padding-top:20px;margin-right:15px}.docs-form__files-form--input[data-v-4c3dad10]{display:flex;align-items:center;justify-content:center;position:relative}.docs-form__files-form--input__icon[data-v-4c3dad10]{cursor:pointer;margin-top:15px;margin-left:-15px;transition:all .4s ease}.docs-form__files-form--delete[data-v-4c3dad10]{display:flex;justify-content:flex-end;color:#202945;cursor:pointer;font-size:12px;font-weight:400;padding-right:20px}.margin-docs[data-v-4c3dad10]{margin-left:0;margin-right:20px}.margin-docs.ml-1[data-v-4c3dad10]{margin-left:40px}@media screen and (min-width:992px){.docs-form[data-v-4c3dad10]{overflow:visible;padding:0;margin-top:0;max-width:850px;max-height:100%}.docs-form__direction[data-v-4c3dad10]{flex-direction:row}}.fadeHeight-enter-active[data-v-4c3dad10],.fadeHeight-leave-active[data-v-4c3dad10]{transition:all .4s;max-height:100%}.fadeHeight-enter[data-v-4c3dad10],.fadeHeight-leave-to[data-v-4c3dad10]{opacity:0;max-height:0}.investors-form[data-v-bfa672aa]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.investors-form__direction[data-v-bfa672aa]{display:flex;flex-direction:column}.investors-form__direction-margins[data-v-bfa672aa]{margin-right:20px;margin-left:40px;width:100%}.investors-form__direction-margins--variant[data-v-bfa672aa]{margin-left:0}.investors-form__offer[data-v-bfa672aa]{margin-top:20px}.investors-form__offer-title[data-v-bfa672aa]{display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid #becbdb;padding-bottom:10px}.investors-form__offer-title--text[data-v-bfa672aa]{color:#202945;font-size:20px;font-weight:400}.investors-form__offer-title--subText[data-v-bfa672aa]{color:#202945;font-size:16px;font-weight:400;display:flex;justify-content:flex-start;align-items:center}.investors-form__offer-title--icon[data-v-bfa672aa]{cursor:pointer;margin:5px 0}.investors-form__offer-title--icon svg[data-v-bfa672aa]{margin-left:10px}.investors-form__offer-form[data-v-bfa672aa]{background:rgba(190,203,219,.2);border-radius:10px;margin:20px 0 10px 0;padding:20px}.investors-form__offer-form--move[data-v-bfa672aa]{cursor:pointer;padding-top:20px;margin-right:15px}.investors-form__offer-form--input[data-v-bfa672aa]{display:flex;align-items:center;justify-content:center;position:relative}.investors-form__offer-form--input__icon[data-v-bfa672aa]{cursor:pointer;margin-top:15px;margin-left:-15px;transition:all .4s ease}.investors-form__offer-form--delete[data-v-bfa672aa]{display:flex;justify-content:flex-end;color:#202945;cursor:pointer;font-size:12px;font-weight:400;padding-right:20px}@media screen and (min-width:992px){.investors-form[data-v-bfa672aa]{overflow:visible;padding:0;margin-top:0;max-width:850px;max-height:100%}.investors-form__direction[data-v-bfa672aa]{flex-direction:row}}.modal-mask[data-v-bb5f59e2]{background-color:hsla(0,0%,100%,.5);display:table;position:fixed;top:0;left:0;width:100%;height:100%;transition:opacity .3s ease;z-index:998}.modal-mask .wrapper[data-v-bb5f59e2]{display:table-cell;vertical-align:middle}.modal-mask .wrapper .container[data-v-bb5f59e2]{background-color:#f2f7f9;box-shadow:0 4px 15px rgba(0,0,0,.25);border-radius:30px;display:flex;flex-direction:column;overflow:auto;margin:0 auto;padding:1.25rem 1.875rem;transition:all .3s ease;width:440px;height:390px}.modal-mask .wrapper .container.small[data-v-bb5f59e2]{height:280px}.modal-mask .wrapper .container.select-users[data-v-bb5f59e2]{min-height:320px;max-height:500px;height:auto;justify-content:flex-start}.modal-mask .wrapper .container .header[data-v-bb5f59e2]{cursor:pointer;display:flex;justify-content:flex-end;margin-right:-10px;margin-top:-2px;padding-bottom:.625rem}.modal-mask .wrapper .container .body[data-v-bb5f59e2]{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:.625rem}.modal-mask .wrapper .container .body__title[data-v-bb5f59e2]{margin-bottom:10px}.modal-mask .wrapper .container .body__title-text[data-v-bb5f59e2]{color:#202945;font-size:16px;font-weight:700;line-height:20px}.modal-mask .wrapper .container .body__description[data-v-bb5f59e2]{margin:25px 0;max-width:250px}.modal-mask .wrapper .container .body__description-text[data-v-bb5f59e2]{color:#202945;font-size:14px;font-weight:400;line-height:20px}.modal-mask .wrapper .container .body__description.dna[data-v-bb5f59e2]{max-width:270px}.modal-mask .wrapper .container .body__description.w-100[data-v-bb5f59e2]{max-width:100%}.modal-mask .wrapper .container .actions[data-v-bb5f59e2]{display:flex;align-items:center;justify-content:center}.modal-mask .wrapper .container .actions__btn[data-v-bb5f59e2]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato,sans-serif;line-height:30px;height:42px;width:125px}.modal-mask .wrapper .container .actions__btn[data-v-bb5f59e2]:hover{background:red;color:#fff}.modal-mask .wrapper .container .actions__btn.outline[data-v-bb5f59e2]{background:#fff;border:1px solid #becbdb;margin-bottom:5px;color:#70b74c}.modal-mask .wrapper .container .actions__btn.outline[data-v-bb5f59e2]:hover{background:#70b74c;color:#fff}.modal-mask .wrapper .container .actions__btn.outline[data-v-bb5f59e2]:first-child{margin-right:20px}.modal-mask .wrapper .container .actions__btn.disabled[data-v-bb5f59e2]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.modal-mask .wrapper .container .actions__btn svg[data-v-bb5f59e2]{margin-top:5px}.modal-mask .wrapper .container .actions__btn.big[data-v-bb5f59e2]{font-size:14px;width:150px}.modal-mask .wrapper .container .actions__btn.w-100[data-v-bb5f59e2]{min-width:100%;margin-right:0;margin-bottom:5px}.modal-mask .wrapper .container .actions.w-100[data-v-bb5f59e2]{width:100%}@media screen and (min-width:992px){.modal-mask .wrapper .container[data-v-bb5f59e2]{background-color:#fff;overflow:visible}}.modal-enter[data-v-bb5f59e2],.modal-leave-active[data-v-bb5f59e2]{opacity:0}.modal-enter .container[data-v-bb5f59e2],.modal-leave-active .container[data-v-bb5f59e2]{transform:scale(1.1)}@keyframes spin-bb5f59e2{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.checkbox-field[data-v-bb5f59e2]{display:block;position:relative;padding-left:26px;margin-bottom:12px;cursor:pointer;color:#202945;font-size:14px;font-weight:400;line-height:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-field input[data-v-bb5f59e2]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark[data-v-bb5f59e2]{position:absolute;top:0;left:0;height:20px;width:20px;border-radius:3px;background-color:rgba(190,203,219,.2)}.checkbox-field:hover input~.checkmark[data-v-bb5f59e2]{background-color:#ccc}.checkbox-field input:checked~.checkmark[data-v-bb5f59e2]{background-color:#0047ff}.checkmark[data-v-bb5f59e2]:after{content:"";position:absolute;display:none}.checkbox-field input:checked~.checkmark[data-v-bb5f59e2]:after{display:block}.checkbox-field .checkmark[data-v-bb5f59e2]:after{left:6px;top:3px;width:5px;height:7px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.rowTypeCheckbox[data-v-bb5f59e2]{margin-top:-15px;margin-bottom:15px}.button__secondary[data-v-0e3b279e]{background:#fff;border:1px solid #becbdb;color:#70b74c}.button__secondary[data-v-0e3b279e]:hover{background:#70b74c;color:#fff}.button__secondary[data-v-0e3b279e]:disabled{cursor:unset;color:#becbdb;pointer-events:none}.button__tertiary[data-v-06c8eb8e]{color:#fff;background:#70b74c}.button__tertiary--outline[data-v-06c8eb8e]{background:#fff;color:#70b74c}.button__tertiary--outline[data-v-06c8eb8e],.button__tertiary[data-v-06c8eb8e]{border:1px solid #becbdb}.button__tertiary--outline[data-v-06c8eb8e]:hover,.button__tertiary[data-v-06c8eb8e]:hover{background:red;color:#fff}.modal-mask[data-v-fcf85afa]{background-color:hsla(0,0%,100%,.5);display:table;position:fixed;top:0;left:0;width:100%;height:100%;transition:opacity .3s ease;z-index:998}.modal-wrapper[data-v-fcf85afa]{display:table-cell;vertical-align:middle}.modal-container[data-v-fcf85afa]{background-color:#f2f7f9;box-shadow:0 4px 15px rgba(0,0,0,.25);border-radius:30px;display:flex;flex-direction:column;overflow:auto;margin:0 auto;padding:1.25rem 1.875rem;transition:all .3s ease;width:440px}.modal-body[data-v-fcf85afa]{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:.625rem}.modal-body-title[data-v-fcf85afa]{margin-bottom:10px}.modal-body-title__text[data-v-fcf85afa]{color:#202945;font-size:16px;font-weight:700;line-height:20px}.modal-body-description[data-v-fcf85afa]{margin:25px 0;max-width:250px}.modal-body-description__text[data-v-fcf85afa]{color:#202945;font-size:14px;font-weight:400;line-height:20px}.modal-body-buttons[data-v-fcf85afa]{display:flex;align-items:center;justify-content:center}.modal-body-buttons__secondary[data-v-fcf85afa]{margin-right:20px}@media screen and (min-width:992px){.modal-container[data-v-fcf85afa]{background-color:#fff;overflow:visible}}.modal-enter[data-v-fcf85afa],.modal-leave-active[data-v-fcf85afa]{opacity:0}.modal-enter .container[data-v-fcf85afa],.modal-leave-active .container[data-v-fcf85afa]{transform:scale(1.1)}.checkbox-field[data-v-2d9b6812]{display:block;position:relative;padding-left:26px;margin-bottom:12px;cursor:pointer;color:#202945;font-size:14px;font-weight:400;line-height:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:left}.checkbox-field input[data-v-2d9b6812]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark[data-v-2d9b6812]{position:absolute;top:0;left:0;height:20px;width:20px;border-radius:3px;background-color:rgba(190,203,219,.2)}.checkbox-field:hover input~.checkmark[data-v-2d9b6812]{background-color:#ccc}.checkbox-field input~.checkmark--checked[data-v-2d9b6812]{background-color:#0047ff}.checkmark[data-v-2d9b6812]:after{content:"";position:absolute;display:none}.checkbox-field input~.checkmark--checked[data-v-2d9b6812]:after{display:block}.checkbox-field .checkmark--checked[data-v-2d9b6812]:after{left:6px;top:3px;width:5px;height:7px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.checkmark--disabled[data-v-2d9b6812]:after{position:absolute;top:0;left:0;content:"";font-size:15px;text-align:center;cursor:not-allowed;background-color:rgba(190,203,219,.2);border-radius:3px;height:20px;width:20px}.checkbox-field--disabled[data-v-2d9b6812]{cursor:not-allowed!important;color:rgba(32,41,69,.5)!important}.detail-form[data-v-77a5dfb9]{padding:15px;margin-top:40px;overflow:auto;max-height:172vh;display:flex;flex-direction:column}.detail-form .row[data-v-77a5dfb9]{flex-direction:column}.detail-form__img[data-v-77a5dfb9]{display:flex;flex-direction:column;align-items:center;margin-right:35px}.detail-form__img-file__input[data-v-77a5dfb9]{position:absolute;top:0;width:0;height:0;visibility:hidden}.detail-form__img-file__logo[data-v-77a5dfb9]{border-radius:50%;width:147px;height:147px}.detail-form__img-action[data-v-77a5dfb9]{cursor:pointer;color:#70b74c;font-size:14px;font-weight:600;margin-top:10px}.detail-form__field[data-v-77a5dfb9]{position:relative;width:100%}.detail-form__field--label[data-v-77a5dfb9]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.detail-form__field--input[data-v-77a5dfb9]{margin-top:10px;margin-bottom:20px;width:100%}.detail-form__field--input.disabled[data-v-77a5dfb9]{pointer-events:none;opacity:.6}.detail-form__field--input[data-v-77a5dfb9]:disabled{background-color:#f2f7f9}.detail-form__field--input--required[data-v-77a5dfb9]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.detail-form__field--input.alert[data-v-77a5dfb9]{border:1px solid red;border-radius:2px;color:red}.detail-form__field--input.textarea[data-v-77a5dfb9]{padding:10px 15px;min-height:50px}.detail-form__field.w-100[data-v-77a5dfb9]{margin-right:0!important;width:100%}.detail-form__field.docs[data-v-77a5dfb9]{margin-left:0;margin-right:20px}.detail-form__field.docs.ml-1[data-v-77a5dfb9]{margin-left:40px;padding-right:20px}.detail-form__docs[data-v-77a5dfb9]{margin-top:20px}.detail-form__docs-title[data-v-77a5dfb9]{display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid #becbdb;padding-bottom:10px}.detail-form__docs-title--text[data-v-77a5dfb9]{color:#202945;font-size:20px;font-weight:400}.detail-form__docs-title--icon[data-v-77a5dfb9]{cursor:pointer;margin-top:5px;margin-left:20px}.detail-form__docs-form[data-v-77a5dfb9]{background:rgba(190,203,219,.2);border-radius:10px;margin:20px 0;padding:20px}.detail-form__docs-form--move[data-v-77a5dfb9]{cursor:pointer;padding-top:20px;margin-right:15px}.detail-form__docs-form--input[data-v-77a5dfb9]{display:flex;align-items:center;justify-content:center;position:relative}.detail-form__docs-form--input__icon[data-v-77a5dfb9]{cursor:pointer;margin-top:15px;margin-left:-15px;transition:all .4s ease}.detail-form__docs-form--delete[data-v-77a5dfb9]{display:flex;justify-content:flex-end;color:#202945;cursor:pointer;font-size:12px;font-weight:400;padding-right:20px}.detail-form__actions[data-v-77a5dfb9]{display:flex;justify-content:space-between;flex-direction:column;margin-top:50px}.detail-form__actions--btn[data-v-77a5dfb9]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato,sans-serif;line-height:30px;margin-top:10px;height:42px;width:100%}.detail-form__actions--btn[data-v-77a5dfb9]:hover{background:rgba(112,183,76,.8)}.detail-form__actions--btn.outline[data-v-77a5dfb9]{background:#fff;border:1px solid #becbdb;color:#70b74c}.detail-form__actions--btn.outline[data-v-77a5dfb9]:hover{background:red;color:#fff}.detail-form__actions--btn.disabled[data-v-77a5dfb9]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.detail-form__actions--btn.variant[data-v-77a5dfb9]{position:relative;margin-right:20px;padding-right:10px;width:210px}.detail-form__actions--btn.variant .icon-btn[data-v-77a5dfb9]{position:absolute;top:9px;right:20px}.detail-form__actions--btn svg[data-v-77a5dfb9]{margin-top:5px}.offer-form[data-v-77a5dfb9]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.offer-form .modal-checkboxes[data-v-77a5dfb9]{margin-bottom:30px;margin-top:10px}.offer-form .modal-checkboxes__title[data-v-77a5dfb9]{margin-bottom:20px;color:rgba(32,41,69,.5)}.offer-form .modal-checkboxes--hide[data-v-77a5dfb9]{display:none}.rowTypeCheckbox[data-v-77a5dfb9]{display:flex;justify-content:space-between;flex-direction:row;margin-top:25px}.checkbox-field[data-v-77a5dfb9]{display:block;position:relative;padding-left:26px;margin-bottom:12px;cursor:pointer;color:#202945;font-size:14px;font-weight:400;line-height:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-field input[data-v-77a5dfb9]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark[data-v-77a5dfb9]{position:absolute;top:0;left:0;height:20px;width:20px;border-radius:3px;background-color:rgba(190,203,219,.2)}.checkbox-field:hover input~.checkmark[data-v-77a5dfb9]{background-color:#ccc}.checkbox-field input:checked~.checkmark[data-v-77a5dfb9]{background-color:#0047ff}.checkmark[data-v-77a5dfb9]:after{content:"";position:absolute;display:none}.checkbox-field input:checked~.checkmark[data-v-77a5dfb9]:after{display:block}.checkbox-field .checkmark[data-v-77a5dfb9]:after{left:6px;top:3px;width:5px;height:7px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.blindMode[data-v-77a5dfb9]{flex-direction:column;margin-top:5px}.mt-20[data-v-77a5dfb9]{margin-top:20px}.mb-5[data-v-77a5dfb9]{margin-bottom:5px}.mb-20[data-v-77a5dfb9]{margin-bottom:20px}@media screen and (min-width:992px){.offer-form[data-v-77a5dfb9]{overflow:hidden;padding:0;margin-top:0;max-width:100%;max-height:100%}}#offer-detail.mobile-offer-detail{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#offer-detail.safari{padding-top:15.4375rem}#offer-detail .detail-title{display:flex;align-items:center;justify-content:space-around;margin-right:120px}#offer-detail .detail-title__icon{cursor:pointer;margin-bottom:2px;margin-right:80px;transform:rotate(180deg)}#offer-detail .detail-title__text{color:#202945;font-size:16px;font-family:Lato;font-weight:400;text-align:center}@media screen and (min-width:992px){#offer-detail .detail-title{justify-content:flex-start;margin-right:0}#offer-detail .detail-title__icon{margin-right:20px;margin-bottom:0}#offer-detail .detail-title__text{font-size:30px;font-weight:600;text-align:unset}}.filter[data-v-588f7a6a]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (min-width:992px){.filter[data-v-588f7a6a]{flex-direction:row}}.filter-title[data-v-588f7a6a]{color:#202945;font-size:30px;font-family:Lato,sans-serif;font-weight:600;margin-bottom:20px}.filter-inputs[data-v-588f7a6a]{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width:992px){.filter-inputs[data-v-588f7a6a]{flex-direction:row}}.filter-inputs__admins[data-v-588f7a6a]{margin-bottom:20px;width:90vw}@media screen and (min-width:992px){.filter[data-v-588f7a6a]{flex-direction:row}.filter-title[data-v-588f7a6a]{margin-bottom:0}.filter-inputs[data-v-588f7a6a]{flex-direction:row}.filter-inputs__admins[data-v-588f7a6a]{margin-bottom:0;width:448px}.filter-inputs__btn[data-v-588f7a6a]{margin-left:50px}}#users-table[data-v-663245cb]{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;max-height:70vh;padding:2.625rem 0}#users-table .table[data-v-663245cb]{color:#202945;border-radius:5px}#users-table .table tbody td[data-v-663245cb],#users-table .table thead th[data-v-663245cb]{padding:1rem}#users-table .table thead .row[data-v-663245cb]{display:flex}#users-table .table thead .row div[data-v-663245cb]{cursor:pointer}#users-table .table thead.table__header th[data-v-663245cb]{color:#202945;font-weight:600;font-size:.875rem;line-height:16px}#users-table .table thead.table__header th[data-v-663245cb]:first-child,#users-table .table thead.table__header th[data-v-663245cb]:nth-child(2){min-width:300px}#users-table .table thead.table__header th[data-v-663245cb]:nth-child(3){min-width:250px}#users-table .table thead.table__header th[data-v-663245cb]:nth-child(4){min-width:170px}#users-table .table thead.table__header th[data-v-663245cb]:nth-child(5){min-width:120px}#users-table .table tbody[data-v-663245cb]{overflow:auto;width:100%;height:55px}#users-table .table tbody tr[data-v-663245cb]{border-bottom:.0625rem solid transparent;transition:all .4s ease}#users-table .table tbody tr td[data-v-663245cb]{color:#202945;font-weight:500!important;font-size:14px;line-height:.75rem;vertical-align:middle}#users-table .table tbody tr td.active[data-v-663245cb]{color:#42ad40}#users-table .table tbody tr td.actions[data-v-663245cb]{cursor:pointer;color:#70b74c;display:flex;align-items:center;font-weight:500;width:100%}#users-table .table tbody tr td[data-v-663245cb]:first-child,#users-table .table tbody tr td[data-v-663245cb]:nth-child(2){min-width:300px}#users-table .table tbody tr td[data-v-663245cb]:nth-child(3){min-width:250px}#users-table .table tbody tr td[data-v-663245cb]:nth-child(4){min-width:170px}#users-table .table tbody tr td[data-v-663245cb]:nth-child(5){min-width:120px}#users-table .table tbody tr.stripped[data-v-663245cb]{background:rgba(229,233,242,.49)}#users-table .table tbody tr:hover td.stripped[data-v-663245cb],#users-table .table tbody tr[data-v-663245cb]:hover{transition:.2s ease-out;background:rgba(229,233,242,.49)}#users-table .table tbody[data-v-663245cb]:before{content:"@";color:transparent;display:block;line-height:10px;text-indent:-99999px}#users-table .table svg[data-v-663245cb]{margin:0 .3125rem}#users-table .loader[data-v-663245cb]{display:flex;justify-content:center;align-items:center;height:60vh}@media screen and (min-width:992px){#users-table[data-v-663245cb]{padding:.625rem 0;max-height:100%}#users-table .table thead.table__header th[data-v-663245cb]:first-child,#users-table .table thead.table__header th[data-v-663245cb]:nth-child(2){min-width:0;width:20%}#users-table .table thead.table__header th[data-v-663245cb]:nth-child(3){min-width:0;width:30%}#users-table .table thead.table__header th[data-v-663245cb]:nth-child(4){min-width:0;width:15%}#users-table .table thead.table__header th[data-v-663245cb]:nth-child(5){min-width:25%}#users-table .table tbody tr td[data-v-663245cb]:first-child,#users-table .table tbody tr td[data-v-663245cb]:nth-child(2){min-width:0;width:20%}#users-table .table tbody tr td[data-v-663245cb]:nth-child(3){min-width:0;width:30%}#users-table .table tbody tr td[data-v-663245cb]:nth-child(4){min-width:0;width:15%}#users-table .table tbody tr td[data-v-663245cb]:nth-child(5){min-width:25%}}@media screen and (min-width:1919px){#users-table[data-v-663245cb]{padding:.625rem 0;max-height:100%}#users-table .table thead.table__header th[data-v-663245cb]:first-child,#users-table .table thead.table__header th[data-v-663245cb]:nth-child(2){min-width:0;width:20%}#users-table .table thead.table__header th[data-v-663245cb]:nth-child(3){min-width:0;width:35%}#users-table .table thead.table__header th[data-v-663245cb]:nth-child(4){min-width:0;width:15%}#users-table .table thead.table__header th[data-v-663245cb]:nth-child(5){min-width:25%}#users-table .table tbody tr td[data-v-663245cb]:first-child,#users-table .table tbody tr td[data-v-663245cb]:nth-child(2){min-width:0;width:20%}#users-table .table tbody tr td[data-v-663245cb]:nth-child(3){min-width:0;width:35%}#users-table .table tbody tr td[data-v-663245cb]:nth-child(4){min-width:0;width:15%}#users-table .table tbody tr td[data-v-663245cb]:nth-child(5){min-width:25%}}#config-management.mobile-config-management{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#config-management.safari{padding-top:15.4375rem}.filter[data-v-4849e28e]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (min-width:992px){.filter[data-v-4849e28e]{flex-direction:row}}.filter-title[data-v-4849e28e]{color:#202945;font-size:30px;font-family:Lato;font-weight:600;margin-bottom:20px}.filter-inputs[data-v-4849e28e]{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width:992px){.filter-inputs[data-v-4849e28e]{flex-direction:row}}.filter-inputs__offerStatus[data-v-4849e28e]{margin-bottom:20px;width:90vw}@media screen and (min-width:992px){.filter[data-v-4849e28e]{flex-direction:row}.filter-title[data-v-4849e28e]{margin-bottom:0}.filter-inputs[data-v-4849e28e]{flex-direction:row}.filter-inputs__offerStatus[data-v-4849e28e]{margin-bottom:0;width:448px}.filter-inputs__btn[data-v-4849e28e]{margin-left:50px}}#offerStatus-table[data-v-c9b3eab0]{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;max-height:70vh;padding:2.625rem 0}#offerStatus-table .square[data-v-c9b3eab0]{height:20px;width:20px;margin-right:5px}#offerStatus-table .table[data-v-c9b3eab0]{color:#202945;border-radius:5px}#offerStatus-table .table tbody td[data-v-c9b3eab0],#offerStatus-table .table thead th[data-v-c9b3eab0]{padding:1rem}#offerStatus-table .table thead .row[data-v-c9b3eab0]{display:flex}#offerStatus-table .table thead.table__header th[data-v-c9b3eab0]{color:#202945;font-weight:600;font-size:.875rem;line-height:16px}#offerStatus-table .table thead.table__header th[data-v-c9b3eab0]:first-child{min-width:750px}#offerStatus-table .table thead.table__header th[data-v-c9b3eab0]:nth-child(2),#offerStatus-table .table thead.table__header th[data-v-c9b3eab0]:nth-child(3){min-width:200px}#offerStatus-table .table thead.table__header th.icon[data-v-c9b3eab0]{min-width:0;max-width:0;border-bottom:0}#offerStatus-table .table tbody[data-v-c9b3eab0]{overflow:auto;width:100%;height:55px}#offerStatus-table .table tbody tr[data-v-c9b3eab0]{border-bottom:.0625rem solid transparent;transition:all .4s ease}#offerStatus-table .table tbody tr td[data-v-c9b3eab0]{color:#202945;font-weight:500!important;font-size:14px;line-height:.75rem;vertical-align:middle}#offerStatus-table .table tbody tr td.active[data-v-c9b3eab0]{color:#42ad40}#offerStatus-table .table tbody tr td.actions[data-v-c9b3eab0]{cursor:pointer;color:#70b74c;display:flex;align-items:center;font-weight:500;width:100%}#offerStatus-table .table tbody tr td[data-v-c9b3eab0]:first-child{min-width:750px}#offerStatus-table .table tbody tr td[data-v-c9b3eab0]:nth-child(2),#offerStatus-table .table tbody tr td[data-v-c9b3eab0]:nth-child(3),#offerStatus-table .table tbody tr td[data-v-c9b3eab0]:nth-child(4){min-width:200px}#offerStatus-table .table tbody tr.stripped[data-v-c9b3eab0]{background:rgba(229,233,242,.49)}#offerStatus-table .table tbody tr:hover td.stripped[data-v-c9b3eab0],#offerStatus-table .table tbody tr[data-v-c9b3eab0]:hover{transition:.2s ease-out;background:rgba(229,233,242,.49)}#offerStatus-table .table tbody[data-v-c9b3eab0]:before{content:"@";color:transparent;display:block;line-height:10px;text-indent:-99999px}#offerStatus-table .table svg[data-v-c9b3eab0]{margin:0 .3125rem}#offerStatus-table .loader[data-v-c9b3eab0]{display:flex;justify-content:center;align-items:center;height:60vh}@media screen and (min-width:992px){#offerStatus-table[data-v-c9b3eab0]{padding:.625rem 0;max-height:100%}#offerStatus-table .table thead.table__header th[data-v-c9b3eab0]:first-child{min-width:0;width:40%}#offerStatus-table .table thead.table__header th[data-v-c9b3eab0]:nth-child(2),#offerStatus-table .table thead.table__header th[data-v-c9b3eab0]:nth-child(3){min-width:0;width:25%}#offerStatus-table .table thead.table__header th[data-v-c9b3eab0]:nth-child(4){min-width:145px;width:100%}#offerStatus-table .table tbody tr td[data-v-c9b3eab0]:first-child{min-width:0;width:40%}#offerStatus-table .table tbody tr td[data-v-c9b3eab0]:nth-child(2),#offerStatus-table .table tbody tr td[data-v-c9b3eab0]:nth-child(3){min-width:0;width:25%}#offerStatus-table .table tbody tr td[data-v-c9b3eab0]:nth-child(4){min-width:145px;width:100%}}#offerStatus-management.mobile-offerStatus-management{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#offerStatus-management.safari{padding-top:15.4375rem}.detail-form[data-v-72c7674a]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.detail-form .row[data-v-72c7674a]{flex-direction:column}.detail-form__field[data-v-72c7674a]{position:relative;width:100%}.detail-form__field--label[data-v-72c7674a]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.detail-form__field--input[data-v-72c7674a]{margin-top:10px;margin-bottom:20px;width:100%}.detail-form__field--input.disabled[data-v-72c7674a]{pointer-events:none;opacity:.6}.detail-form__field--input--required[data-v-72c7674a]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.detail-form__field--input.alert[data-v-72c7674a]{border:1px solid red;border-radius:2px;color:red}.detail-form__field--input.color[data-v-72c7674a]{padding-left:70px}.detail-form__field.w-100[data-v-72c7674a]{width:100%}.detail-form__actions[data-v-72c7674a]{display:flex;justify-content:space-between;flex-direction:column;margin-top:50px}.detail-form__actions--btn[data-v-72c7674a]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato,sans-serif;line-height:30px;margin-top:10px;height:42px;width:100%}.detail-form__actions--btn[data-v-72c7674a]:hover{background:rgba(112,183,76,.8)}.detail-form__actions--btn.outline[data-v-72c7674a]{background:#fff;border:1px solid #becbdb;color:#70b74c}.detail-form__actions--btn.outline[data-v-72c7674a]:hover{background:red;color:#fff}.detail-form__actions--btn.disabled[data-v-72c7674a]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.detail-form__actions--btn svg[data-v-72c7674a]{margin-top:5px}.detail-form .color-indicator[data-v-72c7674a]{position:absolute;top:36px;left:15px;border-radius:5px;transition:all .4s;width:51px;height:20px}@media screen and (min-width:992px){.detail-form[data-v-72c7674a]{padding:0;max-width:850px;overflow:hidden;max-height:100vh}.detail-form .row[data-v-72c7674a]{flex-direction:row}.detail-form__field[data-v-72c7674a]{width:415px}.detail-form__field[data-v-72c7674a]:first-child{margin-right:20px}.detail-form__field.w-100[data-v-72c7674a]{margin-right:0}.detail-form__actions[data-v-72c7674a]{flex-direction:row;margin-top:100px}.detail-form__actions.new-status[data-v-72c7674a]{justify-content:flex-end}.detail-form__actions--btn[data-v-72c7674a]{margin-top:0;width:190px}}#offerStatus-detail.mobile-offerStatus-detail{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#offerStatus-detail.safari{padding-top:15.4375rem}#offerStatus-detail .detail-title{display:flex;align-items:center;justify-content:space-around;margin-right:120px}#offerStatus-detail .detail-title__icon{cursor:pointer;margin-bottom:2px;margin-right:80px;transform:rotate(180deg)}#offerStatus-detail .detail-title__text{color:#202945;font-size:16px;font-family:Lato,sans-serif;font-weight:400;text-align:center}@media screen and (min-width:992px){#offerStatus-detail .detail-title{justify-content:flex-start;margin-right:0}#offerStatus-detail .detail-title__icon{margin-right:20px;margin-bottom:0}#offerStatus-detail .detail-title__text{font-size:30px;font-weight:600;text-align:unset}}.detail-form[data-v-42a2cdca]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.detail-form .row[data-v-42a2cdca]{flex-direction:column}.detail-form__field[data-v-42a2cdca]{position:relative;width:100%}.detail-form__field--label[data-v-42a2cdca]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.detail-form__field--input[data-v-42a2cdca]{margin-top:10px;margin-bottom:20px;width:100%}.detail-form__field--input.disabled[data-v-42a2cdca]{pointer-events:none;opacity:.6}.detail-form__field--input--required[data-v-42a2cdca]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.detail-form__field--input.alert[data-v-42a2cdca]{border:1px solid red;border-radius:2px;color:red}.detail-form__actions[data-v-42a2cdca]{display:flex;justify-content:space-between;flex-direction:column;margin-top:50px}.detail-form__actions--btn[data-v-42a2cdca]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato,sans-serif;line-height:30px;margin-top:10px;height:42px;width:100%}.detail-form__actions--btn[data-v-42a2cdca]:hover{background:rgba(112,183,76,.8)}.detail-form__actions--btn.outline[data-v-42a2cdca]{background:#fff;border:1px solid #becbdb;color:#70b74c}.detail-form__actions--btn.outline[data-v-42a2cdca]:hover{background:red;color:#fff}.detail-form__actions--btn.disabled[data-v-42a2cdca]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.detail-form__actions--btn svg[data-v-42a2cdca]{margin-top:5px}@media screen and (min-width:992px){.detail-form[data-v-42a2cdca]{padding:0;max-width:850px;overflow:hidden;max-height:100vh}.detail-form .row[data-v-42a2cdca]{flex-direction:row}.detail-form__field[data-v-42a2cdca]{width:415px}.detail-form__field[data-v-42a2cdca]:first-child{margin-right:20px}.detail-form__actions[data-v-42a2cdca]{flex-direction:row;margin-top:100px}.detail-form__actions.new-user[data-v-42a2cdca]{justify-content:flex-end}.detail-form__actions--btn[data-v-42a2cdca]{margin-top:0;width:190px}}#config-detail.mobile-config-detail{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#config-detail.safari{padding-top:15.4375rem}#config-detail .detail-title{display:flex;align-items:center;justify-content:space-around;margin-right:120px}#config-detail .detail-title__icon{cursor:pointer;margin-bottom:2px;margin-right:80px;transform:rotate(180deg)}#config-detail .detail-title__text{color:#202945;font-size:16px;font-family:Lato,sans-serif;font-weight:400;text-align:center}@media screen and (min-width:992px){#config-detail .detail-title{justify-content:flex-start;margin-right:0}#config-detail .detail-title__icon{margin-right:20px;margin-bottom:0}#config-detail .detail-title__text{font-size:30px;font-weight:600;text-align:unset}}.filter[data-v-8d0a365c]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (min-width:992px){.filter[data-v-8d0a365c]{flex-direction:row}}.filter-title[data-v-8d0a365c]{color:#202945;font-size:30px;font-family:Lato;font-weight:600;margin-bottom:20px}.filter-inputs[data-v-8d0a365c]{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width:992px){.filter-inputs[data-v-8d0a365c]{flex-direction:row}}.filter-inputs__investors[data-v-8d0a365c]{margin-bottom:20px;width:90vw}@media screen and (min-width:992px){.filter[data-v-8d0a365c]{flex-direction:row}.filter-title[data-v-8d0a365c]{margin-bottom:0}.filter-inputs[data-v-8d0a365c]{flex-direction:row}.filter-inputs__investors[data-v-8d0a365c]{margin-bottom:0;width:448px}.filter-inputs__btn[data-v-8d0a365c]{margin-left:50px}}#operationType-table[data-v-32390b60]{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;max-height:70vh;padding:2.625rem 0}#operationType-table .table[data-v-32390b60]{color:#202945;border-radius:5px}#operationType-table .table tbody td[data-v-32390b60],#operationType-table .table thead th[data-v-32390b60]{padding:1rem}#operationType-table .table thead .row[data-v-32390b60]{display:flex}#operationType-table .table thead.table__header th[data-v-32390b60]{color:#202945;font-weight:600;font-size:.875rem;line-height:16px}#operationType-table .table thead.table__header th[data-v-32390b60]:first-child{min-width:750px}#operationType-table .table thead.table__header th[data-v-32390b60]:nth-child(2),#operationType-table .table thead.table__header th[data-v-32390b60]:nth-child(3){min-width:200px}#operationType-table .table thead.table__header th.icon[data-v-32390b60]{min-width:0;max-width:0;border-bottom:0}#operationType-table .table tbody[data-v-32390b60]{overflow:auto;width:100%;height:55px}#operationType-table .table tbody tr[data-v-32390b60]{border-bottom:.0625rem solid transparent;transition:all .4s ease}#operationType-table .table tbody tr td[data-v-32390b60]{color:#202945;font-weight:500!important;font-size:14px;line-height:.75rem;vertical-align:middle}#operationType-table .table tbody tr td.active[data-v-32390b60]{color:#42ad40}#operationType-table .table tbody tr td.actions[data-v-32390b60]{cursor:pointer;color:#70b74c;display:flex;align-items:center;font-weight:500;width:100%}#operationType-table .table tbody tr td[data-v-32390b60]:first-child{min-width:750px}#operationType-table .table tbody tr td[data-v-32390b60]:nth-child(2),#operationType-table .table tbody tr td[data-v-32390b60]:nth-child(3){min-width:200px}#operationType-table .table tbody tr.stripped[data-v-32390b60]{background:rgba(229,233,242,.49)}#operationType-table .table tbody tr:hover td.stripped[data-v-32390b60],#operationType-table .table tbody tr[data-v-32390b60]:hover{transition:.2s ease-out;background:rgba(229,233,242,.49)}#operationType-table .table tbody[data-v-32390b60]:before{content:"@";color:transparent;display:block;line-height:10px;text-indent:-99999px}#operationType-table .table svg[data-v-32390b60]{margin:0 .3125rem}#operationType-table .loader[data-v-32390b60]{display:flex;justify-content:center;align-items:center;height:60vh}@media screen and (min-width:992px){#operationType-table[data-v-32390b60]{padding:.625rem 0;max-height:100%}#operationType-table .table thead.table__header th[data-v-32390b60]:first-child{min-width:0;width:78%}#operationType-table .table thead.table__header th[data-v-32390b60]:nth-child(2){min-width:0;width:10%}#operationType-table .table thead.table__header th[data-v-32390b60]:nth-child(3){min-width:145px;width:100%}#operationType-table .table tbody tr td[data-v-32390b60]:first-child{min-width:0;width:78%}#operationType-table .table tbody tr td[data-v-32390b60]:nth-child(2){min-width:0;width:10%}#operationType-table .table tbody tr td[data-v-32390b60]:nth-child(3){min-width:145px;width:100%}}#operationType-management.mobile-operationType-management{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#operationType-management.safari{padding-top:15.4375rem}.detail-form[data-v-31cd11b9]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.detail-form .row[data-v-31cd11b9]{flex-direction:column}.detail-form__field[data-v-31cd11b9]{position:relative;width:100%}.detail-form__field--label[data-v-31cd11b9]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.detail-form__field--input[data-v-31cd11b9]{margin-top:10px;margin-bottom:20px;width:100%}.detail-form__field--input.disabled[data-v-31cd11b9]{pointer-events:none;opacity:.6}.detail-form__field--input--required[data-v-31cd11b9]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.detail-form__field--input.alert[data-v-31cd11b9]{border:1px solid red;border-radius:2px;color:red}.detail-form__actions[data-v-31cd11b9]{display:flex;justify-content:space-between;flex-direction:column;margin-top:50px}.detail-form__actions--btn[data-v-31cd11b9]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato,sans-serif;line-height:30px;margin-top:10px;height:42px;width:100%}.detail-form__actions--btn[data-v-31cd11b9]:hover{background:rgba(112,183,76,.8)}.detail-form__actions--btn.outline[data-v-31cd11b9]{background:#fff;border:1px solid #becbdb;color:#70b74c}.detail-form__actions--btn.outline[data-v-31cd11b9]:hover{background:red;color:#fff}.detail-form__actions--btn.disabled[data-v-31cd11b9]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.detail-form__actions--btn svg[data-v-31cd11b9]{margin-top:5px}@media screen and (min-width:992px){.detail-form[data-v-31cd11b9]{padding:0;max-width:850px;overflow:hidden;max-height:100vh}.detail-form .row[data-v-31cd11b9]{flex-direction:row}.detail-form__field[data-v-31cd11b9]{width:415px}.detail-form__field[data-v-31cd11b9]:first-child{margin-right:20px}.detail-form__actions[data-v-31cd11b9]{flex-direction:row;margin-top:100px}.detail-form__actions.new-operation[data-v-31cd11b9]{justify-content:flex-end}.detail-form__actions--btn[data-v-31cd11b9]{margin-top:0;width:190px}}#operationType-detail.mobile-operationType-detail{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#operationType-detail.safari{padding-top:15.4375rem}#operationType-detail .detail-title{display:flex;align-items:center;justify-content:space-around;margin-right:120px}#operationType-detail .detail-title__icon{cursor:pointer;margin-bottom:2px;margin-right:80px;transform:rotate(180deg)}#operationType-detail .detail-title__text{color:#202945;font-size:16px;font-family:Lato,sans-serif;font-weight:400;text-align:center}@media screen and (min-width:992px){#operationType-detail .detail-title{justify-content:flex-start;margin-right:0}#operationType-detail .detail-title__icon{margin-right:20px;margin-bottom:0}#operationType-detail .detail-title__text{font-size:30px;font-weight:600;text-align:unset}}.filter[data-v-84fafba0]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (min-width:992px){.filter[data-v-84fafba0]{flex-direction:row}}.filter-title[data-v-84fafba0]{color:#202945;font-size:30px;font-family:Lato,sans-serif;font-weight:600;margin-bottom:20px}.filter-inputs[data-v-84fafba0]{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width:992px){.filter-inputs[data-v-84fafba0]{flex-direction:row}}.filter-inputs__industry[data-v-84fafba0]{margin-bottom:20px;width:90vw}@media screen and (min-width:992px){.filter[data-v-84fafba0]{flex-direction:row}.filter-title[data-v-84fafba0]{margin-bottom:0}.filter-inputs[data-v-84fafba0]{flex-direction:row}.filter-inputs__industry[data-v-84fafba0]{margin-bottom:0;width:448px}.filter-inputs__btn[data-v-84fafba0]{margin-left:50px}}#operationType-table[data-v-bb3d254c]{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;max-height:70vh;padding:2.625rem 0}#operationType-table .square[data-v-bb3d254c]{height:20px;width:20px;margin-right:5px}#operationType-table .table[data-v-bb3d254c]{color:#202945;border-radius:5px}#operationType-table .table tbody td[data-v-bb3d254c],#operationType-table .table thead th[data-v-bb3d254c]{padding:1rem}#operationType-table .table thead .row[data-v-bb3d254c]{display:flex}#operationType-table .table thead.table__header th[data-v-bb3d254c]{color:#202945;font-weight:600;font-size:.875rem;line-height:16px}#operationType-table .table thead.table__header th[data-v-bb3d254c]:first-child{min-width:750px}#operationType-table .table thead.table__header th[data-v-bb3d254c]:nth-child(2),#operationType-table .table thead.table__header th[data-v-bb3d254c]:nth-child(3){min-width:200px}#operationType-table .table thead.table__header th.icon[data-v-bb3d254c]{min-width:0;max-width:0;border-bottom:0}#operationType-table .table tbody[data-v-bb3d254c]{overflow:auto;width:100%;height:55px}#operationType-table .table tbody tr[data-v-bb3d254c]{border-bottom:.0625rem solid transparent;transition:all .4s ease}#operationType-table .table tbody tr td[data-v-bb3d254c]{color:#202945;font-weight:500!important;font-size:14px;line-height:.75rem;vertical-align:middle}#operationType-table .table tbody tr td.active[data-v-bb3d254c]{color:#42ad40}#operationType-table .table tbody tr td.actions[data-v-bb3d254c]{cursor:pointer;color:#70b74c;display:flex;align-items:center;font-weight:500;width:100%}#operationType-table .table tbody tr td[data-v-bb3d254c]:first-child{min-width:750px}#operationType-table .table tbody tr td[data-v-bb3d254c]:nth-child(2),#operationType-table .table tbody tr td[data-v-bb3d254c]:nth-child(3),#operationType-table .table tbody tr td[data-v-bb3d254c]:nth-child(4){min-width:200px}#operationType-table .table tbody tr.stripped[data-v-bb3d254c]{background:rgba(229,233,242,.49)}#operationType-table .table tbody tr:hover td.stripped[data-v-bb3d254c],#operationType-table .table tbody tr[data-v-bb3d254c]:hover{transition:.2s ease-out;background:rgba(229,233,242,.49)}#operationType-table .table tbody[data-v-bb3d254c]:before{content:"@";color:transparent;display:block;line-height:10px;text-indent:-99999px}#operationType-table .table svg[data-v-bb3d254c]{margin:0 .3125rem}#operationType-table .loader[data-v-bb3d254c]{display:flex;justify-content:center;align-items:center;height:60vh}@media screen and (min-width:992px){#operationType-table[data-v-bb3d254c]{padding:.625rem 0;max-height:100%}#operationType-table .table thead.table__header th[data-v-bb3d254c]:first-child{min-width:0;width:40%}#operationType-table .table thead.table__header th[data-v-bb3d254c]:nth-child(2),#operationType-table .table thead.table__header th[data-v-bb3d254c]:nth-child(3){min-width:0;width:25%}#operationType-table .table thead.table__header th[data-v-bb3d254c]:nth-child(4){min-width:145px;width:100%}#operationType-table .table tbody tr td[data-v-bb3d254c]:first-child{min-width:0;width:40%}#operationType-table .table tbody tr td[data-v-bb3d254c]:nth-child(2),#operationType-table .table tbody tr td[data-v-bb3d254c]:nth-child(3){min-width:0;width:25%}#operationType-table .table tbody tr td[data-v-bb3d254c]:nth-child(4){min-width:145px;width:100%}}#industry-management.mobile-industry-management{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#industry-management.safari{padding-top:15.4375rem}.detail-form[data-v-65a870c1]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.detail-form .row[data-v-65a870c1]{flex-direction:column}.detail-form__img[data-v-65a870c1]{display:flex;flex-direction:column;align-items:center;margin-right:35px;margin-bottom:30px}.detail-form__img-file__input[data-v-65a870c1]{position:absolute;top:0;width:0;height:0;visibility:hidden}.detail-form__img-file__banner[data-v-65a870c1]{box-shadow:0 0 6px hsla(0,0%,77%,.5);border-radius:10px 10px 0 0;width:890px;height:105px}.detail-form__img-action[data-v-65a870c1]{cursor:pointer;color:#70b74c;font-size:14px;font-weight:600;margin:10px 5px 0 auto}.detail-form__field[data-v-65a870c1]{position:relative;width:100%}.detail-form__field--label[data-v-65a870c1]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.detail-form__field--input[data-v-65a870c1]{margin-top:10px;margin-bottom:20px;width:100%}.detail-form__field--input.disabled[data-v-65a870c1]{pointer-events:none;opacity:.6}.detail-form__field--input--required[data-v-65a870c1]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.detail-form__field--input.alert[data-v-65a870c1]{border:1px solid red;border-radius:2px;color:red}.detail-form__field--input.color[data-v-65a870c1]{padding-left:70px}.detail-form__field.w-100[data-v-65a870c1]{width:890px}.detail-form__actions[data-v-65a870c1]{display:flex;justify-content:space-between;flex-direction:column;margin-top:50px}.detail-form__actions--btn[data-v-65a870c1]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato,sans-serif;line-height:30px;margin-top:10px;height:42px;width:100%}.detail-form__actions--btn[data-v-65a870c1]:hover{background:rgba(112,183,76,.8)}.detail-form__actions--btn.outline[data-v-65a870c1]{background:#fff;border:1px solid #becbdb;color:#70b74c}.detail-form__actions--btn.outline[data-v-65a870c1]:hover{background:red;color:#fff}.detail-form__actions--btn.disabled[data-v-65a870c1]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.detail-form__actions--btn svg[data-v-65a870c1]{margin-top:5px}.detail-form .color-indicator[data-v-65a870c1]{position:absolute;top:36px;left:15px;border-radius:5px;transition:all .4s;width:51px;height:20px}@media screen and (min-width:992px){.detail-form[data-v-65a870c1]{padding:0;max-width:930px;overflow:hidden;max-height:100vh}.detail-form .row[data-v-65a870c1]{flex-direction:row}.detail-form__field[data-v-65a870c1]{width:435px}.detail-form__field[data-v-65a870c1]:first-child{margin-right:20px}.detail-form__field.w-100[data-v-65a870c1]{margin-right:0}.detail-form__actions[data-v-65a870c1]{flex-direction:row;margin-top:30px;margin-right:40px}.detail-form__actions.new-industry[data-v-65a870c1]{justify-content:flex-end}.detail-form__actions--btn[data-v-65a870c1]{margin-top:0;width:190px}}#industry-detail.mobile-industry-detail{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#industry-detail.safari{padding-top:15.4375rem}#industry-detail .detail-title{display:flex;align-items:center;justify-content:space-around;margin-right:120px}#industry-detail .detail-title__icon{cursor:pointer;margin-bottom:2px;margin-right:80px;transform:rotate(180deg)}#industry-detail .detail-title__text{color:#202945;font-size:16px;font-family:Lato,sans-serif;font-weight:400;text-align:center}@media screen and (min-width:992px){#industry-detail .detail-title{justify-content:flex-start;margin-right:0}#industry-detail .detail-title__icon{margin-right:20px;margin-bottom:0}#industry-detail .detail-title__text{font-size:30px;font-weight:600;text-align:unset}}.filter[data-v-a68f2bb2]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (min-width:992px){.filter[data-v-a68f2bb2]{flex-direction:row}}.filter-title[data-v-a68f2bb2]{color:#202945;font-size:30px;font-family:Lato;font-weight:600;margin-bottom:20px}.filter-inputs[data-v-a68f2bb2]{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width:992px){.filter-inputs[data-v-a68f2bb2]{flex-direction:row}}.filter-inputs__docs[data-v-a68f2bb2]{margin-bottom:20px;width:90vw}@media screen and (min-width:992px){.filter[data-v-a68f2bb2]{flex-direction:row}.filter-title[data-v-a68f2bb2]{margin-bottom:0}.filter-inputs[data-v-a68f2bb2]{flex-direction:row}.filter-inputs__docs[data-v-a68f2bb2]{margin-bottom:0;width:448px}.filter-inputs__btn[data-v-a68f2bb2]{margin-left:50px}}#docType-table[data-v-4006ff71]{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;max-height:70vh;padding:2.625rem 0}#docType-table .table[data-v-4006ff71]{color:#202945;border-radius:5px}#docType-table .table tbody td[data-v-4006ff71],#docType-table .table thead th[data-v-4006ff71]{padding:1rem}#docType-table .table thead .row[data-v-4006ff71]{display:flex}#docType-table .table thead.table__header th[data-v-4006ff71]{color:#202945;font-weight:600;font-size:.875rem;line-height:16px}#docType-table .table thead.table__header th[data-v-4006ff71]:first-child{min-width:750px}#docType-table .table thead.table__header th[data-v-4006ff71]:nth-child(2),#docType-table .table thead.table__header th[data-v-4006ff71]:nth-child(3){min-width:200px}#docType-table .table thead.table__header th.icon[data-v-4006ff71]{min-width:0;max-width:0;border-bottom:0}#docType-table .table tbody[data-v-4006ff71]{overflow:auto;width:100%;height:55px}#docType-table .table tbody tr[data-v-4006ff71]{border-bottom:.0625rem solid transparent;transition:all .4s ease}#docType-table .table tbody tr td[data-v-4006ff71]{color:#202945;font-weight:500!important;font-size:14px;line-height:.75rem;vertical-align:middle}#docType-table .table tbody tr td.active[data-v-4006ff71]{color:#42ad40}#docType-table .table tbody tr td.actions[data-v-4006ff71]{cursor:pointer;color:#70b74c;display:flex;align-items:center;font-weight:500;width:100%}#docType-table .table tbody tr td[data-v-4006ff71]:first-child{min-width:750px}#docType-table .table tbody tr td[data-v-4006ff71]:nth-child(2),#docType-table .table tbody tr td[data-v-4006ff71]:nth-child(3){min-width:200px}#docType-table .table tbody tr.stripped[data-v-4006ff71]{background:rgba(229,233,242,.49)}#docType-table .table tbody tr:hover td.stripped[data-v-4006ff71],#docType-table .table tbody tr[data-v-4006ff71]:hover{transition:.2s ease-out;background:rgba(229,233,242,.49)}#docType-table .table tbody[data-v-4006ff71]:before{content:"@";color:transparent;display:block;line-height:10px;text-indent:-99999px}#docType-table .table svg[data-v-4006ff71]{margin:0 .3125rem}#docType-table .loader[data-v-4006ff71]{display:flex;justify-content:center;align-items:center;height:60vh}@media screen and (min-width:992px){#docType-table[data-v-4006ff71]{padding:.625rem 0;max-height:100%}#docType-table .table thead.table__header th[data-v-4006ff71]:first-child{min-width:0;width:78%}#docType-table .table thead.table__header th[data-v-4006ff71]:nth-child(2){min-width:0;width:10%}#docType-table .table thead.table__header th[data-v-4006ff71]:nth-child(3){min-width:145px;width:100%}#docType-table .table tbody tr td[data-v-4006ff71]:first-child{min-width:0;width:78%}#docType-table .table tbody tr td[data-v-4006ff71]:nth-child(2){min-width:0;width:10%}#docType-table .table tbody tr td[data-v-4006ff71]:nth-child(3){min-width:145px;width:100%}}#docType-management.mobile-docType-management{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#docType-management.safari{padding-top:15.4375rem}.detail-form[data-v-764aabed]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.detail-form .row[data-v-764aabed]{flex-direction:column}.detail-form__field[data-v-764aabed]{position:relative;width:100%}.detail-form__field--label[data-v-764aabed]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.detail-form__field--input[data-v-764aabed]{margin-top:10px;margin-bottom:20px;width:100%}.detail-form__field--input.disabled[data-v-764aabed]{pointer-events:none;opacity:.6}.detail-form__field--input--required[data-v-764aabed]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.detail-form__field--input.alert[data-v-764aabed]{border:1px solid red;border-radius:2px;color:red}.detail-form__actions[data-v-764aabed]{display:flex;justify-content:space-between;flex-direction:column;margin-top:50px}.detail-form__actions--btn[data-v-764aabed]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato,sans-serif;line-height:15px;margin-top:10px;height:42px;width:100%}.detail-form__actions--btn[data-v-764aabed]:hover{background:rgba(112,183,76,.8)}.detail-form__actions--btn.outline[data-v-764aabed]{background:#fff;border:1px solid #becbdb;color:#70b74c}.detail-form__actions--btn.outline[data-v-764aabed]:hover{background:red;color:#fff}.detail-form__actions--btn.disabled[data-v-764aabed]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.detail-form__actions--btn svg[data-v-764aabed]{margin-top:5px}@media screen and (min-width:992px){.detail-form[data-v-764aabed]{padding:0;max-width:850px;overflow:hidden;max-height:100vh}.detail-form .row[data-v-764aabed]{flex-direction:row}.detail-form__field[data-v-764aabed]{width:415px}.detail-form__field[data-v-764aabed]:first-child{margin-right:20px}.detail-form__actions[data-v-764aabed]{flex-direction:row;margin-top:100px}.detail-form__actions.new-docType[data-v-764aabed]{justify-content:flex-end}.detail-form__actions--btn[data-v-764aabed]{margin-top:0;width:190px}}#docType-detail.mobile-docType-detail{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#docType-detail.safari{padding-top:15.4375rem}#docType-detail .detail-title{display:flex;align-items:center;justify-content:space-around;margin-right:120px}#docType-detail .detail-title__icon{cursor:pointer;margin-bottom:2px;margin-right:80px;transform:rotate(180deg)}#docType-detail .detail-title__text{color:#202945;font-size:16px;font-family:Lato,sans-serif;font-weight:400;text-align:center}@media screen and (min-width:992px){#docType-detail .detail-title{justify-content:flex-start;margin-right:0}#docType-detail .detail-title__icon{margin-right:20px;margin-bottom:0}#docType-detail .detail-title__text{font-size:30px;font-weight:600;text-align:unset}}.filter[data-v-1fa3819d]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (min-width:992px){.filter[data-v-1fa3819d]{flex-direction:row}}.filter-title[data-v-1fa3819d]{color:#202945;font-size:30px;font-family:Lato;font-weight:600;margin-bottom:20px}.filter-inputs[data-v-1fa3819d]{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width:992px){.filter-inputs[data-v-1fa3819d]{flex-direction:row}}.filter-inputs__investors[data-v-1fa3819d]{margin-bottom:20px;width:90vw}@media screen and (min-width:992px){.filter[data-v-1fa3819d]{flex-direction:row}.filter-title[data-v-1fa3819d]{margin-bottom:0}.filter-inputs[data-v-1fa3819d]{flex-direction:row}.filter-inputs__investors[data-v-1fa3819d]{margin-bottom:0;width:448px}.filter-inputs__btn[data-v-1fa3819d]{margin-left:50px}}#docSubtype-table[data-v-578b6d91]{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;max-height:70vh;padding:2.625rem 0}#docSubtype-table .table[data-v-578b6d91]{color:#202945;border-radius:5px}#docSubtype-table .table tbody td[data-v-578b6d91],#docSubtype-table .table thead th[data-v-578b6d91]{padding:1rem}#docSubtype-table .table thead .row[data-v-578b6d91]{display:flex}#docSubtype-table .table thead.table__header th[data-v-578b6d91]{color:#202945;font-weight:600;font-size:.875rem;line-height:16px}#docSubtype-table .table thead.table__header th[data-v-578b6d91]:first-child{min-width:750px}#docSubtype-table .table thead.table__header th[data-v-578b6d91]:nth-child(2),#docSubtype-table .table thead.table__header th[data-v-578b6d91]:nth-child(3){min-width:200px}#docSubtype-table .table thead.table__header th.icon[data-v-578b6d91]{min-width:0;max-width:0;border-bottom:0}#docSubtype-table .table tbody[data-v-578b6d91]{overflow:auto;width:100%;height:55px}#docSubtype-table .table tbody tr[data-v-578b6d91]{border-bottom:.0625rem solid transparent;transition:all .4s ease}#docSubtype-table .table tbody tr td[data-v-578b6d91]{color:#202945;font-weight:500!important;font-size:14px;line-height:.75rem;vertical-align:middle}#docSubtype-table .table tbody tr td.active[data-v-578b6d91]{color:#42ad40}#docSubtype-table .table tbody tr td.actions[data-v-578b6d91]{cursor:pointer;color:#70b74c;display:flex;align-items:center;font-weight:500;width:100%}#docSubtype-table .table tbody tr td[data-v-578b6d91]:first-child{min-width:750px}#docSubtype-table .table tbody tr td[data-v-578b6d91]:nth-child(2),#docSubtype-table .table tbody tr td[data-v-578b6d91]:nth-child(3){min-width:200px}#docSubtype-table .table tbody tr.stripped[data-v-578b6d91]{background:rgba(229,233,242,.49)}#docSubtype-table .table tbody tr:hover td.stripped[data-v-578b6d91],#docSubtype-table .table tbody tr[data-v-578b6d91]:hover{transition:.2s ease-out;background:rgba(229,233,242,.49)}#docSubtype-table .table tbody[data-v-578b6d91]:before{content:"@";color:transparent;display:block;line-height:10px;text-indent:-99999px}#docSubtype-table .table svg[data-v-578b6d91]{margin:0 .3125rem}#docSubtype-table .loader[data-v-578b6d91]{display:flex;justify-content:center;align-items:center;height:60vh}@media screen and (min-width:992px){#docSubtype-table[data-v-578b6d91]{padding:.625rem 0;max-height:100%}#docSubtype-table .table thead.table__header th[data-v-578b6d91]:first-child{min-width:0;width:78%}#docSubtype-table .table thead.table__header th[data-v-578b6d91]:nth-child(2){min-width:0;width:10%}#docSubtype-table .table thead.table__header th[data-v-578b6d91]:nth-child(3){min-width:145px;width:100%}#docSubtype-table .table tbody tr td[data-v-578b6d91]:first-child{min-width:0;width:78%}#docSubtype-table .table tbody tr td[data-v-578b6d91]:nth-child(2){min-width:0;width:10%}#docSubtype-table .table tbody tr td[data-v-578b6d91]:nth-child(3){min-width:145px;width:100%}}#docSubtype-management.mobile-docSubtype-management{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#docSubtype-management.safari{padding-top:15.4375rem}.detail-form[data-v-2bb27ba3]{padding:15px;margin-top:40px;overflow:auto;max-height:72vh}.detail-form .row[data-v-2bb27ba3]{flex-direction:column}.detail-form__field[data-v-2bb27ba3]{position:relative;width:100%}.detail-form__field--label[data-v-2bb27ba3]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.detail-form__field--input[data-v-2bb27ba3]{margin-top:10px;margin-bottom:20px;width:100%}.detail-form__field--input.disabled[data-v-2bb27ba3]{pointer-events:none;opacity:.6}.detail-form__field--input--required[data-v-2bb27ba3]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.detail-form__field--input.alert[data-v-2bb27ba3]{border:1px solid red;border-radius:2px;color:red}.detail-form__actions[data-v-2bb27ba3]{display:flex;justify-content:space-between;flex-direction:column;margin-top:50px}.detail-form__actions--btn[data-v-2bb27ba3]{background:#70b74c;border-radius:5px;color:#fff;font-size:16px;font-weight:600;font-family:Lato,sans-serif;line-height:15px;margin-top:10px;height:42px;width:100%}.detail-form__actions--btn[data-v-2bb27ba3]:hover{background:rgba(112,183,76,.8)}.detail-form__actions--btn.outline[data-v-2bb27ba3]{background:#fff;border:1px solid #becbdb;color:#70b74c}.detail-form__actions--btn.outline[data-v-2bb27ba3]:hover{background:red;color:#fff}.detail-form__actions--btn.disabled[data-v-2bb27ba3]{cursor:unset;background:rgba(112,183,76,.8);pointer-events:none}.detail-form__actions--btn svg[data-v-2bb27ba3]{margin-top:5px}@media screen and (min-width:992px){.detail-form[data-v-2bb27ba3]{padding:0;max-width:850px;overflow:hidden;max-height:100vh}.detail-form .row[data-v-2bb27ba3]{flex-direction:row}.detail-form__field[data-v-2bb27ba3]{width:415px}.detail-form__field[data-v-2bb27ba3]:first-child{margin-right:20px}.detail-form__actions[data-v-2bb27ba3]{flex-direction:row;margin-top:100px}.detail-form__actions.new-docSubtype[data-v-2bb27ba3]{justify-content:flex-end}.detail-form__actions--btn[data-v-2bb27ba3]{margin-top:0;width:190px}}#docSubtype-detail.mobile-docSubtype-detail{max-height:100vh;padding-top:4.4375rem;padding-bottom:8.75rem}#docSubtype-detail.safari{padding-top:15.4375rem}#docSubtype-detail .detail-title{display:flex;align-items:center;justify-content:space-around;margin-right:120px}#docSubtype-detail .detail-title__icon{cursor:pointer;margin-bottom:2px;margin-right:80px;transform:rotate(180deg)}#docSubtype-detail .detail-title__text{color:#202945;font-size:16px;font-family:Lato,sans-serif;font-weight:400;text-align:center}@media screen and (min-width:992px){#docSubtype-detail .detail-title{justify-content:flex-start;margin-right:0}#docSubtype-detail .detail-title__icon{margin-right:20px;margin-bottom:0}#docSubtype-detail .detail-title__text{font-size:30px;font-weight:600;text-align:unset}}.title{color:#202945;font-family:Lato,sans-serif;font-weight:700}.title-level1{font-size:30px}.title-level2{font-size:25px}.title--border{border-bottom:1px solid #becbdb;padding-bottom:10px}#offers-table[data-v-39fba6aa]{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;max-height:70vh;padding:2.625rem 0}#offers-table .table[data-v-39fba6aa]{color:#202945;border-radius:5px}#offers-table .table tbody td[data-v-39fba6aa],#offers-table .table thead th[data-v-39fba6aa]{padding:1rem}#offers-table .table thead .row[data-v-39fba6aa]{display:flex}#offers-table .table thead.table__header th[data-v-39fba6aa]{color:#202945;font-weight:600;font-size:.875rem;line-height:16px}#offers-table .table thead.table__header th[data-v-39fba6aa]:first-child{min-width:0;width:20%}#offers-table .table thead.table__header th[data-v-39fba6aa]:nth-child(2),#offers-table .table thead.table__header th[data-v-39fba6aa]:nth-child(3),#offers-table .table thead.table__header th[data-v-39fba6aa]:nth-child(4){min-width:0;width:15%}#offers-table .table thead.table__header th[data-v-39fba6aa]:nth-child(5){min-width:0;width:5%}#offers-table .table thead.table__header th[data-v-39fba6aa]:nth-child(6),#offers-table .table thead.table__header th[data-v-39fba6aa]:nth-child(7){min-width:0;width:15%}#offers-table .table thead.table__header th.icon[data-v-39fba6aa]{min-width:0;max-width:0;border-bottom:0}#offers-table .table tbody[data-v-39fba6aa]{overflow:auto;width:100%;height:55px}#offers-table .table tbody tr[data-v-39fba6aa]{border-bottom:.0625rem solid transparent;transition:all .4s ease}#offers-table .table tbody tr td[data-v-39fba6aa]{color:#202945;font-weight:500!important;font-size:14px;line-height:.75rem;vertical-align:middle}#offers-table .table tbody tr td.active[data-v-39fba6aa]{color:#42ad40}#offers-table .table tbody tr td.actions[data-v-39fba6aa]{cursor:pointer;color:#70b74c;display:flex;align-items:center;font-weight:500;width:100%}#offers-table .table tbody tr td[data-v-39fba6aa]:first-child{min-width:0;width:20%}#offers-table .table tbody tr td[data-v-39fba6aa]:nth-child(2),#offers-table .table tbody tr td[data-v-39fba6aa]:nth-child(3),#offers-table .table tbody tr td[data-v-39fba6aa]:nth-child(4){min-width:0;width:15%}#offers-table .table tbody tr td[data-v-39fba6aa]:nth-child(5){min-width:0;width:5%}#offers-table .table tbody tr td[data-v-39fba6aa]:nth-child(6),#offers-table .table tbody tr td[data-v-39fba6aa]:nth-child(7){min-width:0;width:15%}#offers-table .table tbody tr.stripped[data-v-39fba6aa]{background:rgba(229,233,242,.49)}#offers-table .table tbody tr:hover td.stripped[data-v-39fba6aa],#offers-table .table tbody tr[data-v-39fba6aa]:hover{transition:.2s ease-out;background:rgba(229,233,242,.49)}#offers-table .table tbody[data-v-39fba6aa]:before{content:"@";color:transparent;display:block;line-height:10px;text-indent:-99999px}#offers-table .table svg[data-v-39fba6aa]{margin:0 .3125rem}#offers-table .loader[data-v-39fba6aa]{display:flex;justify-content:center;align-items:center;height:60vh}@media screen and (min-width:992px){#offers-table[data-v-39fba6aa]{padding:.625rem 0;max-height:100%}#offers-table .table thead.table__header th[data-v-39fba6aa]:first-child{min-width:0;width:20%}#offers-table .table thead.table__header th[data-v-39fba6aa]:nth-child(2),#offers-table .table thead.table__header th[data-v-39fba6aa]:nth-child(3),#offers-table .table thead.table__header th[data-v-39fba6aa]:nth-child(4){min-width:0;width:15%}#offers-table .table thead.table__header th[data-v-39fba6aa]:nth-child(5){min-width:0;width:5%}#offers-table .table thead.table__header th[data-v-39fba6aa]:nth-child(6),#offers-table .table thead.table__header th[data-v-39fba6aa]:nth-child(7){min-width:0;width:15%}#offers-table .table tbody tr td[data-v-39fba6aa]:first-child{min-width:0;width:20%}#offers-table .table tbody tr td[data-v-39fba6aa]:nth-child(2),#offers-table .table tbody tr td[data-v-39fba6aa]:nth-child(3),#offers-table .table tbody tr td[data-v-39fba6aa]:nth-child(4){min-width:0;width:15%}#offers-table .table tbody tr td[data-v-39fba6aa]:nth-child(5){min-width:0;width:5%}#offers-table .table tbody tr td[data-v-39fba6aa]:nth-child(6),#offers-table .table tbody tr td[data-v-39fba6aa]:nth-child(7){min-width:0;width:15%}}.report-title[data-v-ef0089b4]{margin-bottom:50px}.report__buttons[data-v-ef0089b4]{margin-top:50px}.report__button-secondary[data-v-ef0089b4]{margin-left:10px}.report__loading[data-v-ef0089b4]{position:absolute;top:40%;left:50%}.structurer-heading[data-v-6cd91330]{display:flex;justify-content:space-between}.structurer__loading[data-v-6cd91330]{position:absolute;top:40%;left:50%}.label{color:#202945;font-size:14px;font-weight:400;line-height:16px}.input[data-v-4ddabfb8]{width:100%}.input__field[data-v-4ddabfb8]{width:100%;margin:10px 0 20px}.input__label[data-v-4ddabfb8]{color:#202945;font-size:14px;font-weight:400;line-height:16px}.input__field--alert[data-v-4ddabfb8]{border:1px solid red;border-radius:2px;color:red}.input__error[data-v-4ddabfb8]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.structurer-heading[data-v-70d41e7e]{display:flex;align-items:center}.structurer-heading__icon[data-v-70d41e7e]{transform:rotate(180deg);cursor:pointer}.structurer-heading__title[data-v-70d41e7e]{margin-left:10px}.structurer-form .row[data-v-70d41e7e]{margin-top:40px;display:flex;gap:20px;align-items:center;justify-content:center}.structurer-form-field[data-v-70d41e7e]{position:relative;width:100%}.structurer-form-field__input[data-v-70d41e7e]{margin-top:10px;margin-bottom:20px;width:100%}.structurer-form-field__input--alert[data-v-70d41e7e]{border:1px solid red;border-radius:2px;color:red}.structurer-form-field__error[data-v-70d41e7e]{color:red;font-size:.625rem;position:absolute;bottom:5px;right:0}.structurer-form-buttons[data-v-70d41e7e]{margin-top:100px;display:flex;justify-content:space-between}.structurer-form-buttons.new-structurer[data-v-70d41e7e]{justify-content:flex-end}.structurer__loading[data-v-70d41e7e]{position:absolute;top:40%;left:50%}@media screen and (min-width:992px){.structurer-form[data-v-70d41e7e]{padding:0;max-width:850px;overflow:hidden;max-height:100vh}}.upload[data-v-29af93e2]{display:flex;flex-direction:column;max-width:850px}.upload__loader[data-v-29af93e2]{display:flex;justify-content:center;align-items:center;height:60vh}.upload-heading[data-v-29af93e2]{display:flex;align-items:center;margin-bottom:40px;gap:20px}.upload-heading__icon[data-v-29af93e2]{display:flex;align-items:center;cursor:pointer;transform:rotate(180deg)}.upload-heading__title[data-v-29af93e2]{color:#202945;font-size:30px;font-family:Lato,sans-serif;font-weight:600}.upload-heading__subtitle[data-v-29af93e2]{color:#202945;margin-bottom:10px}.upload__info[data-v-29af93e2]{color:#202945;line-height:20px;font-weight:400;font-size:16px;list-style:circle;padding-left:20px}.upload-form[data-v-29af93e2]{margin-top:20px}.upload-form-row[data-v-29af93e2]{display:flex}[data-v-29af93e2] .group-form__field{margin-left:0!important}@media screen and (max-width:992px){.upload[data-v-29af93e2]{padding:20px;max-width:100%}.upload-form-row[data-v-29af93e2]{display:flex;flex-wrap:wrap;flex:1}[data-v-29af93e2] .multiselect-group{padding:0;margin:0}}