:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}@keyframes dropdown-enter-fffdbdf6{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.container[data-v-fffdbdf6]{display:flex;height:20px;width:20px;align-items:center;justify-content:center}.container .spinner[data-v-fffdbdf6]{width:12px;height:12px;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation-fffdbdf6 1s linear infinite}.theme--default .container .spinner[data-v-fffdbdf6]{border:1px solid #94949c;border-bottom-color:transparent}.theme--dark .container .spinner[data-v-fffdbdf6]{border:1px solid #a9a9a9;border-bottom-color:transparent}@keyframes rotation-fffdbdf6{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dropdown-enter-03eafafe{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-03eafafe]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-03eafafe]{fill:#79818c}.theme--dark .fill[data-v-03eafafe]{fill:#c9c2c2}.stroke[data-v-03eafafe]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-03eafafe]{stroke:#79818c}.theme--dark .stroke[data-v-03eafafe]{stroke:#c9c2c2}.color[data-v-03eafafe]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-03eafafe]{color:#79818c}.theme--dark .color[data-v-03eafafe]{color:#c9c2c2}.secondaryIcon[data-v-03eafafe]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-03eafafe]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-03eafafe]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-4d61dc02{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-4d61dc02]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-4d61dc02]{fill:#79818c}.theme--dark .fill[data-v-4d61dc02]{fill:#c9c2c2}.stroke[data-v-4d61dc02]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-4d61dc02]{stroke:#79818c}.theme--dark .stroke[data-v-4d61dc02]{stroke:#c9c2c2}.color[data-v-4d61dc02]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-4d61dc02]{color:#79818c}.theme--dark .color[data-v-4d61dc02]{color:#c9c2c2}.secondaryIcon[data-v-4d61dc02]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-4d61dc02]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-4d61dc02]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-27b12bff{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-27b12bff]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-27b12bff]{fill:#79818c}.theme--dark .fill[data-v-27b12bff]{fill:#c9c2c2}.stroke[data-v-27b12bff]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-27b12bff]{stroke:#79818c}.theme--dark .stroke[data-v-27b12bff]{stroke:#c9c2c2}.color[data-v-27b12bff]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-27b12bff]{color:#79818c}.theme--dark .color[data-v-27b12bff]{color:#c9c2c2}.secondaryIcon[data-v-27b12bff]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-27b12bff]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-27b12bff]{fill:#e1dddd;stroke:#181a1b}.agenda-icon[data-v-27b12bff]{position:relative;display:flex}.agenda-icon .day[data-v-27b12bff]{position:absolute;font-family:BerkeleyMono-Regular,SF Mono,monospace;font-weight:500;font-size:6px;line-height:10px;top:50%;left:48%;transform:translate(-50%,-50%);margin-top:15%}@keyframes dropdown-enter-d6cbad34{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-d6cbad34]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-d6cbad34]{fill:#79818c}.theme--dark .fill[data-v-d6cbad34]{fill:#c9c2c2}.stroke[data-v-d6cbad34]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-d6cbad34]{stroke:#79818c}.theme--dark .stroke[data-v-d6cbad34]{stroke:#c9c2c2}.color[data-v-d6cbad34]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-d6cbad34]{color:#79818c}.theme--dark .color[data-v-d6cbad34]{color:#c9c2c2}.secondaryIcon[data-v-d6cbad34]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-d6cbad34]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-d6cbad34]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-c669b919{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-c669b919]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-c669b919]{fill:#79818c}.theme--dark .fill[data-v-c669b919]{fill:#c9c2c2}.stroke[data-v-c669b919]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-c669b919]{stroke:#79818c}.theme--dark .stroke[data-v-c669b919]{stroke:#c9c2c2}.color[data-v-c669b919]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-c669b919]{color:#79818c}.theme--dark .color[data-v-c669b919]{color:#c9c2c2}.secondaryIcon[data-v-c669b919]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-c669b919]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-c669b919]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-c9193a93{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-c9193a93]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-c9193a93]{fill:#79818c}.theme--dark .fill[data-v-c9193a93]{fill:#c9c2c2}.stroke[data-v-c9193a93]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-c9193a93]{stroke:#79818c}.theme--dark .stroke[data-v-c9193a93]{stroke:#c9c2c2}.color[data-v-c9193a93]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-c9193a93]{color:#79818c}.theme--dark .color[data-v-c9193a93]{color:#c9c2c2}.secondaryIcon[data-v-c9193a93]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-c9193a93]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-c9193a93]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-ac214907{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-ac214907]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-ac214907]{fill:#79818c}.theme--dark .fill[data-v-ac214907]{fill:#c9c2c2}.stroke[data-v-ac214907]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-ac214907]{stroke:#79818c}.theme--dark .stroke[data-v-ac214907]{stroke:#c9c2c2}.color[data-v-ac214907]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-ac214907]{color:#79818c}.theme--dark .color[data-v-ac214907]{color:#c9c2c2}.secondaryIcon[data-v-ac214907]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-ac214907]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-ac214907]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-89fe8353{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-89fe8353]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-89fe8353]{fill:#79818c}.theme--dark .fill[data-v-89fe8353]{fill:#c9c2c2}.stroke[data-v-89fe8353]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-89fe8353]{stroke:#79818c}.theme--dark .stroke[data-v-89fe8353]{stroke:#c9c2c2}.color[data-v-89fe8353]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-89fe8353]{color:#79818c}.theme--dark .color[data-v-89fe8353]{color:#c9c2c2}.secondaryIcon[data-v-89fe8353]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-89fe8353]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-89fe8353]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-5fe7e87a{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-5fe7e87a]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-5fe7e87a]{fill:#79818c}.theme--dark .fill[data-v-5fe7e87a]{fill:#c9c2c2}.stroke[data-v-5fe7e87a]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-5fe7e87a]{stroke:#79818c}.theme--dark .stroke[data-v-5fe7e87a]{stroke:#c9c2c2}.color[data-v-5fe7e87a]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-5fe7e87a]{color:#79818c}.theme--dark .color[data-v-5fe7e87a]{color:#c9c2c2}.secondaryIcon[data-v-5fe7e87a]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-5fe7e87a]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-5fe7e87a]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-15777a1c{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-15777a1c]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-15777a1c]{fill:#79818c}.theme--dark .fill[data-v-15777a1c]{fill:#c9c2c2}.stroke[data-v-15777a1c]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-15777a1c]{stroke:#79818c}.theme--dark .stroke[data-v-15777a1c]{stroke:#c9c2c2}.color[data-v-15777a1c]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-15777a1c]{color:#79818c}.theme--dark .color[data-v-15777a1c]{color:#c9c2c2}.secondaryIcon[data-v-15777a1c]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-15777a1c]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-15777a1c]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-8675fe11{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-8675fe11]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-8675fe11]{fill:#79818c}.theme--dark .fill[data-v-8675fe11]{fill:#c9c2c2}.stroke[data-v-8675fe11]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-8675fe11]{stroke:#79818c}.theme--dark .stroke[data-v-8675fe11]{stroke:#c9c2c2}.color[data-v-8675fe11]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-8675fe11]{color:#79818c}.theme--dark .color[data-v-8675fe11]{color:#c9c2c2}.secondaryIcon[data-v-8675fe11]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-8675fe11]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-8675fe11]{fill:#e1dddd;stroke:#181a1b}button.base-button[data-v-02407214]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}button.base-button.auxiliary[data-v-02407214]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}@keyframes dropdown-enter-02407214{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}button.base-button[data-v-02407214]{display:flex;flex-direction:row;align-items:center;border-radius:7px;border-width:1px;border-style:solid;margin-top:auto;margin-bottom:auto;overflow:hidden;width:fit-content;justify-content:space-between;-moz-transition:all .1s ease-out;-o-transition:all .1s ease-out;-webkit-transition:all .1s ease-out;transition:all .1s ease-out;transition-property:color,background-color,border}.theme--default button.base-button[data-v-02407214]:focus-visible{outline:2px solid #d0cbcb}.theme--dark button.base-button[data-v-02407214]:focus-visible{outline:2px solid #6a6b67}button.base-button .left[data-v-02407214]{display:flex;flex-direction:row;align-items:center;min-width:0}button.base-button .right[data-v-02407214]{display:flex;flex-direction:row;align-items:center;min-width:0;column-gap:10px;margin-left:8px}button.base-button.isExpanded[data-v-02407214]{width:100%}button.base-button.hidden[data-v-02407214]{opacity:0}button.base-button .text[data-v-02407214]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}button.base-button .icon[data-v-02407214],button.base-button[data-v-02407214] svg{display:flex;align-items:center;height:14px;width:14px}button.base-button.important[data-v-02407214]{border-radius:9px}button.base-button.important .left[data-v-02407214]{column-gap:9px}button.base-button.important.full[data-v-02407214],button.base-button.important.text-only[data-v-02407214]{padding:6px 12px}button.base-button.important.icon-only[data-v-02407214]{flex-shrink:0;padding:12.5px}button.base-button.main .left[data-v-02407214]{column-gap:6px}button.base-button.main.full[data-v-02407214],button.base-button.main.text-only[data-v-02407214]{padding:3px 10px 4px}button.base-button.main.icon-only[data-v-02407214]{flex-shrink:0;padding:10px}button.base-button.main.icon-only .icon[data-v-02407214],button.base-button.main.icon-only[data-v-02407214] svg{height:8px;width:8px}button.base-button.auxiliary[data-v-02407214]{border-color:transparent}button.base-button.auxiliary .left[data-v-02407214]{column-gap:8px}button.base-button.auxiliary .text[data-v-02407214]{letter-spacing:0px}button.base-button.auxiliary.full[data-v-02407214],button.base-button.auxiliary.text-only[data-v-02407214]{padding:4px 8px}button.base-button.auxiliary.icon-only[data-v-02407214]{flex-shrink:0;justify-content:center;align-items:center;padding:7.5px}.theme--default button.base-button.none.important.primary[data-v-02407214],.theme--default button.base-button.none.main.primary[data-v-02407214]{background:#2a3038;border-color:#2a3038;color:#fff;box-shadow:0 1px 1px #00000026}.theme--dark button.base-button.none.important.primary[data-v-02407214],.theme--dark button.base-button.none.main.primary[data-v-02407214]{background:#f5f4f1;border-color:#f5f4f1;color:#181a1b;box-shadow:0 1px 1px #00000026}.theme--default button.base-button.none.important.primary[data-v-02407214] .left:not(.trueColorsIcon) svg .fill,.theme--default button.base-button.none.main.primary[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#fff}.theme--dark button.base-button.none.important.primary[data-v-02407214] .left:not(.trueColorsIcon) svg .fill,.theme--dark button.base-button.none.main.primary[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#181a1b}.theme--default button.base-button.none.important.primary[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke,.theme--default button.base-button.none.main.primary[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#fff}.theme--dark button.base-button.none.important.primary[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke,.theme--dark button.base-button.none.main.primary[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#181a1b}.theme--default button.base-button.none.important.primary[data-v-02407214]:hover:not(.disabled):not(.loading),.theme--default button.base-button.none.main.primary[data-v-02407214]:hover:not(.disabled):not(.loading){background:#384150;border-color:#384150}.theme--dark button.base-button.none.important.primary[data-v-02407214]:hover:not(.disabled):not(.loading),.theme--dark button.base-button.none.main.primary[data-v-02407214]:hover:not(.disabled):not(.loading){background:#e0ddd3;border-color:#e0ddd3}.theme--default button.base-button.none.important.primary[data-v-02407214]:active:not(.disabled):not(.loading),.theme--default button.base-button.none.important.primary.active[data-v-02407214],.theme--default button.base-button.none.main.primary[data-v-02407214]:active:not(.disabled):not(.loading),.theme--default button.base-button.none.main.primary.active[data-v-02407214]{border-color:#0c0c0e;background:#0c0c0e}.theme--dark button.base-button.none.important.primary[data-v-02407214]:active:not(.disabled):not(.loading),.theme--dark button.base-button.none.important.primary.active[data-v-02407214],.theme--dark button.base-button.none.main.primary[data-v-02407214]:active:not(.disabled):not(.loading),.theme--dark button.base-button.none.main.primary.active[data-v-02407214]{border-color:#bebbb5;background:#bebbb5}.theme--default button.base-button.none.important.primary.disabled[data-v-02407214],.theme--default button.base-button.none.important.primary.loading[data-v-02407214],.theme--default button.base-button.none.main.primary.disabled[data-v-02407214],.theme--default button.base-button.none.main.primary.loading[data-v-02407214]{background:#f2f2f2;border-color:#f2f2f2;color:#d0cbcb;box-shadow:none}.theme--dark button.base-button.none.important.primary.disabled[data-v-02407214],.theme--dark button.base-button.none.important.primary.loading[data-v-02407214],.theme--dark button.base-button.none.main.primary.disabled[data-v-02407214],.theme--dark button.base-button.none.main.primary.loading[data-v-02407214]{background:#2f3031;border-color:#2f3031;color:#6a6b67;box-shadow:none}.theme--default button.base-button.none.important.secondary.default[data-v-02407214],.theme--default button.base-button.none.important.secondary.disabled[data-v-02407214],.theme--default button.base-button.none.important.secondary.loading[data-v-02407214],.theme--default button.base-button.none.main.secondary.default[data-v-02407214],.theme--default button.base-button.none.main.secondary.disabled[data-v-02407214],.theme--default button.base-button.none.main.secondary.loading[data-v-02407214]{background:#fff;color:#47505d}.theme--dark button.base-button.none.important.secondary.default[data-v-02407214],.theme--dark button.base-button.none.important.secondary.disabled[data-v-02407214],.theme--dark button.base-button.none.important.secondary.loading[data-v-02407214],.theme--dark button.base-button.none.main.secondary.default[data-v-02407214],.theme--dark button.base-button.none.main.secondary.disabled[data-v-02407214],.theme--dark button.base-button.none.main.secondary.loading[data-v-02407214]{background:#181a1b;color:#e1dddd}.theme--default button.base-button.none.important.secondary.default[data-v-02407214] .left:not(.trueColorsIcon) svg .fill,.theme--default button.base-button.none.important.secondary.disabled[data-v-02407214] .left:not(.trueColorsIcon) svg .fill,.theme--default button.base-button.none.important.secondary.loading[data-v-02407214] .left:not(.trueColorsIcon) svg .fill,.theme--default button.base-button.none.main.secondary.default[data-v-02407214] .left:not(.trueColorsIcon) svg .fill,.theme--default button.base-button.none.main.secondary.disabled[data-v-02407214] .left:not(.trueColorsIcon) svg .fill,.theme--default button.base-button.none.main.secondary.loading[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#47505d}.theme--dark button.base-button.none.important.secondary.default[data-v-02407214] .left:not(.trueColorsIcon) svg .fill,.theme--dark button.base-button.none.important.secondary.disabled[data-v-02407214] .left:not(.trueColorsIcon) svg .fill,.theme--dark button.base-button.none.important.secondary.loading[data-v-02407214] .left:not(.trueColorsIcon) svg .fill,.theme--dark button.base-button.none.main.secondary.default[data-v-02407214] .left:not(.trueColorsIcon) svg .fill,.theme--dark button.base-button.none.main.secondary.disabled[data-v-02407214] .left:not(.trueColorsIcon) svg .fill,.theme--dark button.base-button.none.main.secondary.loading[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#e1dddd}.theme--default button.base-button.none.important.secondary.default[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke,.theme--default button.base-button.none.important.secondary.disabled[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke,.theme--default button.base-button.none.important.secondary.loading[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke,.theme--default button.base-button.none.main.secondary.default[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke,.theme--default button.base-button.none.main.secondary.disabled[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke,.theme--default button.base-button.none.main.secondary.loading[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#47505d}.theme--dark button.base-button.none.important.secondary.default[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke,.theme--dark button.base-button.none.important.secondary.disabled[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke,.theme--dark button.base-button.none.important.secondary.loading[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke,.theme--dark button.base-button.none.main.secondary.default[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke,.theme--dark button.base-button.none.main.secondary.disabled[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke,.theme--dark button.base-button.none.main.secondary.loading[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#e1dddd}.theme--default button.base-button.none.important.secondary.default[data-v-02407214],.theme--default button.base-button.none.main.secondary.default[data-v-02407214]{border-color:#ccc}.theme--dark button.base-button.none.important.secondary.default[data-v-02407214],.theme--dark button.base-button.none.main.secondary.default[data-v-02407214]{border-color:#767671}.theme--default button.base-button.none.important.secondary[data-v-02407214]:hover:not(.disabled):not(.loading),.theme--default button.base-button.none.main.secondary[data-v-02407214]:hover:not(.disabled):not(.loading){color:#2a3038;border-color:#a9a9a9}.theme--dark button.base-button.none.important.secondary[data-v-02407214]:hover:not(.disabled):not(.loading),.theme--dark button.base-button.none.main.secondary[data-v-02407214]:hover:not(.disabled):not(.loading){color:#f5f4f1;border-color:#c3baba}.theme--default button.base-button.none.important.secondary.disabled[data-v-02407214],.theme--default button.base-button.none.important.secondary.loading[data-v-02407214],.theme--default button.base-button.none.main.secondary.disabled[data-v-02407214],.theme--default button.base-button.none.main.secondary.loading[data-v-02407214]{border-color:#e5e5e5;color:#ccc}.theme--dark button.base-button.none.important.secondary.disabled[data-v-02407214],.theme--dark button.base-button.none.important.secondary.loading[data-v-02407214],.theme--dark button.base-button.none.main.secondary.disabled[data-v-02407214],.theme--dark button.base-button.none.main.secondary.loading[data-v-02407214]{border-color:#393a3b;color:#767671}.theme--default button.base-button.none.important.secondary[data-v-02407214]:active:not(.disabled):not(.loading),.theme--default button.base-button.none.important.secondary.active[data-v-02407214],.theme--default button.base-button.none.main.secondary[data-v-02407214]:active:not(.disabled):not(.loading),.theme--default button.base-button.none.main.secondary.active[data-v-02407214]{color:#47505d;background:#f4f4f4}.theme--dark button.base-button.none.important.secondary[data-v-02407214]:active:not(.disabled):not(.loading),.theme--dark button.base-button.none.important.secondary.active[data-v-02407214],.theme--dark button.base-button.none.main.secondary[data-v-02407214]:active:not(.disabled):not(.loading),.theme--dark button.base-button.none.main.secondary.active[data-v-02407214]{color:#e1dddd;background:#212325}button.base-button.none.important.tertiary[data-v-02407214],button.base-button.none.main.tertiary[data-v-02407214]{border-color:transparent;background:transparent}.theme--default button.base-button.none.important.tertiary.default[data-v-02407214],.theme--default button.base-button.none.main.tertiary.default[data-v-02407214]{color:#79818c}.theme--dark button.base-button.none.important.tertiary.default[data-v-02407214],.theme--dark button.base-button.none.main.tertiary.default[data-v-02407214]{color:#c9c2c2}.theme--default button.base-button.none.important.tertiary[data-v-02407214]:hover:not(.disabled):not(.loading),.theme--default button.base-button.none.main.tertiary[data-v-02407214]:hover:not(.disabled):not(.loading){color:#47505d;background:#f2f2f2}.theme--dark button.base-button.none.important.tertiary[data-v-02407214]:hover:not(.disabled):not(.loading),.theme--dark button.base-button.none.main.tertiary[data-v-02407214]:hover:not(.disabled):not(.loading){color:#e1dddd;background:#2f3031}.theme--default button.base-button.none.important.tertiary[data-v-02407214]:active:not(.disabled):not(.loading),.theme--default button.base-button.none.important.tertiary.active[data-v-02407214],.theme--default button.base-button.none.main.tertiary[data-v-02407214]:active:not(.disabled):not(.loading),.theme--default button.base-button.none.main.tertiary.active[data-v-02407214]{background:#f2f2f2}.theme--dark button.base-button.none.important.tertiary[data-v-02407214]:active:not(.disabled):not(.loading),.theme--dark button.base-button.none.important.tertiary.active[data-v-02407214],.theme--dark button.base-button.none.main.tertiary[data-v-02407214]:active:not(.disabled):not(.loading),.theme--dark button.base-button.none.main.tertiary.active[data-v-02407214]{background:#2f3031}.theme--default button.base-button.none.auxiliary.default[data-v-02407214]{color:#5e6774}.theme--dark button.base-button.none.auxiliary.default[data-v-02407214]{color:#e1dddd}.theme--default button.base-button.none.auxiliary.default[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#5e6774}.theme--dark button.base-button.none.auxiliary.default[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#e1dddd}.theme--default button.base-button.none.auxiliary.default[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#5e6774}.theme--dark button.base-button.none.auxiliary.default[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#e1dddd}.theme--default button.base-button.none.auxiliary[data-v-02407214]:hover:not(.disabled):not(.loading),.theme--default button.base-button.none.auxiliary[data-v-02407214]:active:not(.disabled):not(.loading),.theme--default button.base-button.none.auxiliary.active[data-v-02407214]{color:#47505d}.theme--dark button.base-button.none.auxiliary[data-v-02407214]:hover:not(.disabled):not(.loading),.theme--dark button.base-button.none.auxiliary[data-v-02407214]:active:not(.disabled):not(.loading),.theme--dark button.base-button.none.auxiliary.active[data-v-02407214]{color:#e1dddd}.theme--default button.base-button.none.auxiliary[data-v-02407214]:hover:not(.disabled):not(.loading) .left:not(.trueColorsIcon) svg .fill,.theme--default button.base-button.none.auxiliary[data-v-02407214]:active:not(.disabled):not(.loading) .left:not(.trueColorsIcon) svg .fill,.theme--default button.base-button.none.auxiliary.active[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#47505d}.theme--dark button.base-button.none.auxiliary[data-v-02407214]:hover:not(.disabled):not(.loading) .left:not(.trueColorsIcon) svg .fill,.theme--dark button.base-button.none.auxiliary[data-v-02407214]:active:not(.disabled):not(.loading) .left:not(.trueColorsIcon) svg .fill,.theme--dark button.base-button.none.auxiliary.active[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#e1dddd}.theme--default button.base-button.none.auxiliary[data-v-02407214]:hover:not(.disabled):not(.loading) .left:not(.trueColorsIcon) svg .stroke,.theme--default button.base-button.none.auxiliary[data-v-02407214]:active:not(.disabled):not(.loading) .left:not(.trueColorsIcon) svg .stroke,.theme--default button.base-button.none.auxiliary.active[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#47505d}.theme--dark button.base-button.none.auxiliary[data-v-02407214]:hover:not(.disabled):not(.loading) .left:not(.trueColorsIcon) svg .stroke,.theme--dark button.base-button.none.auxiliary[data-v-02407214]:active:not(.disabled):not(.loading) .left:not(.trueColorsIcon) svg .stroke,.theme--dark button.base-button.none.auxiliary.active[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#e1dddd}button.base-button.none.auxiliary.disabled .text[data-v-02407214]{opacity:1}.theme--default button.base-button.none.auxiliary.disabled[data-v-02407214]{color:#ccc}.theme--dark button.base-button.none.auxiliary.disabled[data-v-02407214]{color:#767671}.theme--default button.base-button.none.auxiliary.disabled[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#ccc}.theme--dark button.base-button.none.auxiliary.disabled[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#767671}.theme--default button.base-button.none.auxiliary.disabled[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#ccc}.theme--dark button.base-button.none.auxiliary.disabled[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#767671}button.base-button.none.auxiliary.loading .text[data-v-02407214]{opacity:1}.theme--default button.base-button.none.auxiliary.loading[data-v-02407214]{color:#a9a9a9}.theme--dark button.base-button.none.auxiliary.loading[data-v-02407214]{color:#c3baba}.theme--default button.base-button.none.auxiliary.loading[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#a9a9a9}.theme--dark button.base-button.none.auxiliary.loading[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#c3baba}.theme--default button.base-button.none.auxiliary.loading[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#a9a9a9}.theme--dark button.base-button.none.auxiliary.loading[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#c3baba}.theme--default button.base-button.none.auxiliary[data-v-02407214]:hover:not(.disabled):not(.loading):not(.selected),.theme--default button.base-button.none.auxiliary.loading[data-v-02407214]{background:#f2f2f2}.theme--dark button.base-button.none.auxiliary[data-v-02407214]:hover:not(.disabled):not(.loading):not(.selected),.theme--dark button.base-button.none.auxiliary.loading[data-v-02407214]{background:#2f3031}.theme--default button.base-button.none.auxiliary[data-v-02407214]:active:not(.disabled):not(.loading):not(.selected),.theme--default button.base-button.none.auxiliary.active[data-v-02407214]{background:#f2f2f2}.theme--dark button.base-button.none.auxiliary[data-v-02407214]:active:not(.disabled):not(.loading):not(.selected),.theme--dark button.base-button.none.auxiliary.active[data-v-02407214]{background:#2f3031}.theme--default button.base-button.red[data-v-02407214],.theme--dark button.base-button.red[data-v-02407214]{color:#f96359}.theme--default button.base-button.red.main[data-v-02407214],.theme--default button.base-button.red.important[data-v-02407214]{border-color:#f8d6d2}.theme--dark button.base-button.red.main[data-v-02407214],.theme--dark button.base-button.red.important[data-v-02407214]{border-color:#4a3734}.theme--default button.base-button.red[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#f96359}.theme--dark button.base-button.red[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#f96359}.theme--default button.base-button.red[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#f96359}.theme--dark button.base-button.red[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#f96359}.theme--default button.base-button.red[data-v-02407214]:hover:not(.disabled):not(.loading){background:#f9e7e6}.theme--dark button.base-button.red[data-v-02407214]:hover:not(.disabled):not(.loading){background:#402f2c}.theme--default button.base-button.red[data-v-02407214]:active:not(.disabled):not(.loading),.theme--default button.base-button.red.active[data-v-02407214]{background:#f6dcd9}.theme--dark button.base-button.red[data-v-02407214]:active:not(.disabled):not(.loading),.theme--dark button.base-button.red.active[data-v-02407214]{background:#493533}.theme--default button.base-button.blue[data-v-02407214],.theme--dark button.base-button.blue[data-v-02407214]{color:#7d87e5}.theme--default button.base-button.blue.main[data-v-02407214],.theme--default button.base-button.blue.important[data-v-02407214]{border-color:#e8eaf8}.theme--dark button.base-button.blue.main[data-v-02407214],.theme--dark button.base-button.blue.important[data-v-02407214]{border-color:#4b4e6a}.theme--default button.base-button.blue[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#7d87e5}.theme--dark button.base-button.blue[data-v-02407214] .left:not(.trueColorsIcon) svg .fill{fill:#7d87e5}.theme--default button.base-button.blue[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#7d87e5}.theme--dark button.base-button.blue[data-v-02407214] .left:not(.trueColorsIcon) svg .stroke{stroke:#7d87e5}.theme--default button.base-button.blue.default[data-v-02407214],.theme--default button.base-button.blue.disabled[data-v-02407214],.theme--default button.base-button.blue.loading[data-v-02407214]{background:#f2f3fb}.theme--dark button.base-button.blue.default[data-v-02407214],.theme--dark button.base-button.blue.disabled[data-v-02407214],.theme--dark button.base-button.blue.loading[data-v-02407214]{background:#37394d}.theme--default button.base-button.blue[data-v-02407214]:hover:not(.disabled):not(.loading){background:#e6e8f7}.theme--dark button.base-button.blue[data-v-02407214]:hover:not(.disabled):not(.loading){background:#3d4056}.theme--default button.base-button.blue[data-v-02407214]:active:not(.disabled):not(.loading),.theme--default button.base-button.blue.active[data-v-02407214]{background:#dbddf4}.theme--dark button.base-button.blue[data-v-02407214]:active:not(.disabled):not(.loading),.theme--dark button.base-button.blue.active[data-v-02407214]{background:#44465f}@keyframes dropdown-enter-2ef5c5a0{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-2ef5c5a0]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-2ef5c5a0]{fill:#79818c}.theme--dark .fill[data-v-2ef5c5a0]{fill:#c9c2c2}.stroke[data-v-2ef5c5a0]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-2ef5c5a0]{stroke:#79818c}.theme--dark .stroke[data-v-2ef5c5a0]{stroke:#c9c2c2}.color[data-v-2ef5c5a0]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-2ef5c5a0]{color:#79818c}.theme--dark .color[data-v-2ef5c5a0]{color:#c9c2c2}.secondaryIcon[data-v-2ef5c5a0]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-2ef5c5a0]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-2ef5c5a0]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-e5e66f83{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-e5e66f83]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-e5e66f83]{fill:#79818c}.theme--dark .fill[data-v-e5e66f83]{fill:#c9c2c2}.stroke[data-v-e5e66f83]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-e5e66f83]{stroke:#79818c}.theme--dark .stroke[data-v-e5e66f83]{stroke:#c9c2c2}.color[data-v-e5e66f83]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-e5e66f83]{color:#79818c}.theme--dark .color[data-v-e5e66f83]{color:#c9c2c2}.secondaryIcon[data-v-e5e66f83]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-e5e66f83]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-e5e66f83]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-ee5b1a04{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-ee5b1a04]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-ee5b1a04]{fill:#79818c}.theme--dark .fill[data-v-ee5b1a04]{fill:#c9c2c2}.stroke[data-v-ee5b1a04]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-ee5b1a04]{stroke:#79818c}.theme--dark .stroke[data-v-ee5b1a04]{stroke:#c9c2c2}.color[data-v-ee5b1a04]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-ee5b1a04]{color:#79818c}.theme--dark .color[data-v-ee5b1a04]{color:#c9c2c2}.secondaryIcon[data-v-ee5b1a04]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-ee5b1a04]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-ee5b1a04]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-a29cca65{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-a29cca65]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-a29cca65]{fill:#79818c}.theme--dark .fill[data-v-a29cca65]{fill:#c9c2c2}.stroke[data-v-a29cca65]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-a29cca65]{stroke:#79818c}.theme--dark .stroke[data-v-a29cca65]{stroke:#c9c2c2}.color[data-v-a29cca65]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-a29cca65]{color:#79818c}.theme--dark .color[data-v-a29cca65]{color:#c9c2c2}.secondaryIcon[data-v-a29cca65]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-a29cca65]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-a29cca65]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-f7a575ae{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-f7a575ae]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-f7a575ae]{fill:#79818c}.theme--dark .fill[data-v-f7a575ae]{fill:#c9c2c2}.stroke[data-v-f7a575ae]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-f7a575ae]{stroke:#79818c}.theme--dark .stroke[data-v-f7a575ae]{stroke:#c9c2c2}.color[data-v-f7a575ae]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-f7a575ae]{color:#79818c}.theme--dark .color[data-v-f7a575ae]{color:#c9c2c2}.secondaryIcon[data-v-f7a575ae]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-f7a575ae]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-f7a575ae]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-3e2d0c16{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-3e2d0c16]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-3e2d0c16]{fill:#79818c}.theme--dark .fill[data-v-3e2d0c16]{fill:#c9c2c2}.stroke[data-v-3e2d0c16]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-3e2d0c16]{stroke:#79818c}.theme--dark .stroke[data-v-3e2d0c16]{stroke:#c9c2c2}.color[data-v-3e2d0c16]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-3e2d0c16]{color:#79818c}.theme--dark .color[data-v-3e2d0c16]{color:#c9c2c2}.secondaryIcon[data-v-3e2d0c16]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-3e2d0c16]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-3e2d0c16]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-0ff617a4{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-0ff617a4]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-0ff617a4]{fill:#79818c}.theme--dark .fill[data-v-0ff617a4]{fill:#c9c2c2}.stroke[data-v-0ff617a4]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-0ff617a4]{stroke:#79818c}.theme--dark .stroke[data-v-0ff617a4]{stroke:#c9c2c2}.color[data-v-0ff617a4]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-0ff617a4]{color:#79818c}.theme--dark .color[data-v-0ff617a4]{color:#c9c2c2}.secondaryIcon[data-v-0ff617a4]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-0ff617a4]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-0ff617a4]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-4dba3c4a{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-4dba3c4a]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-4dba3c4a]{fill:#79818c}.theme--dark .fill[data-v-4dba3c4a]{fill:#c9c2c2}.stroke[data-v-4dba3c4a]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-4dba3c4a]{stroke:#79818c}.theme--dark .stroke[data-v-4dba3c4a]{stroke:#c9c2c2}.color[data-v-4dba3c4a]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-4dba3c4a]{color:#79818c}.theme--dark .color[data-v-4dba3c4a]{color:#c9c2c2}.secondaryIcon[data-v-4dba3c4a]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-4dba3c4a]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-4dba3c4a]{fill:#e1dddd;stroke:#181a1b}path.fill.isWhite[data-v-4dba3c4a]{fill:#fff}@keyframes dropdown-enter-73bdb869{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-73bdb869]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-73bdb869]{fill:#79818c}.theme--dark .fill[data-v-73bdb869]{fill:#c9c2c2}.stroke[data-v-73bdb869]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-73bdb869]{stroke:#79818c}.theme--dark .stroke[data-v-73bdb869]{stroke:#c9c2c2}.color[data-v-73bdb869]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-73bdb869]{color:#79818c}.theme--dark .color[data-v-73bdb869]{color:#c9c2c2}.secondaryIcon[data-v-73bdb869]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-73bdb869]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-73bdb869]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-1228edaa{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-1228edaa]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-1228edaa]{fill:#79818c}.theme--dark .fill[data-v-1228edaa]{fill:#c9c2c2}.stroke[data-v-1228edaa]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-1228edaa]{stroke:#79818c}.theme--dark .stroke[data-v-1228edaa]{stroke:#c9c2c2}.color[data-v-1228edaa]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-1228edaa]{color:#79818c}.theme--dark .color[data-v-1228edaa]{color:#c9c2c2}.secondaryIcon[data-v-1228edaa]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-1228edaa]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-1228edaa]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-f076a6e7{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-f076a6e7]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-f076a6e7]{fill:#79818c}.theme--dark .fill[data-v-f076a6e7]{fill:#c9c2c2}.stroke[data-v-f076a6e7]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-f076a6e7]{stroke:#79818c}.theme--dark .stroke[data-v-f076a6e7]{stroke:#c9c2c2}.color[data-v-f076a6e7]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-f076a6e7]{color:#79818c}.theme--dark .color[data-v-f076a6e7]{color:#c9c2c2}.secondaryIcon[data-v-f076a6e7]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-f076a6e7]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-f076a6e7]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-b8b83b7b{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-b8b83b7b]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-b8b83b7b]{fill:#79818c}.theme--dark .fill[data-v-b8b83b7b]{fill:#c9c2c2}.stroke[data-v-b8b83b7b]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-b8b83b7b]{stroke:#79818c}.theme--dark .stroke[data-v-b8b83b7b]{stroke:#c9c2c2}.color[data-v-b8b83b7b]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-b8b83b7b]{color:#79818c}.theme--dark .color[data-v-b8b83b7b]{color:#c9c2c2}.secondaryIcon[data-v-b8b83b7b]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-b8b83b7b]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-b8b83b7b]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-63202449{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-63202449]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-63202449]{fill:#79818c}.theme--dark .fill[data-v-63202449]{fill:#c9c2c2}.stroke[data-v-63202449]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-63202449]{stroke:#79818c}.theme--dark .stroke[data-v-63202449]{stroke:#c9c2c2}.color[data-v-63202449]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-63202449]{color:#79818c}.theme--dark .color[data-v-63202449]{color:#c9c2c2}.secondaryIcon[data-v-63202449]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-63202449]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-63202449]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-071ce9f5{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-071ce9f5]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-071ce9f5]{fill:#79818c}.theme--dark .fill[data-v-071ce9f5]{fill:#c9c2c2}.stroke[data-v-071ce9f5]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-071ce9f5]{stroke:#79818c}.theme--dark .stroke[data-v-071ce9f5]{stroke:#c9c2c2}.color[data-v-071ce9f5]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-071ce9f5]{color:#79818c}.theme--dark .color[data-v-071ce9f5]{color:#c9c2c2}.secondaryIcon[data-v-071ce9f5]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-071ce9f5]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-071ce9f5]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-bafb83ee{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-bafb83ee]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-bafb83ee]{fill:#79818c}.theme--dark .fill[data-v-bafb83ee]{fill:#c9c2c2}.stroke[data-v-bafb83ee]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-bafb83ee]{stroke:#79818c}.theme--dark .stroke[data-v-bafb83ee]{stroke:#c9c2c2}.color[data-v-bafb83ee]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-bafb83ee]{color:#79818c}.theme--dark .color[data-v-bafb83ee]{color:#c9c2c2}.secondaryIcon[data-v-bafb83ee]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-bafb83ee]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-bafb83ee]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-4c413526{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-4c413526]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-4c413526]{fill:#79818c}.theme--dark .fill[data-v-4c413526]{fill:#c9c2c2}.stroke[data-v-4c413526]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-4c413526]{stroke:#79818c}.theme--dark .stroke[data-v-4c413526]{stroke:#c9c2c2}.color[data-v-4c413526]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-4c413526]{color:#79818c}.theme--dark .color[data-v-4c413526]{color:#c9c2c2}.secondaryIcon[data-v-4c413526]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-4c413526]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-4c413526]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-10b07dd2{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-10b07dd2]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-10b07dd2]{fill:#79818c}.theme--dark .fill[data-v-10b07dd2]{fill:#c9c2c2}.stroke[data-v-10b07dd2]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-10b07dd2]{stroke:#79818c}.theme--dark .stroke[data-v-10b07dd2]{stroke:#c9c2c2}.color[data-v-10b07dd2]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-10b07dd2]{color:#79818c}.theme--dark .color[data-v-10b07dd2]{color:#c9c2c2}.secondaryIcon[data-v-10b07dd2]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-10b07dd2]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-10b07dd2]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-71ebe41d{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-71ebe41d]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-71ebe41d]{fill:#79818c}.theme--dark .fill[data-v-71ebe41d]{fill:#c9c2c2}.stroke[data-v-71ebe41d]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-71ebe41d]{stroke:#79818c}.theme--dark .stroke[data-v-71ebe41d]{stroke:#c9c2c2}.color[data-v-71ebe41d]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-71ebe41d]{color:#79818c}.theme--dark .color[data-v-71ebe41d]{color:#c9c2c2}.secondaryIcon[data-v-71ebe41d]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-71ebe41d]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-71ebe41d]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-fb866c2d{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-fb866c2d]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-fb866c2d]{fill:#79818c}.theme--dark .fill[data-v-fb866c2d]{fill:#c9c2c2}.stroke[data-v-fb866c2d]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-fb866c2d]{stroke:#79818c}.theme--dark .stroke[data-v-fb866c2d]{stroke:#c9c2c2}.color[data-v-fb866c2d]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-fb866c2d]{color:#79818c}.theme--dark .color[data-v-fb866c2d]{color:#c9c2c2}.secondaryIcon[data-v-fb866c2d]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-fb866c2d]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-fb866c2d]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-d1bf67e4{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-d1bf67e4]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-d1bf67e4]{fill:#79818c}.theme--dark .fill[data-v-d1bf67e4]{fill:#c9c2c2}.stroke[data-v-d1bf67e4]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-d1bf67e4]{stroke:#79818c}.theme--dark .stroke[data-v-d1bf67e4]{stroke:#c9c2c2}.color[data-v-d1bf67e4]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-d1bf67e4]{color:#79818c}.theme--dark .color[data-v-d1bf67e4]{color:#c9c2c2}.secondaryIcon[data-v-d1bf67e4]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-d1bf67e4]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-d1bf67e4]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-43455c54{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-43455c54]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-43455c54]{fill:#79818c}.theme--dark .fill[data-v-43455c54]{fill:#c9c2c2}.stroke[data-v-43455c54]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-43455c54]{stroke:#79818c}.theme--dark .stroke[data-v-43455c54]{stroke:#c9c2c2}.color[data-v-43455c54]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-43455c54]{color:#79818c}.theme--dark .color[data-v-43455c54]{color:#c9c2c2}.secondaryIcon[data-v-43455c54]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-43455c54]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-43455c54]{fill:#e1dddd;stroke:#181a1b}svg path[data-v-43455c54]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default svg.pinned path[data-v-43455c54]{stroke:#f96359!important}.theme--dark svg.pinned path[data-v-43455c54]{stroke:#f96359!important}@keyframes dropdown-enter-2f1fe7ab{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-2f1fe7ab]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-2f1fe7ab]{fill:#79818c}.theme--dark .fill[data-v-2f1fe7ab]{fill:#c9c2c2}.stroke[data-v-2f1fe7ab]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-2f1fe7ab]{stroke:#79818c}.theme--dark .stroke[data-v-2f1fe7ab]{stroke:#c9c2c2}.color[data-v-2f1fe7ab]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-2f1fe7ab]{color:#79818c}.theme--dark .color[data-v-2f1fe7ab]{color:#c9c2c2}.secondaryIcon[data-v-2f1fe7ab]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-2f1fe7ab]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-2f1fe7ab]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-b9b973a8{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-b9b973a8]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-b9b973a8]{fill:#79818c}.theme--dark .fill[data-v-b9b973a8]{fill:#c9c2c2}.stroke[data-v-b9b973a8]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-b9b973a8]{stroke:#79818c}.theme--dark .stroke[data-v-b9b973a8]{stroke:#c9c2c2}.color[data-v-b9b973a8]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-b9b973a8]{color:#79818c}.theme--dark .color[data-v-b9b973a8]{color:#c9c2c2}.secondaryIcon[data-v-b9b973a8]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-b9b973a8]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-b9b973a8]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-e7dc4c55{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-e7dc4c55]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-e7dc4c55]{fill:#79818c}.theme--dark .fill[data-v-e7dc4c55]{fill:#c9c2c2}.stroke[data-v-e7dc4c55]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-e7dc4c55]{stroke:#79818c}.theme--dark .stroke[data-v-e7dc4c55]{stroke:#c9c2c2}.color[data-v-e7dc4c55]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-e7dc4c55]{color:#79818c}.theme--dark .color[data-v-e7dc4c55]{color:#c9c2c2}.secondaryIcon[data-v-e7dc4c55]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-e7dc4c55]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-e7dc4c55]{fill:#e1dddd;stroke:#181a1b}.schedule-icon[data-v-e7dc4c55]{position:relative}.schedule-icon .recurring[data-v-e7dc4c55]{position:absolute;height:17px;width:17px;top:37%;left:40%;border-radius:50px;display:flex;align-items:center;justify-content:center}.theme--default .schedule-icon .recurring[data-v-e7dc4c55]{background:#fff}.theme--dark .schedule-icon .recurring[data-v-e7dc4c55]{background:#181a1b}.schedule-icon .recurring svg[data-v-e7dc4c55]{height:12px;width:12px}@keyframes dropdown-enter-59e2b629{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-59e2b629]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-59e2b629]{fill:#79818c}.theme--dark .fill[data-v-59e2b629]{fill:#c9c2c2}.stroke[data-v-59e2b629]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-59e2b629]{stroke:#79818c}.theme--dark .stroke[data-v-59e2b629]{stroke:#c9c2c2}.color[data-v-59e2b629]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-59e2b629]{color:#79818c}.theme--dark .color[data-v-59e2b629]{color:#c9c2c2}.secondaryIcon[data-v-59e2b629]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-59e2b629]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-59e2b629]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-4857c312{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-4857c312]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-4857c312]{fill:#79818c}.theme--dark .fill[data-v-4857c312]{fill:#c9c2c2}.stroke[data-v-4857c312]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-4857c312]{stroke:#79818c}.theme--dark .stroke[data-v-4857c312]{stroke:#c9c2c2}.color[data-v-4857c312]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-4857c312]{color:#79818c}.theme--dark .color[data-v-4857c312]{color:#c9c2c2}.secondaryIcon[data-v-4857c312]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-4857c312]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-4857c312]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-9222c25b{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-9222c25b]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-9222c25b]{fill:#79818c}.theme--dark .fill[data-v-9222c25b]{fill:#c9c2c2}.stroke[data-v-9222c25b]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-9222c25b]{stroke:#79818c}.theme--dark .stroke[data-v-9222c25b]{stroke:#c9c2c2}.color[data-v-9222c25b]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-9222c25b]{color:#79818c}.theme--dark .color[data-v-9222c25b]{color:#c9c2c2}.secondaryIcon[data-v-9222c25b]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-9222c25b]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-9222c25b]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-4865d246{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-4865d246]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-4865d246]{fill:#79818c}.theme--dark .fill[data-v-4865d246]{fill:#c9c2c2}.stroke[data-v-4865d246]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-4865d246]{stroke:#79818c}.theme--dark .stroke[data-v-4865d246]{stroke:#c9c2c2}.color[data-v-4865d246]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-4865d246]{color:#79818c}.theme--dark .color[data-v-4865d246]{color:#c9c2c2}.secondaryIcon[data-v-4865d246]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-4865d246]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-4865d246]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-cf317b5e{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-cf317b5e]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-cf317b5e]{fill:#79818c}.theme--dark .fill[data-v-cf317b5e]{fill:#c9c2c2}.stroke[data-v-cf317b5e]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-cf317b5e]{stroke:#79818c}.theme--dark .stroke[data-v-cf317b5e]{stroke:#c9c2c2}.color[data-v-cf317b5e]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-cf317b5e]{color:#79818c}.theme--dark .color[data-v-cf317b5e]{color:#c9c2c2}.secondaryIcon[data-v-cf317b5e]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-cf317b5e]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-cf317b5e]{fill:#e1dddd;stroke:#181a1b}.task-checkbox label span.lg[data-v-e842c2bb]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}@keyframes dropdown-enter-e842c2bb{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.task-checkbox[data-v-e842c2bb]{position:relative;display:flex;align-items:center;cursor:default;outline:none;max-width:100%}.task-checkbox:not(.noEllipsis) span[data-v-e842c2bb]{text-overflow:ellipsis}.task-checkbox .check-container[data-v-e842c2bb]{position:absolute;display:flex;align-items:center;justify-content:center;border-radius:7px;z-index:1}.task-checkbox .check-container.xxs[data-v-e842c2bb]{height:6px;width:6px}.task-checkbox .check-container.xs[data-v-e842c2bb]{height:10px;width:10px}.task-checkbox .check-container.s[data-v-e842c2bb]{height:12px;width:12px}.task-checkbox .check-container.sm[data-v-e842c2bb]{height:14px;width:14px}.task-checkbox .check-container.md[data-v-e842c2bb]{height:16px;width:16px}.task-checkbox .check-container.lg[data-v-e842c2bb]{height:18px;width:18px}.task-checkbox .check-container.hasHoverEffect[data-v-e842c2bb]:hover{box-shadow:0 0 0 5px #adadad1a}.task-checkbox .check-container .ignore-icon[data-v-e842c2bb]{width:12px;height:12px}.theme--default .task-checkbox .check-container .complete-icon[data-v-e842c2bb] path.stroke{stroke:#fff}.theme--dark .task-checkbox .check-container .complete-icon[data-v-e842c2bb] path.stroke{stroke:#181a1b}.task-checkbox label[data-v-e842c2bb]{position:relative;display:flex;align-items:center;transition:color .3s ease;min-width:0}.task-checkbox label span[data-v-e842c2bb]{outline:none;overflow:hidden;white-space:nowrap;transition:color .3s ease-in-out}.theme--default .task-checkbox label span[data-v-e842c2bb]{color:#2a3038}.theme--dark .task-checkbox label span[data-v-e842c2bb]{color:#f5f4f1}.theme--default .task-checkbox label span.isChecked[data-v-e842c2bb],.theme--default .task-checkbox label span.isIgnored[data-v-e842c2bb]{color:#a9a9a9}.theme--dark .task-checkbox label span.isChecked[data-v-e842c2bb],.theme--dark .task-checkbox label span.isIgnored[data-v-e842c2bb]{color:#c3baba}.task-checkbox label[data-v-e842c2bb]:before,.task-checkbox label[data-v-e842c2bb]:after{content:"";position:absolute;display:none}.task-checkbox label[data-v-e842c2bb]:before{opacity:0;height:2px;width:8px;left:-24px;border-radius:2px;transition:background .3s ease}.theme--default .task-checkbox label[data-v-e842c2bb]:before{background:#94949c}.theme--dark .task-checkbox label[data-v-e842c2bb]:before{background:#a9a9a9}.task-checkbox label[data-v-e842c2bb]:after{height:4px;width:4px;top:8px;left:-24px;border-radius:50%}.task-checkbox input[type=checkbox][data-v-e842c2bb]{-webkit-appearance:none;-moz-appearance:none;position:relative;outline:none;border-radius:5px;margin:0;display:flex;align-items:center;transition:all .15s ease-in;flex-shrink:0}.theme--default .task-checkbox input[type=checkbox][data-v-e842c2bb]{background:#fff;border:1px solid #94949c}.theme--dark .task-checkbox input[type=checkbox][data-v-e842c2bb]{background:#181a1b;border:1px solid #a9a9a9}.task-checkbox input[type=checkbox].md.hasTitle[data-v-e842c2bb]{margin-right:8px}.task-checkbox input[type=checkbox].lg.hasTitle[data-v-e842c2bb]{margin-right:12px}.task-checkbox input[type=checkbox].xxs[data-v-e842c2bb]{height:6px;width:6px;border-radius:1px}.task-checkbox input[type=checkbox].xs[data-v-e842c2bb]{height:10px;width:10px;border-radius:3px}.task-checkbox input[type=checkbox].s[data-v-e842c2bb]{height:12px;width:12px}.task-checkbox input[type=checkbox].sm[data-v-e842c2bb]{height:14px;width:14px}.task-checkbox input[type=checkbox].md[data-v-e842c2bb]{height:16px;width:16px}.task-checkbox input[type=checkbox].lg[data-v-e842c2bb]{height:18px;width:18px}.theme--default .task-checkbox input[type=checkbox].isDisabled.default[data-v-e842c2bb]{background:#f2f2f2}.theme--dark .task-checkbox input[type=checkbox].isDisabled.default[data-v-e842c2bb]{background:#2f3031}.theme--default .task-checkbox input[type=checkbox].isDisabled.isChecked.blue[data-v-e842c2bb],.theme--dark .task-checkbox input[type=checkbox].isDisabled.isChecked.blue[data-v-e842c2bb]{background:#7d87e5;border-color:#7d87e5}.theme--default .task-checkbox input[type=checkbox].isDisabled.isChecked.red[data-v-e842c2bb],.theme--dark .task-checkbox input[type=checkbox].isDisabled.isChecked.red[data-v-e842c2bb]{background:#f96359;border-color:#f96359}.task-checkbox input[type=checkbox].hasHoverEffect[data-v-e842c2bb]:hover:not(.isDisabled){box-shadow:0 0 0 5px #adadad1a}.theme--default .task-checkbox input[type=checkbox].hasHoverEffect[data-v-e842c2bb]:hover:not(.isDisabled){border:1px solid #2a3038}.theme--dark .task-checkbox input[type=checkbox].hasHoverEffect[data-v-e842c2bb]:hover:not(.isDisabled){border:1px solid #f5f4f1}.theme--default .task-checkbox input[type=checkbox].hasHoverEffect:hover:not(.isDisabled).blue[data-v-e842c2bb]{border-color:#7d87e5}.theme--dark .task-checkbox input[type=checkbox].hasHoverEffect:hover:not(.isDisabled).blue[data-v-e842c2bb]{border-color:#7d87e5}.theme--default .task-checkbox input[type=checkbox].hasHoverEffect:hover:not(.isDisabled).red[data-v-e842c2bb]{border-color:#f96359}.theme--dark .task-checkbox input[type=checkbox].hasHoverEffect:hover:not(.isDisabled).red[data-v-e842c2bb]{border-color:#f96359}.task-checkbox input[type=checkbox][data-v-e842c2bb]:before{width:0px;right:60%;transform-origin:right bottom}.task-checkbox input[type=checkbox][data-v-e842c2bb]:after{width:0px;left:40%;transform-origin:left bottom}.theme--default .task-checkbox input[type=checkbox].isChecked[data-v-e842c2bb]:not(.isDisabled){background:#d0cbcb;border:1px solid #d0cbcb}.theme--dark .task-checkbox input[type=checkbox].isChecked[data-v-e842c2bb]:not(.isDisabled){background:#6a6b67;border:1px solid #6a6b67}.theme--default .task-checkbox input[type=checkbox].isChecked:not(.isDisabled).red[data-v-e842c2bb]{background-color:#f96359;border-color:#f96359}.theme--dark .task-checkbox input[type=checkbox].isChecked:not(.isDisabled).red[data-v-e842c2bb]{background-color:#f96359;border-color:#f96359}.theme--default .task-checkbox input[type=checkbox].isChecked:not(.isDisabled).blue[data-v-e842c2bb]{background-color:#7d87e5;border-color:#7d87e5}.theme--dark .task-checkbox input[type=checkbox].isChecked:not(.isDisabled).blue[data-v-e842c2bb]{background-color:#7d87e5;border-color:#7d87e5}.theme--default .task-checkbox input[type=checkbox].isIgnored[data-v-e842c2bb]:not(.isDisabled){background-color:#f2f2f2}.theme--dark .task-checkbox input[type=checkbox].isIgnored[data-v-e842c2bb]:not(.isDisabled){background-color:#2f3031}.option-property.board .property-display .property .name[data-v-8978510b],.option-property.full .property-display .property .name[data-v-8978510b]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}.option-property.board .property-display .property .name[data-v-8978510b],.option-property.full .property-display .property .name[data-v-8978510b]{font-weight:500}@keyframes dropdown-enter-8978510b{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.option-property[data-v-8978510b]{width:100%;height:100%}.option-property.board[data-v-8978510b],.option-property.full[data-v-8978510b]{flex-direction:column}.option-property.board .property-display[data-v-8978510b],.option-property.full .property-display[data-v-8978510b]{display:flex;flex-direction:row;align-items:flex-start}.option-property.board .property-display .property[data-v-8978510b],.option-property.full .property-display .property[data-v-8978510b]{display:flex;flex-direction:row;align-items:center;column-gap:14px;width:250px;height:39px}.option-property.board .property-display .property .name[data-v-8978510b],.option-property.full .property-display .property .name[data-v-8978510b]{white-space:nowrap}.theme--default .option-property.board .property-display .property .name[data-v-8978510b],.theme--default .option-property.full .property-display .property .name[data-v-8978510b]{color:#2a3038}.theme--dark .option-property.board .property-display .property .name[data-v-8978510b],.theme--dark .option-property.full .property-display .property .name[data-v-8978510b]{color:#f5f4f1}.option-property.board .property-display .property[data-v-8978510b] svg,.option-property.full .property-display .property[data-v-8978510b] svg{height:14px;width:14px}.theme--default .option-property.board .property-display .property[data-v-8978510b] svg .fill,.theme--default .option-property.full .property-display .property[data-v-8978510b] svg .fill{fill:#a9a9a9}.theme--dark .option-property.board .property-display .property[data-v-8978510b] svg .fill,.theme--dark .option-property.full .property-display .property[data-v-8978510b] svg .fill{fill:#c3baba}.theme--default .option-property.board .property-display .property[data-v-8978510b] svg .stroke,.theme--default .option-property.full .property-display .property[data-v-8978510b] svg .stroke{stroke:#a9a9a9}.theme--dark .option-property.board .property-display .property[data-v-8978510b] svg .stroke,.theme--dark .option-property.full .property-display .property[data-v-8978510b] svg .stroke{stroke:#c3baba}.option-property.board .property-display .property-value[data-v-8978510b],.option-property.full .property-display .property-value[data-v-8978510b]{display:flex;align-items:center;min-height:31px;padding:6px 0;border-radius:7px;-moz-transition:background .2s ease-out;-o-transition:background .2s ease-out;-webkit-transition:background .2s ease-out;transition:background .2s ease-out}.option-property.board .property-display .property-value.auto-height[data-v-8978510b],.option-property.full .property-display .property-value.auto-height[data-v-8978510b]{height:auto;min-height:39px}.theme--default .option-property.board .property-display .property-value.focused[data-v-8978510b],.theme--default .option-property.full .property-display .property-value.focused[data-v-8978510b]{background:#f4f4f4}.theme--dark .option-property.board .property-display .property-value.focused[data-v-8978510b],.theme--dark .option-property.full .property-display .property-value.focused[data-v-8978510b]{background:#212325}.theme--default .option-property.full .property-value[data-v-8978510b]:hover:not(.focused){background:#fbfbfb}.theme--dark .option-property.full .property-value[data-v-8978510b]:hover:not(.focused){background:#121414}.option-property.board .property-display .property-value[data-v-8978510b]{height:auto;padding:0}.option-property.table.property[data-v-8978510b],.option-property.table.cell[data-v-8978510b]{box-sizing:border-box;padding:0 12px;flex-shrink:0}.option-property .property-display[data-v-8978510b]{width:100%;height:100%;display:flex;align-items:center}.option-property .property-display .property-value[data-v-8978510b]{width:100%}.base-definition .property-title[data-v-6ec1f351]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}.base-definition .property-title[data-v-6ec1f351]{font-weight:500}.base-definition.inMenu .property-title[data-v-6ec1f351],.base-definition.inMenu.selected .property-title[data-v-6ec1f351]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}.base-definition.inMenu.selected .property-title[data-v-6ec1f351]{font-weight:500}@keyframes dropdown-enter-6ec1f351{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.base-definition[data-v-6ec1f351]{display:flex;flex-direction:row;align-items:center;flex-shrink:0;justify-content:space-between}.base-definition.inMenu .property-title[data-v-6ec1f351]{padding:0}.theme--default .base-definition.inMenu .property-title[data-v-6ec1f351]{color:#5e6774}.theme--dark .base-definition.inMenu .property-title[data-v-6ec1f351]{color:#e1dddd}.theme--default .base-definition.inMenu.selected .property-title[data-v-6ec1f351]{color:#2a3038}.theme--dark .base-definition.inMenu.selected .property-title[data-v-6ec1f351]{color:#f5f4f1}.base-definition .left[data-v-6ec1f351]{display:flex;flex-direction:row;column-gap:8px;align-items:center}.base-definition .right[data-v-6ec1f351]{display:flex;flex-direction:row;align-items:center}.base-definition .property-title[data-v-6ec1f351]{padding:1px 5px;width:100%;max-width:185px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme--default .base-definition .property-title[data-v-6ec1f351]{color:#2a3038}.theme--dark .base-definition .property-title[data-v-6ec1f351]{color:#f5f4f1}.base-definition .icon[data-v-6ec1f351]{display:flex;flex-direction:row;align-items:center}.base-definition .icon[data-v-6ec1f351] svg{width:12px;height:12px;flex-shrink:0}.theme--default .base-definition .icon[data-v-6ec1f351] svg .fill{fill:#7d87e5}.theme--dark .base-definition .icon[data-v-6ec1f351] svg .fill{fill:#7d87e5}.theme--default .base-definition .icon[data-v-6ec1f351] svg .stroke{stroke:#7d87e5}.theme--dark .base-definition .icon[data-v-6ec1f351] svg .stroke{stroke:#7d87e5}.property-definition .properties .type[data-v-d3a19e61]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}@keyframes dropdown-enter-d3a19e61{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.property-definition[data-v-d3a19e61]{display:flex;flex-direction:row;align-items:center}.property-definition .properties[data-v-d3a19e61]{display:flex;flex-direction:row;align-items:center;padding:8px 0 8px 8px;column-gap:8px}.theme--default .property-definition .properties .type[data-v-d3a19e61]{color:#5e6774}.theme--dark .property-definition .properties .type[data-v-d3a19e61]{color:#e1dddd}@keyframes dropdown-enter-71db2759{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-71db2759]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-71db2759]{fill:#79818c}.theme--dark .fill[data-v-71db2759]{fill:#c9c2c2}.stroke[data-v-71db2759]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-71db2759]{stroke:#79818c}.theme--dark .stroke[data-v-71db2759]{stroke:#c9c2c2}.color[data-v-71db2759]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-71db2759]{color:#79818c}.theme--dark .color[data-v-71db2759]{color:#c9c2c2}.secondaryIcon[data-v-71db2759]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-71db2759]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-71db2759]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-36c3b2d6{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-36c3b2d6]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-36c3b2d6]{fill:#79818c}.theme--dark .fill[data-v-36c3b2d6]{fill:#c9c2c2}.stroke[data-v-36c3b2d6]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-36c3b2d6]{stroke:#79818c}.theme--dark .stroke[data-v-36c3b2d6]{stroke:#c9c2c2}.color[data-v-36c3b2d6]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-36c3b2d6]{color:#79818c}.theme--dark .color[data-v-36c3b2d6]{color:#c9c2c2}.secondaryIcon[data-v-36c3b2d6]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-36c3b2d6]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-36c3b2d6]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-23fd328e{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-23fd328e]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-23fd328e]{fill:#79818c}.theme--dark .fill[data-v-23fd328e]{fill:#c9c2c2}.stroke[data-v-23fd328e]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-23fd328e]{stroke:#79818c}.theme--dark .stroke[data-v-23fd328e]{stroke:#c9c2c2}.color[data-v-23fd328e]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-23fd328e]{color:#79818c}.theme--dark .color[data-v-23fd328e]{color:#c9c2c2}.secondaryIcon[data-v-23fd328e]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-23fd328e]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-23fd328e]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-701d1be6{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-701d1be6]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-701d1be6]{fill:#79818c}.theme--dark .fill[data-v-701d1be6]{fill:#c9c2c2}.stroke[data-v-701d1be6]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-701d1be6]{stroke:#79818c}.theme--dark .stroke[data-v-701d1be6]{stroke:#c9c2c2}.color[data-v-701d1be6]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-701d1be6]{color:#79818c}.theme--dark .color[data-v-701d1be6]{color:#c9c2c2}.secondaryIcon[data-v-701d1be6]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-701d1be6]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-701d1be6]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-09478c2e{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-09478c2e]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-09478c2e]{fill:#79818c}.theme--dark .fill[data-v-09478c2e]{fill:#c9c2c2}.stroke[data-v-09478c2e]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-09478c2e]{stroke:#79818c}.theme--dark .stroke[data-v-09478c2e]{stroke:#c9c2c2}.color[data-v-09478c2e]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-09478c2e]{color:#79818c}.theme--dark .color[data-v-09478c2e]{color:#c9c2c2}.secondaryIcon[data-v-09478c2e]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-09478c2e]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-09478c2e]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-61dcc7aa{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-61dcc7aa]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-61dcc7aa]{fill:#79818c}.theme--dark .fill[data-v-61dcc7aa]{fill:#c9c2c2}.stroke[data-v-61dcc7aa]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-61dcc7aa]{stroke:#79818c}.theme--dark .stroke[data-v-61dcc7aa]{stroke:#c9c2c2}.color[data-v-61dcc7aa]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-61dcc7aa]{color:#79818c}.theme--dark .color[data-v-61dcc7aa]{color:#c9c2c2}.secondaryIcon[data-v-61dcc7aa]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-61dcc7aa]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-61dcc7aa]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-494de3ff{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.base-image[data-v-494de3ff]{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.base-image .icon[data-v-494de3ff]{display:flex;flex-direction:column;align-items:center;justify-content:center}.base-image .icon.emoji.editable[data-v-494de3ff]{cursor:pointer;border-radius:10px;-moz-transition:background-color .1s ease;-o-transition:background-color .1s ease;-webkit-transition:background-color .1s ease;transition:background-color .1s ease}.theme--default .base-image .icon.emoji.editable[data-v-494de3ff]:hover,.theme--dark .base-image .icon.emoji.editable[data-v-494de3ff]:hover{background-color:#0000001a}.theme--default .base-image .icon.emoji.editable[data-v-494de3ff]:active,.theme--dark .base-image .icon.emoji.editable[data-v-494de3ff]:active{background-color:#00000026}.base-image .relation-arrow-icon[data-v-494de3ff]{position:absolute;right:-2px;bottom:-3px}.base-image.s .relation-arrow-icon[data-v-494de3ff]{height:8px;width:8px;bottom:-2px}.base-image:not(.s) .icon[data-v-494de3ff]{width:16px;height:16px}.base-image:not(.s) .icon[data-v-494de3ff] svg{width:16px;height:16px}.base-image.option-color-a .icon[data-v-494de3ff] .fill{fill:#656fc6}.base-image.option-color-a .icon[data-v-494de3ff] .stroke{stroke:#656fc6}.base-image.option-color-b .icon[data-v-494de3ff] .fill{fill:#9c8e46}.base-image.option-color-b .icon[data-v-494de3ff] .stroke{stroke:#9c8e46}.base-image.option-color-c .icon[data-v-494de3ff] .fill{fill:#3d9593}.base-image.option-color-c .icon[data-v-494de3ff] .stroke{stroke:#3d9593}.base-image.option-color-d .icon[data-v-494de3ff] .fill{fill:#c73c10}.base-image.option-color-d .icon[data-v-494de3ff] .stroke{stroke:#c73c10}.base-image.option-color-e .icon[data-v-494de3ff] .fill{fill:#50886e}.base-image.option-color-e .icon[data-v-494de3ff] .stroke{stroke:#50886e}.base-image.option-color-f .icon[data-v-494de3ff] .fill{fill:#9e5084}.base-image.option-color-f .icon[data-v-494de3ff] .stroke{stroke:#9e5084}.base-image.option-color-g .icon[data-v-494de3ff] .fill{fill:#666}.base-image.option-color-g .icon[data-v-494de3ff] .stroke{stroke:#666}.base-image.option-color-h .icon[data-v-494de3ff] .fill{fill:#7c51c2}.base-image.option-color-h .icon[data-v-494de3ff] .stroke{stroke:#7c51c2}.base-image.option-color-i .icon[data-v-494de3ff] .fill{fill:#b47d2c}.base-image.option-color-i .icon[data-v-494de3ff] .stroke{stroke:#b47d2c}.base-type.inline span[data-v-17580b5e],.base-type.tooltip span[data-v-17580b5e]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}.base-type.inline.inMenu span[data-v-17580b5e],.base-type.tooltip.inMenu span[data-v-17580b5e],.base-type.inline.s span[data-v-17580b5e],.base-type.tooltip.s span[data-v-17580b5e],.base-type.box[data-v-17580b5e],.base-type.full span[data-v-17580b5e],.base-type.inline.inMenu.selected span[data-v-17580b5e],.base-type.tooltip.inMenu.selected span[data-v-17580b5e]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}.base-type.inline.inMenu.selected span[data-v-17580b5e],.base-type.tooltip.inMenu.selected span[data-v-17580b5e]{font-weight:500}@keyframes dropdown-enter-17580b5e{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.base-type[data-v-17580b5e]{display:flex;align-items:center;flex-direction:row;height:fit-content;width:fit-content;max-width:100%;box-sizing:border-box;border-radius:5px;justify-content:space-between;-moz-transition:background .1s ease;-o-transition:background .1s ease;-webkit-transition:background .1s ease;transition:background .1s ease}.theme--default .base-type:not(:active):hover.clickable.full[data-v-17580b5e]{border:1px solid #94949c}.theme--dark .base-type:not(:active):hover.clickable.full[data-v-17580b5e]{border:1px solid #a9a9a9}.theme--default .base-type:not(:active):hover.clickable.inline[data-v-17580b5e],.theme--default .base-type:not(:active):hover.clickable.tooltip[data-v-17580b5e]{background:#f2f2f2}.theme--dark .base-type:not(:active):hover.clickable.inline[data-v-17580b5e],.theme--dark .base-type:not(:active):hover.clickable.tooltip[data-v-17580b5e]{background:#2f3031}.theme--default .base-type[data-v-17580b5e]:active{background:#e5e5e5}.theme--dark .base-type[data-v-17580b5e]:active{background:#393a3b}.base-type .left[data-v-17580b5e]{display:flex;flex-direction:row;column-gap:6px;align-items:center;width:100%}.base-type .right[data-v-17580b5e]{display:flex;flex-direction:row;align-items:center}.base-type .text[data-v-17580b5e]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-transform:capitalize}.base-type .text span[data-v-17580b5e]{font-weight:400;-moz-transition:color .1s ease;-o-transition:color .1s ease;-webkit-transition:color .1s ease;transition:color .1s ease}.base-type.img[data-v-17580b5e]{padding:0}.base-type.img .image[data-v-17580b5e]{border-radius:10px;padding:10px}.base-type.img .image[data-v-17580b5e] .icon{font-size:28px;line-height:28px}.base-type.img .image[data-v-17580b5e] .icon,.base-type.img .image[data-v-17580b5e] .icon svg{height:28px;width:28px}.base-type.img.s[data-v-17580b5e]{padding:0}.base-type.img.s .image[data-v-17580b5e]{border-radius:7px;padding:5px}.base-type.img.s .image[data-v-17580b5e] .icon{font-size:10px;line-height:10px}.base-type.img.s .image[data-v-17580b5e] .icon,.base-type.img.s .image[data-v-17580b5e] .icon svg{height:14px;width:14px}.base-type.img.xl .image[data-v-17580b5e]{border-radius:10px;padding:5px}.base-type.img.xl .image[data-v-17580b5e] .icon{font-size:28px;line-height:28px}.base-type.img.xl .image[data-v-17580b5e] .icon,.base-type.img.xl .image[data-v-17580b5e] .icon svg{height:104px;width:104px}.base-type.tooltip[data-v-17580b5e]{column-gap:8px;width:100%;padding:6px 6px 6px 3px}.base-type.inline[data-v-17580b5e]{padding:3px 6px 3px 3px}.base-type.inline .left[data-v-17580b5e]{column-gap:4px}.base-type.inline[data-v-17580b5e],.base-type.tooltip[data-v-17580b5e]{line-height:20px}.base-type.inline span[data-v-17580b5e],.base-type.tooltip span[data-v-17580b5e]{width:100%}.base-type.inline.inMenu[data-v-17580b5e],.base-type.tooltip.inMenu[data-v-17580b5e]{padding:0}.theme--default .base-type.inline.inMenu.selected span[data-v-17580b5e],.theme--default .base-type.tooltip.inMenu.selected span[data-v-17580b5e]{color:#2a3038}.theme--dark .base-type.inline.inMenu.selected span[data-v-17580b5e],.theme--dark .base-type.tooltip.inMenu.selected span[data-v-17580b5e]{color:#f5f4f1}.base-type.inline.s[data-v-17580b5e],.base-type.tooltip.s[data-v-17580b5e]{padding:1px 6px 1px 2px;line-height:19px}.base-type.inline.s .image[data-v-17580b5e],.base-type.tooltip.s .image[data-v-17580b5e]{padding:4px}.base-type.inline.s .image[data-v-17580b5e] .icon,.base-type.tooltip.s .image[data-v-17580b5e] .icon{font-size:8px;line-height:8px}.base-type.inline.s .image[data-v-17580b5e] .icon,.base-type.inline.s .image[data-v-17580b5e] .icon svg,.base-type.tooltip.s .image[data-v-17580b5e] .icon,.base-type.tooltip.s .image[data-v-17580b5e] .icon svg{height:8px;width:8px}.base-type.inline .image[data-v-17580b5e],.base-type.tooltip .image[data-v-17580b5e]{border-radius:3px;padding:5px}.base-type.inline .image[data-v-17580b5e] .icon,.base-type.tooltip .image[data-v-17580b5e] .icon{font-size:10px;line-height:10px}.base-type.inline .image[data-v-17580b5e] .icon,.base-type.inline .image[data-v-17580b5e] .icon svg,.base-type.tooltip .image[data-v-17580b5e] .icon,.base-type.tooltip .image[data-v-17580b5e] .icon svg{height:10px;width:10px}.theme--default .base-type.inline.instance:not(:hover) span[data-v-17580b5e],.theme--default .base-type.tooltip.instance:not(:hover) span[data-v-17580b5e]{color:#2a3038}.theme--dark .base-type.inline.instance:not(:hover) span[data-v-17580b5e],.theme--dark .base-type.tooltip.instance:not(:hover) span[data-v-17580b5e]{color:#f5f4f1}.theme--default .base-type.inline.instance:not(:hover).s span[data-v-17580b5e],.theme--default .base-type.tooltip.instance:not(:hover).s span[data-v-17580b5e]{color:#79818c}.theme--dark .base-type.inline.instance:not(:hover).s span[data-v-17580b5e],.theme--dark .base-type.tooltip.instance:not(:hover).s span[data-v-17580b5e]{color:#c9c2c2}.theme--default .base-type.inline.instance .underline[data-v-17580b5e],.theme--default .base-type.tooltip.instance .underline[data-v-17580b5e]{border-bottom:solid .5px #cccccc}.theme--dark .base-type.inline.instance .underline[data-v-17580b5e],.theme--dark .base-type.tooltip.instance .underline[data-v-17580b5e]{border-bottom:solid .5px #767671}.base-type.inline.instance:hover .underline[data-v-17580b5e],.base-type.tooltip.instance:hover .underline[data-v-17580b5e]{border-color:transparent}.base-type.box[data-v-17580b5e]{padding:1px 6px}.base-type.box .image[data-v-17580b5e] .icon{font-size:12px;line-height:12px}.base-type.box .image[data-v-17580b5e] .icon,.base-type.box .image[data-v-17580b5e] .icon svg{height:12px;width:12px}.theme--default .base-type.box[data-v-17580b5e]:hover{background:#fbfbfb}.theme--dark .base-type.box[data-v-17580b5e]:hover{background:#121414}.base-type.full[data-v-17580b5e]{max-width:100px;padding:20px 16px 15px;position:relative}.theme--default .base-type.full[data-v-17580b5e]{border:1px solid #e5e5e5}.theme--dark .base-type.full[data-v-17580b5e]{border:1px solid #393a3b}.base-type.full .left[data-v-17580b5e]{flex-direction:column;row-gap:10px}.base-type.full .image[data-v-17580b5e]{border-radius:10px;padding:16px}.base-type .close-icon[data-v-17580b5e]{position:absolute;top:5px;right:5px;height:10px;width:10px}.theme--default .base-type.inline[data-v-17580b5e],.theme--default .base-type.tooltip[data-v-17580b5e]{color:#5e6774}.theme--dark .base-type.inline[data-v-17580b5e],.theme--dark .base-type.tooltip[data-v-17580b5e]{color:#e1dddd}.theme--default .base-type:hover.clickable.inline[data-v-17580b5e]{background:#f4f4f4}.theme--dark .base-type:hover.clickable.inline[data-v-17580b5e]{background:#212325}.theme--default .base-type:not(.inline) .image.option-color-a[data-v-17580b5e]{background:#f2f3fb;color:#4b4e6a}.theme--dark .base-type:not(.inline) .image.option-color-a[data-v-17580b5e]{background:#4b4e6a;color:#f2f3fb}.theme--default .base-type:not(.inline) .image.option-color-a[data-v-17580b5e] .fill{fill:#4b4e6a}.theme--dark .base-type:not(.inline) .image.option-color-a[data-v-17580b5e] .fill{fill:#f2f3fb}.theme--default .base-type:not(.inline) .image.option-color-a[data-v-17580b5e] .stroke{stroke:#4b4e6a}.theme--dark .base-type:not(.inline) .image.option-color-a[data-v-17580b5e] .stroke{stroke:#f2f3fb}.theme--default .base-type:not(.inline) .image.option-color-a.box[data-v-17580b5e]{color:#4b4e6a;border:.5px solid #4b4e6a}.theme--dark .base-type:not(.inline) .image.option-color-a.box[data-v-17580b5e]{color:#f2f3fb;border:.5px solid #f2f3fb}.base-type:not(.inline) .image.option-color-a.box .image[data-v-17580b5e]{background:none}.theme--default .base-type:not(.inline) .image.option-color-b[data-v-17580b5e]{background:#fef6d9;color:#857d55}.theme--dark .base-type:not(.inline) .image.option-color-b[data-v-17580b5e]{background:#857d55;color:#fef6d9}.theme--default .base-type:not(.inline) .image.option-color-b[data-v-17580b5e] .fill{fill:#857d55}.theme--dark .base-type:not(.inline) .image.option-color-b[data-v-17580b5e] .fill{fill:#fef6d9}.theme--default .base-type:not(.inline) .image.option-color-b[data-v-17580b5e] .stroke{stroke:#857d55}.theme--dark .base-type:not(.inline) .image.option-color-b[data-v-17580b5e] .stroke{stroke:#fef6d9}.theme--default .base-type:not(.inline) .image.option-color-b.box[data-v-17580b5e]{color:#857d55;border:.5px solid #857d55}.theme--dark .base-type:not(.inline) .image.option-color-b.box[data-v-17580b5e]{color:#fef6d9;border:.5px solid #fef6d9}.base-type:not(.inline) .image.option-color-b.box .image[data-v-17580b5e]{background:none}.theme--default .base-type:not(.inline) .image.option-color-c[data-v-17580b5e]{background:#def7f6;color:#436766}.theme--dark .base-type:not(.inline) .image.option-color-c[data-v-17580b5e]{background:#436766;color:#def7f6}.theme--default .base-type:not(.inline) .image.option-color-c[data-v-17580b5e] .fill{fill:#436766}.theme--dark .base-type:not(.inline) .image.option-color-c[data-v-17580b5e] .fill{fill:#def7f6}.theme--default .base-type:not(.inline) .image.option-color-c[data-v-17580b5e] .stroke{stroke:#436766}.theme--dark .base-type:not(.inline) .image.option-color-c[data-v-17580b5e] .stroke{stroke:#def7f6}.theme--default .base-type:not(.inline) .image.option-color-c.box[data-v-17580b5e]{color:#436766;border:.5px solid #436766}.theme--dark .base-type:not(.inline) .image.option-color-c.box[data-v-17580b5e]{color:#def7f6;border:.5px solid #def7f6}.base-type:not(.inline) .image.option-color-c.box .image[data-v-17580b5e]{background:none}.theme--default .base-type:not(.inline) .image.option-color-d[data-v-17580b5e]{background:#fbefee;color:#4a3734}.theme--dark .base-type:not(.inline) .image.option-color-d[data-v-17580b5e]{background:#4a3734;color:#fbefee}.theme--default .base-type:not(.inline) .image.option-color-d[data-v-17580b5e] .fill{fill:#4a3734}.theme--dark .base-type:not(.inline) .image.option-color-d[data-v-17580b5e] .fill{fill:#fbefee}.theme--default .base-type:not(.inline) .image.option-color-d[data-v-17580b5e] .stroke{stroke:#4a3734}.theme--dark .base-type:not(.inline) .image.option-color-d[data-v-17580b5e] .stroke{stroke:#fbefee}.theme--default .base-type:not(.inline) .image.option-color-d.box[data-v-17580b5e]{color:#4a3734;border:.5px solid #4a3734}.theme--dark .base-type:not(.inline) .image.option-color-d.box[data-v-17580b5e]{color:#fbefee;border:.5px solid #fbefee}.base-type:not(.inline) .image.option-color-d.box .image[data-v-17580b5e]{background:none}.theme--default .base-type:not(.inline) .image.option-color-e[data-v-17580b5e]{background:#dbf0de;color:#3e5847}.theme--dark .base-type:not(.inline) .image.option-color-e[data-v-17580b5e]{background:#3e5847;color:#dbf0de}.theme--default .base-type:not(.inline) .image.option-color-e[data-v-17580b5e] .fill{fill:#3e5847}.theme--dark .base-type:not(.inline) .image.option-color-e[data-v-17580b5e] .fill{fill:#dbf0de}.theme--default .base-type:not(.inline) .image.option-color-e[data-v-17580b5e] .stroke{stroke:#3e5847}.theme--dark .base-type:not(.inline) .image.option-color-e[data-v-17580b5e] .stroke{stroke:#dbf0de}.theme--default .base-type:not(.inline) .image.option-color-e.box[data-v-17580b5e]{color:#3e5847;border:.5px solid #3e5847}.theme--dark .base-type:not(.inline) .image.option-color-e.box[data-v-17580b5e]{color:#dbf0de;border:.5px solid #dbf0de}.base-type:not(.inline) .image.option-color-e.box .image[data-v-17580b5e]{background:none}.theme--default .base-type:not(.inline) .image.option-color-f[data-v-17580b5e]{background:#f8e4f1;color:#745e6c}.theme--dark .base-type:not(.inline) .image.option-color-f[data-v-17580b5e]{background:#745e6c;color:#f8e4f1}.theme--default .base-type:not(.inline) .image.option-color-f[data-v-17580b5e] .fill{fill:#745e6c}.theme--dark .base-type:not(.inline) .image.option-color-f[data-v-17580b5e] .fill{fill:#f8e4f1}.theme--default .base-type:not(.inline) .image.option-color-f[data-v-17580b5e] .stroke{stroke:#745e6c}.theme--dark .base-type:not(.inline) .image.option-color-f[data-v-17580b5e] .stroke{stroke:#f8e4f1}.theme--default .base-type:not(.inline) .image.option-color-f.box[data-v-17580b5e]{color:#745e6c;border:.5px solid #745e6c}.theme--dark .base-type:not(.inline) .image.option-color-f.box[data-v-17580b5e]{color:#f8e4f1;border:.5px solid #f8e4f1}.base-type:not(.inline) .image.option-color-f.box .image[data-v-17580b5e]{background:none}.theme--default .base-type:not(.inline) .image.option-color-g[data-v-17580b5e]{background:#f2f2f2;color:#3b3a39}.theme--dark .base-type:not(.inline) .image.option-color-g[data-v-17580b5e]{background:#3b3a39;color:#f2f2f2}.theme--default .base-type:not(.inline) .image.option-color-g[data-v-17580b5e] .fill{fill:#3b3a39}.theme--dark .base-type:not(.inline) .image.option-color-g[data-v-17580b5e] .fill{fill:#f2f2f2}.theme--default .base-type:not(.inline) .image.option-color-g[data-v-17580b5e] .stroke{stroke:#3b3a39}.theme--dark .base-type:not(.inline) .image.option-color-g[data-v-17580b5e] .stroke{stroke:#f2f2f2}.theme--default .base-type:not(.inline) .image.option-color-g.box[data-v-17580b5e]{color:#3b3a39;border:.5px solid #3b3a39}.theme--dark .base-type:not(.inline) .image.option-color-g.box[data-v-17580b5e]{color:#f2f2f2;border:.5px solid #f2f2f2}.base-type:not(.inline) .image.option-color-g.box .image[data-v-17580b5e]{background:none}.theme--default .base-type:not(.inline) .image.option-color-h[data-v-17580b5e]{background:#f0e7ff;color:#584773}.theme--dark .base-type:not(.inline) .image.option-color-h[data-v-17580b5e]{background:#584773;color:#f0e7ff}.theme--default .base-type:not(.inline) .image.option-color-h[data-v-17580b5e] .fill{fill:#584773}.theme--dark .base-type:not(.inline) .image.option-color-h[data-v-17580b5e] .fill{fill:#f0e7ff}.theme--default .base-type:not(.inline) .image.option-color-h[data-v-17580b5e] .stroke{stroke:#584773}.theme--dark .base-type:not(.inline) .image.option-color-h[data-v-17580b5e] .stroke{stroke:#f0e7ff}.theme--default .base-type:not(.inline) .image.option-color-h.box[data-v-17580b5e]{color:#584773;border:.5px solid #584773}.theme--dark .base-type:not(.inline) .image.option-color-h.box[data-v-17580b5e]{color:#f0e7ff;border:.5px solid #f0e7ff}.base-type:not(.inline) .image.option-color-h.box .image[data-v-17580b5e]{background:none}.theme--default .base-type:not(.inline) .image.option-color-i[data-v-17580b5e]{background:#ffe8c7;color:#856a41}.theme--dark .base-type:not(.inline) .image.option-color-i[data-v-17580b5e]{background:#856a41;color:#ffe8c7}.theme--default .base-type:not(.inline) .image.option-color-i[data-v-17580b5e] .fill{fill:#856a41}.theme--dark .base-type:not(.inline) .image.option-color-i[data-v-17580b5e] .fill{fill:#ffe8c7}.theme--default .base-type:not(.inline) .image.option-color-i[data-v-17580b5e] .stroke{stroke:#856a41}.theme--dark .base-type:not(.inline) .image.option-color-i[data-v-17580b5e] .stroke{stroke:#ffe8c7}.theme--default .base-type:not(.inline) .image.option-color-i.box[data-v-17580b5e]{color:#856a41;border:.5px solid #856a41}.theme--dark .base-type:not(.inline) .image.option-color-i.box[data-v-17580b5e]{color:#ffe8c7;border:.5px solid #ffe8c7}.base-type:not(.inline) .image.option-color-i.box .image[data-v-17580b5e]{background:none}@keyframes dropdown-enter{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.button-menu>.button-menu-content{display:none}@keyframes dropdown-enter-b48f9159{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.button-menu[data-v-b48f9159]{width:fit-content;max-width:100%}.button-menu .button-wrapper[data-v-b48f9159]{align-items:center;width:100%;height:100%;display:flex}.button-menu-content[data-v-b48f9159]{display:flex;flex-direction:column;min-width:180px;row-gap:2px}.button-menu-content.hasContentPadding[data-v-b48f9159]{padding:4px}.button-menu-content button.base-button.auxiliary.full[data-v-b48f9159]{padding:6px 8px 6px 16px}.button-menu-content button.base-button.auxiliary.full .left[data-v-b48f9159]{column-gap:10px}@keyframes dropdown-enter-80f5e184{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-80f5e184]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-80f5e184]{fill:#79818c}.theme--dark .fill[data-v-80f5e184]{fill:#c9c2c2}.stroke[data-v-80f5e184]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-80f5e184]{stroke:#79818c}.theme--dark .stroke[data-v-80f5e184]{stroke:#c9c2c2}.color[data-v-80f5e184]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-80f5e184]{color:#79818c}.theme--dark .color[data-v-80f5e184]{color:#c9c2c2}.secondaryIcon[data-v-80f5e184]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-80f5e184]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-80f5e184]{fill:#e1dddd;stroke:#181a1b}.base-input .input.lg[data-v-b678ab50],.base-input .input.lg[data-v-b678ab50]::placeholder{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}.base-input .input.lg[data-v-b678ab50]::placeholder{font-weight:500}.base-input .input[data-v-b678ab50],.base-input .textarea[data-v-b678ab50]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}@keyframes dropdown-enter-b678ab50{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.base-input[data-v-b678ab50]{display:flex;flex-direction:row;width:100%;align-items:center;overflow-y:auto}.base-input.hasStyles:not(.slotLeft) .input[data-v-b678ab50],.base-input.hasStyles:not(.slotLeft) .textarea[data-v-b678ab50],.base-input.hasStyles:not(.slotRight) .input[data-v-b678ab50],.base-input.hasStyles:not(.slotRight) .textarea[data-v-b678ab50]{padding:4px 8px;max-height:100%}.base-input.hasStyles[data-v-b678ab50]{border:1px solid transparent;border-radius:7px}.theme--default .base-input.hasStyles[data-v-b678ab50]:hover:not(.isDisabled):not(.isFocused){border-color:#ccc}.theme--dark .base-input.hasStyles[data-v-b678ab50]:hover:not(.isDisabled):not(.isFocused){border-color:#767671}.theme--default .base-input.hasStyles.form[data-v-b678ab50]{border:1px solid #f2f2f2}.theme--dark .base-input.hasStyles.form[data-v-b678ab50]{border:1px solid #2f3031}.theme--default .base-input.hasStyles.isFocused[data-v-b678ab50]{background:#f2f2f2;color:#5e6774;border:1px solid #f2f2f2}.theme--dark .base-input.hasStyles.isFocused[data-v-b678ab50]{background:#2f3031;color:#e1dddd;border:1px solid #2f3031}.theme--default .base-input.hasStyles.isFocused[data-v-b678ab50] svg .fill{fill:#5e6774}.theme--dark .base-input.hasStyles.isFocused[data-v-b678ab50] svg .fill{fill:#e1dddd}.theme--default .base-input.hasStyles.isFocused[data-v-b678ab50] svg .stroke{stroke:#5e6774}.theme--dark .base-input.hasStyles.isFocused[data-v-b678ab50] svg .stroke{stroke:#e1dddd}.base-input.hasStyles.slotLeft .input[data-v-b678ab50],.base-input.hasStyles.slotLeft .textarea[data-v-b678ab50]{max-height:100%;min-height:100%;height:100%;padding:6px 0}.theme--default .base-input.hasStyles.slotLeft .input.isDisabled[data-v-b678ab50],.theme--default .base-input.hasStyles.slotLeft .textarea.isDisabled[data-v-b678ab50]{color:#a9a9a9}.theme--dark .base-input.hasStyles.slotLeft .input.isDisabled[data-v-b678ab50],.theme--dark .base-input.hasStyles.slotLeft .textarea.isDisabled[data-v-b678ab50]{color:#c3baba}.base-input.hasStyles.slotRight .input[data-v-b678ab50],.base-input.hasStyles.slotRight .textarea[data-v-b678ab50]{max-height:100%;min-height:100%;height:100%;padding:6px 0 6px 8px}.theme--default .base-input.hasStyles.slotRight .input.isDisabled[data-v-b678ab50],.theme--default .base-input.hasStyles.slotRight .textarea.isDisabled[data-v-b678ab50]{color:#a9a9a9}.theme--dark .base-input.hasStyles.slotRight .input.isDisabled[data-v-b678ab50],.theme--dark .base-input.hasStyles.slotRight .textarea.isDisabled[data-v-b678ab50]{color:#c3baba}.base-input.hasStyles .slotLeft[data-v-b678ab50]{border:1px solid transparent;border-right:none;padding:4px 6px 4px 7px;height:100%;border-radius:7px 0 0 7px}.base-input.hasStyles .slotRight[data-v-b678ab50]{border:1px solid transparent;border-left:none;padding:4px 4px 4px 6px;height:100%;border-radius:0 7px 7px 0;display:flex;align-items:center}.base-input .input[data-v-b678ab50]{display:flex;flex:1;background-color:transparent;border:none;width:100%}.base-input .input.xl[data-v-b678ab50]{font-size:18px;font-weight:600}.theme--default .base-input .input.xl[data-v-b678ab50]{color:#2a3038}.theme--dark .base-input .input.xl[data-v-b678ab50]{color:#f5f4f1}.base-input .textarea[data-v-b678ab50]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:transparent;padding:0;margin:0;width:100%;cursor:text;border:none;resize:none;word-break:break-word;overflow-x:hidden;overflow-y:auto;display:block;min-height:max-content}.base-input .textarea.isDisabled[data-v-b678ab50]{flex:1}.theme--default .base-input .input[data-v-b678ab50],.theme--default .base-input .textarea[data-v-b678ab50]{caret-color:#f96359;color:#5e6774}.theme--dark .base-input .input[data-v-b678ab50],.theme--dark .base-input .textarea[data-v-b678ab50]{caret-color:#f96359;color:#e1dddd}.theme--default .base-input .input[data-v-b678ab50]::placeholder,.theme--default .base-input .textarea[data-v-b678ab50]::placeholder{color:#94949c}.theme--dark .base-input .input[data-v-b678ab50]::placeholder,.theme--dark .base-input .textarea[data-v-b678ab50]::placeholder{color:#a9a9a9}.theme--default .base-input .input.isEdited[data-v-b678ab50],.theme--default .base-input .textarea.isEdited[data-v-b678ab50],.theme--dark .base-input .input.isEdited[data-v-b678ab50],.theme--dark .base-input .textarea.isEdited[data-v-b678ab50]{color:#7d87e5}.base-select-option.l span[data-v-60163ff3]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}.base-select-option span[data-v-60163ff3]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}.base-select-option span[data-v-60163ff3]{font-weight:500}@keyframes dropdown-enter-60163ff3{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.base-select-option-wrapper[data-v-60163ff3]{display:flex;align-items:center;gap:8px;width:fit-content}.base-select-option-wrapper.full-width[data-v-60163ff3]{justify-content:space-between;width:100%;gap:0}.base-select-option-wrapper .selected-indicator[data-v-60163ff3]{font-weight:700;font-size:12px;min-width:16px;text-align:center}.theme--default .base-select-option-wrapper .selected-indicator[data-v-60163ff3]{color:#2a3038}.theme--dark .base-select-option-wrapper .selected-indicator[data-v-60163ff3]{color:#f5f4f1}.base-select-option[data-v-60163ff3]{display:flex;flex-direction:row;align-items:center;column-gap:6px;padding:3px 8px;border-radius:7px;box-sizing:border-box;max-width:100%;width:fit-content;height:fit-content}.theme--default .base-select-option[data-v-60163ff3]{color:#5e6774}.theme--dark .base-select-option[data-v-60163ff3]{color:#e1dddd}.base-select-option.l[data-v-60163ff3]{padding:2px 8px;border-radius:5px;column-gap:8px}.base-select-option.l .square[data-v-60163ff3]{height:8px;width:8px}.base-select-option .square[data-v-60163ff3]{height:6px;width:6px;border-radius:1px}.base-select-option .square.option-color-a[data-v-60163ff3]{background:#7d87e5}.base-select-option .square.option-color-b[data-v-60163ff3]{background:#f0d268}.base-select-option .square.option-color-c[data-v-60163ff3]{background:#69e2df}.base-select-option .square.option-color-d[data-v-60163ff3]{background:#f96359}.base-select-option .square.option-color-e[data-v-60163ff3]{background:#7acd96}.base-select-option .square.option-color-f[data-v-60163ff3]{background:#ec6bc0}.base-select-option .square.option-color-g[data-v-60163ff3]{background:#b2b2b2}.base-select-option .square.option-color-h[data-v-60163ff3]{background:#b081ff}.base-select-option .square.option-color-i[data-v-60163ff3]{background:#ebab4b}.base-select-option span[data-v-60163ff3]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.base-select-option .close-icon[data-v-60163ff3]{height:10px;width:0;opacity:0;overflow:hidden;transition:all .2s ease}.base-select-option:hover .close-icon[data-v-60163ff3]{width:10px;opacity:1}.theme--default .base-select-option.option-color-a[data-v-60163ff3]{background:#f2f3fb;color:#4b4e6a}.theme--dark .base-select-option.option-color-a[data-v-60163ff3]{background:#4b4e6a;color:#f2f3fb}.theme--default .base-select-option.option-color-a[data-v-60163ff3] .fill{fill:#4b4e6a}.theme--dark .base-select-option.option-color-a[data-v-60163ff3] .fill{fill:#f2f3fb}.theme--default .base-select-option.option-color-a[data-v-60163ff3] .stroke{stroke:#4b4e6a}.theme--dark .base-select-option.option-color-a[data-v-60163ff3] .stroke{stroke:#f2f3fb}.theme--default .base-select-option.option-color-a.box[data-v-60163ff3]{color:#4b4e6a;border:.5px solid #4b4e6a}.theme--dark .base-select-option.option-color-a.box[data-v-60163ff3]{color:#f2f3fb;border:.5px solid #f2f3fb}.base-select-option.option-color-a.box .image[data-v-60163ff3]{background:none}.theme--default .base-select-option.option-color-b[data-v-60163ff3]{background:#fef6d9;color:#857d55}.theme--dark .base-select-option.option-color-b[data-v-60163ff3]{background:#857d55;color:#fef6d9}.theme--default .base-select-option.option-color-b[data-v-60163ff3] .fill{fill:#857d55}.theme--dark .base-select-option.option-color-b[data-v-60163ff3] .fill{fill:#fef6d9}.theme--default .base-select-option.option-color-b[data-v-60163ff3] .stroke{stroke:#857d55}.theme--dark .base-select-option.option-color-b[data-v-60163ff3] .stroke{stroke:#fef6d9}.theme--default .base-select-option.option-color-b.box[data-v-60163ff3]{color:#857d55;border:.5px solid #857d55}.theme--dark .base-select-option.option-color-b.box[data-v-60163ff3]{color:#fef6d9;border:.5px solid #fef6d9}.base-select-option.option-color-b.box .image[data-v-60163ff3]{background:none}.theme--default .base-select-option.option-color-c[data-v-60163ff3]{background:#def7f6;color:#436766}.theme--dark .base-select-option.option-color-c[data-v-60163ff3]{background:#436766;color:#def7f6}.theme--default .base-select-option.option-color-c[data-v-60163ff3] .fill{fill:#436766}.theme--dark .base-select-option.option-color-c[data-v-60163ff3] .fill{fill:#def7f6}.theme--default .base-select-option.option-color-c[data-v-60163ff3] .stroke{stroke:#436766}.theme--dark .base-select-option.option-color-c[data-v-60163ff3] .stroke{stroke:#def7f6}.theme--default .base-select-option.option-color-c.box[data-v-60163ff3]{color:#436766;border:.5px solid #436766}.theme--dark .base-select-option.option-color-c.box[data-v-60163ff3]{color:#def7f6;border:.5px solid #def7f6}.base-select-option.option-color-c.box .image[data-v-60163ff3]{background:none}.theme--default .base-select-option.option-color-d[data-v-60163ff3]{background:#fbefee;color:#4a3734}.theme--dark .base-select-option.option-color-d[data-v-60163ff3]{background:#4a3734;color:#fbefee}.theme--default .base-select-option.option-color-d[data-v-60163ff3] .fill{fill:#4a3734}.theme--dark .base-select-option.option-color-d[data-v-60163ff3] .fill{fill:#fbefee}.theme--default .base-select-option.option-color-d[data-v-60163ff3] .stroke{stroke:#4a3734}.theme--dark .base-select-option.option-color-d[data-v-60163ff3] .stroke{stroke:#fbefee}.theme--default .base-select-option.option-color-d.box[data-v-60163ff3]{color:#4a3734;border:.5px solid #4a3734}.theme--dark .base-select-option.option-color-d.box[data-v-60163ff3]{color:#fbefee;border:.5px solid #fbefee}.base-select-option.option-color-d.box .image[data-v-60163ff3]{background:none}.theme--default .base-select-option.option-color-e[data-v-60163ff3]{background:#dbf0de;color:#3e5847}.theme--dark .base-select-option.option-color-e[data-v-60163ff3]{background:#3e5847;color:#dbf0de}.theme--default .base-select-option.option-color-e[data-v-60163ff3] .fill{fill:#3e5847}.theme--dark .base-select-option.option-color-e[data-v-60163ff3] .fill{fill:#dbf0de}.theme--default .base-select-option.option-color-e[data-v-60163ff3] .stroke{stroke:#3e5847}.theme--dark .base-select-option.option-color-e[data-v-60163ff3] .stroke{stroke:#dbf0de}.theme--default .base-select-option.option-color-e.box[data-v-60163ff3]{color:#3e5847;border:.5px solid #3e5847}.theme--dark .base-select-option.option-color-e.box[data-v-60163ff3]{color:#dbf0de;border:.5px solid #dbf0de}.base-select-option.option-color-e.box .image[data-v-60163ff3]{background:none}.theme--default .base-select-option.option-color-f[data-v-60163ff3]{background:#f8e4f1;color:#745e6c}.theme--dark .base-select-option.option-color-f[data-v-60163ff3]{background:#745e6c;color:#f8e4f1}.theme--default .base-select-option.option-color-f[data-v-60163ff3] .fill{fill:#745e6c}.theme--dark .base-select-option.option-color-f[data-v-60163ff3] .fill{fill:#f8e4f1}.theme--default .base-select-option.option-color-f[data-v-60163ff3] .stroke{stroke:#745e6c}.theme--dark .base-select-option.option-color-f[data-v-60163ff3] .stroke{stroke:#f8e4f1}.theme--default .base-select-option.option-color-f.box[data-v-60163ff3]{color:#745e6c;border:.5px solid #745e6c}.theme--dark .base-select-option.option-color-f.box[data-v-60163ff3]{color:#f8e4f1;border:.5px solid #f8e4f1}.base-select-option.option-color-f.box .image[data-v-60163ff3]{background:none}.theme--default .base-select-option.option-color-g[data-v-60163ff3]{background:#f2f2f2;color:#3b3a39}.theme--dark .base-select-option.option-color-g[data-v-60163ff3]{background:#3b3a39;color:#f2f2f2}.theme--default .base-select-option.option-color-g[data-v-60163ff3] .fill{fill:#3b3a39}.theme--dark .base-select-option.option-color-g[data-v-60163ff3] .fill{fill:#f2f2f2}.theme--default .base-select-option.option-color-g[data-v-60163ff3] .stroke{stroke:#3b3a39}.theme--dark .base-select-option.option-color-g[data-v-60163ff3] .stroke{stroke:#f2f2f2}.theme--default .base-select-option.option-color-g.box[data-v-60163ff3]{color:#3b3a39;border:.5px solid #3b3a39}.theme--dark .base-select-option.option-color-g.box[data-v-60163ff3]{color:#f2f2f2;border:.5px solid #f2f2f2}.base-select-option.option-color-g.box .image[data-v-60163ff3]{background:none}.theme--default .base-select-option.option-color-h[data-v-60163ff3]{background:#f0e7ff;color:#584773}.theme--dark .base-select-option.option-color-h[data-v-60163ff3]{background:#584773;color:#f0e7ff}.theme--default .base-select-option.option-color-h[data-v-60163ff3] .fill{fill:#584773}.theme--dark .base-select-option.option-color-h[data-v-60163ff3] .fill{fill:#f0e7ff}.theme--default .base-select-option.option-color-h[data-v-60163ff3] .stroke{stroke:#584773}.theme--dark .base-select-option.option-color-h[data-v-60163ff3] .stroke{stroke:#f0e7ff}.theme--default .base-select-option.option-color-h.box[data-v-60163ff3]{color:#584773;border:.5px solid #584773}.theme--dark .base-select-option.option-color-h.box[data-v-60163ff3]{color:#f0e7ff;border:.5px solid #f0e7ff}.base-select-option.option-color-h.box .image[data-v-60163ff3]{background:none}.theme--default .base-select-option.option-color-i[data-v-60163ff3]{background:#ffe8c7;color:#856a41}.theme--dark .base-select-option.option-color-i[data-v-60163ff3]{background:#856a41;color:#ffe8c7}.theme--default .base-select-option.option-color-i[data-v-60163ff3] .fill{fill:#856a41}.theme--dark .base-select-option.option-color-i[data-v-60163ff3] .fill{fill:#ffe8c7}.theme--default .base-select-option.option-color-i[data-v-60163ff3] .stroke{stroke:#856a41}.theme--dark .base-select-option.option-color-i[data-v-60163ff3] .stroke{stroke:#ffe8c7}.theme--default .base-select-option.option-color-i.box[data-v-60163ff3]{color:#856a41;border:.5px solid #856a41}.theme--dark .base-select-option.option-color-i.box[data-v-60163ff3]{color:#ffe8c7;border:.5px solid #ffe8c7}.base-select-option.option-color-i.box .image[data-v-60163ff3]{background:none}@keyframes dropdown-enter-313ebd5e{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-313ebd5e]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-313ebd5e]{fill:#79818c}.theme--dark .fill[data-v-313ebd5e]{fill:#c9c2c2}.stroke[data-v-313ebd5e]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-313ebd5e]{stroke:#79818c}.theme--dark .stroke[data-v-313ebd5e]{stroke:#c9c2c2}.color[data-v-313ebd5e]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-313ebd5e]{color:#79818c}.theme--dark .color[data-v-313ebd5e]{color:#c9c2c2}.secondaryIcon[data-v-313ebd5e]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-313ebd5e]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-313ebd5e]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-203abd9f{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-203abd9f]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-203abd9f]{fill:#79818c}.theme--dark .fill[data-v-203abd9f]{fill:#c9c2c2}.stroke[data-v-203abd9f]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-203abd9f]{stroke:#79818c}.theme--dark .stroke[data-v-203abd9f]{stroke:#c9c2c2}.color[data-v-203abd9f]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-203abd9f]{color:#79818c}.theme--dark .color[data-v-203abd9f]{color:#c9c2c2}.secondaryIcon[data-v-203abd9f]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-203abd9f]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-203abd9f]{fill:#e1dddd;stroke:#181a1b}.graph-boolean[data-v-93bd784f]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}.graph-boolean.board[data-v-93bd784f] .property-display .property .name{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:17px}.graph-boolean.board[data-v-93bd784f] .property-display .property .name{font-weight:500}@keyframes dropdown-enter-93bd784f{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-boolean span[data-v-93bd784f]{white-space:nowrap}.graph-boolean.board[data-v-93bd784f]{padding:0 2px}.graph-boolean.board[data-v-93bd784f] .property-display{flex-direction:row-reverse;column-gap:4px}.graph-boolean.board[data-v-93bd784f] .property-display .property{flex:1;width:auto}.graph-boolean.board[data-v-93bd784f] .property-display .property-value{width:auto}.graph-boolean.board[data-v-93bd784f] .property-display .property{height:auto}.theme--default .graph-boolean.board[data-v-93bd784f] .property-display .property .name{color:#5e6774}.theme--dark .graph-boolean.board[data-v-93bd784f] .property-display .property .name{color:#e1dddd}.graph-int .display[data-v-29094840]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}.graph-int.board .display span[data-v-29094840]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:17px}@keyframes dropdown-enter-29094840{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-int.editable[data-v-29094840] .property-value:hover{cursor:text}.theme--default .graph-int .display[data-v-29094840]{color:#47505d}.theme--dark .graph-int .display[data-v-29094840]{color:#e1dddd}.graph-int .display .base-input[data-v-29094840]{height:100%}.graph-int .display .base-input[data-v-29094840] .input{height:100%;padding:0}.graph-int .display .base-input[data-v-29094840] input::-webkit-outer-spin-button,.graph-int .display .base-input[data-v-29094840] input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.graph-int .display .base-input[data-v-29094840] input[type=number]{-moz-appearance:textfield}.graph-int .display span[data-v-29094840]{white-space:nowrap}.graph-int.board[data-v-29094840]{padding:0 2px}.theme--default .graph-int.board .display span[data-v-29094840]{color:#79818c}.theme--dark .graph-int.board .display span[data-v-29094840]{color:#c9c2c2}@keyframes dropdown-enter-62af2622{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-list[data-v-62af2622]{display:flex;flex-direction:row}.graph-list .items[data-v-62af2622]{display:flex;flex-direction:column}@keyframes dropdown-enter-112fe0b6{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.base-grouped-by[data-v-112fe0b6]{padding:12px 0 2px}.table-header.table.cell span[data-v-a15f43bd],.button-menu[data-v-a15f43bd]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}.table-header.table.cell span[data-v-a15f43bd],.button-menu[data-v-a15f43bd]{font-weight:500}@keyframes dropdown-enter-a15f43bd{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.button-menu[data-v-a15f43bd]{width:100%;height:100%}.theme--default .button-menu span.empty[data-v-a15f43bd]{color:#94949c}.theme--dark .button-menu span.empty[data-v-a15f43bd]{color:#a9a9a9}.theme--default .item.isActive .choice[data-v-a15f43bd]{background:#f4f4f4}.theme--dark .item.isActive .choice[data-v-a15f43bd]{background:#212325}.choice[data-v-a15f43bd]{padding:4px;border-radius:7px}.theme--default .choice.isActive[data-v-a15f43bd],.theme--default .choice[data-v-a15f43bd]:hover{background:#f4f4f4}.theme--dark .choice.isActive[data-v-a15f43bd],.theme--dark .choice[data-v-a15f43bd]:hover{background:#212325}.table.cell[data-v-a15f43bd]{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;height:50px;border-width:1px;border-right-style:solid;border-bottom-style:solid;flex-shrink:0}.table.cell[data-v-a15f43bd]:last-child{flex:1;min-width:260px;width:100%;border-right-style:none}.theme--default .table.cell[data-v-a15f43bd]{border-color:#e5e5e5}.theme--dark .table.cell[data-v-a15f43bd]{border-color:#393a3b}.table-header.table.cell[data-v-a15f43bd]{height:36px;display:flex;flex-direction:row;align-items:center;column-gap:8px;position:relative;min-width:100px;box-sizing:border-box}.table-header.table.cell svg[data-v-a15f43bd]{height:12px;width:12px}.table-header.table.cell span[data-v-a15f43bd]{text-transform:capitalize}.table-header.table.cell .handle[data-v-a15f43bd]{position:absolute;top:0;bottom:0;right:-6px;width:10px;z-index:3;cursor:col-resize}@keyframes dropdown-enter-4200b1f1{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-4200b1f1]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-4200b1f1]{fill:#79818c}.theme--dark .fill[data-v-4200b1f1]{fill:#c9c2c2}.stroke[data-v-4200b1f1]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-4200b1f1]{stroke:#79818c}.theme--dark .stroke[data-v-4200b1f1]{stroke:#c9c2c2}.color[data-v-4200b1f1]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-4200b1f1]{color:#79818c}.theme--dark .color[data-v-4200b1f1]{color:#c9c2c2}.secondaryIcon[data-v-4200b1f1]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-4200b1f1]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-4200b1f1]{fill:#e1dddd;stroke:#181a1b}@keyframes dropdown-enter-7c6b0261{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.stroke[data-v-7c6b0261]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-7c6b0261]{stroke:#94949c}.theme--dark .stroke[data-v-7c6b0261]{stroke:#a9a9a9}.graph-map .map .grouped-by span[data-v-1919a93b],.button-menu[data-v-1919a93b]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}.graph-map .map .grouped-by span[data-v-1919a93b],.button-menu[data-v-1919a93b]{font-weight:500}@keyframes dropdown-enter-1919a93b{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.button-menu[data-v-1919a93b]{width:100%;height:100%}.theme--default .button-menu span.empty[data-v-1919a93b]{color:#94949c}.theme--dark .button-menu span.empty[data-v-1919a93b]{color:#a9a9a9}.theme--default .item.isActive .choice[data-v-1919a93b]{background:#f4f4f4}.theme--dark .item.isActive .choice[data-v-1919a93b]{background:#212325}.choice[data-v-1919a93b]{padding:4px;border-radius:7px}.theme--default .choice.isActive[data-v-1919a93b],.theme--default .choice[data-v-1919a93b]:hover{background:#f4f4f4}.theme--dark .choice.isActive[data-v-1919a93b],.theme--dark .choice[data-v-1919a93b]:hover{background:#212325}.table.cell[data-v-1919a93b]{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;height:50px;border-width:1px;border-right-style:solid;border-bottom-style:solid;flex-shrink:0}.table.cell[data-v-1919a93b]:last-child{flex:1;min-width:260px;width:100%;border-right-style:none}.theme--default .table.cell[data-v-1919a93b]{border-color:#e5e5e5}.theme--dark .table.cell[data-v-1919a93b]{border-color:#393a3b}.graph-map[data-v-1919a93b]{display:flex;flex-direction:row;width:100%;height:100%}.graph-map .map[data-v-1919a93b]{display:flex;flex-direction:column;width:100%;overflow-x:auto;padding:4px 0;-ms-overflow-style:none;scrollbar-width:none}.graph-map .map[data-v-1919a93b]::-webkit-scrollbar{display:none}.graph-map .map .grouped-by[data-v-1919a93b]{display:flex;flex-direction:row;align-items:center;column-gap:6px;margin:12px 6px 4px;width:fit-content}.graph-map .map .grouped-by button.base-button.auxiliary.icon-only[data-v-1919a93b]{padding:6px}.graph-map .map .grouped-by button.base-button.auxiliary.icon-only[data-v-1919a93b] .icon,.graph-map .map .grouped-by button.base-button.auxiliary.icon-only[data-v-1919a93b] .icon svg{height:10px;width:10px}.theme--default .graph-map .map .grouped-by span[data-v-1919a93b]{color:#94949c}.theme--dark .graph-map .map .grouped-by span[data-v-1919a93b]{color:#a9a9a9}.graph-map .map.board[data-v-1919a93b]{height:100%}.graph-map .map.board .board-columns[data-v-1919a93b]{display:flex;column-gap:12px}.graph-map .map.board .board-columns .board-column[data-v-1919a93b]{display:flex;flex-direction:column;row-gap:2px;min-width:180px;max-width:280px}.graph-map .map.board .board-items[data-v-1919a93b]{display:flex;flex-direction:column;width:100%;height:100%}.graph-map .map.board .board-items .drag-handle.sortable-chosen.sortable-ghost[data-v-1919a93b]{height:2px;border-radius:10px;margin:-1px 0}.theme--default .graph-map .map.board .board-items .drag-handle.sortable-chosen.sortable-ghost[data-v-1919a93b]{background:#ee8c85}.theme--dark .graph-map .map.board .board-items .drag-handle.sortable-chosen.sortable-ghost[data-v-1919a93b]{background:#4a3734}.graph-map .map.board .board-items .drag-handle.sortable-chosen.sortable-ghost div[data-v-1919a93b]{display:none}.graph-map .map.board .board-items>div:first-child.drag-handle.sortable-chosen.sortable-ghost[data-v-1919a93b]{margin:0 0 -2px}.graph-map .map.board .board-items>div[data-v-1919a93b]:not(.drag-handle.sortable-chosen.sortable-ghost){margin:6px 0}.graph-map .map.board .board-items>div[data-v-1919a93b]:not(.drag-handle.sortable-chosen.sortable-ghost):last-child{margin-bottom:0}.graph-map .map.table .table.headers[data-v-1919a93b]{display:flex;flex-direction:row;align-items:center}.graph-map .map.table .table.headers .table.cell[data-v-1919a93b]{box-sizing:border-box;padding:0 12px}.graph-map .map.table .table.headers .type-icon-space[data-v-1919a93b]{box-sizing:border-box;flex-shrink:0;width:32px;height:36px}.theme--default .graph-map .map.table .table.headers .type-icon-space[data-v-1919a93b]{border-bottom:1px solid #e5e5e5}.theme--dark .graph-map .map.table .table.headers .type-icon-space[data-v-1919a93b]{border-bottom:1px solid #393a3b}.graph-map .map.table[data-v-1919a93b],.graph-map .map.inline[data-v-1919a93b]{padding-left:40px;margin-left:-40px}.graph-map .map .items[data-v-1919a93b]{display:flex;flex-direction:column}.graph-map .map .grouped[data-v-1919a93b]{margin-left:22px}.theme--default .graph-map .map:not(.table) .items[data-v-1919a93b]:not(.last):not(.groupedDisplay){border-bottom:none}.theme--dark .graph-map .map:not(.table) .items[data-v-1919a93b]:not(.last):not(.groupedDisplay){border-bottom:none}.graph-map .map .load-more[data-v-1919a93b]{margin:8px 2px}.graph-null[data-v-49320495]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}@keyframes dropdown-enter-49320495{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-null span[data-v-49320495]{white-space:nowrap}@keyframes dropdown-enter-355dfdd6{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-avatar[data-v-355dfdd6]{display:flex;flex-direction:row;align-items:center}.graph-avatar img.avatar[data-v-355dfdd6]{height:20px;width:20px;border-radius:100px}.rtag[data-v-b9f2771e]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:17px}@keyframes dropdown-enter-b9f2771e{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.rtag[data-v-b9f2771e]{border-radius:3px}.rtag.hasPadding[data-v-b9f2771e]{padding:4px}.rtag.no-text[data-v-b9f2771e]{width:fit-content}.theme--default .rtag.no-text.clickable[data-v-b9f2771e]:hover{background-color:#f4f4f4}.theme--dark .rtag.no-text.clickable[data-v-b9f2771e]:hover{background-color:#212325}.rtag.no-text.clickable:hover .box.calendar-a--light[data-v-b9f2771e]{background-color:#656fc6}.rtag.no-text.clickable:hover .box.calendar-b--light[data-v-b9f2771e]{background-color:#9c8e46}.rtag.no-text.clickable:hover .box.calendar-c--light[data-v-b9f2771e]{background-color:#3d9593}.rtag.no-text.clickable:hover .box.calendar-d--light[data-v-b9f2771e]{background-color:#c73c10}.rtag.no-text.clickable:hover .box.calendar-e--light[data-v-b9f2771e]{background-color:#50886e}.rtag.no-text.clickable:hover .box.calendar-f--light[data-v-b9f2771e]{background-color:#9e5084}.rtag.no-text.clickable:hover .box.calendar-g--light[data-v-b9f2771e]{background-color:#666}.rtag.no-text.clickable:hover .box.calendar-h--light[data-v-b9f2771e]{background-color:#7c51c2}.rtag.no-text.clickable:hover .box.calendar-i--light[data-v-b9f2771e]{background-color:#b47d2c}.rtag.no-text.clickable:hover .box.calendar-a--dark[data-v-b9f2771e]{background-color:#f2f3fb}.rtag.no-text.clickable:hover .box.calendar-b--dark[data-v-b9f2771e]{background-color:#fef6d9}.rtag.no-text.clickable:hover .box.calendar-c--dark[data-v-b9f2771e]{background-color:#def7f6}.rtag.no-text.clickable:hover .box.calendar-d--dark[data-v-b9f2771e]{background-color:#fbefee}.rtag.no-text.clickable:hover .box.calendar-e--dark[data-v-b9f2771e]{background-color:#dbf0de}.rtag.no-text.clickable:hover .box.calendar-f--dark[data-v-b9f2771e]{background-color:#f8e4f1}.rtag.no-text.clickable:hover .box.calendar-g--dark[data-v-b9f2771e]{background-color:#f2f2f2}.rtag.no-text.clickable:hover .box.calendar-h--dark[data-v-b9f2771e]{background-color:#f0e7ff}.rtag.no-text.clickable:hover .box.calendar-i--dark[data-v-b9f2771e]{background-color:#ffe8c7}.rtag.no-text .box.calendar-a--light[data-v-b9f2771e]{background-color:#7d87e5}.rtag.no-text .box.calendar-b--light[data-v-b9f2771e]{background-color:#f0d268}.rtag.no-text .box.calendar-c--light[data-v-b9f2771e]{background-color:#69e2df}.rtag.no-text .box.calendar-d--light[data-v-b9f2771e]{background-color:#f96359}.rtag.no-text .box.calendar-e--light[data-v-b9f2771e]{background-color:#7acd96}.rtag.no-text .box.calendar-f--light[data-v-b9f2771e]{background-color:#ec6bc0}.rtag.no-text .box.calendar-g--light[data-v-b9f2771e]{background-color:#b2b2b2}.rtag.no-text .box.calendar-h--light[data-v-b9f2771e]{background-color:#b081ff}.rtag.no-text .box.calendar-i--light[data-v-b9f2771e]{background-color:#ebab4b}.rtag.no-text .box.calendar-a--dark[data-v-b9f2771e]{background-color:#7d87e5}.rtag.no-text .box.calendar-b--dark[data-v-b9f2771e]{background-color:#f0d268}.rtag.no-text .box.calendar-c--dark[data-v-b9f2771e]{background-color:#69e2df}.rtag.no-text .box.calendar-d--dark[data-v-b9f2771e]{background-color:#f96359}.rtag.no-text .box.calendar-e--dark[data-v-b9f2771e]{background-color:#7acd96}.rtag.no-text .box.calendar-f--dark[data-v-b9f2771e]{background-color:#ec6bc0}.rtag.no-text .box.calendar-g--dark[data-v-b9f2771e]{background-color:#b2b2b2}.rtag.no-text .box.calendar-h--dark[data-v-b9f2771e]{background-color:#b081ff}.rtag.no-text .box.calendar-i--dark[data-v-b9f2771e]{background-color:#ebab4b}.rtag.compact .box[data-v-b9f2771e]{border-radius:2px;min-width:8px;min-height:8px}.rtag:not(.no-text) .box[data-v-b9f2771e]{padding:2px 6px}.rtag .box[data-v-b9f2771e]{border-radius:3px;align-items:center;display:flex;cursor:default;min-width:12px;min-height:12px}.rtag .box.calendar-a--light[data-v-b9f2771e]{background-color:#f2f3fb;color:#656fc6}.rtag .box.calendar-a--light[data-v-b9f2771e] .fill{fill:#656fc6}.rtag .box.calendar-a--light[data-v-b9f2771e] .stroke{stroke:#656fc6}.rtag .box.calendar-b--light[data-v-b9f2771e]{background-color:#fef6d9;color:#9c8e46}.rtag .box.calendar-b--light[data-v-b9f2771e] .fill{fill:#9c8e46}.rtag .box.calendar-b--light[data-v-b9f2771e] .stroke{stroke:#9c8e46}.rtag .box.calendar-c--light[data-v-b9f2771e]{background-color:#def7f6;color:#3d9593}.rtag .box.calendar-c--light[data-v-b9f2771e] .fill{fill:#3d9593}.rtag .box.calendar-c--light[data-v-b9f2771e] .stroke{stroke:#3d9593}.rtag .box.calendar-d--light[data-v-b9f2771e]{background-color:#fbefee;color:#c73c10}.rtag .box.calendar-d--light[data-v-b9f2771e] .fill{fill:#c73c10}.rtag .box.calendar-d--light[data-v-b9f2771e] .stroke{stroke:#c73c10}.rtag .box.calendar-e--light[data-v-b9f2771e]{background-color:#dbf0de;color:#50886e}.rtag .box.calendar-e--light[data-v-b9f2771e] .fill{fill:#50886e}.rtag .box.calendar-e--light[data-v-b9f2771e] .stroke{stroke:#50886e}.rtag .box.calendar-f--light[data-v-b9f2771e]{background-color:#f8e4f1;color:#9e5084}.rtag .box.calendar-f--light[data-v-b9f2771e] .fill{fill:#9e5084}.rtag .box.calendar-f--light[data-v-b9f2771e] .stroke{stroke:#9e5084}.rtag .box.calendar-g--light[data-v-b9f2771e]{background-color:#f2f2f2;color:#666}.rtag .box.calendar-g--light[data-v-b9f2771e] .fill{fill:#666}.rtag .box.calendar-g--light[data-v-b9f2771e] .stroke{stroke:#666}.rtag .box.calendar-h--light[data-v-b9f2771e]{background-color:#f0e7ff;color:#7c51c2}.rtag .box.calendar-h--light[data-v-b9f2771e] .fill{fill:#7c51c2}.rtag .box.calendar-h--light[data-v-b9f2771e] .stroke{stroke:#7c51c2}.rtag .box.calendar-i--light[data-v-b9f2771e]{background-color:#ffe8c7;color:#b47d2c}.rtag .box.calendar-i--light[data-v-b9f2771e] .fill{fill:#b47d2c}.rtag .box.calendar-i--light[data-v-b9f2771e] .stroke{stroke:#b47d2c}.rtag .box.calendar-a--dark[data-v-b9f2771e]{background-color:#4b4e6a}.rtag .box.calendar-b--dark[data-v-b9f2771e]{background-color:#857d55}.rtag .box.calendar-c--dark[data-v-b9f2771e]{background-color:#436766}.rtag .box.calendar-d--dark[data-v-b9f2771e]{background-color:#4a3734}.rtag .box.calendar-e--dark[data-v-b9f2771e]{background-color:#3e5847}.rtag .box.calendar-f--dark[data-v-b9f2771e]{background-color:#745e6c}.rtag .box.calendar-g--dark[data-v-b9f2771e]{background-color:#3b3a39}.rtag .box.calendar-h--dark[data-v-b9f2771e]{background-color:#584773}.rtag .box.calendar-i--dark[data-v-b9f2771e]{background-color:#856a41}@keyframes dropdown-enter-3b7d970d{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes dropdown-enter-d8b4977d{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-email .email[data-v-dbf67daa]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}@keyframes dropdown-enter-dbf67daa{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-email[data-v-dbf67daa]{display:flex;flex-direction:row;align-items:center}.theme--default .graph-email .email[data-v-dbf67daa]{color:#79818c}.theme--dark .graph-email .email[data-v-dbf67daa]{color:#c9c2c2}@keyframes dropdown-enter-aa905104{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-aa905104]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-aa905104]{fill:#79818c}.theme--dark .fill[data-v-aa905104]{fill:#c9c2c2}.stroke[data-v-aa905104]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-aa905104]{stroke:#79818c}.theme--dark .stroke[data-v-aa905104]{stroke:#c9c2c2}.color[data-v-aa905104]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-aa905104]{color:#79818c}.theme--dark .color[data-v-aa905104]{color:#c9c2c2}.secondaryIcon[data-v-aa905104]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-aa905104]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-aa905104]{fill:#e1dddd;stroke:#181a1b}.templates p.empty[data-v-db0b4369]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}.templates p.empty span[data-v-db0b4369],.templates .wrapper .list a[data-v-db0b4369]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}@keyframes dropdown-enter-db0b4369{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.templates p.empty[data-v-db0b4369]{margin-top:0;margin-bottom:12px}.theme--default .templates p.empty[data-v-db0b4369]{color:#94949c}.theme--dark .templates p.empty[data-v-db0b4369]{color:#a9a9a9}.templates p.empty .lock[data-v-db0b4369]{margin:0 7px -2px 2px}.templates p.empty span[data-v-db0b4369]{padding:3px 6px;border-radius:2px}.theme--default .templates p.empty span[data-v-db0b4369]{border:1px solid #e5e5e5}.theme--dark .templates p.empty span[data-v-db0b4369]{border:1px solid #393a3b}.templates .wrapper[data-v-db0b4369]{display:flex;margin-top:4px}.templates .wrapper .list>div[data-v-db0b4369]{margin-right:48px;display:flex;flex-direction:column;align-items:flex-start;margin-top:0;margin-bottom:8px}.templates .wrapper .list a[data-v-db0b4369]{display:inline-block;padding:4px 10px;border-radius:7px;margin-right:8px;margin-bottom:6px;transition:background ease-out .1s;border:1px solid transparent;text-decoration:none}.theme--default .templates .wrapper .list a[data-v-db0b4369]{color:#2a3038}.theme--dark .templates .wrapper .list a[data-v-db0b4369]{color:#f5f4f1}.theme--default .templates .wrapper .list a.selected[data-v-db0b4369],.theme--default .templates .wrapper .list a[data-v-db0b4369]:hover{background-color:#f4f4f4}.theme--dark .templates .wrapper .list a.selected[data-v-db0b4369],.theme--dark .templates .wrapper .list a[data-v-db0b4369]:hover{background-color:#212325}.theme--default .templates .wrapper .list a.selected[data-v-db0b4369]{outline:2px solid #e5e5e5}.theme--dark .templates .wrapper .list a.selected[data-v-db0b4369]{outline:2px solid #393a3b}@keyframes dropdown-enter-dc960865{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-notes[data-v-dc960865]{display:flex;flex-direction:row;align-items:center;padding:0}.graph-notes.editor-mode[data-v-dc960865]:not(.board):not(.inline):not(.table){padding-bottom:16px}.graph-notes .notes-preview[data-v-dc960865]{display:flex;align-items:center;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:19px;font-weight:400}.theme--default .graph-notes .notes-preview[data-v-dc960865]{color:#5e6774}.theme--dark .graph-notes .notes-preview[data-v-dc960865]{color:#e1dddd}.theme--default .graph-notes .notes-preview.empty[data-v-dc960865]{color:#94949c}.theme--dark .graph-notes .notes-preview.empty[data-v-dc960865]{color:#a9a9a9}.graph-notes .editor-container[data-v-dc960865]{position:relative;width:100%;min-height:50px;box-sizing:border-box;padding:0 16px;margin-left:-26px}@keyframes dropdown-enter-248d16fa{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.avatar[data-v-248d16fa]{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative}.avatar .photo[data-v-248d16fa],.avatar .initials[data-v-248d16fa],.avatar .mail[data-v-248d16fa]{display:flex;align-items:center;justify-content:center}.avatar .photo img[data-v-248d16fa],.avatar .photo span[data-v-248d16fa],.avatar .initials img[data-v-248d16fa],.avatar .initials span[data-v-248d16fa],.avatar .mail img[data-v-248d16fa],.avatar .mail span[data-v-248d16fa]{height:32px;width:32px;border-radius:243px}.avatar .photo span[data-v-248d16fa],.avatar .initials span[data-v-248d16fa],.avatar .mail span[data-v-248d16fa]{display:flex;justify-content:center;align-items:center;font-size:10px;font-weight:400}.theme--default .avatar .photo span[data-v-248d16fa],.theme--default .avatar .initials span[data-v-248d16fa],.theme--default .avatar .mail span[data-v-248d16fa]{background-color:#7d87e5;color:#fff}.theme--dark .avatar .photo span[data-v-248d16fa],.theme--dark .avatar .initials span[data-v-248d16fa],.theme--dark .avatar .mail span[data-v-248d16fa]{background-color:#7d87e5;color:#181a1b}.theme--default .avatar .mail span[data-v-248d16fa]{background-color:#f4f4f4}.theme--dark .avatar .mail span[data-v-248d16fa]{background-color:#212325}.avatar .mail span[data-v-248d16fa] svg{height:16px;width:16px}.avatar .badge[data-v-248d16fa]{display:flex;flex-direction:row;align-items:center;justify-content:center;top:72%;height:10px;width:10px;border-radius:243px;position:absolute;padding:0}.theme--default .avatar .badge[data-v-248d16fa]{background-color:#fff}.theme--dark .avatar .badge[data-v-248d16fa]{background-color:#181a1b}.avatar .badge .disk[data-v-248d16fa]{display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:243px;height:100%;width:100%}.avatar .badge svg[data-v-248d16fa]{height:6px;width:6px}.avatar .badge svg[data-v-248d16fa] path.fill{fill:#fff}.avatar .badge svg[data-v-248d16fa] path.stroke{stroke:#fff}.avatar .badge.right[data-v-248d16fa]{left:63%}.avatar .badge.left[data-v-248d16fa]{right:68%}.avatar .badge.yes .disk[data-v-248d16fa]{background-color:#43c27c}.avatar .badge.no .disk[data-v-248d16fa]{background-color:#f96359}.avatar .badge.maybe .disk[data-v-248d16fa]{background-color:#7d87e5}.theme--default .avatar.big .photo[data-v-248d16fa],.theme--default .avatar.big .mail[data-v-248d16fa]{background-color:#f2f2f2}.theme--dark .avatar.big .photo[data-v-248d16fa],.theme--dark .avatar.big .mail[data-v-248d16fa]{background-color:#2f3031}.theme--default .avatar.big .initials[data-v-248d16fa]{background-color:#f2f3fb}.theme--dark .avatar.big .initials[data-v-248d16fa]{background-color:#37394d}.avatar.big .photo[data-v-248d16fa],.avatar.big .initials[data-v-248d16fa],.avatar.big .mail[data-v-248d16fa]{height:107px;width:107px;border-radius:243px}.avatar.big .photo img[data-v-248d16fa],.avatar.big .photo span[data-v-248d16fa],.avatar.big .initials img[data-v-248d16fa],.avatar.big .initials span[data-v-248d16fa],.avatar.big .mail img[data-v-248d16fa],.avatar.big .mail span[data-v-248d16fa]{height:75px;width:75px}.avatar.big .photo span[data-v-248d16fa],.avatar.big .initials span[data-v-248d16fa],.avatar.big .mail span[data-v-248d16fa]{font-size:22px;line-height:32px}.avatar.small .photo img[data-v-248d16fa],.avatar.small .photo span[data-v-248d16fa],.avatar.small .initials img[data-v-248d16fa],.avatar.small .initials span[data-v-248d16fa],.avatar.small .mail img[data-v-248d16fa],.avatar.small .mail span[data-v-248d16fa]{height:26px;width:26px}.avatar.small .badge[data-v-248d16fa]{top:65%}.avatar.small .badge.right[data-v-248d16fa]{left:60%}.avatar.small .badge.left[data-v-248d16fa]{right:57%}.avatar.micro .photo img[data-v-248d16fa],.avatar.micro .photo span[data-v-248d16fa],.avatar.micro .initials img[data-v-248d16fa],.avatar.micro .initials span[data-v-248d16fa],.avatar.micro .mail img[data-v-248d16fa],.avatar.micro .mail span[data-v-248d16fa]{height:20px;width:20px}.avatar.micro .mail span svg[data-v-248d16fa]{height:12px;width:12px}.avatar.micro .badge[data-v-248d16fa]{top:60%}.avatar.micro .badge.right[data-v-248d16fa]{left:60%}.avatar.micro .badge.left[data-v-248d16fa]{right:55%}.base-attendees .item.more .text[data-v-6bc3342b]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:17px}@keyframes dropdown-enter-6bc3342b{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.base-attendees[data-v-6bc3342b]{display:flex;flex-direction:row;align-items:center}.base-attendees .item[data-v-6bc3342b]{height:20px;width:20px;margin-left:-6px;position:relative;padding:1px;border-radius:50px}.theme--default .base-attendees .item[data-v-6bc3342b]{background-color:#fff}.theme--dark .base-attendees .item[data-v-6bc3342b]{background-color:#181a1b}.base-attendees .item[data-v-6bc3342b]:first-child{margin-left:0}.base-attendees .item.more .text[data-v-6bc3342b]{width:16px;padding:4px;border-radius:50px}.theme--default .base-attendees .item.more .text[data-v-6bc3342b]{background-color:#f2f2f2;color:#a9a9a9}.theme--dark .base-attendees .item.more .text[data-v-6bc3342b]{background-color:#2f3031;color:#c3baba}.base-attendees.micro .item.more .text[data-v-6bc3342b]{padding:2px;width:14px;font-size:9px;line-height:14px}@keyframes dropdown-enter-b92a3fc6{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-date .date[data-v-52eb3032]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}@keyframes dropdown-enter-52eb3032{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-date[data-v-52eb3032]{display:flex;flex-direction:row}.graph-date .name[data-v-52eb3032]{white-space:nowrap;text-transform:capitalize}.graph-date .date[data-v-52eb3032]{white-space:nowrap;overflow:hidden}.theme--default .graph-date .date[data-v-52eb3032]{color:#5e6774}.theme--dark .graph-date .date[data-v-52eb3032]{color:#e1dddd}.graph-date.board .date[data-v-52eb3032]{text-transform:capitalize}.theme--default .graph-date.board .date[data-v-52eb3032]{color:#47505d}.theme--dark .graph-date.board .date[data-v-52eb3032]{color:#e1dddd}.graph-period-days .days[data-v-531588cb]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}@keyframes dropdown-enter-531588cb{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-period-days .days[data-v-531588cb]{display:flex;flex-direction:row;align-items:center;column-gap:5px}.theme--default .graph-period-days .days[data-v-531588cb]{color:#5e6774}.theme--dark .graph-period-days .days[data-v-531588cb]{color:#e1dddd}@keyframes dropdown-enter-6f09d962{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-date-time .datetime .separator[data-v-b2e3a566],.graph-date-time .datetime .time[data-v-b2e3a566]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}.graph-date-time.board .datetime .time[data-v-b2e3a566]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:17px}@keyframes dropdown-enter-b2e3a566{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-date-time[data-v-b2e3a566]{display:flex;flex-direction:row;align-items:center;column-gap:8px}.graph-date-time .name[data-v-b2e3a566]{white-space:nowrap;text-transform:capitalize}.graph-date-time .datetime[data-v-b2e3a566]{display:flex;flex-direction:row;align-items:center;column-gap:8px}.theme--default .graph-date-time .datetime .separator[data-v-b2e3a566]{color:#d0cbcb}.theme--dark .graph-date-time .datetime .separator[data-v-b2e3a566]{color:#6a6b67}.graph-date-time .datetime .time[data-v-b2e3a566]{text-transform:uppercase}.theme--default .graph-date-time .datetime .time[data-v-b2e3a566]{color:#5e6774}.theme--dark .graph-date-time .datetime .time[data-v-b2e3a566]{color:#e1dddd}.graph-date-time.board .datetime .time[data-v-b2e3a566]{text-transform:none}.theme--default .graph-date-time.board .datetime .time[data-v-b2e3a566]{color:#a9a9a9}.theme--dark .graph-date-time.board .datetime .time[data-v-b2e3a566]{color:#c3baba}.graph-period-time .period-time[data-v-d8094b28]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}.graph-period-time .board .period-time .time[data-v-d8094b28]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:17px}@keyframes dropdown-enter-d8094b28{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-period-time .period-time[data-v-d8094b28]{display:flex;flex-direction:row;align-items:center;column-gap:5px}.theme--default .graph-period-time .period-time[data-v-d8094b28]{color:#5e6774}.theme--dark .graph-period-time .period-time[data-v-d8094b28]{color:#e1dddd}.graph-period-time .board .period-time[data-v-d8094b28]{display:flex;flex-direction:column;align-items:flex-start}.graph-period-time .board .period-time .date[data-v-d8094b28],.graph-period-time .board .period-time .time[data-v-d8094b28]{display:flex;flex-direction:row;align-items:center;column-gap:3px}.theme--default .graph-period-time .board .period-time .date[data-v-d8094b28]{color:#47505d}.theme--dark .graph-period-time .board .period-time .date[data-v-d8094b28]{color:#e1dddd}.theme--default .graph-period-time .board .period-time .time[data-v-d8094b28]{color:#a9a9a9}.theme--dark .graph-period-time .board .period-time .time[data-v-d8094b28]{color:#c3baba}@keyframes dropdown-enter-532f229b{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-period[data-v-532f229b]{overflow:hidden;white-space:nowrap}.graph-batch .batch[data-v-5f8d2f19]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}@keyframes dropdown-enter-5f8d2f19{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-batch .batch[data-v-5f8d2f19]{display:block;white-space:nowrap;overflow:hidden}.theme--default .graph-batch .batch[data-v-5f8d2f19]{color:#5e6774}.theme--dark .graph-batch .batch[data-v-5f8d2f19]{color:#e1dddd}@keyframes dropdown-enter-0d0114d5{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes dropdown-enter-37e88ce7{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes dropdown-enter-bea5993f{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.r-input[data-v-bea5993f]{position:relative}.input[data-v-bea5993f]{outline:none;white-space:normal}.input[data-v-bea5993f] a{text-decoration:none;color:inherit;cursor:pointer}.input[data-v-bea5993f] a:hover{text-decoration:underline}.placeholder[data-v-bea5993f]{cursor:text;pointer-events:none;position:absolute;top:0}.theme--default .placeholder[data-v-bea5993f]{color:#94949c}.theme--dark .placeholder[data-v-bea5993f]{color:#a9a9a9}.graph-title.board[data-v-796ec694],.graph-title.table[data-v-796ec694]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}.graph-title.board[data-v-796ec694],.graph-title.table[data-v-796ec694]{font-weight:500}.graph-title[data-v-796ec694] button.base-button .text,.graph-title span[data-v-796ec694]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}.graph-title.solo[data-v-796ec694] button.base-button .text{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.graph-title.title span[data-v-796ec694],.graph-title.title .r-input[data-v-796ec694] .input,.graph-title.title .r-input[data-v-796ec694] .placeholder{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:32px;font-style:normal;font-weight:500;line-height:120%}@keyframes dropdown-enter-796ec694{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-title[data-v-796ec694]{display:flex;flex-direction:row}.graph-title[data-v-796ec694] button.base-button.auxiliary.text-only{padding:2px 6px}.theme--default .graph-title[data-v-796ec694] button.base-button .text,.theme--default .graph-title span[data-v-796ec694]{color:#2a3038}.theme--dark .graph-title[data-v-796ec694] button.base-button .text,.theme--dark .graph-title span[data-v-796ec694]{color:#f5f4f1}.graph-title.board[data-v-796ec694]{padding:0 2px}.theme--default .graph-title.board[data-v-796ec694]{color:#2a3038}.theme--dark .graph-title.board[data-v-796ec694]{color:#f5f4f1}.theme--default .graph-title.table[data-v-796ec694]{color:#2a3038}.theme--dark .graph-title.table[data-v-796ec694]{color:#f5f4f1}.graph-title.table .r-input[data-v-796ec694] .input,.graph-title.table .r-input[data-v-796ec694] .placeholder{white-space:nowrap;overflow:hidden}.graph-title.title[data-v-796ec694]{width:100%}.theme--default .graph-title.title[data-v-796ec694]{color:#2a3038}.theme--dark .graph-title.title[data-v-796ec694]{color:#f5f4f1}@keyframes dropdown-enter-0dd73f6c{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.default-board[data-v-0dd73f6c]{display:flex;flex-direction:row;column-gap:8px}.default-board .type-icon[data-v-0dd73f6c]{display:flex;flex-direction:column}.default-board .type-icon .graph-status[data-v-0dd73f6c]{margin-top:2px}.default-board .content[data-v-0dd73f6c]{display:flex;flex-direction:column;row-gap:6px}.default-board .content .entry[data-v-0dd73f6c]{padding:0 2px}.graph-parent[data-v-ff538bdf] button.base-button .text,.graph-parent span[data-v-ff538bdf]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}@keyframes dropdown-enter-ff538bdf{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-parent[data-v-ff538bdf]{display:flex;flex-direction:row}.graph-parent[data-v-ff538bdf] button.base-button.auxiliary.text-only{padding:2px 6px}.theme--default .graph-parent[data-v-ff538bdf] button.base-button .text,.theme--default .graph-parent span[data-v-ff538bdf]{color:#2a3038}.theme--dark .graph-parent[data-v-ff538bdf] button.base-button .text,.theme--dark .graph-parent span[data-v-ff538bdf]{color:#f5f4f1}@keyframes dropdown-enter-2363bab4{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.default-list[data-v-2363bab4]{display:flex;flex-direction:column;row-gap:12px;width:calc(100% - 40px);padding:10px 10px 10px 30px}.default-list .graph-title[data-v-2363bab4]{margin-left:-6px}.default-list .unroll[data-v-2363bab4]{position:absolute;left:4px}.default-list[data-v-2363bab4] button.unroll.base-button{padding:6px}.default-list[data-v-2363bab4] button.unroll.base-button svg{height:10px;width:10px}.default-list .item[data-v-2363bab4]{display:flex;flex-direction:row;align-items:center;column-gap:12px}.default-list.showNotes .notes[data-v-2363bab4]{display:flex}.default-list .notes[data-v-2363bab4]{display:none}@keyframes dropdown-enter-772a37b2{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-772a37b2]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-772a37b2]{fill:#79818c}.theme--dark .fill[data-v-772a37b2]{fill:#c9c2c2}.stroke[data-v-772a37b2]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-772a37b2]{stroke:#79818c}.theme--dark .stroke[data-v-772a37b2]{stroke:#c9c2c2}.color[data-v-772a37b2]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-772a37b2]{color:#79818c}.theme--dark .color[data-v-772a37b2]{color:#c9c2c2}.secondaryIcon[data-v-772a37b2]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-772a37b2]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-772a37b2]{fill:#e1dddd;stroke:#181a1b}.graph-record.board[data-v-17cfa8c9],.button-menu[data-v-17cfa8c9]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}.button-menu[data-v-17cfa8c9]{font-weight:500}@keyframes dropdown-enter-17cfa8c9{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.button-menu[data-v-17cfa8c9]{width:100%;height:100%}.theme--default .button-menu span.empty[data-v-17cfa8c9]{color:#94949c}.theme--dark .button-menu span.empty[data-v-17cfa8c9]{color:#a9a9a9}.theme--default .item.isActive .choice[data-v-17cfa8c9]{background:#f4f4f4}.theme--dark .item.isActive .choice[data-v-17cfa8c9]{background:#212325}.choice[data-v-17cfa8c9]{padding:4px;border-radius:7px}.theme--default .choice.isActive[data-v-17cfa8c9],.theme--default .choice[data-v-17cfa8c9]:hover{background:#f4f4f4}.theme--dark .choice.isActive[data-v-17cfa8c9],.theme--dark .choice[data-v-17cfa8c9]:hover{background:#212325}.table.cell[data-v-17cfa8c9]{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;height:50px;border-width:1px;border-right-style:solid;border-bottom-style:solid;flex-shrink:0}.table.cell[data-v-17cfa8c9]:last-child{flex:1;min-width:260px;width:100%;border-right-style:none}.theme--default .table.cell[data-v-17cfa8c9]{border-color:#e5e5e5}.theme--dark .table.cell[data-v-17cfa8c9]{border-color:#393a3b}.graph-record .property-display[data-v-17cfa8c9]{display:flex;flex-direction:row}.graph-record .property-display span[data-v-17cfa8c9]{white-space:nowrap}.graph-record.inline .option-property[data-v-17cfa8c9],.graph-record.solo .option-property[data-v-17cfa8c9]{display:flex;flex-direction:row;position:relative;align-items:center;column-gap:7px;width:100%;flex:1;box-sizing:border-box;padding:6px 8px}.graph-record.inline .option-property .props[data-v-17cfa8c9],.graph-record.solo .option-property .props[data-v-17cfa8c9]{display:flex;flex-direction:row;align-items:center;column-gap:12px}.graph-record.inline .option-property[data-v-17cfa8c9],.graph-record.solo .option-property[data-v-17cfa8c9],.graph-record.table .option-property[data-v-17cfa8c9]{position:relative}.graph-record.inline .option-property .open[data-v-17cfa8c9],.graph-record.solo .option-property .open[data-v-17cfa8c9],.graph-record.table .option-property .open[data-v-17cfa8c9]{z-index:1;opacity:0;-moz-transition:opacity .1s ease-out;-o-transition:opacity .1s ease-out;-webkit-transition:opacity .1s ease-out;transition:opacity .1s ease-out;left:-33px;padding-right:6px;position:absolute}.theme--default .graph-record.inline .option-property .open[data-v-17cfa8c9] button.base-button.none.auxiliary .left svg .fill,.theme--default .graph-record.solo .option-property .open[data-v-17cfa8c9] button.base-button.none.auxiliary .left svg .fill,.theme--default .graph-record.table .option-property .open[data-v-17cfa8c9] button.base-button.none.auxiliary .left svg .fill{fill:#a9a9a9}.theme--dark .graph-record.inline .option-property .open[data-v-17cfa8c9] button.base-button.none.auxiliary .left svg .fill,.theme--dark .graph-record.solo .option-property .open[data-v-17cfa8c9] button.base-button.none.auxiliary .left svg .fill,.theme--dark .graph-record.table .option-property .open[data-v-17cfa8c9] button.base-button.none.auxiliary .left svg .fill{fill:#c3baba}.graph-record.inline .option-property .open[data-v-17cfa8c9]:hover,.graph-record.solo .option-property .open[data-v-17cfa8c9]:hover,.graph-record.table .option-property .open[data-v-17cfa8c9]:hover{opacity:1}.graph-record.inline .option-property[data-v-17cfa8c9]:hover,.graph-record.solo .option-property[data-v-17cfa8c9]:hover,.graph-record.table .option-property[data-v-17cfa8c9]:hover{min-width:fit-content}.graph-record.inline .option-property:hover .open[data-v-17cfa8c9],.graph-record.solo .option-property:hover .open[data-v-17cfa8c9],.graph-record.table .option-property:hover .open[data-v-17cfa8c9]{opacity:1}.graph-record.solo .option-property[data-v-17cfa8c9]{border-radius:3px;padding:4px 16px 4px 12px;margin-left:-14px;width:100%}.graph-record.solo .option-property .open[data-v-17cfa8c9]{left:-60px}.graph-record.full[data-v-17cfa8c9]{width:100%;max-width:600px}.graph-record.full .item[data-v-17cfa8c9]{width:100%;box-sizing:border-box;padding-left:4px}.graph-record.full .item[data-v-17cfa8c9] .property-value.full{width:100%;box-sizing:border-box;padding-left:8px}.graph-record.full:not(.table) .item[data-v-17cfa8c9]:last-child{border:none}.graph-record.board[data-v-17cfa8c9]{display:flex;box-sizing:border-box;width:100%;padding:12px 14px;border-radius:10px;box-shadow:0 1px 2px #00000008}.theme--default .graph-record.board[data-v-17cfa8c9]{border:1px solid #e5e5e5}.theme--dark .graph-record.board[data-v-17cfa8c9]{border:1px solid #393a3b}.theme--default .graph-record.board[data-v-17cfa8c9]:hover{border:1px solid #d0cbcb}.theme--dark .graph-record.board[data-v-17cfa8c9]:hover{border:1px solid #6a6b67}.graph-record.board .props[data-v-17cfa8c9]{display:flex;flex-direction:column}.graph-record.table .option-property[data-v-17cfa8c9]{display:flex;flex-direction:row;align-items:center}.graph-record.table .option-property .type-icon[data-v-17cfa8c9]{display:flex;flex-direction:row;align-items:center;justify-content:center;box-sizing:border-box;min-width:32px;max-width:32px;height:50px;flex-shrink:0}.theme--default .graph-record.table .option-property .type-icon[data-v-17cfa8c9]{border-bottom:1px solid #e5e5e5}.theme--dark .graph-record.table .option-property .type-icon[data-v-17cfa8c9]{border-bottom:1px solid #393a3b}.graph-record.table .props[data-v-17cfa8c9]{display:flex;flex-direction:row}.graph-record.table .item[data-v-17cfa8c9]{width:auto!important}.graph-record.table .item[data-v-17cfa8c9]:last-child{border-width:1px!important;border-bottom-style:solid!important}.theme--default .graph-record.table .item[data-v-17cfa8c9]:last-child{border-color:#e5e5e5!important}.theme--dark .graph-record.table .item[data-v-17cfa8c9]:last-child{border-color:#393a3b!important}.graph-string .display span[data-v-15489cdb]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19px}.graph-string.board .display span[data-v-15489cdb]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:17px}@keyframes dropdown-enter-15489cdb{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-string.editable[data-v-15489cdb] .property-value:hover{cursor:text}.theme--default .graph-string .display[data-v-15489cdb]{color:#47505d}.theme--dark .graph-string .display[data-v-15489cdb]{color:#e1dddd}.graph-string .display span[data-v-15489cdb]{display:flex;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.graph-string .display .base-input[data-v-15489cdb]{height:100%}.graph-string .display .base-input[data-v-15489cdb] .input{height:100%;padding:0}.graph-string.board[data-v-15489cdb]{padding:0 2px}.graph-string.board .display span[data-v-15489cdb]{white-space:pre-wrap}.theme--default .graph-string.board .display span[data-v-15489cdb]{color:#79818c}.theme--dark .graph-string.board .display span[data-v-15489cdb]{color:#c9c2c2}@keyframes dropdown-enter-740625c8{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-tuple[data-v-740625c8]{display:flex;flex-direction:row}@keyframes dropdown-enter-811c9adb{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.graph-variant[data-v-811c9adb]{display:flex;flex-direction:row;width:100%}.graph-variant span[data-v-811c9adb]{white-space:nowrap}@keyframes dropdown-enter-5442e15a{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.base-relation[data-v-5442e15a]{display:flex;flex-direction:row;align-items:center;width:100%;cursor:default}.search-container .search-input[data-v-548dd86b] .input{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}@keyframes dropdown-enter-548dd86b{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.search-container[data-v-548dd86b]{display:flex;flex-direction:column;width:100%}.search-container .search-input[data-v-548dd86b]{display:flex;width:auto;padding:8px 10px;column-gap:2px}.search-container .search-input[data-v-548dd86b] .slotLeft{display:flex}.search-container .search-input[data-v-548dd86b] .input{padding-left:8px}.search-container .items[data-v-548dd86b]{display:flex;flex-direction:column;row-gap:2px;padding:0}[data-v-548dd86b] .icon{width:16px;height:16px}.button-menu[data-v-c4546f4c]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}.button-menu[data-v-c4546f4c]{font-weight:500}@keyframes dropdown-enter-c4546f4c{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.button-menu[data-v-c4546f4c]{width:100%;height:100%}.theme--default .button-menu span.empty[data-v-c4546f4c]{color:#94949c}.theme--dark .button-menu span.empty[data-v-c4546f4c]{color:#a9a9a9}.theme--default .item.isActive .choice[data-v-c4546f4c]{background:#f4f4f4}.theme--dark .item.isActive .choice[data-v-c4546f4c]{background:#212325}.choice[data-v-c4546f4c]{padding:4px;border-radius:7px}.theme--default .choice.isActive[data-v-c4546f4c],.theme--default .choice[data-v-c4546f4c]:hover{background:#f4f4f4}.theme--dark .choice.isActive[data-v-c4546f4c],.theme--dark .choice[data-v-c4546f4c]:hover{background:#212325}.table.cell[data-v-c4546f4c]{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;height:50px;border-width:1px;border-right-style:solid;border-bottom-style:solid;flex-shrink:0}.table.cell[data-v-c4546f4c]:last-child{flex:1;min-width:260px;width:100%;border-right-style:none}.theme--default .table.cell[data-v-c4546f4c]{border-color:#e5e5e5}.theme--dark .table.cell[data-v-c4546f4c]{border-color:#393a3b}.graph-relation .relation[data-v-c4546f4c]{margin-left:-6px}.multi-select-container[data-v-c4546f4c]{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.multi-select-container.inline[data-v-c4546f4c]{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.multi-select-container.inline[data-v-c4546f4c]::-webkit-scrollbar{display:none}.choice-container[data-v-c4546f4c]{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px}.choice-container .selected-indicator[data-v-c4546f4c]{color:var(--color-primary, #007bff);font-weight:700;font-size:12px;min-width:16px;text-align:center}.button-menu[data-v-59959191]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}.button-menu[data-v-59959191]{font-weight:500}@keyframes dropdown-enter-59959191{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.button-menu[data-v-59959191]{width:100%;height:100%}.theme--default .button-menu span.empty[data-v-59959191]{color:#94949c}.theme--dark .button-menu span.empty[data-v-59959191]{color:#a9a9a9}.theme--default .item.isActive .choice[data-v-59959191]{background:#f4f4f4}.theme--dark .item.isActive .choice[data-v-59959191]{background:#212325}.choice[data-v-59959191]{padding:4px;border-radius:7px}.theme--default .choice.isActive[data-v-59959191],.theme--default .choice[data-v-59959191]:hover{background:#f4f4f4}.theme--dark .choice.isActive[data-v-59959191],.theme--dark .choice[data-v-59959191]:hover{background:#212325}.table.cell[data-v-59959191]{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;height:50px;border-width:1px;border-right-style:solid;border-bottom-style:solid;flex-shrink:0}.table.cell[data-v-59959191]:last-child{flex:1;min-width:260px;width:100%;border-right-style:none}.theme--default .table.cell[data-v-59959191]{border-color:#e5e5e5}.theme--dark .table.cell[data-v-59959191]{border-color:#393a3b}.graph-select.board[data-v-59959191]{padding:0 2px}.multi-select-container[data-v-59959191]{display:flex;flex-wrap:wrap;gap:4px;align-items:center}@keyframes dropdown-enter-ded37d77{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.fill[data-v-ded37d77]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-ded37d77]{fill:#79818c}.theme--dark .fill[data-v-ded37d77]{fill:#c9c2c2}.stroke[data-v-ded37d77]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-ded37d77]{stroke:#79818c}.theme--dark .stroke[data-v-ded37d77]{stroke:#c9c2c2}.color[data-v-ded37d77]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-ded37d77]{color:#79818c}.theme--dark .color[data-v-ded37d77]{color:#c9c2c2}.secondaryIcon[data-v-ded37d77]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-ded37d77]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-ded37d77]{fill:#e1dddd;stroke:#181a1b}
