@charset "UTF-8";.ui-confirm-popup-component-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999;display:flex;justify-content:center;align-items:center;padding:1rem}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component{width:var(--v26057218);background-color:#fff;border-radius:5px;max-height:80vh;overflow-y:auto}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-header{width:100%;height:3rem;padding:0 .5rem;background-color:#f7f7f7;display:flex;align-items:center;border-radius:5px 5px 0 0;font-weight:600;font-size:1.25rem;color:#606060}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-body{padding:1rem;word-break:break-word;width:100%}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-body.html figure{width:100%;overflow:auto;border-radius:5px;border:1px solid #dedede;margin:1rem 0}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-body.html figure table{border-collapse:separate;overflow:hidden;overflow-x:auto;position:relative;border-spacing:0;width:100%}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-body.html figure table th,.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-body.html figure table td{min-width:100px;border:1px solid #dedede;padding:.5rem}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-body.html a{font-weight:600;color:var(--brand-color);word-break:break-all}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-body.html a:hover{text-decoration:underline}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-body.html blockquote p{font-style:italic;padding:0 1rem;border-left:3px solid #dedede}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-body.html ol{padding:0 1rem}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-body.html h2{font-size:1.5rem}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-body.html h3{font-size:1.125rem}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-body.html ul{padding:0 1rem}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-footer{width:100%;height:3rem;padding:0 .5rem;display:flex;align-items:center;justify-content:flex-end;border-radius:0 0 5px 5px;border-top:1px solid #dedede;animation:fadeIn .25s ease-in-out forwards}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-footer .confirm-popup-cancel-button{background-color:#efefef;color:#606060;border:none;padding:.5rem 1rem;font-size:.825rem;border-radius:5px;margin-right:10px;cursor:pointer}.ui-confirm-popup-component-wrapper .ui-confirm-popup-component .confirm-popup-footer .confirm-popup-confirm-button{outline:none;border:none;padding:.5rem 1rem;font-size:.825rem;border-radius:5px;cursor:pointer}.ui-input-confirm-component-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999;display:flex;justify-content:center;align-items:center}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent{width:400px;height:auto;background-color:#fff;border-radius:5px;padding:1rem;opacity:0;animation:fadeIn .25s ease-in-out forwards}@media screen and (max-width:575.98px){.ui-input-confirm-component-wrapper .ui-input-confirm-conponent{width:calc(100% - 1rem)}}@media screen and (min-width:576px)and (max-width:767.98px){.ui-input-confirm-component-wrapper .ui-input-confirm-conponent{width:calc(100% - 1rem)}}@media screen and (min-width:768px)and (max-width:991.98px){.ui-input-confirm-component-wrapper .ui-input-confirm-conponent{width:calc(100% - 1rem)}}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-body{display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-body .popup-icon{display:flex;justify-content:center;align-items:center;margin-bottom:10px;font-size:3rem}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-body .popup-icon.warning{color:#ffa000}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-body .popup-icon.success{color:#4caf50}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-body .popup-icon.danger{color:#ff4d4f}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-body .popup-icon.info{color:#03a9f4}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-body .popup-title{font-size:1.5rem;font-weight:500;color:#606060;margin:1rem 0;text-align:center}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-body .popup-message{font-size:1rem;font-weight:400;text-align:center;margin:0}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-body .popup-confirm-keyword{font-size:1rem;font-weight:400;text-align:center;margin:.5rem 0}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-body .confirm-input{width:100%;height:2rem;border:1px solid #dedede;border-radius:5px;padding:0 1rem;margin-top:1rem}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-body .confirm-input:focus{outline:none;border:1px solid #ffa000}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-footer{display:flex;justify-content:flex-end;margin-top:2rem}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-footer .confirm-popup-cancel-button{background-color:#efefef;color:#606060;border:none;padding:calc(.5em - 1px) 1em;border-radius:5px;margin-right:10px;cursor:pointer}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-footer .confirm-popup-confirm-button{background-color:#4caf50;color:#fff;outline:none;border:none;padding:calc(.5em - 1px) 1em;border-radius:5px;cursor:pointer;transition:all .25s ease-in-out}.ui-input-confirm-component-wrapper .ui-input-confirm-conponent .popup-footer .confirm-popup-confirm-button:disabled{background-color:#d4d4d8;color:#fff;cursor:not-allowed}.ui-toast-component-wrapper{position:fixed;left:0;right:0;z-index:9999;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;pointer-events:none;top:-5rem;animation:fadein .55s forwards;overflow:hidden}.ui-toast-component-wrapper .ui-toast-component{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;border-radius:5px;padding:1rem;box-shadow:0 0 10px #0003}.ui-toast-component-wrapper .ui-toast-component.success{background-color:#4caf50}.ui-toast-component-wrapper .ui-toast-component.danger{background-color:#ff4d4f}.ui-toast-component-wrapper .ui-toast-component.warning{background-color:#ffa000}.ui-toast-component-wrapper .ui-toast-component.info{background-color:#03a9f4}.ui-toast-component-wrapper .ui-toast-component .toast-icon{margin-right:1rem;font-size:1.5rem;font-weight:700;color:#fff}.ui-toast-component-wrapper .ui-toast-component .toast-message{font-size:1.2rem;font-weight:500;color:#fff}@media screen and (max-width:575.98px){.ui-toast-component-wrapper .ui-toast-component{width:calc(100% - 2rem);justify-content:flex-start}.ui-toast-component-wrapper .ui-toast-component .toast-message{font-size:1rem}.ui-toast-component-wrapper .ui-toast-component .toast-icon{font-size:1.25rem}}@media screen and (min-width:576px)and (max-width:767.98px){.ui-toast-component-wrapper .ui-toast-component{width:calc(100% - 2rem);justify-content:flex-start}.ui-toast-component-wrapper .ui-toast-component .toast-message{font-size:1rem}.ui-toast-component-wrapper .ui-toast-component .toast-icon{font-size:1.25rem}}@media screen and (min-width:768px)and (max-width:991.98px){.ui-toast-component-wrapper .ui-toast-component{width:calc(100% - 2rem);justify-content:flex-start}.ui-toast-component-wrapper .ui-toast-component .toast-message{font-size:1rem}.ui-toast-component-wrapper .ui-toast-component .toast-icon{font-size:1.25rem}}.ui-alert-popup-component-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background-color:#00000080;display:flex;justify-content:center;align-items:center}.ui-alert-popup-component-wrapper .ui-alert-popup-component{width:100%;max-width:400px;background-color:#fff;border-radius:4px;animation:fadeIn .25s ease-in-out forwards}@media screen and (max-width:575.98px){.ui-alert-popup-component-wrapper .ui-alert-popup-component{width:calc(100% - 2rem)}}@media screen and (min-width:576px)and (max-width:767.98px){.ui-alert-popup-component-wrapper .ui-alert-popup-component{width:calc(100% - 2rem)}}@media screen and (min-width:768px)and (max-width:991.98px){.ui-alert-popup-component-wrapper .ui-alert-popup-component{width:calc(100% - 2rem)}}.ui-alert-popup-component-wrapper .ui-alert-popup-component .alert-popup-body{padding:20px}.ui-alert-popup-component-wrapper .ui-alert-popup-component .alert-popup-body .alert-popup-icon{display:flex;justify-content:center;align-items:center;margin-bottom:10px;font-size:3rem}.ui-alert-popup-component-wrapper .ui-alert-popup-component .alert-popup-body .alert-popup-icon.warning{color:#ffa000}.ui-alert-popup-component-wrapper .ui-alert-popup-component .alert-popup-body .alert-popup-icon.success{color:#4caf50}.ui-alert-popup-component-wrapper .ui-alert-popup-component .alert-popup-body .alert-popup-icon.danger{color:#ff4d4f}.ui-alert-popup-component-wrapper .ui-alert-popup-component .alert-popup-body .alert-popup-icon.info{color:#03a9f4}.ui-alert-popup-component-wrapper .ui-alert-popup-component .alert-popup-body .alert-popup-title{font-size:1.25rem;font-weight:600;text-align:center;margin-bottom:10px;color:#606060}.ui-alert-popup-component-wrapper .ui-alert-popup-component .alert-popup-body .alert-popup-message{font-size:1rem;text-align:center;color:#606060}.ui-note-component-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999;display:flex;justify-content:center;align-items:center}.ui-note-component-wrapper .ui-note-conponent{width:400px;height:auto;background-color:#fff;border-radius:5px;padding:1rem;opacity:0;animation:fadeIn .25s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ui-note-component-wrapper .ui-note-conponent .popup-body{display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.ui-note-component-wrapper .ui-note-conponent .popup-body .popup-icon{display:flex;justify-content:center;align-items:center;margin-bottom:10px;font-size:3rem}.ui-note-component-wrapper .ui-note-conponent .popup-body .popup-icon.warning{color:#ffa000}.ui-note-component-wrapper .ui-note-conponent .popup-body .popup-icon.success{color:#4caf50}.ui-note-component-wrapper .ui-note-conponent .popup-body .popup-icon.danger{color:#ff4d4f}.ui-note-component-wrapper .ui-note-conponent .popup-body .popup-icon.info{color:#03a9f4}.ui-note-component-wrapper .ui-note-conponent .popup-body .popup-title{font-size:1.5rem;font-weight:500;color:#606060;margin:1rem 0;text-align:center}.ui-note-component-wrapper .ui-note-conponent .popup-body .popup-message{font-size:1rem;font-weight:400;text-align:center;margin:0}.ui-note-component-wrapper .ui-note-conponent .popup-body .ui-note-input{resize:none;width:100%;height:150px;font-family:QuickSand,sans-serif;border:1px solid #dedede;border-radius:5px;padding:.5rem;margin-top:1rem}.ui-note-component-wrapper .ui-note-conponent .popup-body .ui-note-input:focus{outline:none;border:1px solid #ffa000}.ui-note-component-wrapper .ui-note-conponent .popup-footer{display:flex;justify-content:flex-end;margin-top:2rem}.ui-note-component-wrapper .ui-note-conponent .popup-footer .confirm-popup-cancel-button{background-color:#efefef;color:#606060;border:none;padding:calc(.5em - 1px) 1em;border-radius:5px;margin-right:10px;cursor:pointer}.ui-note-component-wrapper .ui-note-conponent .popup-footer .confirm-popup-confirm-button{background-color:#4caf50;color:#fff;outline:none;border:none;padding:calc(.5em - 1px) 1em;border-radius:5px;cursor:pointer;transition:all .25s ease-in-out}.ui-note-component-wrapper .ui-note-conponent .popup-footer .confirm-popup-confirm-button:disabled{background-color:#d4d4d8;color:#fff;cursor:not-allowed}.ui-notification-component-wrapper{position:fixed;right:1rem;z-index:9999;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;top:-5rem;animation:fadein .55s forwards;overflow:hidden}.ui-notification-component-wrapper .ui-notification-component{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;border-radius:5px;padding:1rem;box-shadow:0 0 10px #0003;color:#fff;background-color:#4a4a4a}@media screen and (min-width:992px)and (max-width:1199.98px){.ui-notification-component-wrapper .ui-notification-component{width:500px}}@media screen and (min-width:1200px){.ui-notification-component-wrapper .ui-notification-component{width:500px}}@media screen and (max-width:575.98px){.ui-notification-component-wrapper .ui-notification-component{width:calc(100% - 2rem)}}@media screen and (min-width:576px)and (max-width:767.98px){.ui-notification-component-wrapper .ui-notification-component{width:calc(100% - 2rem)}}@media screen and (min-width:768px)and (max-width:991.98px){.ui-notification-component-wrapper .ui-notification-component{width:calc(100% - 2rem)}}.ui-notification-component-wrapper .ui-notification-component .ui-notification-message{color:#fff}.ui-trigger-component-wrapper{position:fixed;left:0;right:0;z-index:9999;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;top:-5rem;animation:fadein .55s forwards;overflow:hidden}@keyframes fadein{0%{top:-5rem}to{top:1rem}}.ui-trigger-component-wrapper .ui-trigger-component{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;border-radius:22.5px;padding:.5rem 1rem;box-shadow:0 0 5px 2px #0000001a;color:#fff;background-color:#03a9f4;height:45px;width:auto;cursor:pointer}.ui-trigger-component-wrapper .ui-trigger-component .ui-trigger-message{color:#fff}:root .animate__faster[data-v-3d9912cc]{--animate-duration: .3s}:root .vc-container[data-v-3d9912cc]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-3d9912cc]{background-color:transparent!important}.p-rel[data-v-3d9912cc]{position:relative}.p-abs[data-v-3d9912cc]{position:absolute}.mr05[data-v-3d9912cc]{margin-right:.5rem}.mr1[data-v-3d9912cc]{margin-right:1rem}.ml05[data-v-3d9912cc]{margin-left:.5rem}.ml1[data-v-3d9912cc]{margin-left:1rem}.mt05[data-v-3d9912cc]{margin-top:.5rem}.mt1[data-v-3d9912cc]{margin-top:1rem}.mb05[data-v-3d9912cc]{margin-bottom:.5rem}.mb1[data-v-3d9912cc]{margin-bottom:1rem}.pr05[data-v-3d9912cc]{padding-right:.5rem}.pr1[data-v-3d9912cc]{padding-right:1rem}.pl05[data-v-3d9912cc]{padding-left:.5rem}.pl1[data-v-3d9912cc]{padding-left:1rem}.pt05[data-v-3d9912cc]{padding-top:.5rem}.pt1[data-v-3d9912cc]{padding-top:1rem}.pb05[data-v-3d9912cc]{padding-bottom:.5rem}.pb1[data-v-3d9912cc]{padding-bottom:1rem}.gap05[data-v-3d9912cc]{gap:.5rem}.size-xs[data-v-3d9912cc]{font-size:.625rem}.size-sm[data-v-3d9912cc]{font-size:.825rem}.size-md[data-v-3d9912cc]{font-size:1em}.size-lg[data-v-3d9912cc]{font-size:1.25rem}.size-xl[data-v-3d9912cc]{font-size:1.5rem}.dp__input[data-v-3d9912cc]{--dp-font-size: $value}.type-primary[data-v-3d9912cc]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-3d9912cc]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-3d9912cc]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-3d9912cc]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-3d9912cc]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-3d9912cc]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-3d9912cc]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-3d9912cc]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-3d9912cc]{background-color:#4caf50;color:#fff}.type-button-success[data-v-3d9912cc]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-3d9912cc]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-3d9912cc]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-3d9912cc]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-3d9912cc]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-3d9912cc]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-3d9912cc]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-3d9912cc]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-3d9912cc]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-3d9912cc]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-3d9912cc]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-3d9912cc]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-3d9912cc]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-3d9912cc]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-3d9912cc]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-3d9912cc]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-3d9912cc]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-3d9912cc]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-3d9912cc]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-3d9912cc]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-3d9912cc]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-3d9912cc]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-3d9912cc]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.ui-animation-popup-component-wrapper[data-v-3d9912cc]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;pointer-events:none;background:transparent}canvas[data-v-3d9912cc]{width:100%;height:100%;display:block}:root .animate__faster[data-v-110272a2]{--animate-duration: .3s}:root .vc-container[data-v-110272a2]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-110272a2]{background-color:transparent!important}.p-rel[data-v-110272a2]{position:relative}.p-abs[data-v-110272a2]{position:absolute}.mr05[data-v-110272a2]{margin-right:.5rem}.mr1[data-v-110272a2]{margin-right:1rem}.ml05[data-v-110272a2]{margin-left:.5rem}.ml1[data-v-110272a2]{margin-left:1rem}.mt05[data-v-110272a2]{margin-top:.5rem}.mt1[data-v-110272a2]{margin-top:1rem}.mb05[data-v-110272a2]{margin-bottom:.5rem}.mb1[data-v-110272a2]{margin-bottom:1rem}.pr05[data-v-110272a2]{padding-right:.5rem}.pr1[data-v-110272a2]{padding-right:1rem}.pl05[data-v-110272a2]{padding-left:.5rem}.pl1[data-v-110272a2]{padding-left:1rem}.pt05[data-v-110272a2]{padding-top:.5rem}.pt1[data-v-110272a2]{padding-top:1rem}.pb05[data-v-110272a2]{padding-bottom:.5rem}.pb1[data-v-110272a2]{padding-bottom:1rem}.gap05[data-v-110272a2]{gap:.5rem}.size-xs[data-v-110272a2]{font-size:.625rem}.size-sm[data-v-110272a2]{font-size:.825rem}.size-md[data-v-110272a2]{font-size:1em}.size-lg[data-v-110272a2]{font-size:1.25rem}.size-xl[data-v-110272a2]{font-size:1.5rem}.dp__input[data-v-110272a2]{--dp-font-size: $value}.type-primary[data-v-110272a2]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-110272a2]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-110272a2]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-110272a2]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-110272a2]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-110272a2]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-110272a2]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-110272a2]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-110272a2]{background-color:#4caf50;color:#fff}.type-button-success[data-v-110272a2]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-110272a2]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-110272a2]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-110272a2]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-110272a2]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-110272a2]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-110272a2]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-110272a2]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-110272a2]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-110272a2]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-110272a2]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-110272a2]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-110272a2]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-110272a2]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-110272a2]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-110272a2]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-110272a2]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-110272a2]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-110272a2]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-110272a2]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-110272a2]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-110272a2]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-110272a2]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.ui-post-animation-component-wrapper[data-v-110272a2]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background-color:#00000080;display:flex;justify-content:center;align-items:center}.ui-post-animation-component-wrapper img[data-v-110272a2]{width:300px}:root .animate__faster[data-v-b621a47b]{--animate-duration: .3s}:root .vc-container[data-v-b621a47b]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-b621a47b]{background-color:transparent!important}.p-rel[data-v-b621a47b]{position:relative}.p-abs[data-v-b621a47b]{position:absolute}.mr05[data-v-b621a47b]{margin-right:.5rem}.mr1[data-v-b621a47b]{margin-right:1rem}.ml05[data-v-b621a47b]{margin-left:.5rem}.ml1[data-v-b621a47b]{margin-left:1rem}.mt05[data-v-b621a47b]{margin-top:.5rem}.mt1[data-v-b621a47b]{margin-top:1rem}.mb05[data-v-b621a47b]{margin-bottom:.5rem}.mb1[data-v-b621a47b]{margin-bottom:1rem}.pr05[data-v-b621a47b]{padding-right:.5rem}.pr1[data-v-b621a47b]{padding-right:1rem}.pl05[data-v-b621a47b]{padding-left:.5rem}.pl1[data-v-b621a47b]{padding-left:1rem}.pt05[data-v-b621a47b]{padding-top:.5rem}.pt1[data-v-b621a47b]{padding-top:1rem}.pb05[data-v-b621a47b]{padding-bottom:.5rem}.pb1[data-v-b621a47b]{padding-bottom:1rem}.gap05[data-v-b621a47b]{gap:.5rem}.size-xs[data-v-b621a47b]{font-size:.625rem}.size-sm[data-v-b621a47b]{font-size:.825rem}.size-md[data-v-b621a47b]{font-size:1em}.size-lg[data-v-b621a47b]{font-size:1.25rem}.size-xl[data-v-b621a47b]{font-size:1.5rem}.dp__input[data-v-b621a47b]{--dp-font-size: $value}.type-primary[data-v-b621a47b]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-b621a47b]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-b621a47b]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-b621a47b]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-b621a47b]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-b621a47b]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-b621a47b]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-b621a47b]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-b621a47b]{background-color:#4caf50;color:#fff}.type-button-success[data-v-b621a47b]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-b621a47b]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-b621a47b]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-b621a47b]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-b621a47b]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-b621a47b]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-b621a47b]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-b621a47b]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-b621a47b]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-b621a47b]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-b621a47b]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-b621a47b]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-b621a47b]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-b621a47b]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-b621a47b]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-b621a47b]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-b621a47b]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-b621a47b]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-b621a47b]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-b621a47b]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-b621a47b]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-b621a47b]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-b621a47b]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.ui-progress-tracking-component-wrapper[data-v-b621a47b]{position:fixed;z-index:99999;right:0;left:0;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;top:-5rem;animation:fadein-b621a47b .55s forwards;overflow:hidden}@media screen and (max-width:575.98px){.ui-progress-tracking-component-wrapper[data-v-b621a47b]{width:100%;right:0;left:0;padding:0 .5rem}}@media screen and (min-width:576px)and (max-width:767.98px){.ui-progress-tracking-component-wrapper[data-v-b621a47b]{width:100%;right:0;left:0;padding:0 .5rem}}@media screen and (min-width:768px)and (max-width:991.98px){.ui-progress-tracking-component-wrapper[data-v-b621a47b]{width:100%;right:0;left:0;padding:0 .5rem}}@keyframes fadein-b621a47b{0%{top:-5rem}to{top:1rem}}.ui-progress-tracking-component-wrapper .ui-progress-tracking-component[data-v-b621a47b]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;width:600px;padding:.75rem;background-color:#f1f5f9;border-radius:5px;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px;gap:.75rem}.ui-progress-tracking-component-wrapper .ui-progress-tracking-component .type-icon[data-v-b621a47b]{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;font-size:1.5rem;width:2rem;text-align:left}.ui-progress-tracking-component-wrapper .ui-progress-tracking-component .type-icon.warning[data-v-b621a47b]{color:#ffa000}.ui-progress-tracking-component-wrapper .ui-progress-tracking-component .type-icon.success[data-v-b621a47b]{color:#4caf50}.ui-progress-tracking-component-wrapper .ui-progress-tracking-component .type-icon.danger[data-v-b621a47b]{color:#ff4d4f}.ui-progress-tracking-component-wrapper .ui-progress-tracking-component .type-icon.info[data-v-b621a47b]{color:#03a9f4}.ui-progress-tracking-component-wrapper .ui-progress-tracking-component .messages[data-v-b621a47b]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;width:100%;overflow:hidden}.ui-progress-tracking-component-wrapper .ui-progress-tracking-component .messages .title[data-v-b621a47b]{width:100%;font-size:.75rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.ui-progress-tracking-component-wrapper .ui-progress-tracking-component .messages .message[data-v-b621a47b]{font-size:.625rem;width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ui-progress-tracking-component-wrapper .ui-progress-tracking-component .close-icon[data-v-b621a47b]{margin:0 auto;width:2rem;text-align:right;cursor:pointer}:root .animate__faster[data-v-0f0f8e89]{--animate-duration: .3s}:root .vc-container[data-v-0f0f8e89]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-0f0f8e89]{background-color:transparent!important}.p-rel[data-v-0f0f8e89]{position:relative}.p-abs[data-v-0f0f8e89]{position:absolute}.mr05[data-v-0f0f8e89]{margin-right:.5rem}.mr1[data-v-0f0f8e89]{margin-right:1rem}.ml05[data-v-0f0f8e89]{margin-left:.5rem}.ml1[data-v-0f0f8e89]{margin-left:1rem}.mt05[data-v-0f0f8e89]{margin-top:.5rem}.mt1[data-v-0f0f8e89]{margin-top:1rem}.mb05[data-v-0f0f8e89]{margin-bottom:.5rem}.mb1[data-v-0f0f8e89]{margin-bottom:1rem}.pr05[data-v-0f0f8e89]{padding-right:.5rem}.pr1[data-v-0f0f8e89]{padding-right:1rem}.pl05[data-v-0f0f8e89]{padding-left:.5rem}.pl1[data-v-0f0f8e89]{padding-left:1rem}.pt05[data-v-0f0f8e89]{padding-top:.5rem}.pt1[data-v-0f0f8e89]{padding-top:1rem}.pb05[data-v-0f0f8e89]{padding-bottom:.5rem}.pb1[data-v-0f0f8e89]{padding-bottom:1rem}.gap05[data-v-0f0f8e89]{gap:.5rem}.size-xs[data-v-0f0f8e89]{font-size:.625rem}.size-sm[data-v-0f0f8e89]{font-size:.825rem}.size-md[data-v-0f0f8e89]{font-size:1em}.size-lg[data-v-0f0f8e89]{font-size:1.25rem}.size-xl[data-v-0f0f8e89]{font-size:1.5rem}.dp__input[data-v-0f0f8e89]{--dp-font-size: $value}.type-primary[data-v-0f0f8e89]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-0f0f8e89]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-0f0f8e89]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-0f0f8e89]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-0f0f8e89]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-0f0f8e89]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-0f0f8e89]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-0f0f8e89]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-0f0f8e89]{background-color:#4caf50;color:#fff}.type-button-success[data-v-0f0f8e89]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-0f0f8e89]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-0f0f8e89]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-0f0f8e89]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-0f0f8e89]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-0f0f8e89]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-0f0f8e89]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-0f0f8e89]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-0f0f8e89]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-0f0f8e89]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-0f0f8e89]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-0f0f8e89]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-0f0f8e89]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-0f0f8e89]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-0f0f8e89]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-0f0f8e89]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-0f0f8e89]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-0f0f8e89]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-0f0f8e89]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-0f0f8e89]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-0f0f8e89]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-0f0f8e89]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-0f0f8e89]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.header-wrapper[data-v-0f0f8e89]{width:100%;transition:.2s ease}@media screen and (min-width:992px)and (max-width:1199.98px){.header-wrapper[data-v-0f0f8e89]{height:120px}}@media screen and (min-width:1200px){.header-wrapper[data-v-0f0f8e89]{height:170px}}.header-wrapper .header-content-image[data-v-0f0f8e89]{width:100%;height:100%;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.header-wrapper .header-content-image .header-image[data-v-0f0f8e89]{width:100%;height:100%;object-fit:cover;object-position:center}@media screen and (max-width:575.98px){.header-wrapper .header-content-image .header-image[data-v-0f0f8e89]{object-position:top;object-fit:contain}}@media screen and (min-width:576px)and (max-width:767.98px){.header-wrapper .header-content-image .header-image[data-v-0f0f8e89]{object-position:top;object-fit:contain}}@media screen and (min-width:768px)and (max-width:991.98px){.header-wrapper .header-content-image .header-image[data-v-0f0f8e89]{object-position:top;object-fit:contain}}.header-wrapper .header-content-color[data-v-0f0f8e89]{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap}@media screen and (max-width:575.98px){.header-wrapper .header-content-color[data-v-0f0f8e89]{height:88px}}@media screen and (min-width:576px)and (max-width:767.98px){.header-wrapper .header-content-color[data-v-0f0f8e89]{height:96px}}@media screen and (min-width:768px)and (max-width:991.98px){.header-wrapper .header-content-color[data-v-0f0f8e89]{height:108px}}@media screen and (min-width:992px)and (max-width:1199.98px){.header-wrapper .header-content-color[data-v-0f0f8e89]{height:120px}}@media screen and (min-width:1200px){.header-wrapper .header-content-color[data-v-0f0f8e89]{height:132px}}.header-wrapper .header-content-color .top-color[data-v-0f0f8e89]{width:100%;height:105px}.header-wrapper .header-content-color .bottom-color[data-v-0f0f8e89]{width:100%;height:35px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap}.header-wrapper .header-content-color .bottom-color .page-name[data-v-0f0f8e89]{width:80%;max-width:992px;color:#fff;font-weight:700;padding:0 1rem}@media screen and (max-width:575.98px){.header-wrapper .header-content-color .top-color[data-v-0f0f8e89]{height:70px}.header-wrapper .header-content-color .bottom-color[data-v-0f0f8e89]{height:30px}}@media screen and (min-width:576px)and (max-width:767.98px){.header-wrapper .header-content-color .top-color[data-v-0f0f8e89]{height:70px}.header-wrapper .header-content-color .bottom-color[data-v-0f0f8e89]{height:30px}}@media screen and (min-width:768px)and (max-width:991.98px){.header-wrapper .header-content-color .top-color[data-v-0f0f8e89]{height:70px}.header-wrapper .header-content-color .bottom-color[data-v-0f0f8e89]{height:30px}}:root .animate__faster[data-v-077ef846]{--animate-duration: .3s}:root .vc-container[data-v-077ef846]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-077ef846]{background-color:transparent!important}.p-rel[data-v-077ef846]{position:relative}.p-abs[data-v-077ef846]{position:absolute}.mr05[data-v-077ef846]{margin-right:.5rem}.mr1[data-v-077ef846]{margin-right:1rem}.ml05[data-v-077ef846]{margin-left:.5rem}.ml1[data-v-077ef846]{margin-left:1rem}.mt05[data-v-077ef846]{margin-top:.5rem}.mt1[data-v-077ef846]{margin-top:1rem}.mb05[data-v-077ef846]{margin-bottom:.5rem}.mb1[data-v-077ef846]{margin-bottom:1rem}.pr05[data-v-077ef846]{padding-right:.5rem}.pr1[data-v-077ef846]{padding-right:1rem}.pl05[data-v-077ef846]{padding-left:.5rem}.pl1[data-v-077ef846]{padding-left:1rem}.pt05[data-v-077ef846]{padding-top:.5rem}.pt1[data-v-077ef846]{padding-top:1rem}.pb05[data-v-077ef846]{padding-bottom:.5rem}.pb1[data-v-077ef846]{padding-bottom:1rem}.gap05[data-v-077ef846]{gap:.5rem}.size-xs[data-v-077ef846]{font-size:.625rem}.size-sm[data-v-077ef846]{font-size:.825rem}.size-md[data-v-077ef846]{font-size:1em}.size-lg[data-v-077ef846]{font-size:1.25rem}.size-xl[data-v-077ef846]{font-size:1.5rem}.dp__input[data-v-077ef846]{--dp-font-size: $value}.type-primary[data-v-077ef846]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-077ef846]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-077ef846]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-077ef846]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-077ef846]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-077ef846]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-077ef846]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-077ef846]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-077ef846]{background-color:#4caf50;color:#fff}.type-button-success[data-v-077ef846]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-077ef846]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-077ef846]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-077ef846]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-077ef846]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-077ef846]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-077ef846]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-077ef846]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-077ef846]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-077ef846]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-077ef846]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-077ef846]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-077ef846]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-077ef846]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-077ef846]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-077ef846]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-077ef846]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-077ef846]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-077ef846]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-077ef846]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-077ef846]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-077ef846]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-077ef846]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.language-dropdown-wrapper[data-v-077ef846]{position:relative}.language-dropdown-wrapper[data-v-077ef846] .custom-ui-dropdown{top:0;left:.5rem;padding:.5rem}.language-dropdown-wrapper .trigger[data-v-077ef846]{gap:.5rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.language-dropdown-wrapper .trigger .language-flag[data-v-077ef846]{width:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap}.language-dropdown-wrapper .trigger .language-flag .flag-image[data-v-077ef846]{width:1rem}.language-dropdown-wrapper .trigger .language-name[data-v-077ef846]{font-size:.75rem;font-weight:700}.language-dropdown-wrapper .language-item[data-v-077ef846]{cursor:pointer;gap:.25rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.language-dropdown-wrapper .language-item .language-flag[data-v-077ef846]{width:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap}.language-dropdown-wrapper .language-item .language-flag .flag-image[data-v-077ef846]{width:1.25rem;padding:.125rem 0}.language-dropdown-wrapper .language-item .language-name[data-v-077ef846]{font-size:.75rem;font-weight:700}.language-dropdown-wrapper .language-item .language[data-v-077ef846]{color:var(--brand-color)}.language-dropdown-wrapper .language-item .language.active-language[data-v-077ef846]{font-weight:700}:root .animate__faster[data-v-24fdda71]{--animate-duration: .3s}:root .vc-container[data-v-24fdda71]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-24fdda71]{background-color:transparent!important}.p-rel[data-v-24fdda71]{position:relative}.p-abs[data-v-24fdda71]{position:absolute}.mr05[data-v-24fdda71]{margin-right:.5rem}.mr1[data-v-24fdda71]{margin-right:1rem}.ml05[data-v-24fdda71]{margin-left:.5rem}.ml1[data-v-24fdda71]{margin-left:1rem}.mt05[data-v-24fdda71]{margin-top:.5rem}.mt1[data-v-24fdda71]{margin-top:1rem}.mb05[data-v-24fdda71]{margin-bottom:.5rem}.mb1[data-v-24fdda71]{margin-bottom:1rem}.pr05[data-v-24fdda71]{padding-right:.5rem}.pr1[data-v-24fdda71]{padding-right:1rem}.pl05[data-v-24fdda71]{padding-left:.5rem}.pl1[data-v-24fdda71]{padding-left:1rem}.pt05[data-v-24fdda71]{padding-top:.5rem}.pt1[data-v-24fdda71]{padding-top:1rem}.pb05[data-v-24fdda71]{padding-bottom:.5rem}.pb1[data-v-24fdda71]{padding-bottom:1rem}.gap05[data-v-24fdda71]{gap:.5rem}.size-xs[data-v-24fdda71]{font-size:.625rem}.size-sm[data-v-24fdda71]{font-size:.825rem}.size-md[data-v-24fdda71]{font-size:1em}.size-lg[data-v-24fdda71]{font-size:1.25rem}.size-xl[data-v-24fdda71]{font-size:1.5rem}.dp__input[data-v-24fdda71]{--dp-font-size: $value}.type-primary[data-v-24fdda71]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-24fdda71]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-24fdda71]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-24fdda71]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-24fdda71]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-24fdda71]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-24fdda71]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-24fdda71]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-24fdda71]{background-color:#4caf50;color:#fff}.type-button-success[data-v-24fdda71]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-24fdda71]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-24fdda71]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-24fdda71]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-24fdda71]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-24fdda71]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-24fdda71]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-24fdda71]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-24fdda71]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-24fdda71]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-24fdda71]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-24fdda71]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-24fdda71]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-24fdda71]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-24fdda71]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-24fdda71]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-24fdda71]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-24fdda71]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-24fdda71]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-24fdda71]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-24fdda71]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-24fdda71]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-24fdda71]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.company-change-wrapper[data-v-24fdda71]{position:relative;z-index:999}.company-change-wrapper .fa-repeat[data-v-24fdda71]{color:var(--brand-color)}.company-change-wrapper .dropdown-content[data-v-24fdda71]{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}.company-change-wrapper .dropdown-content .company-title[data-v-24fdda71]{padding:.5rem;background-color:#eee!important;border-radius:5px 5px 0 0;width:100%;font-weight:900;font-size:.825rem}.company-change-wrapper .dropdown-content .company-item[data-v-24fdda71]{padding:.25rem .5rem;font-size:.825rem;font-weight:600;width:100%;cursor:pointer}.company-change-wrapper .dropdown-content .company-item[data-v-24fdda71]:hover{background-color:#f5f5f5}.company-change-wrapper .dropdown-content .company-item.active[data-v-24fdda71]{background-color:var(--brand-color);color:#fff}.company-change-wrapper .trigger[data-v-24fdda71]{gap:.5rem;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;font-size:.75rem}.company-change-wrapper .trigger .trigger-name[data-v-24fdda71]{font-weight:600}:root .animate__faster[data-v-68719487]{--animate-duration: .3s}:root .vc-container[data-v-68719487]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-68719487]{background-color:transparent!important}.p-rel[data-v-68719487]{position:relative}.p-abs[data-v-68719487]{position:absolute}.mr05[data-v-68719487]{margin-right:.5rem}.mr1[data-v-68719487]{margin-right:1rem}.ml05[data-v-68719487]{margin-left:.5rem}.ml1[data-v-68719487]{margin-left:1rem}.mt05[data-v-68719487]{margin-top:.5rem}.mt1[data-v-68719487]{margin-top:1rem}.mb05[data-v-68719487]{margin-bottom:.5rem}.mb1[data-v-68719487]{margin-bottom:1rem}.pr05[data-v-68719487]{padding-right:.5rem}.pr1[data-v-68719487]{padding-right:1rem}.pl05[data-v-68719487]{padding-left:.5rem}.pl1[data-v-68719487]{padding-left:1rem}.pt05[data-v-68719487]{padding-top:.5rem}.pt1[data-v-68719487]{padding-top:1rem}.pb05[data-v-68719487]{padding-bottom:.5rem}.pb1[data-v-68719487]{padding-bottom:1rem}.gap05[data-v-68719487]{gap:.5rem}.size-xs[data-v-68719487]{font-size:.625rem}.size-sm[data-v-68719487]{font-size:.825rem}.size-md[data-v-68719487]{font-size:1em}.size-lg[data-v-68719487]{font-size:1.25rem}.size-xl[data-v-68719487]{font-size:1.5rem}.dp__input[data-v-68719487]{--dp-font-size: $value}.type-primary[data-v-68719487]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-68719487]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-68719487]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-68719487]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-68719487]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-68719487]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-68719487]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-68719487]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-68719487]{background-color:#4caf50;color:#fff}.type-button-success[data-v-68719487]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-68719487]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-68719487]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-68719487]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-68719487]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-68719487]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-68719487]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-68719487]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-68719487]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-68719487]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-68719487]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-68719487]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-68719487]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-68719487]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-68719487]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-68719487]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-68719487]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-68719487]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-68719487]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-68719487]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-68719487]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-68719487]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-68719487]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.sidebar-settings-wrapper[data-v-68719487]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;width:100%;padding:1rem}@media screen and (max-width:575.98px){.sidebar-settings-wrapper[data-v-68719487]{padding:0 1rem}}@media screen and (min-width:576px)and (max-width:767.98px){.sidebar-settings-wrapper[data-v-68719487]{padding:0 1rem}}@media screen and (min-width:768px)and (max-width:991.98px){.sidebar-settings-wrapper[data-v-68719487]{padding:0 1rem}}.sidebar-settings-wrapper .setting-item[data-v-68719487]{padding:.25rem;background-color:rgba(var(--text-color-rgb),.2);border-radius:7px}.sidebar-settings-wrapper .company-change[data-v-68719487],.sidebar-settings-wrapper .language-dropdown[data-v-68719487]{display:flex;align-items:center}:root .animate__faster[data-v-ba4fe966]{--animate-duration: .3s}:root .vc-container[data-v-ba4fe966]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-ba4fe966]{background-color:transparent!important}.p-rel[data-v-ba4fe966]{position:relative}.p-abs[data-v-ba4fe966]{position:absolute}.mr05[data-v-ba4fe966]{margin-right:.5rem}.mr1[data-v-ba4fe966]{margin-right:1rem}.ml05[data-v-ba4fe966]{margin-left:.5rem}.ml1[data-v-ba4fe966]{margin-left:1rem}.mt05[data-v-ba4fe966]{margin-top:.5rem}.mt1[data-v-ba4fe966]{margin-top:1rem}.mb05[data-v-ba4fe966]{margin-bottom:.5rem}.mb1[data-v-ba4fe966]{margin-bottom:1rem}.pr05[data-v-ba4fe966]{padding-right:.5rem}.pr1[data-v-ba4fe966]{padding-right:1rem}.pl05[data-v-ba4fe966]{padding-left:.5rem}.pl1[data-v-ba4fe966]{padding-left:1rem}.pt05[data-v-ba4fe966]{padding-top:.5rem}.pt1[data-v-ba4fe966]{padding-top:1rem}.pb05[data-v-ba4fe966]{padding-bottom:.5rem}.pb1[data-v-ba4fe966]{padding-bottom:1rem}.gap05[data-v-ba4fe966]{gap:.5rem}.size-xs[data-v-ba4fe966]{font-size:.625rem}.size-sm[data-v-ba4fe966]{font-size:.825rem}.size-md[data-v-ba4fe966]{font-size:1em}.size-lg[data-v-ba4fe966]{font-size:1.25rem}.size-xl[data-v-ba4fe966]{font-size:1.5rem}.dp__input[data-v-ba4fe966]{--dp-font-size: $value}.type-primary[data-v-ba4fe966]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-ba4fe966]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-ba4fe966]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-ba4fe966]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-ba4fe966]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-ba4fe966]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-ba4fe966]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-ba4fe966]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-ba4fe966]{background-color:#4caf50;color:#fff}.type-button-success[data-v-ba4fe966]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-ba4fe966]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-ba4fe966]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-ba4fe966]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-ba4fe966]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-ba4fe966]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-ba4fe966]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-ba4fe966]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-ba4fe966]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-ba4fe966]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-ba4fe966]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-ba4fe966]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-ba4fe966]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-ba4fe966]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-ba4fe966]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-ba4fe966]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-ba4fe966]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-ba4fe966]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-ba4fe966]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-ba4fe966]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-ba4fe966]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-ba4fe966]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-ba4fe966]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.sidebar-menu-item-wrapper[data-v-ba4fe966]{width:100%;height:40px;color:var(--brand-color);border-radius:10px;cursor:pointer;transition:all .3s;overflow:hidden;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.sidebar-menu-item-wrapper a[data-v-ba4fe966],.sidebar-menu-item-wrapper .flexible[data-v-ba4fe966]{width:100%;height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;text-decoration:none;color:var(--brand-color-dark);transition:all .3s}.sidebar-menu-item-wrapper a[data-v-ba4fe966]:hover,.sidebar-menu-item-wrapper .flexible[data-v-ba4fe966]:hover{background-color:var(--brand-color-light);color:#fff}.sidebar-menu-item-wrapper .active[data-v-ba4fe966]{background-color:var(--brand-color-dark);color:#fff}.sidebar-menu-item-wrapper .menu-icon[data-v-ba4fe966]{width:40px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap}.sidebar-menu-item-wrapper .menu-icon i[data-v-ba4fe966]{font-size:1rem}.sidebar-menu-item-wrapper .menu-name[data-v-ba4fe966]{width:calc(100% - 40px);font-size:1rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:root .animate__faster[data-v-bc61038a]{--animate-duration: .3s}:root .vc-container[data-v-bc61038a]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-bc61038a]{background-color:transparent!important}.p-rel[data-v-bc61038a]{position:relative}.p-abs[data-v-bc61038a]{position:absolute}.mr05[data-v-bc61038a]{margin-right:.5rem}.mr1[data-v-bc61038a]{margin-right:1rem}.ml05[data-v-bc61038a]{margin-left:.5rem}.ml1[data-v-bc61038a]{margin-left:1rem}.mt05[data-v-bc61038a]{margin-top:.5rem}.mt1[data-v-bc61038a]{margin-top:1rem}.mb05[data-v-bc61038a]{margin-bottom:.5rem}.mb1[data-v-bc61038a]{margin-bottom:1rem}.pr05[data-v-bc61038a]{padding-right:.5rem}.pr1[data-v-bc61038a]{padding-right:1rem}.pl05[data-v-bc61038a]{padding-left:.5rem}.pl1[data-v-bc61038a]{padding-left:1rem}.pt05[data-v-bc61038a]{padding-top:.5rem}.pt1[data-v-bc61038a]{padding-top:1rem}.pb05[data-v-bc61038a]{padding-bottom:.5rem}.pb1[data-v-bc61038a]{padding-bottom:1rem}.gap05[data-v-bc61038a]{gap:.5rem}.size-xs[data-v-bc61038a]{font-size:.625rem}.size-sm[data-v-bc61038a]{font-size:.825rem}.size-md[data-v-bc61038a]{font-size:1em}.size-lg[data-v-bc61038a]{font-size:1.25rem}.size-xl[data-v-bc61038a]{font-size:1.5rem}.dp__input[data-v-bc61038a]{--dp-font-size: $value}.type-primary[data-v-bc61038a]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-bc61038a]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-bc61038a]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-bc61038a]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-bc61038a]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-bc61038a]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-bc61038a]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-bc61038a]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-bc61038a]{background-color:#4caf50;color:#fff}.type-button-success[data-v-bc61038a]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-bc61038a]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-bc61038a]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-bc61038a]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-bc61038a]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-bc61038a]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-bc61038a]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-bc61038a]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-bc61038a]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-bc61038a]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-bc61038a]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-bc61038a]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-bc61038a]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-bc61038a]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-bc61038a]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-bc61038a]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-bc61038a]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-bc61038a]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-bc61038a]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-bc61038a]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-bc61038a]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-bc61038a]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-bc61038a]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.calendar-modal-wrapper[data-v-bc61038a]{max-height:80vh;width:700px;min-height:500px}.calendar-modal-wrapper .calendars[data-v-bc61038a]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:1rem;max-height:500px;height:100%;padding:1rem;width:100%;overflow-x:hidden}.calendar-modal-wrapper .calendars[data-v-bc61038a]::-webkit-scrollbar{width:6px;background-color:#fff}.calendar-modal-wrapper .calendars[data-v-bc61038a]::-webkit-scrollbar-thumb:vertical{background-color:var(--text-color);border-radius:10px}.calendar-modal-wrapper .calendars .calendar-row[data-v-bc61038a]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:1rem;width:100%;border:1px solid #dedede;padding:.5rem;border-radius:10px;cursor:pointer;transition:all .3s}.calendar-modal-wrapper .calendars .calendar-row[data-v-bc61038a]:hover{background-color:#f5f5f5}.calendar-modal-wrapper .calendars .calendar-row .row-icon[data-v-bc61038a]{font-size:2rem;color:var(--brand-color)}.calendar-modal-wrapper .calendars .calendar-row .row-info[data-v-bc61038a]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:.5rem;width:calc(100% - 3.5rem)}.calendar-modal-wrapper .calendars .calendar-row .row-info .row-title[data-v-bc61038a]{font-size:1rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;word-wrap:break-word}.calendar-modal-wrapper .calendars .calendar-row .row-info .row-description[data-v-bc61038a]{font-size:1rem;word-break:break-word;width:100%}:root .animate__faster[data-v-965a9f78]{--animate-duration: .3s}:root .vc-container[data-v-965a9f78]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-965a9f78]{background-color:transparent!important}.p-rel[data-v-965a9f78]{position:relative}.p-abs[data-v-965a9f78]{position:absolute}.mr05[data-v-965a9f78]{margin-right:.5rem}.mr1[data-v-965a9f78]{margin-right:1rem}.ml05[data-v-965a9f78]{margin-left:.5rem}.ml1[data-v-965a9f78]{margin-left:1rem}.mt05[data-v-965a9f78]{margin-top:.5rem}.mt1[data-v-965a9f78]{margin-top:1rem}.mb05[data-v-965a9f78]{margin-bottom:.5rem}.mb1[data-v-965a9f78]{margin-bottom:1rem}.pr05[data-v-965a9f78]{padding-right:.5rem}.pr1[data-v-965a9f78]{padding-right:1rem}.pl05[data-v-965a9f78]{padding-left:.5rem}.pl1[data-v-965a9f78]{padding-left:1rem}.pt05[data-v-965a9f78]{padding-top:.5rem}.pt1[data-v-965a9f78]{padding-top:1rem}.pb05[data-v-965a9f78]{padding-bottom:.5rem}.pb1[data-v-965a9f78]{padding-bottom:1rem}.gap05[data-v-965a9f78]{gap:.5rem}.size-xs[data-v-965a9f78]{font-size:.625rem}.size-sm[data-v-965a9f78]{font-size:.825rem}.size-md[data-v-965a9f78]{font-size:1em}.size-lg[data-v-965a9f78]{font-size:1.25rem}.size-xl[data-v-965a9f78]{font-size:1.5rem}.dp__input[data-v-965a9f78]{--dp-font-size: $value}.type-primary[data-v-965a9f78]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-965a9f78]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-965a9f78]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-965a9f78]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-965a9f78]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-965a9f78]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-965a9f78]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-965a9f78]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-965a9f78]{background-color:#4caf50;color:#fff}.type-button-success[data-v-965a9f78]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-965a9f78]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-965a9f78]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-965a9f78]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-965a9f78]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-965a9f78]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-965a9f78]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-965a9f78]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-965a9f78]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-965a9f78]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-965a9f78]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-965a9f78]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-965a9f78]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-965a9f78]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-965a9f78]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-965a9f78]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-965a9f78]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-965a9f78]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-965a9f78]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-965a9f78]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-965a9f78]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-965a9f78]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-965a9f78]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.sidebar-desktop-wrapper[data-v-965a9f78]{box-shadow:2px 0 10px #0000001a;height:100%;width:100%;background-color:#fff;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}@media screen and (max-width:575.98px){.sidebar-desktop-wrapper[data-v-965a9f78]{display:none}}@media screen and (min-width:576px)and (max-width:767.98px){.sidebar-desktop-wrapper[data-v-965a9f78]{display:none}}@media screen and (min-width:768px)and (max-width:991.98px){.sidebar-desktop-wrapper[data-v-965a9f78]{display:none}}.sidebar-desktop-wrapper[data-v-965a9f78]::-webkit-scrollbar{width:6px;background-color:#fff}.sidebar-desktop-wrapper[data-v-965a9f78]::-webkit-scrollbar-thumb:vertical{background-color:var(--text-color);border-radius:10px}.sidebar-desktop-wrapper .sidebar-logo[data-v-965a9f78]{width:100%;cursor:pointer;padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap}.sidebar-desktop-wrapper .sidebar-logo img[data-v-965a9f78]{max-height:100%;max-width:100%}.sidebar-desktop-wrapper .menu-items[data-v-965a9f78]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;padding:0 .5rem;width:100%;gap:.25rem}.sidebar-desktop-wrapper .minimize-icon-wrapper[data-v-965a9f78]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap;width:100%;height:40px;color:var(--brand-color);cursor:pointer}.sidebar-desktop-wrapper .minimize-icon-wrapper .minimize-icon[data-v-965a9f78]{width:40px;height:40px;min-width:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap}.sidebar-desktop-wrapper .minimize-icon-wrapper .minimize-icon i[data-v-965a9f78]{font-size:1rem}.sidebar-desktop-wrapper.minimized[data-v-965a9f78]{padding-top:1rem}.sidebar-desktop-wrapper.minimized .sidebar-logo[data-v-965a9f78],.sidebar-desktop-wrapper.minimized .sidebar-settings[data-v-965a9f78]{display:none}.sidebar-desktop-wrapper.minimized .menu-items[data-v-965a9f78]{padding:0}.sidebar-mobile-wrapper[data-v-965a9f78]{width:100%;height:4rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap}@media screen and (min-width:992px)and (max-width:1199.98px){.sidebar-mobile-wrapper[data-v-965a9f78]{display:none}}@media screen and (min-width:1200px){.sidebar-mobile-wrapper[data-v-965a9f78]{display:none}}.sidebar-mobile-wrapper .sidebar-logo[data-v-965a9f78]{height:2.5rem;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap}.sidebar-mobile-wrapper .sidebar-logo img[data-v-965a9f78]{max-height:100%}.sidebar-mobile-wrapper .expand-icon[data-v-965a9f78]{cursor:pointer;gap:.5rem;color:#606060;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap}.sidebar-mobile-wrapper .expand-icon i[data-v-965a9f78]{font-size:1.25rem}.sidebar-mobile-wrapper .mobile-content[data-v-965a9f78]{position:fixed;background-color:#fff;width:100%;top:4rem;z-index:9999;box-shadow:0 2px 2px #0000001a;max-height:65vh;height:65vh;overflow-y:auto;overflow-x:hidden;padding:1rem}.sidebar-mobile-wrapper .mobile-content[data-v-965a9f78]::-webkit-scrollbar{width:6px;background-color:#fff}.sidebar-mobile-wrapper .mobile-content[data-v-965a9f78]::-webkit-scrollbar-thumb:vertical{background-color:var(--text-color);border-radius:10px}:root .animate__faster[data-v-eb401816]{--animate-duration: .3s}:root .vc-container[data-v-eb401816]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-eb401816]{background-color:transparent!important}.p-rel[data-v-eb401816]{position:relative}.p-abs[data-v-eb401816]{position:absolute}.mr05[data-v-eb401816]{margin-right:.5rem}.mr1[data-v-eb401816]{margin-right:1rem}.ml05[data-v-eb401816]{margin-left:.5rem}.ml1[data-v-eb401816]{margin-left:1rem}.mt05[data-v-eb401816]{margin-top:.5rem}.mt1[data-v-eb401816]{margin-top:1rem}.mb05[data-v-eb401816]{margin-bottom:.5rem}.mb1[data-v-eb401816]{margin-bottom:1rem}.pr05[data-v-eb401816]{padding-right:.5rem}.pr1[data-v-eb401816]{padding-right:1rem}.pl05[data-v-eb401816]{padding-left:.5rem}.pl1[data-v-eb401816]{padding-left:1rem}.pt05[data-v-eb401816]{padding-top:.5rem}.pt1[data-v-eb401816]{padding-top:1rem}.pb05[data-v-eb401816]{padding-bottom:.5rem}.pb1[data-v-eb401816]{padding-bottom:1rem}.gap05[data-v-eb401816]{gap:.5rem}.size-xs[data-v-eb401816]{font-size:.625rem}.size-sm[data-v-eb401816]{font-size:.825rem}.size-md[data-v-eb401816]{font-size:1em}.size-lg[data-v-eb401816]{font-size:1.25rem}.size-xl[data-v-eb401816]{font-size:1.5rem}.dp__input[data-v-eb401816]{--dp-font-size: $value}.type-primary[data-v-eb401816]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-eb401816]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-eb401816]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-eb401816]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-eb401816]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-eb401816]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-eb401816]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-eb401816]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-eb401816]{background-color:#4caf50;color:#fff}.type-button-success[data-v-eb401816]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-eb401816]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-eb401816]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-eb401816]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-eb401816]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-eb401816]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-eb401816]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-eb401816]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-eb401816]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-eb401816]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-eb401816]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-eb401816]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-eb401816]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-eb401816]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-eb401816]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-eb401816]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-eb401816]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-eb401816]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-eb401816]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-eb401816]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-eb401816]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-eb401816]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-eb401816]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.floating-menu-wrapper[data-v-eb401816]{position:fixed;z-index:9900;bottom:1rem;right:1rem}@media screen and (max-width:575.98px){.floating-menu-wrapper[data-v-eb401816]{bottom:var(--a6a4a3f8)}}@media screen and (min-width:576px)and (max-width:767.98px){.floating-menu-wrapper[data-v-eb401816]{bottom:var(--a6a4a3f8)}}@media screen and (min-width:768px)and (max-width:991.98px){.floating-menu-wrapper[data-v-eb401816]{bottom:var(--a6a4a3f8)}}.floating-menu-wrapper .menu-trigger[data-v-eb401816]{width:3rem;height:3rem;background-color:#fff;border-radius:50%;color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;box-shadow:0 0 5px #0006}.floating-menu-wrapper .menu-trigger img[data-v-eb401816]{width:2rem;height:2rem}.floating-menu-wrapper .menu-item[data-v-eb401816]{width:3rem;height:3rem;background-color:var(--text-color);border-radius:50%;color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;box-shadow:0 0 5px #0006}.floating-menu-wrapper .menu-item img[data-v-eb401816]{width:2rem;height:2rem}.floating-menu-wrapper .floating-list[data-v-eb401816]{position:absolute;right:0rem;bottom:4rem;gap:.5rem;width:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;flex-wrap:nowrap}.floating-menu-wrapper .floating-list .floating-item[data-v-eb401816]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap;cursor:pointer;width:auto;gap:.5rem;opacity:1;transform:translateY(1rem);transition:opacity .3s ease,transform .3s ease,display .3s ease .3s,visibility .3s ease}.floating-menu-wrapper .floating-list .floating-item.fade-in[data-v-eb401816]{opacity:1;transform:translateY(0);visibility:visible;display:flex}.floating-menu-wrapper .floating-list .floating-item.fade-out[data-v-eb401816]{opacity:0;transform:translateY(20px);visibility:hidden;pointer-events:none;display:none}.floating-menu-wrapper .floating-list .floating-item .item-name[data-v-eb401816]{white-space:nowrap;background-color:#4a4a4a;color:#fff;border-radius:.25rem;font-size:.825rem;padding:.25rem .5rem}.floating-menu-wrapper .floating-list .floating-item .item-icon[data-v-eb401816]{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;min-width:2.5rem;height:2.5rem;border-radius:50%;background-color:var(--text-color);color:#fff;font-size:.825rem}:root .animate__faster[data-v-ebeddfc2]{--animate-duration: .3s}:root .vc-container[data-v-ebeddfc2]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-ebeddfc2]{background-color:transparent!important}.p-rel[data-v-ebeddfc2]{position:relative}.p-abs[data-v-ebeddfc2]{position:absolute}.mr05[data-v-ebeddfc2]{margin-right:.5rem}.mr1[data-v-ebeddfc2]{margin-right:1rem}.ml05[data-v-ebeddfc2]{margin-left:.5rem}.ml1[data-v-ebeddfc2]{margin-left:1rem}.mt05[data-v-ebeddfc2]{margin-top:.5rem}.mt1[data-v-ebeddfc2]{margin-top:1rem}.mb05[data-v-ebeddfc2]{margin-bottom:.5rem}.mb1[data-v-ebeddfc2]{margin-bottom:1rem}.pr05[data-v-ebeddfc2]{padding-right:.5rem}.pr1[data-v-ebeddfc2]{padding-right:1rem}.pl05[data-v-ebeddfc2]{padding-left:.5rem}.pl1[data-v-ebeddfc2]{padding-left:1rem}.pt05[data-v-ebeddfc2]{padding-top:.5rem}.pt1[data-v-ebeddfc2]{padding-top:1rem}.pb05[data-v-ebeddfc2]{padding-bottom:.5rem}.pb1[data-v-ebeddfc2]{padding-bottom:1rem}.gap05[data-v-ebeddfc2]{gap:.5rem}.size-xs[data-v-ebeddfc2]{font-size:.625rem}.size-sm[data-v-ebeddfc2]{font-size:.825rem}.size-md[data-v-ebeddfc2]{font-size:1em}.size-lg[data-v-ebeddfc2]{font-size:1.25rem}.size-xl[data-v-ebeddfc2]{font-size:1.5rem}.dp__input[data-v-ebeddfc2]{--dp-font-size: $value}.type-primary[data-v-ebeddfc2]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-ebeddfc2]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-ebeddfc2]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-ebeddfc2]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-ebeddfc2]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-ebeddfc2]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-ebeddfc2]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-ebeddfc2]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-ebeddfc2]{background-color:#4caf50;color:#fff}.type-button-success[data-v-ebeddfc2]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-ebeddfc2]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-ebeddfc2]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-ebeddfc2]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-ebeddfc2]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-ebeddfc2]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-ebeddfc2]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-ebeddfc2]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-ebeddfc2]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-ebeddfc2]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-ebeddfc2]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-ebeddfc2]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-ebeddfc2]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-ebeddfc2]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-ebeddfc2]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-ebeddfc2]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-ebeddfc2]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-ebeddfc2]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-ebeddfc2]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-ebeddfc2]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-ebeddfc2]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-ebeddfc2]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-ebeddfc2]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.scroll-top[data-v-ebeddfc2]{position:fixed;z-index:99;bottom:1.25rem;right:1.25rem;background-color:var(--brand-color);color:#fff;border-radius:4px;width:2rem;height:2rem;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;box-shadow:0 0 5px #0003;cursor:pointer;transition:.3s ease}.scroll-top.scroll[data-v-ebeddfc2]{background-color:#b5b5b5}@media screen and (max-width:575.98px){.scroll-top[data-v-ebeddfc2]{left:1rem;bottom:var(--v0981044c)}}@media screen and (min-width:576px)and (max-width:767.98px){.scroll-top[data-v-ebeddfc2]{left:1rem;bottom:var(--v0981044c)}}@media screen and (min-width:768px)and (max-width:991.98px){.scroll-top[data-v-ebeddfc2]{left:1rem;bottom:var(--v0981044c)}}:root .animate__faster[data-v-fe7cbad0]{--animate-duration: .3s}:root .vc-container[data-v-fe7cbad0]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-fe7cbad0]{background-color:transparent!important}.p-rel[data-v-fe7cbad0]{position:relative}.p-abs[data-v-fe7cbad0]{position:absolute}.mr05[data-v-fe7cbad0]{margin-right:.5rem}.mr1[data-v-fe7cbad0]{margin-right:1rem}.ml05[data-v-fe7cbad0]{margin-left:.5rem}.ml1[data-v-fe7cbad0]{margin-left:1rem}.mt05[data-v-fe7cbad0]{margin-top:.5rem}.mt1[data-v-fe7cbad0]{margin-top:1rem}.mb05[data-v-fe7cbad0]{margin-bottom:.5rem}.mb1[data-v-fe7cbad0]{margin-bottom:1rem}.pr05[data-v-fe7cbad0]{padding-right:.5rem}.pr1[data-v-fe7cbad0]{padding-right:1rem}.pl05[data-v-fe7cbad0]{padding-left:.5rem}.pl1[data-v-fe7cbad0]{padding-left:1rem}.pt05[data-v-fe7cbad0]{padding-top:.5rem}.pt1[data-v-fe7cbad0]{padding-top:1rem}.pb05[data-v-fe7cbad0]{padding-bottom:.5rem}.pb1[data-v-fe7cbad0]{padding-bottom:1rem}.gap05[data-v-fe7cbad0]{gap:.5rem}.size-xs[data-v-fe7cbad0]{font-size:.625rem}.size-sm[data-v-fe7cbad0]{font-size:.825rem}.size-md[data-v-fe7cbad0]{font-size:1em}.size-lg[data-v-fe7cbad0]{font-size:1.25rem}.size-xl[data-v-fe7cbad0]{font-size:1.5rem}.dp__input[data-v-fe7cbad0]{--dp-font-size: $value}.type-primary[data-v-fe7cbad0]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-fe7cbad0]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-fe7cbad0]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-fe7cbad0]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-fe7cbad0]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-fe7cbad0]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-fe7cbad0]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-fe7cbad0]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-fe7cbad0]{background-color:#4caf50;color:#fff}.type-button-success[data-v-fe7cbad0]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-fe7cbad0]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-fe7cbad0]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-fe7cbad0]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-fe7cbad0]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-fe7cbad0]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-fe7cbad0]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-fe7cbad0]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-fe7cbad0]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-fe7cbad0]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-fe7cbad0]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-fe7cbad0]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-fe7cbad0]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-fe7cbad0]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-fe7cbad0]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-fe7cbad0]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-fe7cbad0]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-fe7cbad0]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-fe7cbad0]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-fe7cbad0]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-fe7cbad0]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-fe7cbad0]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-fe7cbad0]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.default-layout-container[data-v-fe7cbad0]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;min-height:100vh;width:100%;position:relative;transition:.2s ease;color:#606060;height:100%}.default-layout-container .layout-background[data-v-fe7cbad0]{background-size:40%;top:0;position:fixed;z-index:-1;width:100%;opacity:.275;height:100%}@media screen and (min-width:1200px){.default-layout-container .layout-background[data-v-fe7cbad0]{background-size:15%}}@media screen and (min-width:992px)and (max-width:1199.98px){.default-layout-container .layout-background[data-v-fe7cbad0]{background-size:15%}}@media screen and (max-width:575.98px){.default-layout-container[data-v-fe7cbad0]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}}@media screen and (min-width:576px)and (max-width:767.98px){.default-layout-container[data-v-fe7cbad0]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}}@media screen and (min-width:768px)and (max-width:991.98px){.default-layout-container[data-v-fe7cbad0]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}}@media screen and (min-width:992px)and (max-width:1199.98px){.default-layout-container.minimize .sidebar-section[data-v-fe7cbad0]{width:40px!important}.default-layout-container.minimize .content-section[data-v-fe7cbad0]{width:calc(100% - 40px);margin-left:40px}}@media screen and (min-width:1200px){.default-layout-container.minimize .sidebar-section[data-v-fe7cbad0]{width:40px!important}.default-layout-container.minimize .content-section[data-v-fe7cbad0]{width:calc(100% - 40px);margin-left:40px}}.default-layout-container .sidebar-section[data-v-fe7cbad0]{background-color:#fff}@media screen and (min-width:992px)and (max-width:1199.98px){.default-layout-container .sidebar-section[data-v-fe7cbad0]{width:250px;height:100%;position:fixed;z-index:999}}@media screen and (min-width:1200px){.default-layout-container .sidebar-section[data-v-fe7cbad0]{width:250px;height:100%;position:fixed;z-index:999}}@media screen and (max-width:575.98px){.default-layout-container .sidebar-section[data-v-fe7cbad0]{position:fixed;width:100%;height:4rem;z-index:999;box-shadow:0 2px 5px #0000001a}}@media screen and (min-width:576px)and (max-width:767.98px){.default-layout-container .sidebar-section[data-v-fe7cbad0]{position:fixed;width:100%;height:4rem;z-index:999;box-shadow:0 2px 5px #0000001a}}@media screen and (min-width:768px)and (max-width:991.98px){.default-layout-container .sidebar-section[data-v-fe7cbad0]{position:fixed;width:100%;height:4rem;z-index:999;box-shadow:0 2px 5px #0000001a}}.default-layout-container .content-section[data-v-fe7cbad0]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-wrap:nowrap;width:calc(100% - 250px);transition:.2s ease;height:100vh}@media screen and (min-width:992px)and (max-width:1199.98px){.default-layout-container .content-section[data-v-fe7cbad0]{margin-left:250px}}@media screen and (min-width:1200px){.default-layout-container .content-section[data-v-fe7cbad0]{margin-left:250px}}@media screen and (max-width:575.98px){.default-layout-container .content-section[data-v-fe7cbad0]{width:100%}}@media screen and (min-width:576px)and (max-width:767.98px){.default-layout-container .content-section[data-v-fe7cbad0]{width:100%}}@media screen and (min-width:768px)and (max-width:991.98px){.default-layout-container .content-section[data-v-fe7cbad0]{width:100%}}.default-layout-container .content-section .header-section[data-v-fe7cbad0]{width:100%}@media screen and (max-width:575.98px){.default-layout-container .content-section .header-section[data-v-fe7cbad0]{margin-top:4rem}}@media screen and (min-width:576px)and (max-width:767.98px){.default-layout-container .content-section .header-section[data-v-fe7cbad0]{margin-top:4rem}}@media screen and (min-width:768px)and (max-width:991.98px){.default-layout-container .content-section .header-section[data-v-fe7cbad0]{margin-top:4rem}}.default-layout-container .content-section .router-section[data-v-fe7cbad0]{width:80%;max-width:992px;padding:1rem;margin:1rem;min-height:calc(100% - 140px)}@media screen and (max-width:575.98px){.default-layout-container .content-section .router-section[data-v-fe7cbad0]{width:100%;min-height:calc(100% - (100px - 4rem));margin:0}}@media screen and (min-width:576px)and (max-width:767.98px){.default-layout-container .content-section .router-section[data-v-fe7cbad0]{width:100%;min-height:calc(100% - (100px - 4rem));margin:0}}@media screen and (min-width:768px)and (max-width:991.98px){.default-layout-container .content-section .router-section[data-v-fe7cbad0]{width:100%;min-height:calc(100% - (100px - 4rem));margin:0}}:root .animate__faster[data-v-d9e9632d]{--animate-duration: .3s}:root .vc-container[data-v-d9e9632d]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-d9e9632d]{background-color:transparent!important}.p-rel[data-v-d9e9632d]{position:relative}.p-abs[data-v-d9e9632d]{position:absolute}.mr05[data-v-d9e9632d]{margin-right:.5rem}.mr1[data-v-d9e9632d]{margin-right:1rem}.ml05[data-v-d9e9632d]{margin-left:.5rem}.ml1[data-v-d9e9632d]{margin-left:1rem}.mt05[data-v-d9e9632d]{margin-top:.5rem}.mt1[data-v-d9e9632d]{margin-top:1rem}.mb05[data-v-d9e9632d]{margin-bottom:.5rem}.mb1[data-v-d9e9632d]{margin-bottom:1rem}.pr05[data-v-d9e9632d]{padding-right:.5rem}.pr1[data-v-d9e9632d]{padding-right:1rem}.pl05[data-v-d9e9632d]{padding-left:.5rem}.pl1[data-v-d9e9632d]{padding-left:1rem}.pt05[data-v-d9e9632d]{padding-top:.5rem}.pt1[data-v-d9e9632d]{padding-top:1rem}.pb05[data-v-d9e9632d]{padding-bottom:.5rem}.pb1[data-v-d9e9632d]{padding-bottom:1rem}.gap05[data-v-d9e9632d]{gap:.5rem}.size-xs[data-v-d9e9632d]{font-size:.625rem}.size-sm[data-v-d9e9632d]{font-size:.825rem}.size-md[data-v-d9e9632d]{font-size:1em}.size-lg[data-v-d9e9632d]{font-size:1.25rem}.size-xl[data-v-d9e9632d]{font-size:1.5rem}.dp__input[data-v-d9e9632d]{--dp-font-size: $value}.type-primary[data-v-d9e9632d]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-d9e9632d]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-d9e9632d]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-d9e9632d]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-d9e9632d]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-d9e9632d]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-d9e9632d]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-d9e9632d]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-d9e9632d]{background-color:#4caf50;color:#fff}.type-button-success[data-v-d9e9632d]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-d9e9632d]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-d9e9632d]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-d9e9632d]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-d9e9632d]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-d9e9632d]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-d9e9632d]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-d9e9632d]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-d9e9632d]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-d9e9632d]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-d9e9632d]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-d9e9632d]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-d9e9632d]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-d9e9632d]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-d9e9632d]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-d9e9632d]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-d9e9632d]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-d9e9632d]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-d9e9632d]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-d9e9632d]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-d9e9632d]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-d9e9632d]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-d9e9632d]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.login-design[data-v-d9e9632d]{position:fixed;top:0;left:0;width:100%;height:100vh;min-height:100%;height:100%;overflow:hidden;background:linear-gradient(135deg,#f472b6,#a855f7,#ec4899);z-index:1}@media screen and (min-width:992px)and (max-width:1199.98px){.login-design[data-v-d9e9632d]{position:relative;width:100%;min-height:100vh}}@media screen and (min-width:1200px){.login-design[data-v-d9e9632d]{position:relative;width:100%;min-height:100vh}}.circle[data-v-d9e9632d]{position:absolute;border-radius:50%}.circle.circle-top[data-v-d9e9632d]{top:-4rem;right:-4rem;width:12rem;height:12rem;background:linear-gradient(135deg,#c084fc,#ec4899);opacity:.8}@media(min-width:1024px){.circle.circle-top[data-v-d9e9632d]{top:-8rem;right:-8rem;width:24rem;height:24rem}}.circle.circle-bottom-left[data-v-d9e9632d]{bottom:-3rem;left:-3rem;width:8rem;height:8rem;background:linear-gradient(135deg,#f9a8d4,#c084fc);opacity:.7}@media(min-width:1024px){.circle.circle-bottom-left[data-v-d9e9632d]{bottom:-6rem;left:-6rem;width:16rem;height:16rem}}.circle.circle-bottom-center[data-v-d9e9632d]{bottom:-2rem;left:40%;width:6rem;height:6rem;background:linear-gradient(135deg,#fdba74,#f472b6);opacity:.8}@media(min-width:1024px){.circle.circle-bottom-center[data-v-d9e9632d]{bottom:-4rem;left:33%;width:12rem;height:12rem}}.circle.circle-middle-left[data-v-d9e9632d]{top:50%;left:10%;width:5rem;height:5rem;background:linear-gradient(135deg,#fbbf24,#f472b6);opacity:.6;transform:translateY(-50%)}@media(min-width:1024px){.circle.circle-middle-left[data-v-d9e9632d]{width:10rem;height:10rem;left:15%}}.circle.circle-top-left[data-v-d9e9632d]{top:15%;left:5%;width:4rem;height:4rem;background:linear-gradient(135deg,#fb7185,#a855f7);opacity:.7}@media(min-width:1024px){.circle.circle-top-left[data-v-d9e9632d]{width:7rem;height:7rem;top:20%;left:10%}}.circle.circle-middle-right[data-v-d9e9632d]{top:40%;right:15%;width:6rem;height:6rem;background:linear-gradient(135deg,#c084fc,#fb923c);opacity:.65}@media(min-width:1024px){.circle.circle-middle-right[data-v-d9e9632d]{width:9rem;height:9rem;right:20%}}.circle-ring[data-v-d9e9632d]{position:absolute;border-radius:50%}.circle-ring.circle-ring-1[data-v-d9e9632d]{top:1rem;right:2rem;width:10rem;height:10rem;border:1.5rem solid rgba(252,231,243,.4)}@media(min-width:1024px){.circle-ring.circle-ring-1[data-v-d9e9632d]{top:3rem;right:6rem;width:20rem;height:20rem;border-width:2.5rem}}.circle-ring.circle-ring-2[data-v-d9e9632d]{top:30%;left:-2rem;width:8rem;height:8rem;border:1.2rem solid rgba(251,207,232,.35)}@media(min-width:1024px){.circle-ring.circle-ring-2[data-v-d9e9632d]{width:14rem;height:14rem;border-width:2rem;left:-3rem}}.circle-ring.circle-ring-3[data-v-d9e9632d]{bottom:20%;right:10%;width:6rem;height:6rem;border:1rem solid rgba(254,215,170,.4)}@media(min-width:1024px){.circle-ring.circle-ring-3[data-v-d9e9632d]{width:11rem;height:11rem;border-width:1.8rem;bottom:25%}}.posts-container[data-v-d9e9632d]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;gap:1.5rem;width:90%;max-width:600px;z-index:10;padding:1rem}@media screen and (max-width:575.98px){.posts-container[data-v-d9e9632d]{display:none}}@media screen and (min-width:576px)and (max-width:767.98px){.posts-container[data-v-d9e9632d]{display:none}}@media screen and (min-width:768px)and (max-width:991.98px){.posts-container[data-v-d9e9632d]{display:none}}@media(max-width:640px){.posts-container[data-v-d9e9632d]{gap:1rem}}:root .animate__faster[data-v-24c16ae8]{--animate-duration: .3s}:root .vc-container[data-v-24c16ae8]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-24c16ae8]{background-color:transparent!important}.p-rel[data-v-24c16ae8]{position:relative}.p-abs[data-v-24c16ae8]{position:absolute}.mr05[data-v-24c16ae8]{margin-right:.5rem}.mr1[data-v-24c16ae8]{margin-right:1rem}.ml05[data-v-24c16ae8]{margin-left:.5rem}.ml1[data-v-24c16ae8]{margin-left:1rem}.mt05[data-v-24c16ae8]{margin-top:.5rem}.mt1[data-v-24c16ae8]{margin-top:1rem}.mb05[data-v-24c16ae8]{margin-bottom:.5rem}.mb1[data-v-24c16ae8]{margin-bottom:1rem}.pr05[data-v-24c16ae8]{padding-right:.5rem}.pr1[data-v-24c16ae8]{padding-right:1rem}.pl05[data-v-24c16ae8]{padding-left:.5rem}.pl1[data-v-24c16ae8]{padding-left:1rem}.pt05[data-v-24c16ae8]{padding-top:.5rem}.pt1[data-v-24c16ae8]{padding-top:1rem}.pb05[data-v-24c16ae8]{padding-bottom:.5rem}.pb1[data-v-24c16ae8]{padding-bottom:1rem}.gap05[data-v-24c16ae8]{gap:.5rem}.size-xs[data-v-24c16ae8]{font-size:.625rem}.size-sm[data-v-24c16ae8]{font-size:.825rem}.size-md[data-v-24c16ae8]{font-size:1em}.size-lg[data-v-24c16ae8]{font-size:1.25rem}.size-xl[data-v-24c16ae8]{font-size:1.5rem}.dp__input[data-v-24c16ae8]{--dp-font-size: $value}.type-primary[data-v-24c16ae8]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-24c16ae8]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-24c16ae8]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-24c16ae8]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-24c16ae8]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-24c16ae8]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-24c16ae8]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-24c16ae8]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-24c16ae8]{background-color:#4caf50;color:#fff}.type-button-success[data-v-24c16ae8]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-24c16ae8]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-24c16ae8]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-24c16ae8]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-24c16ae8]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-24c16ae8]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-24c16ae8]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-24c16ae8]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-24c16ae8]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-24c16ae8]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-24c16ae8]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-24c16ae8]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-24c16ae8]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-24c16ae8]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-24c16ae8]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-24c16ae8]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-24c16ae8]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-24c16ae8]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-24c16ae8]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-24c16ae8]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-24c16ae8]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-24c16ae8]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-24c16ae8]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.empty-layout-container[data-v-24c16ae8]{min-height:100vh;min-height:100dvh;position:relative;overflow:hidden;width:100%;background-color:#fff}.panels-container[data-v-24c16ae8]{position:relative;z-index:10;display:flex;min-height:100vh;min-height:100dvh;transition:transform .1s cubic-bezier(.4,0,.2,1)}@media(max-width:1023px){.panels-container[data-v-24c16ae8]{flex-direction:column}}@media(min-width:1024px){.panels-container:not(.sliding-to-forgot):not(.sliding-to-login) .panel-left[data-v-24c16ae8]{width:100%}.panels-container:not(.sliding-to-forgot):not(.sliding-to-login) .panel-right[data-v-24c16ae8]{width:100%}.panels-container.sliding-to-forgot .panel-left[data-v-24c16ae8],.panels-container.sliding-to-forgot .panel-right[data-v-24c16ae8],.panels-container.sliding-to-login .panel-left[data-v-24c16ae8],.panels-container.sliding-to-login .panel-right[data-v-24c16ae8]{width:100%}}.panel-left[data-v-24c16ae8]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}.panel-right[data-v-24c16ae8]{position:relative;z-index:10;width:100%;min-height:100vh;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap}.slide-left-enter-active[data-v-24c16ae8],.slide-left-leave-active[data-v-24c16ae8],.slide-right-enter-active[data-v-24c16ae8],.slide-right-leave-active[data-v-24c16ae8]{transition:all .5s cubic-bezier(.4,0,.2,1)}.slide-left-enter-from[data-v-24c16ae8]{transform:translate(100%);opacity:0}.slide-left-leave-to[data-v-24c16ae8],.slide-right-enter-from[data-v-24c16ae8]{transform:translate(-100%);opacity:0}.slide-right-leave-to[data-v-24c16ae8]{transform:translate(100%);opacity:0}:root .animate__faster[data-v-f50ba966]{--animate-duration: .3s}:root .vc-container[data-v-f50ba966]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-f50ba966]{background-color:transparent!important}.p-rel[data-v-f50ba966]{position:relative}.p-abs[data-v-f50ba966]{position:absolute}.mr05[data-v-f50ba966]{margin-right:.5rem}.mr1[data-v-f50ba966]{margin-right:1rem}.ml05[data-v-f50ba966]{margin-left:.5rem}.ml1[data-v-f50ba966]{margin-left:1rem}.mt05[data-v-f50ba966]{margin-top:.5rem}.mt1[data-v-f50ba966]{margin-top:1rem}.mb05[data-v-f50ba966]{margin-bottom:.5rem}.mb1[data-v-f50ba966]{margin-bottom:1rem}.pr05[data-v-f50ba966]{padding-right:.5rem}.pr1[data-v-f50ba966]{padding-right:1rem}.pl05[data-v-f50ba966]{padding-left:.5rem}.pl1[data-v-f50ba966]{padding-left:1rem}.pt05[data-v-f50ba966]{padding-top:.5rem}.pt1[data-v-f50ba966]{padding-top:1rem}.pb05[data-v-f50ba966]{padding-bottom:.5rem}.pb1[data-v-f50ba966]{padding-bottom:1rem}.gap05[data-v-f50ba966]{gap:.5rem}.size-xs[data-v-f50ba966]{font-size:.625rem}.size-sm[data-v-f50ba966]{font-size:.825rem}.size-md[data-v-f50ba966]{font-size:1em}.size-lg[data-v-f50ba966]{font-size:1.25rem}.size-xl[data-v-f50ba966]{font-size:1.5rem}.dp__input[data-v-f50ba966]{--dp-font-size: $value}.type-primary[data-v-f50ba966]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-f50ba966]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-f50ba966]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-f50ba966]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-f50ba966]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-f50ba966]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-f50ba966]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-f50ba966]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-f50ba966]{background-color:#4caf50;color:#fff}.type-button-success[data-v-f50ba966]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-f50ba966]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-f50ba966]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-f50ba966]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-f50ba966]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-f50ba966]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-f50ba966]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-f50ba966]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-f50ba966]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-f50ba966]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-f50ba966]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-f50ba966]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-f50ba966]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-f50ba966]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-f50ba966]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-f50ba966]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-f50ba966]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-f50ba966]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-f50ba966]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-f50ba966]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-f50ba966]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-f50ba966]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-f50ba966]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.open-on-app-wrapper[data-v-f50ba966]{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#fff;width:100%;height:4rem;position:fixed;top:0;z-index:99999;border-bottom:1px solid #dedede}.open-on-app-wrapper .left-section[data-v-f50ba966]{display:flex;align-items:center}.open-on-app-wrapper .left-section .logo[data-v-f50ba966]{width:30px;height:30px;overflow:hidden;border-radius:3px}.open-on-app-wrapper .left-section .logo img[data-v-f50ba966]{width:100%;height:100%}.open-on-app-wrapper .left-section .texts[data-v-f50ba966]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}.open-on-app-wrapper .left-section .texts .app-name[data-v-f50ba966]{font-weight:700;font-size:18px;color:#606060}.open-on-app-wrapper .left-section .texts .app-message[data-v-f50ba966]{font-size:12px;color:#606060}.open-on-app-wrapper .right-section .open-button[data-v-f50ba966]{padding:3px 10px;background-color:#9c27b0;color:#fff;font-size:16px;font-weight:700;border-radius:5px;cursor:pointer}*{margin:0;padding:0;box-sizing:border-box;font-family:Quicksand,sans-serif;font-size:1em}html{background-color:#eceff1;min-height:100vh}html,body{-webkit-text-size-adjust:100%;text-size-adjust:100%}a{text-decoration:none}.main-container{position:relative}.main-container .open-app-area{position:fixed;top:0;left:0;width:100%;z-index:99999}.main-container .layout-container{height:100%;transition:.2s ease;padding-top:4rem}.main-container .layout-container.minimize{padding-top:0}:root .animate__faster[data-v-2b2c837a]{--animate-duration: .3s}:root .vc-container[data-v-2b2c837a]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-2b2c837a]{background-color:transparent!important}.p-rel[data-v-2b2c837a]{position:relative}.p-abs[data-v-2b2c837a]{position:absolute}.mr05[data-v-2b2c837a]{margin-right:.5rem}.mr1[data-v-2b2c837a]{margin-right:1rem}.ml05[data-v-2b2c837a]{margin-left:.5rem}.ml1[data-v-2b2c837a]{margin-left:1rem}.mt05[data-v-2b2c837a]{margin-top:.5rem}.mt1[data-v-2b2c837a]{margin-top:1rem}.mb05[data-v-2b2c837a]{margin-bottom:.5rem}.mb1[data-v-2b2c837a]{margin-bottom:1rem}.pr05[data-v-2b2c837a]{padding-right:.5rem}.pr1[data-v-2b2c837a]{padding-right:1rem}.pl05[data-v-2b2c837a]{padding-left:.5rem}.pl1[data-v-2b2c837a]{padding-left:1rem}.pt05[data-v-2b2c837a]{padding-top:.5rem}.pt1[data-v-2b2c837a]{padding-top:1rem}.pb05[data-v-2b2c837a]{padding-bottom:.5rem}.pb1[data-v-2b2c837a]{padding-bottom:1rem}.gap05[data-v-2b2c837a]{gap:.5rem}.size-xs[data-v-2b2c837a]{font-size:.625rem}.size-sm[data-v-2b2c837a]{font-size:.825rem}.size-md[data-v-2b2c837a]{font-size:1em}.size-lg[data-v-2b2c837a]{font-size:1.25rem}.size-xl[data-v-2b2c837a]{font-size:1.5rem}.dp__input[data-v-2b2c837a]{--dp-font-size: $value}.type-primary[data-v-2b2c837a]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-2b2c837a]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-2b2c837a]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-2b2c837a]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-2b2c837a]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-2b2c837a]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-2b2c837a]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-2b2c837a]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-2b2c837a]{background-color:#4caf50;color:#fff}.type-button-success[data-v-2b2c837a]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-2b2c837a]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-2b2c837a]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-2b2c837a]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-2b2c837a]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-2b2c837a]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-2b2c837a]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-2b2c837a]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-2b2c837a]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-2b2c837a]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-2b2c837a]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-2b2c837a]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-2b2c837a]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-2b2c837a]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-2b2c837a]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-2b2c837a]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-2b2c837a]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-2b2c837a]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-2b2c837a]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-2b2c837a]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-2b2c837a]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-2b2c837a]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-2b2c837a]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-loader-wrapper .animated-icon[data-v-2b2c837a]{font-size:var(--v06aa08c6);color:var(--text-color)}.custom-ui-loader-wrapper.absolute[data-v-2b2c837a]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0003;z-index:1000;display:flex;justify-content:center;align-items:center}.custom-ui-loader-wrapper.normal[data-v-2b2c837a]{width:100%;display:flex;justify-content:center;align-items:center;height:auto;padding:1rem}.custom-ui-loader-wrapper .custom-ui-loader[data-v-2b2c837a]{border:var(--v0206c8e9) solid #dedede;border-top:var(--v0206c8e9) solid var(--text-color);border-bottom:var(--v0206c8e9) solid var(--text-color);border-radius:50%;width:var(--v06aa08c6);height:var(--v06aa08c6);animation:spin-2b2c837a 1s linear infinite}@keyframes spin-2b2c837a{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root .animate__faster[data-v-cd8510e5]{--animate-duration: .3s}:root .vc-container[data-v-cd8510e5]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-cd8510e5]{background-color:transparent!important}.p-rel[data-v-cd8510e5]{position:relative}.p-abs[data-v-cd8510e5]{position:absolute}.mr05[data-v-cd8510e5]{margin-right:.5rem}.mr1[data-v-cd8510e5]{margin-right:1rem}.ml05[data-v-cd8510e5]{margin-left:.5rem}.ml1[data-v-cd8510e5]{margin-left:1rem}.mt05[data-v-cd8510e5]{margin-top:.5rem}.mt1[data-v-cd8510e5]{margin-top:1rem}.mb05[data-v-cd8510e5]{margin-bottom:.5rem}.mb1[data-v-cd8510e5]{margin-bottom:1rem}.pr05[data-v-cd8510e5]{padding-right:.5rem}.pr1[data-v-cd8510e5]{padding-right:1rem}.pl05[data-v-cd8510e5]{padding-left:.5rem}.pl1[data-v-cd8510e5]{padding-left:1rem}.pt05[data-v-cd8510e5]{padding-top:.5rem}.pt1[data-v-cd8510e5]{padding-top:1rem}.pb05[data-v-cd8510e5]{padding-bottom:.5rem}.pb1[data-v-cd8510e5]{padding-bottom:1rem}.gap05[data-v-cd8510e5]{gap:.5rem}.size-xs[data-v-cd8510e5]{font-size:.625rem}.size-sm[data-v-cd8510e5]{font-size:.825rem}.size-md[data-v-cd8510e5]{font-size:1em}.size-lg[data-v-cd8510e5]{font-size:1.25rem}.size-xl[data-v-cd8510e5]{font-size:1.5rem}.dp__input[data-v-cd8510e5]{--dp-font-size: $value}.type-primary[data-v-cd8510e5]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-cd8510e5]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-cd8510e5]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-cd8510e5]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-cd8510e5]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-cd8510e5]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-cd8510e5]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-cd8510e5]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-cd8510e5]{background-color:#4caf50;color:#fff}.type-button-success[data-v-cd8510e5]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-cd8510e5]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-cd8510e5]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-cd8510e5]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-cd8510e5]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-cd8510e5]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-cd8510e5]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-cd8510e5]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-cd8510e5]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-cd8510e5]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-cd8510e5]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-cd8510e5]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-cd8510e5]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-cd8510e5]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-cd8510e5]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-cd8510e5]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-cd8510e5]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-cd8510e5]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-cd8510e5]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-cd8510e5]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-cd8510e5]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-cd8510e5]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-cd8510e5]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-input-wrapper[data-v-cd8510e5]{display:flex;flex-direction:column;align-items:flex-start;width:100%}.custom-ui-input-wrapper .custom-ui-input-label[data-v-cd8510e5]{font-size:.825rem;font-weight:600;width:100%;color:#606060;margin-bottom:.5rem}.custom-ui-input-wrapper .custom-ui-input[data-v-cd8510e5]{display:flex;align-items:center;border:1px solid #dedede;border-radius:5px;transition:.2s all ease;position:relative;width:100%;background-color:#fff}.custom-ui-input-wrapper .custom-ui-input.danger[data-v-cd8510e5]{border:1px solid #ff4d4f}.custom-ui-input-wrapper .custom-ui-input.success[data-v-cd8510e5]{border:1px solid #4caf50}.custom-ui-input-wrapper .custom-ui-input.disabled[data-v-cd8510e5]{border:1px solid #d4d4d8;cursor:not-allowed}.custom-ui-input-wrapper .custom-ui-input.disabled .custom-ui-input-textbox[data-v-cd8510e5]{cursor:not-allowed}.custom-ui-input-wrapper .custom-ui-input .custom-ui-input-textbox[data-v-cd8510e5]{width:100%;border:none;outline:none;border-radius:5px;color:#606060;background-color:transparent;padding:5px}.custom-ui-input-wrapper .custom-ui-input .custom-ui-input-textbox[data-v-cd8510e5]::placeholder{color:#ccc;background-color:transparent!important}.custom-ui-input-wrapper .custom-ui-input .custom-ui-input-textbox[data-v-cd8510e5]:-interal-autofill-selected{background-color:transparent!important}.custom-ui-input-wrapper .custom-ui-input input[type=number][data-v-cd8510e5]::-webkit-outer-spin-button,.custom-ui-input-wrapper .custom-ui-input input[type=number][data-v-cd8510e5]::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0}.custom-ui-input-wrapper .custom-ui-input input[type=number][data-v-cd8510e5]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.custom-ui-input-wrapper .custom-ui-input .custom-ui-input-counter[data-v-cd8510e5]{position:absolute;background-color:#fff;right:.5rem;bottom:-.325rem;z-index:2;font-size:.625rem;padding:0 .25rem;color:#ccc}.custom-ui-input-wrapper .custom-ui-input .custom-ui-input-icon[data-v-cd8510e5]{display:flex;justify-content:center;align-items:center;position:relative}.custom-ui-input-wrapper .custom-ui-input .custom-ui-input-icon.clickable[data-v-cd8510e5]{cursor:pointer;position:absolute;right:.5rem;color:#606060}.custom-ui-input-wrapper .custom-ui-input .custom-ui-input-icon .danger-icon[data-v-cd8510e5]{color:#ff4d4f}.custom-ui-input-wrapper .custom-ui-input .custom-ui-input-icon .success-icon[data-v-cd8510e5]{color:#4caf50}.custom-ui-button-wrapper{display:flex;justify-content:center;align-items:center;border:none;border-radius:5px;padding:calc(.5em - 1.5px) 1em;cursor:pointer;transition:.2s ease;white-space:nowrap}.custom-ui-button-wrapper.disabled{cursor:not-allowed}.custom-ui-button-wrapper.click-effect:active:not(.disabled){transform:scale(.95);box-shadow:inset 0 2px 4px #0003}.custom-ui-button-wrapper .custom-ui-button-label{display:flex;justify-content:center;align-items:center;gap:.5rem}.custom-ui-button-wrapper.expanded{width:100%}.custom-ui-button-wrapper.expanded .custom-ui-button-label{text-align:center;width:100%;display:flex;justify-content:center;white-space:nowrap;gap:.5rem}.custom-ui-button-wrapper a{color:inherit;text-decoration:none;width:100%;height:100%}.custom-ui-button-wrapper .spinner-button{width:100%;display:flex;justify-content:center;align-items:center;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root .animate__faster[data-v-612f2ce2]{--animate-duration: .3s}:root .vc-container[data-v-612f2ce2]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-612f2ce2]{background-color:transparent!important}.p-rel[data-v-612f2ce2]{position:relative}.p-abs[data-v-612f2ce2]{position:absolute}.mr05[data-v-612f2ce2]{margin-right:.5rem}.mr1[data-v-612f2ce2]{margin-right:1rem}.ml05[data-v-612f2ce2]{margin-left:.5rem}.ml1[data-v-612f2ce2]{margin-left:1rem}.mt05[data-v-612f2ce2]{margin-top:.5rem}.mt1[data-v-612f2ce2]{margin-top:1rem}.mb05[data-v-612f2ce2]{margin-bottom:.5rem}.mb1[data-v-612f2ce2]{margin-bottom:1rem}.pr05[data-v-612f2ce2]{padding-right:.5rem}.pr1[data-v-612f2ce2]{padding-right:1rem}.pl05[data-v-612f2ce2]{padding-left:.5rem}.pl1[data-v-612f2ce2]{padding-left:1rem}.pt05[data-v-612f2ce2]{padding-top:.5rem}.pt1[data-v-612f2ce2]{padding-top:1rem}.pb05[data-v-612f2ce2]{padding-bottom:.5rem}.pb1[data-v-612f2ce2]{padding-bottom:1rem}.gap05[data-v-612f2ce2]{gap:.5rem}.size-xs[data-v-612f2ce2]{font-size:.625rem}.size-sm[data-v-612f2ce2]{font-size:.825rem}.size-md[data-v-612f2ce2]{font-size:1em}.size-lg[data-v-612f2ce2]{font-size:1.25rem}.size-xl[data-v-612f2ce2]{font-size:1.5rem}.dp__input[data-v-612f2ce2]{--dp-font-size: $value}.type-primary[data-v-612f2ce2]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-612f2ce2]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-612f2ce2]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-612f2ce2]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-612f2ce2]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-612f2ce2]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-612f2ce2]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-612f2ce2]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-612f2ce2]{background-color:#4caf50;color:#fff}.type-button-success[data-v-612f2ce2]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-612f2ce2]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-612f2ce2]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-612f2ce2]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-612f2ce2]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-612f2ce2]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-612f2ce2]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-612f2ce2]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-612f2ce2]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-612f2ce2]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-612f2ce2]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-612f2ce2]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-612f2ce2]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-612f2ce2]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-612f2ce2]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-612f2ce2]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-612f2ce2]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-612f2ce2]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-612f2ce2]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-612f2ce2]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-612f2ce2]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-612f2ce2]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-612f2ce2]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.pagination[data-v-612f2ce2]{width:100%;display:flex;justify-content:space-between;margin:2rem 0 4rem}@media screen and (max-width:575.98px){.pagination[data-v-612f2ce2]{margin:1rem 0 2rem}}.pagination .arrows[data-v-612f2ce2]{display:flex;align-items:center}@media screen and (max-width:575.98px){.pagination .arrows[data-v-612f2ce2]{display:none}}.pagination .arrows .icon[data-v-612f2ce2]{height:40px;width:50px;display:flex;justify-content:center;align-items:center;border:1px solid #dedede;cursor:pointer;border-radius:5px;transition:.2s ease all}@media screen and (max-width:575.98px){.pagination .arrows .icon[data-v-612f2ce2]{height:30px;width:40px}}.pagination .arrows .icon[data-v-612f2ce2]:hover{border-color:#606060}.pagination .arrows .icon.disabled[data-v-612f2ce2]{cursor:not-allowed;border-color:#dedede}.pagination .arrows .icon[data-v-612f2ce2]:nth-child(1){margin-right:.5rem}.pagination .numbers[data-v-612f2ce2]{display:flex;justify-content:flex-start}.pagination .numbers .string-item[data-v-612f2ce2]{height:40px;width:50px;display:flex;justify-content:center;align-items:center;margin-left:-.5rem}@media screen and (max-width:575.98px){.pagination .numbers .string-item[data-v-612f2ce2]{height:30px;width:40px}}.pagination .numbers .number-item[data-v-612f2ce2]{height:40px;width:50px;display:flex;justify-content:center;align-items:center;border:1px solid #dedede;background-color:#fff;font-size:1.2rem;font-weight:600;cursor:pointer;border-radius:5px;transition:.2s ease all}@media screen and (max-width:575.98px){.pagination .numbers .number-item[data-v-612f2ce2]{height:30px;width:40px;font-size:1rem}}.pagination .numbers .number-item.active[data-v-612f2ce2]{background-color:var(--text-color);color:#fff}.pagination .numbers .number-item[data-v-612f2ce2]:not(:last-child){margin-right:.5rem}.pagination .numbers .number-item[data-v-612f2ce2]:hover{border-color:#dedede}.custom-ui-info-wrapper{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}.custom-ui-info-wrapper .custom-ui-info{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;width:100%;padding:1rem;border-radius:5px}:root .animate__faster[data-v-1b8391e9]{--animate-duration: .3s}:root .vc-container[data-v-1b8391e9]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-1b8391e9]{background-color:transparent!important}.p-rel[data-v-1b8391e9]{position:relative}.p-abs[data-v-1b8391e9]{position:absolute}.mr05[data-v-1b8391e9]{margin-right:.5rem}.mr1[data-v-1b8391e9]{margin-right:1rem}.ml05[data-v-1b8391e9]{margin-left:.5rem}.ml1[data-v-1b8391e9]{margin-left:1rem}.mt05[data-v-1b8391e9]{margin-top:.5rem}.mt1[data-v-1b8391e9]{margin-top:1rem}.mb05[data-v-1b8391e9]{margin-bottom:.5rem}.mb1[data-v-1b8391e9]{margin-bottom:1rem}.pr05[data-v-1b8391e9]{padding-right:.5rem}.pr1[data-v-1b8391e9]{padding-right:1rem}.pl05[data-v-1b8391e9]{padding-left:.5rem}.pl1[data-v-1b8391e9]{padding-left:1rem}.pt05[data-v-1b8391e9]{padding-top:.5rem}.pt1[data-v-1b8391e9]{padding-top:1rem}.pb05[data-v-1b8391e9]{padding-bottom:.5rem}.pb1[data-v-1b8391e9]{padding-bottom:1rem}.gap05[data-v-1b8391e9]{gap:.5rem}.size-xs[data-v-1b8391e9]{font-size:.625rem}.size-sm[data-v-1b8391e9]{font-size:.825rem}.size-md[data-v-1b8391e9]{font-size:1em}.size-lg[data-v-1b8391e9]{font-size:1.25rem}.size-xl[data-v-1b8391e9]{font-size:1.5rem}.dp__input[data-v-1b8391e9]{--dp-font-size: $value}.type-primary[data-v-1b8391e9]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-1b8391e9]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-1b8391e9]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-1b8391e9]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-1b8391e9]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-1b8391e9]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-1b8391e9]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-1b8391e9]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-1b8391e9]{background-color:#4caf50;color:#fff}.type-button-success[data-v-1b8391e9]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-1b8391e9]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-1b8391e9]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-1b8391e9]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-1b8391e9]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-1b8391e9]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-1b8391e9]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-1b8391e9]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-1b8391e9]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-1b8391e9]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-1b8391e9]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-1b8391e9]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-1b8391e9]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-1b8391e9]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-1b8391e9]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-1b8391e9]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-1b8391e9]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-1b8391e9]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-1b8391e9]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-1b8391e9]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-1b8391e9]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-1b8391e9]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-1b8391e9]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-tooltip-wrapper .custom-ui-tooltip-trigger[data-v-1b8391e9]{cursor:pointer;position:relative;padding:2px;display:flex;width:auto}.custom-ui-tooltip-message[data-v-1b8391e9]{position:absolute;background-color:#4a4a4a;color:#fff;padding:.5rem 1rem;border-radius:.25rem;font-size:.75rem;width:var(--v5b9f5bf8);max-width:350px;min-width:auto;z-index:1;height:auto}.custom-ui-tooltip-message.break-word[data-v-1b8391e9]{word-break:break-word}.custom-ui-tooltip-message.no-wrap[data-v-1b8391e9]{white-space:nowrap}.custom-ui-tooltip-message.bottom-center[data-v-1b8391e9]{top:100%;left:50%;transform:translate(-50%)}.custom-ui-tooltip-message.top-center[data-v-1b8391e9]{bottom:100%;left:50%;transform:translate(-50%)}.custom-ui-tooltip-message.left-center[data-v-1b8391e9]{right:100%;top:50%;transform:translateY(-50%)}.custom-ui-tooltip-message.right-center[data-v-1b8391e9]{left:100%;top:50%;transform:translateY(-50%)}.custom-ui-tooltip-message.bottom-right[data-v-1b8391e9]{top:100%;left:100%}.custom-ui-tooltip-message.bottom-left[data-v-1b8391e9]{top:100%;right:100%}.custom-ui-tooltip-message.top-left[data-v-1b8391e9]{bottom:100%;right:100%}.custom-ui-tooltip-message.top-right[data-v-1b8391e9]{bottom:100%;left:100%}.custom-ui-tooltip-message[data-v-1b8391e9]:after{content:"";position:absolute;top:-.5rem;left:50%;transform:translate(-50%);border:.5rem solid transparent;border-bottom-color:#4a4a4a}:root .animate__faster[data-v-ab6df996]{--animate-duration: .3s}:root .vc-container[data-v-ab6df996]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-ab6df996]{background-color:transparent!important}.p-rel[data-v-ab6df996]{position:relative}.p-abs[data-v-ab6df996]{position:absolute}.mr05[data-v-ab6df996]{margin-right:.5rem}.mr1[data-v-ab6df996]{margin-right:1rem}.ml05[data-v-ab6df996]{margin-left:.5rem}.ml1[data-v-ab6df996]{margin-left:1rem}.mt05[data-v-ab6df996]{margin-top:.5rem}.mt1[data-v-ab6df996]{margin-top:1rem}.mb05[data-v-ab6df996]{margin-bottom:.5rem}.mb1[data-v-ab6df996]{margin-bottom:1rem}.pr05[data-v-ab6df996]{padding-right:.5rem}.pr1[data-v-ab6df996]{padding-right:1rem}.pl05[data-v-ab6df996]{padding-left:.5rem}.pl1[data-v-ab6df996]{padding-left:1rem}.pt05[data-v-ab6df996]{padding-top:.5rem}.pt1[data-v-ab6df996]{padding-top:1rem}.pb05[data-v-ab6df996]{padding-bottom:.5rem}.pb1[data-v-ab6df996]{padding-bottom:1rem}.gap05[data-v-ab6df996]{gap:.5rem}.size-xs[data-v-ab6df996]{font-size:.625rem}.size-sm[data-v-ab6df996]{font-size:.825rem}.size-md[data-v-ab6df996]{font-size:1em}.size-lg[data-v-ab6df996]{font-size:1.25rem}.size-xl[data-v-ab6df996]{font-size:1.5rem}.dp__input[data-v-ab6df996]{--dp-font-size: $value}.type-primary[data-v-ab6df996]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-ab6df996]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-ab6df996]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-ab6df996]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-ab6df996]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-ab6df996]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-ab6df996]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-ab6df996]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-ab6df996]{background-color:#4caf50;color:#fff}.type-button-success[data-v-ab6df996]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-ab6df996]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-ab6df996]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-ab6df996]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-ab6df996]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-ab6df996]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-ab6df996]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-ab6df996]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-ab6df996]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-ab6df996]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-ab6df996]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-ab6df996]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-ab6df996]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-ab6df996]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-ab6df996]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-ab6df996]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-ab6df996]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-ab6df996]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-ab6df996]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-ab6df996]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-ab6df996]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-ab6df996]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-ab6df996]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-textbox-wrapper[data-v-ab6df996]{display:flex;width:100%;flex-direction:column;background-color:#fff}.custom-ui-textbox-wrapper .custom-ui-textbox-label[data-v-ab6df996]{font-size:.825rem;font-weight:600;width:100%;color:#606060;margin-bottom:.5rem}.custom-ui-textbox-wrapper .custom-ui-textbox[data-v-ab6df996]{width:100%;height:auto;border:1px solid #dedede;border-radius:5px;color:#606060;display:flex;position:relative}.custom-ui-textbox-wrapper .custom-ui-textbox.success[data-v-ab6df996]{border-color:#4caf50}.custom-ui-textbox-wrapper .custom-ui-textbox.danger[data-v-ab6df996]{border-color:#ff4d4f}.custom-ui-textbox-wrapper .custom-ui-textbox.disabled textarea[data-v-ab6df996]{cursor:not-allowed}.custom-ui-textbox-wrapper .custom-ui-textbox textarea[data-v-ab6df996]{font-family:Quicksand,sans-serif;width:100%;height:100%;padding:.5rem;resize:vertical;outline:none;border-radius:5px;border:none;min-height:var(--v4535ecf8);color:#606060;background-color:transparent}.custom-ui-textbox-wrapper .custom-ui-textbox textarea[data-v-ab6df996]::-webkit-scrollbar{width:6px;background-color:#fff}.custom-ui-textbox-wrapper .custom-ui-textbox textarea[data-v-ab6df996]::-webkit-scrollbar-thumb:vertical{background-color:var(--text-color);border-radius:10px}@media screen and (max-width:575.98px){.custom-ui-textbox-wrapper .custom-ui-textbox textarea[data-v-ab6df996]::placeholder{font-size:.825rem}}@media screen and (min-width:576px)and (max-width:767.98px){.custom-ui-textbox-wrapper .custom-ui-textbox textarea[data-v-ab6df996]::placeholder{font-size:.825rem}}@media screen and (min-width:768px)and (max-width:991.98px){.custom-ui-textbox-wrapper .custom-ui-textbox textarea[data-v-ab6df996]::placeholder{font-size:.825rem}}.custom-ui-textbox-wrapper .custom-ui-textbox .custom-ui-textbox-counter[data-v-ab6df996]{position:absolute;background-color:#fff;right:.75rem;bottom:.325rem;z-index:2;font-size:.625rem;padding:0 .25rem;color:#ccc}:root .animate__faster[data-v-e2ba6f0f]{--animate-duration: .3s}:root .vc-container[data-v-e2ba6f0f]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-e2ba6f0f]{background-color:transparent!important}.p-rel[data-v-e2ba6f0f]{position:relative}.p-abs[data-v-e2ba6f0f]{position:absolute}.mr05[data-v-e2ba6f0f]{margin-right:.5rem}.mr1[data-v-e2ba6f0f]{margin-right:1rem}.ml05[data-v-e2ba6f0f]{margin-left:.5rem}.ml1[data-v-e2ba6f0f]{margin-left:1rem}.mt05[data-v-e2ba6f0f]{margin-top:.5rem}.mt1[data-v-e2ba6f0f]{margin-top:1rem}.mb05[data-v-e2ba6f0f]{margin-bottom:.5rem}.mb1[data-v-e2ba6f0f]{margin-bottom:1rem}.pr05[data-v-e2ba6f0f]{padding-right:.5rem}.pr1[data-v-e2ba6f0f]{padding-right:1rem}.pl05[data-v-e2ba6f0f]{padding-left:.5rem}.pl1[data-v-e2ba6f0f]{padding-left:1rem}.pt05[data-v-e2ba6f0f]{padding-top:.5rem}.pt1[data-v-e2ba6f0f]{padding-top:1rem}.pb05[data-v-e2ba6f0f]{padding-bottom:.5rem}.pb1[data-v-e2ba6f0f]{padding-bottom:1rem}.gap05[data-v-e2ba6f0f]{gap:.5rem}.size-xs[data-v-e2ba6f0f]{font-size:.625rem}.size-sm[data-v-e2ba6f0f]{font-size:.825rem}.size-md[data-v-e2ba6f0f]{font-size:1em}.size-lg[data-v-e2ba6f0f]{font-size:1.25rem}.size-xl[data-v-e2ba6f0f]{font-size:1.5rem}.dp__input[data-v-e2ba6f0f]{--dp-font-size: $value}.type-primary[data-v-e2ba6f0f]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-e2ba6f0f]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-e2ba6f0f]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-e2ba6f0f]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-e2ba6f0f]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-e2ba6f0f]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-e2ba6f0f]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-e2ba6f0f]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-e2ba6f0f]{background-color:#4caf50;color:#fff}.type-button-success[data-v-e2ba6f0f]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-e2ba6f0f]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-e2ba6f0f]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-e2ba6f0f]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-e2ba6f0f]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-e2ba6f0f]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-e2ba6f0f]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-e2ba6f0f]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-e2ba6f0f]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-e2ba6f0f]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-e2ba6f0f]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-e2ba6f0f]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-e2ba6f0f]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-e2ba6f0f]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-e2ba6f0f]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-e2ba6f0f]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-e2ba6f0f]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-e2ba6f0f]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-e2ba6f0f]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-e2ba6f0f]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-e2ba6f0f]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-e2ba6f0f]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-e2ba6f0f]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-dropdown-wrapper[data-v-e2ba6f0f]{cursor:pointer}.custom-ui-dropdown-wrapper .custom-ui-dropdown[data-v-e2ba6f0f]{width:var(--v64d3bf84);box-shadow:0 0 5px 2px #0000001a;border-radius:4px;background-color:#fff;position:absolute;z-index:999;top:calc(100% + 5px);right:0;opacity:0;transition:.2s ease;overflow:hidden}.custom-ui-dropdown-wrapper .custom-ui-dropdown.active[data-v-e2ba6f0f]{transition:.2s ease;opacity:1}.custom-ui-dropdown-wrapper .custom-ui-dropdown-mobile[data-v-e2ba6f0f]{background-color:#fff;width:100%;border-radius:5px;height:auto;max-height:60vh;overflow:hidden;overflow-y:auto}.custom-ui-dropdown-wrapper .custom-ui-dropdown-mobile[data-v-e2ba6f0f]::-webkit-scrollbar{width:6px;background-color:#fff}.custom-ui-dropdown-wrapper .custom-ui-dropdown-mobile[data-v-e2ba6f0f]::-webkit-scrollbar-thumb:vertical{background-color:var(--text-color);border-radius:10px}:root .animate__faster[data-v-518abe74]{--animate-duration: .3s}:root .vc-container[data-v-518abe74]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-518abe74]{background-color:transparent!important}.p-rel[data-v-518abe74]{position:relative}.p-abs[data-v-518abe74]{position:absolute}.mr05[data-v-518abe74]{margin-right:.5rem}.mr1[data-v-518abe74]{margin-right:1rem}.ml05[data-v-518abe74]{margin-left:.5rem}.ml1[data-v-518abe74]{margin-left:1rem}.mt05[data-v-518abe74]{margin-top:.5rem}.mt1[data-v-518abe74]{margin-top:1rem}.mb05[data-v-518abe74]{margin-bottom:.5rem}.mb1[data-v-518abe74]{margin-bottom:1rem}.pr05[data-v-518abe74]{padding-right:.5rem}.pr1[data-v-518abe74]{padding-right:1rem}.pl05[data-v-518abe74]{padding-left:.5rem}.pl1[data-v-518abe74]{padding-left:1rem}.pt05[data-v-518abe74]{padding-top:.5rem}.pt1[data-v-518abe74]{padding-top:1rem}.pb05[data-v-518abe74]{padding-bottom:.5rem}.pb1[data-v-518abe74]{padding-bottom:1rem}.gap05[data-v-518abe74]{gap:.5rem}.size-xs[data-v-518abe74]{font-size:.625rem}.size-sm[data-v-518abe74]{font-size:.825rem}.size-md[data-v-518abe74]{font-size:1em}.size-lg[data-v-518abe74]{font-size:1.25rem}.size-xl[data-v-518abe74]{font-size:1.5rem}.dp__input[data-v-518abe74]{--dp-font-size: $value}.type-primary[data-v-518abe74]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-518abe74]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-518abe74]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-518abe74]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-518abe74]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-518abe74]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-518abe74]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-518abe74]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-518abe74]{background-color:#4caf50;color:#fff}.type-button-success[data-v-518abe74]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-518abe74]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-518abe74]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-518abe74]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-518abe74]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-518abe74]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-518abe74]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-518abe74]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-518abe74]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-518abe74]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-518abe74]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-518abe74]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-518abe74]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-518abe74]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-518abe74]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-518abe74]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-518abe74]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-518abe74]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-518abe74]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-518abe74]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-518abe74]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-518abe74]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-518abe74]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-skeleton-wrapper[data-v-518abe74]{width:var(--v5eadb3ea);display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.custom-ui-skeleton-wrapper .custom-ui-skeleton[data-v-518abe74]{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;margin-bottom:1rem}.custom-ui-skeleton-wrapper .custom-ui-skeleton .custom-ui-post-skeleton[data-v-518abe74]{width:100%;height:100%;background-color:#fff;padding:1rem;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px;border-radius:10px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.custom-ui-skeleton-wrapper .custom-ui-skeleton .custom-ui-post-skeleton .post-owner[data-v-518abe74]{margin-bottom:1rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.custom-ui-skeleton-wrapper .custom-ui-skeleton .custom-ui-post-skeleton .post-owner .image[data-v-518abe74]{height:40px;width:40px;border-radius:50%;background-color:#e0e0e0}.custom-ui-skeleton-wrapper .custom-ui-skeleton .custom-ui-post-skeleton .post-owner .name[data-v-518abe74]{width:100px;height:20px;border-radius:4px;background-color:#e0e0e0}.custom-ui-skeleton-wrapper .custom-ui-skeleton .custom-ui-post-skeleton .post-text[data-v-518abe74]{width:100%;height:15px;border-radius:4px;background-color:#e0e0e0;margin-bottom:.5rem}.custom-ui-skeleton-wrapper .custom-ui-skeleton .custom-ui-post-skeleton .post-actions[data-v-518abe74]{width:100%;height:40px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.custom-ui-skeleton-wrapper .custom-ui-skeleton .custom-ui-post-skeleton .post-actions .action[data-v-518abe74]{width:75px;height:20px;border-radius:4px;background-color:#e0e0e0}.custom-ui-skeleton-wrapper .custom-ui-skeleton .custom-ui-normal-skeleton[data-v-518abe74]{background-color:#e0e0e0;width:100%;height:100px;border-radius:5px}.custom-ui-skeleton-wrapper .shine[data-v-518abe74]{animation:shine-518abe74 2s ease-in-out infinite;background:linear-gradient(to right,#ffffff1a 8%,#fff3 18%,#ffffff1a 33%);background-size:800px 104px;position:relative;overflow:hidden}.custom-ui-skeleton-wrapper .shine[data-v-518abe74]:before{content:"";position:absolute;top:0;left:-150px;width:150px;height:100%;background:linear-gradient(to right,#ffffff1a 8%,#fff3 18%,#ffffff1a 33%);animation:shineBefore-518abe74 2s ease-in-out infinite}.custom-ui-skeleton-wrapper .shine[data-v-518abe74]:after{content:"";position:absolute;top:0;left:-150px;width:150px;height:100%;background:linear-gradient(to right,#ffffff1a 8%,#fff3 18%,#ffffff1a 33%);animation:shineAfter-518abe74 2s ease-in-out infinite}@keyframes shine-518abe74{0%{background-position:-468px 0}to{background-position:468px 0}}@keyframes shineBefore-518abe74{0%{left:-150px}to{left:100%}}@keyframes shineAfter-518abe74{0%{left:-150px}to{left:100%}}.custom-ui-modal-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;width:100%;height:100%;position:fixed;top:0;left:0;z-index:9999;padding:1rem;background-color:#0009}.custom-ui-modal-wrapper .custom-ui-modal{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;width:100%}.custom-ui-modal-wrapper .modal-wrapper{background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;border-radius:5px}@media screen and (max-width:575.98px){.custom-ui-modal-wrapper .modal-wrapper{width:100%!important;height:100%}}@media screen and (min-width:576px)and (max-width:767.98px){.custom-ui-modal-wrapper .modal-wrapper{width:100%!important;height:100%}}@media screen and (min-width:768px)and (max-width:991.98px){.custom-ui-modal-wrapper .modal-wrapper{width:100%!important;height:100%}}.custom-ui-modal-wrapper .modal-header{width:100%;height:3.5rem;padding:0 1rem;background-color:#f7f7f7;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;border-radius:5px 5px 0 0}.custom-ui-modal-wrapper .modal-body{padding:1rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-wrap:nowrap;height:calc(100% - 7rem);width:100%;overflow-y:auto}.custom-ui-modal-wrapper .modal-body::-webkit-scrollbar{width:6px;background-color:#fff}.custom-ui-modal-wrapper .modal-body::-webkit-scrollbar-thumb:vertical{background-color:var(--text-color);border-radius:10px}.custom-ui-modal-wrapper .modal-body .modal-row{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;flex-wrap:nowrap}.custom-ui-modal-wrapper .modal-body .modal-column{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.custom-ui-modal-wrapper .modal-body .row-title{min-width:100%;font-size:.825rem;font-weight:600;width:100%;color:#606060;margin-bottom:.5rem}.custom-ui-modal-wrapper .modal-footer{width:100%;height:3.5rem;padding:0 1rem;display:flex;align-items:center;justify-content:flex-end;border-radius:0 0 5px 5px;border-top:1px solid #dedede;gap:.5rem}:root .animate__faster[data-v-1221eb82]{--animate-duration: .3s}:root .vc-container[data-v-1221eb82]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-1221eb82]{background-color:transparent!important}.p-rel[data-v-1221eb82]{position:relative}.p-abs[data-v-1221eb82]{position:absolute}.mr05[data-v-1221eb82]{margin-right:.5rem}.mr1[data-v-1221eb82]{margin-right:1rem}.ml05[data-v-1221eb82]{margin-left:.5rem}.ml1[data-v-1221eb82]{margin-left:1rem}.mt05[data-v-1221eb82]{margin-top:.5rem}.mt1[data-v-1221eb82]{margin-top:1rem}.mb05[data-v-1221eb82]{margin-bottom:.5rem}.mb1[data-v-1221eb82]{margin-bottom:1rem}.pr05[data-v-1221eb82]{padding-right:.5rem}.pr1[data-v-1221eb82]{padding-right:1rem}.pl05[data-v-1221eb82]{padding-left:.5rem}.pl1[data-v-1221eb82]{padding-left:1rem}.pt05[data-v-1221eb82]{padding-top:.5rem}.pt1[data-v-1221eb82]{padding-top:1rem}.pb05[data-v-1221eb82]{padding-bottom:.5rem}.pb1[data-v-1221eb82]{padding-bottom:1rem}.gap05[data-v-1221eb82]{gap:.5rem}.size-xs[data-v-1221eb82]{font-size:.625rem}.size-sm[data-v-1221eb82]{font-size:.825rem}.size-md[data-v-1221eb82]{font-size:1em}.size-lg[data-v-1221eb82]{font-size:1.25rem}.size-xl[data-v-1221eb82]{font-size:1.5rem}.dp__input[data-v-1221eb82]{--dp-font-size: $value}.type-primary[data-v-1221eb82]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-1221eb82]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-1221eb82]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-1221eb82]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-1221eb82]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-1221eb82]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-1221eb82]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-1221eb82]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-1221eb82]{background-color:#4caf50;color:#fff}.type-button-success[data-v-1221eb82]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-1221eb82]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-1221eb82]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-1221eb82]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-1221eb82]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-1221eb82]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-1221eb82]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-1221eb82]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-1221eb82]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-1221eb82]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-1221eb82]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-1221eb82]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-1221eb82]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-1221eb82]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-1221eb82]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-1221eb82]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-1221eb82]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-1221eb82]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-1221eb82]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-1221eb82]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-1221eb82]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-1221eb82]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-1221eb82]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-checkbox-wrapper[data-v-1221eb82]{display:flex;align-items:center;justify-content:center;width:auto}.custom-ui-checkbox-wrapper input[data-v-1221eb82]{display:none}.custom-ui-checkbox-wrapper .custom-ui-checkbox[data-v-1221eb82]{display:flex;align-items:center;justify-content:center;width:1.15rem;min-width:1.15rem;max-width:1.15rem;aspect-ratio:1;border:1.5px solid #dedede;border-radius:3px;cursor:pointer;transition:all .2s ease-in-out;background-color:#fff}.custom-ui-checkbox-wrapper .custom-ui-checkbox.checked[data-v-1221eb82]{background-color:var(--brand-color);border:1.5px solid var(--brand-color)}.custom-ui-checkbox-wrapper .custom-ui-checkbox.disabled[data-v-1221eb82]{cursor:not-allowed}.custom-ui-checkbox-wrapper .custom-ui-checkbox .fa-solid[data-v-1221eb82]{color:#fff;font-size:1rem}.custom-ui-checkbox-wrapper .custom-ui-checkbox-label[data-v-1221eb82]{font-size:.825rem;font-weight:600;color:#606060;margin-left:.5rem;overflow-wrap:break-word;word-break:normal;white-space:normal;max-width:100%}.custom-ui-checkbox-wrapper .custom-ui-checkbox-label.disabled[data-v-1221eb82]{color:#d4d4d8;cursor:not-allowed}:root .animate__faster[data-v-7b6cce9c]{--animate-duration: .3s}:root .vc-container[data-v-7b6cce9c]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-7b6cce9c]{background-color:transparent!important}.p-rel[data-v-7b6cce9c]{position:relative}.p-abs[data-v-7b6cce9c]{position:absolute}.mr05[data-v-7b6cce9c]{margin-right:.5rem}.mr1[data-v-7b6cce9c]{margin-right:1rem}.ml05[data-v-7b6cce9c]{margin-left:.5rem}.ml1[data-v-7b6cce9c]{margin-left:1rem}.mt05[data-v-7b6cce9c]{margin-top:.5rem}.mt1[data-v-7b6cce9c]{margin-top:1rem}.mb05[data-v-7b6cce9c]{margin-bottom:.5rem}.mb1[data-v-7b6cce9c]{margin-bottom:1rem}.pr05[data-v-7b6cce9c]{padding-right:.5rem}.pr1[data-v-7b6cce9c]{padding-right:1rem}.pl05[data-v-7b6cce9c]{padding-left:.5rem}.pl1[data-v-7b6cce9c]{padding-left:1rem}.pt05[data-v-7b6cce9c]{padding-top:.5rem}.pt1[data-v-7b6cce9c]{padding-top:1rem}.pb05[data-v-7b6cce9c]{padding-bottom:.5rem}.pb1[data-v-7b6cce9c]{padding-bottom:1rem}.gap05[data-v-7b6cce9c]{gap:.5rem}.size-xs[data-v-7b6cce9c]{font-size:.625rem}.size-sm[data-v-7b6cce9c]{font-size:.825rem}.size-md[data-v-7b6cce9c]{font-size:1em}.size-lg[data-v-7b6cce9c]{font-size:1.25rem}.size-xl[data-v-7b6cce9c]{font-size:1.5rem}.dp__input[data-v-7b6cce9c]{--dp-font-size: $value}.type-primary[data-v-7b6cce9c]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-7b6cce9c]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-7b6cce9c]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-7b6cce9c]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-7b6cce9c]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-7b6cce9c]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-7b6cce9c]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-7b6cce9c]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-7b6cce9c]{background-color:#4caf50;color:#fff}.type-button-success[data-v-7b6cce9c]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-7b6cce9c]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-7b6cce9c]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-7b6cce9c]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-7b6cce9c]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-7b6cce9c]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-7b6cce9c]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-7b6cce9c]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-7b6cce9c]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-7b6cce9c]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-7b6cce9c]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-7b6cce9c]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-7b6cce9c]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-7b6cce9c]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-7b6cce9c]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-7b6cce9c]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-7b6cce9c]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-7b6cce9c]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-7b6cce9c]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-7b6cce9c]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-7b6cce9c]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-7b6cce9c]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-7b6cce9c]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-select-wrapper[data-v-7b6cce9c]{position:relative;width:100%;overflow:hidden}.custom-ui-select-wrapper .custom-ui-select-label[data-v-7b6cce9c]{font-size:.825rem;font-weight:600;width:100%;color:#606060;margin-bottom:.5rem}.custom-ui-select-wrapper .custom-ui-select[data-v-7b6cce9c]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;border:1px solid #dedede;border-radius:5px;padding:calc(.5em - 2px) 1em;cursor:pointer;overflow:hidden;width:100%}.custom-ui-select-wrapper .custom-ui-select select[data-v-7b6cce9c]{background-color:transparent;width:100%;border:none;outline:none;color:#606060}.custom-ui-select-wrapper .custom-ui-select.danger[data-v-7b6cce9c]{border:1px solid #ff4d4f}.custom-ui-select-wrapper .custom-ui-select.success[data-v-7b6cce9c]{border:1px solid #4caf50}.custom-ui-select-wrapper .custom-ui-select.disabled[data-v-7b6cce9c]{cursor:not-allowed;border-color:#d4d4d8}.custom-ui-select-wrapper .custom-ui-select .custom-ui-select-icon[data-v-7b6cce9c]{margin-left:.5rem;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap}.custom-ui-select-wrapper .custom-ui-select .custom-ui-select-icon .danger-icon[data-v-7b6cce9c]{color:#ff4d4f}.custom-ui-select-wrapper .custom-ui-select .custom-ui-select-icon .success-icon[data-v-7b6cce9c]{color:#4caf50}:root .animate__faster[data-v-6922064f]{--animate-duration: .3s}:root .vc-container[data-v-6922064f]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-6922064f]{background-color:transparent!important}.p-rel[data-v-6922064f]{position:relative}.p-abs[data-v-6922064f]{position:absolute}.mr05[data-v-6922064f]{margin-right:.5rem}.mr1[data-v-6922064f]{margin-right:1rem}.ml05[data-v-6922064f]{margin-left:.5rem}.ml1[data-v-6922064f]{margin-left:1rem}.mt05[data-v-6922064f]{margin-top:.5rem}.mt1[data-v-6922064f]{margin-top:1rem}.mb05[data-v-6922064f]{margin-bottom:.5rem}.mb1[data-v-6922064f]{margin-bottom:1rem}.pr05[data-v-6922064f]{padding-right:.5rem}.pr1[data-v-6922064f]{padding-right:1rem}.pl05[data-v-6922064f]{padding-left:.5rem}.pl1[data-v-6922064f]{padding-left:1rem}.pt05[data-v-6922064f]{padding-top:.5rem}.pt1[data-v-6922064f]{padding-top:1rem}.pb05[data-v-6922064f]{padding-bottom:.5rem}.pb1[data-v-6922064f]{padding-bottom:1rem}.gap05[data-v-6922064f]{gap:.5rem}.size-xs[data-v-6922064f]{font-size:.625rem}.size-sm[data-v-6922064f]{font-size:.825rem}.size-md[data-v-6922064f]{font-size:1em}.size-lg[data-v-6922064f]{font-size:1.25rem}.size-xl[data-v-6922064f]{font-size:1.5rem}.dp__input[data-v-6922064f]{--dp-font-size: $value}.type-primary[data-v-6922064f]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-6922064f]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-6922064f]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-6922064f]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-6922064f]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-6922064f]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-6922064f]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-6922064f]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-6922064f]{background-color:#4caf50;color:#fff}.type-button-success[data-v-6922064f]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-6922064f]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-6922064f]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-6922064f]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-6922064f]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-6922064f]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-6922064f]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-6922064f]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-6922064f]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-6922064f]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-6922064f]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-6922064f]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-6922064f]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-6922064f]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-6922064f]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-6922064f]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-6922064f]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-6922064f]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-6922064f]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-6922064f]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-6922064f]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-6922064f]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-6922064f]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-table-wrapper[data-v-6922064f]{width:100%;overflow:auto;border-radius:5px;border:1px solid #dedede}.custom-ui-table-wrapper .table-actions[data-v-6922064f]{display:flex;justify-content:flex-end;margin-bottom:1rem}.custom-ui-table-wrapper .table-actions button[data-v-6922064f]{margin-left:.5rem}.custom-ui-table-wrapper .sticky[data-v-6922064f]{position:sticky;background-color:inherit;left:0;z-index:1}.custom-ui-table-wrapper .link-column .has-link[data-v-6922064f]{display:flex;align-items:center;justify-content:space-between}.custom-ui-table-wrapper .link-column .has-link i[data-v-6922064f]{color:var(--brand-color);cursor:pointer}.custom-ui-table-wrapper .link-column .has-link a[data-v-6922064f]{color:var(--brand-color);text-decoration:underline}.custom-ui-table-wrapper .bool-column[data-v-6922064f]{display:flex;align-items:center}.custom-ui-table-wrapper .bool-column .dot[data-v-6922064f]{width:15px;height:15px;border-radius:50%;margin-right:.5rem}.custom-ui-table-wrapper .bool-column .dot.active[data-v-6922064f]{background:#38e638}.custom-ui-table-wrapper .bool-column .dot.passive[data-v-6922064f]{background:#e61e1e}.custom-ui-table-wrapper .image-column .image-item[data-v-6922064f]{width:40px;height:40px;border-radius:5px;overflow:hidden}.custom-ui-table-wrapper .image-column .image-item img[data-v-6922064f]{height:40px;width:40px;border-radius:5px}.custom-ui-table-wrapper .action-column[data-v-6922064f]{cursor:pointer}.custom-ui-table-wrapper .action-column[data-v-6922064f]:hover{text-decoration:underline}.custom-ui-table-wrapper .order-column[data-v-6922064f]{display:flex;flex-direction:row;justify-content:space-around;align-items:center;flex-wrap:nowrap}.custom-ui-table-wrapper .order-column .order-caret[data-v-6922064f]{color:var(--brand-color);cursor:pointer}.custom-ui-table-wrapper table[data-v-6922064f]{border-collapse:separate;overflow:hidden;overflow-x:auto;position:relative;border-spacing:0;width:100%}.custom-ui-table-wrapper th[data-v-6922064f]{background-color:#f1f0f0!important;text-align:left;padding:.5rem;border-bottom:1px solid #dedede}.custom-ui-table-wrapper .column-head[data-v-6922064f]{display:flex;justify-content:space-between;align-items:center;color:#606060}.custom-ui-table-wrapper td[data-v-6922064f]{padding:.5rem}.custom-ui-table-wrapper tbody tr[data-v-6922064f]:last-child{border-bottom:1px solid #dedede}.custom-ui-table-wrapper tbody tr[data-v-6922064f]:nth-child(odd){background-color:#fff}.custom-ui-table-wrapper tbody tr[data-v-6922064f]:nth-child(2n){background-color:#f1f0f0}.custom-ui-table-wrapper .color-column .color-item[data-v-6922064f]{width:20px;height:20px;border-radius:5px;display:flex;border:1px solid #000}.custom-ui-table-wrapper .select-column[data-v-6922064f]{min-width:50px!important;text-align:center;max-width:50px!important;width:50px!important}.custom-ui-table-wrapper th[data-v-6922064f],.custom-ui-table-wrapper td[data-v-6922064f]{min-width:100px}.custom-ui-table-wrapper th[data-v-6922064f]:not(:last-child),.custom-ui-table-wrapper td[data-v-6922064f]:not(:last-child){border-right:1px solid #dedede}.custom-ui-table-wrapper .no-data[data-v-6922064f]{text-align:center;padding:1rem}:root .animate__faster[data-v-8dab8b91]{--animate-duration: .3s}:root .vc-container[data-v-8dab8b91]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-8dab8b91]{background-color:transparent!important}.p-rel[data-v-8dab8b91]{position:relative}.p-abs[data-v-8dab8b91]{position:absolute}.mr05[data-v-8dab8b91]{margin-right:.5rem}.mr1[data-v-8dab8b91]{margin-right:1rem}.ml05[data-v-8dab8b91]{margin-left:.5rem}.ml1[data-v-8dab8b91]{margin-left:1rem}.mt05[data-v-8dab8b91]{margin-top:.5rem}.mt1[data-v-8dab8b91]{margin-top:1rem}.mb05[data-v-8dab8b91]{margin-bottom:.5rem}.mb1[data-v-8dab8b91]{margin-bottom:1rem}.pr05[data-v-8dab8b91]{padding-right:.5rem}.pr1[data-v-8dab8b91]{padding-right:1rem}.pl05[data-v-8dab8b91]{padding-left:.5rem}.pl1[data-v-8dab8b91]{padding-left:1rem}.pt05[data-v-8dab8b91]{padding-top:.5rem}.pt1[data-v-8dab8b91]{padding-top:1rem}.pb05[data-v-8dab8b91]{padding-bottom:.5rem}.pb1[data-v-8dab8b91]{padding-bottom:1rem}.gap05[data-v-8dab8b91]{gap:.5rem}.size-xs[data-v-8dab8b91]{font-size:.625rem}.size-sm[data-v-8dab8b91]{font-size:.825rem}.size-md[data-v-8dab8b91]{font-size:1em}.size-lg[data-v-8dab8b91]{font-size:1.25rem}.size-xl[data-v-8dab8b91]{font-size:1.5rem}.dp__input[data-v-8dab8b91]{--dp-font-size: $value}.type-primary[data-v-8dab8b91]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-8dab8b91]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-8dab8b91]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-8dab8b91]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-8dab8b91]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-8dab8b91]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-8dab8b91]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-8dab8b91]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-8dab8b91]{background-color:#4caf50;color:#fff}.type-button-success[data-v-8dab8b91]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-8dab8b91]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-8dab8b91]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-8dab8b91]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-8dab8b91]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-8dab8b91]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-8dab8b91]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-8dab8b91]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-8dab8b91]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-8dab8b91]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-8dab8b91]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-8dab8b91]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-8dab8b91]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-8dab8b91]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-8dab8b91]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-8dab8b91]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-8dab8b91]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-8dab8b91]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-8dab8b91]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-8dab8b91]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-8dab8b91]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-8dab8b91]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-8dab8b91]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-switch-wrapper[data-v-8dab8b91]{display:flex;align-items:center;width:100%}.custom-ui-switch-wrapper .switch[data-v-8dab8b91]{width:41px;height:22px;border-radius:20px;background:#dedede;display:flex;align-items:center;padding:3px;cursor:pointer;transition:all .3s ease-in-out}.custom-ui-switch-wrapper .switch.disabled[data-v-8dab8b91]{cursor:not-allowed}.custom-ui-switch-wrapper .switch.checked[data-v-8dab8b91]{background:var(--brand-color)}.custom-ui-switch-wrapper .switch.checked.disabled[data-v-8dab8b91]{background:var(--brand-color-light)}.custom-ui-switch-wrapper .switch.checked .slider[data-v-8dab8b91]{transform:translate(19px)}.custom-ui-switch-wrapper .switch input[data-v-8dab8b91]{opacity:0;width:0;height:0}.custom-ui-switch-wrapper .switch .slider[data-v-8dab8b91]{width:16px;height:16px;border-radius:50%;background:#fff;transition:all .3s ease-in-out}.custom-ui-switch-wrapper .custom-ui-switch-label[data-v-8dab8b91]{font-size:.825rem;font-weight:600;color:#606060;margin-left:.5rem}:root .animate__faster[data-v-8355ca03]{--animate-duration: .3s}:root .vc-container[data-v-8355ca03]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-8355ca03]{background-color:transparent!important}.p-rel[data-v-8355ca03]{position:relative}.p-abs[data-v-8355ca03]{position:absolute}.mr05[data-v-8355ca03]{margin-right:.5rem}.mr1[data-v-8355ca03]{margin-right:1rem}.ml05[data-v-8355ca03]{margin-left:.5rem}.ml1[data-v-8355ca03]{margin-left:1rem}.mt05[data-v-8355ca03]{margin-top:.5rem}.mt1[data-v-8355ca03]{margin-top:1rem}.mb05[data-v-8355ca03]{margin-bottom:.5rem}.mb1[data-v-8355ca03]{margin-bottom:1rem}.pr05[data-v-8355ca03]{padding-right:.5rem}.pr1[data-v-8355ca03]{padding-right:1rem}.pl05[data-v-8355ca03]{padding-left:.5rem}.pl1[data-v-8355ca03]{padding-left:1rem}.pt05[data-v-8355ca03]{padding-top:.5rem}.pt1[data-v-8355ca03]{padding-top:1rem}.pb05[data-v-8355ca03]{padding-bottom:.5rem}.pb1[data-v-8355ca03]{padding-bottom:1rem}.gap05[data-v-8355ca03]{gap:.5rem}.size-xs[data-v-8355ca03]{font-size:.625rem}.size-sm[data-v-8355ca03]{font-size:.825rem}.size-md[data-v-8355ca03]{font-size:1em}.size-lg[data-v-8355ca03]{font-size:1.25rem}.size-xl[data-v-8355ca03]{font-size:1.5rem}.dp__input[data-v-8355ca03]{--dp-font-size: $value}.type-primary[data-v-8355ca03]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-8355ca03]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-8355ca03]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-8355ca03]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-8355ca03]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-8355ca03]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-8355ca03]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-8355ca03]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-8355ca03]{background-color:#4caf50;color:#fff}.type-button-success[data-v-8355ca03]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-8355ca03]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-8355ca03]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-8355ca03]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-8355ca03]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-8355ca03]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-8355ca03]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-8355ca03]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-8355ca03]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-8355ca03]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-8355ca03]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-8355ca03]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-8355ca03]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-8355ca03]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-8355ca03]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-8355ca03]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-8355ca03]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-8355ca03]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-8355ca03]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-8355ca03]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-8355ca03]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-8355ca03]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-8355ca03]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-steppers-wrapper[data-v-8355ca03]{width:100%;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;flex-wrap:wrap}.custom-ui-steppers-wrapper .stepper-item[data-v-8355ca03]{height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;color:#606060}@media screen and (max-width:575.98px){.custom-ui-steppers-wrapper .stepper-item[data-v-8355ca03]{width:50px}}@media screen and (min-width:576px)and (max-width:767.98px){.custom-ui-steppers-wrapper .stepper-item[data-v-8355ca03]{width:50px}}@media screen and (min-width:768px)and (max-width:991.98px){.custom-ui-steppers-wrapper .stepper-item[data-v-8355ca03]{width:50px}}.custom-ui-steppers-wrapper .stepper-item .clickable[data-v-8355ca03]{cursor:pointer}.custom-ui-steppers-wrapper .stepper-item.active-step .stepper-item-number[data-v-8355ca03]{background:var(--brand-color);border:1px solid var(--brand-color);color:#fff}.custom-ui-steppers-wrapper .stepper-item.active-step .stepper-item-title.only-title[data-v-8355ca03]{color:var(--brand-color)}.custom-ui-steppers-wrapper .stepper-item .stepper-item-number[data-v-8355ca03]{width:50px;height:50px;border-radius:50%;background-color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;border:1px solid #dedede;font-size:1.25rem}@media screen and (max-width:575.98px){.custom-ui-steppers-wrapper .stepper-item .stepper-item-number[data-v-8355ca03]{width:35px;height:35px;font-size:1rem}}@media screen and (min-width:576px)and (max-width:767.98px){.custom-ui-steppers-wrapper .stepper-item .stepper-item-number[data-v-8355ca03]{width:35px;height:35px;font-size:1rem}}@media screen and (min-width:768px)and (max-width:991.98px){.custom-ui-steppers-wrapper .stepper-item .stepper-item-number[data-v-8355ca03]{width:35px;height:35px;font-size:1rem}}.custom-ui-steppers-wrapper .stepper-item .stepper-item-title[data-v-8355ca03]{width:100%;margin-top:5px;text-align:center;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-bottom:5px;display:flex;align-items:center;cursor:pointer}.custom-ui-steppers-wrapper .stepper-item .stepper-item-title i[data-v-8355ca03]{font-size:.5rem;color:var(--brand-color)}:root .animate__faster[data-v-d1dbbc10]{--animate-duration: .3s}:root .vc-container[data-v-d1dbbc10]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-d1dbbc10]{background-color:transparent!important}.p-rel[data-v-d1dbbc10]{position:relative}.p-abs[data-v-d1dbbc10]{position:absolute}.mr05[data-v-d1dbbc10]{margin-right:.5rem}.mr1[data-v-d1dbbc10]{margin-right:1rem}.ml05[data-v-d1dbbc10]{margin-left:.5rem}.ml1[data-v-d1dbbc10]{margin-left:1rem}.mt05[data-v-d1dbbc10]{margin-top:.5rem}.mt1[data-v-d1dbbc10]{margin-top:1rem}.mb05[data-v-d1dbbc10]{margin-bottom:.5rem}.mb1[data-v-d1dbbc10]{margin-bottom:1rem}.pr05[data-v-d1dbbc10]{padding-right:.5rem}.pr1[data-v-d1dbbc10]{padding-right:1rem}.pl05[data-v-d1dbbc10]{padding-left:.5rem}.pl1[data-v-d1dbbc10]{padding-left:1rem}.pt05[data-v-d1dbbc10]{padding-top:.5rem}.pt1[data-v-d1dbbc10]{padding-top:1rem}.pb05[data-v-d1dbbc10]{padding-bottom:.5rem}.pb1[data-v-d1dbbc10]{padding-bottom:1rem}.gap05[data-v-d1dbbc10]{gap:.5rem}.size-xs[data-v-d1dbbc10]{font-size:.625rem}.size-sm[data-v-d1dbbc10]{font-size:.825rem}.size-md[data-v-d1dbbc10]{font-size:1em}.size-lg[data-v-d1dbbc10]{font-size:1.25rem}.size-xl[data-v-d1dbbc10]{font-size:1.5rem}.dp__input[data-v-d1dbbc10]{--dp-font-size: $value}.type-primary[data-v-d1dbbc10]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-d1dbbc10]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-d1dbbc10]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-d1dbbc10]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-d1dbbc10]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-d1dbbc10]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-d1dbbc10]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-d1dbbc10]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-d1dbbc10]{background-color:#4caf50;color:#fff}.type-button-success[data-v-d1dbbc10]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-d1dbbc10]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-d1dbbc10]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-d1dbbc10]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-d1dbbc10]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-d1dbbc10]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-d1dbbc10]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-d1dbbc10]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-d1dbbc10]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-d1dbbc10]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-d1dbbc10]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-d1dbbc10]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-d1dbbc10]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-d1dbbc10]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-d1dbbc10]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-d1dbbc10]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-d1dbbc10]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-d1dbbc10]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-d1dbbc10]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-d1dbbc10]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-d1dbbc10]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-d1dbbc10]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-d1dbbc10]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-image-cropper-wrapper[data-v-d1dbbc10]{width:100%;border-radius:10px;height:auto;overflow:hidden}.custom-ui-image-cropper-wrapper .upload-image[data-v-d1dbbc10]{position:relative;height:350px;border:2px dashed #dedede;border-radius:10px;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap}.custom-ui-image-cropper-wrapper .upload-image i[data-v-d1dbbc10]{font-size:2rem;margin:1rem 0;color:var(--text-color)}.custom-ui-image-cropper-wrapper .upload-image input[data-v-d1dbbc10]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.custom-ui-image-cropper-wrapper .preview-image[data-v-d1dbbc10]{position:relative;height:250px;background-color:#000;padding:.5rem;border-radius:10px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap}.custom-ui-image-cropper-wrapper .preview-image .clear-image[data-v-d1dbbc10]{position:absolute;top:0;left:0;cursor:pointer;color:#fff;padding:.5rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.custom-ui-image-cropper-wrapper .preview-image .clear-image i[data-v-d1dbbc10]{border-radius:50%;background-color:#000}.custom-ui-image-cropper-wrapper .preview-image .clear-image .file-name[data-v-d1dbbc10]{font-size:.825rem;text-shadow:#000 1px 1px}.custom-ui-image-cropper-wrapper .preview-image .preview[data-v-d1dbbc10]{max-height:100%;object-fit:cover;max-width:100%}.custom-ui-image-cropper-wrapper .other-images[data-v-d1dbbc10]{width:100%;padding:.5rem;border-radius:0 0 10px 10px;background-color:#f5f5f5;gap:.5rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap}.custom-ui-image-cropper-wrapper .other-images i[data-v-d1dbbc10]{color:var(--text-color);cursor:pointer}.custom-ui-image-cropper-wrapper .other-images .add-other-files input[data-v-d1dbbc10]{display:none}.custom-ui-image-cropper-wrapper .other-images .image-item[data-v-d1dbbc10]{width:3rem;height:3rem;border-radius:5px;overflow:hidden;cursor:pointer;box-shadow:0 0 5px #dedede}.custom-ui-image-cropper-wrapper .other-images .image-item .mini-image[data-v-d1dbbc10]{width:100%;height:100%;object-fit:cover}.custom-ui-image-cropper-wrapper .crop-image[data-v-d1dbbc10]{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;position:relative;border-radius:10px;height:100%}.custom-ui-image-cropper-wrapper .crop-image .cropper-area[data-v-d1dbbc10]{background-color:#000;max-height:calc(100% - 2rem);padding:1rem;border-radius:10px;width:100%;margin-bottom:.5rem;overflow:hidden}:root .animate__faster{--animate-duration: .3s}:root .vc-container{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button{background-color:transparent!important}.p-rel{position:relative}.p-abs{position:absolute}.mr05{margin-right:.5rem}.mr1{margin-right:1rem}.ml05{margin-left:.5rem}.ml1{margin-left:1rem}.mt05{margin-top:.5rem}.mt1{margin-top:1rem}.mb05{margin-bottom:.5rem}.mb1{margin-bottom:1rem}.pr05{padding-right:.5rem}.pr1{padding-right:1rem}.pl05{padding-left:.5rem}.pl1{padding-left:1rem}.pt05{padding-top:.5rem}.pt1{padding-top:1rem}.pb05{padding-bottom:.5rem}.pb1{padding-bottom:1rem}.gap05{gap:.5rem}.size-xs{font-size:.625rem}.size-sm{font-size:.825rem}.size-md{font-size:1em}.size-lg{font-size:1.25rem}.size-xl{font-size:1.5rem}.dp__input{--dp-font-size: $value}.type-primary{background-color:var(--brand-color);color:#fff}.type-button-primary{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary{background-color:var(--text-color);color:#fff}.type-button-secondary{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success{background-color:#4caf50;color:#fff}.type-button-success{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning{background-color:#ffa000;color:#fff}.type-button-warning{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger{background-color:#ff4d4f;color:#fff}.type-button-danger{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel{background-color:#efefef;color:#606060}.type-button-cancel{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info{background-color:#03a9f4;color:#fff}.type-button-info{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled{background-color:#d4d4d8;color:#fff}.type-button-disabled{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-date-picker-wrapper{display:flex;flex-direction:column;overflow:visible;width:100%}.custom-ui-date-picker-wrapper .custom-ui-date-picker-label{font-size:.825rem;font-weight:600;width:100%;color:#606060;margin-bottom:.5rem}.custom-ui-date-picker-wrapper .custom-ui-date-picker{border:1px solid #dedede;border-radius:5px;display:flex;align-items:center;padding:calc(.5em - 1px) 1em;background-color:#fff}.custom-ui-date-picker-wrapper .custom-ui-date-picker .date-icon{color:#606060;margin-right:.5rem}.custom-ui-date-picker-wrapper .custom-ui-date-picker.danger{border:1px solid #ff4d4f}.custom-ui-date-picker-wrapper .custom-ui-date-picker.success{border:1px solid #4caf50}.custom-ui-date-picker-wrapper .custom-ui-date-picker .custom-ui-date-picker-icon{display:flex;justify-content:center;align-items:center;margin-left:.5rem}.custom-ui-date-picker-wrapper .custom-ui-date-picker .custom-ui-date-picker-icon .danger-icon{color:#ff4d4f}.custom-ui-date-picker-wrapper .custom-ui-date-picker .custom-ui-date-picker-icon .success-icon{color:#4caf50}.custom-ui-date-picker-wrapper .dp__input{line-height:0!important}.custom-ui-date-picker-wrapper .dp__input_icons{padding:0!important}.custom-ui-date-picker-wrapper .dp__theme_light{--dp-primary-color: var(--brand-color) !important;--dp-primary-text-color: #fff !important;--dp-border-color: transparent !important;--dp-border-color-hover: transparent !important}.custom-ui-date-picker-wrapper{--dp-font-family: "Quicksand", sans-serif;--dp-input-padding: 0 !important;--dp-cell-padding: 0 !important}:root .animate__faster[data-v-2dc35e35]{--animate-duration: .3s}:root .vc-container[data-v-2dc35e35]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-2dc35e35]{background-color:transparent!important}.p-rel[data-v-2dc35e35]{position:relative}.p-abs[data-v-2dc35e35]{position:absolute}.mr05[data-v-2dc35e35]{margin-right:.5rem}.mr1[data-v-2dc35e35]{margin-right:1rem}.ml05[data-v-2dc35e35]{margin-left:.5rem}.ml1[data-v-2dc35e35]{margin-left:1rem}.mt05[data-v-2dc35e35]{margin-top:.5rem}.mt1[data-v-2dc35e35]{margin-top:1rem}.mb05[data-v-2dc35e35]{margin-bottom:.5rem}.mb1[data-v-2dc35e35]{margin-bottom:1rem}.pr05[data-v-2dc35e35]{padding-right:.5rem}.pr1[data-v-2dc35e35]{padding-right:1rem}.pl05[data-v-2dc35e35]{padding-left:.5rem}.pl1[data-v-2dc35e35]{padding-left:1rem}.pt05[data-v-2dc35e35]{padding-top:.5rem}.pt1[data-v-2dc35e35]{padding-top:1rem}.pb05[data-v-2dc35e35]{padding-bottom:.5rem}.pb1[data-v-2dc35e35]{padding-bottom:1rem}.gap05[data-v-2dc35e35]{gap:.5rem}.size-xs[data-v-2dc35e35]{font-size:.625rem}.size-sm[data-v-2dc35e35]{font-size:.825rem}.size-md[data-v-2dc35e35]{font-size:1em}.size-lg[data-v-2dc35e35]{font-size:1.25rem}.size-xl[data-v-2dc35e35]{font-size:1.5rem}.dp__input[data-v-2dc35e35]{--dp-font-size: $value}.type-primary[data-v-2dc35e35]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-2dc35e35]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-2dc35e35]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-2dc35e35]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-2dc35e35]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-2dc35e35]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-2dc35e35]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-2dc35e35]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-2dc35e35]{background-color:#4caf50;color:#fff}.type-button-success[data-v-2dc35e35]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-2dc35e35]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-2dc35e35]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-2dc35e35]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-2dc35e35]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-2dc35e35]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-2dc35e35]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-2dc35e35]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-2dc35e35]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-2dc35e35]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-2dc35e35]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-2dc35e35]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-2dc35e35]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-2dc35e35]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-2dc35e35]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-2dc35e35]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-2dc35e35]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-2dc35e35]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-2dc35e35]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-2dc35e35]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-2dc35e35]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-2dc35e35]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-2dc35e35]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-badge-wrapper .custom-ui-badge-trigger[data-v-2dc35e35]{position:relative}.custom-ui-badge-wrapper .custom-ui-badge-message[data-v-2dc35e35]{position:absolute;border-radius:50%;background-color:var(--text-color);color:#fff;display:flex;justify-content:center;align-items:center;z-index:998;width:15px;height:15px;font-size:.75rem}.custom-ui-badge-wrapper .custom-ui-badge-message.bottom-right[data-v-2dc35e35]{top:100%;left:100%}.custom-ui-badge-wrapper .custom-ui-badge-message.bottom-left[data-v-2dc35e35]{top:100%;right:100%}.custom-ui-badge-wrapper .custom-ui-badge-message.top-left[data-v-2dc35e35]{bottom:100%;right:100%}.custom-ui-badge-wrapper .custom-ui-badge-message.top-right[data-v-2dc35e35]{top:0;right:0}:root .animate__faster[data-v-ff2c4814]{--animate-duration: .3s}:root .vc-container[data-v-ff2c4814]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-ff2c4814]{background-color:transparent!important}.p-rel[data-v-ff2c4814]{position:relative}.p-abs[data-v-ff2c4814]{position:absolute}.mr05[data-v-ff2c4814]{margin-right:.5rem}.mr1[data-v-ff2c4814]{margin-right:1rem}.ml05[data-v-ff2c4814]{margin-left:.5rem}.ml1[data-v-ff2c4814]{margin-left:1rem}.mt05[data-v-ff2c4814]{margin-top:.5rem}.mt1[data-v-ff2c4814]{margin-top:1rem}.mb05[data-v-ff2c4814]{margin-bottom:.5rem}.mb1[data-v-ff2c4814]{margin-bottom:1rem}.pr05[data-v-ff2c4814]{padding-right:.5rem}.pr1[data-v-ff2c4814]{padding-right:1rem}.pl05[data-v-ff2c4814]{padding-left:.5rem}.pl1[data-v-ff2c4814]{padding-left:1rem}.pt05[data-v-ff2c4814]{padding-top:.5rem}.pt1[data-v-ff2c4814]{padding-top:1rem}.pb05[data-v-ff2c4814]{padding-bottom:.5rem}.pb1[data-v-ff2c4814]{padding-bottom:1rem}.gap05[data-v-ff2c4814]{gap:.5rem}.size-xs[data-v-ff2c4814]{font-size:.625rem}.size-sm[data-v-ff2c4814]{font-size:.825rem}.size-md[data-v-ff2c4814]{font-size:1em}.size-lg[data-v-ff2c4814]{font-size:1.25rem}.size-xl[data-v-ff2c4814]{font-size:1.5rem}.dp__input[data-v-ff2c4814]{--dp-font-size: $value}.type-primary[data-v-ff2c4814]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-ff2c4814]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-ff2c4814]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-ff2c4814]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-ff2c4814]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-ff2c4814]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-ff2c4814]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-ff2c4814]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-ff2c4814]{background-color:#4caf50;color:#fff}.type-button-success[data-v-ff2c4814]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-ff2c4814]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-ff2c4814]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-ff2c4814]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-ff2c4814]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-ff2c4814]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-ff2c4814]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-ff2c4814]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-ff2c4814]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-ff2c4814]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-ff2c4814]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-ff2c4814]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-ff2c4814]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-ff2c4814]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-ff2c4814]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-ff2c4814]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-ff2c4814]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-ff2c4814]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-ff2c4814]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-ff2c4814]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-ff2c4814]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-ff2c4814]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-ff2c4814]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.custom-ui-cropper-wrapper .custom-ui-cropper .cropper[data-v-ff2c4814]{position:relative;width:100%;max-height:60vh;height:60vh;background-color:#000}.custom-ui-cropper-wrapper .custom-ui-cropper .crop-button[data-v-ff2c4814]{position:absolute;bottom:0}.custom-ui-cropper-wrapper .image-selection[data-v-ff2c4814]{width:100%;gap:1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;background-color:#eee;padding:1rem;border-radius:10px}:root .animate__faster[data-v-d2b03847]{--animate-duration: .3s}:root .vc-container[data-v-d2b03847]{border-radius:10px!important;box-shadow:#3c404405 0 12px 5px,#3c404405 0 8px 4px,#3c40440a 0 4px 3px,#3c40440f 0 1px 2px}:root .vc-container button[data-v-d2b03847]{background-color:transparent!important}.p-rel[data-v-d2b03847]{position:relative}.p-abs[data-v-d2b03847]{position:absolute}.mr05[data-v-d2b03847]{margin-right:.5rem}.mr1[data-v-d2b03847]{margin-right:1rem}.ml05[data-v-d2b03847]{margin-left:.5rem}.ml1[data-v-d2b03847]{margin-left:1rem}.mt05[data-v-d2b03847]{margin-top:.5rem}.mt1[data-v-d2b03847]{margin-top:1rem}.mb05[data-v-d2b03847]{margin-bottom:.5rem}.mb1[data-v-d2b03847]{margin-bottom:1rem}.pr05[data-v-d2b03847]{padding-right:.5rem}.pr1[data-v-d2b03847]{padding-right:1rem}.pl05[data-v-d2b03847]{padding-left:.5rem}.pl1[data-v-d2b03847]{padding-left:1rem}.pt05[data-v-d2b03847]{padding-top:.5rem}.pt1[data-v-d2b03847]{padding-top:1rem}.pb05[data-v-d2b03847]{padding-bottom:.5rem}.pb1[data-v-d2b03847]{padding-bottom:1rem}.gap05[data-v-d2b03847]{gap:.5rem}.size-xs[data-v-d2b03847]{font-size:.625rem}.size-sm[data-v-d2b03847]{font-size:.825rem}.size-md[data-v-d2b03847]{font-size:1em}.size-lg[data-v-d2b03847]{font-size:1.25rem}.size-xl[data-v-d2b03847]{font-size:1.5rem}.dp__input[data-v-d2b03847]{--dp-font-size: $value}.type-primary[data-v-d2b03847]{background-color:var(--brand-color);color:#fff}.type-button-primary[data-v-d2b03847]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-v-primary[data-v-d2b03847]{background:linear-gradient(to bottom,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-gradient-h-primary[data-v-d2b03847]{background:linear-gradient(to right,var(--brand-color-light),var(--brand-color-dark));color:#fff}.type-secondary[data-v-d2b03847]{background-color:var(--text-color);color:#fff}.type-button-secondary[data-v-d2b03847]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-v-secondary[data-v-d2b03847]{background:linear-gradient(to bottom,var(--text-color-light),var(--text-color-dark));color:#fff}.type-gradient-h-secondary[data-v-d2b03847]{background:linear-gradient(to right,var(--text-color-light),var(--text-color-dark));color:#fff}.type-success[data-v-d2b03847]{background-color:#4caf50;color:#fff}.type-button-success[data-v-d2b03847]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-gradient-v-success[data-v-d2b03847]{background:linear-gradient(to bottom,#69e96e,#388e3c);color:#fff}.type-gradient-h-success[data-v-d2b03847]{background:linear-gradient(to right,#69e96e,#388e3c);color:#fff}.type-warning[data-v-d2b03847]{background-color:#ffa000;color:#fff}.type-button-warning[data-v-d2b03847]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-gradient-v-warning[data-v-d2b03847]{background:linear-gradient(to bottom,#ffd149,#f57c00);color:#fff}.type-gradient-h-warning[data-v-d2b03847]{background:linear-gradient(to right,#ffd149,#f57c00);color:#fff}.type-danger[data-v-d2b03847]{background-color:#ff4d4f;color:#fff}.type-button-danger[data-v-d2b03847]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-gradient-v-danger[data-v-d2b03847]{background:linear-gradient(to bottom,#ff6e6e,#d32f2f);color:#fff}.type-gradient-h-danger[data-v-d2b03847]{background:linear-gradient(to right,#ff6e6e,#d32f2f);color:#fff}.type-cancel[data-v-d2b03847]{background-color:#efefef;color:#606060}.type-button-cancel[data-v-d2b03847]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-gradient-v-cancel[data-v-d2b03847]{background:linear-gradient(to bottom,#efefef,#efefef);color:#606060}.type-gradient-h-cancel[data-v-d2b03847]{background:linear-gradient(to right,#efefef,#efefef);color:#606060}.type-info[data-v-d2b03847]{background-color:#03a9f4;color:#fff}.type-button-info[data-v-d2b03847]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-gradient-v-info[data-v-d2b03847]{background:linear-gradient(to bottom,#4fc3f7,#0288d1);color:#fff}.type-gradient-h-info[data-v-d2b03847]{background:linear-gradient(to right,#4fc3f7,#0288d1);color:#fff}.type-disabled[data-v-d2b03847]{background-color:#d4d4d8;color:#fff}.type-button-disabled[data-v-d2b03847]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-v-disabled[data-v-d2b03847]{background:linear-gradient(to bottom,#d4d4d8,#d4d4d8);color:#fff}.type-gradient-h-disabled[data-v-d2b03847]{background:linear-gradient(to right,#d4d4d8,#d4d4d8);color:#fff}.progress-container[data-v-d2b03847]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;width:calc(100% - 2.5rem);min-width:12rem;gap:.5em}.progress-container.slidable .progress-bar[data-v-d2b03847]{cursor:pointer}.progress-container .progress-bar[data-v-d2b03847]{flex:1;position:relative;height:6px;border-radius:.25rem;background-color:#e0e0e0}.progress-container .progress-bar.parent[data-v-d2b03847]{height:10px}.progress-container .progress-bar .total-progress[data-v-d2b03847]{position:absolute;right:10px;z-index:100;color:#606060;font-size:.75rem;font-weight:600}.progress-container .progress-bar .inner-bars[data-v-d2b03847]{display:flex;height:100%;width:100%}.progress-container .progress-bar .inner-bar[data-v-d2b03847]{height:100%;display:flex;align-items:center;position:relative;background:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent);background-size:1.25rem 1.25rem;background-repeat:repeat}.progress-container .progress-bar .inner-bar.multiple-bars[data-v-d2b03847]:first-child{border-radius:.25rem 0 0 .25rem}.progress-container .progress-bar .inner-bar.multiple-bars[data-v-d2b03847]:last-child{border-radius:0 .25rem .25rem 0}.progress-container .progress-bar .inner-bar.single-bar[data-v-d2b03847]{border-radius:.25rem 0 0 .25rem}.progress-container .progress-bar .inner-bar .progress-label[data-v-d2b03847]{z-index:100;position:absolute;right:10px;color:#606060;font-size:.75rem;font-weight:600;transition:right .2s ease}.progress-container .progress-bar .inner-bar .progress-circle[data-v-d2b03847]{width:10px;height:10px;border-radius:50%;background-color:#606060;position:absolute;right:-5px;top:0;bottom:0;margin:auto}.progress-container .total-progress-dropdown[data-v-d2b03847]{font-size:.6rem;font-weight:900;color:#fff;border-radius:2px;width:2.5rem;text-align:center;position:relative}.progress-container .total-progress-dropdown .key-result-dropdown .dropdown-content[data-v-d2b03847]{padding:.5rem;color:#334155;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.25rem}.progress-container .total-progress-dropdown .key-result-dropdown .dropdown-content .invalid[data-v-d2b03847] .custom-ui-input{border:2px solid #ff4d4f}.progress-container .total-progress-dropdown .key-result-dropdown .dropdown-content .valid[data-v-d2b03847] .custom-ui-input{border:2px solid #4caf50}.progress-container .total-progress-dropdown .key-result-dropdown .dropdown-content .dropdown-icons[data-v-d2b03847]{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:.25rem;margin-top:.5rem}.progress-container .total-progress-dropdown .key-result-dropdown .dropdown-content .dropdown-icons .dropdown-icon[data-v-d2b03847]{width:1.5rem;height:1.5rem;cursor:pointer;color:#fff;border-radius:5px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap}.progress-container .total-progress-dropdown .key-result-dropdown .dropdown-content .dropdown-icons .dropdown-icon[data-v-d2b03847]:first-child{background-color:#ff4d4f}.progress-container .total-progress-dropdown .key-result-dropdown .dropdown-content .dropdown-icons .dropdown-icon[data-v-d2b03847]:last-child{background-color:#4caf50}.progress-container .total-progress-dropdown .key-result-dropdown .dropdown-content .dropdown-icons .dropdown-icon i[data-v-d2b03847]{font-size:.75rem}
