.button{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;font-weight:600;text-align:center;border-radius:3.5px;transition:background-color .3s,box-shadow .3s}.button:disabled{color:var(--font-color-100);background-color:var(--gray-color-200);cursor:not-allowed}.button:focus{box-shadow:0 0 0 4px var(--main-color-100)}.button--xsmall{min-width:41px;height:43px}.button--small,.button--xsmall{padding:.75rem;font-size:.875rem}.button--small{min-width:80px}.button--small .unicon svg{height:16px;width:16px}.button--medium{min-width:120px;padding:.75rem;font-size:.9rem}.button--large{min-width:150px;padding:.75rem;font-size:1.075rem}.button--primary{color:#fff;background-color:var(--main-color-500)}.button--primary:not(:disabled):hover{background-color:var(--main-color-600)}.button--primary:active{background-color:var(--main-color-700)}.button--secondary{color:var(--main-color-500);border:solid 1px var(--main-color-500);background-color:#fff}.button--secondary:not(:disabled):hover{background-color:var(--main-color-100)}.button--secondary:active{background-color:var(--main-color-200)}.button--text{color:var(--main-color-500)}.button--text:not(:disabled):hover{-webkit-text-decoration:underline 1.2px;text-decoration:underline 1.2px}.button--secondary-text{height:35px;min-height:35px;color:var(--font-color-100);font-weight:var(--regular);padding-top:0;padding-bottom:0;padding-left:.375rem;line-height:1rem}.button--secondary-text:not(:disabled):hover{background-color:var(--gray-color-100)}.button--danger{color:var(--danger-color-400);box-shadow:inset 0 0 0 .75px currentColor}.button--danger:not(:disabled):hover{background-color:var(--danger-color-100)}.loader[data-v-16fd70fb]{border:.375rem solid var(--gray-color-300);border-top:.375rem solid var(--main-color-500);border-radius:50%;width:60px;height:60px;-webkit-animation:spin-data-v-16fd70fb 1.5s linear infinite;animation:spin-data-v-16fd70fb 1.5s linear infinite}.loader--sm[data-v-16fd70fb]{border-width:3px;border-top-width:3px;width:18px;height:18px}@-webkit-keyframes spin-data-v-16fd70fb{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin-data-v-16fd70fb{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-screen[data-v-75fbd538]{width:100%;height:100%;flex-grow:1;display:grid;place-items:center;place-content:center}.loading-screen.full-screen[data-v-75fbd538]{position:fixed;top:0;left:0}.custom__menu{position:relative;cursor:pointer;transition:color .15s,background-color .15s,box-shadow .15s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-radius:5px;white-space:nowrap;overflow:visible}.custom__menu .unicon svg{height:16px;width:16px}.custom__menu.isOpen,.custom__menu:hover{color:var(--font-color-700);background-color:var(--gray-color-100)}.custom__menu.isOpen.isGray,.custom__menu:hover.isGray{background-color:var(--gray-color-300)}.custom__menu.disabled{cursor:not-allowed}.custom__menu p{font-size:.81rem;font-weight:var(--medium);color:inherit}.custom__menu .menu__trigger:focus,.custom__menu .menu__trigger:hover{background-color:var(--gray-color-100)}.custom__menu .menu__menu{position:absolute;top:0;left:calc(100% + .2rem);width:240px;margin:0;padding:.375rem .25rem;background-color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.1);border-radius:5px;z-index:9999}.custom__menu .menu__menu--below{top:calc(100% + .4rem);left:0}.custom__menu .menu__menu--left{top:calc(100% + .4rem);right:0;left:auto}.custom__menu .menu__menu--above{bottom:0;top:auto;left:calc(100% + .2rem)}.custom__menu .menu__menu .menu__beforeOptions{margin:.25rem .25rem}.custom__menu .menu__menu .menu__options{overflow:auto}.custom__menu .menu__menu .menu__options--large{max-height:20rem}.custom__menu .menu__menu .menu__options--medium{max-height:13rem}.custom__menu .menu-enter,.custom__menu .menu-leave-to{opacity:0}.custom__menu .menu-enter-active,.custom__menu .menu-leave-active{transition:opacity .15s}.item[data-v-39284f0d]{width:100%;max-width:100%;display:flex;align-items:center;gap:.625rem;padding:.425rem;color:var(--font-color-700);font-weight:var(--regular);transition:background-color .15s}.item[data-v-39284f0d]:disabled{opacity:.7;cursor:not-allowed}.item[data-v-39284f0d]:not(:disabled):hover{background-color:var(--gray-color-100)}.item[data-v-39284f0d]{border-radius:5px}.item--danger[data-v-39284f0d],.item--danger[data-v-39284f0d]:not(:disabled):hover{color:var(--danger-color-500)}.table-container[data-v-bec41b82]{max-width:100%;width:100%;margin-top:1rem;overflow:auto}.content__top[data-v-bec41b82]{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1rem}.content__buttons[data-v-bec41b82]{display:flex;justify-content:flex-end;gap:1em}.tag[data-v-bec41b82]{padding:.375rem;font-size:.75rem;color:var(--warning-color-600);background-color:var(--warning-color-200);border-radius:4px}.tag--blue[data-v-bec41b82]{color:var(--main-color-500);background-color:var(--main-color-100)}.tag--green[data-v-bec41b82]{color:var(--success-color-500);background-color:var(--success-color-100)}th[data-v-bec41b82]{max-width:150px;text-overflow:ellipsis;overflow:hidden}th.center[data-v-bec41b82]{text-align:center}