@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Exo+2:wght@500;900&display=swap";body{font-family:Montserrat,sans-serif;margin:0!important;padding:0!important;background-color:#f9f9f9;opacity:1}#app{display:flex;margin:0!important;padding:0!important;width:100%;height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased}.slideRight-enter-active[data-v-e51981e4]{animation:slideRigthToLeft-e51981e4 .3s}.slideRight-leave-active[data-v-e51981e4]{animation:slideRigthToLeft-e51981e4 .3s reverse}@keyframes slideRigthToLeft-e51981e4{0%{right:-300px;opacity:0}to{right:0;opacity:1}}.slideLeft-enter-active[data-v-e51981e4]{animation:slideLeftToRight-e51981e4 .4s}.slideLeft-leave-active[data-v-e51981e4]{animation:slideLeftToRight-e51981e4 .4s reverse}@keyframes slideLeftToRight-e51981e4{0%{left:-80px;opacity:0}to{left:0;opacity:1}}.fade-enter-active[data-v-e51981e4]{animation:fadeInOut-e51981e4 .2s}.fade-leave-active[data-v-e51981e4]{animation:fadeInOut-e51981e4 .2s reverse}@keyframes fadeInOut-e51981e4{0%{opacity:0}to{opacity:1}}.fadeAndSlideUp-enter-active[data-v-e51981e4]{animation:fadeAndSlideUp-e51981e4 .3s}.fadeAndSlideUp-leave-active[data-v-e51981e4]{animation:fadeAndSlideUp-e51981e4 .3s reverse}@keyframes fadeAndSlideUp-e51981e4{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fadeSlideDown-enter-active[data-v-e51981e4]{animation:fadeAndSlideDown-e51981e4 .3s}.fadeSlideDown-leave-active[data-v-e51981e4]{animation:fadeAndSlideDown-e51981e4 .3s reverse}@keyframes fadeAndSlideDown-e51981e4{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.zoomInOut-enter-active[data-v-e51981e4]{animation:zoomInOut-e51981e4 .2s}.zoomInOut-leave-active[data-v-e51981e4]{animation:zoomInOut-e51981e4 .2s reverse}@keyframes zoomInOut-e51981e4{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rotate-e51981e4{0%{width:64px;height:64px;transform:rotate(0)}50%{width:30px;height:30px;transform:rotate(180deg)}to{width:64px;height:64px;transform:rotate(360deg)}}.overlay[data-v-e51981e4]{position:absolute;display:flex;left:0;top:0;width:100%;height:100%;z-index:101;background-color:#ffffffe6!important;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);-webkit-user-select:none;user-select:none}.overlay .content[data-v-e51981e4]{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:auto;width:100%;height:fit-content}.overlay .content i[data-v-e51981e4]{margin:auto;font-size:6em}.overlay .content i.primary[data-v-e51981e4]{color:green}.overlay .content i.secondary[data-v-e51981e4]{color:red}.overlay .content p[data-v-e51981e4]{font-weight:600;font-size:1em}.overlay .content section[data-v-e51981e4]{display:flex;flex-direction:row;width:100%;justify-content:center;gap:10px}.overlay .content button[data-v-e51981e4]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;outline:none;cursor:pointer}.overlay .content button i[data-v-e51981e4]{font-size:1.2em}.overlay .content button span[data-v-e51981e4]{margin-left:5px;margin-right:5px}.overlay .content button.primary[data-v-e51981e4]{background-color:green}.overlay .content button.primary[data-v-e51981e4]:is(.overlay .content button.primary:focus-within,.overlay .content button.primary:hover){background-color:#008000b3}.overlay .content button.secondary[data-v-e51981e4]{background-color:red}.overlay .content button.secondary[data-v-e51981e4]:is(.overlay .content button.secondary:focus-within,.overlay .content button.secondary:hover){background-color:#ff0000b3}.loader[data-v-e51981e4]{width:64px;height:64px;position:relative;background-image:linear-gradient(#000 16px,transparent 0),linear-gradient(red 16px,transparent 0),linear-gradient(red 16px,transparent 0),linear-gradient(#000 16px,transparent 0);background-repeat:no-repeat;background-size:16px 16px;background-position:left top,left bottom,right top,right bottom;animation:rotate-e51981e4 1s linear infinite}@media only screen and (min-width: 320px){.overlay .content p[data-v-e51981e4]{font-size:.85em!important}}@media only screen and (min-width: 768px){.overlay .content p[data-v-e51981e4]{font-size:1em!important}}#box-login[data-v-5b97ea13]{position:relative;width:40%;height:100vh;background-color:#fff;padding:20px;display:flex;overflow:auto}#box-login main[data-v-5b97ea13]{position:relative;overflow:hidden;width:280px;margin:auto}#box-login main img[data-v-5b97ea13]{padding-top:20px;padding-bottom:30px;display:flex;max-height:90px;margin:auto}#box-login form[data-v-5b97ea13]{margin:auto;display:flex;flex-direction:column;gap:10px}#box-login form .field[data-v-5b97ea13]{position:relative;width:100%}#box-login form .field.error input[data-v-5b97ea13]{position:relative;border:1px solid #ff0000}#box-login form .field.error input[data-v-5b97ea13]:focus-within{border-color:red;outline:none}#box-login form .field.error i[data-v-5b97ea13],#box-login form .field.error small[data-v-5b97ea13]{color:red}#box-login form .field.error small[data-v-5b97ea13]{position:relative;box-sizing:border-box;width:100%;top:3px;padding-left:5px;font-size:.8em}#box-login form .field i[data-v-5b97ea13]{position:absolute;top:10px;left:10px;color:gray}#box-login form .field input[data-v-5b97ea13]{padding:10px;border-radius:3px;box-sizing:border-box;width:100%;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important}#box-login form .field input[data-v-5b97ea13]:focus-within{border-color:gray;outline:none}#box-login form .field input[type=email][data-v-5b97ea13],#box-login form .field input[type=password][data-v-5b97ea13],#box-login form .field input[data-v-5b97ea13]:focus-within{text-indent:25px}#box-login form button[data-v-5b97ea13]{padding:10px;border:none;width:1fr;outline:none;border-radius:6px;cursor:pointer;font-size:.8em;text-transform:uppercase;font-weight:700}#box-login form button.enter[data-v-5b97ea13]{background-color:#343a40;color:#fff}#box-login form button.enter[data-v-5b97ea13]:is(#box-login form button.enter:focus-within,#box-login form button.enter:hover){background-color:#23272b}#box-login form button.recover[data-v-5b97ea13]{background-color:#f8f9fa;color:#212529}#box-login form button.recover[data-v-5b97ea13]:is(#box-login form button.recover:focus-within,#box-login form button.recover:hover){background-color:#e2e6ea}@media only screen and (min-width: 320px){#box-login[data-v-5b97ea13]{max-width:260px;width:100%;height:fit-content;margin:auto;border-radius:6px;box-shadow:0 0 3px 2px #00000008}}@media only screen and (min-width: 992px){#box-login[data-v-5b97ea13]{max-width:unset;margin:unset;width:40%;height:100vh;border-radius:0}}.slideRight-enter-active[data-v-46896631]{animation:slideRigthToLeft-46896631 .3s}.slideRight-leave-active[data-v-46896631]{animation:slideRigthToLeft-46896631 .3s reverse}@keyframes slideRigthToLeft-46896631{0%{right:-300px;opacity:0}to{right:0;opacity:1}}.slideLeft-enter-active[data-v-46896631]{animation:slideLeftToRight-46896631 .4s}.slideLeft-leave-active[data-v-46896631]{animation:slideLeftToRight-46896631 .4s reverse}@keyframes slideLeftToRight-46896631{0%{left:-80px;opacity:0}to{left:0;opacity:1}}.fade-enter-active[data-v-46896631]{animation:fadeInOut-46896631 .2s}.fade-leave-active[data-v-46896631]{animation:fadeInOut-46896631 .2s reverse}@keyframes fadeInOut-46896631{0%{opacity:0}to{opacity:1}}.fadeAndSlideUp-enter-active[data-v-46896631]{animation:fadeAndSlideUp-46896631 .3s}.fadeAndSlideUp-leave-active[data-v-46896631]{animation:fadeAndSlideUp-46896631 .3s reverse}@keyframes fadeAndSlideUp-46896631{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fadeSlideDown-enter-active[data-v-46896631]{animation:fadeAndSlideDown-46896631 .3s}.fadeSlideDown-leave-active[data-v-46896631]{animation:fadeAndSlideDown-46896631 .3s reverse}@keyframes fadeAndSlideDown-46896631{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.zoomInOut-enter-active[data-v-46896631]{animation:zoomInOut-46896631 .2s}.zoomInOut-leave-active[data-v-46896631]{animation:zoomInOut-46896631 .2s reverse}@keyframes zoomInOut-46896631{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rotate-46896631{0%{width:64px;height:64px;transform:rotate(0)}50%{width:30px;height:30px;transform:rotate(180deg)}to{width:64px;height:64px;transform:rotate(360deg)}}#app[data-v-46896631]{background-color:#4b4b4b!important}.page[data-v-46896631]{display:flex;width:100%;overflow:hidden}@media only screen and (min-width: 320px){.page[data-v-46896631]{background:linear-gradient(45deg,transparent 34%,#424242 35%,#424242 40%,transparent 41%,transparent 59%,#424242 60%,#424242 65%,transparent 66%),linear-gradient(135deg,transparent 34%,#424242 35%,#424242 40%,transparent 41%,transparent 59%,#424242 60%,#424242 65%,transparent 66%);background-size:6em 6em}.page img[data-v-46896631]{display:none}}@media only screen and (min-width: 992px){.page img[data-v-46896631]{display:block;position:absolute;width:40%;bottom:0;right:0}}#box-login[data-v-5314f2d5]{position:relative;width:40%;height:100vh;background-color:#fff;padding:20px;display:flex;overflow:auto}#box-login main[data-v-5314f2d5]{position:relative;overflow:hidden;width:280px;margin:auto}#box-login main img[data-v-5314f2d5]{padding-top:20px;padding-bottom:30px;display:flex;max-height:60px;margin:auto}#box-login form[data-v-5314f2d5]{margin:auto;display:flex;flex-direction:column;gap:10px}#box-login form .field[data-v-5314f2d5]{position:relative;width:100%}#box-login form .field.error input[data-v-5314f2d5]{position:relative;border:1px solid #ff0000}#box-login form .field.error input[data-v-5314f2d5]:focus-within{border-color:red;outline:none}#box-login form .field.error i[data-v-5314f2d5],#box-login form .field.error small[data-v-5314f2d5]{color:red}#box-login form .field.error small[data-v-5314f2d5]{position:relative;box-sizing:border-box;width:100%;top:3px;padding-left:5px;font-size:.8em}#box-login form .field i[data-v-5314f2d5]{position:absolute;top:10px;left:10px;color:gray}#box-login form .field input[data-v-5314f2d5]{padding:10px;border-radius:3px;box-sizing:border-box;width:100%;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important}#box-login form .field input[data-v-5314f2d5]:focus-within{border-color:gray;outline:none}#box-login form .field input[type=email][data-v-5314f2d5],#box-login form .field input[type=password][data-v-5314f2d5],#box-login form .field input[data-v-5314f2d5]:focus-within{text-indent:25px}#box-login form button[data-v-5314f2d5]{padding:10px;border:none;width:1fr;outline:none;border-radius:6px;cursor:pointer;font-size:.8em;text-transform:uppercase;font-weight:700}#box-login form button.enter[data-v-5314f2d5]{background-color:#343a40;color:#fff}#box-login form button.enter[data-v-5314f2d5]:is(#box-login form button.enter:focus-within,#box-login form button.enter:hover){background-color:#23272b}#box-login form button.recover[data-v-5314f2d5]{background-color:#f8f9fa;color:#212529}#box-login form button.recover[data-v-5314f2d5]:is(#box-login form button.recover:focus-within,#box-login form button.recover:hover){background-color:#e2e6ea}@media only screen and (min-width: 320px){#box-login[data-v-5314f2d5]{max-width:260px;width:100%;height:fit-content;margin:auto;border-radius:6px;box-shadow:0 0 3px 2px #00000008}}@media only screen and (min-width: 992px){#box-login[data-v-5314f2d5]{max-width:unset;margin:unset;width:40%;height:100vh;border-radius:0}}.slideRight-enter-active[data-v-3882ed7c]{animation:slideRigthToLeft-3882ed7c .3s}.slideRight-leave-active[data-v-3882ed7c]{animation:slideRigthToLeft-3882ed7c .3s reverse}@keyframes slideRigthToLeft-3882ed7c{0%{right:-300px;opacity:0}to{right:0;opacity:1}}.slideLeft-enter-active[data-v-3882ed7c]{animation:slideLeftToRight-3882ed7c .4s}.slideLeft-leave-active[data-v-3882ed7c]{animation:slideLeftToRight-3882ed7c .4s reverse}@keyframes slideLeftToRight-3882ed7c{0%{left:-80px;opacity:0}to{left:0;opacity:1}}.fade-enter-active[data-v-3882ed7c]{animation:fadeInOut-3882ed7c .2s}.fade-leave-active[data-v-3882ed7c]{animation:fadeInOut-3882ed7c .2s reverse}@keyframes fadeInOut-3882ed7c{0%{opacity:0}to{opacity:1}}.fadeAndSlideUp-enter-active[data-v-3882ed7c]{animation:fadeAndSlideUp-3882ed7c .3s}.fadeAndSlideUp-leave-active[data-v-3882ed7c]{animation:fadeAndSlideUp-3882ed7c .3s reverse}@keyframes fadeAndSlideUp-3882ed7c{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fadeSlideDown-enter-active[data-v-3882ed7c]{animation:fadeAndSlideDown-3882ed7c .3s}.fadeSlideDown-leave-active[data-v-3882ed7c]{animation:fadeAndSlideDown-3882ed7c .3s reverse}@keyframes fadeAndSlideDown-3882ed7c{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.zoomInOut-enter-active[data-v-3882ed7c]{animation:zoomInOut-3882ed7c .2s}.zoomInOut-leave-active[data-v-3882ed7c]{animation:zoomInOut-3882ed7c .2s reverse}@keyframes zoomInOut-3882ed7c{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rotate-3882ed7c{0%{width:64px;height:64px;transform:rotate(0)}50%{width:30px;height:30px;transform:rotate(180deg)}to{width:64px;height:64px;transform:rotate(360deg)}}#app[data-v-3882ed7c]{background-color:#4b4b4b!important}.page[data-v-3882ed7c]{display:flex;width:100%;overflow:hidden}@media only screen and (min-width: 320px){.page[data-v-3882ed7c]{background:linear-gradient(45deg,transparent 34%,#424242 35%,#424242 40%,transparent 41%,transparent 59%,#424242 60%,#424242 65%,transparent 66%),linear-gradient(135deg,transparent 34%,#424242 35%,#424242 40%,transparent 41%,transparent 59%,#424242 60%,#424242 65%,transparent 66%);background-size:6em 6em}.page img[data-v-3882ed7c]{display:none}}@media only screen and (min-width: 992px){.page img[data-v-3882ed7c]{display:block;position:absolute;width:40%;bottom:0;right:0}}.slideRight-enter-active[data-v-b43a185e]{animation:slideRigthToLeft-b43a185e .3s}.slideRight-leave-active[data-v-b43a185e]{animation:slideRigthToLeft-b43a185e .3s reverse}@keyframes slideRigthToLeft-b43a185e{0%{right:-300px;opacity:0}to{right:0;opacity:1}}.slideLeft-enter-active[data-v-b43a185e]{animation:slideLeftToRight-b43a185e .4s}.slideLeft-leave-active[data-v-b43a185e]{animation:slideLeftToRight-b43a185e .4s reverse}@keyframes slideLeftToRight-b43a185e{0%{left:-80px;opacity:0}to{left:0;opacity:1}}.fade-enter-active[data-v-b43a185e]{animation:fadeInOut-b43a185e .2s}.fade-leave-active[data-v-b43a185e]{animation:fadeInOut-b43a185e .2s reverse}@keyframes fadeInOut-b43a185e{0%{opacity:0}to{opacity:1}}.fadeAndSlideUp-enter-active[data-v-b43a185e]{animation:fadeAndSlideUp-b43a185e .3s}.fadeAndSlideUp-leave-active[data-v-b43a185e]{animation:fadeAndSlideUp-b43a185e .3s reverse}@keyframes fadeAndSlideUp-b43a185e{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fadeSlideDown-enter-active[data-v-b43a185e]{animation:fadeAndSlideDown-b43a185e .3s}.fadeSlideDown-leave-active[data-v-b43a185e]{animation:fadeAndSlideDown-b43a185e .3s reverse}@keyframes fadeAndSlideDown-b43a185e{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.zoomInOut-enter-active[data-v-b43a185e]{animation:zoomInOut-b43a185e .2s}.zoomInOut-leave-active[data-v-b43a185e]{animation:zoomInOut-b43a185e .2s reverse}@keyframes zoomInOut-b43a185e{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rotate-b43a185e{0%{width:64px;height:64px;transform:rotate(0)}50%{width:30px;height:30px;transform:rotate(180deg)}to{width:64px;height:64px;transform:rotate(360deg)}}.menu-mobile[data-v-b43a185e]{position:absolute;top:0;width:100%;height:100vh;padding:5px;box-sizing:border-box;background:rgb(244,244,244);background:linear-gradient(0deg,rgb(244,244,244) 0%,rgb(244,244,244) 35%,rgb(255,255,255) 100%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:15;display:flex;flex-direction:column;overflow:auto}.menu-mobile img[data-v-b43a185e]{margin:auto}.menu-mobile img.logo[data-v-b43a185e]{max-height:7vh;margin-top:20px;margin-bottom:10px}.menu-mobile .options[data-v-b43a185e]{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:left;box-sizing:border-box;gap:.3rem;padding-top:2rem;padding-left:6%}.menu-mobile .options button[data-v-b43a185e]{position:relative;padding:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-transform:uppercase;background-color:#fff;border:1px solid rgba(0,0,0,.2);width:30%;aspect-ratio:1;border-radius:.3rem}.menu-mobile .options button[data-v-b43a185e]:is(:hover,:focus-within){background-color:#e2e6ea}.menu-mobile .options button i[data-v-b43a185e]{margin-top:.6rem;font-size:1.8em}.menu-mobile .options button span[data-v-b43a185e]{font-size:.7em;font-weight:200;width:100%;height:30px;display:flex;align-items:center;justify-content:center}.menu-mobile .options button.active[data-v-b43a185e]{background-color:#ff00000d;border:1px solid rgba(255,0,0,.2)}.menu-mobile .options button.active i[data-v-b43a185e]{color:red}.menu[data-v-b43a185e]{position:relative;display:flex;flex-direction:column;width:60px;height:100vh;background-color:#fff;box-shadow:0 .125rem .25rem #00000013!important;box-sizing:border-box}.menu .logo[data-v-b43a185e]{box-sizing:border-box;padding:15px;width:100%;height:auto}.menu h1[data-v-b43a185e]{font-size:1.3em;text-align:center}.menu button[data-v-b43a185e]{position:relative;height:auto;border:none;background-color:transparent;cursor:pointer;outline:none;padding-top:.6em;padding-bottom:.6em}.menu button[data-v-b43a185e]:last-child:after{top:27px}.menu button[data-v-b43a185e]:not(:last-child:after){display:flex;align-items:center;justify-content:center;top:15px}.menu button[data-v-b43a185e]:after{content:attr(data-title);position:absolute;left:70px;background-color:#000;border-radius:6px;color:#fff;padding:5px 8px;white-space:nowrap;opacity:0;border:1px solid #1b1b1b;z-index:100;visibility:hidden}.menu button[data-v-b43a185e]:hover:after{visibility:visible;opacity:1;transition:all .1s ease .4s}.menu button[data-v-b43a185e]:is(:hover,:focus-within):not(:last-child){background-color:#e2e6ea}.menu button i[data-v-b43a185e]{font-size:1.5em;color:#000}.menu button.active[data-v-b43a185e]{border-left:4px solid rgba(255,0,0,.8)}.menu button.active i[data-v-b43a185e]{color:red}.menu button[data-v-b43a185e]:last-child:is(.menu button:last-child:focus-within,.menu button:last-child:hover){outline:none}.menu button:last-child:is(.menu button:last-child:focus-within,.menu button:last-child:hover) .circle[data-v-b43a185e]{background-color:#24292c}.menu button .circle[data-v-b43a185e]{margin:10px auto;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#343a40;color:#fff;width:45px;height:45px}.menu button .circle.active[data-v-b43a185e]{background-color:red}.menu button .circle span[data-v-b43a185e]{font-weight:700;font-size:1.3em}@media only screen and (min-width: 320px){.menu[data-v-b43a185e]{display:none}button[data-v-b43a185e]:after{display:none}}@media only screen and (min-width: 768px){.menu[data-v-b43a185e]{display:flex}.menu-mobile[data-v-b43a185e]{display:none}button[data-v-b43a185e]:after{display:none}}@media only screen and (min-width: 992px){.menu[data-v-b43a185e]{display:flex}.menu-mobile[data-v-b43a185e]{display:none}button[data-v-b43a185e]:after{display:unset}}.slideRight-enter-active[data-v-a9249f36]{animation:slideRigthToLeft-a9249f36 .3s}.slideRight-leave-active[data-v-a9249f36]{animation:slideRigthToLeft-a9249f36 .3s reverse}@keyframes slideRigthToLeft-a9249f36{0%{right:-300px;opacity:0}to{right:0;opacity:1}}.slideLeft-enter-active[data-v-a9249f36]{animation:slideLeftToRight-a9249f36 .4s}.slideLeft-leave-active[data-v-a9249f36]{animation:slideLeftToRight-a9249f36 .4s reverse}@keyframes slideLeftToRight-a9249f36{0%{left:-80px;opacity:0}to{left:0;opacity:1}}.fade-enter-active[data-v-a9249f36]{animation:fadeInOut-a9249f36 .2s}.fade-leave-active[data-v-a9249f36]{animation:fadeInOut-a9249f36 .2s reverse}@keyframes fadeInOut-a9249f36{0%{opacity:0}to{opacity:1}}.fadeAndSlideUp-enter-active[data-v-a9249f36]{animation:fadeAndSlideUp-a9249f36 .3s}.fadeAndSlideUp-leave-active[data-v-a9249f36]{animation:fadeAndSlideUp-a9249f36 .3s reverse}@keyframes fadeAndSlideUp-a9249f36{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fadeSlideDown-enter-active[data-v-a9249f36]{animation:fadeAndSlideDown-a9249f36 .3s}.fadeSlideDown-leave-active[data-v-a9249f36]{animation:fadeAndSlideDown-a9249f36 .3s reverse}@keyframes fadeAndSlideDown-a9249f36{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.zoomInOut-enter-active[data-v-a9249f36]{animation:zoomInOut-a9249f36 .2s}.zoomInOut-leave-active[data-v-a9249f36]{animation:zoomInOut-a9249f36 .2s reverse}@keyframes zoomInOut-a9249f36{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rotate-a9249f36{0%{width:64px;height:64px;transform:rotate(0)}50%{width:30px;height:30px;transform:rotate(180deg)}to{width:64px;height:64px;transform:rotate(360deg)}}.overlay[data-v-a9249f36]{position:fixed;display:flex;left:0;top:0;width:100%;height:100%;z-index:100;background-color:#00000080!important;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.overlay .sidebar[data-v-a9249f36]{position:absolute;display:flex;flex-direction:column;top:0;right:0;margin:auto;width:300px;height:100vh;background-color:#fff}.overlay .sidebar header[data-v-a9249f36]{position:relative;display:flex;justify-content:space-between;align-items:center;height:40px;border-top:8px solid #e51f22!important;color:#e51f22!important;background-color:#f8f8f8;padding-top:10px;padding-bottom:10px}.overlay .sidebar header button[data-v-a9249f36]{border:none;background-color:transparent;font-size:2em;color:#000}.overlay .sidebar header button.close[data-v-a9249f36]{cursor:pointer}.overlay .sidebar header button.close[data-v-a9249f36]:is(.overlay .sidebar header button.close:focus-within,.overlay .sidebar header button.close:hover){outline:none;color:#e51f22}.overlay .sidebar main[data-v-a9249f36]{position:relative;height:100%;display:flex;flex-wrap:wrap;flex-direction:column;border-top:1px solid #e6e6e6!important;box-sizing:border-box;overflow:auto}.overlay .sidebar main[data-v-a9249f36]::-webkit-scrollbar{width:6px!important;height:6px!important}.overlay .sidebar main[data-v-a9249f36]::-webkit-scrollbar-thumb{background-color:#b9b9b9!important;border-radius:6px!important;border:1px solid #f2f2f2!important}.overlay .sidebar main[data-v-a9249f36]::-webkit-scrollbar-track{background:#f2f2f2!important}.overlay .sidebar footer[data-v-a9249f36]{position:relative;display:flex;min-height:40px;align-items:center;justify-content:center;gap:20px;border-top:1px dashed #e6e6e6!important;padding-top:10px;padding-bottom:10px}.slideRight-enter-active[data-v-4ab1635e]{animation:slideRigthToLeft-4ab1635e .3s}.slideRight-leave-active[data-v-4ab1635e]{animation:slideRigthToLeft-4ab1635e .3s reverse}@keyframes slideRigthToLeft-4ab1635e{0%{right:-300px;opacity:0}to{right:0;opacity:1}}.slideLeft-enter-active[data-v-4ab1635e]{animation:slideLeftToRight-4ab1635e .4s}.slideLeft-leave-active[data-v-4ab1635e]{animation:slideLeftToRight-4ab1635e .4s reverse}@keyframes slideLeftToRight-4ab1635e{0%{left:-80px;opacity:0}to{left:0;opacity:1}}.fade-enter-active[data-v-4ab1635e]{animation:fadeInOut-4ab1635e .2s}.fade-leave-active[data-v-4ab1635e]{animation:fadeInOut-4ab1635e .2s reverse}@keyframes fadeInOut-4ab1635e{0%{opacity:0}to{opacity:1}}.fadeAndSlideUp-enter-active[data-v-4ab1635e]{animation:fadeAndSlideUp-4ab1635e .3s}.fadeAndSlideUp-leave-active[data-v-4ab1635e]{animation:fadeAndSlideUp-4ab1635e .3s reverse}@keyframes fadeAndSlideUp-4ab1635e{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fadeSlideDown-enter-active[data-v-4ab1635e]{animation:fadeAndSlideDown-4ab1635e .3s}.fadeSlideDown-leave-active[data-v-4ab1635e]{animation:fadeAndSlideDown-4ab1635e .3s reverse}@keyframes fadeAndSlideDown-4ab1635e{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.zoomInOut-enter-active[data-v-4ab1635e]{animation:zoomInOut-4ab1635e .2s}.zoomInOut-leave-active[data-v-4ab1635e]{animation:zoomInOut-4ab1635e .2s reverse}@keyframes zoomInOut-4ab1635e{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rotate-4ab1635e{0%{width:64px;height:64px;transform:rotate(0)}50%{width:30px;height:30px;transform:rotate(180deg)}to{width:64px;height:64px;transform:rotate(360deg)}}.overlay[data-v-4ab1635e]{position:fixed;display:flex;left:0;top:0;width:100%;height:100%;z-index:101;background-color:#00000080!important;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.overlay .modal[data-v-4ab1635e]{position:relative;margin:auto;width:100%;max-width:320px;background-color:#fff;border-radius:6px!important}.overlay .modal header[data-v-4ab1635e]{position:relative;display:flex;justify-content:space-between;align-items:center;height:40px;border-top-left-radius:6px;border-top-right-radius:6px;border-top:8px solid #e51f22!important;color:#e51f22!important;background-color:#f8f8f8;padding-top:10px;padding-bottom:10px}.overlay .modal header button[data-v-4ab1635e]{border:none;background-color:transparent;font-size:2em;color:#333}.overlay .modal header button.close[data-v-4ab1635e]{position:absolute;right:10px;top:10px;cursor:pointer}.overlay .modal header button.close[data-v-4ab1635e]:hover{color:#000}.overlay .modal main[data-v-4ab1635e]{min-height:12vh;display:flex;align-items:center;justify-content:center;border-top:1px solid #e6e6e6!important;box-sizing:border-box}.overlay .modal footer[data-v-4ab1635e]{display:flex;align-items:center;justify-content:center;gap:20px;border-top:1px dashed #e6e6e6!important;padding-top:10px;padding-bottom:10px}form[data-v-2f65ed0f]{display:flex;flex-direction:column;box-sizing:border-box;height:100%;gap:5px;padding:15px}form .footer[data-v-2f65ed0f]{padding-top:20px;padding-bottom:10px;display:flex;flex-direction:row;gap:10px}form .field[data-v-2f65ed0f]{position:relative}form .field .records-locales[data-v-2f65ed0f]{padding-top:10px;display:flex;flex-direction:column;gap:10px}form .field.error:not(:has(.popover)) select[data-v-2f65ed0f],form .field.error:not(:has(.popover)) input[data-v-2f65ed0f]{border:1px solid #ff0000}form .field.error:not(:has(.popover)) label[data-v-2f65ed0f]{color:red}form .field.error:not(:has(.popover)) small[data-v-2f65ed0f]{display:block;padding:5px 0}form .field small[data-v-2f65ed0f]{display:none;color:red}form.alternative[data-v-2f65ed0f]{flex-direction:row;flex-wrap:wrap;height:fit-content;padding:0!important;gap:0!important}form.alternative .actions[data-v-2f65ed0f]{padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:5px;gap:10px}form.alternative .field[data-v-2f65ed0f]{box-sizing:border-box;width:50%!important;min-width:200px;padding:5px;gap:5px;flex-direction:column}form.alternative .field.error select[data-v-2f65ed0f],form.alternative .field.error input[data-v-2f65ed0f]{border:1px solid #ff0000}form.alternative .field.error label[data-v-2f65ed0f]{color:red}form.alternative .field.error small[data-v-2f65ed0f]{display:block}form.alternative .field small[data-v-2f65ed0f]{display:none;color:red}form.alternative .field select[data-v-2f65ed0f],form.alternative .field input[type=search][data-v-2f65ed0f],form.alternative .field input[type=text][data-v-2f65ed0f],form.alternative .field input[type=email][data-v-2f65ed0f],form.alternative .field input[type=date][data-v-2f65ed0f],form.alternative .field input[type=tel][data-v-2f65ed0f],form.alternative .field input[type=password][data-v-2f65ed0f]{background-color:#fff;padding:8px}legend[data-v-2f65ed0f]{margin-bottom:10px;width:fit-content;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;border-radius:6px;padding:10px;background-color:#222;color:#fff}label[data-v-2f65ed0f]{font-weight:700;font-size:.8em;text-transform:uppercase;line-height:normal}label.required[data-v-2f65ed0f]:after{content:"*";margin-left:3px;color:red;cursor:help}select[data-v-2f65ed0f],input[type=search][data-v-2f65ed0f],input[type=text][data-v-2f65ed0f],input[type=file][data-v-2f65ed0f],input[type=email][data-v-2f65ed0f],input[type=tel][data-v-2f65ed0f],input[type=date][data-v-2f65ed0f],input[type=password][data-v-2f65ed0f],input[type=url][data-v-2f65ed0f],textarea[data-v-2f65ed0f]{margin-top:5px;width:100%;font-size:.95em;border-radius:3px;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important;color:#495057;outline:none;padding:5px;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.part[data-v-2f65ed0f],input[type=search].part[data-v-2f65ed0f],input[type=text].part[data-v-2f65ed0f],input[type=file].part[data-v-2f65ed0f],input[type=email].part[data-v-2f65ed0f],input[type=tel].part[data-v-2f65ed0f],input[type=date].part[data-v-2f65ed0f],input[type=password].part[data-v-2f65ed0f],input[type=url].part[data-v-2f65ed0f],textarea.part[data-v-2f65ed0f]{width:50%}select[data-v-2f65ed0f]:focus-within,input[type=search][data-v-2f65ed0f]:focus-within,input[type=text][data-v-2f65ed0f]:focus-within,input[type=file][data-v-2f65ed0f]:focus-within,input[type=email][data-v-2f65ed0f]:focus-within,input[type=tel][data-v-2f65ed0f]:focus-within,input[type=date][data-v-2f65ed0f]:focus-within,input[type=password][data-v-2f65ed0f]:focus-within,input[type=url][data-v-2f65ed0f]:focus-within,textarea[data-v-2f65ed0f]:focus-within{border-color:gray;outline:none}textarea[data-v-2f65ed0f]{min-height:4rem}select[data-v-2f65ed0f]{cursor:pointer}select[data-v-2f65ed0f]:focus-within{box-shadow:0 0 0 .2rem #80808040;border-color:gray;outline:none}.select-union[data-v-2f65ed0f]{display:flex;flex-direction:row;align-items:center;justify-content:center}.select-union[data-v-2f65ed0f] :is(select,input){height:29px;border-radius:unset!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.select-union button[data-v-2f65ed0f]{margin-top:5px;background-color:gray;max-height:29px;width:29px!important;border-radius:unset!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.select-union button[data-v-2f65ed0f]:is(:hover,:focus){border:none!important;outline:none!important;background-color:#222!important}button[data-v-2f65ed0f]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;-webkit-user-select:none;user-select:none;cursor:pointer}button i[data-v-2f65ed0f]{font-size:1.2em}button span[data-v-2f65ed0f]{margin:0 5px}button.outline[data-v-2f65ed0f]{border:1px solid #343a40;background-color:transparent;color:#343a40}button.outline[data-v-2f65ed0f]:disabled{background-color:gray;cursor:not-allowed}button.outline[data-v-2f65ed0f]:focus{outline:none;box-shadow:0 0 0 .2rem #80808040}button.outline[data-v-2f65ed0f]:hover:not(:disabled){outline:none;background-color:#23272b;color:#fff}button[data-v-2f65ed0f]:disabled{border:none;color:#fff;background-color:gray!important;cursor:not-allowed}button.default[data-v-2f65ed0f]{background-color:#343a40;color:#fff}button.default[data-v-2f65ed0f]:focus:not(:disabled),button.default[data-v-2f65ed0f]:hover:not(:disabled){box-shadow:0 0 0 .2rem #343a4080;background-color:#23272b}button.primary[data-v-2f65ed0f]{background-color:green}button.primary[data-v-2f65ed0f]:focus-within:not(:disabled),button.primary[data-v-2f65ed0f]:hover:not(:disabled){outline:none;background-color:#008000cc}button.secondary[data-v-2f65ed0f]{background-color:red}button.secondary[data-v-2f65ed0f]:focus-within:not(:disabled),button.secondary[data-v-2f65ed0f]:hover:not(:disabled){outline:none;background-color:#f00c}@media only screen and (min-width: 320px){.box:not(.internal) button.outline[data-v-2f65ed0f]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-2f65ed0f]{display:none!important;font-size:12px}form.alternative .field[data-v-2f65ed0f]{width:100%!important}}@media only screen and (min-width: 768px){.box.internal button.outline[data-v-2f65ed0f]{width:auto!important}form.alternative .field[data-v-2f65ed0f]{width:50%!important}.box:not(.internal) button.outline[data-v-2f65ed0f]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-2f65ed0f]{display:none!important}}@media only screen and (min-width: 992px){.box:not(.internal) button.outline[data-v-2f65ed0f]{padding:10px 15px;border-radius:6px;width:fit-content;height:2.7rem}.box:not(.internal) button.outline span[data-v-2f65ed0f]{display:flex!important}}.title[data-v-2f65ed0f]{display:flex;flex-direction:row;align-items:center;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.title h1[data-v-2f65ed0f]{font-size:1.5em}.title i[data-v-2f65ed0f]{font-size:2em;margin-left:10px;margin-right:10px}.slideRight-enter-active[data-v-160af173]{animation:slideRigthToLeft-160af173 .3s}.slideRight-leave-active[data-v-160af173]{animation:slideRigthToLeft-160af173 .3s reverse}@keyframes slideRigthToLeft-160af173{0%{right:-300px;opacity:0}to{right:0;opacity:1}}.slideLeft-enter-active[data-v-160af173]{animation:slideLeftToRight-160af173 .4s}.slideLeft-leave-active[data-v-160af173]{animation:slideLeftToRight-160af173 .4s reverse}@keyframes slideLeftToRight-160af173{0%{left:-80px;opacity:0}to{left:0;opacity:1}}.fade-enter-active[data-v-160af173]{animation:fadeInOut-160af173 .2s}.fade-leave-active[data-v-160af173]{animation:fadeInOut-160af173 .2s reverse}@keyframes fadeInOut-160af173{0%{opacity:0}to{opacity:1}}.fadeAndSlideUp-enter-active[data-v-160af173]{animation:fadeAndSlideUp-160af173 .3s}.fadeAndSlideUp-leave-active[data-v-160af173]{animation:fadeAndSlideUp-160af173 .3s reverse}@keyframes fadeAndSlideUp-160af173{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fadeSlideDown-enter-active[data-v-160af173]{animation:fadeAndSlideDown-160af173 .3s}.fadeSlideDown-leave-active[data-v-160af173]{animation:fadeAndSlideDown-160af173 .3s reverse}@keyframes fadeAndSlideDown-160af173{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.zoomInOut-enter-active[data-v-160af173]{animation:zoomInOut-160af173 .2s}.zoomInOut-leave-active[data-v-160af173]{animation:zoomInOut-160af173 .2s reverse}@keyframes zoomInOut-160af173{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rotate-160af173{0%{width:64px;height:64px;transform:rotate(0)}50%{width:30px;height:30px;transform:rotate(180deg)}to{width:64px;height:64px;transform:rotate(360deg)}}.page[data-v-160af173]{display:flex;flex:1;width:100%;height:100vh}@media only screen and (max-width: 500px){.menu-mobile[data-v-160af173]{display:flex!important}}button.menu-mobile[data-v-160af173]{position:absolute;display:none;top:17px;right:20px;width:35px;height:35px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;background-color:transparent;outline:none;border:none;border-radius:50%;z-index:30}button.menu-mobile.open span[data-v-160af173]{background:rgba(0,0,0,.5)}button.menu-mobile.open span[data-v-160af173]:nth-child(1){top:15px;width:0%;left:50%}button.menu-mobile.open span[data-v-160af173]:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}button.menu-mobile.open span[data-v-160af173]:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}button.menu-mobile.open span[data-v-160af173]:nth-child(4){top:18px;width:0%;left:50%}button.menu-mobile span[data-v-160af173]{display:flex;position:absolute;height:2px;width:55%;left:23%;background:#000000;border-radius:22px;opacity:1;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}button.menu-mobile span[data-v-160af173]:nth-child(1){top:10px}button.menu-mobile span[data-v-160af173]:nth-child(2),button.menu-mobile span[data-v-160af173]:nth-child(3){top:16px}button.menu-mobile span[data-v-160af173]:nth-child(4){top:22px}.title[data-v-eccf5ce6]{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-height:80px;text-align:left;-webkit-user-select:none;user-select:none}.title h1[data-v-eccf5ce6]{font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;display:block;margin:0;width:max-content;max-height:40px;font-size:1.6em}.title .line[data-v-eccf5ce6]{display:block;background-color:red;width:40px;height:5px;margin-top:5px}.title .line[data-v-eccf5ce6]:before{content:" "}.card[data-v-885de8f7]{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;width:20%;min-width:250px;padding:20px;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:6px;box-shadow:0 .125rem .25rem #00000013!important;cursor:pointer;transform:scale(1);transition:all .1s ease-in-out;-webkit-user-select:none;user-select:none}.card[data-v-885de8f7]:hover{border-color:#bebebe;transform:scale(1.015)}.card .icon[data-v-885de8f7]{width:fit-content;height:100%}.card .icon i[data-v-885de8f7]{font-size:3.5em}.card .info[data-v-885de8f7]{display:flex;flex-direction:column;flex-wrap:wrap;flex:1}.card .info .title[data-v-885de8f7]{font-family:Montserrat,sans-serif!important;font-weight:400;font-size:.7em;text-align:center;text-transform:uppercase}.card .info .counter[data-v-885de8f7]{font-family:Montserrat,sans-serif!important;font-weight:900;font-size:2em;text-align:center;margin:0!important}@media only screen and (min-width: 320px){.card[data-v-885de8f7]{min-width:100%!important}}@media only screen and (min-width: 768px){.card[data-v-885de8f7]{min-width:48%!important}}@media only screen and (min-width: 992px){.card[data-v-885de8f7]{min-width:250px!important}}.module[data-v-08263e48]{position:relative;display:flex;flex-direction:column;flex:1;padding:20px;gap:20px;overflow:auto}.module h1[data-v-08263e48]{margin-left:15px;font-size:1.4em;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.module section[data-v-08263e48]{margin-top:5px;width:100%}.module section input[type=search][data-v-08263e48]{padding:12px}.module header[data-v-08263e48]{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.module .records[data-v-08263e48]{margin-top:20px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.module .empty[data-v-08263e48]{display:flex;flex-direction:column;width:100%;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;margin:auto;gap:10px;-webkit-user-select:none;user-select:none}.module .empty i[data-v-08263e48]{font-size:6em;color:#495057}.module .empty span[data-v-08263e48]{width:80%;color:#495057;font-size:1em}.module .internal .actions[data-v-08263e48]{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:10px}.module[data-v-08263e48] .pagination{margin-top:12px}@media only screen and (min-width: 320px){.internal .actions[data-v-08263e48]{justify-content:space-between}.internal .actions button[data-v-08263e48]{width:48%!important}}@media only screen and (min-width: 768px){.internal .actions[data-v-08263e48]{justify-content:unset;gap:10px}.internal .actions button[data-v-08263e48]{width:48%!important}}.cards[data-v-08263e48]{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}@media only screen and (min-width: 320px){.overlay-start[data-v-08263e48]{position:fixed!important}}@media only screen and (min-width: 992px){.overlay-start[data-v-08263e48]{position:absolute!important}}.box[data-v-5a5b566c]{position:relative;flex:1;background-color:#fefcff;border-radius:6px;height:auto;border:1px solid rgba(0,0,0,.125);box-sizing:border-box;z-index:1;overflow:hidden}.box .content[data-v-5a5b566c]{display:flex;flex-direction:column;padding:20px;box-sizing:border-box;width:100%;height:100%;overflow:auto}.box .content[data-v-5a5b566c]::-webkit-scrollbar{width:6px!important;height:6px!important}.box .content[data-v-5a5b566c]::-webkit-scrollbar-thumb{background-color:#b9b9b9!important;border-radius:6px!important;border:1px solid #f2f2f2!important}.box .content[data-v-5a5b566c]::-webkit-scrollbar-track{background:#f2f2f2!important}@media only screen and (min-width: 320px){.box[data-v-5a5b566c]{border:none;background-color:transparent}.box .content[data-v-5a5b566c]{padding:3px 10px 3px 3px}.box .overlay-box[data-v-5a5b566c]{position:fixed!important}}@media only screen and (min-width: 992px){.box[data-v-5a5b566c]{background-color:#fefcff;border:1px solid rgba(0,0,0,.125)}.box .content[data-v-5a5b566c]{padding:20px}.box .overlay-start[data-v-5a5b566c]{position:absolute!important}}form[data-v-1a5c00f3]{display:flex;flex-direction:column;box-sizing:border-box;height:100%;gap:5px;padding:15px}form .footer[data-v-1a5c00f3]{padding-top:20px;padding-bottom:10px;display:flex;flex-direction:row;gap:10px}form .field[data-v-1a5c00f3]{position:relative}form .field .records-locales[data-v-1a5c00f3]{padding-top:10px;display:flex;flex-direction:column;gap:10px}form .field.error:not(:has(.popover)) select[data-v-1a5c00f3],form .field.error:not(:has(.popover)) input[data-v-1a5c00f3]{border:1px solid #ff0000}form .field.error:not(:has(.popover)) label[data-v-1a5c00f3]{color:red}form .field.error:not(:has(.popover)) small[data-v-1a5c00f3]{display:block;padding:5px 0}form .field small[data-v-1a5c00f3]{display:none;color:red}form.alternative[data-v-1a5c00f3]{flex-direction:row;flex-wrap:wrap;height:fit-content;padding:0!important;gap:0!important}form.alternative .actions[data-v-1a5c00f3]{padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:5px;gap:10px}form.alternative .field[data-v-1a5c00f3]{box-sizing:border-box;width:50%!important;min-width:200px;padding:5px;gap:5px;flex-direction:column}form.alternative .field.error select[data-v-1a5c00f3],form.alternative .field.error input[data-v-1a5c00f3]{border:1px solid #ff0000}form.alternative .field.error label[data-v-1a5c00f3]{color:red}form.alternative .field.error small[data-v-1a5c00f3]{display:block}form.alternative .field small[data-v-1a5c00f3]{display:none;color:red}form.alternative .field select[data-v-1a5c00f3],form.alternative .field input[type=search][data-v-1a5c00f3],form.alternative .field input[type=text][data-v-1a5c00f3],form.alternative .field input[type=email][data-v-1a5c00f3],form.alternative .field input[type=date][data-v-1a5c00f3],form.alternative .field input[type=tel][data-v-1a5c00f3],form.alternative .field input[type=password][data-v-1a5c00f3]{background-color:#fff;padding:8px}legend[data-v-1a5c00f3]{margin-bottom:10px;width:fit-content;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;border-radius:6px;padding:10px;background-color:#222;color:#fff}label[data-v-1a5c00f3]{font-weight:700;font-size:.8em;text-transform:uppercase;line-height:normal}label.required[data-v-1a5c00f3]:after{content:"*";margin-left:3px;color:red;cursor:help}select[data-v-1a5c00f3],input[type=search][data-v-1a5c00f3],input[type=text][data-v-1a5c00f3],input[type=file][data-v-1a5c00f3],input[type=email][data-v-1a5c00f3],input[type=tel][data-v-1a5c00f3],input[type=date][data-v-1a5c00f3],input[type=password][data-v-1a5c00f3],input[type=url][data-v-1a5c00f3],textarea[data-v-1a5c00f3]{margin-top:5px;width:100%;font-size:.95em;border-radius:3px;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important;color:#495057;outline:none;padding:5px;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.part[data-v-1a5c00f3],input[type=search].part[data-v-1a5c00f3],input[type=text].part[data-v-1a5c00f3],input[type=file].part[data-v-1a5c00f3],input[type=email].part[data-v-1a5c00f3],input[type=tel].part[data-v-1a5c00f3],input[type=date].part[data-v-1a5c00f3],input[type=password].part[data-v-1a5c00f3],input[type=url].part[data-v-1a5c00f3],textarea.part[data-v-1a5c00f3]{width:50%}select[data-v-1a5c00f3]:focus-within,input[type=search][data-v-1a5c00f3]:focus-within,input[type=text][data-v-1a5c00f3]:focus-within,input[type=file][data-v-1a5c00f3]:focus-within,input[type=email][data-v-1a5c00f3]:focus-within,input[type=tel][data-v-1a5c00f3]:focus-within,input[type=date][data-v-1a5c00f3]:focus-within,input[type=password][data-v-1a5c00f3]:focus-within,input[type=url][data-v-1a5c00f3]:focus-within,textarea[data-v-1a5c00f3]:focus-within{border-color:gray;outline:none}textarea[data-v-1a5c00f3]{min-height:4rem}select[data-v-1a5c00f3]{cursor:pointer}select[data-v-1a5c00f3]:focus-within{box-shadow:0 0 0 .2rem #80808040;border-color:gray;outline:none}.select-union[data-v-1a5c00f3]{display:flex;flex-direction:row;align-items:center;justify-content:center}.select-union[data-v-1a5c00f3] :is(select,input){height:29px;border-radius:unset!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.select-union button[data-v-1a5c00f3]{margin-top:5px;background-color:gray;max-height:29px;width:29px!important;border-radius:unset!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.select-union button[data-v-1a5c00f3]:is(:hover,:focus){border:none!important;outline:none!important;background-color:#222!important}button[data-v-1a5c00f3]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;-webkit-user-select:none;user-select:none;cursor:pointer}button i[data-v-1a5c00f3]{font-size:1.2em}button span[data-v-1a5c00f3]{margin:0 5px}button.outline[data-v-1a5c00f3]{border:1px solid #343a40;background-color:transparent;color:#343a40}button.outline[data-v-1a5c00f3]:disabled{background-color:gray;cursor:not-allowed}button.outline[data-v-1a5c00f3]:focus{outline:none;box-shadow:0 0 0 .2rem #80808040}button.outline[data-v-1a5c00f3]:hover:not(:disabled){outline:none;background-color:#23272b;color:#fff}button[data-v-1a5c00f3]:disabled{border:none;color:#fff;background-color:gray!important;cursor:not-allowed}button.default[data-v-1a5c00f3]{background-color:#343a40;color:#fff}button.default[data-v-1a5c00f3]:focus:not(:disabled),button.default[data-v-1a5c00f3]:hover:not(:disabled){box-shadow:0 0 0 .2rem #343a4080;background-color:#23272b}button.primary[data-v-1a5c00f3]{background-color:green}button.primary[data-v-1a5c00f3]:focus-within:not(:disabled),button.primary[data-v-1a5c00f3]:hover:not(:disabled){outline:none;background-color:#008000cc}button.secondary[data-v-1a5c00f3]{background-color:red}button.secondary[data-v-1a5c00f3]:focus-within:not(:disabled),button.secondary[data-v-1a5c00f3]:hover:not(:disabled){outline:none;background-color:#f00c}@media only screen and (min-width: 320px){.box:not(.internal) button.outline[data-v-1a5c00f3]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-1a5c00f3]{display:none!important;font-size:12px}form.alternative .field[data-v-1a5c00f3]{width:100%!important}}@media only screen and (min-width: 768px){.box.internal button.outline[data-v-1a5c00f3]{width:auto!important}form.alternative .field[data-v-1a5c00f3]{width:50%!important}.box:not(.internal) button.outline[data-v-1a5c00f3]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-1a5c00f3]{display:none!important}}@media only screen and (min-width: 992px){.box:not(.internal) button.outline[data-v-1a5c00f3]{padding:10px 15px;border-radius:6px;width:fit-content;height:2.7rem}.box:not(.internal) button.outline span[data-v-1a5c00f3]{display:flex!important}}.module[data-v-1a5c00f3]{position:relative;display:flex;flex-direction:column;flex:1;padding:20px;gap:20px;overflow:auto}.module h1[data-v-1a5c00f3]{margin-left:15px;font-size:1.4em;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.module section[data-v-1a5c00f3]{margin-top:5px;width:100%}.module section input[type=search][data-v-1a5c00f3]{padding:12px}.module header[data-v-1a5c00f3]{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.module .records[data-v-1a5c00f3]{margin-top:20px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.module .empty[data-v-1a5c00f3]{display:flex;flex-direction:column;width:100%;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;margin:auto;gap:10px;-webkit-user-select:none;user-select:none}.module .empty i[data-v-1a5c00f3]{font-size:6em;color:#495057}.module .empty span[data-v-1a5c00f3]{width:80%;color:#495057;font-size:1em}.module .internal .actions[data-v-1a5c00f3]{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:10px}.module[data-v-1a5c00f3] .pagination{margin-top:12px}@media only screen and (min-width: 320px){.internal .actions[data-v-1a5c00f3]{justify-content:space-between}.internal .actions button[data-v-1a5c00f3]{width:48%!important}}@media only screen and (min-width: 768px){.internal .actions[data-v-1a5c00f3]{justify-content:unset;gap:10px}.internal .actions button[data-v-1a5c00f3]{width:48%!important}}.slideRight-enter-active[data-v-1a5c00f3]{animation:slideRigthToLeft-1a5c00f3 .3s}.slideRight-leave-active[data-v-1a5c00f3]{animation:slideRigthToLeft-1a5c00f3 .3s reverse}@keyframes slideRigthToLeft-1a5c00f3{0%{right:-300px;opacity:0}to{right:0;opacity:1}}.slideLeft-enter-active[data-v-1a5c00f3]{animation:slideLeftToRight-1a5c00f3 .4s}.slideLeft-leave-active[data-v-1a5c00f3]{animation:slideLeftToRight-1a5c00f3 .4s reverse}@keyframes slideLeftToRight-1a5c00f3{0%{left:-80px;opacity:0}to{left:0;opacity:1}}.fade-enter-active[data-v-1a5c00f3]{animation:fadeInOut-1a5c00f3 .2s}.fade-leave-active[data-v-1a5c00f3]{animation:fadeInOut-1a5c00f3 .2s reverse}@keyframes fadeInOut-1a5c00f3{0%{opacity:0}to{opacity:1}}.fadeAndSlideUp-enter-active[data-v-1a5c00f3]{animation:fadeAndSlideUp-1a5c00f3 .3s}.fadeAndSlideUp-leave-active[data-v-1a5c00f3]{animation:fadeAndSlideUp-1a5c00f3 .3s reverse}@keyframes fadeAndSlideUp-1a5c00f3{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fadeSlideDown-enter-active[data-v-1a5c00f3]{animation:fadeAndSlideDown-1a5c00f3 .3s}.fadeSlideDown-leave-active[data-v-1a5c00f3]{animation:fadeAndSlideDown-1a5c00f3 .3s reverse}@keyframes fadeAndSlideDown-1a5c00f3{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.zoomInOut-enter-active[data-v-1a5c00f3]{animation:zoomInOut-1a5c00f3 .2s}.zoomInOut-leave-active[data-v-1a5c00f3]{animation:zoomInOut-1a5c00f3 .2s reverse}@keyframes zoomInOut-1a5c00f3{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rotate-1a5c00f3{0%{width:64px;height:64px;transform:rotate(0)}50%{width:30px;height:30px;transform:rotate(180deg)}to{width:64px;height:64px;transform:rotate(360deg)}}section[data-v-1a5c00f3]{position:relative}section i[data-v-1a5c00f3]{position:absolute;top:17px;left:10px;color:gray;font-size:1.2em}section input[type=search][data-v-1a5c00f3]{text-indent:25px}@media only screen and (min-width: 320px){.add-mobile[data-v-1a5c00f3]{position:fixed;display:none!important;bottom:.8rem;right:.8rem;border-radius:50%;height:50px;width:50px;background-color:#008000cc!important;border:none!important;z-index:110}.add-mobile i[data-v-1a5c00f3]{font-size:1.3rem;color:#fff}.add-mobile.show[data-v-1a5c00f3]{display:unset!important}.add[data-v-1a5c00f3]{display:none}}@media only screen and (min-width: 992px){.add-mobile.show[data-v-1a5c00f3]{display:none!important}.add[data-v-1a5c00f3]{display:flex}}table[data-v-b65a832d]{border-collapse:collapse;margin:0;padding:0;width:100%;table-layout:fixed}table caption[data-v-b65a832d]{font-size:1.5em;margin:.5em 0 .75em}table tr[data-v-b65a832d]{background-color:#fff;border-top:1px solid #ddd;padding:.35em}table th[data-v-b65a832d],table td[data-v-b65a832d]{padding:.625em;text-align:center}table th span[data-v-b65a832d],table td span[data-v-b65a832d]{display:block;min-height:15px!important}table th:is(table th.active,table th.inactive,table td.active,table td.inactive) span[data-v-b65a832d]:before,table td:is(table th.active,table th.inactive,table td.active,table td.inactive) span[data-v-b65a832d]:before{color:#fff;padding:5px;border-radius:6px;text-transform:uppercase;font-size:.8em}table th.active span[data-v-b65a832d]:before,table td.active span[data-v-b65a832d]:before{content:"Ativo";background-color:#28a745}table th.inactive span[data-v-b65a832d]:before,table td.inactive span[data-v-b65a832d]:before{content:"Inativo";background-color:#dc3545}table th[data-v-b65a832d]{font-size:.85em;letter-spacing:.1em;text-transform:uppercase;border-bottom:2px solid #ddd}table tbody tr[data-v-b65a832d]:nth-child(odd){background-color:#f9f9f9}table .actions[data-v-b65a832d]{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;justify-content:center}table .actions button[data-v-b65a832d]{display:flex;background-color:transparent;padding:10px;border:none;align-content:center;justify-content:center;font-size:1em;font-weight:400;cursor:pointer}table .actions button i[data-v-b65a832d]{margin-right:5px}table .actions button.edit[data-v-b65a832d]{color:green}table .actions button.edit[data-v-b65a832d]:hover{color:#008000b3}table .actions button.delete[data-v-b65a832d]{color:red}table .actions button.delete[data-v-b65a832d]:hover{color:#ff0000b3}table .actions button[data-v-b65a832d]:is(table .actions button:focus-within,table .actions button:hover){outline:none}.operation[data-v-b65a832d]{display:flex;flex-direction:row;align-items:center;justify-content:center}.operation .icon[data-v-b65a832d]{width:fit-content;height:100%}.operation .icon i[data-v-b65a832d]{font-size:1.2em}.operation .icon i.red[data-v-b65a832d]{color:#dc3545}.operation .icon i.green[data-v-b65a832d]{color:#28a745}@media screen and (max-width: 1200px){table th[data-v-b65a832d]{font-size:.6em!important}}@media screen and (max-width: 1000px){table th[data-v-b65a832d]{font-size:.55em!important}}@media screen and (max-width: 600px){table[data-v-b65a832d]{border:0}table caption[data-v-b65a832d]{font-size:1.3em}table thead[data-v-b65a832d]{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}table tr[data-v-b65a832d]{border-top:unset;border-bottom:3px solid #ffffff;display:block;margin-bottom:.625em}table td[data-v-b65a832d]{border-bottom:1px solid #ddd;display:block;font-size:.8em;text-align:right}table td[data-v-b65a832d]:not(:last-child):before{content:attr(data-label);float:left;font-weight:700;text-transform:uppercase}table td[data-v-b65a832d]:last-child{border-bottom:0}table tbody tr[data-v-b65a832d]:nth-child(odd){background-color:unset}table tbody td[data-v-b65a832d]:nth-child(odd){background-color:#f2f2f2}.actions button[data-v-b65a832d]{width:50%}.operation[data-v-b65a832d]{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}}.card[data-v-3e3f57e0]{position:relative;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;width:20%;min-width:250px;background-color:#fff;border:1px solid rgba(0,0,0,.125);box-shadow:0 .125rem .25rem #00000013!important;border-radius:6px;overflow:auto;z-index:1}.card .photo[data-v-3e3f57e0]{display:flex;height:auto;background-color:#0000000d;width:100%}.card .photo img[data-v-3e3f57e0]{width:100%;max-height:130px;object-fit:cover;object-position:top}.card .info[data-v-3e3f57e0]{display:flex;flex-direction:column;flex-wrap:wrap;width:100%;min-height:100px;flex:1;box-sizing:border-box;padding:15px}.card .info .title[data-v-3e3f57e0]{box-sizing:border-box;font-family:Montserrat,sans-serif!important;font-weight:800;font-size:1em;text-align:left}.card .info[data-v-3e3f57e0] .description{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:5px}.card .info[data-v-3e3f57e0] .description label{display:flex;align-items:center;cursor:help;font-weight:400;font-size:.7em;margin-top:5px;margin-right:5px;background-color:#0000000d;border-radius:6px;padding:5px 10px}.card .info[data-v-3e3f57e0] .description label i{margin-right:3px;font-size:1em}.card .info[data-v-3e3f57e0] .description label.active{background-color:#28a745;color:#fff}.card .info[data-v-3e3f57e0] .description label.inactive{background-color:#dc3545;color:#fff}.card .info[data-v-3e3f57e0] .description label.warning{background-color:#ff7300;color:#fff}.card .info[data-v-3e3f57e0] .description .address p{line-height:normal!important;font-size:.8rem!important;margin-top:5px;margin-bottom:5px}.card .info[data-v-3e3f57e0] .description .address p:last-child{padding-top:5px}.card .actions[data-v-3e3f57e0]{display:flex;flex-direction:row;width:100%}.card .actions button[data-v-3e3f57e0]{display:flex;width:100%!important;flex:1;background-color:transparent;padding:10px;border:none;align-content:center;justify-content:center;border-top:1px solid rgba(0,0,0,.125);font-size:.9em;cursor:pointer}.card .actions button i[data-v-3e3f57e0]{margin-right:5px}.card .actions button.edit[data-v-3e3f57e0]{color:green}.card .actions button.delete[data-v-3e3f57e0]{color:#dc3545}.card .actions button[data-v-3e3f57e0]:is(.card .actions button:focus-within,.card .actions button:hover){outline:none;background-color:#0000000a}.card .actions button.divider[data-v-3e3f57e0]{border-right:1px solid rgba(0,0,0,.125)}@media only screen and (min-width: 320px){.card[data-v-3e3f57e0]{min-width:100%!important}}@media only screen and (min-width: 768px){.card[data-v-3e3f57e0]{min-width:48%!important}.card.sidecard[data-v-3e3f57e0]{min-width:100%!important}}@media only screen and (min-width: 992px){.card[data-v-3e3f57e0]{min-width:250px!important}}.card[data-v-8b7a25c7]{margin-top:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;gap:5px;width:100%;min-width:250px;padding:40px;background-color:#f3f3f3;border:1px solid rgba(0,0,0,.125);border-radius:6px;box-shadow:0 .125rem .25rem #00000013!important;cursor:pointer;transform:scale(1);transition:all .1s ease-in-out;-webkit-user-select:none;user-select:none}.card i[data-v-8b7a25c7]{font-size:1.5em!important;color:#3f3f3f}.card span[data-v-8b7a25c7]{font-size:.8em!important;color:#3f3f3f}.card[data-v-8b7a25c7]:is(.card:hover,.card:focus-within){outline:none;border-color:#bebebe;transform:scale(1.015)}.slideRight-enter-active[data-v-81614fdb]{animation:slideRigthToLeft-81614fdb .3s}.slideRight-leave-active[data-v-81614fdb]{animation:slideRigthToLeft-81614fdb .3s reverse}@keyframes slideRigthToLeft-81614fdb{0%{right:-300px;opacity:0}to{right:0;opacity:1}}.slideLeft-enter-active[data-v-81614fdb]{animation:slideLeftToRight-81614fdb .4s}.slideLeft-leave-active[data-v-81614fdb]{animation:slideLeftToRight-81614fdb .4s reverse}@keyframes slideLeftToRight-81614fdb{0%{left:-80px;opacity:0}to{left:0;opacity:1}}.fade-enter-active[data-v-81614fdb]{animation:fadeInOut-81614fdb .2s}.fade-leave-active[data-v-81614fdb]{animation:fadeInOut-81614fdb .2s reverse}@keyframes fadeInOut-81614fdb{0%{opacity:0}to{opacity:1}}.fadeAndSlideUp-enter-active[data-v-81614fdb]{animation:fadeAndSlideUp-81614fdb .3s}.fadeAndSlideUp-leave-active[data-v-81614fdb]{animation:fadeAndSlideUp-81614fdb .3s reverse}@keyframes fadeAndSlideUp-81614fdb{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fadeSlideDown-enter-active[data-v-81614fdb]{animation:fadeAndSlideDown-81614fdb .3s}.fadeSlideDown-leave-active[data-v-81614fdb]{animation:fadeAndSlideDown-81614fdb .3s reverse}@keyframes fadeAndSlideDown-81614fdb{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.zoomInOut-enter-active[data-v-81614fdb]{animation:zoomInOut-81614fdb .2s}.zoomInOut-leave-active[data-v-81614fdb]{animation:zoomInOut-81614fdb .2s reverse}@keyframes zoomInOut-81614fdb{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rotate-81614fdb{0%{width:64px;height:64px;transform:rotate(0)}50%{width:30px;height:30px;transform:rotate(180deg)}to{width:64px;height:64px;transform:rotate(360deg)}}.overlay[data-v-81614fdb]{position:absolute;display:flex;left:0;top:0;width:100%;height:100vh;z-index:100;background-color:#ffffff80!important;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.overlay .bottom-sheet[data-v-81614fdb]{position:absolute;bottom:0;width:100%;left:0;box-sizing:border-box;background-color:#fff;height:90vh;overflow:auto;z-index:10}.overlay .bottom-sheet[data-v-81614fdb]::-webkit-scrollbar{width:6px!important;height:6px!important}.overlay .bottom-sheet[data-v-81614fdb]::-webkit-scrollbar-thumb{background-color:#b9b9b9!important;border-radius:6px!important;border:1px solid #f2f2f2!important}.overlay .bottom-sheet[data-v-81614fdb]::-webkit-scrollbar-track{background:transparent!important}.overlay .bottom-sheet header[data-v-81614fdb]{position:relative;display:flex;justify-content:space-between;border-top:8px solid #e51f22!important;align-items:center;height:60px;color:#e51f22!important;background-color:#f8f8f8;box-sizing:border-box;padding:20px 15px}.overlay .bottom-sheet header h1[data-v-81614fdb]{font-size:1.4em;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.overlay .bottom-sheet header button[data-v-81614fdb]{border:none;background-color:transparent;font-size:1.6em;color:#000;padding:3px 0 0}.overlay .bottom-sheet header button.close[data-v-81614fdb]{cursor:pointer}.overlay .bottom-sheet header button.close[data-v-81614fdb]:is(.overlay .bottom-sheet header button.close:focus-within,.overlay .bottom-sheet header button.close:hover){outline:none;color:#e51f22}.overlay .bottom-sheet main[data-v-81614fdb]{border-top:1px solid #e6e6e6!important;box-sizing:border-box;height:81vh;overflow:auto}.overlay .bottom-sheet main[data-v-81614fdb]::-webkit-scrollbar{width:6px!important}.overlay .bottom-sheet main[data-v-81614fdb]::-webkit-scrollbar-thumb{background-color:#b9b9b9!important;border-radius:6px!important;border:1px solid #f2f2f2!important}.overlay .bottom-sheet main[data-v-81614fdb]::-webkit-scrollbar-track{background:transparent!important}form[data-v-90fe3161]{display:flex;flex-direction:column;box-sizing:border-box;height:100%;gap:5px;padding:15px}form .footer[data-v-90fe3161]{padding-top:20px;padding-bottom:10px;display:flex;flex-direction:row;gap:10px}form .field[data-v-90fe3161]{position:relative}form .field .records-locales[data-v-90fe3161]{padding-top:10px;display:flex;flex-direction:column;gap:10px}form .field.error:not(:has(.popover)) select[data-v-90fe3161],form .field.error:not(:has(.popover)) input[data-v-90fe3161]{border:1px solid #ff0000}form .field.error:not(:has(.popover)) label[data-v-90fe3161]{color:red}form .field.error:not(:has(.popover)) small[data-v-90fe3161]{display:block;padding:5px 0}form .field small[data-v-90fe3161]{display:none;color:red}form.alternative[data-v-90fe3161]{flex-direction:row;flex-wrap:wrap;height:fit-content;padding:0!important;gap:0!important}form.alternative .actions[data-v-90fe3161]{padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:5px;gap:10px}form.alternative .field[data-v-90fe3161]{box-sizing:border-box;width:50%!important;min-width:200px;padding:5px;gap:5px;flex-direction:column}form.alternative .field.error select[data-v-90fe3161],form.alternative .field.error input[data-v-90fe3161]{border:1px solid #ff0000}form.alternative .field.error label[data-v-90fe3161]{color:red}form.alternative .field.error small[data-v-90fe3161]{display:block}form.alternative .field small[data-v-90fe3161]{display:none;color:red}form.alternative .field select[data-v-90fe3161],form.alternative .field input[type=search][data-v-90fe3161],form.alternative .field input[type=text][data-v-90fe3161],form.alternative .field input[type=email][data-v-90fe3161],form.alternative .field input[type=date][data-v-90fe3161],form.alternative .field input[type=tel][data-v-90fe3161],form.alternative .field input[type=password][data-v-90fe3161]{background-color:#fff;padding:8px}legend[data-v-90fe3161]{margin-bottom:10px;width:fit-content;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;border-radius:6px;padding:10px;background-color:#222;color:#fff}label[data-v-90fe3161]{font-weight:700;font-size:.8em;text-transform:uppercase;line-height:normal}label.required[data-v-90fe3161]:after{content:"*";margin-left:3px;color:red;cursor:help}select[data-v-90fe3161],input[type=search][data-v-90fe3161],input[type=text][data-v-90fe3161],input[type=file][data-v-90fe3161],input[type=email][data-v-90fe3161],input[type=tel][data-v-90fe3161],input[type=date][data-v-90fe3161],input[type=password][data-v-90fe3161],input[type=url][data-v-90fe3161],textarea[data-v-90fe3161]{margin-top:5px;width:100%;font-size:.95em;border-radius:3px;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important;color:#495057;outline:none;padding:5px;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.part[data-v-90fe3161],input[type=search].part[data-v-90fe3161],input[type=text].part[data-v-90fe3161],input[type=file].part[data-v-90fe3161],input[type=email].part[data-v-90fe3161],input[type=tel].part[data-v-90fe3161],input[type=date].part[data-v-90fe3161],input[type=password].part[data-v-90fe3161],input[type=url].part[data-v-90fe3161],textarea.part[data-v-90fe3161]{width:50%}select[data-v-90fe3161]:focus-within,input[type=search][data-v-90fe3161]:focus-within,input[type=text][data-v-90fe3161]:focus-within,input[type=file][data-v-90fe3161]:focus-within,input[type=email][data-v-90fe3161]:focus-within,input[type=tel][data-v-90fe3161]:focus-within,input[type=date][data-v-90fe3161]:focus-within,input[type=password][data-v-90fe3161]:focus-within,input[type=url][data-v-90fe3161]:focus-within,textarea[data-v-90fe3161]:focus-within{border-color:gray;outline:none}textarea[data-v-90fe3161]{min-height:4rem}select[data-v-90fe3161]{cursor:pointer}select[data-v-90fe3161]:focus-within{box-shadow:0 0 0 .2rem #80808040;border-color:gray;outline:none}.select-union[data-v-90fe3161]{display:flex;flex-direction:row;align-items:center;justify-content:center}.select-union[data-v-90fe3161] :is(select,input){height:29px;border-radius:unset!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.select-union button[data-v-90fe3161]{margin-top:5px;background-color:gray;max-height:29px;width:29px!important;border-radius:unset!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.select-union button[data-v-90fe3161]:is(:hover,:focus){border:none!important;outline:none!important;background-color:#222!important}button[data-v-90fe3161]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;-webkit-user-select:none;user-select:none;cursor:pointer}button i[data-v-90fe3161]{font-size:1.2em}button span[data-v-90fe3161]{margin:0 5px}button.outline[data-v-90fe3161]{border:1px solid #343a40;background-color:transparent;color:#343a40}button.outline[data-v-90fe3161]:disabled{background-color:gray;cursor:not-allowed}button.outline[data-v-90fe3161]:focus{outline:none;box-shadow:0 0 0 .2rem #80808040}button.outline[data-v-90fe3161]:hover:not(:disabled){outline:none;background-color:#23272b;color:#fff}button[data-v-90fe3161]:disabled{border:none;color:#fff;background-color:gray!important;cursor:not-allowed}button.default[data-v-90fe3161]{background-color:#343a40;color:#fff}button.default[data-v-90fe3161]:focus:not(:disabled),button.default[data-v-90fe3161]:hover:not(:disabled){box-shadow:0 0 0 .2rem #343a4080;background-color:#23272b}button.primary[data-v-90fe3161]{background-color:green}button.primary[data-v-90fe3161]:focus-within:not(:disabled),button.primary[data-v-90fe3161]:hover:not(:disabled){outline:none;background-color:#008000cc}button.secondary[data-v-90fe3161]{background-color:red}button.secondary[data-v-90fe3161]:focus-within:not(:disabled),button.secondary[data-v-90fe3161]:hover:not(:disabled){outline:none;background-color:#f00c}@media only screen and (min-width: 320px){.box:not(.internal) button.outline[data-v-90fe3161]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-90fe3161]{display:none!important;font-size:12px}form.alternative .field[data-v-90fe3161]{width:100%!important}}@media only screen and (min-width: 768px){.box.internal button.outline[data-v-90fe3161]{width:auto!important}form.alternative .field[data-v-90fe3161]{width:50%!important}.box:not(.internal) button.outline[data-v-90fe3161]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-90fe3161]{display:none!important}}@media only screen and (min-width: 992px){.box:not(.internal) button.outline[data-v-90fe3161]{padding:10px 15px;border-radius:6px;width:fit-content;height:2.7rem}.box:not(.internal) button.outline span[data-v-90fe3161]{display:flex!important}}.fields[data-v-90fe3161]{display:flex;gap:10px!important}.info[data-v-90fe3161]{margin-top:5px;margin-right:5px;float:right;cursor:help}.hide[data-v-90fe3161]{display:none!important}.module[data-v-f357861b]{position:relative;display:flex;flex-direction:column;flex:1;padding:20px;gap:20px;overflow:auto}.module h1[data-v-f357861b]{margin-left:15px;font-size:1.4em;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.module section[data-v-f357861b]{margin-top:5px;width:100%}.module section input[type=search][data-v-f357861b]{padding:12px}.module header[data-v-f357861b]{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.module .records[data-v-f357861b]{margin-top:20px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.module .empty[data-v-f357861b]{display:flex;flex-direction:column;width:100%;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;margin:auto;gap:10px;-webkit-user-select:none;user-select:none}.module .empty i[data-v-f357861b]{font-size:6em;color:#495057}.module .empty span[data-v-f357861b]{width:80%;color:#495057;font-size:1em}.module .internal .actions[data-v-f357861b]{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:10px}.module[data-v-f357861b] .pagination{margin-top:12px}@media only screen and (min-width: 320px){.internal .actions[data-v-f357861b]{justify-content:space-between}.internal .actions button[data-v-f357861b]{width:48%!important}}@media only screen and (min-width: 768px){.internal .actions[data-v-f357861b]{justify-content:unset;gap:10px}.internal .actions button[data-v-f357861b]{width:48%!important}}small[data-v-f357861b]{font-size:1.4rem!important;color:#a3a3a3!important}span[data-v-f357861b]{font-size:2rem!important;line-height:1rem;font-weight:800;color:#a3a3a3!important}@media only screen and (min-width: 320px){img[data-v-f357861b]{height:14rem;margin-bottom:1.5rem;opacity:.7}}@media only screen and (min-width: 768px){img[data-v-f357861b]{height:18rem;opacity:.7;margin-bottom:1.5rem}}.pagination[data-v-aec685e3]{display:flex;align-items:center;justify-content:center;margin:auto;padding:0 .5rem;height:2rem;-webkit-user-select:none;user-select:none}.pagination .next[data-v-aec685e3],.pagination .prev[data-v-aec685e3]{display:flex;align-items:center;justify-content:center;padding:0 .5rem;color:#000;cursor:pointer}.pagination .next i[data-v-aec685e3],.pagination .prev i[data-v-aec685e3]{font-size:1.2rem}.pagination .page[data-v-aec685e3]{display:flex;align-items:center;justify-content:center;padding:0 .6rem;font-weight:500;color:#d2d5e6;cursor:pointer}.pagination .page[data-v-aec685e3]:hover{color:#8a8c97}.pagination .page.current[data-v-aec685e3]{font-weight:800;color:#000;border-bottom:3px solid red}.module[data-v-2783af3d]{position:relative;display:flex;flex-direction:column;flex:1;padding:20px;gap:20px;overflow:auto}.module h1[data-v-2783af3d]{margin-left:15px;font-size:1.4em;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.module section[data-v-2783af3d]{margin-top:5px;width:100%}.module section input[type=search][data-v-2783af3d]{padding:12px}.module header[data-v-2783af3d]{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.module .records[data-v-2783af3d]{margin-top:20px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.module .empty[data-v-2783af3d]{display:flex;flex-direction:column;width:100%;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;margin:auto;gap:10px;-webkit-user-select:none;user-select:none}.module .empty i[data-v-2783af3d]{font-size:6em;color:#495057}.module .empty span[data-v-2783af3d]{width:80%;color:#495057;font-size:1em}.module .internal .actions[data-v-2783af3d]{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:10px}.module[data-v-2783af3d] .pagination{margin-top:12px}@media only screen and (min-width: 320px){.internal .actions[data-v-2783af3d]{justify-content:space-between}.internal .actions button[data-v-2783af3d]{width:48%!important}}@media only screen and (min-width: 768px){.internal .actions[data-v-2783af3d]{justify-content:unset;gap:10px}.internal .actions button[data-v-2783af3d]{width:48%!important}}form[data-v-caec7434]{display:flex;flex-direction:column;box-sizing:border-box;height:100%;gap:5px;padding:15px}form .footer[data-v-caec7434]{padding-top:20px;padding-bottom:10px;display:flex;flex-direction:row;gap:10px}form .field[data-v-caec7434]{position:relative}form .field .records-locales[data-v-caec7434]{padding-top:10px;display:flex;flex-direction:column;gap:10px}form .field.error:not(:has(.popover)) select[data-v-caec7434],form .field.error:not(:has(.popover)) input[data-v-caec7434]{border:1px solid #ff0000}form .field.error:not(:has(.popover)) label[data-v-caec7434]{color:red}form .field.error:not(:has(.popover)) small[data-v-caec7434]{display:block;padding:5px 0}form .field small[data-v-caec7434]{display:none;color:red}form.alternative[data-v-caec7434]{flex-direction:row;flex-wrap:wrap;height:fit-content;padding:0!important;gap:0!important}form.alternative .actions[data-v-caec7434]{padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:5px;gap:10px}form.alternative .field[data-v-caec7434]{box-sizing:border-box;width:50%!important;min-width:200px;padding:5px;gap:5px;flex-direction:column}form.alternative .field.error select[data-v-caec7434],form.alternative .field.error input[data-v-caec7434]{border:1px solid #ff0000}form.alternative .field.error label[data-v-caec7434]{color:red}form.alternative .field.error small[data-v-caec7434]{display:block}form.alternative .field small[data-v-caec7434]{display:none;color:red}form.alternative .field select[data-v-caec7434],form.alternative .field input[type=search][data-v-caec7434],form.alternative .field input[type=text][data-v-caec7434],form.alternative .field input[type=email][data-v-caec7434],form.alternative .field input[type=date][data-v-caec7434],form.alternative .field input[type=tel][data-v-caec7434],form.alternative .field input[type=password][data-v-caec7434]{background-color:#fff;padding:8px}legend[data-v-caec7434]{margin-bottom:10px;width:fit-content;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;border-radius:6px;padding:10px;background-color:#222;color:#fff}label[data-v-caec7434]{font-weight:700;font-size:.8em;text-transform:uppercase;line-height:normal}label.required[data-v-caec7434]:after{content:"*";margin-left:3px;color:red;cursor:help}select[data-v-caec7434],input[type=search][data-v-caec7434],input[type=text][data-v-caec7434],input[type=file][data-v-caec7434],input[type=email][data-v-caec7434],input[type=tel][data-v-caec7434],input[type=date][data-v-caec7434],input[type=password][data-v-caec7434],input[type=url][data-v-caec7434],textarea[data-v-caec7434]{margin-top:5px;width:100%;font-size:.95em;border-radius:3px;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important;color:#495057;outline:none;padding:5px;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.part[data-v-caec7434],input[type=search].part[data-v-caec7434],input[type=text].part[data-v-caec7434],input[type=file].part[data-v-caec7434],input[type=email].part[data-v-caec7434],input[type=tel].part[data-v-caec7434],input[type=date].part[data-v-caec7434],input[type=password].part[data-v-caec7434],input[type=url].part[data-v-caec7434],textarea.part[data-v-caec7434]{width:50%}select[data-v-caec7434]:focus-within,input[type=search][data-v-caec7434]:focus-within,input[type=text][data-v-caec7434]:focus-within,input[type=file][data-v-caec7434]:focus-within,input[type=email][data-v-caec7434]:focus-within,input[type=tel][data-v-caec7434]:focus-within,input[type=date][data-v-caec7434]:focus-within,input[type=password][data-v-caec7434]:focus-within,input[type=url][data-v-caec7434]:focus-within,textarea[data-v-caec7434]:focus-within{border-color:gray;outline:none}textarea[data-v-caec7434]{min-height:4rem}select[data-v-caec7434]{cursor:pointer}select[data-v-caec7434]:focus-within{box-shadow:0 0 0 .2rem #80808040;border-color:gray;outline:none}.select-union[data-v-caec7434]{display:flex;flex-direction:row;align-items:center;justify-content:center}.select-union[data-v-caec7434] :is(select,input){height:29px;border-radius:unset!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.select-union button[data-v-caec7434]{margin-top:5px;background-color:gray;max-height:29px;width:29px!important;border-radius:unset!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.select-union button[data-v-caec7434]:is(:hover,:focus){border:none!important;outline:none!important;background-color:#222!important}button[data-v-caec7434]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;-webkit-user-select:none;user-select:none;cursor:pointer}button i[data-v-caec7434]{font-size:1.2em}button span[data-v-caec7434]{margin:0 5px}button.outline[data-v-caec7434]{border:1px solid #343a40;background-color:transparent;color:#343a40}button.outline[data-v-caec7434]:disabled{background-color:gray;cursor:not-allowed}button.outline[data-v-caec7434]:focus{outline:none;box-shadow:0 0 0 .2rem #80808040}button.outline[data-v-caec7434]:hover:not(:disabled){outline:none;background-color:#23272b;color:#fff}button[data-v-caec7434]:disabled{border:none;color:#fff;background-color:gray!important;cursor:not-allowed}button.default[data-v-caec7434]{background-color:#343a40;color:#fff}button.default[data-v-caec7434]:focus:not(:disabled),button.default[data-v-caec7434]:hover:not(:disabled){box-shadow:0 0 0 .2rem #343a4080;background-color:#23272b}button.primary[data-v-caec7434]{background-color:green}button.primary[data-v-caec7434]:focus-within:not(:disabled),button.primary[data-v-caec7434]:hover:not(:disabled){outline:none;background-color:#008000cc}button.secondary[data-v-caec7434]{background-color:red}button.secondary[data-v-caec7434]:focus-within:not(:disabled),button.secondary[data-v-caec7434]:hover:not(:disabled){outline:none;background-color:#f00c}@media only screen and (min-width: 320px){.box:not(.internal) button.outline[data-v-caec7434]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-caec7434]{display:none!important;font-size:12px}form.alternative .field[data-v-caec7434]{width:100%!important}}@media only screen and (min-width: 768px){.box.internal button.outline[data-v-caec7434]{width:auto!important}form.alternative .field[data-v-caec7434]{width:50%!important}.box:not(.internal) button.outline[data-v-caec7434]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-caec7434]{display:none!important}}@media only screen and (min-width: 992px){.box:not(.internal) button.outline[data-v-caec7434]{padding:10px 15px;border-radius:6px;width:fit-content;height:2.7rem}.box:not(.internal) button.outline span[data-v-caec7434]{display:flex!important}}.fields[data-v-caec7434]{display:flex;gap:10px!important}.info[data-v-caec7434]{margin-top:5px;margin-right:5px;float:right;cursor:help}.hide[data-v-caec7434]{display:none!important}.module[data-v-c3ed3cd0]{position:relative;display:flex;flex-direction:column;flex:1;padding:20px;gap:20px;overflow:auto}.module h1[data-v-c3ed3cd0]{margin-left:15px;font-size:1.4em;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.module section[data-v-c3ed3cd0]{margin-top:5px;width:100%}.module section input[type=search][data-v-c3ed3cd0]{padding:12px}.module header[data-v-c3ed3cd0]{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.module .records[data-v-c3ed3cd0]{margin-top:20px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.module .empty[data-v-c3ed3cd0]{display:flex;flex-direction:column;width:100%;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;margin:auto;gap:10px;-webkit-user-select:none;user-select:none}.module .empty i[data-v-c3ed3cd0]{font-size:6em;color:#495057}.module .empty span[data-v-c3ed3cd0]{width:80%;color:#495057;font-size:1em}.module .internal .actions[data-v-c3ed3cd0]{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:10px}.module[data-v-c3ed3cd0] .pagination{margin-top:12px}@media only screen and (min-width: 320px){.internal .actions[data-v-c3ed3cd0]{justify-content:space-between}.internal .actions button[data-v-c3ed3cd0]{width:48%!important}}@media only screen and (min-width: 768px){.internal .actions[data-v-c3ed3cd0]{justify-content:unset;gap:10px}.internal .actions button[data-v-c3ed3cd0]{width:48%!important}}.title[data-v-992da0bd]{width:100%;font-size:12px}.list[data-v-992da0bd]{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;width:100%!important;height:fit-content;gap:10px;overflow-x:auto}.list button[data-v-992da0bd]{background-color:#ccc;border-radius:12px;padding:6px 12px;align-items:center;border:none;cursor:pointer}.list button i[data-v-992da0bd]{margin-right:6px}.list button.active[data-v-992da0bd]{background-color:#db3a19;color:#fff}.title[data-v-991276fa]{width:100%;font-size:12px}.list[data-v-991276fa]{display:flex;flex-direction:row;align-items:center;width:100%!important;height:fit-content;gap:10px;overflow-x:auto}.list button[data-v-991276fa]{background-color:#ccc;border-radius:12px;padding:6px 12px;align-items:center;border:none;cursor:pointer}.list button i[data-v-991276fa]{margin-right:6px}.list button.active[data-v-991276fa]{background-color:#000;color:#fff}.date-selector[data-v-a8b52903]{display:flex;flex-direction:column;align-items:center;width:min(100%,280px);-webkit-user-select:none;user-select:none}.date-selector .selected-date[data-v-a8b52903]{background-color:#eee;border:1px solid #d4d4d4;border-radius:8px;display:flex;align-items:center;width:100%}.date-selector .selected-date button[data-v-a8b52903]{box-sizing:border-box;border:none;background-color:transparent;cursor:pointer;padding:11px;text-indent:5px;border-radius:0;font-size:14px;width:40%}.date-selector .selected-date button i[data-v-a8b52903]{margin-left:5px}.date-selector .selected-date button.active[data-v-a8b52903]{color:#fff!important;background-color:#868686!important}.date-selector .selected-date button[data-v-a8b52903]:first-child{width:25%!important;border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.date-selector .selected-date button[data-v-a8b52903]:last-child{padding:11px 13px;text-indent:-3px!important;width:35%}.date-selector .selected-date button:last-child i[data-v-a8b52903]{margin-left:0;margin-right:5px}.date-selector .selected-date button[data-v-a8b52903]:is(:hover,:focus){border-radius:0!important;outline:none!important;background-color:#000;color:#fff}.date-selector .selected-date button[data-v-a8b52903]:is(:hover,:focus):first-child{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.date-selector .selected-date button[data-v-a8b52903]:is(:hover,:focus):last-child{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.date-selector .dropdown[data-v-a8b52903]{display:flex;flex-direction:column;align-items:center;position:absolute;top:100%;background-color:#fff;border:1px solid #ccc;border-radius:8px;margin-top:2px;box-shadow:0 4px 8px #0003;z-index:10;width:100%;max-height:200px;overflow-y:auto}.date-selector .dropdown button[data-v-a8b52903]{display:flex;justify-content:center;width:100%;padding:10px;background:none;border:none;cursor:pointer;color:#333}.date-selector .dropdown button[data-v-a8b52903]:is(:hover,:focus-within){outline:none;background-color:#f0f0f0}.date-selector .dropdown button.active[data-v-a8b52903]{background-color:#000;color:#fff}form[data-v-a9ead366]{display:flex;flex-direction:column;box-sizing:border-box;height:100%;gap:5px;padding:15px}form .footer[data-v-a9ead366]{padding-top:20px;padding-bottom:10px;display:flex;flex-direction:row;gap:10px}form .field[data-v-a9ead366]{position:relative}form .field .records-locales[data-v-a9ead366]{padding-top:10px;display:flex;flex-direction:column;gap:10px}form .field.error:not(:has(.popover)) select[data-v-a9ead366],form .field.error:not(:has(.popover)) input[data-v-a9ead366]{border:1px solid #ff0000}form .field.error:not(:has(.popover)) label[data-v-a9ead366]{color:red}form .field.error:not(:has(.popover)) small[data-v-a9ead366]{display:block;padding:5px 0}form .field small[data-v-a9ead366]{display:none;color:red}form.alternative[data-v-a9ead366]{flex-direction:row;flex-wrap:wrap;height:fit-content;padding:0!important;gap:0!important}form.alternative .actions[data-v-a9ead366]{padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:5px;gap:10px}form.alternative .field[data-v-a9ead366]{box-sizing:border-box;width:50%!important;min-width:200px;padding:5px;gap:5px;flex-direction:column}form.alternative .field.error select[data-v-a9ead366],form.alternative .field.error input[data-v-a9ead366]{border:1px solid #ff0000}form.alternative .field.error label[data-v-a9ead366]{color:red}form.alternative .field.error small[data-v-a9ead366]{display:block}form.alternative .field small[data-v-a9ead366]{display:none;color:red}form.alternative .field select[data-v-a9ead366],form.alternative .field input[type=search][data-v-a9ead366],form.alternative .field input[type=text][data-v-a9ead366],form.alternative .field input[type=email][data-v-a9ead366],form.alternative .field input[type=date][data-v-a9ead366],form.alternative .field input[type=tel][data-v-a9ead366],form.alternative .field input[type=password][data-v-a9ead366]{background-color:#fff;padding:8px}legend[data-v-a9ead366]{margin-bottom:10px;width:fit-content;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;border-radius:6px;padding:10px;background-color:#222;color:#fff}label[data-v-a9ead366]{font-weight:700;font-size:.8em;text-transform:uppercase;line-height:normal}label.required[data-v-a9ead366]:after{content:"*";margin-left:3px;color:red;cursor:help}select[data-v-a9ead366],input[type=search][data-v-a9ead366],input[type=text][data-v-a9ead366],input[type=file][data-v-a9ead366],input[type=email][data-v-a9ead366],input[type=tel][data-v-a9ead366],input[type=date][data-v-a9ead366],input[type=password][data-v-a9ead366],input[type=url][data-v-a9ead366],textarea[data-v-a9ead366]{margin-top:5px;width:100%;font-size:.95em;border-radius:3px;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important;color:#495057;outline:none;padding:5px;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.part[data-v-a9ead366],input[type=search].part[data-v-a9ead366],input[type=text].part[data-v-a9ead366],input[type=file].part[data-v-a9ead366],input[type=email].part[data-v-a9ead366],input[type=tel].part[data-v-a9ead366],input[type=date].part[data-v-a9ead366],input[type=password].part[data-v-a9ead366],input[type=url].part[data-v-a9ead366],textarea.part[data-v-a9ead366]{width:50%}select[data-v-a9ead366]:focus-within,input[type=search][data-v-a9ead366]:focus-within,input[type=text][data-v-a9ead366]:focus-within,input[type=file][data-v-a9ead366]:focus-within,input[type=email][data-v-a9ead366]:focus-within,input[type=tel][data-v-a9ead366]:focus-within,input[type=date][data-v-a9ead366]:focus-within,input[type=password][data-v-a9ead366]:focus-within,input[type=url][data-v-a9ead366]:focus-within,textarea[data-v-a9ead366]:focus-within{border-color:gray;outline:none}textarea[data-v-a9ead366]{min-height:4rem}select[data-v-a9ead366]{cursor:pointer}select[data-v-a9ead366]:focus-within{box-shadow:0 0 0 .2rem #80808040;border-color:gray;outline:none}.select-union[data-v-a9ead366]{display:flex;flex-direction:row;align-items:center;justify-content:center}.select-union[data-v-a9ead366] :is(select,input){height:29px;border-radius:unset!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.select-union button[data-v-a9ead366]{margin-top:5px;background-color:gray;max-height:29px;width:29px!important;border-radius:unset!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.select-union button[data-v-a9ead366]:is(:hover,:focus){border:none!important;outline:none!important;background-color:#222!important}button[data-v-a9ead366]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;-webkit-user-select:none;user-select:none;cursor:pointer}button i[data-v-a9ead366]{font-size:1.2em}button span[data-v-a9ead366]{margin:0 5px}button.outline[data-v-a9ead366]{border:1px solid #343a40;background-color:transparent;color:#343a40}button.outline[data-v-a9ead366]:disabled{background-color:gray;cursor:not-allowed}button.outline[data-v-a9ead366]:focus{outline:none;box-shadow:0 0 0 .2rem #80808040}button.outline[data-v-a9ead366]:hover:not(:disabled){outline:none;background-color:#23272b;color:#fff}button[data-v-a9ead366]:disabled{border:none;color:#fff;background-color:gray!important;cursor:not-allowed}button.default[data-v-a9ead366]{background-color:#343a40;color:#fff}button.default[data-v-a9ead366]:focus:not(:disabled),button.default[data-v-a9ead366]:hover:not(:disabled){box-shadow:0 0 0 .2rem #343a4080;background-color:#23272b}button.primary[data-v-a9ead366]{background-color:green}button.primary[data-v-a9ead366]:focus-within:not(:disabled),button.primary[data-v-a9ead366]:hover:not(:disabled){outline:none;background-color:#008000cc}button.secondary[data-v-a9ead366]{background-color:red}button.secondary[data-v-a9ead366]:focus-within:not(:disabled),button.secondary[data-v-a9ead366]:hover:not(:disabled){outline:none;background-color:#f00c}@media only screen and (min-width: 320px){.box:not(.internal) button.outline[data-v-a9ead366]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-a9ead366]{display:none!important;font-size:12px}form.alternative .field[data-v-a9ead366]{width:100%!important}}@media only screen and (min-width: 768px){.box.internal button.outline[data-v-a9ead366]{width:auto!important}form.alternative .field[data-v-a9ead366]{width:50%!important}.box:not(.internal) button.outline[data-v-a9ead366]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-a9ead366]{display:none!important}}@media only screen and (min-width: 992px){.box:not(.internal) button.outline[data-v-a9ead366]{padding:10px 15px;border-radius:6px;width:fit-content;height:2.7rem}.box:not(.internal) button.outline span[data-v-a9ead366]{display:flex!important}}.fields[data-v-a9ead366]{display:flex;gap:10px!important}.info[data-v-a9ead366]{margin-top:5px;margin-right:5px;float:right;cursor:help}.card[data-v-ca8b9d90]{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;width:20%;min-width:250px;padding:20px;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:6px;box-shadow:0 .125rem .25rem #00000013!important;transform:scale(1);transition:all .1s ease-in-out;-webkit-user-select:none;user-select:none}.card[data-v-ca8b9d90]:hover{border-color:#bebebe;transform:scale(1.015)}.card .icon[data-v-ca8b9d90]{width:fit-content;height:100%}.card .icon i[data-v-ca8b9d90]{font-size:3.5em}.card .icon i.red[data-v-ca8b9d90]{color:#dc3545}.card .icon i.green[data-v-ca8b9d90]{color:#28a745}.card .info[data-v-ca8b9d90]{display:flex;flex-direction:column;flex-wrap:wrap;flex:1}.card .info .title[data-v-ca8b9d90]{font-family:Montserrat,sans-serif!important;font-weight:400;font-size:.7em;text-align:center;text-transform:uppercase}.card .info .counter[data-v-ca8b9d90]{font-family:Montserrat,sans-serif!important;font-weight:900;font-size:1.6em;text-align:center;margin:0!important}@media only screen and (min-width: 320px){.card[data-v-ca8b9d90]{min-width:100%!important}}@media only screen and (min-width: 768px){.card[data-v-ca8b9d90]{min-width:48%!important}}@media only screen and (min-width: 992px){.card[data-v-ca8b9d90]{min-width:250px!important}}form[data-v-45b71213]{display:flex;flex-direction:column;box-sizing:border-box;width:100%!important;height:100%;gap:5px;padding:15px}form .footer[data-v-45b71213]{padding-top:20px;padding-bottom:10px;display:flex;flex-direction:row;gap:10px}form .fields[data-v-45b71213]{position:relative;display:flex;flex-direction:row!important;gap:10px;width:100%}form .field[data-v-45b71213]{position:relative;width:-webkit-fill-available}form .field .records-locales[data-v-45b71213]{padding-top:10px;display:flex;flex-direction:column;gap:10px}form .field.error:not(:has(.popover)) select[data-v-45b71213],form .field.error:not(:has(.popover)) input[data-v-45b71213]{border:1px solid #ff0000}form .field.error:not(:has(.popover)) label[data-v-45b71213]{color:red}form .field.error:not(:has(.popover)) small[data-v-45b71213]{display:block;padding:5px 0}form .field small[data-v-45b71213]{display:none;color:red}form.alternative[data-v-45b71213]{flex-direction:row;flex-wrap:wrap;height:fit-content;padding:0!important;gap:0!important}form.alternative .actions[data-v-45b71213]{padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:5px;gap:10px}form.alternative .field[data-v-45b71213]{box-sizing:border-box;width:50%!important;min-width:200px;padding:5px;gap:5px;flex-direction:column}form.alternative .field.error select[data-v-45b71213],form.alternative .field.error input[data-v-45b71213]{border:1px solid #ff0000}form.alternative .field.error label[data-v-45b71213]{color:red}form.alternative .field.error small[data-v-45b71213]{display:block}form.alternative .field small[data-v-45b71213]{display:none;color:red}form.alternative .field select[data-v-45b71213],form.alternative .field input[type=search][data-v-45b71213],form.alternative .field input[type=text][data-v-45b71213],form.alternative .field input[type=email][data-v-45b71213],form.alternative .field input[type=date][data-v-45b71213],form.alternative .field input[type=tel][data-v-45b71213],form.alternative .field input[type=password][data-v-45b71213]{background-color:#fff;padding:8px}legend[data-v-45b71213]{margin-bottom:10px;width:fit-content;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;border-radius:6px;padding:10px;background-color:#222;color:#fff}label[data-v-45b71213]{font-weight:700;font-size:.8em;text-transform:uppercase;line-height:normal}label.required[data-v-45b71213]:after{content:"*";margin-left:3px;color:red;cursor:help}select[data-v-45b71213],input[type=search][data-v-45b71213],input[type=text][data-v-45b71213],input[type=file][data-v-45b71213],input[type=email][data-v-45b71213],input[type=tel][data-v-45b71213],input[type=date][data-v-45b71213],input[type=password][data-v-45b71213],input[type=url][data-v-45b71213],textarea[data-v-45b71213]{margin-top:5px;width:100%;font-size:.95em;border-radius:3px;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important;color:#495057;outline:none;padding:5px;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.part[data-v-45b71213],input[type=search].part[data-v-45b71213],input[type=text].part[data-v-45b71213],input[type=file].part[data-v-45b71213],input[type=email].part[data-v-45b71213],input[type=tel].part[data-v-45b71213],input[type=date].part[data-v-45b71213],input[type=password].part[data-v-45b71213],input[type=url].part[data-v-45b71213],textarea.part[data-v-45b71213]{width:50%}select[data-v-45b71213]:focus-within,input[type=search][data-v-45b71213]:focus-within,input[type=text][data-v-45b71213]:focus-within,input[type=file][data-v-45b71213]:focus-within,input[type=email][data-v-45b71213]:focus-within,input[type=tel][data-v-45b71213]:focus-within,input[type=date][data-v-45b71213]:focus-within,input[type=password][data-v-45b71213]:focus-within,input[type=url][data-v-45b71213]:focus-within,textarea[data-v-45b71213]:focus-within{border-color:gray;outline:none}textarea[data-v-45b71213]{min-height:4rem}select[data-v-45b71213]{cursor:pointer}select[data-v-45b71213]:focus-within{box-shadow:0 0 0 .2rem #80808040;border-color:gray;outline:none}.select-union[data-v-45b71213]{display:flex;flex-direction:row;align-items:center;justify-content:center}.select-union[data-v-45b71213] :is(select,input){height:29px;border-radius:unset!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.select-union button[data-v-45b71213]{margin-top:5px;background-color:gray;max-height:29px;width:29px!important;border-radius:unset!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.select-union button[data-v-45b71213]:is(:hover,:focus){border:none!important;outline:none!important;background-color:#222!important}button[data-v-45b71213]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;-webkit-user-select:none;user-select:none;cursor:pointer}button i[data-v-45b71213]{font-size:1.2em}button span[data-v-45b71213]{margin:0 5px}button.outline[data-v-45b71213]{border:1px solid #343a40;background-color:transparent;color:#343a40}button.outline[data-v-45b71213]:disabled{background-color:gray;cursor:not-allowed}button.outline[data-v-45b71213]:focus{outline:none;box-shadow:0 0 0 .2rem #80808040}button.outline[data-v-45b71213]:hover:not(:disabled){outline:none;background-color:#23272b;color:#fff}button[data-v-45b71213]:disabled{border:none;color:#fff;background-color:gray!important;cursor:not-allowed}button.default[data-v-45b71213]{background-color:#343a40;color:#fff}button.default[data-v-45b71213]:focus:not(:disabled),button.default[data-v-45b71213]:hover:not(:disabled){box-shadow:0 0 0 .2rem #343a4080;background-color:#23272b}button.primary[data-v-45b71213]{background-color:green}button.primary[data-v-45b71213]:focus-within:not(:disabled),button.primary[data-v-45b71213]:hover:not(:disabled){outline:none;background-color:#008000cc}button.secondary[data-v-45b71213]{background-color:red}button.secondary[data-v-45b71213]:focus-within:not(:disabled),button.secondary[data-v-45b71213]:hover:not(:disabled){outline:none;background-color:#f00c}@media only screen and (min-width: 320px){.box:not(.internal) button.outline[data-v-45b71213]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-45b71213]{display:none!important}form.alternative .field[data-v-45b71213]{width:100%!important}}@media only screen and (min-width: 768px){.box.internal button.outline[data-v-45b71213]{width:auto!important}form.alternative .field[data-v-45b71213]{width:50%!important}.box:not(.internal) button.outline[data-v-45b71213]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-45b71213]{display:none!important}}@media only screen and (min-width: 992px){.box:not(.internal) button.outline[data-v-45b71213]{padding:10px 15px;border-radius:6px;width:fit-content;height:2.7rem}.box:not(.internal) button.outline span[data-v-45b71213]{display:flex!important}}@media only screen and (max-width: 700px){.fields[data-v-45b71213]{flex-direction:column;flex-wrap:wrap;padding-bottom:20px;padding-top:20px;border-bottom:1px dashed #cccccc}}form[data-v-45b71213]{box-sizing:border-box;height:95%!important}form .field[data-v-45b71213]:nth-child(1){width:10%!important}form .field[data-v-45b71213]:nth-child(2){width:10%!important}form .field[data-v-45b71213]:nth-child(3){width:10%!important}form .field[data-v-45b71213]:nth-child(4){width:10%!important}form .field[data-v-45b71213]:nth-child(5){width:50%!important}form .field[data-v-45b71213]:nth-child(6){width:10%!important}.total-calculator[data-v-45b71213]{-webkit-user-select:none;user-select:none;display:flex;position:sticky;box-sizing:border-box;top:0;width:100%;z-index:20;font-size:1em;font-weight:700;color:#333;align-items:center;justify-content:space-between;padding:5px 15px;background-color:#fdfbfb;border-bottom:1px solid #ddd;margin-bottom:10px}.fields[data-v-45b71213]{max-height:60px}.fields[data-v-45b71213]:first-child{align-items:flex-start}.fields[data-v-45b71213]:not(:first-child){align-items:baseline}.fields:not(:first-child) label.required[data-v-45b71213]{display:none!important}button.default[data-v-45b71213],button.remove[data-v-45b71213]{margin-top:12px;margin-bottom:12px;max-width:200px}button.remove[data-v-45b71213]{background-color:#f5f5f5;color:#333;margin-top:20px}button.remove[data-v-45b71213]:hover{background-color:#ececec}button.remove span[data-v-45b71213]{display:none}span.errors[data-v-45b71213]{background-color:#f8d7da;color:#842029;border:1px solid #f5c2c7;padding:10px;font-size:12px;border-radius:6px}span.success[data-v-45b71213]{background-color:#d1e7dd;color:#0f5132;border:1px solid #badbcc;padding:10px;font-size:12px;border-radius:6px}@media only screen and (max-width: 700px){button.remove span[data-v-45b71213]{display:unset}.total-calculator button.add span[data-v-45b71213]{display:none!important}.fields[data-v-45b71213]{align-items:unset!important;max-height:unset!important}.fields:not(:first-child) label.required[data-v-45b71213]{display:block!important}form .field[data-v-45b71213]:nth-child(1){width:-webkit-fill-available!important}form .field[data-v-45b71213]:nth-child(2){width:-webkit-fill-available!important}form .field[data-v-45b71213]:nth-child(3){width:-webkit-fill-available!important}form .field[data-v-45b71213]:nth-child(4){width:-webkit-fill-available!important}form .field[data-v-45b71213]:nth-child(5){width:-webkit-fill-available!important}}form[data-v-3b2af205]{display:flex;flex-direction:column;box-sizing:border-box;width:100%!important;height:100%;gap:5px;padding:15px}form .footer[data-v-3b2af205]{padding-top:20px;padding-bottom:10px;display:flex;flex-direction:row;gap:10px}form .fields[data-v-3b2af205]{position:relative;display:flex;flex-direction:row!important;gap:10px;width:100%}form .field[data-v-3b2af205]{position:relative;width:-webkit-fill-available}form .field .records-locales[data-v-3b2af205]{padding-top:10px;display:flex;flex-direction:column;gap:10px}form .field.error:not(:has(.popover)) select[data-v-3b2af205],form .field.error:not(:has(.popover)) input[data-v-3b2af205]{border:1px solid #ff0000}form .field.error:not(:has(.popover)) label[data-v-3b2af205]{color:red}form .field.error:not(:has(.popover)) small[data-v-3b2af205]{display:block;padding:5px 0}form .field small[data-v-3b2af205]{display:none;color:red}form.alternative[data-v-3b2af205]{flex-direction:row;flex-wrap:wrap;height:fit-content;padding:0!important;gap:0!important}form.alternative .actions[data-v-3b2af205]{padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:5px;gap:10px}form.alternative .field[data-v-3b2af205]{box-sizing:border-box;width:50%!important;min-width:200px;padding:5px;gap:5px;flex-direction:column}form.alternative .field.error select[data-v-3b2af205],form.alternative .field.error input[data-v-3b2af205]{border:1px solid #ff0000}form.alternative .field.error label[data-v-3b2af205]{color:red}form.alternative .field.error small[data-v-3b2af205]{display:block}form.alternative .field small[data-v-3b2af205]{display:none;color:red}form.alternative .field select[data-v-3b2af205],form.alternative .field input[type=search][data-v-3b2af205],form.alternative .field input[type=text][data-v-3b2af205],form.alternative .field input[type=email][data-v-3b2af205],form.alternative .field input[type=date][data-v-3b2af205],form.alternative .field input[type=tel][data-v-3b2af205],form.alternative .field input[type=password][data-v-3b2af205]{background-color:#fff;padding:8px}legend[data-v-3b2af205]{margin-bottom:10px;width:fit-content;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;border-radius:6px;padding:10px;background-color:#222;color:#fff}label[data-v-3b2af205]{font-weight:700;font-size:.8em;text-transform:uppercase;line-height:normal}label.required[data-v-3b2af205]:after{content:"*";margin-left:3px;color:red;cursor:help}select[data-v-3b2af205],input[type=search][data-v-3b2af205],input[type=text][data-v-3b2af205],input[type=file][data-v-3b2af205],input[type=email][data-v-3b2af205],input[type=tel][data-v-3b2af205],input[type=date][data-v-3b2af205],input[type=password][data-v-3b2af205],input[type=url][data-v-3b2af205],textarea[data-v-3b2af205]{margin-top:5px;width:100%;font-size:.95em;border-radius:3px;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important;color:#495057;outline:none;padding:5px;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.part[data-v-3b2af205],input[type=search].part[data-v-3b2af205],input[type=text].part[data-v-3b2af205],input[type=file].part[data-v-3b2af205],input[type=email].part[data-v-3b2af205],input[type=tel].part[data-v-3b2af205],input[type=date].part[data-v-3b2af205],input[type=password].part[data-v-3b2af205],input[type=url].part[data-v-3b2af205],textarea.part[data-v-3b2af205]{width:50%}select[data-v-3b2af205]:focus-within,input[type=search][data-v-3b2af205]:focus-within,input[type=text][data-v-3b2af205]:focus-within,input[type=file][data-v-3b2af205]:focus-within,input[type=email][data-v-3b2af205]:focus-within,input[type=tel][data-v-3b2af205]:focus-within,input[type=date][data-v-3b2af205]:focus-within,input[type=password][data-v-3b2af205]:focus-within,input[type=url][data-v-3b2af205]:focus-within,textarea[data-v-3b2af205]:focus-within{border-color:gray;outline:none}textarea[data-v-3b2af205]{min-height:4rem}select[data-v-3b2af205]{cursor:pointer}select[data-v-3b2af205]:focus-within{box-shadow:0 0 0 .2rem #80808040;border-color:gray;outline:none}.select-union[data-v-3b2af205]{display:flex;flex-direction:row;align-items:center;justify-content:center}.select-union[data-v-3b2af205] :is(select,input){height:29px;border-radius:unset!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.select-union button[data-v-3b2af205]{margin-top:5px;background-color:gray;max-height:29px;width:29px!important;border-radius:unset!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.select-union button[data-v-3b2af205]:is(:hover,:focus){border:none!important;outline:none!important;background-color:#222!important}button[data-v-3b2af205]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;-webkit-user-select:none;user-select:none;cursor:pointer}button i[data-v-3b2af205]{font-size:1.2em}button span[data-v-3b2af205]{margin:0 5px}button.outline[data-v-3b2af205]{border:1px solid #343a40;background-color:transparent;color:#343a40}button.outline[data-v-3b2af205]:disabled{background-color:gray;cursor:not-allowed}button.outline[data-v-3b2af205]:focus{outline:none;box-shadow:0 0 0 .2rem #80808040}button.outline[data-v-3b2af205]:hover:not(:disabled){outline:none;background-color:#23272b;color:#fff}button[data-v-3b2af205]:disabled{border:none;color:#fff;background-color:gray!important;cursor:not-allowed}button.default[data-v-3b2af205]{background-color:#343a40;color:#fff}button.default[data-v-3b2af205]:focus:not(:disabled),button.default[data-v-3b2af205]:hover:not(:disabled){box-shadow:0 0 0 .2rem #343a4080;background-color:#23272b}button.primary[data-v-3b2af205]{background-color:green}button.primary[data-v-3b2af205]:focus-within:not(:disabled),button.primary[data-v-3b2af205]:hover:not(:disabled){outline:none;background-color:#008000cc}button.secondary[data-v-3b2af205]{background-color:red}button.secondary[data-v-3b2af205]:focus-within:not(:disabled),button.secondary[data-v-3b2af205]:hover:not(:disabled){outline:none;background-color:#f00c}@media only screen and (min-width: 320px){.box:not(.internal) button.outline[data-v-3b2af205]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-3b2af205]{display:none!important}form.alternative .field[data-v-3b2af205]{width:100%!important}}@media only screen and (min-width: 768px){.box.internal button.outline[data-v-3b2af205]{width:auto!important}form.alternative .field[data-v-3b2af205]{width:50%!important}.box:not(.internal) button.outline[data-v-3b2af205]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-3b2af205]{display:none!important}}@media only screen and (min-width: 992px){.box:not(.internal) button.outline[data-v-3b2af205]{padding:10px 15px;border-radius:6px;width:fit-content;height:2.7rem}.box:not(.internal) button.outline span[data-v-3b2af205]{display:flex!important}}@media only screen and (max-width: 700px){.fields[data-v-3b2af205]{flex-direction:column;flex-wrap:wrap;padding-bottom:20px;padding-top:20px;border-bottom:1px dashed #cccccc}}[data-v-3b2af205] .modal{max-width:90%!important}[data-v-3b2af205] .modal main{position:relative;display:flex;flex-wrap:wrap;box-sizing:border-box;max-height:80vh!important;overflow-y:auto}[data-v-3b2af205] .modal main::-webkit-scrollbar{width:6px;height:6px!important;background-color:#9b9b9b}[data-v-3b2af205] .modal main::-webkit-scrollbar-track{background:#d4d4d4}[data-v-3b2af205] .modal main::-webkit-scrollbar-thumb{background-color:#a7a7a7;border-radius:3px;border:none}[data-v-3b2af205] .modal main::-webkit-scrollbar-thumb:hover{background-color:#868686}.title[data-v-3b2af205]{display:flex;flex-direction:row;align-items:center;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.title h1[data-v-3b2af205]{font-size:1.5em}.title i[data-v-3b2af205]{font-size:2em;margin-left:10px;margin-right:10px}@media only screen and (max-width: 700px){[data-v-3b2af205] .modal{max-width:80%!important}}form[data-v-4c4c7115]{display:flex;flex-direction:column;box-sizing:border-box;height:100%;gap:5px;padding:15px}form .footer[data-v-4c4c7115]{padding-top:20px;padding-bottom:10px;display:flex;flex-direction:row;gap:10px}form .field[data-v-4c4c7115]{position:relative}form .field .records-locales[data-v-4c4c7115]{padding-top:10px;display:flex;flex-direction:column;gap:10px}form .field.error:not(:has(.popover)) select[data-v-4c4c7115],form .field.error:not(:has(.popover)) input[data-v-4c4c7115]{border:1px solid #ff0000}form .field.error:not(:has(.popover)) label[data-v-4c4c7115]{color:red}form .field.error:not(:has(.popover)) small[data-v-4c4c7115]{display:block;padding:5px 0}form .field small[data-v-4c4c7115]{display:none;color:red}form.alternative[data-v-4c4c7115]{flex-direction:row;flex-wrap:wrap;height:fit-content;padding:0!important;gap:0!important}form.alternative .actions[data-v-4c4c7115]{padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:5px;gap:10px}form.alternative .field[data-v-4c4c7115]{box-sizing:border-box;width:50%!important;min-width:200px;padding:5px;gap:5px;flex-direction:column}form.alternative .field.error select[data-v-4c4c7115],form.alternative .field.error input[data-v-4c4c7115]{border:1px solid #ff0000}form.alternative .field.error label[data-v-4c4c7115]{color:red}form.alternative .field.error small[data-v-4c4c7115]{display:block}form.alternative .field small[data-v-4c4c7115]{display:none;color:red}form.alternative .field select[data-v-4c4c7115],form.alternative .field input[type=search][data-v-4c4c7115],form.alternative .field input[type=text][data-v-4c4c7115],form.alternative .field input[type=email][data-v-4c4c7115],form.alternative .field input[type=date][data-v-4c4c7115],form.alternative .field input[type=tel][data-v-4c4c7115],form.alternative .field input[type=password][data-v-4c4c7115]{background-color:#fff;padding:8px}legend[data-v-4c4c7115]{margin-bottom:10px;width:fit-content;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;border-radius:6px;padding:10px;background-color:#222;color:#fff}label[data-v-4c4c7115]{font-weight:700;font-size:.8em;text-transform:uppercase;line-height:normal}label.required[data-v-4c4c7115]:after{content:"*";margin-left:3px;color:red;cursor:help}select[data-v-4c4c7115],input[type=search][data-v-4c4c7115],input[type=text][data-v-4c4c7115],input[type=file][data-v-4c4c7115],input[type=email][data-v-4c4c7115],input[type=tel][data-v-4c4c7115],input[type=date][data-v-4c4c7115],input[type=password][data-v-4c4c7115],input[type=url][data-v-4c4c7115],textarea[data-v-4c4c7115]{margin-top:5px;width:100%;font-size:.95em;border-radius:3px;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important;color:#495057;outline:none;padding:5px;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.part[data-v-4c4c7115],input[type=search].part[data-v-4c4c7115],input[type=text].part[data-v-4c4c7115],input[type=file].part[data-v-4c4c7115],input[type=email].part[data-v-4c4c7115],input[type=tel].part[data-v-4c4c7115],input[type=date].part[data-v-4c4c7115],input[type=password].part[data-v-4c4c7115],input[type=url].part[data-v-4c4c7115],textarea.part[data-v-4c4c7115]{width:50%}select[data-v-4c4c7115]:focus-within,input[type=search][data-v-4c4c7115]:focus-within,input[type=text][data-v-4c4c7115]:focus-within,input[type=file][data-v-4c4c7115]:focus-within,input[type=email][data-v-4c4c7115]:focus-within,input[type=tel][data-v-4c4c7115]:focus-within,input[type=date][data-v-4c4c7115]:focus-within,input[type=password][data-v-4c4c7115]:focus-within,input[type=url][data-v-4c4c7115]:focus-within,textarea[data-v-4c4c7115]:focus-within{border-color:gray;outline:none}textarea[data-v-4c4c7115]{min-height:4rem}select[data-v-4c4c7115]{cursor:pointer}select[data-v-4c4c7115]:focus-within{box-shadow:0 0 0 .2rem #80808040;border-color:gray;outline:none}.select-union[data-v-4c4c7115]{display:flex;flex-direction:row;align-items:center;justify-content:center}.select-union[data-v-4c4c7115] :is(select,input){height:29px;border-radius:unset!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.select-union button[data-v-4c4c7115]{margin-top:5px;background-color:gray;max-height:29px;width:29px!important;border-radius:unset!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.select-union button[data-v-4c4c7115]:is(:hover,:focus){border:none!important;outline:none!important;background-color:#222!important}button[data-v-4c4c7115]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;-webkit-user-select:none;user-select:none;cursor:pointer}button i[data-v-4c4c7115]{font-size:1.2em}button span[data-v-4c4c7115]{margin:0 5px}button.outline[data-v-4c4c7115]{border:1px solid #343a40;background-color:transparent;color:#343a40}button.outline[data-v-4c4c7115]:disabled{background-color:gray;cursor:not-allowed}button.outline[data-v-4c4c7115]:focus{outline:none;box-shadow:0 0 0 .2rem #80808040}button.outline[data-v-4c4c7115]:hover:not(:disabled){outline:none;background-color:#23272b;color:#fff}button[data-v-4c4c7115]:disabled{border:none;color:#fff;background-color:gray!important;cursor:not-allowed}button.default[data-v-4c4c7115]{background-color:#343a40;color:#fff}button.default[data-v-4c4c7115]:focus:not(:disabled),button.default[data-v-4c4c7115]:hover:not(:disabled){box-shadow:0 0 0 .2rem #343a4080;background-color:#23272b}button.primary[data-v-4c4c7115]{background-color:green}button.primary[data-v-4c4c7115]:focus-within:not(:disabled),button.primary[data-v-4c4c7115]:hover:not(:disabled){outline:none;background-color:#008000cc}button.secondary[data-v-4c4c7115]{background-color:red}button.secondary[data-v-4c4c7115]:focus-within:not(:disabled),button.secondary[data-v-4c4c7115]:hover:not(:disabled){outline:none;background-color:#f00c}@media only screen and (min-width: 320px){.box:not(.internal) button.outline[data-v-4c4c7115]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-4c4c7115]{display:none!important;font-size:12px}form.alternative .field[data-v-4c4c7115]{width:100%!important}}@media only screen and (min-width: 768px){.box.internal button.outline[data-v-4c4c7115]{width:auto!important}form.alternative .field[data-v-4c4c7115]{width:50%!important}.box:not(.internal) button.outline[data-v-4c4c7115]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-4c4c7115]{display:none!important}}@media only screen and (min-width: 992px){.box:not(.internal) button.outline[data-v-4c4c7115]{padding:10px 15px;border-radius:6px;width:fit-content;height:2.7rem}.box:not(.internal) button.outline span[data-v-4c4c7115]{display:flex!important}}.tabs[data-v-4c4c7115]{display:flex;gap:10px;padding:20px 0 0}.tabs button[data-v-4c4c7115]{padding:8px 16px;border:none;cursor:pointer;color:#bdbdbd!important;background-color:#d4d4d4!important}.tabs button.active[data-v-4c4c7115]{background-color:#252525!important;color:#fff!important}form[data-v-4c4c7115]{width:80%!important}.fields[data-v-4c4c7115]{display:flex;gap:10px!important}form[data-v-f17fa465]{display:flex;flex-direction:column;box-sizing:border-box;width:100%!important;height:100%;gap:5px;padding:15px}form .footer[data-v-f17fa465]{padding-top:20px;padding-bottom:10px;display:flex;flex-direction:row;gap:10px}form .fields[data-v-f17fa465]{position:relative;display:flex;flex-direction:row!important;gap:10px;width:100%}form .field[data-v-f17fa465]{position:relative;width:-webkit-fill-available}form .field .records-locales[data-v-f17fa465]{padding-top:10px;display:flex;flex-direction:column;gap:10px}form .field.error:not(:has(.popover)) select[data-v-f17fa465],form .field.error:not(:has(.popover)) input[data-v-f17fa465]{border:1px solid #ff0000}form .field.error:not(:has(.popover)) label[data-v-f17fa465]{color:red}form .field.error:not(:has(.popover)) small[data-v-f17fa465]{display:block;padding:5px 0}form .field small[data-v-f17fa465]{display:none;color:red}form.alternative[data-v-f17fa465]{flex-direction:row;flex-wrap:wrap;height:fit-content;padding:0!important;gap:0!important}form.alternative .actions[data-v-f17fa465]{padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:5px;gap:10px}form.alternative .field[data-v-f17fa465]{box-sizing:border-box;width:50%!important;min-width:200px;padding:5px;gap:5px;flex-direction:column}form.alternative .field.error select[data-v-f17fa465],form.alternative .field.error input[data-v-f17fa465]{border:1px solid #ff0000}form.alternative .field.error label[data-v-f17fa465]{color:red}form.alternative .field.error small[data-v-f17fa465]{display:block}form.alternative .field small[data-v-f17fa465]{display:none;color:red}form.alternative .field select[data-v-f17fa465],form.alternative .field input[type=search][data-v-f17fa465],form.alternative .field input[type=text][data-v-f17fa465],form.alternative .field input[type=email][data-v-f17fa465],form.alternative .field input[type=date][data-v-f17fa465],form.alternative .field input[type=tel][data-v-f17fa465],form.alternative .field input[type=password][data-v-f17fa465]{background-color:#fff;padding:8px}legend[data-v-f17fa465]{margin-bottom:10px;width:fit-content;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;border-radius:6px;padding:10px;background-color:#222;color:#fff}label[data-v-f17fa465]{font-weight:700;font-size:.8em;text-transform:uppercase;line-height:normal}label.required[data-v-f17fa465]:after{content:"*";margin-left:3px;color:red;cursor:help}select[data-v-f17fa465],input[type=search][data-v-f17fa465],input[type=text][data-v-f17fa465],input[type=file][data-v-f17fa465],input[type=email][data-v-f17fa465],input[type=tel][data-v-f17fa465],input[type=date][data-v-f17fa465],input[type=password][data-v-f17fa465],input[type=url][data-v-f17fa465],textarea[data-v-f17fa465]{margin-top:5px;width:100%;font-size:.95em;border-radius:3px;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important;color:#495057;outline:none;padding:5px;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.part[data-v-f17fa465],input[type=search].part[data-v-f17fa465],input[type=text].part[data-v-f17fa465],input[type=file].part[data-v-f17fa465],input[type=email].part[data-v-f17fa465],input[type=tel].part[data-v-f17fa465],input[type=date].part[data-v-f17fa465],input[type=password].part[data-v-f17fa465],input[type=url].part[data-v-f17fa465],textarea.part[data-v-f17fa465]{width:50%}select[data-v-f17fa465]:focus-within,input[type=search][data-v-f17fa465]:focus-within,input[type=text][data-v-f17fa465]:focus-within,input[type=file][data-v-f17fa465]:focus-within,input[type=email][data-v-f17fa465]:focus-within,input[type=tel][data-v-f17fa465]:focus-within,input[type=date][data-v-f17fa465]:focus-within,input[type=password][data-v-f17fa465]:focus-within,input[type=url][data-v-f17fa465]:focus-within,textarea[data-v-f17fa465]:focus-within{border-color:gray;outline:none}textarea[data-v-f17fa465]{min-height:4rem}select[data-v-f17fa465]{cursor:pointer}select[data-v-f17fa465]:focus-within{box-shadow:0 0 0 .2rem #80808040;border-color:gray;outline:none}.select-union[data-v-f17fa465]{display:flex;flex-direction:row;align-items:center;justify-content:center}.select-union[data-v-f17fa465] :is(select,input){height:29px;border-radius:unset!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.select-union button[data-v-f17fa465]{margin-top:5px;background-color:gray;max-height:29px;width:29px!important;border-radius:unset!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.select-union button[data-v-f17fa465]:is(:hover,:focus){border:none!important;outline:none!important;background-color:#222!important}button[data-v-f17fa465]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;-webkit-user-select:none;user-select:none;cursor:pointer}button[data-v-f17fa465]:disabled{border:none;color:#fff;background-color:gray!important;cursor:not-allowed}button i[data-v-f17fa465]{font-size:1.2em}button span[data-v-f17fa465]{margin:0 5px}button.outline[data-v-f17fa465]{border:1px solid #343a40;background-color:transparent;color:#343a40}button.outline[data-v-f17fa465]:disabled{background-color:gray;cursor:not-allowed}button.outline[data-v-f17fa465]:focus{outline:none;box-shadow:0 0 0 .2rem #80808040}button.outline[data-v-f17fa465]:hover:not(:disabled){outline:none;background-color:#23272b;color:#fff}button.default[data-v-f17fa465]{background-color:#343a40;color:#fff}button.default[data-v-f17fa465]:focus:not(:disabled),button.default[data-v-f17fa465]:hover:not(:disabled){box-shadow:0 0 0 .2rem #343a4080;background-color:#23272b}button.primary[data-v-f17fa465]{background-color:green}button.primary[data-v-f17fa465]:focus-within:not(:disabled),button.primary[data-v-f17fa465]:hover:not(:disabled){outline:none;background-color:#008000cc}button.secondary[data-v-f17fa465]{background-color:red}button.secondary[data-v-f17fa465]:focus-within:not(:disabled),button.secondary[data-v-f17fa465]:hover:not(:disabled){outline:none;background-color:#f00c}@media only screen and (min-width: 320px){.box:not(.internal) button.outline[data-v-f17fa465]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-f17fa465]{display:none!important}form.alternative .field[data-v-f17fa465]{width:100%!important}}@media only screen and (min-width: 768px){.box.internal button.outline[data-v-f17fa465]{width:auto!important}form.alternative .field[data-v-f17fa465]{width:50%!important}.box:not(.internal) button.outline[data-v-f17fa465]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-f17fa465]{display:none!important}}@media only screen and (min-width: 992px){.box:not(.internal) button.outline[data-v-f17fa465]{padding:10px 15px;border-radius:6px;width:fit-content;height:2.7rem}.box:not(.internal) button.outline span[data-v-f17fa465]{display:flex!important}}@media only screen and (max-width: 700px){.fields[data-v-f17fa465]{flex-direction:column;flex-wrap:wrap;padding-bottom:20px;padding-top:20px;border-bottom:1px dashed #cccccc}}[data-v-f17fa465] .modal main{position:relative;display:flex;flex-wrap:wrap;box-sizing:border-box;max-height:70vh!important;overflow-y:auto}.title[data-v-f17fa465]{display:flex;flex-direction:row;align-items:center;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.title h1[data-v-f17fa465]{font-size:1.5em}.title i[data-v-f17fa465]{font-size:2em;margin-left:10px;margin-right:10px}@media only screen and (max-width: 700px){[data-v-f17fa465] .modal{max-width:80%!important}}table[data-v-10cb81de]{border-collapse:collapse;width:100%;table-layout:fixed}table th[data-v-10cb81de],table td[data-v-10cb81de]{padding:.625em;text-align:center}table th span[data-v-10cb81de],table td span[data-v-10cb81de]{display:block;min-height:15px!important}table th[data-v-10cb81de]{font-size:.85em;letter-spacing:.1em;text-transform:uppercase;border-bottom:2px solid #ddd}table tbody tr[data-v-10cb81de]:nth-child(odd){background-color:#f9f9f9}@media screen and (max-width: 1200px){table th[data-v-10cb81de]{font-size:.6em!important}}@media screen and (max-width: 1000px){table th[data-v-10cb81de]{font-size:.55em!important}}@media screen and (max-width: 600px){table[data-v-10cb81de]{border:0}table thead[data-v-10cb81de]{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}table tr[data-v-10cb81de]{border-bottom:3px solid #f9f9f9;display:block;margin-bottom:.625em}table td[data-v-10cb81de]{border-bottom:1px solid #ddd;display:block;font-size:.8em;text-align:right}table td[data-v-10cb81de]:not(:last-child):before{content:attr(data-label);float:left;font-weight:700;text-transform:uppercase}table td[data-v-10cb81de]:last-child{border-bottom:0}table tbody tr[data-v-10cb81de]:nth-child(odd){background-color:unset}table tbody td[data-v-10cb81de]:nth-child(odd){background-color:#f2f2f2}}form[data-v-869e561b]{display:flex;flex-direction:column;box-sizing:border-box;width:100%!important;height:100%;gap:5px;padding:15px}form .footer[data-v-869e561b]{padding-top:20px;padding-bottom:10px;display:flex;flex-direction:row;gap:10px}form .fields[data-v-869e561b]{position:relative;display:flex;flex-direction:row!important;gap:10px;width:100%}form .field[data-v-869e561b]{position:relative;width:-webkit-fill-available}form .field .records-locales[data-v-869e561b]{padding-top:10px;display:flex;flex-direction:column;gap:10px}form .field.error:not(:has(.popover)) select[data-v-869e561b],form .field.error:not(:has(.popover)) input[data-v-869e561b]{border:1px solid #ff0000}form .field.error:not(:has(.popover)) label[data-v-869e561b]{color:red}form .field.error:not(:has(.popover)) small[data-v-869e561b]{display:block;padding:5px 0}form .field small[data-v-869e561b]{display:none;color:red}form.alternative[data-v-869e561b]{flex-direction:row;flex-wrap:wrap;height:fit-content;padding:0!important;gap:0!important}form.alternative .actions[data-v-869e561b]{padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:5px;gap:10px}form.alternative .field[data-v-869e561b]{box-sizing:border-box;width:50%!important;min-width:200px;padding:5px;gap:5px;flex-direction:column}form.alternative .field.error select[data-v-869e561b],form.alternative .field.error input[data-v-869e561b]{border:1px solid #ff0000}form.alternative .field.error label[data-v-869e561b]{color:red}form.alternative .field.error small[data-v-869e561b]{display:block}form.alternative .field small[data-v-869e561b]{display:none;color:red}form.alternative .field select[data-v-869e561b],form.alternative .field input[type=search][data-v-869e561b],form.alternative .field input[type=text][data-v-869e561b],form.alternative .field input[type=email][data-v-869e561b],form.alternative .field input[type=date][data-v-869e561b],form.alternative .field input[type=tel][data-v-869e561b],form.alternative .field input[type=password][data-v-869e561b]{background-color:#fff;padding:8px}legend[data-v-869e561b]{margin-bottom:10px;width:fit-content;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;border-radius:6px;padding:10px;background-color:#222;color:#fff}label[data-v-869e561b]{font-weight:700;font-size:.8em;text-transform:uppercase;line-height:normal}label.required[data-v-869e561b]:after{content:"*";margin-left:3px;color:red;cursor:help}select[data-v-869e561b],input[type=search][data-v-869e561b],input[type=text][data-v-869e561b],input[type=file][data-v-869e561b],input[type=email][data-v-869e561b],input[type=tel][data-v-869e561b],input[type=date][data-v-869e561b],input[type=password][data-v-869e561b],input[type=url][data-v-869e561b],textarea[data-v-869e561b]{margin-top:5px;width:100%;font-size:.95em;border-radius:3px;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important;color:#495057;outline:none;padding:5px;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.part[data-v-869e561b],input[type=search].part[data-v-869e561b],input[type=text].part[data-v-869e561b],input[type=file].part[data-v-869e561b],input[type=email].part[data-v-869e561b],input[type=tel].part[data-v-869e561b],input[type=date].part[data-v-869e561b],input[type=password].part[data-v-869e561b],input[type=url].part[data-v-869e561b],textarea.part[data-v-869e561b]{width:50%}select[data-v-869e561b]:focus-within,input[type=search][data-v-869e561b]:focus-within,input[type=text][data-v-869e561b]:focus-within,input[type=file][data-v-869e561b]:focus-within,input[type=email][data-v-869e561b]:focus-within,input[type=tel][data-v-869e561b]:focus-within,input[type=date][data-v-869e561b]:focus-within,input[type=password][data-v-869e561b]:focus-within,input[type=url][data-v-869e561b]:focus-within,textarea[data-v-869e561b]:focus-within{border-color:gray;outline:none}textarea[data-v-869e561b]{min-height:4rem}select[data-v-869e561b]{cursor:pointer}select[data-v-869e561b]:focus-within{box-shadow:0 0 0 .2rem #80808040;border-color:gray;outline:none}.select-union[data-v-869e561b]{display:flex;flex-direction:row;align-items:center;justify-content:center}.select-union[data-v-869e561b] :is(select,input){height:29px;border-radius:unset!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.select-union button[data-v-869e561b]{margin-top:5px;background-color:gray;max-height:29px;width:29px!important;border-radius:unset!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.select-union button[data-v-869e561b]:is(:hover,:focus){border:none!important;outline:none!important;background-color:#222!important}button[data-v-869e561b]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;-webkit-user-select:none;user-select:none;cursor:pointer}button[data-v-869e561b]:disabled{border:none;color:#fff;background-color:gray!important;cursor:not-allowed}button i[data-v-869e561b]{font-size:1.2em}button span[data-v-869e561b]{margin:0 5px}button.outline[data-v-869e561b]{border:1px solid #343a40;background-color:transparent;color:#343a40}button.outline[data-v-869e561b]:disabled{background-color:gray;cursor:not-allowed}button.outline[data-v-869e561b]:focus{outline:none;box-shadow:0 0 0 .2rem #80808040}button.outline[data-v-869e561b]:hover:not(:disabled){outline:none;background-color:#23272b;color:#fff}button.default[data-v-869e561b]{background-color:#343a40;color:#fff}button.default[data-v-869e561b]:focus:not(:disabled),button.default[data-v-869e561b]:hover:not(:disabled){box-shadow:0 0 0 .2rem #343a4080;background-color:#23272b}button.primary[data-v-869e561b]{background-color:green}button.primary[data-v-869e561b]:focus-within:not(:disabled),button.primary[data-v-869e561b]:hover:not(:disabled){outline:none;background-color:#008000cc}button.secondary[data-v-869e561b]{background-color:red}button.secondary[data-v-869e561b]:focus-within:not(:disabled),button.secondary[data-v-869e561b]:hover:not(:disabled){outline:none;background-color:#f00c}@media only screen and (min-width: 320px){.box:not(.internal) button.outline[data-v-869e561b]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-869e561b]{display:none!important}form.alternative .field[data-v-869e561b]{width:100%!important}}@media only screen and (min-width: 768px){.box.internal button.outline[data-v-869e561b]{width:auto!important}form.alternative .field[data-v-869e561b]{width:50%!important}.box:not(.internal) button.outline[data-v-869e561b]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-869e561b]{display:none!important}}@media only screen and (min-width: 992px){.box:not(.internal) button.outline[data-v-869e561b]{padding:10px 15px;border-radius:6px;width:fit-content;height:2.7rem}.box:not(.internal) button.outline span[data-v-869e561b]{display:flex!important}}@media only screen and (max-width: 700px){.fields[data-v-869e561b]{flex-direction:column;flex-wrap:wrap;padding-bottom:20px;padding-top:20px;border-bottom:1px dashed #cccccc}}[data-v-869e561b] .modal{max-width:70%!important}[data-v-869e561b] .modal main{position:relative;display:flex;flex-wrap:wrap;box-sizing:border-box;max-height:70vh!important;overflow-y:auto}[data-v-869e561b] .modal main::-webkit-scrollbar{width:6px;height:6px;background-color:#9b9b9b}[data-v-869e561b] .modal main::-webkit-scrollbar-track{background:#d4d4d4}[data-v-869e561b] .modal main::-webkit-scrollbar-thumb{background-color:#a7a7a7;border-radius:3px;border:none}[data-v-869e561b] .modal main::-webkit-scrollbar-thumb:hover{background-color:#868686}.error-message[data-v-869e561b]{display:flex;gap:8px;align-items:center}.title[data-v-869e561b]{display:flex;flex-direction:row;align-items:center;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.title h1[data-v-869e561b]{font-size:1.5em}.title i[data-v-869e561b]{font-size:2em;margin-left:10px;margin-right:10px}.mapping-form[data-v-869e561b]{display:flex;flex-direction:column;flex:1;box-sizing:border-box;padding:30px}.mapping-form .form-row[data-v-869e561b]{display:flex;flex-direction:row;gap:1em}@media only screen and (max-width: 700px){.mapping-form .form-row[data-v-869e561b]{flex-direction:column}}.mapping-form .form-group[data-v-869e561b]{flex:1;margin-bottom:1em}.mapping-form .form-group label[data-v-869e561b]{display:block;font-weight:700}.mapping-form .form-group select[data-v-869e561b]{width:100%}@media only screen and (max-width: 700px){[data-v-869e561b] .modal{max-width:80%!important}}.module[data-v-b6805cc2]{position:relative;display:flex;flex-direction:column;flex:1;padding:20px;gap:20px;overflow:auto}.module h1[data-v-b6805cc2]{margin-left:15px;font-size:1.4em;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.module section[data-v-b6805cc2]{margin-top:5px;width:100%}.module section input[type=search][data-v-b6805cc2]{padding:12px}.module header[data-v-b6805cc2]{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.module .records[data-v-b6805cc2]{margin-top:20px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.module .empty[data-v-b6805cc2]{display:flex;flex-direction:column;width:100%;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;margin:auto;gap:10px;-webkit-user-select:none;user-select:none}.module .empty i[data-v-b6805cc2]{font-size:6em;color:#495057}.module .empty span[data-v-b6805cc2]{width:80%;color:#495057;font-size:1em}.module .internal .actions[data-v-b6805cc2]{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:10px}.module[data-v-b6805cc2] .pagination{margin-top:12px}@media only screen and (min-width: 320px){.internal .actions[data-v-b6805cc2]{justify-content:space-between}.internal .actions button[data-v-b6805cc2]{width:48%!important}}@media only screen and (min-width: 768px){.internal .actions[data-v-b6805cc2]{justify-content:unset;gap:10px}.internal .actions button[data-v-b6805cc2]{width:48%!important}}.options[data-v-b6805cc2]{margin-top:16px;position:absolute;right:20px;top:10px;z-index:10}.cards[data-v-b6805cc2]{margin-top:16px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.filters-list[data-v-b6805cc2]{display:flex;flex-direction:row;gap:10px;box-sizing:border-box;padding:10px 5px;position:relative;width:100%!important}.filters-list .costcenters[data-v-b6805cc2],.filters-list .categories[data-v-b6805cc2]{display:flex;flex-direction:column;gap:5px;flex-wrap:wrap}input[type=file][data-v-b6805cc2]{display:none!important}@media only screen and (max-width: 1000px) and (orientation: portrait){.options[data-v-b6805cc2]{top:-10px}.filters-list[data-v-b6805cc2]{flex-direction:column}.filters-list .costcenters[data-v-b6805cc2],.filters-list .categories[data-v-b6805cc2]{width:100%!important}}@media only screen and (max-width: 767px) and (orientation: portrait){.options[data-v-b6805cc2]{position:relative;top:2px;left:0;width:100%}}form[data-v-c660ed54]{display:flex;flex-direction:column;box-sizing:border-box;height:100%;gap:5px;padding:15px}form .footer[data-v-c660ed54]{padding-top:20px;padding-bottom:10px;display:flex;flex-direction:row;gap:10px}form .field[data-v-c660ed54]{position:relative}form .field .records-locales[data-v-c660ed54]{padding-top:10px;display:flex;flex-direction:column;gap:10px}form .field.error:not(:has(.popover)) select[data-v-c660ed54],form .field.error:not(:has(.popover)) input[data-v-c660ed54]{border:1px solid #ff0000}form .field.error:not(:has(.popover)) label[data-v-c660ed54]{color:red}form .field.error:not(:has(.popover)) small[data-v-c660ed54]{display:block;padding:5px 0}form .field small[data-v-c660ed54]{display:none;color:red}form.alternative[data-v-c660ed54]{flex-direction:row;flex-wrap:wrap;height:fit-content;padding:0!important;gap:0!important}form.alternative .actions[data-v-c660ed54]{padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:5px;gap:10px}form.alternative .field[data-v-c660ed54]{box-sizing:border-box;width:50%!important;min-width:200px;padding:5px;gap:5px;flex-direction:column}form.alternative .field.error select[data-v-c660ed54],form.alternative .field.error input[data-v-c660ed54]{border:1px solid #ff0000}form.alternative .field.error label[data-v-c660ed54]{color:red}form.alternative .field.error small[data-v-c660ed54]{display:block}form.alternative .field small[data-v-c660ed54]{display:none;color:red}form.alternative .field select[data-v-c660ed54],form.alternative .field input[type=search][data-v-c660ed54],form.alternative .field input[type=text][data-v-c660ed54],form.alternative .field input[type=email][data-v-c660ed54],form.alternative .field input[type=date][data-v-c660ed54],form.alternative .field input[type=tel][data-v-c660ed54],form.alternative .field input[type=password][data-v-c660ed54]{background-color:#fff;padding:8px}legend[data-v-c660ed54]{margin-bottom:10px;width:fit-content;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;border-radius:6px;padding:10px;background-color:#222;color:#fff}label[data-v-c660ed54]{font-weight:700;font-size:.8em;text-transform:uppercase;line-height:normal}label.required[data-v-c660ed54]:after{content:"*";margin-left:3px;color:red;cursor:help}select[data-v-c660ed54],input[type=search][data-v-c660ed54],input[type=text][data-v-c660ed54],input[type=file][data-v-c660ed54],input[type=email][data-v-c660ed54],input[type=tel][data-v-c660ed54],input[type=date][data-v-c660ed54],input[type=password][data-v-c660ed54],input[type=url][data-v-c660ed54],textarea[data-v-c660ed54]{margin-top:5px;width:100%;font-size:.95em;border-radius:3px;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important;color:#495057;outline:none;padding:5px;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.part[data-v-c660ed54],input[type=search].part[data-v-c660ed54],input[type=text].part[data-v-c660ed54],input[type=file].part[data-v-c660ed54],input[type=email].part[data-v-c660ed54],input[type=tel].part[data-v-c660ed54],input[type=date].part[data-v-c660ed54],input[type=password].part[data-v-c660ed54],input[type=url].part[data-v-c660ed54],textarea.part[data-v-c660ed54]{width:50%}select[data-v-c660ed54]:focus-within,input[type=search][data-v-c660ed54]:focus-within,input[type=text][data-v-c660ed54]:focus-within,input[type=file][data-v-c660ed54]:focus-within,input[type=email][data-v-c660ed54]:focus-within,input[type=tel][data-v-c660ed54]:focus-within,input[type=date][data-v-c660ed54]:focus-within,input[type=password][data-v-c660ed54]:focus-within,input[type=url][data-v-c660ed54]:focus-within,textarea[data-v-c660ed54]:focus-within{border-color:gray;outline:none}textarea[data-v-c660ed54]{min-height:4rem}select[data-v-c660ed54]{cursor:pointer}select[data-v-c660ed54]:focus-within{box-shadow:0 0 0 .2rem #80808040;border-color:gray;outline:none}.select-union[data-v-c660ed54]{display:flex;flex-direction:row;align-items:center;justify-content:center}.select-union[data-v-c660ed54] :is(select,input){height:29px;border-radius:unset!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.select-union button[data-v-c660ed54]{margin-top:5px;background-color:gray;max-height:29px;width:29px!important;border-radius:unset!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.select-union button[data-v-c660ed54]:is(:hover,:focus){border:none!important;outline:none!important;background-color:#222!important}button[data-v-c660ed54]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;-webkit-user-select:none;user-select:none;cursor:pointer}button i[data-v-c660ed54]{font-size:1.2em}button span[data-v-c660ed54]{margin:0 5px}button.outline[data-v-c660ed54]{border:1px solid #343a40;background-color:transparent;color:#343a40}button.outline[data-v-c660ed54]:disabled{background-color:gray;cursor:not-allowed}button.outline[data-v-c660ed54]:focus{outline:none;box-shadow:0 0 0 .2rem #80808040}button.outline[data-v-c660ed54]:hover:not(:disabled){outline:none;background-color:#23272b;color:#fff}button[data-v-c660ed54]:disabled{border:none;color:#fff;background-color:gray!important;cursor:not-allowed}button.default[data-v-c660ed54]{background-color:#343a40;color:#fff}button.default[data-v-c660ed54]:focus:not(:disabled),button.default[data-v-c660ed54]:hover:not(:disabled){box-shadow:0 0 0 .2rem #343a4080;background-color:#23272b}button.primary[data-v-c660ed54]{background-color:green}button.primary[data-v-c660ed54]:focus-within:not(:disabled),button.primary[data-v-c660ed54]:hover:not(:disabled){outline:none;background-color:#008000cc}button.secondary[data-v-c660ed54]{background-color:red}button.secondary[data-v-c660ed54]:focus-within:not(:disabled),button.secondary[data-v-c660ed54]:hover:not(:disabled){outline:none;background-color:#f00c}@media only screen and (min-width: 320px){.box:not(.internal) button.outline[data-v-c660ed54]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-c660ed54]{display:none!important;font-size:12px}form.alternative .field[data-v-c660ed54]{width:100%!important}}@media only screen and (min-width: 768px){.box.internal button.outline[data-v-c660ed54]{width:auto!important}form.alternative .field[data-v-c660ed54]{width:50%!important}.box:not(.internal) button.outline[data-v-c660ed54]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-c660ed54]{display:none!important}}@media only screen and (min-width: 992px){.box:not(.internal) button.outline[data-v-c660ed54]{padding:10px 15px;border-radius:6px;width:fit-content;height:2.7rem}.box:not(.internal) button.outline span[data-v-c660ed54]{display:flex!important}}form[data-v-f02b1726]{display:flex;flex-direction:column;box-sizing:border-box;height:100%;gap:5px;padding:15px}form .footer[data-v-f02b1726]{padding-top:20px;padding-bottom:10px;display:flex;flex-direction:row;gap:10px}form .field[data-v-f02b1726]{position:relative}form .field .records-locales[data-v-f02b1726]{padding-top:10px;display:flex;flex-direction:column;gap:10px}form .field.error:not(:has(.popover)) select[data-v-f02b1726],form .field.error:not(:has(.popover)) input[data-v-f02b1726]{border:1px solid #ff0000}form .field.error:not(:has(.popover)) label[data-v-f02b1726]{color:red}form .field.error:not(:has(.popover)) small[data-v-f02b1726]{display:block;padding:5px 0}form .field small[data-v-f02b1726]{display:none;color:red}form.alternative[data-v-f02b1726]{flex-direction:row;flex-wrap:wrap;height:fit-content;padding:0!important;gap:0!important}form.alternative .actions[data-v-f02b1726]{padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:5px;gap:10px}form.alternative .field[data-v-f02b1726]{box-sizing:border-box;width:50%!important;min-width:200px;padding:5px;gap:5px;flex-direction:column}form.alternative .field.error select[data-v-f02b1726],form.alternative .field.error input[data-v-f02b1726]{border:1px solid #ff0000}form.alternative .field.error label[data-v-f02b1726]{color:red}form.alternative .field.error small[data-v-f02b1726]{display:block}form.alternative .field small[data-v-f02b1726]{display:none;color:red}form.alternative .field select[data-v-f02b1726],form.alternative .field input[type=search][data-v-f02b1726],form.alternative .field input[type=text][data-v-f02b1726],form.alternative .field input[type=email][data-v-f02b1726],form.alternative .field input[type=date][data-v-f02b1726],form.alternative .field input[type=tel][data-v-f02b1726],form.alternative .field input[type=password][data-v-f02b1726]{background-color:#fff;padding:8px}legend[data-v-f02b1726]{margin-bottom:10px;width:fit-content;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;border-radius:6px;padding:10px;background-color:#222;color:#fff}label[data-v-f02b1726]{font-weight:700;font-size:.8em;text-transform:uppercase;line-height:normal}label.required[data-v-f02b1726]:after{content:"*";margin-left:3px;color:red;cursor:help}select[data-v-f02b1726],input[type=search][data-v-f02b1726],input[type=text][data-v-f02b1726],input[type=file][data-v-f02b1726],input[type=email][data-v-f02b1726],input[type=tel][data-v-f02b1726],input[type=date][data-v-f02b1726],input[type=password][data-v-f02b1726],input[type=url][data-v-f02b1726],textarea[data-v-f02b1726]{margin-top:5px;width:100%;font-size:.95em;border-radius:3px;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important;color:#495057;outline:none;padding:5px;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.part[data-v-f02b1726],input[type=search].part[data-v-f02b1726],input[type=text].part[data-v-f02b1726],input[type=file].part[data-v-f02b1726],input[type=email].part[data-v-f02b1726],input[type=tel].part[data-v-f02b1726],input[type=date].part[data-v-f02b1726],input[type=password].part[data-v-f02b1726],input[type=url].part[data-v-f02b1726],textarea.part[data-v-f02b1726]{width:50%}select[data-v-f02b1726]:focus-within,input[type=search][data-v-f02b1726]:focus-within,input[type=text][data-v-f02b1726]:focus-within,input[type=file][data-v-f02b1726]:focus-within,input[type=email][data-v-f02b1726]:focus-within,input[type=tel][data-v-f02b1726]:focus-within,input[type=date][data-v-f02b1726]:focus-within,input[type=password][data-v-f02b1726]:focus-within,input[type=url][data-v-f02b1726]:focus-within,textarea[data-v-f02b1726]:focus-within{border-color:gray;outline:none}textarea[data-v-f02b1726]{min-height:4rem}select[data-v-f02b1726]{cursor:pointer}select[data-v-f02b1726]:focus-within{box-shadow:0 0 0 .2rem #80808040;border-color:gray;outline:none}.select-union[data-v-f02b1726]{display:flex;flex-direction:row;align-items:center;justify-content:center}.select-union[data-v-f02b1726] :is(select,input){height:29px;border-radius:unset!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.select-union button[data-v-f02b1726]{margin-top:5px;background-color:gray;max-height:29px;width:29px!important;border-radius:unset!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.select-union button[data-v-f02b1726]:is(:hover,:focus){border:none!important;outline:none!important;background-color:#222!important}button[data-v-f02b1726]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;-webkit-user-select:none;user-select:none;cursor:pointer}button i[data-v-f02b1726]{font-size:1.2em}button span[data-v-f02b1726]{margin:0 5px}button.outline[data-v-f02b1726]{border:1px solid #343a40;background-color:transparent;color:#343a40}button.outline[data-v-f02b1726]:disabled{background-color:gray;cursor:not-allowed}button.outline[data-v-f02b1726]:focus{outline:none;box-shadow:0 0 0 .2rem #80808040}button.outline[data-v-f02b1726]:hover:not(:disabled){outline:none;background-color:#23272b;color:#fff}button[data-v-f02b1726]:disabled{border:none;color:#fff;background-color:gray!important;cursor:not-allowed}button.default[data-v-f02b1726]{background-color:#343a40;color:#fff}button.default[data-v-f02b1726]:focus:not(:disabled),button.default[data-v-f02b1726]:hover:not(:disabled){box-shadow:0 0 0 .2rem #343a4080;background-color:#23272b}button.primary[data-v-f02b1726]{background-color:green}button.primary[data-v-f02b1726]:focus-within:not(:disabled),button.primary[data-v-f02b1726]:hover:not(:disabled){outline:none;background-color:#008000cc}button.secondary[data-v-f02b1726]{background-color:red}button.secondary[data-v-f02b1726]:focus-within:not(:disabled),button.secondary[data-v-f02b1726]:hover:not(:disabled){outline:none;background-color:#f00c}@media only screen and (min-width: 320px){.box:not(.internal) button.outline[data-v-f02b1726]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-f02b1726]{display:none!important;font-size:12px}form.alternative .field[data-v-f02b1726]{width:100%!important}}@media only screen and (min-width: 768px){.box.internal button.outline[data-v-f02b1726]{width:auto!important}form.alternative .field[data-v-f02b1726]{width:50%!important}.box:not(.internal) button.outline[data-v-f02b1726]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-f02b1726]{display:none!important}}@media only screen and (min-width: 992px){.box:not(.internal) button.outline[data-v-f02b1726]{padding:10px 15px;border-radius:6px;width:fit-content;height:2.7rem}.box:not(.internal) button.outline span[data-v-f02b1726]{display:flex!important}}.module[data-v-f02b1726]{position:relative;display:flex;flex-direction:column;flex:1;padding:20px;gap:20px;overflow:auto}.module h1[data-v-f02b1726]{margin-left:15px;font-size:1.4em;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.module section[data-v-f02b1726]{margin-top:5px;width:100%}.module section input[type=search][data-v-f02b1726]{padding:12px}.module header[data-v-f02b1726]{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.module .records[data-v-f02b1726]{margin-top:20px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.module .empty[data-v-f02b1726]{display:flex;flex-direction:column;width:100%;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;margin:auto;gap:10px;-webkit-user-select:none;user-select:none}.module .empty i[data-v-f02b1726]{font-size:6em;color:#495057}.module .empty span[data-v-f02b1726]{width:80%;color:#495057;font-size:1em}.module .internal .actions[data-v-f02b1726]{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:10px}.module[data-v-f02b1726] .pagination{margin-top:12px}@media only screen and (min-width: 320px){.internal .actions[data-v-f02b1726]{justify-content:space-between}.internal .actions button[data-v-f02b1726]{width:48%!important}}@media only screen and (min-width: 768px){.internal .actions[data-v-f02b1726]{justify-content:unset;gap:10px}.internal .actions button[data-v-f02b1726]{width:48%!important}}form[data-v-f2f309e5]{display:flex;flex-direction:column;box-sizing:border-box;height:100%;gap:5px;padding:15px}form .footer[data-v-f2f309e5]{padding-top:20px;padding-bottom:10px;display:flex;flex-direction:row;gap:10px}form .field[data-v-f2f309e5]{position:relative}form .field .records-locales[data-v-f2f309e5]{padding-top:10px;display:flex;flex-direction:column;gap:10px}form .field.error:not(:has(.popover)) select[data-v-f2f309e5],form .field.error:not(:has(.popover)) input[data-v-f2f309e5]{border:1px solid #ff0000}form .field.error:not(:has(.popover)) label[data-v-f2f309e5]{color:red}form .field.error:not(:has(.popover)) small[data-v-f2f309e5]{display:block;padding:5px 0}form .field small[data-v-f2f309e5]{display:none;color:red}form.alternative[data-v-f2f309e5]{flex-direction:row;flex-wrap:wrap;height:fit-content;padding:0!important;gap:0!important}form.alternative .actions[data-v-f2f309e5]{padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:5px;gap:10px}form.alternative .field[data-v-f2f309e5]{box-sizing:border-box;width:50%!important;min-width:200px;padding:5px;gap:5px;flex-direction:column}form.alternative .field.error select[data-v-f2f309e5],form.alternative .field.error input[data-v-f2f309e5]{border:1px solid #ff0000}form.alternative .field.error label[data-v-f2f309e5]{color:red}form.alternative .field.error small[data-v-f2f309e5]{display:block}form.alternative .field small[data-v-f2f309e5]{display:none;color:red}form.alternative .field select[data-v-f2f309e5],form.alternative .field input[type=search][data-v-f2f309e5],form.alternative .field input[type=text][data-v-f2f309e5],form.alternative .field input[type=email][data-v-f2f309e5],form.alternative .field input[type=date][data-v-f2f309e5],form.alternative .field input[type=tel][data-v-f2f309e5],form.alternative .field input[type=password][data-v-f2f309e5]{background-color:#fff;padding:8px}legend[data-v-f2f309e5]{margin-bottom:10px;width:fit-content;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;border-radius:6px;padding:10px;background-color:#222;color:#fff}label[data-v-f2f309e5]{font-weight:700;font-size:.8em;text-transform:uppercase;line-height:normal}label.required[data-v-f2f309e5]:after{content:"*";margin-left:3px;color:red;cursor:help}select[data-v-f2f309e5],input[type=search][data-v-f2f309e5],input[type=text][data-v-f2f309e5],input[type=file][data-v-f2f309e5],input[type=email][data-v-f2f309e5],input[type=tel][data-v-f2f309e5],input[type=date][data-v-f2f309e5],input[type=password][data-v-f2f309e5],input[type=url][data-v-f2f309e5],textarea[data-v-f2f309e5]{margin-top:5px;width:100%;font-size:.95em;border-radius:3px;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important;color:#495057;outline:none;padding:5px;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.part[data-v-f2f309e5],input[type=search].part[data-v-f2f309e5],input[type=text].part[data-v-f2f309e5],input[type=file].part[data-v-f2f309e5],input[type=email].part[data-v-f2f309e5],input[type=tel].part[data-v-f2f309e5],input[type=date].part[data-v-f2f309e5],input[type=password].part[data-v-f2f309e5],input[type=url].part[data-v-f2f309e5],textarea.part[data-v-f2f309e5]{width:50%}select[data-v-f2f309e5]:focus-within,input[type=search][data-v-f2f309e5]:focus-within,input[type=text][data-v-f2f309e5]:focus-within,input[type=file][data-v-f2f309e5]:focus-within,input[type=email][data-v-f2f309e5]:focus-within,input[type=tel][data-v-f2f309e5]:focus-within,input[type=date][data-v-f2f309e5]:focus-within,input[type=password][data-v-f2f309e5]:focus-within,input[type=url][data-v-f2f309e5]:focus-within,textarea[data-v-f2f309e5]:focus-within{border-color:gray;outline:none}textarea[data-v-f2f309e5]{min-height:4rem}select[data-v-f2f309e5]{cursor:pointer}select[data-v-f2f309e5]:focus-within{box-shadow:0 0 0 .2rem #80808040;border-color:gray;outline:none}.select-union[data-v-f2f309e5]{display:flex;flex-direction:row;align-items:center;justify-content:center}.select-union[data-v-f2f309e5] :is(select,input){height:29px;border-radius:unset!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.select-union button[data-v-f2f309e5]{margin-top:5px;background-color:gray;max-height:29px;width:29px!important;border-radius:unset!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.select-union button[data-v-f2f309e5]:is(:hover,:focus){border:none!important;outline:none!important;background-color:#222!important}button[data-v-f2f309e5]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;-webkit-user-select:none;user-select:none;cursor:pointer}button i[data-v-f2f309e5]{font-size:1.2em}button span[data-v-f2f309e5]{margin:0 5px}button.outline[data-v-f2f309e5]{border:1px solid #343a40;background-color:transparent;color:#343a40}button.outline[data-v-f2f309e5]:disabled{background-color:gray;cursor:not-allowed}button.outline[data-v-f2f309e5]:focus{outline:none;box-shadow:0 0 0 .2rem #80808040}button.outline[data-v-f2f309e5]:hover:not(:disabled){outline:none;background-color:#23272b;color:#fff}button[data-v-f2f309e5]:disabled{border:none;color:#fff;background-color:gray!important;cursor:not-allowed}button.default[data-v-f2f309e5]{background-color:#343a40;color:#fff}button.default[data-v-f2f309e5]:focus:not(:disabled),button.default[data-v-f2f309e5]:hover:not(:disabled){box-shadow:0 0 0 .2rem #343a4080;background-color:#23272b}button.primary[data-v-f2f309e5]{background-color:green}button.primary[data-v-f2f309e5]:focus-within:not(:disabled),button.primary[data-v-f2f309e5]:hover:not(:disabled){outline:none;background-color:#008000cc}button.secondary[data-v-f2f309e5]{background-color:red}button.secondary[data-v-f2f309e5]:focus-within:not(:disabled),button.secondary[data-v-f2f309e5]:hover:not(:disabled){outline:none;background-color:#f00c}@media only screen and (min-width: 320px){.box:not(.internal) button.outline[data-v-f2f309e5]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-f2f309e5]{display:none!important;font-size:12px}form.alternative .field[data-v-f2f309e5]{width:100%!important}}@media only screen and (min-width: 768px){.box.internal button.outline[data-v-f2f309e5]{width:auto!important}form.alternative .field[data-v-f2f309e5]{width:50%!important}.box:not(.internal) button.outline[data-v-f2f309e5]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-f2f309e5]{display:none!important}}@media only screen and (min-width: 992px){.box:not(.internal) button.outline[data-v-f2f309e5]{padding:10px 15px;border-radius:6px;width:fit-content;height:2.7rem}.box:not(.internal) button.outline span[data-v-f2f309e5]{display:flex!important}}.module[data-v-a0f7e647]{position:relative;display:flex;flex-direction:column;flex:1;padding:20px;gap:20px;overflow:auto}.module h1[data-v-a0f7e647]{margin-left:15px;font-size:1.4em;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.module section[data-v-a0f7e647]{margin-top:5px;width:100%}.module section input[type=search][data-v-a0f7e647]{padding:12px}.module header[data-v-a0f7e647]{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.module .records[data-v-a0f7e647]{margin-top:20px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.module .empty[data-v-a0f7e647]{display:flex;flex-direction:column;width:100%;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;margin:auto;gap:10px;-webkit-user-select:none;user-select:none}.module .empty i[data-v-a0f7e647]{font-size:6em;color:#495057}.module .empty span[data-v-a0f7e647]{width:80%;color:#495057;font-size:1em}.module .internal .actions[data-v-a0f7e647]{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:10px}.module[data-v-a0f7e647] .pagination{margin-top:12px}@media only screen and (min-width: 320px){.internal .actions[data-v-a0f7e647]{justify-content:space-between}.internal .actions button[data-v-a0f7e647]{width:48%!important}}@media only screen and (min-width: 768px){.internal .actions[data-v-a0f7e647]{justify-content:unset;gap:10px}.internal .actions button[data-v-a0f7e647]{width:48%!important}}form[data-v-8cac4264]{display:flex;flex-direction:column;box-sizing:border-box;height:100%;gap:5px;padding:15px}form .footer[data-v-8cac4264]{padding-top:20px;padding-bottom:10px;display:flex;flex-direction:row;gap:10px}form .field[data-v-8cac4264]{position:relative}form .field .records-locales[data-v-8cac4264]{padding-top:10px;display:flex;flex-direction:column;gap:10px}form .field.error:not(:has(.popover)) select[data-v-8cac4264],form .field.error:not(:has(.popover)) input[data-v-8cac4264]{border:1px solid #ff0000}form .field.error:not(:has(.popover)) label[data-v-8cac4264]{color:red}form .field.error:not(:has(.popover)) small[data-v-8cac4264]{display:block;padding:5px 0}form .field small[data-v-8cac4264]{display:none;color:red}form.alternative[data-v-8cac4264]{flex-direction:row;flex-wrap:wrap;height:fit-content;padding:0!important;gap:0!important}form.alternative .actions[data-v-8cac4264]{padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:5px;gap:10px}form.alternative .field[data-v-8cac4264]{box-sizing:border-box;width:50%!important;min-width:200px;padding:5px;gap:5px;flex-direction:column}form.alternative .field.error select[data-v-8cac4264],form.alternative .field.error input[data-v-8cac4264]{border:1px solid #ff0000}form.alternative .field.error label[data-v-8cac4264]{color:red}form.alternative .field.error small[data-v-8cac4264]{display:block}form.alternative .field small[data-v-8cac4264]{display:none;color:red}form.alternative .field select[data-v-8cac4264],form.alternative .field input[type=search][data-v-8cac4264],form.alternative .field input[type=text][data-v-8cac4264],form.alternative .field input[type=email][data-v-8cac4264],form.alternative .field input[type=date][data-v-8cac4264],form.alternative .field input[type=tel][data-v-8cac4264],form.alternative .field input[type=password][data-v-8cac4264]{background-color:#fff;padding:8px}legend[data-v-8cac4264]{margin-bottom:10px;width:fit-content;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase;border-radius:6px;padding:10px;background-color:#222;color:#fff}label[data-v-8cac4264]{font-weight:700;font-size:.8em;text-transform:uppercase;line-height:normal}label.required[data-v-8cac4264]:after{content:"*";margin-left:3px;color:red;cursor:help}select[data-v-8cac4264],input[type=search][data-v-8cac4264],input[type=text][data-v-8cac4264],input[type=file][data-v-8cac4264],input[type=email][data-v-8cac4264],input[type=tel][data-v-8cac4264],input[type=date][data-v-8cac4264],input[type=password][data-v-8cac4264],input[type=url][data-v-8cac4264],textarea[data-v-8cac4264]{margin-top:5px;width:100%;font-size:.95em;border-radius:3px;background-color:#fff;border:1px solid #ced4da;box-shadow:0 .125rem .25rem #00000013!important;color:#495057;outline:none;padding:5px;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}select.part[data-v-8cac4264],input[type=search].part[data-v-8cac4264],input[type=text].part[data-v-8cac4264],input[type=file].part[data-v-8cac4264],input[type=email].part[data-v-8cac4264],input[type=tel].part[data-v-8cac4264],input[type=date].part[data-v-8cac4264],input[type=password].part[data-v-8cac4264],input[type=url].part[data-v-8cac4264],textarea.part[data-v-8cac4264]{width:50%}select[data-v-8cac4264]:focus-within,input[type=search][data-v-8cac4264]:focus-within,input[type=text][data-v-8cac4264]:focus-within,input[type=file][data-v-8cac4264]:focus-within,input[type=email][data-v-8cac4264]:focus-within,input[type=tel][data-v-8cac4264]:focus-within,input[type=date][data-v-8cac4264]:focus-within,input[type=password][data-v-8cac4264]:focus-within,input[type=url][data-v-8cac4264]:focus-within,textarea[data-v-8cac4264]:focus-within{border-color:gray;outline:none}textarea[data-v-8cac4264]{min-height:4rem}select[data-v-8cac4264]{cursor:pointer}select[data-v-8cac4264]:focus-within{box-shadow:0 0 0 .2rem #80808040;border-color:gray;outline:none}.select-union[data-v-8cac4264]{display:flex;flex-direction:row;align-items:center;justify-content:center}.select-union[data-v-8cac4264] :is(select,input){height:29px;border-radius:unset!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.select-union button[data-v-8cac4264]{margin-top:5px;background-color:gray;max-height:29px;width:29px!important;border-radius:unset!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.select-union button[data-v-8cac4264]:is(:hover,:focus){border:none!important;outline:none!important;background-color:#222!important}button[data-v-8cac4264]{display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 15px;border-radius:6px;border:none;-webkit-user-select:none;user-select:none;cursor:pointer}button i[data-v-8cac4264]{font-size:1.2em}button span[data-v-8cac4264]{margin:0 5px}button.outline[data-v-8cac4264]{border:1px solid #343a40;background-color:transparent;color:#343a40}button.outline[data-v-8cac4264]:disabled{background-color:gray;cursor:not-allowed}button.outline[data-v-8cac4264]:focus{outline:none;box-shadow:0 0 0 .2rem #80808040}button.outline[data-v-8cac4264]:hover:not(:disabled){outline:none;background-color:#23272b;color:#fff}button[data-v-8cac4264]:disabled{border:none;color:#fff;background-color:gray!important;cursor:not-allowed}button.default[data-v-8cac4264]{background-color:#343a40;color:#fff}button.default[data-v-8cac4264]:focus:not(:disabled),button.default[data-v-8cac4264]:hover:not(:disabled){box-shadow:0 0 0 .2rem #343a4080;background-color:#23272b}button.primary[data-v-8cac4264]{background-color:green}button.primary[data-v-8cac4264]:focus-within:not(:disabled),button.primary[data-v-8cac4264]:hover:not(:disabled){outline:none;background-color:#008000cc}button.secondary[data-v-8cac4264]{background-color:red}button.secondary[data-v-8cac4264]:focus-within:not(:disabled),button.secondary[data-v-8cac4264]:hover:not(:disabled){outline:none;background-color:#f00c}@media only screen and (min-width: 320px){.box:not(.internal) button.outline[data-v-8cac4264]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-8cac4264]{display:none!important;font-size:12px}form.alternative .field[data-v-8cac4264]{width:100%!important}}@media only screen and (min-width: 768px){.box.internal button.outline[data-v-8cac4264]{width:auto!important}form.alternative .field[data-v-8cac4264]{width:50%!important}.box:not(.internal) button.outline[data-v-8cac4264]{border-radius:50%;width:2.5rem;height:2.5rem}.box:not(.internal) button.outline span[data-v-8cac4264]{display:none!important}}@media only screen and (min-width: 992px){.box:not(.internal) button.outline[data-v-8cac4264]{padding:10px 15px;border-radius:6px;width:fit-content;height:2.7rem}.box:not(.internal) button.outline span[data-v-8cac4264]{display:flex!important}}.module[data-v-bc299d76]{position:relative;display:flex;flex-direction:column;flex:1;padding:20px;gap:20px;overflow:auto}.module h1[data-v-bc299d76]{margin-left:15px;font-size:1.4em;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.module section[data-v-bc299d76]{margin-top:5px;width:100%}.module section input[type=search][data-v-bc299d76]{padding:12px}.module header[data-v-bc299d76]{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.module .records[data-v-bc299d76]{margin-top:20px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.module .empty[data-v-bc299d76]{display:flex;flex-direction:column;width:100%;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;margin:auto;gap:10px;-webkit-user-select:none;user-select:none}.module .empty i[data-v-bc299d76]{font-size:6em;color:#495057}.module .empty span[data-v-bc299d76]{width:80%;color:#495057;font-size:1em}.module .internal .actions[data-v-bc299d76]{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:10px}.module[data-v-bc299d76] .pagination{margin-top:12px}@media only screen and (min-width: 320px){.internal .actions[data-v-bc299d76]{justify-content:space-between}.internal .actions button[data-v-bc299d76]{width:48%!important}}@media only screen and (min-width: 768px){.internal .actions[data-v-bc299d76]{justify-content:unset;gap:10px}.internal .actions button[data-v-bc299d76]{width:48%!important}}.module[data-v-8edf39f2]{position:relative;display:flex;flex-direction:column;flex:1;padding:20px;gap:20px;overflow:auto}.module h1[data-v-8edf39f2]{margin-left:15px;font-size:1.4em;font-family:"Exo 2",sans-serif;font-weight:900;text-transform:uppercase}.module section[data-v-8edf39f2]{margin-top:5px;width:100%}.module section input[type=search][data-v-8edf39f2]{padding:12px}.module header[data-v-8edf39f2]{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.module .records[data-v-8edf39f2]{margin-top:20px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.module .empty[data-v-8edf39f2]{display:flex;flex-direction:column;width:100%;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;margin:auto;gap:10px;-webkit-user-select:none;user-select:none}.module .empty i[data-v-8edf39f2]{font-size:6em;color:#495057}.module .empty span[data-v-8edf39f2]{width:80%;color:#495057;font-size:1em}.module .internal .actions[data-v-8edf39f2]{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;box-sizing:border-box;margin-top:10px}.module[data-v-8edf39f2] .pagination{margin-top:12px}@media only screen and (min-width: 320px){.internal .actions[data-v-8edf39f2]{justify-content:space-between}.internal .actions button[data-v-8edf39f2]{width:48%!important}}@media only screen and (min-width: 768px){.internal .actions[data-v-8edf39f2]{justify-content:unset;gap:10px}.internal .actions button[data-v-8edf39f2]{width:48%!important}}main[data-v-8edf39f2]{display:flex;flex-direction:row;flex-wrap:wrap;box-sizing:border-box;width:100%;height:100%;margin:0;padding:0;gap:20px}main .player[data-v-8edf39f2]{flex:1;height:100%;min-width:200px;background-color:#000}main .player video[data-v-8edf39f2]{width:100%;height:100%}main .options[data-v-8edf39f2]{box-sizing:border-box;width:200px;height:100%;list-style:none;padding:0;margin:0;display:flex;flex-direction:column}main .options li[data-v-8edf39f2]{box-sizing:border-box;padding:15px;font-size:1em;display:flex;align-items:center;cursor:pointer}main .options li i[data-v-8edf39f2]{margin-right:.5rem;font-size:1.4rem}main .options li.active[data-v-8edf39f2]{color:red;font-weight:600;background-color:#80808012}main .options li[data-v-8edf39f2]:not(:last-child){border-bottom:1px dotted #cecece}main .options li[data-v-8edf39f2]:hover:not(.active){background-color:#f8f9fa}@media only screen and (min-width: 320px){main .options[data-v-8edf39f2]{width:100%!important}main .player[data-v-8edf39f2]{height:200px!important}}@media only screen and (min-width: 768px){main .player[data-v-8edf39f2]{height:40%!important}}@media only screen and (min-width: 992px){main .options[data-v-8edf39f2]{width:200px!important}main .player[data-v-8edf39f2]{height:100%!important}}
