@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
.editr{border:1px solid #e4e4e4;width:100%}.editr--toolbar{background:#f6f6f6;border-bottom:1px solid #e4e4e4;display:flex;height:32px;position:relative}.editr--toolbar a{fill:#333;color:#333;cursor:pointer;display:inline-block;height:32px;line-height:1;max-width:32px;text-align:center;width:8vw}.editr--toolbar a:hover{background:rgba(0,0,0,.1)}.editr--toolbar a:active{background:rgba(0,0,0,.2)}.editr--toolbar a svg{height:16px;margin:8px auto;width:16px}.editr--toolbar a svg path{fill:inherit}.editr--toolbar a.vw-btn-separator{margin:0 8px;width:1px}.editr--toolbar a.vw-btn-separator:hover{background:initial;cursor:default}.editr--toolbar a.vw-btn-separator i.vw-separator{border-left:1px solid rgba(0,0,0,.1);height:100%;position:absolute;width:1px}.editr--toolbar .dashboard{background:hsla(0,0%,100%,.95);border:1px solid #f6f6f6;left:0;padding:8px 16px;position:absolute;text-align:left;top:32px;width:100%}.editr--content{color:inherit;font-family:inherit;line-height:1.33;min-height:150px;overflow-y:auto;padding:12px 8px 16px}.editr--content[contenteditable=true]:empty:before{color:rgba(0,0,0,.3);content:attr(placeholder);display:block}.editr--content img{max-width:100%}.editr--content table{border-collapse:collapse;width:100%}.editr--content table th{text-align:left}.editr--content table td,.editr--content table th{border:1px solid #ddd;padding:2px}.editr--content:focus{outline:0}.editr--content ol li,.editr--content ul li{list-style-position:inside}@media screen and (max-width:320px){.editr--toolbar a{margin:0 2px}.editr--toolbar a.vw-btn-separator{display:none}}@-webkit-keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@-webkit-keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{background:#fff;border:2px solid rgba(0,0,0,.3);min-height:150px;padding:20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{margin:2em 0;text-align:center}.dropzone .dz-preview{display:inline-block;margin:16px;min-height:100px;position:relative;vertical-align:top}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{background:#999;background:linear-gradient(180deg,#eee,#ddd);border-radius:20px}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{border:none;cursor:pointer;display:block;font-size:14px;text-align:center}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{color:rgba(0,0,0,.9);font-size:13px;left:0;line-height:150%;max-width:100%;min-width:100%;opacity:0;padding:2em 1em;position:absolute;text-align:center;top:0;z-index:20}.dropzone .dz-preview .dz-details .dz-size{font-size:16px;margin-bottom:1em}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{background-color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,78%,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:hsla(0,0%,100%,.4);border-radius:3px;padding:0 .4em}.dropzone .dz-preview:hover .dz-image img{filter:blur(8px);transform:scale(1.05)}.dropzone .dz-preview .dz-image{border-radius:20px;display:block;height:120px;overflow:hidden;position:relative;width:120px;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(.77,0,.175,1);animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{-webkit-animation:slide-in 3s cubic-bezier(.77,0,.175,1);animation:slide-in 3s cubic-bezier(.77,0,.175,1);opacity:1}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{display:block;left:50%;margin-left:-27px;margin-top:-27px;opacity:0;pointer-events:none;position:absolute;top:50%;z-index:500}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;height:54px;width:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{background:hsla(0,0%,100%,.9);border-radius:8px;height:16px;left:50%;margin-left:-40px;margin-top:-8px;opacity:1;overflow:hidden;pointer-events:none;position:absolute;top:50%;-webkit-transform:scale(1);width:80px;z-index:1000}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(180deg,#666,#444);bottom:0;left:0;position:absolute;top:0;transition:width .3s ease-in-out;width:0}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{background:#be2626;background:linear-gradient(180deg,#be2626,#a92222);border-radius:8px;color:#fff;display:block;display:none;font-size:13px;left:-10px;opacity:0;padding:.5em 1.2em;pointer-events:none;position:absolute;top:130px;transition:opacity .3s ease;width:140px;z-index:1000}.dropzone .dz-preview .dz-error-message:after{border-bottom:6px solid #be2626;border-left:6px solid transparent;border-right:6px solid transparent;content:"";height:0;left:64px;position:absolute;top:-6px;width:0}.vue-dropzone{border:2px solid #e5e5e5;color:#777;font-family:Arial,sans-serif;letter-spacing:.2px;transition:background-color .2s linear}.vue-dropzone:hover{background-color:#f6f6f6}.vue-dropzone i{color:#ccc}.vue-dropzone .dz-preview .dz-image{border-radius:0;height:100%;width:100%}.vue-dropzone .dz-preview .dz-image img:not([src]){height:200px;width:200px}.vue-dropzone .dz-preview .dz-image:hover img{-webkit-filter:none;transform:none}.vue-dropzone .dz-preview .dz-details{background-color:rgba(33,150,243,.8);bottom:0;color:#fff;text-align:left;top:0;transition:opacity .2s linear}.vue-dropzone .dz-preview .dz-details .dz-filename{overflow:hidden}.vue-dropzone .dz-preview .dz-details .dz-filename span,.vue-dropzone .dz-preview .dz-details .dz-size span{background-color:transparent}.vue-dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:none}.vue-dropzone .dz-preview .dz-details .dz-filename:hover span{background-color:transparent;border:none}.vue-dropzone .dz-preview .dz-progress .dz-upload{background:#ccc}.vue-dropzone .dz-preview .dz-remove{border:2px solid #fff;bottom:15px;color:#fff;font-size:.8rem;font-weight:800;letter-spacing:1.1px;margin-left:15px;opacity:0;padding:10px;position:absolute;text-decoration:none;text-transform:uppercase;top:inherit;z-index:30}.vue-dropzone .dz-preview:hover .dz-remove{opacity:1}.vue-dropzone .dz-preview .dz-error-mark,.vue-dropzone .dz-preview .dz-success-mark{left:0;margin-left:auto;margin-top:auto;top:35%;width:100%}.vue-dropzone .dz-preview .dz-error-mark svg,.vue-dropzone .dz-preview .dz-success-mark svg{margin-left:auto;margin-right:auto}.vue-dropzone .dz-preview .dz-error-message{left:0;margin-left:auto;margin-right:auto;top:15%;width:100%}.vue-dropzone .dz-preview .dz-error-message:after{border-bottom:none;border-top:6px solid #a92222;bottom:-6px;top:auto}.form[data-v-ebce4d12]{align-content:flex-end;display:flex}.form label[data-v-ebce4d12]{margin-right:1rem}
.markdown-body{--base-size-4:0.25rem;--base-size-8:0.5rem;--base-size-16:1rem;--base-size-24:1.5rem;--base-size-40:2.5rem;--base-text-weight-normal:400;--base-text-weight-medium:500;--base-text-weight-semibold:600;--fontStack-monospace:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;--fgColor-accent:Highlight}@media (prefers-color-scheme:dark){.markdown-body,[data-theme=dark]{--focus-outlineColor:#1f6feb;--fgColor-default:#f0f6fc;--fgColor-muted:#9198a1;--fgColor-accent:#4493f8;--fgColor-success:#3fb950;--fgColor-attention:#d29922;--fgColor-danger:#f85149;--fgColor-done:#ab7df8;--bgColor-default:#0d1117;--bgColor-muted:#151b23;--bgColor-neutral-muted:#656c7633;--bgColor-attention-muted:#bb800926;--borderColor-default:#3d444d;--borderColor-muted:#3d444db3;--borderColor-neutral-muted:#3d444db3;--borderColor-accent-emphasis:#1f6feb;--borderColor-success-emphasis:#238636;--borderColor-attention-emphasis:#9e6a03;--borderColor-danger-emphasis:#da3633;--borderColor-done-emphasis:#8957e5;--color-prettylights-syntax-comment:#9198a1;--color-prettylights-syntax-constant:#79c0ff;--color-prettylights-syntax-constant-other-reference-link:#a5d6ff;--color-prettylights-syntax-entity:#d2a8ff;--color-prettylights-syntax-storage-modifier-import:#f0f6fc;--color-prettylights-syntax-entity-tag:#7ee787;--color-prettylights-syntax-keyword:#ff7b72;--color-prettylights-syntax-string:#a5d6ff;--color-prettylights-syntax-variable:#ffa657;--color-prettylights-syntax-brackethighlighter-unmatched:#f85149;--color-prettylights-syntax-brackethighlighter-angle:#9198a1;--color-prettylights-syntax-invalid-illegal-text:#f0f6fc;--color-prettylights-syntax-invalid-illegal-bg:#8e1519;--color-prettylights-syntax-carriage-return-text:#f0f6fc;--color-prettylights-syntax-carriage-return-bg:#b62324;--color-prettylights-syntax-string-regexp:#7ee787;--color-prettylights-syntax-markup-list:#f2cc60;--color-prettylights-syntax-markup-heading:#1f6feb;--color-prettylights-syntax-markup-italic:#f0f6fc;--color-prettylights-syntax-markup-bold:#f0f6fc;--color-prettylights-syntax-markup-deleted-text:#ffdcd7;--color-prettylights-syntax-markup-deleted-bg:#67060c;--color-prettylights-syntax-markup-inserted-text:#aff5b4;--color-prettylights-syntax-markup-inserted-bg:#033a16;--color-prettylights-syntax-markup-changed-text:#ffdfb6;--color-prettylights-syntax-markup-changed-bg:#5a1e02;--color-prettylights-syntax-markup-ignored-text:#f0f6fc;--color-prettylights-syntax-markup-ignored-bg:#1158c7;--color-prettylights-syntax-meta-diff-range:#d2a8ff;--color-prettylights-syntax-sublimelinter-gutter-mark:#3d444d;color-scheme:dark}}@media (prefers-color-scheme:light){.markdown-body,[data-theme=light]{--focus-outlineColor:#0969da;--fgColor-default:#1f2328;--fgColor-muted:#59636e;--fgColor-accent:#0969da;--fgColor-success:#1a7f37;--fgColor-attention:#9a6700;--fgColor-danger:#d1242f;--fgColor-done:#8250df;--bgColor-default:#fff;--bgColor-muted:#f6f8fa;--bgColor-neutral-muted:#818b981f;--bgColor-attention-muted:#fff8c5;--borderColor-default:#d1d9e0;--borderColor-muted:#d1d9e0b3;--borderColor-neutral-muted:#d1d9e0b3;--borderColor-accent-emphasis:#0969da;--borderColor-success-emphasis:#1a7f37;--borderColor-attention-emphasis:#9a6700;--borderColor-danger-emphasis:#cf222e;--borderColor-done-emphasis:#8250df;--color-prettylights-syntax-comment:#59636e;--color-prettylights-syntax-constant:#0550ae;--color-prettylights-syntax-constant-other-reference-link:#0a3069;--color-prettylights-syntax-entity:#6639ba;--color-prettylights-syntax-storage-modifier-import:#1f2328;--color-prettylights-syntax-entity-tag:#0550ae;--color-prettylights-syntax-keyword:#cf222e;--color-prettylights-syntax-string:#0a3069;--color-prettylights-syntax-variable:#953800;--color-prettylights-syntax-brackethighlighter-unmatched:#82071e;--color-prettylights-syntax-brackethighlighter-angle:#59636e;--color-prettylights-syntax-invalid-illegal-text:#f6f8fa;--color-prettylights-syntax-invalid-illegal-bg:#82071e;--color-prettylights-syntax-carriage-return-text:#f6f8fa;--color-prettylights-syntax-carriage-return-bg:#cf222e;--color-prettylights-syntax-string-regexp:#116329;--color-prettylights-syntax-markup-list:#3b2300;--color-prettylights-syntax-markup-heading:#0550ae;--color-prettylights-syntax-markup-italic:#1f2328;--color-prettylights-syntax-markup-bold:#1f2328;--color-prettylights-syntax-markup-deleted-text:#82071e;--color-prettylights-syntax-markup-deleted-bg:#ffebe9;--color-prettylights-syntax-markup-inserted-text:#116329;--color-prettylights-syntax-markup-inserted-bg:#dafbe1;--color-prettylights-syntax-markup-changed-text:#953800;--color-prettylights-syntax-markup-changed-bg:#ffd8b5;--color-prettylights-syntax-markup-ignored-text:#d1d9e0;--color-prettylights-syntax-markup-ignored-bg:#0550ae;--color-prettylights-syntax-meta-diff-range:#8250df;--color-prettylights-syntax-sublimelinter-gutter-mark:#818b98;color-scheme:light}}.markdown-body{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-wrap:break-word;background-color:var(--bgColor-default);color:var(--fgColor-default);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;line-height:1.5;margin:0}.markdown-body h1:hover .anchor .octicon-link:before,.markdown-body h2:hover .anchor .octicon-link:before,.markdown-body h3:hover .anchor .octicon-link:before,.markdown-body h4:hover .anchor .octicon-link:before,.markdown-body h5:hover .anchor .octicon-link:before,.markdown-body h6:hover .anchor .octicon-link:before{background-color:currentColor;content:" ";display:inline-block;height:16px;-webkit-mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 0 0 1.06 1.06l1.25-1.25a2 2 0 1 1 2.83 2.83l-2.5 2.5a2 2 0 0 1-2.83 0 .75.75 0 0 0-1.06 1.06 3.5 3.5 0 0 0 4.95 0l2.5-2.5a3.5 3.5 0 0 0-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 0 1 0-2.83l2.5-2.5a2 2 0 0 1 2.83 0 .75.75 0 0 0 1.06-1.06 3.5 3.5 0 0 0-4.95 0l-2.5 2.5a3.5 3.5 0 0 0 4.95 4.95l1.25-1.25a.75.75 0 0 0-1.06-1.06l-1.25 1.25a2 2 0 0 1-2.83 0z"/></svg>');mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 0 0 1.06 1.06l1.25-1.25a2 2 0 1 1 2.83 2.83l-2.5 2.5a2 2 0 0 1-2.83 0 .75.75 0 0 0-1.06 1.06 3.5 3.5 0 0 0 4.95 0l2.5-2.5a3.5 3.5 0 0 0-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 0 1 0-2.83l2.5-2.5a2 2 0 0 1 2.83 0 .75.75 0 0 0 1.06-1.06 3.5 3.5 0 0 0-4.95 0l-2.5 2.5a3.5 3.5 0 0 0 4.95 4.95l1.25-1.25a.75.75 0 0 0-1.06-1.06l-1.25 1.25a2 2 0 0 1-2.83 0z"/></svg>');width:16px}.markdown-body details,.markdown-body figcaption,.markdown-body figure{display:block}.markdown-body summary{display:list-item}.markdown-body [hidden]{display:none!important}.markdown-body a{background-color:transparent;color:var(--fgColor-accent);text-decoration:none}.markdown-body abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.markdown-body b,.markdown-body strong{font-weight:var(--base-text-weight-semibold,600)}.markdown-body dfn{font-style:italic}.markdown-body h1{border-bottom:1px solid var(--borderColor-muted);font-size:2em;font-weight:var(--base-text-weight-semibold,600);margin:.67em 0;padding-bottom:.3em}.markdown-body mark{background-color:var(--bgColor-attention-muted);color:var(--fgColor-default)}.markdown-body small{font-size:90%}.markdown-body sub,.markdown-body sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.markdown-body sub{bottom:-.25em}.markdown-body sup{top:-.5em}.markdown-body img{border-style:none;box-sizing:content-box;max-width:100%}.markdown-body code,.markdown-body kbd,.markdown-body pre,.markdown-body samp{font-family:monospace;font-size:1em}.markdown-body figure{margin:1em var(--base-size-40)}.markdown-body hr{background:transparent;background-color:var(--borderColor-default);border:0;box-sizing:content-box;height:.25em;margin:var(--base-size-24) 0;overflow:hidden;padding:0}.markdown-body input{font:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;overflow:visible}.markdown-body [type=button],.markdown-body [type=reset],.markdown-body [type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button}.markdown-body [type=checkbox],.markdown-body [type=radio]{box-sizing:border-box;padding:0}.markdown-body [type=number]::-webkit-inner-spin-button,.markdown-body [type=number]::-webkit-outer-spin-button{height:auto}.markdown-body [type=search]::-webkit-search-cancel-button,.markdown-body [type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.markdown-body ::-webkit-input-placeholder{color:inherit;opacity:.54}.markdown-body ::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}.markdown-body a:hover{text-decoration:underline}.markdown-body ::-moz-placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body :-ms-input-placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body ::placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body hr:after,.markdown-body hr:before{content:"";display:table}.markdown-body hr:after{clear:both}.markdown-body table{border-collapse:collapse;border-spacing:0;display:block;font-variant:tabular-nums;max-width:100%;overflow:auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}.markdown-body td,.markdown-body th{padding:0}.markdown-body details summary{cursor:pointer}.markdown-body [role=button]:focus,.markdown-body a:focus,.markdown-body input[type=checkbox]:focus,.markdown-body input[type=radio]:focus{box-shadow:none;outline:2px solid var(--focus-outlineColor);outline-offset:-2px}.markdown-body [role=button]:focus:not(:focus-visible),.markdown-body a:focus:not(:focus-visible),.markdown-body input[type=checkbox]:focus:not(:focus-visible),.markdown-body input[type=radio]:focus:not(:focus-visible){outline:1px solid transparent}.markdown-body [role=button]:focus-visible,.markdown-body a:focus-visible,.markdown-body input[type=checkbox]:focus-visible,.markdown-body input[type=radio]:focus-visible{box-shadow:none;outline:2px solid var(--focus-outlineColor);outline-offset:-2px}.markdown-body a:not([class]):focus,.markdown-body a:not([class]):focus-visible,.markdown-body input[type=checkbox]:focus,.markdown-body input[type=checkbox]:focus-visible,.markdown-body input[type=radio]:focus,.markdown-body input[type=radio]:focus-visible{outline-offset:0}.markdown-body kbd{background-color:var(--bgColor-muted);border-bottom-color:var(--borderColor-neutral-muted);border:1px solid var(--borderColor-neutral-muted);border-radius:6px;box-shadow:inset 0 -1px 0 var(--borderColor-neutral-muted);color:var(--fgColor-default);display:inline-block;font:11px var(--fontStack-monospace,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace);line-height:10px;padding:var(--base-size-4);vertical-align:middle}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{font-weight:var(--base-text-weight-semibold,600);line-height:1.25;margin-bottom:var(--base-size-16);margin-top:var(--base-size-24)}.markdown-body h2{border-bottom:1px solid var(--borderColor-muted);font-size:1.5em;padding-bottom:.3em}.markdown-body h2,.markdown-body h3{font-weight:var(--base-text-weight-semibold,600)}.markdown-body h3{font-size:1.25em}.markdown-body h4{font-size:1em}.markdown-body h4,.markdown-body h5{font-weight:var(--base-text-weight-semibold,600)}.markdown-body h5{font-size:.875em}.markdown-body h6{color:var(--fgColor-muted);font-size:.85em;font-weight:var(--base-text-weight-semibold,600)}.markdown-body p{margin-bottom:10px;margin-top:0}.markdown-body blockquote{border-left:.25em solid var(--borderColor-default);color:var(--fgColor-muted);margin:0;padding:0 1em}.markdown-body ol,.markdown-body ul{margin-bottom:0;margin-top:0;padding-left:2em}.markdown-body ol ol,.markdown-body ul ol{list-style-type:lower-roman}.markdown-body ol ol ol,.markdown-body ol ul ol,.markdown-body ul ol ol,.markdown-body ul ul ol{list-style-type:lower-alpha}.markdown-body dd{margin-left:0}.markdown-body code,.markdown-body pre,.markdown-body samp,.markdown-body tt{font-family:var(--fontStack-monospace,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace);font-size:12px}.markdown-body pre{word-wrap:normal;margin-bottom:0;margin-top:0}.markdown-body .octicon{fill:currentColor;display:inline-block;overflow:visible!important;vertical-align:text-bottom}.markdown-body input::-webkit-inner-spin-button,.markdown-body input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.markdown-body .mr-2{margin-right:var(--base-size-8,8px)!important}.markdown-body:after,.markdown-body:before{content:"";display:table}.markdown-body:after{clear:both}.markdown-body>:first-child{margin-top:0!important}.markdown-body>:last-child{margin-bottom:0!important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:var(--fgColor-danger)}.markdown-body .anchor{float:left;line-height:1;margin-left:-20px;padding-right:var(--base-size-4)}.markdown-body .anchor:focus{outline:none}.markdown-body blockquote,.markdown-body details,.markdown-body dl,.markdown-body ol,.markdown-body p,.markdown-body pre,.markdown-body table,.markdown-body ul{margin-bottom:var(--base-size-16);margin-top:0}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:var(--fgColor-default);vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 code,.markdown-body h1 tt,.markdown-body h2 code,.markdown-body h2 tt,.markdown-body h3 code,.markdown-body h3 tt,.markdown-body h4 code,.markdown-body h4 tt,.markdown-body h5 code,.markdown-body h5 tt,.markdown-body h6 code,.markdown-body h6 tt{font-size:inherit;padding:0 .2em}.markdown-body summary h1,.markdown-body summary h2,.markdown-body summary h3,.markdown-body summary h4,.markdown-body summary h5,.markdown-body summary h6{display:inline-block}.markdown-body summary h1 .anchor,.markdown-body summary h2 .anchor,.markdown-body summary h3 .anchor,.markdown-body summary h4 .anchor,.markdown-body summary h5 .anchor,.markdown-body summary h6 .anchor{margin-left:-40px}.markdown-body summary h1,.markdown-body summary h2{border-bottom:0;padding-bottom:0}.markdown-body ol.no-list,.markdown-body ul.no-list{list-style-type:none;padding:0}.markdown-body ol[type="a s"]{list-style-type:lower-alpha}.markdown-body ol[type="A s"]{list-style-type:upper-alpha}.markdown-body ol[type="i s"]{list-style-type:lower-roman}.markdown-body ol[type="I s"]{list-style-type:upper-roman}.markdown-body div>ol:not([type]),.markdown-body ol[type="1"]{list-style-type:decimal}.markdown-body ol ol,.markdown-body ol ul,.markdown-body ul ol,.markdown-body ul ul{margin-bottom:0;margin-top:0}.markdown-body li>p{margin-top:var(--base-size-16)}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{font-size:1em;font-style:italic;font-weight:var(--base-text-weight-semibold,600);margin-top:var(--base-size-16);padding:0}.markdown-body dl dd{margin-bottom:var(--base-size-16);padding:0 var(--base-size-16)}.markdown-body table th{font-weight:var(--base-text-weight-semibold,600)}.markdown-body table td,.markdown-body table th{border:1px solid var(--borderColor-default);padding:6px 13px}.markdown-body table td>:last-child{margin-bottom:0}.markdown-body table tr{background-color:var(--bgColor-default);border-top:1px solid var(--borderColor-muted)}.markdown-body table tr:nth-child(2n){background-color:var(--bgColor-muted)}.markdown-body table img{background-color:transparent}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{background-color:transparent;max-width:none;vertical-align:text-top}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{border:1px solid var(--borderColor-default);display:block;float:left;margin:13px 0 0;overflow:hidden;padding:7px;width:auto}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{clear:both;color:var(--fgColor-default);display:block;padding:5px 0 0}.markdown-body span.align-center{clear:both;display:block;overflow:hidden}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{clear:both;display:block;overflow:hidden}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{background-color:var(--bgColor-neutral-muted);border-radius:6px;font-size:85%;margin:0;padding:.2em .4em;white-space:break-spaces}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body samp{font-size:85%}.markdown-body pre code{font-size:100%}.markdown-body pre>code{background:transparent;border:0;margin:0;padding:0;white-space:pre;word-break:normal}.markdown-body .highlight{margin-bottom:var(--base-size-16)}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{background-color:var(--bgColor-muted);border-radius:6px;color:var(--fgColor-default);font-size:85%;line-height:1.45;overflow:auto;padding:var(--base-size-16)}.markdown-body pre code,.markdown-body pre tt{word-wrap:normal;background-color:transparent;border:0;display:inline;line-height:inherit;margin:0;max-width:auto;overflow:visible;padding:0}.markdown-body .csv-data td,.markdown-body .csv-data th{font-size:12px;line-height:1;overflow:hidden;padding:5px;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{background:var(--bgColor-default);border:0;padding:10px var(--base-size-8) 9px;text-align:right}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{background:var(--bgColor-muted);border-top:0;font-weight:var(--base-text-weight-semibold,600)}.markdown-body [data-footnote-ref]:before{content:"["}.markdown-body [data-footnote-ref]:after{content:"]"}.markdown-body .footnotes{border-top:1px solid var(--borderColor-default);color:var(--fgColor-muted);font-size:12px}.markdown-body .footnotes ol,.markdown-body .footnotes ol ul{padding-left:var(--base-size-16)}.markdown-body .footnotes ol ul{display:inline-block;margin-top:var(--base-size-16)}.markdown-body .footnotes li{position:relative}.markdown-body .footnotes li:target:before{border:2px solid var(--borderColor-accent-emphasis);border-radius:6px;bottom:calc(var(--base-size-8)*-1);content:"";left:calc(var(--base-size-24)*-1);pointer-events:none;position:absolute;right:calc(var(--base-size-8)*-1);top:calc(var(--base-size-8)*-1)}.markdown-body .footnotes li:target{color:var(--fgColor-default)}.markdown-body .footnotes .data-footnote-backref g-emoji{font-family:monospace}.markdown-body body:has(:modal){padding-right:var(--dialog-scrollgutter)!important}.markdown-body .pl-c{color:var(--color-prettylights-syntax-comment)}.markdown-body .pl-c1,.markdown-body .pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.markdown-body .pl-e,.markdown-body .pl-en{color:var(--color-prettylights-syntax-entity)}.markdown-body .pl-s .pl-s1,.markdown-body .pl-smi{color:var(--color-prettylights-syntax-storage-modifier-import)}.markdown-body .pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.markdown-body .pl-k{color:var(--color-prettylights-syntax-keyword)}.markdown-body .pl-pds,.markdown-body .pl-s,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sra,.markdown-body .pl-sr .pl-sre{color:var(--color-prettylights-syntax-string)}.markdown-body .pl-smw,.markdown-body .pl-v{color:var(--color-prettylights-syntax-variable)}.markdown-body .pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.markdown-body .pl-ii{background-color:var(--color-prettylights-syntax-invalid-illegal-bg);color:var(--color-prettylights-syntax-invalid-illegal-text)}.markdown-body .pl-c2{background-color:var(--color-prettylights-syntax-carriage-return-bg);color:var(--color-prettylights-syntax-carriage-return-text)}.markdown-body .pl-sr .pl-cce{color:var(--color-prettylights-syntax-string-regexp);font-weight:700}.markdown-body .pl-ml{color:var(--color-prettylights-syntax-markup-list)}.markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms{color:var(--color-prettylights-syntax-markup-heading);font-weight:700}.markdown-body .pl-mi{color:var(--color-prettylights-syntax-markup-italic);font-style:italic}.markdown-body .pl-mb{color:var(--color-prettylights-syntax-markup-bold);font-weight:700}.markdown-body .pl-md{background-color:var(--color-prettylights-syntax-markup-deleted-bg);color:var(--color-prettylights-syntax-markup-deleted-text)}.markdown-body .pl-mi1{background-color:var(--color-prettylights-syntax-markup-inserted-bg);color:var(--color-prettylights-syntax-markup-inserted-text)}.markdown-body .pl-mc{background-color:var(--color-prettylights-syntax-markup-changed-bg);color:var(--color-prettylights-syntax-markup-changed-text)}.markdown-body .pl-mi2{background-color:var(--color-prettylights-syntax-markup-ignored-bg);color:var(--color-prettylights-syntax-markup-ignored-text)}.markdown-body .pl-mdr{color:var(--color-prettylights-syntax-meta-diff-range);font-weight:700}.markdown-body .pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.markdown-body .pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.markdown-body .pl-corl{color:var(--color-prettylights-syntax-constant-other-reference-link);text-decoration:underline}.markdown-body [role=button]:focus:not(:focus-visible),.markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),.markdown-body a:focus:not(:focus-visible),.markdown-body button:focus:not(:focus-visible),.markdown-body summary:focus:not(:focus-visible){box-shadow:none;outline:none}.markdown-body [tabindex="0"]:focus:not(:focus-visible),.markdown-body details-dialog:focus:not(:focus-visible){outline:none}.markdown-body g-emoji{display:inline-block;font-family:Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1em;font-style:normal!important;font-weight:var(--base-text-weight-normal,400);line-height:1;min-width:1ch;vertical-align:-.075em}.markdown-body g-emoji img{height:1em;width:1em}.markdown-body .task-list-item{list-style-type:none}.markdown-body .task-list-item label{font-weight:var(--base-text-weight-normal,400)}.markdown-body .task-list-item.enabled label{cursor:pointer}.markdown-body .task-list-item+.task-list-item{margin-top:var(--base-size-4)}.markdown-body .task-list-item .handle{display:none}.markdown-body .task-list-item-checkbox{margin:0 .2em .25em -1.4em;vertical-align:middle}.markdown-body ul:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ol:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body .contains-task-list:focus-within .task-list-item-convert-container,.markdown-body .contains-task-list:hover .task-list-item-convert-container{clip:auto;display:block;height:24px;overflow:visible;width:auto}.markdown-body ::-webkit-calendar-picker-indicator{filter:invert(50%)}.markdown-body .markdown-alert{border-left:.25em solid var(--borderColor-default);color:inherit;margin-bottom:var(--base-size-16);padding:var(--base-size-8) var(--base-size-16)}.markdown-body .markdown-alert>:first-child{margin-top:0}.markdown-body .markdown-alert>:last-child{margin-bottom:0}.markdown-body .markdown-alert .markdown-alert-title{align-items:center;display:flex;font-weight:var(--base-text-weight-medium,500);line-height:1}.markdown-body .markdown-alert.markdown-alert-note{border-left-color:var(--borderColor-accent-emphasis)}.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title{color:var(--fgColor-accent)}.markdown-body .markdown-alert.markdown-alert-important{border-left-color:var(--borderColor-done-emphasis)}.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title{color:var(--fgColor-done)}.markdown-body .markdown-alert.markdown-alert-warning{border-left-color:var(--borderColor-attention-emphasis)}.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title{color:var(--fgColor-attention)}.markdown-body .markdown-alert.markdown-alert-tip{border-left-color:var(--borderColor-success-emphasis)}.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title{color:var(--fgColor-success)}.markdown-body .markdown-alert.markdown-alert-caution{border-left-color:var(--borderColor-danger-emphasis)}.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title{color:var(--fgColor-danger)}.markdown-body>:first-child>.heading-element:first-child{margin-top:0!important}.markdown-body .highlight pre:has(+.zeroclipboard-container){min-height:52px}
@charset "UTF-8";:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}

/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea{align-items:center;-moz-appearance:none;-webkit-appearance:none;border:1px solid transparent;border-radius:.5rem;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding:calc(.5em - 1px) calc(.75em - 1px);position:relative;vertical-align:top}.button:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{outline:none}.select fieldset[disabled] select,.select select[disabled],[disabled].button,[disabled].file-cta,[disabled].file-name,[disabled].input,[disabled].pagination-ellipsis,[disabled].pagination-link,[disabled].pagination-next,[disabled].pagination-previous,[disabled].textarea,fieldset[disabled] .button,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .input,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-previous,fieldset[disabled] .select select,fieldset[disabled] .textarea{cursor:not-allowed}.breadcrumb,.button,.file,.is-unselectable,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless):after,.select:not(.is-multiple):not(.is-loading):after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.level:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.pagination:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.tabs:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-webkit-touch-callout:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(0,0,0,.2);border:none;border-radius:9999px;cursor:pointer;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;pointer-events:auto;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:top;width:20px}.delete:after,.delete:before,.modal-close:after,.modal-close:before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.delete:before,.modal-close:before{height:2px;width:50%}.delete:after,.modal-close:after{height:50%;width:2px}.delete:focus,.delete:hover,.modal-close:focus,.modal-close:hover{background-color:rgba(0,0,0,.3)}.delete:active,.modal-close:active{background-color:rgba(0,0,0,.4)}.is-small.delete,.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.delete,.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.delete,.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading:after,.control.is-loading:after,.loader,.select.is-loading:after{-webkit-animation:spinAround .5s linear infinite;animation:spinAround .5s linear infinite;border-color:transparent transparent #dbdbdb #dbdbdb;border-radius:9999px;border-style:solid;border-width:2px;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img,.is-overlay,.modal,.modal-background{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{color:currentColor;font-family:inherit;font-size:1em} /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */.navbar-burger,blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background-color:#fff;font-size:16px;min-width:300px;overflow-x:hidden;overflow-y:scroll}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:Roboto,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1em;font-weight:400;line-height:1.5}a{color:#485fc7;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{color:#da1039;font-size:.875em;font-weight:400;padding:.25em .5em}code,hr{background-color:#f5f5f5}hr{border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;word-wrap:normal;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#363636}@-webkit-keyframes spinAround{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes spinAround{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.box{background-color:#fff;border-radius:1rem;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);color:#4a4a4a;display:block;padding:1.25rem}a.box:focus,a.box:hover{box-shadow:0 .5em 1em -.125em rgba(0,0,0,.1),0 0 0 1px #485fc7}a.box:active{box-shadow:inset 0 1px 2px rgba(0,0,0,.2),0 0 0 1px #485fc7}.button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding:calc(.5em - 1px) 1em;text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-.5em - 1px);margin-right:.25em}.button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.button.is-hovered,.button:hover{border-color:#b5b5b5;color:#363636}.button.is-focused,.button:focus{border-color:#485fc7;color:#363636}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.button.is-active,.button:active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active,.button.is-text:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-ghost{background:none;border-color:transparent;color:#485fc7;text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:#485fc7;text-decoration:underline}.button.is-white{background-color:#fff;border-color:transparent;color:#000}.button.is-white.is-hovered,.button.is-white:hover{background-color:#f9f9f9;border-color:transparent;color:#000}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#000}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#f2f2f2;border-color:transparent;color:#000}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}.button.is-white.is-inverted{background-color:#000;color:#fff}.button.is-white.is-inverted.is-hovered,.button.is-white.is-inverted:hover{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#000;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading:after{border-color:transparent transparent #000 #000!important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined.is-focused,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#fff;border-color:#fff;color:#000}.button.is-white.is-outlined.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined.is-loading.is-focused:after,.button.is-white.is-outlined.is-loading.is-hovered:after,.button.is-white.is-outlined.is-loading:focus:after,.button.is-white.is-outlined.is-loading:hover:after{border-color:transparent transparent #000 #000!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#000;color:#000}.button.is-white.is-inverted.is-outlined.is-focused,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#000;color:#fff}.button.is-white.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-white.is-inverted.is-outlined.is-loading:focus:after,.button.is-white.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#000;box-shadow:none;color:#000}.button.is-black,.button.is-black.is-hovered,.button.is-black:hover{background-color:#000;border-color:transparent;color:#fff}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#fff}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em rgba(0,0,0,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#000;border-color:#000;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#000}.button.is-black.is-inverted.is-hovered,.button.is-black.is-inverted:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#000}.button.is-black.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined{background-color:transparent;border-color:#000;color:#000}.button.is-black.is-outlined.is-focused,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#000;border-color:#000;color:#fff}.button.is-black.is-outlined.is-loading:after{border-color:transparent transparent #000 #000!important}.button.is-black.is-outlined.is-loading.is-focused:after,.button.is-black.is-outlined.is-loading.is-hovered:after,.button.is-black.is-outlined.is-loading:focus:after,.button.is-black.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#000;box-shadow:none;color:#000}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined.is-focused,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#fff;color:#000}.button.is-black.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-black.is-inverted.is-outlined.is-loading:focus:after,.button.is-black.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #000 #000!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-hovered,.button.is-light:hover{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}.button.is-light.is-inverted{color:#f5f5f5}.button.is-light.is-inverted,.button.is-light.is-inverted.is-hovered,.button.is-light.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined.is-focused,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.button.is-light.is-outlined.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined.is-loading.is-focused:after,.button.is-light.is-outlined.is-loading.is-hovered:after,.button.is-light.is-outlined.is-loading:focus:after,.button.is-light.is-outlined.is-loading:hover:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-light.is-inverted.is-outlined.is-focused,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#f5f5f5}.button.is-light.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-light.is-inverted.is-outlined.is-loading:focus:after,.button.is-light.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-dark{background-color:#363636;border-color:transparent;color:#fff}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#2f2f2f;border-color:transparent;color:#fff}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#fff}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#292929;border-color:transparent;color:#fff}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#363636;border-color:#363636;box-shadow:none}.button.is-dark.is-inverted{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-hovered,.button.is-dark.is-inverted:hover{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined.is-focused,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#363636;border-color:#363636;color:#fff}.button.is-dark.is-outlined.is-loading:after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-outlined.is-loading.is-focused:after,.button.is-dark.is-outlined.is-loading.is-hovered:after,.button.is-dark.is-outlined.is-loading:focus:after,.button.is-dark.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-dark.is-inverted.is-outlined.is-focused,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-dark.is-inverted.is-outlined.is-loading:focus:after,.button.is-dark.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary{background-color:#ec008c;border-color:transparent;color:#fff}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#df0084;border-color:transparent;color:#fff}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(236,0,140,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#d3007d;border-color:transparent;color:#fff}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#ec008c;border-color:#ec008c;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:#ec008c}.button.is-primary.is-inverted.is-hovered,.button.is-primary.is-inverted:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#ec008c}.button.is-primary.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined{background-color:transparent;border-color:#ec008c;color:#ec008c}.button.is-primary.is-outlined.is-focused,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#ec008c;border-color:#ec008c;color:#fff}.button.is-primary.is-outlined.is-loading:after{border-color:transparent transparent #ec008c #ec008c!important}.button.is-primary.is-outlined.is-loading.is-focused:after,.button.is-primary.is-outlined.is-loading.is-hovered:after,.button.is-primary.is-outlined.is-loading:focus:after,.button.is-primary.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#ec008c;box-shadow:none;color:#ec008c}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined.is-focused,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#fff;color:#ec008c}.button.is-primary.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-primary.is-inverted.is-outlined.is-loading:focus:after,.button.is-primary.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #ec008c #ec008c!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary.is-light{background-color:#ffebf7;color:#eb008b}.button.is-primary.is-light.is-hovered,.button.is-primary.is-light:hover{background-color:#ffdef2;border-color:transparent;color:#eb008b}.button.is-primary.is-light.is-active,.button.is-primary.is-light:active{background-color:#ffd1ec;border-color:transparent;color:#eb008b}.button.is-link{background-color:#485fc7;border-color:transparent;color:#fff}.button.is-link.is-hovered,.button.is-link:hover{background-color:#3e56c4;border-color:transparent;color:#fff}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#fff}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#3a51bb;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#485fc7;border-color:#485fc7;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#485fc7}.button.is-link.is-inverted.is-hovered,.button.is-link.is-inverted:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#485fc7}.button.is-link.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined{background-color:transparent;border-color:#485fc7;color:#485fc7}.button.is-link.is-outlined.is-focused,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{background-color:#485fc7;border-color:#485fc7;color:#fff}.button.is-link.is-outlined.is-loading:after{border-color:transparent transparent #485fc7 #485fc7!important}.button.is-link.is-outlined.is-loading.is-focused:after,.button.is-link.is-outlined.is-loading.is-hovered:after,.button.is-link.is-outlined.is-loading:focus:after,.button.is-link.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#485fc7;box-shadow:none;color:#485fc7}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined.is-focused,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{background-color:#fff;color:#485fc7}.button.is-link.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-link.is-inverted.is-outlined.is-loading:focus:after,.button.is-link.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #485fc7 #485fc7!important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link.is-light{background-color:#eff1fa;color:#3850b7}.button.is-link.is-light.is-hovered,.button.is-link.is-light:hover{background-color:#e6e9f7;border-color:transparent;color:#3850b7}.button.is-link.is-light.is-active,.button.is-link.is-light:active{background-color:#dce0f4;border-color:transparent;color:#3850b7}.button.is-info{background-color:#3e8ed0;border-color:transparent;color:#fff}.button.is-info.is-hovered,.button.is-info:hover{background-color:#3488ce;border-color:transparent;color:#fff}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#fff}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#3082c5;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3e8ed0;border-color:#3e8ed0;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3e8ed0}.button.is-info.is-inverted.is-hovered,.button.is-info.is-inverted:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3e8ed0}.button.is-info.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;color:#3e8ed0}.button.is-info.is-outlined.is-focused,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}.button.is-info.is-outlined.is-loading:after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-info.is-outlined.is-loading.is-focused:after,.button.is-info.is-outlined.is-loading.is-hovered:after,.button.is-info.is-outlined.is-loading:focus:after,.button.is-info.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;box-shadow:none;color:#3e8ed0}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined.is-focused,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#fff;color:#3e8ed0}.button.is-info.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-info.is-inverted.is-outlined.is-loading:focus:after,.button.is-info.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info.is-light{background-color:#eff5fb;color:#296fa8}.button.is-info.is-light.is-hovered,.button.is-info.is-light:hover{background-color:#e4eff9;border-color:transparent;color:#296fa8}.button.is-info.is-light.is-active,.button.is-info.is-light:active{background-color:#dae9f6;border-color:transparent;color:#296fa8}.button.is-success{background-color:#8abd81;border-color:transparent;color:#fff}.button.is-success.is-hovered,.button.is-success:hover{background-color:#82b979;border-color:transparent;color:#fff}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#fff}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(138,189,129,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#7ab470;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#8abd81;border-color:#8abd81;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#8abd81}.button.is-success.is-inverted.is-hovered,.button.is-success.is-inverted:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#8abd81}.button.is-success.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined{background-color:transparent;border-color:#8abd81;color:#8abd81}.button.is-success.is-outlined.is-focused,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#8abd81;border-color:#8abd81;color:#fff}.button.is-success.is-outlined.is-loading:after{border-color:transparent transparent #8abd81 #8abd81!important}.button.is-success.is-outlined.is-loading.is-focused:after,.button.is-success.is-outlined.is-loading.is-hovered:after,.button.is-success.is-outlined.is-loading:focus:after,.button.is-success.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#8abd81;box-shadow:none;color:#8abd81}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined.is-focused,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#fff;color:#8abd81}.button.is-success.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-success.is-inverted.is-outlined.is-loading:focus:after,.button.is-success.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #8abd81 #8abd81!important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success.is-light{background-color:#f3f8f2;color:#3e6836}.button.is-success.is-light.is-hovered,.button.is-success.is-light:hover{background-color:#ebf4e9;border-color:transparent;color:#3e6836}.button.is-success.is-light.is-active,.button.is-success.is-light:active{background-color:#e3efe1;border-color:transparent;color:#3e6836}.button.is-warning{background-color:#e0c263;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#debe58;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(224,194,99,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#dcba4e;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#e0c263;border-color:#e0c263;box-shadow:none}.button.is-warning.is-inverted{color:#e0c263}.button.is-warning.is-inverted,.button.is-warning.is-inverted.is-hovered,.button.is-warning.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#e0c263}.button.is-warning.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined{background-color:transparent;border-color:#e0c263;color:#e0c263}.button.is-warning.is-outlined.is-focused,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#e0c263;border-color:#e0c263;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading:after{border-color:transparent transparent #e0c263 #e0c263!important}.button.is-warning.is-outlined.is-loading.is-focused:after,.button.is-warning.is-outlined.is-loading.is-hovered:after,.button.is-warning.is-outlined.is-loading:focus:after,.button.is-warning.is-outlined.is-loading:hover:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#e0c263;box-shadow:none;color:#e0c263}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined.is-focused,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#e0c263}.button.is-warning.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-warning.is-inverted.is-outlined.is-loading:focus:after,.button.is-warning.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #e0c263 #e0c263!important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-warning.is-light{background-color:#fcf8ee;color:#7b6419}.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:hover{background-color:#faf4e3;border-color:transparent;color:#7b6419}.button.is-warning.is-light.is-active,.button.is-warning.is-light:active{background-color:#f7f0d9;border-color:transparent;color:#7b6419}.button.is-danger{background-color:#d66a6a;border-color:transparent;color:#fff}.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#d36060;border-color:transparent;color:#fff}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#fff}.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,57%,63%,.25)}.button.is-danger.is-active,.button.is-danger:active{background-color:#d05656;border-color:transparent;color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#d66a6a;border-color:#d66a6a;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#d66a6a}.button.is-danger.is-inverted.is-hovered,.button.is-danger.is-inverted:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#d66a6a}.button.is-danger.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined{background-color:transparent;border-color:#d66a6a;color:#d66a6a}.button.is-danger.is-outlined.is-focused,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:#d66a6a;border-color:#d66a6a;color:#fff}.button.is-danger.is-outlined.is-loading:after{border-color:transparent transparent #d66a6a #d66a6a!important}.button.is-danger.is-outlined.is-loading.is-focused:after,.button.is-danger.is-outlined.is-loading.is-hovered:after,.button.is-danger.is-outlined.is-loading:focus:after,.button.is-danger.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#d66a6a;box-shadow:none;color:#d66a6a}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined.is-focused,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#fff;color:#d66a6a}.button.is-danger.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-danger.is-inverted.is-outlined.is-loading:focus:after,.button.is-danger.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #d66a6a #d66a6a!important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-danger.is-light{background-color:#fbefef;color:#a42d2d}.button.is-danger.is-light.is-hovered,.button.is-danger.is-light:hover{background-color:#f8e5e5;border-color:transparent;color:#a42d2d}.button.is-danger.is-light.is-active,.button.is-danger.is-light:active{background-color:#f5dbdb;border-color:transparent;color:#a42d2d}.button.is-small{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:.25rem}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading:after{left:calc(50% - .5em);position:absolute;position:absolute!important;top:calc(50% - .5em)}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;pointer-events:none}.button.is-rounded{border-radius:9999px;padding-left:1.25em;padding-right:1.25em}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.buttons:last-child{margin-bottom:-.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:.25rem}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}@media screen and (max-width:768px){.button.is-responsive.is-small{font-size:.5625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.65625rem}.button.is-responsive.is-medium{font-size:.75rem}.button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width:769px) and (max-width:1023px){.button.is-responsive.is-small{font-size:.65625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.75rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.25rem}}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none!important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width:1024px){.container{max-width:960px}}@media screen and (max-width:1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width:1407px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width:1216px){.container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width:1408px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.content li+li{margin-top:.25em}.content blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#363636;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;word-wrap:normal;overflow-x:auto;padding:1.25em 1.5em;white-space:pre}.content sub,.content sup{font-size:75%}.content table{width:100%}.content table td,.content table th{border:solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#363636}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small{font-size:.75rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;height:1.5rem;justify-content:center;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.image.is-fullwidth{width:100%}.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img{height:100%;width:100%}.image.is-1by1,.image.is-square{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:#f5f5f5;border-radius:.5rem;padding:1.25rem 2.5rem 1.25rem 1.5rem;position:relative}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:transparent}.notification>.delete{position:absolute;right:.5rem;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:#fff;color:#000}.notification.is-black{background-color:#000;color:#fff}.notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.notification.is-dark{background-color:#363636;color:#fff}.notification.is-primary{background-color:#ec008c;color:#fff}.notification.is-primary.is-light{background-color:#ffebf7;color:#eb008b}.notification.is-link{background-color:#485fc7;color:#fff}.notification.is-link.is-light{background-color:#eff1fa;color:#3850b7}.notification.is-info{background-color:#3e8ed0;color:#fff}.notification.is-info.is-light{background-color:#eff5fb;color:#296fa8}.notification.is-success{background-color:#8abd81;color:#fff}.notification.is-success.is-light{background-color:#f3f8f2;color:#3e6836}.notification.is-warning{background-color:#e0c263;color:rgba(0,0,0,.7)}.notification.is-warning.is-light{background-color:#fcf8ee;color:#7b6419}.notification.is-danger{background-color:#d66a6a;color:#fff}.notification.is-danger.is-light{background-color:#fbefef;color:#a42d2d}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#ededed}.progress::-webkit-progress-value{background-color:#4a4a4a}.progress::-moz-progress-bar{background-color:#4a4a4a}.progress::-ms-fill{background-color:#4a4a4a;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-white:indeterminate{background-image:linear-gradient(90deg,#fff 30%,#ededed 0)}.progress.is-black::-webkit-progress-value{background-color:#000}.progress.is-black::-moz-progress-bar{background-color:#000}.progress.is-black::-ms-fill{background-color:#000}.progress.is-black:indeterminate{background-image:linear-gradient(90deg,#000 30%,#ededed 0)}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-light:indeterminate{background-image:linear-gradient(90deg,#f5f5f5 30%,#ededed 0)}.progress.is-dark::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill{background-color:#363636}.progress.is-dark:indeterminate{background-image:linear-gradient(90deg,#363636 30%,#ededed 0)}.progress.is-primary::-webkit-progress-value{background-color:#ec008c}.progress.is-primary::-moz-progress-bar{background-color:#ec008c}.progress.is-primary::-ms-fill{background-color:#ec008c}.progress.is-primary:indeterminate{background-image:linear-gradient(90deg,#ec008c 30%,#ededed 0)}.progress.is-link::-webkit-progress-value{background-color:#485fc7}.progress.is-link::-moz-progress-bar{background-color:#485fc7}.progress.is-link::-ms-fill{background-color:#485fc7}.progress.is-link:indeterminate{background-image:linear-gradient(90deg,#485fc7 30%,#ededed 0)}.progress.is-info::-webkit-progress-value{background-color:#3e8ed0}.progress.is-info::-moz-progress-bar{background-color:#3e8ed0}.progress.is-info::-ms-fill{background-color:#3e8ed0}.progress.is-info:indeterminate{background-image:linear-gradient(90deg,#3e8ed0 30%,#ededed 0)}.progress.is-success::-webkit-progress-value{background-color:#8abd81}.progress.is-success::-moz-progress-bar{background-color:#8abd81}.progress.is-success::-ms-fill{background-color:#8abd81}.progress.is-success:indeterminate{background-image:linear-gradient(90deg,#8abd81 30%,#ededed 0)}.progress.is-warning::-webkit-progress-value{background-color:#e0c263}.progress.is-warning::-moz-progress-bar{background-color:#e0c263}.progress.is-warning::-ms-fill{background-color:#e0c263}.progress.is-warning:indeterminate{background-image:linear-gradient(90deg,#e0c263 30%,#ededed 0)}.progress.is-danger::-webkit-progress-value{background-color:#d66a6a}.progress.is-danger::-moz-progress-bar{background-color:#d66a6a}.progress.is-danger::-ms-fill{background-color:#d66a6a}.progress.is-danger:indeterminate{background-image:linear-gradient(90deg,#d66a6a 30%,#ededed 0)}.progress:indeterminate{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:moveIndeterminate;animation-name:moveIndeterminate;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-color:#ededed;background-image:linear-gradient(90deg,#4a4a4a 30%,#ededed 0);background-position:0 0;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@-webkit-keyframes moveIndeterminate{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes moveIndeterminate{0%{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#fff;color:#363636}.table td,.table th{border:solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#000}.table td.is-black,.table th.is-black{background-color:#000;border-color:#000;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}.table td.is-primary,.table th.is-primary{background-color:#ec008c;border-color:#ec008c;color:#fff}.table td.is-link,.table th.is-link{background-color:#485fc7;border-color:#485fc7;color:#fff}.table td.is-info,.table th.is-info{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}.table td.is-success,.table th.is-success{background-color:#8abd81;border-color:#8abd81;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#e0c263;border-color:#e0c263;color:rgba(0,0,0,.7)}.table td.is-danger,.table th.is-danger{background-color:#d66a6a;border-color:#d66a6a;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#ec008c;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#363636}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#ec008c;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead{background-color:transparent}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}.table tfoot{background-color:transparent}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#363636}.table tbody{background-color:transparent}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover,.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;max-width:100%;overflow:auto;overflow-y:hidden}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag{margin-left:.25rem;margin-right:.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.has-addons .tag,.tags.is-right .tag:not(:last-child){margin-right:0}.tags.has-addons .tag:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:0}.tags.has-addons .tag:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.tag:not(body){align-items:center;background-color:#f5f5f5;border-radius:.5rem;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.tag:not(body).is-white{background-color:#fff;color:#000}.tag:not(body).is-black{background-color:#000;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.tag:not(body).is-dark{background-color:#363636;color:#fff}.tag:not(body).is-primary{background-color:#ec008c;color:#fff}.tag:not(body).is-primary.is-light{background-color:#ffebf7;color:#eb008b}.tag:not(body).is-link{background-color:#485fc7;color:#fff}.tag:not(body).is-link.is-light{background-color:#eff1fa;color:#3850b7}.tag:not(body).is-info{background-color:#3e8ed0;color:#fff}.tag:not(body).is-info.is-light{background-color:#eff5fb;color:#296fa8}.tag:not(body).is-success{background-color:#8abd81;color:#fff}.tag:not(body).is-success.is-light{background-color:#f3f8f2;color:#3e6836}.tag:not(body).is-warning{background-color:#e0c263;color:rgba(0,0,0,.7)}.tag:not(body).is-warning.is-light{background-color:#fcf8ee;color:#7b6419}.tag:not(body).is-danger{background-color:#d66a6a;color:#fff}.tag:not(body).is-danger.is-light{background-color:#fbefef;color:#a42d2d}.tag:not(body).is-normal{font-size:.75rem}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.tag:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete:after,.tag:not(body).is-delete:before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag:not(body).is-delete:before{height:1px;width:50%}.tag:not(body).is-delete:after{height:50%;width:1px}.tag:not(body).is-delete:focus,.tag:not(body).is-delete:hover{background-color:#e8e8e8}.tag:not(body).is-delete:active{background-color:#dbdbdb}.tag:not(body).is-rounded{border-radius:9999px}a.tag:hover{text-decoration:underline}.subtitle,.title{word-break:break-word}.subtitle em,.subtitle span,.title em,.title span{font-weight:inherit}.subtitle sub,.subtitle sup,.title sub,.title sup{font-size:.75em}.subtitle .tag,.title .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.number{align-items:center;background-color:#f5f5f5;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.input,.select select,.textarea{background-color:#fff;border-color:#dbdbdb;border-radius:.25rem;color:#363636}.input::-moz-placeholder,.select select::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.input::-webkit-input-placeholder,.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.input:-moz-placeholder,.select select:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.input:-ms-input-placeholder,.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.input:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:#b5b5b5}.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:#485fc7;box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.select fieldset[disabled] select,.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .input,fieldset[disabled] .select select,fieldset[disabled] .textarea{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.select fieldset[disabled] select::-moz-placeholder,.select select[disabled]::-moz-placeholder,[disabled].input::-moz-placeholder,[disabled].textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:hsla(0,0%,48%,.3)}.select fieldset[disabled] select::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:hsla(0,0%,48%,.3)}.select fieldset[disabled] select:-moz-placeholder,.select select[disabled]:-moz-placeholder,[disabled].input:-moz-placeholder,[disabled].textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:hsla(0,0%,48%,.3)}.select fieldset[disabled] select:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:hsla(0,0%,48%,.3)}.input,.textarea{box-shadow:inset 0 .0625em .125em rgba(0,0,0,.05);max-width:100%;width:100%}[readonly].input,[readonly].textarea{box-shadow:none}.is-white.input,.is-white.textarea{border-color:#fff}.is-white.input:active,.is-white.input:focus,.is-white.is-active.input,.is-white.is-active.textarea,.is-white.is-focused.input,.is-white.is-focused.textarea,.is-white.textarea:active,.is-white.textarea:focus{box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.is-black.input,.is-black.textarea{border-color:#000}.is-black.input:active,.is-black.input:focus,.is-black.is-active.input,.is-black.is-active.textarea,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.textarea:active,.is-black.textarea:focus{box-shadow:0 0 0 .125em rgba(0,0,0,.25)}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.is-light.input:active,.is-light.input:focus,.is-light.is-active.input,.is-light.is-active.textarea,.is-light.is-focused.input,.is-light.is-focused.textarea,.is-light.textarea:active,.is-light.textarea:focus{box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.is-dark.input,.is-dark.textarea{border-color:#363636}.is-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input,.is-dark.is-active.textarea,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.textarea:active,.is-dark.textarea:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.is-primary.input,.is-primary.textarea{border-color:#ec008c}.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input,.is-primary.is-active.textarea,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.is-primary.textarea:active,.is-primary.textarea:focus{box-shadow:0 0 0 .125em rgba(236,0,140,.25)}.is-link.input,.is-link.textarea{border-color:#485fc7}.is-link.input:active,.is-link.input:focus,.is-link.is-active.input,.is-link.is-active.textarea,.is-link.is-focused.input,.is-link.is-focused.textarea,.is-link.textarea:active,.is-link.textarea:focus{box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.is-info.input,.is-info.textarea{border-color:#3e8ed0}.is-info.input:active,.is-info.input:focus,.is-info.is-active.input,.is-info.is-active.textarea,.is-info.is-focused.input,.is-info.is-focused.textarea,.is-info.textarea:active,.is-info.textarea:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.is-success.input,.is-success.textarea{border-color:#8abd81}.is-success.input:active,.is-success.input:focus,.is-success.is-active.input,.is-success.is-active.textarea,.is-success.is-focused.input,.is-success.is-focused.textarea,.is-success.textarea:active,.is-success.textarea:focus{box-shadow:0 0 0 .125em rgba(138,189,129,.25)}.is-warning.input,.is-warning.textarea{border-color:#e0c263}.is-warning.input:active,.is-warning.input:focus,.is-warning.is-active.input,.is-warning.is-active.textarea,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.is-warning.textarea:active,.is-warning.textarea:focus{box-shadow:0 0 0 .125em rgba(224,194,99,.25)}.is-danger.input,.is-danger.textarea{border-color:#d66a6a}.is-danger.input:active,.is-danger.input:focus,.is-danger.is-active.input,.is-danger.is-active.textarea,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.textarea:active,.is-danger.textarea:focus{box-shadow:0 0 0 .125em hsla(0,57%,63%,.25)}.is-small.input,.is-small.textarea{border-radius:.25rem;font-size:.75rem}.is-medium.input,.is-medium.textarea{font-size:1.25rem}.is-large.input,.is-large.textarea{font-size:1.5rem}.is-fullwidth.input,.is-fullwidth.textarea{display:block;width:100%}.is-inline.input,.is-inline.textarea{display:inline;width:auto}.input.is-rounded{border-radius:9999px;padding-left:calc(1.125em - 1px);padding-right:calc(1.125em - 1px)}.input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:auto}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#363636}.checkbox input[disabled],.radio input[disabled],[disabled].checkbox,[disabled].radio,fieldset[disabled] .checkbox,fieldset[disabled] .radio{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading):after{border-color:#485fc7;right:1.125em;z-index:4}.select.is-rounded select{border-radius:9999px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover:after{border-color:#363636}.select.is-white select,.select.is-white:not(:hover):after{border-color:#fff}.select.is-white select.is-hovered,.select.is-white select:hover{border-color:#f2f2f2}.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.select.is-black select,.select.is-black select.is-hovered,.select.is-black select:hover,.select.is-black:not(:hover):after{border-color:#000}.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{box-shadow:0 0 0 .125em rgba(0,0,0,.25)}.select.is-light select,.select.is-light:not(:hover):after{border-color:#f5f5f5}.select.is-light select.is-hovered,.select.is-light select:hover{border-color:#e8e8e8}.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.select.is-dark select,.select.is-dark:not(:hover):after{border-color:#363636}.select.is-dark select.is-hovered,.select.is-dark select:hover{border-color:#292929}.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.select.is-primary select,.select.is-primary:not(:hover):after{border-color:#ec008c}.select.is-primary select.is-hovered,.select.is-primary select:hover{border-color:#d3007d}.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{box-shadow:0 0 0 .125em rgba(236,0,140,.25)}.select.is-link select,.select.is-link:not(:hover):after{border-color:#485fc7}.select.is-link select.is-hovered,.select.is-link select:hover{border-color:#3a51bb}.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.select.is-info select,.select.is-info:not(:hover):after{border-color:#3e8ed0}.select.is-info select.is-hovered,.select.is-info select:hover{border-color:#3082c5}.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.select.is-success select,.select.is-success:not(:hover):after{border-color:#8abd81}.select.is-success select.is-hovered,.select.is-success select:hover{border-color:#7ab470}.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{box-shadow:0 0 0 .125em rgba(138,189,129,.25)}.select.is-warning select,.select.is-warning:not(:hover):after{border-color:#e0c263}.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:#dcba4e}.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{box-shadow:0 0 0 .125em rgba(224,194,99,.25)}.select.is-danger select,.select.is-danger:not(:hover):after{border-color:#d66a6a}.select.is-danger select.is-hovered,.select.is-danger select:hover{border-color:#d05656}.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{box-shadow:0 0 0 .125em hsla(0,57%,63%,.25)}.select.is-small{border-radius:.25rem;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled:after{border-color:#7a7a7a!important;opacity:.5}.select.is-fullwidth,.select.is-fullwidth select{width:100%}.select.is-loading:after{margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#000}.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:#f9f9f9;border-color:transparent;color:#000}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,100%,.25);color:#000}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#000}.file.is-black .file-cta,.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(0,0,0,.25);color:#fff}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,96%,.25);color:rgba(0,0,0,.7)}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-dark .file-cta{background-color:#363636;border-color:transparent;color:#fff}.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:#2f2f2f;border-color:transparent;color:#fff}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(54,54,54,.25);color:#fff}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:#292929;border-color:transparent;color:#fff}.file.is-primary .file-cta{background-color:#ec008c;border-color:transparent;color:#fff}.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:#df0084;border-color:transparent;color:#fff}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(236,0,140,.25);color:#fff}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:#d3007d;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#485fc7;border-color:transparent;color:#fff}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#3e56c4;border-color:transparent;color:#fff}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(72,95,199,.25);color:#fff}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#3a51bb;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#3e8ed0;border-color:transparent;color:#fff}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#3488ce;border-color:transparent;color:#fff}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(62,142,208,.25);color:#fff}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#3082c5;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#8abd81;border-color:transparent;color:#fff}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#82b979;border-color:transparent;color:#fff}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(138,189,129,.25);color:#fff}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#7ab470;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#e0c263;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#debe58;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(224,194,99,.25);color:rgba(0,0,0,.7)}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#dcba4e;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-danger .file-cta{background-color:#d66a6a;border-color:transparent;color:#fff}.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:#d36060;border-color:transparent;color:#fff}.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,57%,63%,.25);color:#fff}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:#d05656;border-color:transparent;color:#fff}.file.is-small{font-size:.75rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:.5rem}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:.5rem .5rem 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 .5rem .5rem;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 .5rem .5rem 0}.file.is-right .file-name{border-radius:.5rem 0 0 .5rem;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;cursor:pointer;display:flex;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#363636}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#dbdbdb;border-radius:.5rem;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#f5f5f5;color:#4a4a4a}.file-name{border:1px solid #dbdbdb;border-left-width:0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#fff}.help.is-black{color:#000}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-primary{color:#ec008c}.help.is-link{color:#485fc7}.help.is-info{color:#3e8ed0}.help.is-success{color:#8abd81}.help.is-warning{color:#e0c263}.help.is-danger{color:#d66a6a}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover{z-index:2}.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]).is-focused,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]):focus{z-index:3}.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .button:not([disabled]).is-focused:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]).is-focused:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]).is-focused:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media print,screen and (min-width:769px){.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width:768px){.field-label{margin-bottom:.5rem}}@media print,screen and (min-width:769px){.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media print,screen and (min-width:769px){.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#4a4a4a}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#dbdbdb;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading:after{position:absolute!important;right:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#485fc7;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.breadcrumb li+li:before{color:#b5b5b5;content:"/"}.breadcrumb ol,.breadcrumb ul{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li:before{content:"→"}.breadcrumb.has-bullet-separator li+li:before{content:"•"}.breadcrumb.has-dot-separator li+li:before{content:"·"}.breadcrumb.has-succeeds-separator li+li:before{content:"≻"}.card{background-color:#fff;border-radius:.25rem;box-shadow:0 .5em 1em -.125em rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.02);color:#4a4a4a;max-width:100%;position:relative}.card-content:first-child,.card-footer:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-content:last-child,.card-footer:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-header{align-items:stretch;background-color:transparent;box-shadow:0 .125em .25em rgba(0,0,0,.1);display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-icon,.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;cursor:pointer;display:flex;font-family:inherit;font-size:1em;margin:0;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{padding:1.5rem}.card-content,.card-footer{background-color:transparent}.card-footer{align-items:stretch;border-top:1px solid #ededed;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:0;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:.5rem;box-shadow:0 .5em 1em -.125em rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#f5f5f5;color:#000}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#485fc7;color:#fff}.dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:.5rem}.level img{display:inline-block;vertical-align:top}.level.is-mobile,.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media print,screen and (min-width:769px){.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media print,screen and (min-width:769px){.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}}@media print,screen and (min-width:769px){.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media print,screen and (min-width:769px){.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid hsla(0,0%,86%,.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid hsla(0,0%,86%,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width:768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:.25rem;color:#4a4a4a;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#f5f5f5;color:#363636}.menu-list a.is-active{background-color:#485fc7;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:.5rem;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#000}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#000;color:#fff}.message.is-black .message-body{border-color:#000}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.message.is-light .message-body{border-color:#f5f5f5}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#363636;color:#fff}.message.is-dark .message-body{border-color:#363636}.message.is-primary{background-color:#ffebf7}.message.is-primary .message-header{background-color:#ec008c;color:#fff}.message.is-primary .message-body{border-color:#ec008c;color:#eb008b}.message.is-link{background-color:#eff1fa}.message.is-link .message-header{background-color:#485fc7;color:#fff}.message.is-link .message-body{border-color:#485fc7;color:#3850b7}.message.is-info{background-color:#eff5fb}.message.is-info .message-header{background-color:#3e8ed0;color:#fff}.message.is-info .message-body{border-color:#3e8ed0;color:#296fa8}.message.is-success{background-color:#f3f8f2}.message.is-success .message-header{background-color:#8abd81;color:#fff}.message.is-success .message-body{border-color:#8abd81;color:#3e6836}.message.is-warning{background-color:#fcf8ee}.message.is-warning .message-header{background-color:#e0c263;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#e0c263;color:#7b6419}.message.is-danger{background-color:#fbefef}.message.is-danger .message-header{background-color:#d66a6a;color:#fff}.message.is-danger .message-body{border-color:#d66a6a;color:#a42d2d}.message-header{align-items:center;background-color:#4a4a4a;border-radius:.5rem .5rem 0 0;color:findcolorinvert(#4a4a4a);display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-top-left-radius:0;border-top-right-radius:0;border-width:0}.message-body{border:solid #dbdbdb;border-radius:.5rem;border-width:0 0 0 4px;color:#4a4a4a;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:transparent}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(0,0,0,.86)}.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px){.modal-card,.modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-foot,.modal-card-head{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:1rem;border-top-right-radius:1rem}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#000}.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:#000}.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#f2f2f2;color:#000}.navbar.is-white .navbar-brand .navbar-link:after{border-color:#000}.navbar.is-white .navbar-burger{color:#000}@media screen and (min-width:1024px){.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item{color:#000}.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#f2f2f2;color:#000}.navbar.is-white .navbar-end .navbar-link:after,.navbar.is-white .navbar-start .navbar-link:after{border-color:#000}.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#f2f2f2;color:#000}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#000}}.navbar.is-black{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:#fff}.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item{color:#fff}.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-end .navbar-link:after,.navbar.is-black .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#000;color:#fff}}.navbar.is-light{background-color:#f5f5f5}.navbar.is-light,.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link:after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-end .navbar-link:after,.navbar.is-light .navbar-start .navbar-link:after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,.7)}}.navbar.is-dark{background-color:#363636;color:#fff}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#fff}.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#292929;color:#fff}.navbar.is-dark .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-dark .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-dark .navbar-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item{color:#fff}.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#292929;color:#fff}.navbar.is-dark .navbar-end .navbar-link:after,.navbar.is-dark .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#292929;color:#fff}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#fff}}.navbar.is-primary{background-color:#ec008c;color:#fff}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#fff}.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#d3007d;color:#fff}.navbar.is-primary .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-primary .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-primary .navbar-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item{color:#fff}.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#d3007d;color:#fff}.navbar.is-primary .navbar-end .navbar-link:after,.navbar.is-primary .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#d3007d;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#ec008c;color:#fff}}.navbar.is-link{background-color:#485fc7;color:#fff}.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item{color:#fff}.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:#3a51bb;color:#fff}.navbar.is-link .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item{color:#fff}.navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover{background-color:#3a51bb;color:#fff}.navbar.is-link .navbar-end .navbar-link:after,.navbar.is-link .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:#3a51bb;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#485fc7;color:#fff}}.navbar.is-info{background-color:#3e8ed0;color:#fff}.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item{color:#fff}.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:#3082c5;color:#fff}.navbar.is-info .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item{color:#fff}.navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover{background-color:#3082c5;color:#fff}.navbar.is-info .navbar-end .navbar-link:after,.navbar.is-info .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:#3082c5;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3e8ed0;color:#fff}}.navbar.is-success{background-color:#8abd81;color:#fff}.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item{color:#fff}.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:#7ab470;color:#fff}.navbar.is-success .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item{color:#fff}.navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover{background-color:#7ab470;color:#fff}.navbar.is-success .navbar-end .navbar-link:after,.navbar.is-success .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:#7ab470;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#8abd81;color:#fff}}.navbar.is-warning{background-color:#e0c263}.navbar.is-warning,.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:#dcba4e;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link:after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:#dcba4e;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link:after,.navbar.is-warning .navbar-start .navbar-link:after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:#dcba4e;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#e0c263;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#d66a6a;color:#fff}.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item{color:#fff}.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:#d05656;color:#fff}.navbar.is-danger .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item{color:#fff}.navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:#d05656;color:#fff}.navbar.is-danger .navbar-end .navbar-link:after,.navbar.is-danger .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:#d05656;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#d66a6a;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}body.has-navbar-fixed-top,html.has-navbar-fixed-top{padding-top:3.25rem}body.has-navbar-fixed-bottom,html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:#4a4a4a;cursor:pointer;display:block;height:3.25rem;margin-left:auto;position:relative;width:3.25rem}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:first-child{top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:first-child{transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}.navbar-link,a.navbar-item{cursor:pointer}.navbar-link.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,a.navbar-item.is-active,a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover{background-color:#fafafa;color:#485fc7}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#485fc7}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom:3px solid #485fc7;color:#485fc7;padding-bottom:calc(.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless):after{border-color:#485fc7;margin-top:-.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link:after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(0,0,0,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(0,0,0,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}body.has-navbar-fixed-top-touch,html.has-navbar-fixed-top-touch{padding-top:3.25rem}body.has-navbar-fixed-bottom-touch,html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){.navbar,.navbar-end,.navbar-menu,.navbar-start{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-end,.navbar.is-spaced .navbar-start{align-items:center}.navbar.is-spaced .navbar-link,.navbar.is-spaced a.navbar-item{border-radius:.5rem}.navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#000}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#485fc7}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link:after{transform:rotate(135deg) translate(.25em,-.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:1rem 1rem 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(0,0,0,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(0,0,0,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#000}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#485fc7}.navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-dropdown{border-radius:1rem;border-top:none;box-shadow:0 8px 8px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.1);display:block;opacity:0;pointer-events:none;top:calc(100% - 4px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-left:-.75rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-right:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(0,0,0,.1)}.navbar.is-fixed-top-desktop{top:0}body.has-navbar-fixed-top-desktop,html.has-navbar-fixed-top-desktop{padding-top:3.25rem}body.has-navbar-fixed-bottom-desktop,html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}body.has-spaced-navbar-fixed-top,html.has-spaced-navbar-fixed-top{padding-top:5.25rem}body.has-spaced-navbar-fixed-bottom,html.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}.navbar-link.is-active,a.navbar-item.is-active{color:#000}.navbar-link.is-active:not(:focus):not(:hover),a.navbar-item.is-active:not(:focus):not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#fafafa}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{border-radius:9999px;padding-left:1em;padding-right:1em}.pagination.is-rounded .pagination-link{border-radius:9999px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-link,.pagination-next,.pagination-previous{border-color:#dbdbdb;color:#363636;min-width:2.5em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#b5b5b5;color:#363636}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#485fc7}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.pagination-link.is-disabled,.pagination-link[disabled],.pagination-next.is-disabled,.pagination-next[disabled],.pagination-previous.is-disabled,.pagination-previous[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{border-color:#485fc7;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-list li,.pagination-next,.pagination-previous{flex-grow:1;flex-shrink:1}}@media print,screen and (min-width:769px){.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{margin-bottom:0;margin-top:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:1rem;box-shadow:0 .5em 1em -.125em rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#fff;color:#000}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{background-color:#000;color:#fff}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#000}.panel.is-black .panel-block.is-active .panel-icon{color:#000}.panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.panel.is-dark .panel-heading{background-color:#363636;color:#fff}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:#363636}.panel.is-dark .panel-block.is-active .panel-icon{color:#363636}.panel.is-primary .panel-heading{background-color:#ec008c;color:#fff}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#ec008c}.panel.is-primary .panel-block.is-active .panel-icon{color:#ec008c}.panel.is-link .panel-heading{background-color:#485fc7;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#485fc7}.panel.is-link .panel-block.is-active .panel-icon{color:#485fc7}.panel.is-info .panel-heading{background-color:#3e8ed0;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3e8ed0}.panel.is-info .panel-block.is-active .panel-icon{color:#3e8ed0}.panel.is-success .panel-heading{background-color:#8abd81;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#8abd81}.panel.is-success .panel-block.is-active .panel-icon{color:#8abd81}.panel.is-warning .panel-heading{background-color:#e0c263;color:rgba(0,0,0,.7)}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#e0c263}.panel.is-warning .panel-block.is-active .panel-icon{color:#e0c263}.panel.is-danger .panel-heading{background-color:#d66a6a;color:#fff}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#d66a6a}.panel.is-danger .panel-block.is-active .panel-icon{color:#d66a6a}.panel-block:not(:last-child),.panel-tabs:not(:last-child){border-bottom:1px solid #ededed}.panel-heading{background-color:#ededed;border-radius:1rem 1rem 0 0;color:#363636;font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#485fc7}.panel-block{align-items:center;color:#363636;display:flex;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-right:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#485fc7;color:#363636}.panel-block.is-active .panel-icon{color:#485fc7}.panel-block:last-child{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{color:#7a7a7a;display:inline-block;font-size:14px;height:1em;line-height:1em;margin-right:.75em;text-align:center;vertical-align:top;width:1em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom:1px solid #dbdbdb;color:#4a4a4a;display:flex;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#363636;color:#363636}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#485fc7;color:#485fc7}.tabs ul{align-items:center;border-bottom:1px solid #dbdbdb;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-center,.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:.5rem .5rem 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:transparent!important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border:1px solid #dbdbdb;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem}.tabs.is-toggle li:last-child a{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.tabs.is-toggle li.is-active a{background-color:#485fc7;border-color:#485fc7;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{flex:none;width:8.33333337%}.column.is-offset-1-mobile{margin-left:8.33333337%}.column.is-2-mobile{flex:none;width:16.66666674%}.column.is-offset-2-mobile{margin-left:16.66666674%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333337%}.column.is-offset-4-mobile{margin-left:33.33333337%}.column.is-5-mobile{flex:none;width:41.66666674%}.column.is-offset-5-mobile{margin-left:41.66666674%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333337%}.column.is-offset-7-mobile{margin-left:58.33333337%}.column.is-8-mobile{flex:none;width:66.66666674%}.column.is-offset-8-mobile{margin-left:66.66666674%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333337%}.column.is-offset-10-mobile{margin-left:83.33333337%}.column.is-11-mobile{flex:none;width:91.66666674%}.column.is-offset-11-mobile{margin-left:91.66666674%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media print,screen and (min-width:769px){.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333337%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333337%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666674%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666674%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333337%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333337%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666674%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666674%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333337%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333337%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666674%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666674%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333337%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333337%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666674%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666674%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{flex:none;width:8.33333337%}.column.is-offset-1-touch{margin-left:8.33333337%}.column.is-2-touch{flex:none;width:16.66666674%}.column.is-offset-2-touch{margin-left:16.66666674%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333337%}.column.is-offset-4-touch{margin-left:33.33333337%}.column.is-5-touch{flex:none;width:41.66666674%}.column.is-offset-5-touch{margin-left:41.66666674%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333337%}.column.is-offset-7-touch{margin-left:58.33333337%}.column.is-8-touch{flex:none;width:66.66666674%}.column.is-offset-8-touch{margin-left:66.66666674%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333337%}.column.is-offset-10-touch{margin-left:83.33333337%}.column.is-11-touch{flex:none;width:91.66666674%}.column.is-offset-11-touch{margin-left:91.66666674%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{flex:none;width:8.33333337%}.column.is-offset-1-desktop{margin-left:8.33333337%}.column.is-2-desktop{flex:none;width:16.66666674%}.column.is-offset-2-desktop{margin-left:16.66666674%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333337%}.column.is-offset-4-desktop{margin-left:33.33333337%}.column.is-5-desktop{flex:none;width:41.66666674%}.column.is-offset-5-desktop{margin-left:41.66666674%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333337%}.column.is-offset-7-desktop{margin-left:58.33333337%}.column.is-8-desktop{flex:none;width:66.66666674%}.column.is-offset-8-desktop{margin-left:66.66666674%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333337%}.column.is-offset-10-desktop{margin-left:83.33333337%}.column.is-11-desktop{flex:none;width:91.66666674%}.column.is-offset-11-desktop{margin-left:91.66666674%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{flex:none;width:8.33333337%}.column.is-offset-1-widescreen{margin-left:8.33333337%}.column.is-2-widescreen{flex:none;width:16.66666674%}.column.is-offset-2-widescreen{margin-left:16.66666674%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333337%}.column.is-offset-4-widescreen{margin-left:33.33333337%}.column.is-5-widescreen{flex:none;width:41.66666674%}.column.is-offset-5-widescreen{margin-left:41.66666674%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333337%}.column.is-offset-7-widescreen{margin-left:58.33333337%}.column.is-8-widescreen{flex:none;width:66.66666674%}.column.is-offset-8-widescreen{margin-left:66.66666674%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333337%}.column.is-offset-10-widescreen{margin-left:83.33333337%}.column.is-11-widescreen{flex:none;width:91.66666674%}.column.is-offset-11-widescreen{margin-left:91.66666674%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{flex:none;width:8.33333337%}.column.is-offset-1-fullhd{margin-left:8.33333337%}.column.is-2-fullhd{flex:none;width:16.66666674%}.column.is-offset-2-fullhd{margin-left:16.66666674%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333337%}.column.is-offset-4-fullhd{margin-left:33.33333337%}.column.is-5-fullhd{flex:none;width:41.66666674%}.column.is-offset-5-fullhd{margin-left:41.66666674%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333337%}.column.is-offset-7-fullhd{margin-left:58.33333337%}.column.is-8-fullhd{flex:none;width:66.66666674%}.column.is-offset-8-fullhd{margin-left:66.66666674%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333337%}.column.is-offset-10-fullhd{margin-left:83.33333337%}.column.is-11-fullhd{flex:none;width:91.66666674%}.column.is-offset-11-fullhd{margin-left:91.66666674%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:.75rem}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media print,screen and (min-width:769px){.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-left:calc(var(--columnGap)*-1);margin-right:calc(var(--columnGap)*-1)}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.columns.is-variable.is-0-mobile{--columnGap:0rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-0-tablet-only{--columnGap:0rem}}@media screen and (max-width:1023px){.columns.is-variable.is-0-touch{--columnGap:0rem}}@media screen and (min-width:1024px){.columns.is-variable.is-0-desktop{--columnGap:0rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-0-desktop-only{--columnGap:0rem}}@media screen and (min-width:1216px){.columns.is-variable.is-0-widescreen{--columnGap:0rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-0-widescreen-only{--columnGap:0rem}}@media screen and (min-width:1408px){.columns.is-variable.is-0-fullhd{--columnGap:0rem}}.columns.is-variable.is-1{--columnGap:0.25rem}@media screen and (max-width:768px){.columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-3-fullhd{--columnGap:0.75rem}}.columns.is-variable.is-4{--columnGap:1rem}@media screen and (max-width:768px){.columns.is-variable.is-4-mobile{--columnGap:1rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-4-tablet{--columnGap:1rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-4-tablet-only{--columnGap:1rem}}@media screen and (max-width:1023px){.columns.is-variable.is-4-touch{--columnGap:1rem}}@media screen and (min-width:1024px){.columns.is-variable.is-4-desktop{--columnGap:1rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-4-desktop-only{--columnGap:1rem}}@media screen and (min-width:1216px){.columns.is-variable.is-4-widescreen{--columnGap:1rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-4-widescreen-only{--columnGap:1rem}}@media screen and (min-width:1408px){.columns.is-variable.is-4-fullhd{--columnGap:1rem}}.columns.is-variable.is-5{--columnGap:1.25rem}@media screen and (max-width:768px){.columns.is-variable.is-5-mobile{--columnGap:1.25rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-5-tablet{--columnGap:1.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-5-touch{--columnGap:1.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-5-desktop{--columnGap:1.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-5-desktop-only{--columnGap:1.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-5-widescreen{--columnGap:1.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-5-fullhd{--columnGap:1.25rem}}.columns.is-variable.is-6{--columnGap:1.5rem}@media screen and (max-width:768px){.columns.is-variable.is-6-mobile{--columnGap:1.5rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-6-tablet{--columnGap:1.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-6-touch{--columnGap:1.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-6-desktop{--columnGap:1.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-6-desktop-only{--columnGap:1.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-6-widescreen{--columnGap:1.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-6-fullhd{--columnGap:1.5rem}}.columns.is-variable.is-7{--columnGap:1.75rem}@media screen and (max-width:768px){.columns.is-variable.is-7-mobile{--columnGap:1.75rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-7-tablet{--columnGap:1.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-7-touch{--columnGap:1.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-7-desktop{--columnGap:1.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-7-desktop-only{--columnGap:1.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-7-widescreen{--columnGap:1.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-7-fullhd{--columnGap:1.75rem}}.columns.is-variable.is-8{--columnGap:2rem}@media screen and (max-width:768px){.columns.is-variable.is-8-mobile{--columnGap:2rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-8-tablet{--columnGap:2rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-8-tablet-only{--columnGap:2rem}}@media screen and (max-width:1023px){.columns.is-variable.is-8-touch{--columnGap:2rem}}@media screen and (min-width:1024px){.columns.is-variable.is-8-desktop{--columnGap:2rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-8-desktop-only{--columnGap:2rem}}@media screen and (min-width:1216px){.columns.is-variable.is-8-widescreen{--columnGap:2rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-8-widescreen-only{--columnGap:2rem}}@media screen and (min-width:1408px){.columns.is-variable.is-8-fullhd{--columnGap:2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0!important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media print,screen and (min-width:769px){.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333337%}.tile.is-2{flex:none;width:16.66666674%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333337%}.tile.is-5{flex:none;width:41.66666674%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333337%}.tile.is-8{flex:none;width:66.66666674%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333337%}.tile.is-11{flex:none;width:91.66666674%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#fff!important}a.has-text-white:focus,a.has-text-white:hover{color:#e6e6e6!important}.has-background-white{background-color:#fff!important}.has-text-black,a.has-text-black:focus,a.has-text-black:hover{color:#000!important}.has-background-black{background-color:#000!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:focus,a.has-text-light:hover{color:#dbdbdb!important}.has-background-light{background-color:#f5f5f5!important}.has-text-dark{color:#363636!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#1c1c1c!important}.has-background-dark{background-color:#363636!important}.has-text-primary{color:#ec008c!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#b9006e!important}.has-background-primary{background-color:#ec008c!important}.has-text-primary-light{color:#ffebf7!important}a.has-text-primary-light:focus,a.has-text-primary-light:hover{color:#ffb8e2!important}.has-background-primary-light{background-color:#ffebf7!important}.has-text-primary-dark{color:#eb008b!important}a.has-text-primary-dark:focus,a.has-text-primary-dark:hover{color:#ff1fa4!important}.has-background-primary-dark{background-color:#eb008b!important}.has-text-link{color:#485fc7!important}a.has-text-link:focus,a.has-text-link:hover{color:#3449a8!important}.has-background-link{background-color:#485fc7!important}.has-text-link-light{color:#eff1fa!important}a.has-text-link-light:focus,a.has-text-link-light:hover{color:#c8cfee!important}.has-background-link-light{background-color:#eff1fa!important}.has-text-link-dark{color:#3850b7!important}a.has-text-link-dark:focus,a.has-text-link-dark:hover{color:#576dcb!important}.has-background-link-dark{background-color:#3850b7!important}.has-text-info{color:#3e8ed0!important}a.has-text-info:focus,a.has-text-info:hover{color:#2b74b1!important}.has-background-info{background-color:#3e8ed0!important}.has-text-info-light{color:#eff5fb!important}a.has-text-info-light:focus,a.has-text-info-light:hover{color:#c6ddf1!important}.has-background-info-light{background-color:#eff5fb!important}.has-text-info-dark{color:#296fa8!important}a.has-text-info-dark:focus,a.has-text-info-dark:hover{color:#368ace!important}.has-background-info-dark{background-color:#296fa8!important}.has-text-success{color:#8abd81!important}a.has-text-success:focus,a.has-text-success:hover{color:#6bab60!important}.has-background-success{background-color:#8abd81!important}.has-text-success-light{color:#f3f8f2!important}a.has-text-success-light:focus,a.has-text-success-light:hover{color:#d3e6d0!important}.has-background-success-light{background-color:#f3f8f2!important}.has-text-success-dark{color:#3e6836!important}a.has-text-success-dark:focus,a.has-text-success-dark:hover{color:#528948!important}.has-background-success-dark{background-color:#3e6836!important}.has-text-warning{color:#e0c263!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#d8b138!important}.has-background-warning{background-color:#e0c263!important}.has-text-warning-light{color:#fcf8ee!important}a.has-text-warning-light:focus,a.has-text-warning-light:hover{color:#f3e8c3!important}.has-background-warning-light{background-color:#fcf8ee!important}.has-text-warning-dark{color:#7b6419!important}a.has-text-warning-dark:focus,a.has-text-warning-dark:hover{color:#a68621!important}.has-background-warning-dark{background-color:#7b6419!important}.has-text-danger{color:#d66a6a!important}a.has-text-danger:focus,a.has-text-danger:hover{color:#cb4242!important}.has-background-danger{background-color:#d66a6a!important}.has-text-danger-light{color:#fbefef!important}a.has-text-danger-light:focus,a.has-text-danger-light:hover{color:#f0c7c7!important}.has-background-danger-light{background-color:#fbefef!important}.has-text-danger-dark{color:#a42d2d!important}a.has-text-danger-dark:focus,a.has-text-danger-dark:hover{color:#c93b3b!important}.has-background-danger-dark{background-color:#a42d2d!important}.has-text-black-bis{color:#121212!important}.has-background-black-bis{background-color:#121212!important}.has-text-black-ter{color:#242424!important}.has-background-black-ter{background-color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-background-grey-darker{background-color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-background-grey-dark{background-color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-background-grey{background-color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-background-grey-light{background-color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-background-grey-lighter{background-color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-background-white-ter{background-color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-background-white-bis{background-color:#fafafa!important}.is-flex-direction-row{flex-direction:row!important}.is-flex-direction-row-reverse{flex-direction:row-reverse!important}.is-flex-direction-column{flex-direction:column!important}.is-flex-direction-column-reverse{flex-direction:column-reverse!important}.is-flex-wrap-nowrap{flex-wrap:nowrap!important}.is-flex-wrap-wrap{flex-wrap:wrap!important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important}.is-justify-content-flex-start{justify-content:flex-start!important}.is-justify-content-flex-end{justify-content:flex-end!important}.is-justify-content-center{justify-content:center!important}.is-justify-content-space-between{justify-content:space-between!important}.is-justify-content-space-around{justify-content:space-around!important}.is-justify-content-space-evenly{justify-content:space-evenly!important}.is-justify-content-start{justify-content:start!important}.is-justify-content-end{justify-content:end!important}.is-justify-content-left{justify-content:left!important}.is-justify-content-right{justify-content:right!important}.is-align-content-flex-start{align-content:flex-start!important}.is-align-content-flex-end{align-content:flex-end!important}.is-align-content-center{align-content:center!important}.is-align-content-space-between{align-content:space-between!important}.is-align-content-space-around{align-content:space-around!important}.is-align-content-space-evenly{align-content:space-evenly!important}.is-align-content-stretch{align-content:stretch!important}.is-align-content-start{align-content:start!important}.is-align-content-end{align-content:end!important}.is-align-content-baseline{align-content:baseline!important}.is-align-items-stretch{align-items:stretch!important}.is-align-items-flex-start{align-items:flex-start!important}.is-align-items-flex-end{align-items:flex-end!important}.is-align-items-center{align-items:center!important}.is-align-items-baseline{align-items:baseline!important}.is-align-items-start{align-items:start!important}.is-align-items-end{align-items:end!important}.is-align-items-self-start{align-items:self-start!important}.is-align-items-self-end{align-items:self-end!important}.is-align-self-auto{align-self:auto!important}.is-align-self-flex-start{align-self:flex-start!important}.is-align-self-flex-end{align-self:flex-end!important}.is-align-self-center{align-self:center!important}.is-align-self-baseline{align-self:baseline!important}.is-align-self-stretch{align-self:stretch!important}.is-flex-grow-0{flex-grow:0!important}.is-flex-grow-1{flex-grow:1!important}.is-flex-grow-2{flex-grow:2!important}.is-flex-grow-3{flex-grow:3!important}.is-flex-grow-4{flex-grow:4!important}.is-flex-grow-5{flex-grow:5!important}.is-flex-shrink-0{flex-shrink:0!important}.is-flex-shrink-1{flex-shrink:1!important}.is-flex-shrink-2{flex-shrink:2!important}.is-flex-shrink-3{flex-shrink:3!important}.is-flex-shrink-4{flex-shrink:4!important}.is-flex-shrink-5{flex-shrink:5!important}.is-clearfix:after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-clickable{cursor:pointer!important;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.mx-0{margin-right:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.mx-1{margin-right:.25rem!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.mx-2{margin-right:.5rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3,.mx-3{margin-left:.75rem!important}.mx-3{margin-right:.75rem!important}.my-3{margin-bottom:.75rem!important;margin-top:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4,.mx-4{margin-left:1rem!important}.mx-4{margin-right:1rem!important}.my-4{margin-bottom:1rem!important;margin-top:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5,.mx-5{margin-left:1.5rem!important}.mx-5{margin-right:1.5rem!important}.my-5{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6,.mx-6{margin-left:3rem!important}.mx-6{margin-right:3rem!important}.my-6{margin-bottom:3rem!important;margin-top:3rem!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}.mx-auto{margin-right:auto!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.px-0{padding-right:0!important}.py-0{padding-bottom:0!important;padding-top:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.px-1{padding-right:.25rem!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.px-2{padding-right:.5rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.p-3{padding:.75rem!important}.pt-3{padding-top:.75rem!important}.pr-3{padding-right:.75rem!important}.pb-3{padding-bottom:.75rem!important}.pl-3,.px-3{padding-left:.75rem!important}.px-3{padding-right:.75rem!important}.py-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.p-4{padding:1rem!important}.pt-4{padding-top:1rem!important}.pr-4{padding-right:1rem!important}.pb-4{padding-bottom:1rem!important}.pl-4,.px-4{padding-left:1rem!important}.px-4{padding-right:1rem!important}.py-4{padding-bottom:1rem!important;padding-top:1rem!important}.p-5{padding:1.5rem!important}.pt-5{padding-top:1.5rem!important}.pr-5{padding-right:1.5rem!important}.pb-5{padding-bottom:1.5rem!important}.pl-5,.px-5{padding-left:1.5rem!important}.px-5{padding-right:1.5rem!important}.py-5{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.p-6{padding:3rem!important}.pt-6{padding-top:3rem!important}.pr-6{padding-right:3rem!important}.pb-6{padding-bottom:3rem!important}.pl-6,.px-6{padding-left:3rem!important}.px-6{padding-right:3rem!important}.py-6{padding-bottom:3rem!important;padding-top:3rem!important}.p-auto{padding:auto!important}.pt-auto{padding-top:auto!important}.pr-auto{padding-right:auto!important}.pb-auto{padding-bottom:auto!important}.pl-auto,.px-auto{padding-left:auto!important}.px-auto{padding-right:auto!important}.py-auto{padding-bottom:auto!important;padding-top:auto!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media print,screen and (min-width:769px){.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1023px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1024px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1216px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1408px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media print,screen and (min-width:769px){.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1216px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1408px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media print,screen and (min-width:769px){.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1216px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1408px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media print,screen and (min-width:769px){.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1216px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1408px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media print,screen and (min-width:769px){.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1216px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1408px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.is-underlined{text-decoration:underline!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-medium{font-weight:500!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary,.is-family-sans-serif,.is-family-secondary{font-family:Roboto,sans-serif!important}.is-family-code,.is-family-monospace{font-family:monospace!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media print,screen and (min-width:769px){.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1023px){.is-block-touch{display:block!important}}@media screen and (min-width:1024px){.is-block-desktop{display:block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1216px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1408px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media print,screen and (min-width:769px){.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1023px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1024px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1216px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1408px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media print,screen and (min-width:769px){.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1023px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1024px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1216px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1408px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media print,screen and (min-width:769px){.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1023px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1024px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1216px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1408px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media print,screen and (min-width:769px){.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1023px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1024px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1216px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1408px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}.is-sr-only{clip:rect(0,0,0,0)!important;border:none!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media print,screen and (min-width:769px){.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1023px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1024px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1216px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1408px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media print,screen and (min-width:769px){.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1023px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1024px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1216px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1408px){.is-invisible-fullhd{visibility:hidden!important}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:none}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#000}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#000}.hero.is-white .subtitle{color:rgba(0,0,0,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#000}@media screen and (max-width:1023px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(0,0,0,.7)}.hero.is-white .navbar-link.is-active,.hero.is-white .navbar-link:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white a.navbar-item:hover{background-color:#f2f2f2;color:#000}.hero.is-white .tabs a{color:#000;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{color:#fff!important;opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#000}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#000;border-color:#000;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e8e3e4,#fff 71%,#fff)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e8e3e4,#fff 71%,#fff)}}.hero.is-black{background-color:#000;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-black .navbar-menu{background-color:#000}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-black .navbar-link.is-active,.hero.is-black .navbar-link:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black a.navbar-item:hover{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{color:#000!important;opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#000}.hero.is-black.is-bold{background-image:linear-gradient(141deg,#000,#000 71%,#0d0c0c)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#000,#000 71%,#0d0c0c)}}.hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:rgba(0,0,0,.7)}.hero.is-light .subtitle{color:rgba(0,0,0,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(0,0,0,.7)}.hero.is-light .navbar-link.is-active,.hero.is-light .navbar-link:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.hero.is-light .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{color:#f5f5f5!important;opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}}.hero.is-dark{background-color:#363636;color:#fff}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#fff}.hero.is-dark .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-dark .navbar-link.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover{background-color:#292929;color:#fff}.hero.is-dark .tabs a{color:#fff;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{color:#363636!important;opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#fff}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}}.hero.is-primary{background-color:#ec008c;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-primary .navbar-menu{background-color:#ec008c}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-primary .navbar-link.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover{background-color:#d3007d;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{color:#ec008c!important;opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ec008c}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#b9008d,#ec008c 71%,#ff0770)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#b9008d,#ec008c 71%,#ff0770)}}.hero.is-link{background-color:#485fc7;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-link .navbar-menu{background-color:#485fc7}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-link .navbar-link.is-active,.hero.is-link .navbar-link:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover{background-color:#3a51bb;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{color:#485fc7!important;opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#485fc7}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#2959b3,#485fc7 71%,#5658d2)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#2959b3,#485fc7 71%,#5658d2)}}.hero.is-info{background-color:#3e8ed0;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-info .navbar-menu{background-color:#3e8ed0}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-info .navbar-link.is-active,.hero.is-info .navbar-link:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info a.navbar-item:hover{background-color:#3082c5;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{color:#3e8ed0!important;opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3e8ed0}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#208fbc,#3e8ed0 71%,#4d83db)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#208fbc,#3e8ed0 71%,#4d83db)}}.hero.is-success{background-color:#8abd81;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-success .navbar-menu{background-color:#8abd81}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-success .navbar-link.is-active,.hero.is-success .navbar-link:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success a.navbar-item:hover{background-color:#7ab470;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{color:#8abd81!important;opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#8abd81}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#73b853,#8abd81 71%,#8eca8f)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#73b853,#8abd81 71%,#8eca8f)}}.hero.is-warning{background-color:#e0c263;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-warning .navbar-menu{background-color:#e0c263}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning .navbar-link.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning a.navbar-item:hover{background-color:#dcba4e;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{color:#e0c263!important;opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#e0c263}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#e3992d,#e0c263 71%,#e8e074)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e3992d,#e0c263 71%,#e8e074)}}.hero.is-danger{background-color:#d66a6a;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-danger .navbar-menu{background-color:#d66a6a}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-danger .navbar-link.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger a.navbar-item:hover{background-color:#d05656;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{color:#d66a6a!important;opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#d66a6a}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#d73651,#d66a6a 71%,#e08b7a)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#d73651,#d66a6a 71%,#e08b7a)}}.hero.is-small .hero-body{padding:1.5rem}@media print,screen and (min-width:769px){.hero.is-medium .hero-body{padding:9rem 4.5rem}.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body,.hero.is-halfheight .hero-body{align-items:center;display:flex}.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container,.hero.is-halfheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media print,screen and (min-width:769px){.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-foot,.hero-head{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media print,screen and (min-width:769px){.hero-body{padding:3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section{padding:3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}.switch[type=checkbox]{display:inline-block;opacity:0;outline:0;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch[type=checkbox]:focus+label:after,.switch[type=checkbox]:focus+label:before{outline:1px dotted #b5b5b5}.switch[type=checkbox][disabled]{cursor:not-allowed}.switch[type=checkbox][disabled]+label,.switch[type=checkbox][disabled]+label:after,.switch[type=checkbox][disabled]+label:before{opacity:.5}.switch[type=checkbox][disabled]+label:hover{cursor:not-allowed}.switch[type=checkbox]+label{align-items:center;cursor:pointer;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-left:3.5rem;padding-top:.2rem;position:relative}.switch[type=checkbox]+label:before{background:#b5b5b5;border:.1rem solid transparent;border-radius:.5rem;content:"";display:block;height:1.5rem;left:0;position:absolute;top:calc(50% - .75rem);width:3rem}.switch[type=checkbox]+label:after{background:#fff;border-radius:.5rem;content:"";display:block;height:1rem;left:.25rem;position:absolute;top:calc(50% - .5rem);transform:translateZ(0);transition:all .25s ease-out;width:1rem}.switch[type=checkbox]+label .switch-active,.switch[type=checkbox]+label .switch-inactive{font-size:.9rem;margin-top:-4px;z-index:1}.switch[type=checkbox]+label.has-text-inside .switch-inactive{margin-left:-1.925rem}.switch[type=checkbox]+label.has-text-inside .switch-active{margin-left:-3.25rem}.switch[type=checkbox].is-rtl+label{padding-left:0;padding-right:3.5rem}.switch[type=checkbox].is-rtl+label:before{left:auto;right:0}.switch[type=checkbox].is-rtl+label:after{left:auto;right:1.625rem}.switch[type=checkbox]:checked+label:before{background:#ec008c}.switch[type=checkbox]:checked+label:after{left:1.625rem}.switch[type=checkbox]:checked.is-rtl+label:after{left:auto;right:.25rem}.switch[type=checkbox].is-outlined+label:before{background-color:transparent;border-color:#b5b5b5}.switch[type=checkbox].is-outlined+label:after{background:#b5b5b5}.switch[type=checkbox].is-outlined:checked+label:before{background-color:transparent;border-color:#ec008c}.switch[type=checkbox].is-outlined:checked+label:after{background:#ec008c}.switch[type=checkbox].is-thin+label:before{height:.375rem;top:.5454545456rem}.switch[type=checkbox].is-thin+label:after{box-shadow:0 0 3px #7a7a7a}.switch[type=checkbox].is-rounded+label:before{border-radius:4rem}.switch[type=checkbox].is-rounded+label:after{border-radius:50%}.switch[type=checkbox].is-small+label{align-items:center;cursor:pointer;display:inline-flex;font-size:.75rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-left:2.75rem;padding-top:.2rem;position:relative}.switch[type=checkbox].is-small+label:before{background:#b5b5b5;border:.1rem solid transparent;border-radius:.5rem;content:"";display:block;height:1.125rem;left:0;position:absolute;top:calc(50% - .5625rem);width:2.25rem}.switch[type=checkbox].is-small+label:after{background:#fff;border-radius:.5rem;content:"";display:block;height:.625rem;left:.25rem;position:absolute;top:calc(50% - .3125rem);transform:translateZ(0);transition:all .25s ease-out;width:.625rem}.switch[type=checkbox].is-small+label .switch-active,.switch[type=checkbox].is-small+label .switch-inactive{font-size:.65rem;margin-top:-4px;z-index:1}.switch[type=checkbox].is-small+label.has-text-inside .switch-inactive{margin-left:-1.55rem}.switch[type=checkbox].is-small+label.has-text-inside .switch-active{margin-left:-2.5rem}.switch[type=checkbox].is-small.is-rtl+label{padding-left:0;padding-right:2.75rem}.switch[type=checkbox].is-small.is-rtl+label:before{left:auto;right:0}.switch[type=checkbox].is-small.is-rtl+label:after{left:auto;right:1.25rem}.switch[type=checkbox].is-small:checked+label:before{background:#ec008c}.switch[type=checkbox].is-small:checked+label:after{left:1.25rem}.switch[type=checkbox].is-small:checked.is-rtl+label:after{left:auto;right:.25rem}.switch[type=checkbox].is-small.is-outlined+label:before{background-color:transparent;border-color:#b5b5b5}.switch[type=checkbox].is-small.is-outlined+label:after{background:#b5b5b5}.switch[type=checkbox].is-small.is-outlined:checked+label:before{background-color:transparent;border-color:#ec008c}.switch[type=checkbox].is-small.is-outlined:checked+label:after{background:#ec008c}.switch[type=checkbox].is-small.is-thin+label:before{height:.28125rem;top:.4090909093rem}.switch[type=checkbox].is-small.is-thin+label:after{box-shadow:0 0 3px #7a7a7a}.switch[type=checkbox].is-small.is-rounded+label:before{border-radius:4rem}.switch[type=checkbox].is-small.is-rounded+label:after{border-radius:50%}.switch[type=checkbox].is-medium+label{align-items:center;cursor:pointer;display:inline-flex;font-size:1.25rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-left:4.25rem;padding-top:.2rem;position:relative}.switch[type=checkbox].is-medium+label:before{background:#b5b5b5;border:.1rem solid transparent;border-radius:.5rem;content:"";display:block;height:1.875rem;left:0;position:absolute;top:calc(50% - .9375rem);width:3.75rem}.switch[type=checkbox].is-medium+label:after{background:#fff;border-radius:.5rem;content:"";display:block;height:1.375rem;left:.25rem;position:absolute;top:calc(50% - .6875rem);transform:translateZ(0);transition:all .25s ease-out;width:1.375rem}.switch[type=checkbox].is-medium+label .switch-active,.switch[type=checkbox].is-medium+label .switch-inactive{font-size:1.15rem;margin-top:-4px;z-index:1}.switch[type=checkbox].is-medium+label.has-text-inside .switch-inactive{margin-left:-2.3rem}.switch[type=checkbox].is-medium+label.has-text-inside .switch-active{margin-left:-4rem}.switch[type=checkbox].is-medium.is-rtl+label{padding-left:0;padding-right:4.25rem}.switch[type=checkbox].is-medium.is-rtl+label:before{left:auto;right:0}.switch[type=checkbox].is-medium.is-rtl+label:after{left:auto;right:2rem}.switch[type=checkbox].is-medium:checked+label:before{background:#ec008c}.switch[type=checkbox].is-medium:checked+label:after{left:2rem}.switch[type=checkbox].is-medium:checked.is-rtl+label:after{left:auto;right:.25rem}.switch[type=checkbox].is-medium.is-outlined+label:before{background-color:transparent;border-color:#b5b5b5}.switch[type=checkbox].is-medium.is-outlined+label:after{background:#b5b5b5}.switch[type=checkbox].is-medium.is-outlined:checked+label:before{background-color:transparent;border-color:#ec008c}.switch[type=checkbox].is-medium.is-outlined:checked+label:after{background:#ec008c}.switch[type=checkbox].is-medium.is-thin+label:before{height:.46875rem;top:.6818181819rem}.switch[type=checkbox].is-medium.is-thin+label:after{box-shadow:0 0 3px #7a7a7a}.switch[type=checkbox].is-medium.is-rounded+label:before{border-radius:4rem}.switch[type=checkbox].is-medium.is-rounded+label:after{border-radius:50%}.switch[type=checkbox].is-large+label{align-items:center;cursor:pointer;display:inline-flex;font-size:1.5rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-left:5rem;padding-top:.2rem;position:relative}.switch[type=checkbox].is-large+label:before{background:#b5b5b5;border:.1rem solid transparent;border-radius:.5rem;content:"";display:block;height:2.25rem;left:0;position:absolute;top:calc(50% - 1.125rem);width:4.5rem}.switch[type=checkbox].is-large+label:after{background:#fff;border-radius:.5rem;content:"";display:block;height:1.75rem;left:.25rem;position:absolute;top:calc(50% - .875rem);transform:translateZ(0);transition:all .25s ease-out;width:1.75rem}.switch[type=checkbox].is-large+label .switch-active,.switch[type=checkbox].is-large+label .switch-inactive{font-size:1.4rem;margin-top:-4px;z-index:1}.switch[type=checkbox].is-large+label.has-text-inside .switch-inactive{margin-left:-2.675rem}.switch[type=checkbox].is-large+label.has-text-inside .switch-active{margin-left:-4.75rem}.switch[type=checkbox].is-large.is-rtl+label{padding-left:0;padding-right:5rem}.switch[type=checkbox].is-large.is-rtl+label:before{left:auto;right:0}.switch[type=checkbox].is-large.is-rtl+label:after{left:auto;right:2.375rem}.switch[type=checkbox].is-large:checked+label:before{background:#ec008c}.switch[type=checkbox].is-large:checked+label:after{left:2.375rem}.switch[type=checkbox].is-large:checked.is-rtl+label:after{left:auto;right:.25rem}.switch[type=checkbox].is-large.is-outlined+label:before{background-color:transparent;border-color:#b5b5b5}.switch[type=checkbox].is-large.is-outlined+label:after{background:#b5b5b5}.switch[type=checkbox].is-large.is-outlined:checked+label:before{background-color:transparent;border-color:#ec008c}.switch[type=checkbox].is-large.is-outlined:checked+label:after{background:#ec008c}.switch[type=checkbox].is-large.is-thin+label:before{height:.5625rem;top:.8181818183rem}.switch[type=checkbox].is-large.is-thin+label:after{box-shadow:0 0 3px #7a7a7a}.switch[type=checkbox].is-large.is-rounded+label:before{border-radius:4rem}.switch[type=checkbox].is-large.is-rounded+label:after{border-radius:50%}.switch[type=checkbox].is-white+label .switch-active{display:none}.switch[type=checkbox].is-white+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-white:checked+label:before{background:#fff}.switch[type=checkbox].is-white:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-white:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-white.is-outlined:checked+label:before{background-color:transparent;border-color:#fff!important}.switch[type=checkbox].is-white.is-outlined:checked+label:after{background:#fff}.switch[type=checkbox].is-white.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-white+label:before{background:#fff}.switch[type=checkbox].is-unchecked-white.is-outlined+label:before{background-color:transparent;border-color:#fff!important}.switch[type=checkbox].is-unchecked-white.is-outlined+label:after{background:#fff}.switch[type=checkbox].is-black+label .switch-active{display:none}.switch[type=checkbox].is-black+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-black:checked+label:before{background:#000}.switch[type=checkbox].is-black:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-black:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-black.is-outlined:checked+label:before{background-color:transparent;border-color:#000!important}.switch[type=checkbox].is-black.is-outlined:checked+label:after{background:#000}.switch[type=checkbox].is-black.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-black+label:before{background:#000}.switch[type=checkbox].is-unchecked-black.is-outlined+label:before{background-color:transparent;border-color:#000!important}.switch[type=checkbox].is-unchecked-black.is-outlined+label:after{background:#000}.switch[type=checkbox].is-light+label .switch-active{display:none}.switch[type=checkbox].is-light+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-light:checked+label:before{background:#f5f5f5}.switch[type=checkbox].is-light:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-light:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-light.is-outlined:checked+label:before{background-color:transparent;border-color:#f5f5f5!important}.switch[type=checkbox].is-light.is-outlined:checked+label:after{background:#f5f5f5}.switch[type=checkbox].is-light.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-light+label:before{background:#f5f5f5}.switch[type=checkbox].is-unchecked-light.is-outlined+label:before{background-color:transparent;border-color:#f5f5f5!important}.switch[type=checkbox].is-unchecked-light.is-outlined+label:after{background:#f5f5f5}.switch[type=checkbox].is-dark+label .switch-active{display:none}.switch[type=checkbox].is-dark+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-dark:checked+label:before{background:#363636}.switch[type=checkbox].is-dark:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-dark:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-dark.is-outlined:checked+label:before{background-color:transparent;border-color:#363636!important}.switch[type=checkbox].is-dark.is-outlined:checked+label:after{background:#363636}.switch[type=checkbox].is-dark.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-dark+label:before{background:#363636}.switch[type=checkbox].is-unchecked-dark.is-outlined+label:before{background-color:transparent;border-color:#363636!important}.switch[type=checkbox].is-unchecked-dark.is-outlined+label:after{background:#363636}.switch[type=checkbox].is-primary+label .switch-active{display:none}.switch[type=checkbox].is-primary+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-primary:checked+label:before{background:#ec008c}.switch[type=checkbox].is-primary:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-primary:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-primary.is-outlined:checked+label:before{background-color:transparent;border-color:#ec008c!important}.switch[type=checkbox].is-primary.is-outlined:checked+label:after{background:#ec008c}.switch[type=checkbox].is-primary.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-primary+label:before{background:#ec008c}.switch[type=checkbox].is-unchecked-primary.is-outlined+label:before{background-color:transparent;border-color:#ec008c!important}.switch[type=checkbox].is-unchecked-primary.is-outlined+label:after{background:#ec008c}.switch[type=checkbox].is-link+label .switch-active{display:none}.switch[type=checkbox].is-link+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-link:checked+label:before{background:#485fc7}.switch[type=checkbox].is-link:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-link:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-link.is-outlined:checked+label:before{background-color:transparent;border-color:#485fc7!important}.switch[type=checkbox].is-link.is-outlined:checked+label:after{background:#485fc7}.switch[type=checkbox].is-link.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-link+label:before{background:#485fc7}.switch[type=checkbox].is-unchecked-link.is-outlined+label:before{background-color:transparent;border-color:#485fc7!important}.switch[type=checkbox].is-unchecked-link.is-outlined+label:after{background:#485fc7}.switch[type=checkbox].is-info+label .switch-active{display:none}.switch[type=checkbox].is-info+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-info:checked+label:before{background:#3e8ed0}.switch[type=checkbox].is-info:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-info:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-info.is-outlined:checked+label:before{background-color:transparent;border-color:#3e8ed0!important}.switch[type=checkbox].is-info.is-outlined:checked+label:after{background:#3e8ed0}.switch[type=checkbox].is-info.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-info+label:before{background:#3e8ed0}.switch[type=checkbox].is-unchecked-info.is-outlined+label:before{background-color:transparent;border-color:#3e8ed0!important}.switch[type=checkbox].is-unchecked-info.is-outlined+label:after{background:#3e8ed0}.switch[type=checkbox].is-success+label .switch-active{display:none}.switch[type=checkbox].is-success+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-success:checked+label:before{background:#8abd81}.switch[type=checkbox].is-success:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-success:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-success.is-outlined:checked+label:before{background-color:transparent;border-color:#8abd81!important}.switch[type=checkbox].is-success.is-outlined:checked+label:after{background:#8abd81}.switch[type=checkbox].is-success.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-success+label:before{background:#8abd81}.switch[type=checkbox].is-unchecked-success.is-outlined+label:before{background-color:transparent;border-color:#8abd81!important}.switch[type=checkbox].is-unchecked-success.is-outlined+label:after{background:#8abd81}.switch[type=checkbox].is-warning+label .switch-active{display:none}.switch[type=checkbox].is-warning+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-warning:checked+label:before{background:#e0c263}.switch[type=checkbox].is-warning:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-warning:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-warning.is-outlined:checked+label:before{background-color:transparent;border-color:#e0c263!important}.switch[type=checkbox].is-warning.is-outlined:checked+label:after{background:#e0c263}.switch[type=checkbox].is-warning.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-warning+label:before{background:#e0c263}.switch[type=checkbox].is-unchecked-warning.is-outlined+label:before{background-color:transparent;border-color:#e0c263!important}.switch[type=checkbox].is-unchecked-warning.is-outlined+label:after{background:#e0c263}.switch[type=checkbox].is-danger+label .switch-active{display:none}.switch[type=checkbox].is-danger+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-danger:checked+label:before{background:#d66a6a}.switch[type=checkbox].is-danger:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-danger:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-danger.is-outlined:checked+label:before{background-color:transparent;border-color:#d66a6a!important}.switch[type=checkbox].is-danger.is-outlined:checked+label:after{background:#d66a6a}.switch[type=checkbox].is-danger.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-danger+label:before{background:#d66a6a}.switch[type=checkbox].is-unchecked-danger.is-outlined+label:before{background-color:transparent;border-color:#d66a6a!important}.switch[type=checkbox].is-unchecked-danger.is-outlined+label:after{background:#d66a6a}.field-body .switch[type=checkbox]+label{margin-top:.375em}.main-content{align-content:stretch;align-items:stretch;background-color:#e6e6e6;display:flex;flex:1;flex-direction:row;justify-content:flex-start;overflow-y:auto;padding:2rem 2rem 0}.header-bar{background-color:#f3f3f3;border-bottom:1px solid #dadada}.header-bar .level{background-color:#f3f3f3;border:none;border-bottom:1px solid #dadada;margin:0 auto;max-width:calc(1400px + 4rem);width:100%}.header-bar .level-left,.header-bar .level-right{margin:0 2rem}.header-bar .level-left a,.header-bar .level-right a{color:#4a4a4a}.header-bar .level-left a.button-add,.header-bar .level-right a.button-add{color:#fff}.header-bar .page-title{font-weight:400}.header-bar .divider{margin:0 10px}.pagination:not(:last-child){margin-bottom:0}.pagination-link,.pagination-next,.pagination-previous{border-radius:0;height:2rem;min-width:unset;padding:0 .75rem;width:2.25rem}.pagination-next,.pagination-previous{border-color:#fbb5df;color:#fbb5df}.pagination-next:focus,.pagination-previous:focus{border-color:#4a6273}.pagination-next.disabled,.pagination-previous.disabled{border-color:#ddd;color:#ddd;pointer-events:none}.pagination-link{border:none}.pagination-link.is-current{background-color:#ec008c}.blue-banner{background:#e3edff;padding:.75rem 2rem}.blue-banner .wide-container{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:auto;max-width:calc(1450px + 4rem);padding:0}.blue-banner p{color:#3c62a0;font-weight:400;margin-bottom:0}.blue-banner strong{color:#3c62a0}.blue-banner .button-add{margin:0;padding:0 1rem}.blue-banner .button-blue{background:#3c62a0}.blue-banner .button-blue:hover{background:#2a4a7f}.blue-banner .btns{gap:.25rem}.blue-banner .btns,.blue-banner .close-btn{align-items:center;display:flex;flex-shrink:0}.blue-banner .close-btn{background:none;border:none;border-radius:50%;color:#3c62a0;font-size:1rem;height:1.75rem;justify-content:center;outline:none;padding:0;transition:background-color .3s;width:1.75rem}.blue-banner .close-btn:hover{background:rgba(60,98,160,.33);cursor:pointer}.blue-banner .close-btn:active{background:rgba(60,98,160,.6)}button{border-radius:.25rem}.button-status.button-add-mutation{height:2rem;line-height:2rem;margin:0}.button-status.button-add-mutation.active{background-color:#8abd81}.button-status.button-add-mutation.active:hover{background-color:#6e9e65;cursor:pointer}.button-status.button-add-mutation i.fa{margin-left:7px}.button-icon{--icon-size:14px;height:var(--icon-size);pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:var(--icon-size)}.button-icon--large{--icon-size:24px}.button-icon img{height:var(--icon-size);width:var(--icon-size)}.button-counter{background-color:#cea62d;border-radius:12px;color:#fff;font-size:.8rem;font-weight:500;height:24px;line-height:24px;margin-top:-12px;pointer-events:none;position:absolute;right:12px;top:50%;width:24px}.button-exchanges,.button-notes{background-color:#e0c263;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2.5rem;margin:1rem 1rem 1rem 0;outline:none;padding:0 48px 0 12px;position:relative;transition:background-color .2s linear}.button-exchanges:hover,.button-notes:hover{background-color:#d4b75b}.button-exchanges{background-color:#8abd81}.button-exchanges .button-counter{background-color:#648b5e}.button-exchanges:hover{background-color:#6e9e65}.button-add,.button-apply,.button-delete,.button-grey,.button-primary,.button-remove,.button-status,.button-success{border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2.5rem;line-height:2.5rem;margin:1rem 0;outline:none;position:relative;transition:background-color .2s linear}.button-add span.save,.button-apply span.save,.button-delete span.save,.button-grey span.save,.button-primary span.save,.button-remove span.save,.button-status span.save,.button-success span.save{display:block;height:100%}.button-add span.save img,.button-apply span.save img,.button-delete span.save img,.button-grey span.save img,.button-primary span.save img,.button-remove span.save img,.button-status span.save img,.button-success span.save img{display:block;float:left;margin-right:10px;margin-top:11px}.button-add.margin-right,.button-apply.margin-right,.button-delete.margin-right,.button-grey.margin-right,.button-primary.margin-right,.button-remove.margin-right,.button-status.margin-right,.button-success.margin-right{margin-right:15px}.button-add.margin-left,.button-apply.margin-left,.button-delete.margin-left,.button-grey.margin-left,.button-primary.margin-left,.button-remove.margin-left,.button-status.margin-left,.button-success.margin-left{margin-left:15px}.button-add.no-icon,.button-apply.no-icon,.button-delete.no-icon,.button-grey.no-icon,.button-primary.no-icon,.button-remove.no-icon,.button-status.no-icon,.button-success.no-icon{padding-right:12px}.button-add.no-margin,.button-apply.no-margin,.button-delete.no-margin,.button-grey.no-margin,.button-primary.no-margin,.button-remove.no-margin,.button-status.no-margin,.button-success.no-margin{margin:0}.button-add:hover,.button-apply:hover,.button-delete:hover,.button-grey:hover,.button-primary:hover,.button-remove:hover,.button-status:hover,.button-success:hover{color:#fff}.button-add.padded,.button-apply.padded,.button-delete.padded,.button-grey.padded,.button-primary.padded,.button-remove.padded,.button-status.padded,.button-success.padded{height:auto;line-height:normal;padding:.5rem .75rem}.button-add,.button-apply,.button-remove{padding:0 38px 0 12px}.button-add.regular-padding,.button-apply.regular-padding,.button-remove.regular-padding{padding:0 1rem}.button-apply{background:#71afd4}.button-delete{background-color:#ce4747!important;cursor:pointer!important;float:none!important;padding:0 12px}.button-delete:hover{background-color:#a93333!important}.button-grey{background:var(--gray-450)}.button-status{padding:0 16px}.button-add,.button-success{background-color:#8abd81}.button-add:hover,.button-success:hover{background-color:#6e9e65}.button-status{background-color:#e0c263}.button-status:hover{background-color:#d4b75b}.button-remove{background-color:#d66a6a}.button-remove:hover{background-color:#be5151}.button-primary{background-color:#ec008c}.button-primary:hover{background-color:#ce057f}.button.is-text-btn{background:none;border:none;color:var(--color-primary);font-size:.875rem;height:auto;padding:0;text-decoration:underline}.button.is-text-btn:focus,.button.is-text-btn:focus-visible,.button.is-text-btn:hover{background:hsla(0,0%,78%,.333);box-shadow:none}.button.is-text-btn:active{background:hsla(0,0%,78%,.5)}.button-grey{background-color:var(--gray-450)}.button-grey:hover{background-color:var(--gray-600)}.button-grey:active{background-color:var(--gray-650)}.button-text{background:none;border:none;border-radius:4px;color:var(--color-primary);font-weight:400;padding:.25rem;text-decoration:underline}.button-text:hover{background:var(--gray-200);cursor:pointer}.button-text:active{background:var(--gray-300)}.collapse-wrap{display:grid;grid-template-rows:1fr;transition:grid-template-rows .3s;transition:grid-template-rows .3s,-ms-grid-rows .3s}.collapse-wrap .collapse-content{overflow:hidden}.collapse-wrap.collapsed{grid-template-rows:0fr}.button-collapse i{transition:transform .3s}.button-collapse.collapsed i{transform:rotate(-90deg)}@media (prefers-reduced-motion){.collapse-wrap{transition:none}}.modal-open{background-color:orange;overflow:hidden!important}.modal-content .columns{margin:0;padding:0}.modal-content .columns .column{padding:0;padding-left:.5rem!important;padding-right:.5rem!important}.modal-content .font-weight{float:left;font-weight:500;line-height:3rem}.modal-content .float-right{float:right;line-height:1.5rem;text-align:right}.modal-content.modal-small{max-width:400px}.modal-content.modal-medium,.modal-content.modal-small{background-color:#fff;max-height:calc(100vh - 4rem);overflow:visible;width:calc(100% - 4rem)}.modal-content.modal-medium{max-width:800px}.modal-content.modal-xl{background-color:#fff;max-height:calc(100vh - 4rem);max-width:1200px!important;width:calc(100% - 4rem)}.modal-content .step-title{background-color:#474747!important;color:#fff;font-weight:500;padding:1rem;text-align:center}.modal-content .step-footer{background-color:#f1f1f1;margin-top:0;padding:1rem 2rem!important;text-align:right}.modal-content .step-footer .button-add{background-color:#e0c263!important;cursor:not-allowed!important;margin:0!important;padding-right:12px}.modal-content .step-footer .button-add.active{background-color:#8abd81!important;cursor:pointer!important}.modal-content .step-footer .button-add.active:hover{background-color:#6e9e65}.modal-content .step-footer .button-delete{margin:0!important}.modal-content .step-footer .border-bottom{border-bottom:1px solid #e6e6e6}.modal-content .step-footer .border-top{border-top:none}.modal-content.modal-medium,.modal-content.modal-small,.modal-content.modal-xl{background-color:#fff;max-height:calc(100vh - 4rem);width:calc(100% - 4rem)}.modal-content.modal-medium .step-title,.modal-content.modal-small .step-title,.modal-content.modal-xl .step-title{background-color:#ec008c;color:red;color:#fff;font-weight:500;padding:1rem;text-align:center}.modal-content.modal-medium .step-footer,.modal-content.modal-small .step-footer,.modal-content.modal-xl .step-footer{background-color:#f1f1f1;margin-top:2rem;padding:1rem;text-align:right}.modal-content.modal-medium .step-footer .button-status,.modal-content.modal-small .step-footer .button-status,.modal-content.modal-xl .step-footer .button-status{background-color:#b3b3b3;cursor:pointer;float:left!important;margin:0}.modal-content.modal-medium .step-footer .button-status:hover,.modal-content.modal-small .step-footer .button-status:hover,.modal-content.modal-xl .step-footer .button-status:hover{background-color:#9c9c9c;cursor:pointer}.modal-content.modal-medium .step-footer .button-status.single,.modal-content.modal-small .step-footer .button-status.single,.modal-content.modal-xl .step-footer .button-status.single{float:unset!important}.modal-content.modal-medium .step-footer .button-add,.modal-content.modal-small .step-footer .button-add,.modal-content.modal-xl .step-footer .button-add{background-color:#e0c263!important;cursor:not-allowed!important;margin:0!important;padding-right:12px}.modal-content.modal-medium .step-footer .button-add.active,.modal-content.modal-small .step-footer .button-add.active,.modal-content.modal-xl .step-footer .button-add.active{background-color:#8abd81!important;cursor:pointer!important}.modal-content.modal-medium .step-footer .button-add.active:hover,.modal-content.modal-small .step-footer .button-add.active:hover,.modal-content.modal-xl .step-footer .button-add.active:hover{background-color:#6e9e65!important}.modal-content.modal-medium .border-bottom,.modal-content.modal-small .border-bottom,.modal-content.modal-xl .border-bottom{border-bottom:1px solid #e6e6e6}.modal-content.modal-medium .border-top,.modal-content.modal-small .border-top,.modal-content.modal-xl .border-top{border-top:1px solid #e6e6e6}.modal.fadeOut *{pointer-events:none!important}.select-modal .modal-content{overflow:hidden}.select-modal .modal-content .modal-scroll{height:400px;overflow-y:scroll}.select-modal .step-footer{border-top:none!important;margin-top:0!important}.select-modal .columns{margin:0!important;padding:0!important}.select-modal .columns .column{border-left:4px solid transparent;margin:0!important;padding:.5rem;padding:1rem 2rem 1rem calc(2rem - 4px)!important}.select-modal .columns .column .font-weight{padding-left:1rem}.select-modal .columns .column .float-right{padding-right:1rem}.select-modal .columns .column:hover{background-color:#e5f0f7;cursor:pointer}.select-modal .columns .column.is-active{background-color:#eaffe7;border-left:4px solid #8abd81}.tooltip{background-color:rgba(0,0,0,.7);border-radius:10px;color:#fff;display:none;font-size:.9rem;font-weight:500;line-height:2rem;padding:0 .8rem;position:absolute;white-space:nowrap;z-index:50}.tooltip.pos-left{margin-right:10px;right:100%;top:50%;transform:translateY(-50%)}.tooltip.pos-top{bottom:100%;left:50%;transform:translate(-50%,-4px)}.tooltip.pos-bottom{left:50%;top:100%;transform:translate(-50%,4px)}.tooltip.pos-right{left:100%;margin-left:10px;top:50%;transform:translateY(-50%)}.v-tooltip{background:none;display:block!important;z-index:10000}.v-tooltip .tooltip-inner{background:#474747;border-radius:16px;color:#fff;padding:5px 10px 4px}.v-tooltip .tooltip-arrow{border-color:#474747;border-style:solid;height:0;margin:5px;position:absolute;width:0;z-index:1}.v-tooltip[x-placement^=top]{margin-bottom:5px}.v-tooltip[x-placement^=top] .tooltip-arrow{border-bottom-color:transparent!important;border-left-color:transparent!important;border-right-color:transparent!important;border-width:5px 5px 0;bottom:-5px;left:calc(50% - 5px);margin-bottom:0;margin-top:0}.v-tooltip[x-placement^=bottom]{margin-top:5px}.v-tooltip[x-placement^=bottom] .tooltip-arrow{border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important;border-width:0 5px 5px;left:calc(50% - 5px);margin-bottom:0;margin-top:0;top:-5px}.v-tooltip[x-placement^=right]{margin-left:5px}.v-tooltip[x-placement^=right] .tooltip-arrow{border-bottom-color:transparent!important;border-left-color:transparent!important;border-top-color:transparent!important;border-width:5px 5px 5px 0;left:-5px;margin-left:0;margin-right:0;top:calc(50% - 5px)}.v-tooltip[x-placement^=left]{margin-right:5px}.v-tooltip[x-placement^=left] .tooltip-arrow{border-bottom-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important;border-width:5px 0 5px 5px;margin-left:0;margin-right:0;right:8px;top:calc(50% - 5px)}.v-tooltip.popover .popover-inner{background:#f9f9f9;border-radius:5px;box-shadow:0 5px 30px rgba(0,0,0,.1);color:#000;padding:24px}.v-tooltip.popover .popover-arrow{border-color:#f9f9f9}.v-tooltip[aria-hidden=true]{opacity:0;transition:opacity .15s,visibility .15s;visibility:hidden}.v-tooltip[aria-hidden=false]{opacity:1;transition:opacity .15s;visibility:visible}.search-input{border:1px solid #ddd;border-radius:.25rem;color:#616161;display:block;font-size:.8rem;height:2rem;outline:none;padding-left:.5rem;width:200px}.search .icon.is-right{height:2rem}.multiselect__tags{min-height:auto!important;padding:0!important}.multiselect__tags .multiselect__input,.multiselect__tags .multiselect__single{color:#000!important;font-size:.8rem!important;line-height:calc(2rem - 2px)!important;margin:0!important;padding:0 0 0 .5rem!important}.multiselect__option--selected,.multiselect__option--selected.multiselect__option--highlight{background-color:#ec008c!important;color:#fff!important;font-weight:400!important}.multiselect__option--highlight{background-color:#e4f4ff!important;color:#000!important}.multiselect__option{font-size:.8rem!important;line-height:calc(2rem - 2px)!important;min-height:auto!important;padding:0 .5rem!important}.multiselect__option:after{display:none!important}.multiselect{min-height:auto!important}.multiselect__placeholder{font-size:.8rem!important;margin-bottom:6px!important;padding-left:.5rem;padding-top:5px!important}.multiselect__select{height:2rem!important;width:2rem!important}.select-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(/img/icons/select-arrow.svg) no-repeat;background-position:right 14px center;background-size:10px;border:1px solid #e6e6e6;border-radius:.25rem;color:#616161;display:block;font-size:.8rem;height:2rem;min-width:8rem;padding-left:.5rem}.select-input:focus{outline:none}.select-input.grey-out{background-color:#efefef!important;cursor:not-allowed}.date-input{font-size:.8rem;width:100%}.badge-container{background-position:50%;background-repeat:no-repeat;background-size:contain;height:2.2rem;margin:.5rem auto .3rem;position:relative;width:3rem}.badge-container .badge{display:block;height:.9rem;margin:0 auto;position:absolute;top:8px;width:100%}.widget.collapsible{flex-grow:0;flex-shrink:0}.widget .widget-title{align-items:center;display:flex;gap:.5rem}.widget .collapse-btn{background:none;border:none;color:#fff;cursor:pointer}.widget .collapse-btn i{transition:transform .3s}.widget .collapse-wrap{display:grid;grid-template-rows:1fr;transition:grid-template-rows .3s;transition:grid-template-rows .3s,-ms-grid-rows .3s}.widget .collapse-wrap .widget-content-wrap{overflow:hidden}.widget .collapsed .collapse-wrap,.widget.collapsed .collapse-wrap{grid-template-rows:0fr}.widget .collapsed .collapse-btn i,.widget.collapsed .collapse-btn i{transform:rotate(180deg) translateY(10%)}.salary-scales .no-margin-bottom{margin-bottom:0!important}.salary-scales .tab-content{padding:1rem 2rem}.salary-scales .button-status.active{background-color:#8abd81}.salary-scales .header-btns .button-status:not(.active),.salary-scales .scale-header .button-status:not(.active){background-color:#e9e9e9;color:#000}.salary-scales .header-btns .button-status:not(.active):hover:not(:disabled),.salary-scales .scale-header .button-status:not(.active):hover:not(:disabled){background-color:#dedede}.salary-scales .header-btns .button-status:disabled,.salary-scales .scale-header .button-status:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.salary-scales .input-table-wrap{display:flex;overflow:scroll}.salary-scales .input-table{display:flex;flex-shrink:0;overflow:hidden;padding-top:1rem;width:-webkit-max-content;width:-moz-max-content;width:max-content}.salary-scales .input-table.scales-table{flex-grow:1}.salary-scales .input-table .input-column{display:flex;flex-direction:column;flex-shrink:0;position:relative;transition:background .3s,opacity .3s;width:125px}.salary-scales .input-table .input-column:hover .remove-column-btn-wrap{visibility:visible}.salary-scales .input-table .input-column.delete-column-preview{background-color:#f3d5d4}.salary-scales .input-table .input-column .input-item{padding:2px;position:relative;transition:background-color .3s}.salary-scales .input-table .input-column .input-item:hover .remove-row-btn-wrap,.salary-scales .input-table .input-column .input-item:hover .remove-rule-btn-wrap{visibility:visible}.salary-scales .input-table .input-column .input-item:before{background-color:#f3d5d4;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:100vw;z-index:0}.salary-scales .input-table .input-column .input-item.delete-row-preview:before{opacity:1;visibility:visible}.salary-scales .input-table .input-column .input-item.end-salary-wrap.push-to-bottom,.salary-scales .input-table .input-column .input-item.percentage-wrap{margin-top:auto}.salary-scales .input-table .input-column .input-item .indicator{background:var(--color-primary);border-radius:50%;height:12px;left:4px;position:absolute;top:4px;width:12px;z-index:2}.salary-scales .input-table .input-column .input-item .indicator.loading:after{-webkit-animation-duration:2.5s;animation-duration:2.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:clockWipe;animation-name:clockWipe;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-color:var(--color-success);border-radius:50%;content:"";display:block;height:100%;width:100%}@-webkit-keyframes clockWipe{0%{-webkit-clip-path:polygon(50% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(50% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%)}12%{-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(100% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%)}25%{-webkit-clip-path:polygon(100% 50%,100% 50%,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(100% 50%,100% 50%,100% 100%,0 100%,0 0,50% 0,50% 50%)}37%{-webkit-clip-path:polygon(100% 100%,100% 100%,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(100% 100%,100% 100%,100% 100%,0 100%,0 0,50% 0,50% 50%)}50%{-webkit-clip-path:polygon(50% 100%,50% 100%,50% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(50% 100%,50% 100%,50% 100%,0 100%,0 0,50% 0,50% 50%)}62%{-webkit-clip-path:polygon(0 100%,0 100%,0 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(0 100%,0 100%,0 100%,0 100%,0 0,50% 0,50% 50%)}75%{-webkit-clip-path:polygon(0 50%,0 50%,0 50%,0 50%,0 0,50% 0,50% 50%);clip-path:polygon(0 50%,0 50%,0 50%,0 50%,0 0,50% 0,50% 50%)}88%{-webkit-clip-path:polygon(0 0,0 0,0 0,0 0,0 0,50% 0,50% 50%);clip-path:polygon(0 0,0 0,0 0,0 0,0 0,50% 0,50% 50%)}to{-webkit-clip-path:polygon(50% 0,50% 0,50% 0,50% 0,50% 0,50% 0,50% 50%);clip-path:polygon(50% 0,50% 0,50% 0,50% 0,50% 0,50% 0,50% 50%)}}@keyframes clockWipe{0%{-webkit-clip-path:polygon(50% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(50% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%)}12%{-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(100% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%)}25%{-webkit-clip-path:polygon(100% 50%,100% 50%,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(100% 50%,100% 50%,100% 100%,0 100%,0 0,50% 0,50% 50%)}37%{-webkit-clip-path:polygon(100% 100%,100% 100%,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(100% 100%,100% 100%,100% 100%,0 100%,0 0,50% 0,50% 50%)}50%{-webkit-clip-path:polygon(50% 100%,50% 100%,50% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(50% 100%,50% 100%,50% 100%,0 100%,0 0,50% 0,50% 50%)}62%{-webkit-clip-path:polygon(0 100%,0 100%,0 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(0 100%,0 100%,0 100%,0 100%,0 0,50% 0,50% 50%)}75%{-webkit-clip-path:polygon(0 50%,0 50%,0 50%,0 50%,0 0,50% 0,50% 50%);clip-path:polygon(0 50%,0 50%,0 50%,0 50%,0 0,50% 0,50% 50%)}88%{-webkit-clip-path:polygon(0 0,0 0,0 0,0 0,0 0,50% 0,50% 50%);clip-path:polygon(0 0,0 0,0 0,0 0,0 0,50% 0,50% 50%)}to{-webkit-clip-path:polygon(50% 0,50% 0,50% 0,50% 0,50% 0,50% 0,50% 50%);clip-path:polygon(50% 0,50% 0,50% 0,50% 0,50% 0,50% 0,50% 50%)}}.salary-scales .input-table .input{border:2px solid #e9e9e9;font-size:.875rem;text-align:center}.salary-scales .input-table .input:focus{box-shadow:0 0 0 .125em #8abd81}.salary-scales .input-table .input.pseudo-disabled{background-color:#f5f5f5;border-color:#d0d0d0;color:#999;cursor:not-allowed;opacity:.7}.salary-scales .input-table .input:before{align-items:center;display:flex;font-weight:500;height:100%;left:.75rem;position:absolute;top:0}.salary-scales .input-table .input.highest-age:before{content:">"}.salary-scales .input-table .input.lowest-age:before{content:"<"}.salary-scales .input-table .add-scale-steps-btn{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;padding:0;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.salary-scales .input-table .add-scale-steps-btn img{opacity:.5;width:1rem}.salary-scales .input-table .add-scale-steps-btn:hover img{opacity:.7}.salary-scales .input-table .add-scale-steps-btn.active img{opacity:1}.salary-scales .input-table .button-status{align-items:center;background-color:#e9e9e9;color:#000;display:flex;height:35px;justify-content:center;margin:0;padding:0 16px;width:100%}.salary-scales .input-table .button-status.active{background-color:#8abd81;color:#fff}.salary-scales .input-table .button-status.active:hover{background-color:#7ab470}.salary-scales .input-table .button-status:disabled{color:#999;cursor:not-allowed;opacity:.5;pointer-events:none}.salary-scales .input-table .button-status.active-secondary{cursor:pointer}.salary-scales .input-table .button-status.active-secondary i{color:#8abd81}.salary-scales .input-table .button-status.active-secondary:hover{background-color:#dcdcdc}.salary-scales .age-input label{display:flex;justify-content:center}.salary-scales .age-input label:active,.salary-scales .age-input label:focus-within{border-color:#8abd81;box-shadow:none}.salary-scales .age-input label:has(input:disabled){background-color:#f5f5f5;border-color:#d0d0d0;color:#999;cursor:not-allowed;opacity:.7}.salary-scales .age-input input{-moz-appearance:textfield;background:transparent;border:none;margin-right:.5ch;min-width:0;outline:none;text-align:right;width:3ch}.salary-scales .age-input input::-webkit-inner-spin-button,.salary-scales .age-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.salary-scales .age-input span{font-weight:400}.salary-scales .row-delete-loading{align-items:center;background:hsla(0,0%,86%,.5);color:var(--color-primary);display:flex;font-size:1.5rem;font-weight:700;height:100%;justify-content:center;left:0;position:absolute;top:0;z-index:3}.salary-scales .row-delete-loading i{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner;animation-name:spinner;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spinner{to{transform:rotate(1turn)}}.salary-scales .row-delete-loading-length-1{width:200%}.salary-scales .row-delete-loading-length-2{width:300%}.salary-scales .row-delete-loading-length-3{width:400%}.salary-scales .row-delete-loading-length-4{width:500%}.salary-scales .row-delete-loading-length-5{width:600%}.salary-scales .row-delete-loading-length-6{width:700%}.salary-scales .row-delete-loading-length-7{width:800%}.salary-scales .row-delete-loading-length-8{width:900%}.salary-scales .row-delete-loading-length-9{width:1000%}.salary-scales .row-delete-loading-length-10{width:1100%}.salary-scales .row-delete-loading-length-11{width:1200%}.salary-scales .row-delete-loading-length-12{width:1300%}.salary-scales .row-delete-loading-length-13{width:1400%}.salary-scales .row-delete-loading-length-14{width:1500%}.salary-scales .row-delete-loading-length-15{width:1600%}.salary-scales .remove-column-btn-wrap{bottom:calc(100% - .5rem);display:flex;justify-content:center;position:absolute;visibility:hidden;width:100%;z-index:2}.salary-scales .remove-row-btn-wrap{align-items:center;display:flex;height:100%;position:absolute;top:50%;transform:translateY(-50%);visibility:hidden;z-index:2}.salary-scales .remove-row-btn-wrap.visible{visibility:visible}.salary-scales .remove-rule-btn-wrap{align-items:center;display:flex;height:100%;position:absolute;right:-8px;top:50%;transform:translateY(-50%);visibility:hidden;z-index:2}.salary-scales .remove-column-btn-wrap .button-delete,.salary-scales .remove-row-btn-wrap .button-delete,.salary-scales .remove-rule-btn-wrap .button-delete{align-items:center;aspect-ratio:1;display:flex;height:1.25rem;justify-content:center;margin:0;padding:0}.salary-scales .sticky-column{background:#fff;left:0;overflow:initial;position:-webkit-sticky;position:sticky;z-index:2}.salary-scales .sticky-column .input-column .input-item:before{width:100%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-1.input-item:before{width:200%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-2.input-item:before{width:300%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-3.input-item:before{width:400%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-4.input-item:before{width:500%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-5.input-item:before{width:600%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-6.input-item:before{width:700%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-7.input-item:before{width:800%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-8.input-item:before{width:900%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-9.input-item:before{width:1000%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-10.input-item:before{width:1100%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-11.input-item:before{width:1200%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-12.input-item:before{width:1300%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-13.input-item:before{width:1400%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-14.input-item:before{width:1500%}.salary-scales .sticky-column .row-delete-input-item-pseudo-length-15.input-item:before{width:1600%}.salary-scales .input-table .input-column .add-row-button-wrap{padding-bottom:50px}.salary-scales .add-row-button-wrap{position:relative}.salary-scales .add-row-button-wrap .row-select-indicator{background-color:#fff;border:1px solid #e9e9e9;border-radius:6px;bottom:5px;display:flex;gap:.25rem;left:50%;padding:.25rem .5rem;position:absolute;text-align:center;transform:translateX(-50%);visibility:hidden;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.salary-scales .add-row-button-wrap .row-select-indicator:after{background-color:#fff;border:1px solid #e9e9e9;-webkit-clip-path:polygon(100% 0,0 100%,100% 100%);clip-path:polygon(100% 0,0 100%,100% 100%);content:"";height:16px;left:calc(50% - 8px);pointer-events:none;position:absolute;top:-8px;transform:rotate(-135deg);width:16px}.salary-scales .add-row-button-wrap .row-select-indicator button{align-items:center;aspect-ratio:1;background:none;border:none;border-radius:50%;display:flex;justify-content:center;padding:0;transition:background-color .3s;width:2rem}.salary-scales .add-row-button-wrap .row-select-indicator button:hover{background:#efefef;cursor:pointer}.salary-scales .add-row-button-wrap .row-select-indicator button:active{background:#dedede}.salary-scales .add-row-button-wrap .row-select-indicator button:disabled{opacity:.5;pointer-events:none}.salary-scales .add-row-button-wrap .row-select-indicator button img{filter:brightness(0) saturate(100%) invert(76%) sepia(22%) saturate(565%) hue-rotate(65deg) brightness(90%) contrast(85%)}.salary-scales .add-row-button-wrap:hover .row-select-indicator{visibility:visible}.salary-scales .add-rule-wrap .button-status{background-color:#e9e9e9;border-radius:4px;display:flex;height:auto;justify-content:center;margin:0;padding:8px;width:100%}.salary-scales .add-rule-wrap .button-status:hover:not(:disabled){background-color:#dedede}.salary-scales .add-rule-wrap .button-status:active:not(:disabled){background-color:#bbb}.salary-scales .add-rule-wrap .button-status:disabled{cursor:not-allowed;opacity:.5}.salary-scales .add-rule-wrap .button-status i{align-items:center;aspect-ratio:1;border-radius:2px;display:flex;font-size:1rem;height:1.25rem;justify-content:center;transition:background-color .2s}.salary-scales .add-rule-wrap .button-status.active i{background:#8abd81}.salary-scales .input-table-wrap .input-column .input-item.end-salary-wrap:before,.salary-scales .input-table-wrap .input-column .input-item.percentage-wrap:before{display:none}.salary-scales .loader-overlay-column{align-items:center;background:hsla(0,0%,86%,.5);color:var(--color-primary);display:flex;font-size:1.5rem;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.salary-scales .loader-overlay-column i{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner;animation-name:spinner;-webkit-animation-timing-function:linear;animation-timing-function:linear}@keyframes spinner{to{transform:rotate(1turn)}}@media screen and (max-width:479px){.main-content{padding:0}.adduser-container .column{padding-bottom:.5rem;padding-top:.5rem}.footer-container .level-right{padding-bottom:10rem}.adduser-container section.adduser-section .footer-container .level{padding:0 .75rem!important}.adduser-container section.adduser-section .footer-container .level .sign-btn{width:100%!important}}.statistics-complete-page-container .title-bar{height:4.5rem}.statistics-complete-page-container .title-bar a{border-radius:.25rem;color:#fff}.statistics-complete-page-container .period-title{text-transform:capitalize}.statistics-complete-page-container .period-selector-wrap-two{align-items:center;background:var(--gray-100);border-radius:8px;display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem 1rem}.statistics-complete-page-container .period-selector-wrap-two .input-title{font-size:.9rem;font-weight:550;padding:0 0 .5rem!important}.statistics-complete-page-container .period-selector-wrap-two label{align-self:flex-end;flex-shrink:0;font-size:.9rem;padding:.5rem 0}.statistics-complete-page-container .period-selector-wrap-two .input-section.dropdown-wrap{flex-shrink:0}.statistics-complete-page-container .period-selector-wrap-two .input-container select:hover{border-color:var(--gray-450);cursor:pointer}.statistics-complete-page-container .button-apply{background:#71afd4}.statistics-complete-page-container .button-apply:hover{background-color:#568dad}.statistics-complete-page-container .button-apply:disabled{opacity:.5;pointer-events:none}.statistics-complete-page-container .period-group-selector-wrap{border:1px solid var(--gray-300);border-radius:4px;color:var(--gray-300);display:flex;overflow:hidden;position:relative}.statistics-complete-page-container .period-group-selector-wrap input{height:0;opacity:0;position:absolute;width:0}.statistics-complete-page-container .period-group-selector-wrap label{border-right:1px solid var(--gray-300);cursor:pointer;font-size:.9rem;font-weight:500;padding:.325rem .65rem}.statistics-complete-page-container .period-group-selector-wrap label:last-child{border:none}.statistics-complete-page-container .period-group-selector-wrap label:hover{background:#fff6fb}.statistics-complete-page-container .period-group-selector-wrap input:checked+label{background:#fff6fb;color:var(--color-primary)}.statistics-complete-page-container .period-group-selector-wrap input:checked+label:hover{background:#f3e3ec}.statistics-complete-page-container .submenu{background-color:#f9f9f9;border-right:1px solid #dadada;border-top-right-radius:0;flex:1;font-size:.9rem}.statistics-complete-page-container .submenu ul a{border-bottom:1px solid #dadada;color:#8c8c8c;display:block;font-weight:500;line-height:1.5rem;padding:1rem}.statistics-complete-page-container .submenu ul a:hover{background-color:#fff;cursor:pointer}.statistics-complete-page-container .submenu ul a:first-child{border-top-left-radius:10px}.statistics-complete-page-container .submenu ul a.router-link-active{background-color:#fff;color:#363636;position:relative}.statistics-complete-page-container .submenu ul a.router-link-active:after{background-color:#fff;content:"";height:100%;position:absolute;right:-1px;top:0;width:1px}.statistics-complete-page-container .dropdown-container .input-container{background:none;font-size:.9rem;line-height:2rem;z-index:2}.statistics-complete-page-container .dropdown-container .input-container.selected .selector-view{border-bottom:0;border-radius:.25rem .25rem 0 0}.statistics-complete-page-container .dropdown-container .selector-view{background:#fff;border:1px solid var(--gray-275);border-radius:.25rem;padding:0 .5rem;position:relative;z-index:2}.statistics-complete-page-container .dropdown-container:hover{cursor:pointer}.statistics-complete-page-container .dropdown-container:hover .filter-dropdown,.statistics-complete-page-container .dropdown-container:hover .input-container,.statistics-complete-page-container .dropdown-container:hover .selector-view{border-color:var(--gray-450)}.statistics-complete-page-container .filter-dropdown{background:#fff;border:1px solid var(--gray-275);border-radius:0 0 .25rem .25rem;left:0;min-width:100%;position:absolute;top:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content}.statistics-complete-page-container .filter-dropdown hr{height:1px;margin:.5rem}.statistics-complete-page-container .filter-dropdown li{align-items:center;display:flex;gap:.5rem;line-height:1.4;padding:0 .75rem}.statistics-complete-page-container .filter-dropdown li label{flex-grow:1;padding:.25rem 0}.statistics-complete-page-container .right-filter-wrap{margin-left:auto}.statistics-complete-page-container .right-filter-wrap .dropdown-wrap{align-items:center;display:flex;gap:.25rem}.statistics-complete-page-container .right-filter-wrap .dropdown-wrap .input-title{padding:0}.statistics-page-wrap{padding:2rem;position:relative}.statistics-page-wrap .statistics-content{position:relative;z-index:1}.statistics-page-wrap .loader-wrap{height:100%;left:0;position:absolute;top:0;width:100%}.statistics-page-wrap .button-success{flex-shrink:0;height:auto;line-height:normal;margin:0;padding:.5rem .75rem}.statistics-page-wrap .button-success i{margin-right:.25rem}.statistics-page-wrap .top-info{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:2rem}.statistics-page-wrap .top-info .input-section{min-width:6rem;width:auto}.statistics-page-wrap .top-info .input-section.month-select{min-width:7.5rem}.statistics-page-wrap .top-info .level-right{flex-grow:1;gap:.5rem}.statistics-page-wrap .graph-content{margin-bottom:2rem;position:relative}.statistics-page-wrap .hours-per-department-wrap{position:relative}.statistics-page-wrap .graph-title{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.statistics-page-wrap .graph-title h4{margin-bottom:0}.statistics-page-wrap .period-group-select{align-items:center;display:flex;gap:.5rem;margin-left:auto}.statistics-page-wrap .period-group-select strong{flex-shrink:0;font-size:.875rem;font-weight:500}.statistics-page-wrap .period-group-select .input-section{flex-shrink:0;min-width:5rem;width:auto}.statistics-page-wrap h4{font-weight:500;margin-bottom:1rem}.statistics-page-wrap button.button-collapse{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;gap:.5rem;margin-bottom:1rem;outline:none}.statistics-page-wrap button.button-collapse h4{font-size:1rem;margin-bottom:0}.statistics-page-wrap button.button-collapse:hover{background:var(--gray-100)}.statistics-page-wrap button.button-collapse:active{background:var(--gray-200)}.statistics-page-wrap button.button-collapse:focus-visible{background-color:var(--gray-200);box-shadow:0 0 0 5px hsla(0,0%,93%,.75)}.statistics-page-wrap button.button-collapse:focus-visible:active{background-color:var(--gray-300);box-shadow:0 0 0 5px hsla(0,0%,85%,.75)}.statistics-page-wrap .table-wrap{margin-bottom:2rem;position:relative}.statistics-page-wrap .staff-costs-per-department-wrap{position:relative}.statistics-page-wrap .table-scroll-wrap{overflow:auto}.statistics-page-wrap .table-scroll-wrap.is-scrolling table td:first-child,.statistics-page-wrap .table-scroll-wrap.is-scrolling table th:first-child{background:#fff}.statistics-page-wrap .table-scroll-wrap.is-scrolling table td:first-child{border-right:3px solid var(--color-primary)}.statistics-page-wrap table{border-collapse:separate;font-size:.75rem;width:100%}.statistics-page-wrap table tr{transition:background-color 1s}.statistics-page-wrap table tr:nth-child(2n):not(.sortUpdate-move){background-color:var(--gray-100)}.statistics-page-wrap table td,.statistics-page-wrap table th{border-bottom:1px solid var(--gray-300);border-right:1px solid var(--gray-300);min-width:10rem;padding:.5rem;transition:background-color .3s,border .3s}.statistics-page-wrap table td:first-child,.statistics-page-wrap table th:first-child{border-left:1px solid var(--gray-300);left:0;position:-webkit-sticky;position:sticky;z-index:2}.statistics-page-wrap table th{font-weight:500}.statistics-page-wrap table thead th,.statistics-page-wrap table thead th:first-child{border:none}.statistics-page-wrap table tbody tr:first-child td{border-top:1px solid var(--gray-300)}.statistics-page-wrap table tbody tr:first-child>:first-child{border-top-left-radius:4px}.statistics-page-wrap table tbody tr:first-child>:last-child{border-top-right-radius:4px}.statistics-page-wrap table tfoot tr:last-child>*{background:var(--gray-100);font-weight:500}.statistics-page-wrap table tfoot tr:last-child>:first-child{border-bottom-left-radius:4px}.statistics-page-wrap table tfoot tr:last-child>:last-child{border-bottom-right-radius:4px}.statistics-page-wrap .percentage{font-weight:500}.statistics-page-wrap .percentage.positive{color:var(--color-success)}.statistics-page-wrap .percentage.negative{color:var(--color-danger)}.statistics-page-wrap button.th-button{background:none;border:none;cursor:pointer;font-size:.75rem;font-weight:500;line-height:normal;outline:none;padding:0}.statistics-page-wrap button.th-button i{opacity:.3}.statistics-page-wrap button.th-button:hover{background-color:var(--gray-100)}.statistics-page-wrap button.th-button:active{background-color:var(--gray-200)}.statistics-page-wrap button.th-button:focus-visible{background-color:var(--gray-200);box-shadow:0 0 0 5px hsla(0,0%,93%,.75)}.statistics-page-wrap button.th-button:focus-visible:active{background-color:var(--gray-300);box-shadow:0 0 0 5px hsla(0,0%,85%,.75)}.statistics-page-wrap button.th-button .sort-icon-wrap{position:relative}.statistics-page-wrap button.th-button .fa-sort-down,.statistics-page-wrap button.th-button .fa-sort-up{opacity:0;position:absolute}.statistics-page-wrap button.th-button .fa-sort-down.active,.statistics-page-wrap button.th-button .fa-sort-up.active{opacity:1}@media (prefers-reduced-motion:no-preference){.statistics-page-wrap .sortUpdate-move{background-color:#ffe6f3;transition:all .5s ease}.statistics-page-wrap .sortUpdate-enter-from,.statistics-page-wrap .sortUpdate-leave-to{background-color:transparent}}.statistics-page-wrap .doughnut-wrap{align-items:center;display:inline-block;display:flex;justify-content:center;position:relative;text-align:center}.statistics-page-wrap .doughnut-wrap .total-amount{font-weight:500;position:absolute;z-index:-1}.statistics-settings .widget .widget-title{display:block;padding:0}.statistics-settings .grid-table [role=row]{border-bottom:1px solid #dedede}.statistics-settings .grid-table [role=row]:last-child{border-bottom:none}.statistics-settings .grid-table [role=cell],.statistics-settings .grid-table [role=columnheader]{line-height:1.6;padding:.75rem}.statistics-settings .grid-table [role=cell]:first-child,.statistics-settings .grid-table [role=columnheader]:first-child{padding-left:2rem}.statistics-settings .grid-table [role=cell]:last-child,.statistics-settings .grid-table [role=columnheader]:last-child{padding-right:1rem}.statistics-settings .grid-table [role=cell] i.fa-arrow-right,.statistics-settings .grid-table [role=columnheader] i.fa-arrow-right{color:var(--gray-450)}.statistics-settings .grid-table [role=cell] .button-clear,.statistics-settings .grid-table [role=columnheader] .button-clear{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;height:1.5rem;justify-content:center;padding:0;width:1.5rem}.statistics-settings .grid-table [role=cell] .button-clear:hover,.statistics-settings .grid-table [role=columnheader] .button-clear:hover{background:hsla(0,0%,100%,.5)}.statistics-settings .widget-content{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem}.statistics-settings .widget-content [role=cell]:last-child{text-align:right}.integration-wrap a{color:var(--color-primary);font-weight:500;text-decoration:underline}.integration-wrap h2{font-size:.9rem;font-weight:500;margin-bottom:.5rem}.integration-wrap ol,.integration-wrap p,.integration-wrap ul{font-size:.9rem;margin-bottom:1rem}.integration-wrap ol{padding-left:1rem}.integration-wrap .tutorial-imgs{display:flex;margin-bottom:1rem}.integration-wrap .tutorial-imgs img{width:50%}.day-segments-settings .day-wrap{border-top:2px solid var(--gray-300);display:flex}.day-segments-settings .day-hours{border-right:1px solid var(--gray-300);display:flex;flex-direction:column;font-size:.75rem;padding-right:1rem;padding-top:1rem}.day-segments-settings .day-hours .hour{height:2rem}.day-segments-settings .day-hours .hour span{display:inline-block;transform:translateY(-50%)}.day-segments-settings .day-buttons-wrap{height:100%;position:absolute;width:100%}.day-segments-settings .day-buttons-wrap .button-wrap{height:2rem}.day-segments-settings .day-buttons-wrap .add-segment-button{align-items:center;background-color:var(--gray-300);border:none;color:#fff;display:flex;height:100%;justify-content:center;opacity:0;outline:none;transition:opacity .15s;width:100%}.day-segments-settings .day-buttons-wrap .add-segment-button:hover{cursor:pointer;opacity:1}.day-segments-settings .day-buttons-wrap .add-segment-button:active{background-color:var(--gray-400)}.day-segments-settings .day-segments-wrap{flex-grow:1;padding-top:1rem;position:relative}.day-segments-settings .hour-lines-wrap{height:100%;position:absolute;width:100%}.day-segments-settings .hour-lines-wrap .hour-line{border-top:1px solid var(--gray-300);height:2rem}.day-segments-settings .day-segments{height:100%;pointer-events:none;position:relative}.day-segments-settings .segment-wrap{pointer-events:all;position:absolute;transition:opacity .3s;width:100%}.day-segments-settings .segment-wrap.loading{margin:0;opacity:.8;pointer-events:none}.day-segments-settings .segment-wrap.loading-other-segment{opacity:.4}.day-segments-settings .segment-wrap .loading-spinner{align-items:center;color:#fff;display:flex;font-size:1.5rem;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:2}.day-segments-settings .segment{border-radius:4px;color:#fff;font-size:.75rem;padding:.5rem}.day-segments-settings .segment h4{font-size:.75rem;margin-bottom:.5rem}.day-segments-settings .draggable-segment{padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;z-index:3}.day-segments-settings .draggable-segment .segment-background{border-radius:4px;height:100%;opacity:.1;width:100%}.day-segments-settings .true-segment{height:100%;position:relative;transition:opacity .3s;z-index:2}.day-segments-settings .true-segment.dragging,.day-segments-settings .true-segment.moving{opacity:.5}.day-segments-settings .true-segment.editing{color:transparent;opacity:.3}.day-segments-settings .potential-new-segment{overflow:hidden;position:absolute;transition:opacity .2s,box-shadow .2s;width:100%;z-index:2;z-index:4}.day-segments-settings .potential-new-segment.segment-invalid{box-shadow:0 0 0 4px rgba(255,0,0,.5);opacity:.3}.day-segments-settings .following-segment{opacity:.5;position:absolute;top:0;transition:height .3s;width:100%}.day-segments-settings .move-handle{cursor:pointer;height:calc(100% - .5rem);position:absolute;top:0;width:100%}.day-segments-settings .move-handle.moving{cursor:-webkit-grabbing;cursor:grabbing}.day-segments-settings .resize-handle{align-items:center;bottom:0;cursor:ns-resize;display:flex;height:.5rem;justify-content:center;left:0;position:absolute;width:100%}.day-segments-settings .resize-handle:after{background:#fff;content:"";height:.125rem;width:2rem}.day-segments-settings .segment-options{background:#fff;border-radius:8px;box-shadow:0 6px 4px rgba(0,0,0,.25);display:flex;flex-direction:column;min-height:18.75rem;padding:.5rem 1rem 1rem;position:absolute;right:5rem;top:50%;transform:translateY(-50%);width:15.5rem;z-index:6}.day-segments-settings .segment-options .button-close{align-items:center;background:none;border:none;border-radius:4px;color:var(--gray-600);display:flex;height:1.5rem;justify-content:center;outline:none;position:absolute;right:.5rem;top:.5rem;transition:background-color .15s;width:1.5rem;z-index:2}.day-segments-settings .segment-options .button-close:hover{background:var(--gray-250);cursor:pointer}.day-segments-settings .segment-options .button-close:active{background:var(--gray-400)}.day-segments-settings .segment-options .timestamp-inputs{display:flex;margin:0 -.25rem 1rem}.day-segments-settings .segment-options .timestamp-inputs .timestamp-input{padding:0 .25rem;width:50%}.day-segments-settings .segment-options .color-checks{display:flex;flex-wrap:wrap;gap:.475rem;margin-bottom:1rem}.day-segments-settings .segment-options .color-checks .color{flex-shrink:0;position:relative}.day-segments-settings .segment-options .color-checks label{align-items:center;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.625rem;height:1.25rem;justify-content:center;position:relative;width:1.25rem}.day-segments-settings .segment-options .color-checks label:before{background:rgba(0,0,0,.2);border-radius:50%;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .15s;width:100%}.day-segments-settings .segment-options .color-checks label i{z-index:2}.day-segments-settings .segment-options .color-checks label:hover:before{opacity:1}.day-segments-settings .segment-options .color-checks input{height:0;opacity:0;position:absolute;width:0}.day-segments-settings .segment-options .footer-buttons{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-top:auto}.day-segments-settings .segment-options .footer-buttons .footer-button{height:auto;line-height:normal;margin:0;padding:.5rem .75rem}.day-segments-settings .segment-options .footer-buttons .footer-button:disabled{opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.day-segments-settings .segment-options .footer-buttons .footer-button.button-cancel{background:var(--gray-450)}.grid-table{display:grid}.grid-table [role=row]{border-bottom:1px solid var(--grey-1);display:grid}.grid-table [role=row]:last-child{border-bottom:none}.markdown-body ul{list-style-type:disc}.version-badge{background-color:#eef2f7;border-radius:4px;color:#334155;font-size:.8rem;font-weight:600;padding:.25rem .5rem}.multiselect__tags .multiselect__tag{margin-bottom:-1px;margin-left:5px;margin-top:5px}.mx-icon-double-left:after,.mx-icon-double-left:before,.mx-icon-double-right:after,.mx-icon-double-right:before,.mx-icon-left:before,.mx-icon-right:before{border-color:currentcolor;border-radius:1px;border-style:solid;border-width:2px 0 0 2px;box-sizing:border-box;content:"";display:inline-block;height:10px;position:relative;top:-1px;transform:rotate(-45deg) scale(.7);transform-origin:center;vertical-align:middle;width:10px}.mx-icon-double-left:after{left:-4px}.mx-icon-double-right:before{left:4px}.mx-icon-double-right:after,.mx-icon-double-right:before,.mx-icon-right:before{transform:rotate(135deg) scale(.7)}.mx-btn{background-color:transparent;border:1px solid rgba(0,0,0,.1);border-radius:4px;box-sizing:border-box;color:#73879c;cursor:pointer;font-size:14px;font-weight:500;line-height:1;margin:0;outline:none;padding:7px 15px;white-space:nowrap}.mx-btn:hover{border-color:#1284e7;color:#1284e7}.mx-btn.disabled,.mx-btn:disabled{color:#ccc;cursor:not-allowed}.mx-btn-text{border:0;line-height:inherit;padding:0 4px;text-align:left}.mx-scrollbar{height:100%}.mx-scrollbar:hover .mx-scrollbar-track{opacity:1}.mx-scrollbar-wrap{height:100%;overflow-x:hidden;overflow-y:auto}.mx-scrollbar-track{border-radius:4px;bottom:2px;opacity:0;position:absolute;right:2px;top:2px;transition:opacity .24s ease-out;width:6px;z-index:1}.mx-scrollbar-track .mx-scrollbar-thumb{background-color:hsla(220,4%,58%,.3);border-radius:inherit;cursor:pointer;height:0;position:absolute;transition:background-color .3s;width:100%}.mx-zoom-in-down-enter-active,.mx-zoom-in-down-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1)}.mx-zoom-in-down-enter,.mx-zoom-in-down-enter-from,.mx-zoom-in-down-leave-to{opacity:0;transform:scaleY(0)}.mx-datepicker{display:inline-block;position:relative;width:210px}.mx-datepicker svg{fill:currentColor;height:1em;overflow:hidden;vertical-align:-.15em;width:1em}.mx-datepicker-range{width:320px}.mx-datepicker-inline{width:auto}.mx-input-wrapper{position:relative}.mx-input{background-color:#fff;border:1px solid #dbdbdb;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-sizing:border-box;color:#363636;display:inline-block;font-size:14px;height:34px;line-height:1.4;padding:6px 30px 6px 10px;width:100%}.mx-input:focus,.mx-input:hover{border-color:#b5b5b5}.mx-input.disabled,.mx-input:disabled{background-color:#f3f3f3;border-color:#dbdbdb;color:#ccc;cursor:not-allowed}.mx-input:focus{outline:none}.mx-input::-ms-clear{display:none}.mx-icon-calendar,.mx-icon-clear{color:rgba(0,0,0,.5);font-size:16px;line-height:1;position:absolute;right:8px;top:50%;transform:translateY(-50%);vertical-align:middle}.mx-icon-clear{cursor:pointer}.mx-icon-clear:hover{color:rgba(0,0,0,.8)}.mx-datepicker-main{background-color:#fff;border:1px solid #e8e8e8;color:#73879c;font:14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,sans-serif}.mx-datepicker-popup{box-shadow:0 6px 12px rgba(0,0,0,.175);margin-bottom:1px;margin-top:1px;position:absolute;z-index:2001}.mx-datepicker-sidebar{box-sizing:border-box;float:left;overflow:auto;padding:6px;width:100px}.mx-datepicker-sidebar+.mx-datepicker-content{border-left:1px solid #e8e8e8;margin-left:100px}.mx-datepicker-body{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mx-btn-shortcut{display:block;line-height:24px;padding:0 6px}.mx-range-wrapper{display:flex}@media (max-width:750px){.mx-range-wrapper{flex-direction:column}}.mx-datepicker-header{border-bottom:1px solid #e8e8e8;padding:6px 8px}.mx-datepicker-footer{border-top:1px solid #e8e8e8;padding:6px 8px;text-align:right}.mx-calendar{box-sizing:border-box;padding:6px 12px;width:248px}.mx-calendar+.mx-calendar{border-left:1px solid #e8e8e8}.mx-calendar-header,.mx-time-header{box-sizing:border-box;height:34px;line-height:34px;overflow:hidden;text-align:center}.mx-btn-icon-double-left,.mx-btn-icon-left{float:left}.mx-btn-icon-double-right,.mx-btn-icon-right{float:right}.mx-calendar-header-label{font-size:14px}.mx-calendar-decade-separator{margin:0 2px}.mx-calendar-decade-separator:after{content:"~"}.mx-calendar-content{box-sizing:border-box;height:224px;position:relative}.mx-calendar-content .cell{cursor:pointer}.mx-calendar-content .cell:hover{background-color:#f3f9fe;color:#73879c}.mx-calendar-content .cell.active{background-color:#1284e7;color:#fff}.mx-calendar-content .cell.hover-in-range,.mx-calendar-content .cell.in-range{background-color:#dbedfb;color:#73879c}.mx-calendar-content .cell.disabled{background-color:#f3f3f3;color:#ccc;cursor:not-allowed}.mx-calendar-week-mode .mx-date-row{cursor:pointer}.mx-calendar-week-mode .mx-date-row:hover{background-color:#f3f9fe}.mx-calendar-week-mode .mx-date-row.mx-active-week{background-color:#dbedfb}.mx-calendar-week-mode .mx-date-row .cell.active,.mx-calendar-week-mode .mx-date-row .cell:hover{background-color:transparent;color:inherit}.mx-week-number{opacity:.5}.mx-table{border-collapse:separate;border-spacing:0;box-sizing:border-box;height:100%;table-layout:fixed;text-align:center;width:100%}.mx-table th{font-weight:500}.mx-table td,.mx-table th{padding:0;vertical-align:middle}.mx-table-date td,.mx-table-date th{font-size:12px;height:32px}.mx-table-date .today{color:#2a90e9}.mx-table-date .cell.not-current-month{background:none;color:#ccc}.mx-time{background:#fff;flex:1;width:224px}.mx-time+.mx-time{border-left:1px solid #e8e8e8}.mx-calendar-time{height:100%;left:0;position:absolute;top:0;width:100%}.mx-time-header{border-bottom:1px solid #e8e8e8}.mx-time-content{box-sizing:border-box;height:224px;overflow:hidden}.mx-time-columns{display:flex;height:100%;overflow:hidden;width:100%}.mx-time-column{border-left:1px solid #e8e8e8;flex:1;position:relative;text-align:center}.mx-time-column:first-child{border-left:0}.mx-time-column .mx-time-list{list-style:none;margin:0;padding:0}.mx-time-column .mx-time-list:after{content:"";display:block;height:192px}.mx-time-column .mx-time-item{cursor:pointer;font-size:12px;height:32px;line-height:32px}.mx-time-column .mx-time-item:hover{background-color:#f3f9fe;color:#73879c}.mx-time-column .mx-time-item.active{background-color:transparent;color:#1284e7;font-weight:700}.mx-time-column .mx-time-item.disabled{background-color:#f3f3f3;color:#ccc;cursor:not-allowed}.mx-time-option{cursor:pointer;font-size:14px;line-height:20px;padding:8px 10px}.mx-time-option:hover{background-color:#f3f9fe;color:#73879c}.mx-time-option.active{background-color:transparent;color:#1284e7;font-weight:700}.mx-time-option.disabled{background-color:#f3f3f3;color:#ccc;cursor:not-allowed}.mx-datepicker-main{display:flex}.mx-datepicker-main .mx-datepicker-hover{height:100%}.mx-datepicker-main .mx-datepicker-content{margin-left:0}.mx-datepicker-main .mx-table-date .today{color:var(--color-primary)}.mx-datepicker-main .mx-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.mx-datepicker-main .mx-btn-shortcut{padding:.25rem .5rem}.mx-datepicker-main .mx-calendar-content .cell:hover{background:#fff6fb}.mx-datepicker-main .mx-calendar-content .cell.active{background:var(--color-primary);color:#fff}.mx-datepicker-main .mx-calendar-content .cell.hover-in-range,.mx-datepicker-main .mx-calendar-content .cell.in-range{background:#fff6fb}.mx-datepicker-main .mx-range-wrapper{height:100%}.mx-datepicker-main .mx-datepicker-sidebar{width:auto}.magnifier-thumb-wrapper{display:block;left:0;position:relative;top:0}.magnifier-lens{overflow:hidden}.magnifier-lens,.magnifier-loader{border:1px solid #ccc;left:0;position:absolute;top:0;z-index:1000}.magnifier-loader{background:transparent;background:rgba(50,50,50,.5);color:#fff;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)";filter:progid:dximagetransform.microsoft.gradient(startColorstr=#7f323232,endColorstr=#7f323232);text-align:center}.magnifier-loader-text{font:13px Arial;margin-top:10px}.magnifier-large{position:absolute;z-index:100}.magnifier-preview{height:150px;overflow:hidden;padding:0;position:relative;width:100%}.magnifier-preview img{left:0;position:absolute;top:0}.hidden{display:none}.opaque{-ms-filter:progid:dximagetransform.microsoft.alpha(opacity=50);filter:alpha(opacity=50);opacity:.5}.font-bold{font-weight:500}.flex-1{flex:1}.is-flex{display:flex}.flip{transform:rotate(-180deg)}.spinner-loading{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-loading;animation-name:spinner-loading;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spinner-loading{to{transform:rotate(1turn)}}@keyframes spinner-loading{to{transform:rotate(1turn)}}.main-content.onboarding-content{overflow:initial;position:relative}.onboarding{background:#fff;border-top-left-radius:10px;border-top-right-radius:10px;margin:0 auto;max-width:1450px;min-height:calc(100vh - 4rem);padding:40px;width:calc(100vw - 4rem)}.onboarding .onboarding-sidebar{padding-bottom:0;padding-top:0}.onboarding .onboarding-sidebar .sidebar-scroll-wrap{height:100%}.onboarding .onboarding-sidebar .sidebar-content{padding:.75rem 0}.onboarding .onboarding-sidebar .simple-sticky{position:-webkit-sticky;position:sticky;top:0}.onboarding section{margin-bottom:2rem;position:relative}.onboarding section.input-section{margin-bottom:0}.onboarding .section-title-wrap{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.5rem}.onboarding .section-title-wrap h2.section-title{margin-bottom:0}.onboarding .section-title-wrap .button-primary{margin-bottom:0;margin-top:0}.onboarding h2.section-title{font-size:1.25rem;font-weight:500;margin-bottom:.25rem}.onboarding h2.section-title .is-text-btn{align-items:center;border-radius:50%;color:var(--color-danger);display:inline-flex;height:1.5rem;justify-content:center;margin-left:.5rem;text-decoration:none;transform:translateY(-10%);vertical-align:middle;width:1.5rem}.onboarding h2.section-title .is-text-btn:hover{background-color:var(--gray-200)}.onboarding hr.section-divider{height:3px;margin-top:0}.onboarding .step .sub-steps{display:none;padding-left:1rem}.onboarding .onboarding-step-title{display:flex;margin-bottom:.5rem}.onboarding .onboarding-step-title:is(a),.onboarding .onboarding-step-title:is(h3){color:var(--gray-400);font-weight:400}.onboarding .onboarding-step-title.step-complete{color:var(--gray-400)}.onboarding .onboarding-step-title.step-complete.router-link-active{color:var(--color-primary)}.onboarding .onboarding-step-title.step-complete .indicator{background:#01b257}.onboarding .onboarding-step-title.clickable{cursor:pointer}.onboarding .onboarding-step-active a.step-title,.onboarding .onboarding-step-active h3.step-title{color:var(--color-primary);font-weight:500}.onboarding .router-link-active:is(a){color:var(--color-primary);font-weight:500}.onboarding .indicator{background:#ff9602;border-radius:50%;display:none;flex-shrink:0;height:.75em;margin-right:.5rem;margin-top:.3rem;width:.75em}.onboarding .indicator.complete{background:#01b257}.onboarding .note-content{background-color:#eaffe7;border:1px dashed #c5e0c5;margin-bottom:1rem;padding:1rem;position:relative}.onboarding .note-content.grey{background-color:#f7f7f7;border:1px dashed #dedede}.onboarding .note-content .name{font-weight:500}.onboarding .note-content .delete-item{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:1rem;top:50%;transition:background-color .5s ease;width:36px}.onboarding .note-content .delete-item:hover{background-color:#ececec;cursor:pointer}.onboarding .note-content .delete-item img{width:20px}.onboarding .note-content .right-button{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.onboarding .centered-btn{display:flex;justify-content:center}.onboarding .button-add{padding-left:1em;padding-right:1em}.onboarding .button-add:focus{color:#fff}.onboarding .button-complete{background:#8abd81;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;line-height:2.5rem;padding:0 1em;transition:background-color .2s}.onboarding .button-complete:hover{background:#6e9e65}.onboarding .button-complete:disabled{background:#ff9602}.onboarding .button-complete:disabled:hover{background-color:#e98800}.onboarding .button-remove{border:none;color:#fff;font-size:.9rem;font-weight:500;line-height:2.5rem;padding:0 1em}.onboarding .section-inputs .input-section .input-title{padding-top:0!important}.onboarding .overview-table [role=row]{display:flex;font-size:.875rem;gap:.5rem;justify-content:space-between;padding:.5rem}.onboarding .overview-table [role=row] strong{font-weight:500}.onboarding .overview-table [role=row]:nth-child(2n){background-color:var(--gray-100)}.onboarding .delete-onboarding-wrap{display:flex;justify-content:flex-end}.onboarding .delete-onboarding-wrap .button-delete{margin:0}.onboarding .align-inner-content-bottom .column{align-items:flex-end;display:flex}.onboarding.editing .indicator{display:inline-block}.onboarding.editing .onboarding-step-active .sub-steps{display:block}.log-tooltip .tooltip-inner{background:#fff;box-shadow:0 1px 6px 0 rgba(0,0,0,.15);color:#000;font-size:.75rem;line-height:1.5;padding:.75rem 1rem}.log-tooltip .tooltip-inner h5{font-weight:500;margin-bottom:.125rem}.log-tooltip .tooltip-inner .log-item{margin-bottom:.125rem}.log-tooltip .tooltip-inner .checked{color:#8abd81}.log-tooltip .tooltip-inner .unchecked{color:#d66a6a}.onboarding-dashboard .lists-table{padding:1rem}.onboarding-dashboard .lists-table>.columns{margin:0}.onboarding-dashboard p{font-size:.875rem;margin-bottom:1rem}.onboarding-dashboard .progress-card{background:var(--gray-100);border-radius:8px;display:flex;flex-direction:column;height:100%;padding:1.5rem}.onboarding-dashboard .progress-card .progress-title{align-items:center;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:space-between;margin-bottom:.5rem}.onboarding-dashboard .progress-card .progress-title h3{font-size:.875rem;font-weight:500}.onboarding-dashboard .progress-card .progress-content{margin-bottom:auto}.onboarding-dashboard .progress-meter-wrap{align-items:center;border-radius:50px;display:flex;height:.5rem;overflow:hidden}.onboarding-dashboard .progress-meter-wrap meter{border-radius:0;border-radius:100px;display:block;flex-grow:1;height:200%}.onboarding-dashboard .progress-meter-wrap meter::-webkit-meter-bar{background:var(--gray-300);border:none;box-shadow:none}.onboarding-dashboard .progress-meter-wrap meter::-webkit-meter-optimum-value{background:var(--color-success);border:none}.onboarding-dashboard .progress-meter-wrap meter::-webkit-meter-even-less-good-value,.onboarding-dashboard .progress-meter-wrap meter::-webkit-meter-optimum-value,.onboarding-dashboard .progress-meter-wrap meter::-webkit-meter-suboptimum-value{-webkit-transition:width .5s;transition:width .5s}.onboarding-dashboard .widget{font-size:.875rem}.onboarding-dashboard .widget-title{padding:.5rem 1.5rem}.onboarding-dashboard .widget-content{border:1px solid #dedede;border-radius:0 0 8px 8px;border-top:none;overflow:hidden}.onboarding-dashboard .widget-section-head{align-items:center;background:var(--gray-100);border-bottom:1px solid var(--gray-100);display:flex;gap:.5rem;padding:1rem 1.5rem}.onboarding-dashboard .widget-section-head .right-content{align-items:center;display:flex;flex-shrink:0;gap:.5rem;margin-left:auto}.onboarding-dashboard .widget-section-head .right-content .progress-meter-wrap{flex-shrink:0;width:110px}.onboarding-dashboard .widget-section-head h3{font-weight:500}.onboarding-dashboard .widget-section-head .percentage{font-weight:500;min-width:3ch}.onboarding-dashboard .widget-section-head .btn-collapse{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:1.5rem;justify-content:center;outline:none;padding:0;width:1.5rem}.onboarding-dashboard .widget-section-head .btn-collapse:hover{background:var(--gray-300)}.onboarding-dashboard .widget-section-head .btn-collapse:active{background:var(--gray-400)}.onboarding-dashboard .widget-section-head .btn-collapse:focus-visible{background:var(--gray-400);box-shadow:0 0 0 4px var(--gray-300)}.onboarding-dashboard .widget-section-head .btn-collapse i{height:.75rem;transition:transform .3s;width:.75rem}.onboarding-dashboard .widget-section-head .btn-collapse.collapsed i{transform:rotate(180deg)}.onboarding-dashboard .widget-section{display:grid;grid-template-rows:1fr;transition:grid-template-rows .5s;transition:grid-template-rows .5s,-ms-grid-rows .5s}.onboarding-dashboard .widget-section .section-inner{overflow:hidden}.onboarding-dashboard .widget-section.collapsed{grid-template-rows:0fr}.onboarding-dashboard .widget-item{align-items:center;background:none;border:none;border-bottom:1px solid var(--gray-300);border-radius:0;color:#000;cursor:pointer;display:flex;gap:.5rem;outline:none;padding:1.5rem;text-align:left;transition:background-color .3s,box-shadow .3s;width:100%}.onboarding-dashboard .widget-item:hover{background:var(--gray-100)}.onboarding-dashboard .widget-item:hover .item-icon{transform:translateX(.25rem)}.onboarding-dashboard .widget-item:hover .item-icon.disabled{transform:unset}.onboarding-dashboard .widget-item:focus-visible{background:var(--gray-100);box-shadow:0 0 0 2px var(--color-primary) inset}.onboarding-dashboard .widget-item:active{background:var(--gray-200)}.onboarding-dashboard .widget-item:disabled{color:var(--gray-450)}.onboarding-dashboard .widget-item .item-content :last-child{margin-bottom:0}.onboarding-dashboard .widget-item h4{font-size:.875rem;font-weight:500;line-height:normal}.onboarding-dashboard .widget-item p{font-weight:300;line-height:normal;padding-top:.5rem}.onboarding-dashboard .widget-item .item-icon{align-items:center;background:var(--gray-300);border:none;border-radius:50%;color:#000;cursor:pointer;display:flex;flex-shrink:0;font-size:.75rem;height:2rem;justify-content:center;margin-left:auto;outline:none;padding:0;transition:transform .3s;width:2rem}.onboarding-dashboard .widget-item .item-icon:hover{background:var(--gray-400)}.onboarding-dashboard .widget-item .item-icon:active{background:var(--gray-450)}.onboarding-dashboard .widget-item .item-icon:focus-visible{background:var(--gray-450);box-shadow:0 0 0 4px var(--gray-400)}.onboarding-dashboard .widget-item:last-child{border-bottom:none}.onboarding-dashboard .widget-item.complete .item-icon{background:var(--color-success);color:#fff}.onboarding-dashboard .widget-item.complete:hover .item-icon{transform:scale(1.1)}@media (prefers-reduced-motion){.onboarding-dashboard .widget-section{transition:none}}.defaults-selector{--separator-width:5rem;--separator-width-half:calc(var(--separator-width)/2);align-items:center;border-bottom:1px solid var(--gray-275);display:flex;justify-content:center;padding:2.5rem 0}.defaults-selector .btn-wrap{align-items:center;display:flex;flex-grow:1;flex-shrink:0;position:relative;width:calc(50% - var(--separator-width-half))}.defaults-selector .btn-wrap:first-child{justify-content:flex-end}.defaults-selector .btn-wrap.button-center{justify-content:center}.defaults-selector span{text-align:center;width:var(--separator-width)}.defaults-selector span:before{content:"- "}.defaults-selector span:after{content:" -"}.weather-tooltip{display:flex;flex-direction:column}.has-v2-styles .card-fade-up-enter-active,.has-v2-styles .card-fade-up-leave-active,.has-v2-styles .card-fade-up-move{transition:opacity .3s ease,transform .3s ease}.has-v2-styles .card-fade-up-enter,.has-v2-styles .card-fade-up-leave-to{opacity:0;transform:translateY(1rem)}.has-v2-styles .card-fade-up-leave-active{position:absolute;width:100%}.has-v2-styles .btn{align-items:center;background-color:transparent;border:1px solid #000;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;gap:.25rem;justify-content:center;line-height:1.5;padding:.5rem 1rem;position:relative;text-align:center;text-decoration:none;touch-action:manipulation;transition:color .15s,background-color .15s,border-color .15s,box-shadow .15s,opacity .15s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.has-v2-styles .btn:focus{outline:none}.has-v2-styles .btn:disabled{opacity:.5;pointer-events:none}.has-v2-styles .btn.btn-full-width{width:100%}.has-v2-styles .btn.btn-primary{background:var(--dark-400);border-color:var(--dark-400);font-weight:600}.has-v2-styles .btn.btn-primary:hover{background:var(--dark-500);border-color:var(--dark-500)}.has-v2-styles .btn.btn-primary:active,.has-v2-styles .btn.btn-primary:focus{background:var(--dark-600);border-color:var(--dark-600)}.has-v2-styles .btn.btn-primary:focus-visible{background:var(--dark-600);border-color:var(--dark-600);box-shadow:0 0 0 .25rem var(--light-500)}.has-v2-styles .btn.btn-primary:focus:active:focus-visible{background:var(--dark-600);border-color:var(--dark-600);box-shadow:0 0 0 .35rem var(--light-400)}.has-v2-styles .btn.btn-text{border-color:transparent;color:var(--dark-600)}.has-v2-styles .btn.btn-text:hover{background:var(--light-100);border-color:var(--light-100);color:var(--dark-600)}.has-v2-styles .btn.btn-text:active,.has-v2-styles .btn.btn-text:focus{background:var(--light-200);border-color:var(--light-200);color:var(--dark-600)}.has-v2-styles .btn.btn-text:focus-visible{background:var(--light-200);border-color:var(--light-200);box-shadow:0 0 0 .25rem var(--light-100)}.has-v2-styles .btn.btn-text:focus:active:focus-visible{background:var(--light-200);border-color:var(--light-300);box-shadow:0 0 0 .35rem var(--light-200)}.has-v2-styles .btn.btn-secondary{background:#fff;border-color:var(--light-400);color:var(--dark-600)}.has-v2-styles .btn.btn-secondary:hover{background:var(--light-100);border-color:var(--light-300);color:var(--dark-600)}.has-v2-styles .btn.btn-secondary:active,.has-v2-styles .btn.btn-secondary:focus{background:var(--light-200);border-color:var(--light-300);color:var(--dark-600)}.has-v2-styles .btn.btn-secondary:focus-visible{background:var(--light-200);border-color:var(--light-300);box-shadow:0 0 0 .25rem var(--light-200)}.has-v2-styles .btn.btn-secondary:focus:active:focus-visible{background:var(--light-300);border-color:var(--light-400);box-shadow:0 0 0 .35rem var(--light-300)}.has-v2-styles .card{border:1px solid var(--light-200);border-radius:12px;box-shadow:var(--card-shadow);text-decoration:none;transition:box-shadow .3s}.has-v2-styles .field-label-cards-wrap{display:flex;flex-wrap:wrap;gap:.5rem}.has-v2-styles .field-label-card{border:1px solid var(--light-400);border-radius:8px;flex-basis:100%;flex-grow:1;padding:.75rem;transition:opacity .3s}.has-v2-styles .field-label-card.is-half{max-width:calc(50% - .25rem)}.has-v2-styles .field-label-card.card-grey{background:var(--light-100);border:1px solid var(--light-200)}.has-v2-styles .label-title{color:var(--dark-100);display:block;font-size:.75rem;font-weight:500;letter-spacing:.04em;margin-bottom:.5rem;text-transform:uppercase}.has-v2-styles .label-content{color:var(--dark-100);font-size:.875rem}.has-v2-styles .label-content-dark{color:var(--dark-600);font-size:.875rem;font-weight:500}.has-v2-styles{--dark-100:#82909b;--dark-200:#546271;--dark-300:#444d56;--dark-400:#30373d;--dark-500:#1e2327;--dark-600:#11161b;--light-0:#fff;--light-100:#f8fafd;--light-200:#edf1f5;--light-300:#e1e5eb;--light-400:#d4dae3;--light-500:#bfc8d6;--light-600:#a1b1c4;--blue-100:#ebf4ff;--blue-200:#76b4ff;--blue-300:#127dff;--blue-400:#004190;--green-100:#b5ead4;--green-200:#20b375;--red-100:#ffdbe5;--red-200:#e50040;--orange:#f67600;--pink:#f749e6;--yellow:#ffbe3b;--blue:#3b43fa;--purple:#7a4fde;--light-purple:#cab8f2;--light-blue:#b1b4fd;--light-orange:#ffe5b1;--light-pink:#fcb6f5;--light-green:#a6e1c8;--light-yellow:#fff5e2;--card-shadow:0 0 32px rgba(0,0,0,.15)}.has-v2-styles .form-group{margin-bottom:1rem}.has-v2-styles input.form-control,.has-v2-styles textarea.form-control{background:#fff;border:1px solid var(--light-400);border-radius:8px;color:var(--dark-600);font-size:.875rem;padding:.75rem 1rem;transition:box-shadow .3s;width:100%}.has-v2-styles input.form-control::-moz-placeholder,.has-v2-styles textarea.form-control::-moz-placeholder{color:var(--dark-100)}.has-v2-styles input.form-control:-ms-input-placeholder,.has-v2-styles textarea.form-control:-ms-input-placeholder{color:var(--dark-100)}.has-v2-styles input.form-control::placeholder,.has-v2-styles textarea.form-control::placeholder{color:var(--dark-100)}.has-v2-styles input.form-control:focus-visible,.has-v2-styles textarea.form-control:focus-visible{box-shadow:0 0 0 4px rgba(130,144,155,.15);outline:none}.has-v2-styles textarea.form-control{resize:vertical}.support-widget-card .tab{height:100%;overflow-y:auto}.has-v2-styles{font-family:Inter,sans-serif}.has-v2-styles .h3,.has-v2-styles h3{color:var(--dark-600);font-size:1.125rem;font-weight:600}.has-v2-styles .position-relative{position:relative}.has-v2-styles hr{background:var(--light-200);height:1px;margin:1rem 0}body,html{background-color:#e6e6e6;font-family:Roboto,sans-serif;font-size:1rem;font-weight:300;height:100%}#app{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDelayed{0%{opacity:0}50%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInDelayed{0%{opacity:0}50%{opacity:0}to{opacity:1}}.vue-star-rating{height:2rem}.hidden-stepper input::-webkit-inner-spin-button,.hidden-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.hidden-stepper input[type=number]{-moz-appearance:textfield}.loader-cont{background-color:hsla(0,0%,100%,.7);display:block!important;height:100%;opacity:.8;position:absolute;top:0;width:100%;z-index:3000}.loader-cont.full-page{background-color:#fff;opacity:1;z-index:5000}.loader-cont img{height:120px;left:50%;margin-left:-60px;margin-top:-60px;position:absolute;top:50%;width:120px;z-index:3500}.canvas{border-radius:.25rem;height:100%;width:100%}.location-title,.widget-title{background-color:#8a8a8a;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:.9rem;font-weight:500;line-height:2rem;padding:.5rem 1rem .5rem 2rem;position:relative}.editr--content{border:0;color:#4a4a4a;display:block;font-family:Roboto,sans-serif;font-size:.9rem;font-weight:300;line-height:1.7rem!important;outline:0;padding:1rem 1rem 0;resize:none;width:100%}.editr--toolbar{margin-left:0!important;width:100%}.editr--content{height:400px}.v-autocomplete{position:relative}.v-autocomplete input{border:1px solid #e6e6e6;border-radius:.25rem;color:#616161;display:block;font-size:.8rem;height:2rem;outline:0;padding-left:.5rem;width:100%}.v-autocomplete .v-autocomplete-list{background-color:#fff;border:1px solid #e6e6e6;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-top:none;padding:.25rem;position:absolute;top:100%;width:100%;z-index:1000}.switch-week{height:2rem;line-height:2rem;position:relative;text-align:center;width:100%}.switch-week .toggler{background-color:transparent;border-radius:18px;cursor:pointer;height:36px;margin-top:-18px;padding:8px;position:absolute;top:50%;transition:background-color .5s ease;width:36px}.switch-week .toggler img{height:20px}.switch-week .toggler:hover{background-color:#efefef}.switch-week .toggler.previous{left:0}.switch-week .toggler.previous img{margin-right:3px}.switch-week .toggler.next{right:0}.switch-week .toggler.next img{margin-left:3px}section{display:flex;flex-direction:column;width:100%}section.lists-table{background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;flex:1;margin:0 auto;max-width:1450px;position:relative}section.lists-table ::-webkit-scrollbar{-webkit-appearance:none;margin-top:5px;width:6px}section.lists-table ::-webkit-scrollbar-thumb{background-color:#ec008c;border-radius:4px}section.lists-table .thead-container{background-color:#8a8a8a}section.lists-table .thead-container table{width:calc(100% - 6px)!important}section.lists-table .level .level-right .pagination{margin-right:2rem!important}section.lists-table .weight-bold{font-weight:500}section.lists-table nav{box-shadow:inset 0 -1px 0 #dadada;margin-bottom:0!important}section.lists-table .search{margin-right:1rem}section.lists-table .tabs a{background-color:#f9f9f9;border-bottom:1px solid #dadada;border-right:1px solid #dadada;color:#8c8c8c;cursor:pointer;display:block;font-size:.9rem;padding:1rem}section.lists-table .tabs a.is-active-tab{background-color:#fff;border-bottom:2px solid #fff;color:#363636;cursor:default}section.lists-table .tabs ul li:first-child a{border-radius:10px 0 0}section.lists-table .tabs ul li:last-child a{border-radius:0 10px 0 0}section.lists-table .button:not(.escape){background-color:#ec008c;border:0 solid #fff;color:#fff}section.lists-table .table-container{flex:1;margin-bottom:0!important;overflow-y:auto;position:relative}section.lists-table .thead-container{position:relative}section.lists-table .footer-container .level{background-color:#474747;border-bottom:none;border-top:1px solid #828282;color:#fff;font-size:.9rem;padding:1rem}section.lists-table .footer-container .level .level-right .stat-item{margin-left:20px}section.lists-table .weather-info-wrap{padding:0;vertical-align:middle}section.lists-table .noresults{justify-item:center;align-items:center;color:#ec008c;display:none;flex:1;font-size:.9rem;font-weight:400;height:100%;padding:2rem;text-align:center;width:100%}section.lists-table .noresults.active{display:flex}section.lists-table .noresults .content{background-color:#fff3fa;border:1px dashed #ec008c;margin:0 auto;padding:2rem;text-align:center}section.lists-table .noresults .content img{margin-bottom:1rem}section.lists-table table{font-size:.75rem;line-height:2rem;margin-bottom:0!important;width:100%!important}section.lists-table table thead{background-color:#8a8a8a}section.lists-table table thead tr{border:none!important;width:80%}section.lists-table table thead tr .sort-icon{background:transparent;border:5px solid transparent;display:none;height:0;left:15px;margin:4px 4px 0 10px;width:0}section.lists-table table thead tr .sort-icon.active{display:inline-block}section.lists-table table thead tr .sort-icon.asc{border-bottom-width:0;border-top:7px solid #fff}section.lists-table table thead tr .sort-icon.desc{border-bottom:7px solid #fff;border-top-width:0}section.lists-table table .center{text-align:center}section.lists-table table td,section.lists-table table th{border:none;font-size:.9rem;line-height:2rem;padding:0 1rem}section.lists-table table td.pointer,section.lists-table table th.pointer{cursor:pointer}section.lists-table table tbody tr:hover{background-color:#f9f9f9;cursor:pointer}section.lists-table table tbody tr td{line-height:3rem}section.lists-table table tr th{color:#fff;font-weight:500!important;padding:.5rem 1rem}section.lists-table table tr:not(:first-child){border-top:1px solid #e9e9e9}section.lists-table table tr:last-child{border-bottom:1px solid #e9e9e9}.addclient-container,.adduser-container{background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;flex-direction:column;margin:0 auto;max-width:1450px}.addclient-container .submenu-container,.adduser-container .submenu-container{flex:1}.addclient-container .submenu-container .submenu-column,.adduser-container .submenu-container .submenu-column{display:flex}.addclient-container .step-content .note,.adduser-container .step-content .note{align-self:flex-start!important}.addclient-container .step-content .note .note-content,.adduser-container .step-content .note .note-content{background-color:#eaffe7;border:1px dashed #c5e0c5;margin-bottom:1rem;padding:1rem;position:relative}.addclient-container .step-content .note .note-content .delete-item,.adduser-container .step-content .note .note-content .delete-item{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:1rem;top:50%;transition:background-color .5s ease;width:36px}.addclient-container .step-content .note .note-content .delete-item:hover,.adduser-container .step-content .note .note-content .delete-item:hover{background-color:#c9ecc6;cursor:pointer}.addclient-container .step-content .note .note-content .delete-item img,.adduser-container .step-content .note .note-content .delete-item img{width:20px}.addclient-container .step-content .note .note-content-grey,.adduser-container .step-content .note .note-content-grey{background-color:#f7f7f7;border:1px dashed #dedede;margin-bottom:1rem;padding:1rem}.addclient-container section,.adduser-container section{border-top-left-radius:10px;border-top-right-radius:10px}.addclient-container section.addclient-section,.addclient-container section.adduser-section,.adduser-container section.addclient-section,.adduser-container section.adduser-section{background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;flex:1;flex-direction:column}.addclient-container section.addclient-section .full-width,.addclient-container section.adduser-section .full-width,.adduser-container section.addclient-section .full-width,.adduser-container section.adduser-section .full-width{width:100%}.addclient-container section.addclient-section .step-title,.addclient-container section.adduser-section .step-title,.adduser-container section.addclient-section .step-title,.adduser-container section.adduser-section .step-title{background-color:#f7f7f7;line-height:1.5rem;padding:1rem;text-align:center}.addclient-container section.addclient-section .step-title.step-sub-section-title,.addclient-container section.adduser-section .step-title.step-sub-section-title,.adduser-container section.addclient-section .step-title.step-sub-section-title,.adduser-container section.adduser-section .step-title.step-sub-section-title{align-items:center;display:flex;position:relative}.addclient-container section.addclient-section .step-title.step-sub-section-title .button-wrap,.addclient-container section.adduser-section .step-title.step-sub-section-title .button-wrap,.adduser-container section.addclient-section .step-title.step-sub-section-title .button-wrap,.adduser-container section.adduser-section .step-title.step-sub-section-title .button-wrap{position:absolute;text-align:left}.addclient-container section.addclient-section .step-title.step-sub-section-title .right-button-wrap,.addclient-container section.adduser-section .step-title.step-sub-section-title .right-button-wrap,.adduser-container section.addclient-section .step-title.step-sub-section-title .right-button-wrap,.adduser-container section.adduser-section .step-title.step-sub-section-title .right-button-wrap{right:1rem;text-align:right}.addclient-container section.addclient-section .step-title.step-sub-section-title span,.addclient-container section.adduser-section .step-title.step-sub-section-title span,.adduser-container section.addclient-section .step-title.step-sub-section-title span,.adduser-container section.adduser-section .step-title.step-sub-section-title span{flex-grow:1}.addclient-container section.addclient-section .step-content-scroll,.addclient-container section.adduser-section .step-content-scroll,.adduser-container section.addclient-section .step-content-scroll,.adduser-container section.adduser-section .step-content-scroll{flex:1;overflow-y:scroll}.addclient-container section.addclient-section .step-content,.addclient-container section.adduser-section .step-content,.adduser-container section.addclient-section .step-content,.adduser-container section.adduser-section .step-content{padding:1rem 2rem 2rem}.addclient-container section.addclient-section .step-content .note,.addclient-container section.adduser-section .step-content .note,.adduser-container section.addclient-section .step-content .note,.adduser-container section.adduser-section .step-content .note{align-self:flex-end;font-size:.8rem}.addclient-container section.addclient-section .border-bottom,.addclient-container section.adduser-section .border-bottom,.adduser-container section.addclient-section .border-bottom,.adduser-container section.adduser-section .border-bottom{border-bottom:1px solid #e6e6e6}.addclient-container section.addclient-section .footer-container .level,.addclient-container section.adduser-section .footer-container .level,.adduser-container section.addclient-section .footer-container .level,.adduser-container section.adduser-section .footer-container .level{background-color:#474747;border-bottom:none;border-top:1px solid #828282;color:#363636;font-size:.9rem;padding:0 2rem}.addclient-container section.addclient-section .footer-container .level .level-left .button-status.previous,.addclient-container section.adduser-section .footer-container .level .level-left .button-status.previous,.adduser-container section.addclient-section .footer-container .level .level-left .button-status.previous,.adduser-container section.adduser-section .footer-container .level .level-left .button-status.previous{background-color:#797979;cursor:pointer;margin-left:1rem;white-space:nowrap}.addclient-container section.addclient-section .footer-container .level .level-left .button-status.previous:hover,.addclient-container section.adduser-section .footer-container .level .level-left .button-status.previous:hover,.adduser-container section.addclient-section .footer-container .level .level-left .button-status.previous:hover,.adduser-container section.adduser-section .footer-container .level .level-left .button-status.previous:hover{background-color:#616161;cursor:pointer}.addclient-container section.addclient-section .footer-container .level .level-right span,.addclient-container section.adduser-section .footer-container .level .level-right span,.adduser-container section.addclient-section .footer-container .level .level-right span,.adduser-container section.adduser-section .footer-container .level .level-right span{color:#fff;display:block;display:none;margin-right:1rem}.addclient-container section.addclient-section .footer-container .level .level-right span.active,.addclient-container section.adduser-section .footer-container .level .level-right span.active,.adduser-container section.addclient-section .footer-container .level .level-right span.active,.adduser-container section.adduser-section .footer-container .level .level-right span.active{display:block}.addclient-container section.addclient-section .footer-container .level .level-right .button-status,.addclient-container section.adduser-section .footer-container .level .level-right .button-status,.adduser-container section.addclient-section .footer-container .level .level-right .button-status,.adduser-container section.adduser-section .footer-container .level .level-right .button-status{background-color:#e0c263;margin:0!important}.addclient-container section.addclient-section .footer-container .level .level-right .button-status.save,.addclient-container section.adduser-section .footer-container .level .level-right .button-status.save,.adduser-container section.addclient-section .footer-container .level .level-right .button-status.save,.adduser-container section.adduser-section .footer-container .level .level-right .button-status.save{background-color:#8abd81;cursor:pointer;margin-right:1rem!important}.addclient-container section.addclient-section .footer-container .level .level-right .button-status.save:hover,.addclient-container section.adduser-section .footer-container .level .level-right .button-status.save:hover,.adduser-container section.addclient-section .footer-container .level .level-right .button-status.save:hover,.adduser-container section.adduser-section .footer-container .level .level-right .button-status.save:hover{background-color:#6e9e65}.addclient-container section.addclient-section .footer-container .level .level-right .button-status.active,.addclient-container section.adduser-section .footer-container .level .level-right .button-status.active,.adduser-container section.addclient-section .footer-container .level .level-right .button-status.active,.adduser-container section.adduser-section .footer-container .level .level-right .button-status.active{background-color:#8abd81;cursor:pointer}.addclient-container section.addclient-section .footer-container .level .level-right .button-status.active:hover,.addclient-container section.adduser-section .footer-container .level .level-right .button-status.active:hover,.adduser-container section.addclient-section .footer-container .level .level-right .button-status.active:hover,.adduser-container section.adduser-section .footer-container .level .level-right .button-status.active:hover{background-color:#7bad73}.addclient-container section.addclient-section .footer-container .level .level-right .button-status.active .status-bar,.addclient-container section.adduser-section .footer-container .level .level-right .button-status.active .status-bar,.adduser-container section.addclient-section .footer-container .level .level-right .button-status.active .status-bar,.adduser-container section.adduser-section .footer-container .level .level-right .button-status.active .status-bar{background-color:#7fad77}.addclient-container section.addclient-content-section,.addclient-container section.adduser-content-section,.adduser-container section.addclient-content-section,.adduser-container section.adduser-content-section{display:flex;flex:1;flex-direction:column}.addclient-container section .border-top-grey,.adduser-container section .border-top-grey{border-top:1px dashed #dedede;margin-top:1rem}.empty-text{color:#9a9a9a;font-size:.9rem;font-style:italic}.trash-circle{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:1.2rem;top:50%;transition:background-color .5s ease;width:36px}.trash-circle:hover{background-color:#5d5d5d;cursor:pointer}.title-icon{background-repeat:no-repeat;background-size:cover;display:inline-block;height:1rem;transform:translateY(2px);width:1rem}.title-icon.check-circle{background-image:url(/img/icons/check_circle.svg)}.title-icon.check-circle.pink{background-image:url(/img/icons/check_circle_pink.svg)}.title-icon.how-to-reg{background-image:url(/img/icons/how_to_reg.svg)}.title-icon.how-to-reg.pink{background-image:url(/img/icons/how_to_reg_pink.svg)}.title-icon.schedule{background-image:url(/img/icons/schedule.svg)}.title-icon.schedule.pink{background-image:url(/img/icons/schedule_pink.svg)}.title-icon.timer{background-image:url(/img/icons/timer.svg)}.title-icon.timer.pink{background-image:url(/img/icons/timer_pink.svg)}.plus-min-date-input-wrap{align-items:center;display:flex;justify-content:flex-end}.plus-min-date-input-wrap .edit-wrap{align-items:flex-end;display:flex}.plus-min-date-input-wrap .edit-wrap .button-status{margin:0 0 0 1rem}.plus-min-date-input-wrap i{cursor:pointer;margin-left:1rem}.plus-min-date-input-wrap .input-section{cursor:pointer}.plus-min-date-input-wrap .input-section .input-title{padding-top:0}.plus-min-date-input-wrap .button-status{height:2rem;line-height:2rem;margin-left:1rem;padding:0 12px}.plus-min-date-input-wrap .button-status.active{background-color:#8abd81}.plus-min-date-input-wrap input[type=checkbox]{margin-top:-1px}.stoplight{margin-right:.5rem}.stoplight ul{max-height:150px;overflow:auto}.stoplight .invalid-user{display:flex;font-size:.9rem;justify-content:space-between;line-height:1.6rem;padding:4px 0;transition:background-color .1s linear}.stoplight .invalid-user:not(:last-child){border-bottom:1px solid #ffdcf1}.stoplight .light-wrapper{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.stoplight .light-wrapper .loading{background-color:#dadada!important}.stoplight .light-wrapper .light{background-color:#dadada;border-radius:100%;display:block!important;height:.75rem;transition:background-color .1s linear;width:.75rem}.stoplight .red{background-color:#d66a6a!important}.stoplight .yellow{background-color:#e0c263!important}.stoplight .blue{background-color:#3e8ed0!important}.stoplight .green{background-color:#8abd81!important}.smooth-scroll{scroll-behavior:smooth}@media (prefers-reduced-motion){.smooth-scroll{scroll-behavior:auto}}
[data-v-2fa7815c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}@-webkit-keyframes fadeIn-2fa7815c{0%{opacity:0}to{opacity:1}}@keyframes fadeIn-2fa7815c{0%{opacity:0}to{opacity:1}}.infobullet[data-v-2fa7815c]{color:#000;display:inline-block;margin-left:.25rem;position:relative}.infobullet:not(.disabled):hover .bullet-content[data-v-2fa7815c]{-webkit-animation:fadeIn-2fa7815c .3s;animation:fadeIn-2fa7815c .3s;display:block}.infobullet .bullet-content[data-v-2fa7815c]{background-color:red;background-color:#fff6fb;border:1px solid #ffdcf1;border-radius:5px;display:none;font-weight:300;padding:.5rem .75rem;position:absolute;transition:opacity .3s ease;width:300px;z-index:400}.infobullet .bullet-content.extra-large[data-v-2fa7815c]{width:600px}.infobullet .bullet-content.large[data-v-2fa7815c]{width:500px}.infobullet .bullet-content.medium[data-v-2fa7815c]{width:400px}.infobullet .bullet-content.small[data-v-2fa7815c]{width:350px}.infobullet .bullet-content.extra-small[data-v-2fa7815c]{width:110px}.infobullet .bullet-content[data-v-2fa7815c]:hover{display:block!important}.infobullet .bullet-content:hover+img[data-v-2fa7815c]{border-color:#f10f95!important}.infobullet .bullet-content.top[data-v-2fa7815c]{bottom:100%;right:50%;transform:translateX(50%)}.infobullet .bullet-content.bottom[data-v-2fa7815c]{top:100%;transform:translateX(-45%)}.infobullet .bullet-content.right[data-v-2fa7815c]{left:20px;top:50%;transform:translateY(-50%)}.infobullet .bullet-content.right-bottom[data-v-2fa7815c]{left:20px;top:20px}.infobullet .bullet-content.left[data-v-2fa7815c]{right:20px;top:50%;transform:translateY(-50%)}.infobullet .bullet-content.left-bottom[data-v-2fa7815c]{right:20px;top:20px}.infobullet .bullet-content a[data-v-2fa7815c]{color:#ec008c;transition:text-decoration .3s ease}.infobullet .bullet-content a[data-v-2fa7815c]:hover{text-decoration:underline}.infobullet img[data-v-2fa7815c]{border:1px solid transparent;border-radius:50%;transition:border-color .3s ease;vertical-align:middle;width:20px}.infobullet img[data-v-2fa7815c]:hover{border-color:#ec008c;cursor:context-menu}
[data-v-28c6ce8f]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.loader-cont[data-v-28c6ce8f]{background-color:hsla(0,0%,100%,.7);display:block!important;height:100%;opacity:.8;position:absolute;top:0;width:100%;z-index:3000}.loader-cont.full-page[data-v-28c6ce8f]{background-color:#fff;opacity:1;z-index:5000}.loader-cont img[data-v-28c6ce8f]{height:120px;left:50%;margin-left:-60px;margin-top:-60px;position:absolute;top:50%;width:120px;z-index:3500}
[data-v-36c1dcb6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.status-badge-wrap[data-v-36c1dcb6]{position:relative}.status-badge[data-v-36c1dcb6]{--badge-color:var(--light-200);--accent-color:var(--dark-200);align-items:center;background:#fff;border:1px solid var(--light-200);border-radius:8px;color:var(--dark-200);display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem .75rem;transition:background-color .3s,border-color .3s,color .3s,box-shadow .3s,opacity .3s}.status-badge.is-active[data-v-36c1dcb6]{background:var(--accent-color);border-color:var(--badge-color);color:var(--badge-color)}.status-badge.status-green[data-v-36c1dcb6]{--badge-color:var(--green-200);--accent-color:var(--green-100)}.status-badge.status-yellow[data-v-36c1dcb6]{--badge-color:var(--yellow);--accent-color:#fff8ec}.status-badge.status-red[data-v-36c1dcb6]{--badge-color:var(--red-200);--accent-color:var(--red-100)}.status-badge.status-blue[data-v-36c1dcb6]{--badge-color:var(--blue-300);--accent-color:var(--blue-100)}.status-badge.status-purple[data-v-36c1dcb6]{--badge-color:#7a4fde;--accent-color:#f1edfb}.status-badge.full-width[data-v-36c1dcb6]{display:flex;width:100%}.status-badge.full-width .icon-wrap[data-v-36c1dcb6]{align-items:center;background:var(--accent-color);border-radius:8px;color:var(--badge-color);display:flex;flex-shrink:0;height:2rem;justify-content:center;position:relative;width:2rem}.status-badge.full-width .icon-wrap.icon-l[data-v-36c1dcb6]{font-size:1.125rem}.status-badge.full-width .icon-wrap.icon-coins svg[data-v-36c1dcb6]:first-child{transform:translate(-15%,-15%)}.status-badge.full-width .icon-wrap.icon-coins svg[data-v-36c1dcb6]:nth-child(2){position:absolute;transform:translate(15%,15%)}.status-badge.full-width .icon-wrap>*[data-v-36c1dcb6]{flex-shrink:0}.status-badge.is-control[data-v-36c1dcb6]:hover{background:var(--light-200);cursor:pointer}.status-badge.is-control[data-v-36c1dcb6]:active{background:var(--light-300)}.status-badge.is-control[data-v-36c1dcb6]:focus-visible{box-shadow:0 0 0 .25rem var(--light-200) inset;outline:none}.status-badge.is-control[data-v-36c1dcb6]:disabled{opacity:.5;pointer-events:none}.status-badge .fa-circle-notch[data-v-36c1dcb6]{-webkit-margin-start:auto;color:var(--dark-100);margin-inline-start:auto}
[data-v-77a0a592]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.tablist-wrap[data-v-77a0a592]{position:relative}menu[data-v-77a0a592]{border-bottom:2px solid var(--light-200);display:flex;gap:1rem;list-style:none;margin:0;padding:0}menu button[data-v-77a0a592]{background:none;border:none;color:var(--dark-200);cursor:pointer;outline:none;padding:.25rem 0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}menu button[data-v-77a0a592]:hover{color:var(--dark-600)}menu button[data-v-77a0a592]:focus-visible{box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}menu button[aria-selected=true][data-v-77a0a592]{color:var(--dark-600);font-weight:500}.active-page-indicator[data-v-77a0a592]{border-bottom:2px solid var(--blue-300);bottom:0;left:0;position:absolute}.active-page-indicator.animated[data-v-77a0a592]{transition:left .3s,width .3s}
[data-v-5e1e3060]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.head-wrap[data-v-5e1e3060]{padding:1rem 1.5rem}.hr-package-label[data-v-5e1e3060]{align-self:end;color:var(--color-primary);font-size:.6875rem;font-weight:600;grid-area:label}.support-widget-head[data-v-5e1e3060]{align-items:center;-moz-column-gap:.75em;column-gap:.75em;display:grid;grid-template-areas:"icon name close";grid-template-columns:auto 1fr auto;margin-bottom:.5rem}.support-widget-head.has-label[data-v-5e1e3060]{grid-template-areas:"icon label close" "icon name  close"}.support-widget-head .building-icon[data-v-5e1e3060]{align-self:center;font-size:175%;grid-area:icon}.support-widget-head .location-name[data-v-5e1e3060]{align-self:start;grid-area:name}.support-widget-head .close-btn[data-v-5e1e3060]{align-self:start;font-size:1rem;grid-area:close;padding:.5rem}.client[data-v-5e1e3060]{color:var(--dark-100)}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.cal-on-top .vdp-datepicker__calendar{bottom:0!important;top:auto!important}.right-side .vdp-datepicker__calendar{right:0}.no-arrows input::-webkit-inner-spin-button,.no-arrows input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-arrows input[type=number]{-moz-appearance:textfield}.vdp-datepicker input{border:1px solid #e6e6e6;border-radius:.25rem;display:block;font-size:.8rem;height:2rem;left:0;padding-left:.5rem;position:absolute;width:100%}.vdp-datepicker input:focus{outline:none}.vdp-datepicker.grey-out input{background-color:#e6e6e6!important;border:1px solid #cecece!important;color:#c5c5c5!important}.vdp-datepicker input:-webkit-autofill{border:1px solid #bbd4e4;box-shadow:inset 0 0 0 50px #f3faff}.vdp-datepicker .vdp-datepicker__calendar{top:2rem}.input-section{position:relative}.input-section.is-in-bar{display:block}.input-section .input-container{background-color:#fff;border-radius:.25rem;height:2rem;position:relative;width:100%}.input-section .input-container .character-limit-indicator{align-items:center;background:linear-gradient(90deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.75) 20%,#fff);color:#b5b5b5;display:flex;font-size:66.666666%;height:calc(100% - 2px);padding-left:.5rem;pointer-events:none;position:absolute;right:3px;text-align:right;top:1px}.input-section .input-container.is-in-bar{float:right;width:70px}.input-section .input-container.is-required .character-limit-indicator{right:calc(.3rem + 3px)}.input-section .input-container.align-input-text-right input{text-align:right}.input-section button,.input-section input[type=email],.input-section input[type=number],.input-section input[type=password],.input-section input[type=tel],.input-section input[type=text]{border:1px solid #e6e6e6;border-radius:.25rem;color:#616161;display:block;font-size:.8rem;height:2rem;left:0;padding-left:.5rem;position:absolute;width:100%}.input-section button.is-in-bar,.input-section input[type=email].is-in-bar,.input-section input[type=number].is-in-bar,.input-section input[type=password].is-in-bar,.input-section input[type=tel].is-in-bar,.input-section input[type=text].is-in-bar{text-align:center}.input-section button.vmoney,.input-section input[type=email].vmoney,.input-section input[type=number].vmoney,.input-section input[type=password].vmoney,.input-section input[type=tel].vmoney,.input-section input[type=text].vmoney{background-image:url(/img/icons/euro.svg);background-position:7px 9px;background-repeat:no-repeat;background-size:12px;padding-left:1.6rem}.input-section button.percentage,.input-section input[type=email].percentage,.input-section input[type=number].percentage,.input-section input[type=password].percentage,.input-section input[type=tel].percentage,.input-section input[type=text].percentage{background-image:url(/img/icons/percent.svg);background-position:.25rem;background-repeat:no-repeat;background-size:1rem;padding-left:1.6rem}.input-section button:focus,.input-section input[type=email]:focus,.input-section input[type=number]:focus,.input-section input[type=password]:focus,.input-section input[type=tel]:focus,.input-section input[type=text]:focus{outline:none}.input-section button.grey-out,.input-section input[type=email].grey-out,.input-section input[type=number].grey-out,.input-section input[type=password].grey-out,.input-section input[type=tel].grey-out,.input-section input[type=text].grey-out{background-color:#e6e6e6;border:1px solid #cecece;color:#737373}.input-section button.grey-out.is-in-bar,.input-section input[type=email].grey-out.is-in-bar,.input-section input[type=number].grey-out.is-in-bar,.input-section input[type=password].grey-out.is-in-bar,.input-section input[type=tel].grey-out.is-in-bar,.input-section input[type=text].grey-out.is-in-bar{border:1px solid #cecece;color:#737373}.input-section button.highlighted-invalid,.input-section input[type=email].highlighted-invalid,.input-section input[type=number].highlighted-invalid,.input-section input[type=password].highlighted-invalid,.input-section input[type=tel].highlighted-invalid,.input-section input[type=text].highlighted-invalid{border-color:#d66a6a}.input-section input:-webkit-autofill{border:1px solid #bbd4e4;box-shadow:inset 0 0 0 50px #f3faff}.input-section button{background-color:#ececec;border:none;border-radius:0;cursor:not-allowed}.input-section button.active{cursor:pointer;transition:all .2s linear}.input-section button.active.clicked{cursor:not-allowed}.input-section button.active.clicked:hover{background-color:#ececec}.input-section button.active:hover{background-color:#d2d2d2}.input-section .input-title{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.input-section .input-title.has-small-description{padding-bottom:0}.input-section .small-description{margin-bottom:.5rem}.input-section .status{background-color:#e0c263;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:2rem;position:absolute;right:0;width:.3rem}.input-section .status.filled{background-color:#90be90}.input-section .status.error{background-color:#d66a6a}.input-section .vdp-datepicker__calendar{top:2rem}.uppercase-input input{text-transform:uppercase}.spinner-wrap{align-items:center;background:hsla(0,0%,86%,.5);border-radius:5px;box-shadow:0 0 0 5px hsla(0,0%,86%,.5);color:var(--color-primary);display:flex;font-size:1.5rem;inset:0;justify-content:center;position:absolute}.spinner-wrap .fa-circle-notch{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner;animation-name:spinner;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spinner{to{transform:rotate(1turn)}}@keyframes spinner{to{transform:rotate(1turn)}}
[data-v-77b7da98]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.person-header[data-v-77b7da98]{-webkit-padding-start:0;align-items:center;border:none;display:flex;gap:.5rem;padding-block:.5rem;padding-inline-start:0}.person-header h5[data-v-77b7da98]{color:var(--dark-600);font-size:.875rem;font-weight:500;line-height:1.3}.person-header span[data-v-77b7da98]{color:var(--dark-100);font-size:.875rem;font-weight:400;line-height:1.3}button[data-v-77b7da98]{-webkit-margin-start:auto;margin-inline-start:auto}.info-item[data-v-77b7da98]{align-items:center;color:var(--dark-600);display:flex;font-size:.875rem;font-weight:400;gap:1rem;line-height:1.3}.form-btns[data-v-77b7da98]{display:flex;gap:.5rem}.form-btns .btn[data-v-77b7da98]{width:calc(50% - .25rem)}
[data-v-d688966a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.cards-wrap[data-v-d688966a]{display:flex;flex-direction:column;gap:1rem}
[data-v-ae0569a6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.field-label-cards-wrap[data-v-ae0569a6]{margin-bottom:1rem}.fill-date-link[data-v-ae0569a6]{cursor:pointer;text-decoration:underline}
[data-v-0f54ceda]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.badges[data-v-0f54ceda]{display:flex;flex-direction:column;gap:.5rem}
[data-v-6174e5c2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.form-btns[data-v-6174e5c2]{display:flex;gap:.5rem}.form-btns .btn[data-v-6174e5c2]{width:calc(50% - .25rem)}
[data-v-67047a03]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.deleting[data-v-67047a03]{opacity:.5}p[data-v-67047a03]{color:var(--dark-600);font-size:.875rem;font-weight:400;margin-bottom:1rem}.creation-info[data-v-67047a03]{color:var(--dark-100);font-size:.75rem;font-weight:500;justify-content:space-between;letter-spacing:.04ch;text-transform:uppercase}.creation-info[data-v-67047a03],.creation-info .level-item[data-v-67047a03]{align-items:center;display:flex;gap:.5rem}.creation-info button[data-v-67047a03]{background:none;border:none;color:inherit;cursor:pointer;font-size:inherit;outline:none;padding:.25rem;transition:color .3s,background-color .3s}.creation-info button[data-v-67047a03]:hover{background:var(--light-400);color:var(--dark-300)}.creation-info button[data-v-67047a03]:has(.fa-trash):hover{color:var(--red-200)}.creation-info button[data-v-67047a03]:focus-visible{background:var(--light-400);color:var(--dark-300)}.creation-info button[data-v-67047a03]:focus-visible:hover{background:var(--light-500)}.creation-info button[data-v-67047a03]:focus-visible:has(.fa-trash){color:var(--red-200)}.creation-info button[data-v-67047a03]:active{background:var(--light-500)}.creation-info button[data-v-67047a03]:disabled{opacity:.5;pointer-events:none}
[data-v-205879dd]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.cards-wrap[data-v-205879dd]{display:flex;flex-direction:column;gap:1rem}
[data-v-156163f8]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.form-btns[data-v-156163f8]{display:flex;gap:.5rem}.form-btns .btn[data-v-156163f8]{width:calc(50% - .25rem)}
[data-v-1907ebac]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.deleting[data-v-1907ebac]{opacity:.5}p[data-v-1907ebac]{color:var(--dark-600);font-size:.875rem;font-weight:400;margin-bottom:1rem}.creation-info[data-v-1907ebac]{color:var(--dark-100);font-size:.75rem;font-weight:500;justify-content:space-between;letter-spacing:.04ch;text-transform:uppercase}.creation-info[data-v-1907ebac],.creation-info .level-item[data-v-1907ebac]{align-items:center;display:flex;gap:.5rem}.creation-info button[data-v-1907ebac]{background:none;border:none;color:inherit;cursor:pointer;font-size:inherit;outline:none;padding:.25rem;transition:color .3s,background-color .3s}.creation-info button[data-v-1907ebac]:hover{background:var(--light-400);color:var(--dark-300)}.creation-info button[data-v-1907ebac]:has(.fa-trash):hover{color:var(--red-200)}.creation-info button[data-v-1907ebac]:focus-visible{background:var(--light-400);color:var(--dark-300)}.creation-info button[data-v-1907ebac]:focus-visible:hover{background:var(--light-500)}.creation-info button[data-v-1907ebac]:focus-visible:has(.fa-trash){color:var(--red-200)}.creation-info button[data-v-1907ebac]:active{background:var(--light-500)}.creation-info button[data-v-1907ebac]:disabled{opacity:.5;pointer-events:none}
[data-v-62eb349a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.cards-wrap[data-v-62eb349a]{display:flex;flex-direction:column;gap:1rem}
[data-v-240a5056]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.support-widget-tabs[data-v-240a5056]{align-items:stretch;display:flex;overflow:hidden;position:relative}.tab-wrap[data-v-240a5056]{padding:.5rem 1.5rem;width:100%}.tab-slide-left-enter-active[data-v-240a5056],.tab-slide-left-leave-active[data-v-240a5056],.tab-slide-right-enter-active[data-v-240a5056],.tab-slide-right-leave-active[data-v-240a5056]{transition:opacity .4s ease,transform .4s ease}.tab-slide-left-leave-active[data-v-240a5056],.tab-slide-right-leave-active[data-v-240a5056]{position:absolute;width:100%}.tab-slide-left-enter[data-v-240a5056]{opacity:0;transform:translateX(3rem)}.tab-slide-left-enter-to[data-v-240a5056]{opacity:1;transform:translateX(0)}.tab-slide-left-leave-to[data-v-240a5056],.tab-slide-right-enter[data-v-240a5056]{opacity:0;transform:translateX(-3rem)}.tab-slide-right-enter-to[data-v-240a5056]{opacity:1;transform:translateX(0)}.tab-slide-right-leave-to[data-v-240a5056]{opacity:0;transform:translateX(3rem)}
[data-v-1ebe86dd]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.search-wrap[data-v-1ebe86dd]{padding:1rem 1.5rem}.search-head[data-v-1ebe86dd]{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.search-icon[data-v-1ebe86dd]{flex-shrink:0;font-size:1.5rem}.search-icon[data-v-1ebe86dd],.search-input[data-v-1ebe86dd]{color:var(--dark-100,#363636)}.search-input[data-v-1ebe86dd]{background:transparent;border:none;flex:1;font-size:1.1rem;font-weight:500;outline:none}.search-input[data-v-1ebe86dd]::-moz-placeholder{color:#b5b5b5;font-weight:400}.search-input[data-v-1ebe86dd]:-ms-input-placeholder{color:#b5b5b5;font-weight:400}.search-input[data-v-1ebe86dd]::placeholder{color:#b5b5b5;font-weight:400}.search-close[data-v-1ebe86dd]{flex-shrink:0}.search-state[data-v-1ebe86dd]{padding:.5rem 0}.search-state-text[data-v-1ebe86dd]{color:#7a7a7a;font-size:.9rem}.search-results[data-v-1ebe86dd]{list-style:none;margin:0;max-height:280px;overflow-y:auto;padding:0}.search-result-item[data-v-1ebe86dd]{border-radius:6px;cursor:pointer;display:flex;flex-direction:column;padding:.6rem .75rem;transition:background .15s}.search-result-item[data-v-1ebe86dd]:hover{background:#f5f5f5}.result-name-row[data-v-1ebe86dd]{align-items:center;display:flex;gap:.5rem}.result-name[data-v-1ebe86dd]{color:#363636;font-size:.95rem;font-weight:600}.hr-package-label[data-v-1ebe86dd]{color:var(--color-primary);font-size:.6875rem;font-weight:600}.result-meta[data-v-1ebe86dd]{color:#7a7a7a;font-size:.8rem;margin-top:.1rem}
[data-v-48d52fa0]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.card-wrap[data-v-48d52fa0]{padding-bottom:1rem}.support-widget-card[data-v-48d52fa0]{display:flex;flex-direction:column;height:580px;max-width:580px;width:calc(100vw - 4rem)}
[data-v-ca9c62cc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.support-widget-wrap[data-v-ca9c62cc]{align-items:flex-end;bottom:2rem;display:flex;flex-direction:column;position:fixed;right:2rem;z-index:5000}.fade-up-enter-active[data-v-ca9c62cc],.fade-up-leave-active[data-v-ca9c62cc]{transition:opacity .3s,transform .3s}.fade-up-enter[data-v-ca9c62cc],.fade-up-leave-to[data-v-ca9c62cc]{opacity:0;transform:translateY(3rem)}.btn-primary[data-v-ca9c62cc]{border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.1);font-size:2rem;height:4.25rem;width:4.25rem}
[data-v-073483e0]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.main-container[data-v-073483e0]{align-content:stretch;align-items:stretch;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.explanation[data-v-073483e0]{margin-bottom:10px}.app-icon[data-v-073483e0]{margin-top:5px}
.info-message{background-color:#e3edff;border:1px dashed #bdd7ff;border-radius:6px;color:#3b62a0;margin-top:1rem;padding:.5rem .75rem;width:100%}
.input-activation input:-webkit-autofill{border:1px solid #fba2d7!important;-webkit-box-shadow:inset 0 0 0 50px #fff!important}
[data-v-1d3942b9]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}body[data-v-1d3942b9],html[data-v-1d3942b9]{background-color:#dcdcdc;height:100%;width:100%}body[data-v-1d3942b9],html[data-v-1d3942b9],main[data-v-1d3942b9]{align-items:center;display:flex;justify-content:center}main[data-v-1d3942b9]{margin:0 auto;padding-bottom:2rem}.explanation[data-v-1d3942b9]{margin-top:1rem;text-align:center}.checkbox[data-v-1d3942b9],.explanation[data-v-1d3942b9]{font-size:.9rem}.checkbox input[data-v-1d3942b9]{height:13px;margin-right:5px}.button[data-v-1d3942b9]{background-color:#e0c263;border:none;border-radius:0;color:#fff;cursor:pointer;cursor:not-allowed;font-size:.9rem;font-weight:500;height:2.5rem;line-height:2.5rem;margin-right:1rem!important;outline:none;padding:0 12px;transition:background-color .2s linear}.button.login-button[data-v-1d3942b9]{background-color:#ec008c;cursor:pointer}.button.login-button[data-v-1d3942b9]:hover{background-color:#ce057f;color:#fff}.button.active[data-v-1d3942b9]{background-color:#ec008c;cursor:pointer}.button.active[data-v-1d3942b9]:hover{background-color:#ce057f;color:#fff}.last[data-v-1d3942b9]{margin-bottom:20px}.card.is-wide[data-v-1d3942b9]{box-shadow:0 6px 64px -10px rgba(0,0,0,.6);width:340px}.card-content[data-v-1d3942b9],.card-footer[data-v-1d3942b9],.card-header[data-v-1d3942b9]{align-items:center;justify-content:center}h1[data-v-1d3942b9]{font-size:1.75rem;font-weight:700}.card-header[data-v-1d3942b9]{background-color:#474747;box-shadow:none;padding:2rem 0}.logo[data-v-1d3942b9]{max-width:50%}.card-content[data-v-1d3942b9]{padding:0}.card-footer[data-v-1d3942b9]{border:none;color:gray;font-size:.9rem;padding:1rem 0}.tabs[data-v-1d3942b9]{height:3rem;margin:0!important;width:100%}.tab[data-v-1d3942b9]{background-color:#ddd;border-bottom:1px solid #cacaca;border-top:3px solid #ccc;cursor:pointer;line-height:3rem;width:50%}.tab-is-active[data-v-1d3942b9]{background-color:#fff;border-bottom:1px solid transparent;cursor:default}.login-field[data-v-1d3942b9]{padding:1rem 2rem 2rem;text-align:left}input[type=password][data-v-1d3942b9],input[type=text][data-v-1d3942b9]{background-color:#d4dce2;border:none;border-left:4px solid transparent;font-weight:300;margin-bottom:20px;transition:all .2s linear;width:100%}input[type=password][data-v-1d3942b9],input[type=submit][data-v-1d3942b9],input[type=text][data-v-1d3942b9]{font-size:.8rem;height:2.5rem;outline:none;padding:0 12px}input[type=submit][data-v-1d3942b9]{background-color:red;background-color:#ec008c;border:none;color:#fff;cursor:pointer;font-weight:600;transition:all .3s linear}input[data-v-1d3942b9]:focus{border-color:#ec008c}.subline[data-v-1d3942b9]{display:block;font-size:.9rem;font-style:italic;padding-top:2rem;text-align:center;width:100%}.subline[data-v-1d3942b9],.subline a[data-v-1d3942b9]{color:#696969}.subline a[data-v-1d3942b9]:hover{color:#3174a0}[data-v-1d3942b9]::-webkit-input-placeholder{color:#316486}[data-v-1d3942b9]::-moz-placeholder{color:#316486}[data-v-1d3942b9]:-ms-input-placeholder{color:#316486}[data-v-1d3942b9]:-moz-placeholder{color:#316486}
[data-v-bdd37e8c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}body[data-v-bdd37e8c],html[data-v-bdd37e8c]{background-color:#dcdcdc;height:100%;width:100%}body[data-v-bdd37e8c],html[data-v-bdd37e8c],main[data-v-bdd37e8c]{align-items:center;display:flex;justify-content:center}main[data-v-bdd37e8c]{margin:0 auto}main card[data-v-bdd37e8c]{display:flex}form[data-v-bdd37e8c]{padding:1rem 2rem}.input-title[data-v-bdd37e8c]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.card.is-wide[data-v-bdd37e8c]{box-shadow:0 6px 64px -10px rgba(0,0,0,.6);width:340px}.card-content[data-v-bdd37e8c],.card-footer[data-v-bdd37e8c],.card-header[data-v-bdd37e8c]{align-items:center;justify-content:center}h1[data-v-bdd37e8c]{font-size:1.75rem;font-weight:700}.card-header[data-v-bdd37e8c]{background-color:#474747;box-shadow:none;padding:2rem 0}.logo[data-v-bdd37e8c]{max-width:50%}.card-content[data-v-bdd37e8c]{padding:0}.card-footer[data-v-bdd37e8c]{border:none;color:gray;font-size:.9rem;padding:1rem 0}.tabs[data-v-bdd37e8c]{height:3rem;margin:0!important;width:100%}.tab[data-v-bdd37e8c]{background-color:#ddd;border-bottom:1px solid #cacaca;border-top:3px solid #ccc;cursor:pointer;line-height:3rem;width:100%}.tab-is-active[data-v-bdd37e8c]{background-color:#fff;border-bottom:1px solid transparent;cursor:default}.login-field[data-v-bdd37e8c]{text-align:left}input[type=password][data-v-bdd37e8c],input[type=text][data-v-bdd37e8c]{border:1px solid #e6e6e6;border-radius:.25rem;color:#616161;display:block;font-size:.8rem;height:2rem;left:0;margin-bottom:1rem;outline:none;padding-left:.5rem;width:100%}input[type=password][data-v-bdd37e8c]:focus,input[type=text][data-v-bdd37e8c]:focus{border:1px solid #e6e6e6}input[type=submit][data-v-bdd37e8c]{background-color:red;background-color:#ec008c;border:none;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;height:2.5rem;outline:none;padding:0 12px;transition:all .3s linear}input[data-v-bdd37e8c]:focus{border-color:#ec008c}.subline[data-v-bdd37e8c]{display:block;font-size:.9rem;font-style:italic;margin-bottom:2rem;padding-top:1rem;text-align:center;width:100%}.subline[data-v-bdd37e8c],.subline a[data-v-bdd37e8c]{color:#696969}.subline a[data-v-bdd37e8c]:hover{color:#3174a0}[data-v-bdd37e8c]::-webkit-input-placeholder{color:#316486}[data-v-bdd37e8c]::-moz-placeholder{color:#316486}[data-v-bdd37e8c]:-ms-input-placeholder{color:#316486}[data-v-bdd37e8c]:-moz-placeholder{color:#316486}
[data-v-d2127f94]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.status.yellow[data-v-d2127f94]{background-color:#e0c263}.status.orange[data-v-d2127f94]{background-color:#e2ae6e}.status.blue[data-v-d2127f94]{background-color:#72b6de}.status.red[data-v-d2127f94]{background-color:#d66a6a}.end-message[data-v-d2127f94]{color:#969696;font-size:.9rem;font-style:italic;line-height:1.5rem;padding-top:4rem;text-align:center}.ticket-cont[data-v-d2127f94]{padding:0}.ticket-cont .ticket[data-v-d2127f94]{background-image:linear-gradient(-135deg,#fff 50%,transparent 0),linear-gradient(-45deg,#fff 50%,transparent 0);background-position:100% 0,100% 0;background-repeat:repeat-y;background-size:12px 12px;font-size:.9rem;margin:1rem .5rem 1rem 1rem;padding:1rem 5rem 1rem 1rem;position:relative;transition:all .2s ease}.ticket-cont .ticket[data-v-d2127f94]:not(.green):hover{box-shadow:0 6px 11px -4px rgba(0,0,0,.1);cursor:pointer;filter:brightness(98%);transform:scale(1.01)}.ticket-cont .ticket:hover .done-check[data-v-d2127f94]{transform:scale(1.2)}.ticket-cont .ticket .done-check[data-v-d2127f94]{background-image:url(/img/icons/done.svg);background-repeat:no-repeat;background-size:32px;cursor:pointer;height:32px;margin-top:-16px;position:absolute;right:2rem;top:50%;transition:transform .2s ease;width:32px}.ticket-cont .ticket .done-check[data-v-d2127f94]:hover{background-image:url(/img/icons/done-hover.svg);height:32px;transform:scale(1.2) rotate(20deg);width:32px}.ticket-cont .ticket.yellow[data-v-d2127f94]{background-color:#fff8e2;border-left:4px solid #e0c263}.ticket-cont .ticket.green[data-v-d2127f94]{background-color:#ebf9e7!important;border-left:4px solid #8abd81!important}.ticket-cont .ticket.blue[data-v-d2127f94]{background-color:#edf8ff;border-left:4px solid #72b6de}.ticket-cont .ticket.orange[data-v-d2127f94]{background-color:#fff1df;border-left:4px solid #e2ae6e}.ticket-cont .ticket.red[data-v-d2127f94]{background-color:#fff0f0;border-left:4px solid #d66a6a}.ticket-cont .ticket .ticket-title[data-v-d2127f94]{border-bottom:none;display:block;font-weight:500}.ticket-cont .ticket .ticket-date[data-v-d2127f94]{color:#a9a9a9;display:block;font-size:.8rem;font-weight:500;margin-bottom:6px}.ticket-cont .ticket .ticket-date.completed[data-v-d2127f94]{color:#8abd81;float:right;margin-right:-2.5rem}.ticket-scroll[data-v-d2127f94]{flex:1;overflow-y:scroll}.ticket-status[data-v-d2127f94]{border-bottom:1px solid #e9e9e9;box-shadow:none;padding:0}.ticket-status .level-right[data-v-d2127f94]{margin-right:-1rem!important}.padding-half-rem[data-v-d2127f94]{padding:1rem}.padding-half-rem .hour-detail[data-v-d2127f94]{border-right:1px solid #ececec;font-size:.9rem;line-height:2rem;padding-left:calc(2rem + 12px);padding-right:1rem;position:relative}.padding-half-rem .hour-detail[data-v-d2127f94]:first-child{padding-left:calc(1rem + 12px)}.padding-half-rem .hour-detail:first-child .status[data-v-d2127f94]{left:0}.padding-half-rem .hour-detail[data-v-d2127f94]:last-child{border-right:0;padding-right:0}.padding-half-rem .hour-detail .status[data-v-d2127f94]{border-radius:6px;height:12px;left:1rem;margin-top:-7px;position:absolute;top:50%;width:12px}
[data-v-3d2b4e58]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.switch-location[data-v-3d2b4e58]{fill:#a8a8a8;margin-left:2px;margin-top:-2px;vertical-align:middle;width:15px}.switch-location[data-v-3d2b4e58]:hover{fill:#ec008c}
[data-v-5600edcc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-5600edcc]{color:red}.columns[data-v-5600edcc]{margin:.5rem auto}.columns[data-v-5600edcc],.columns .column[data-v-5600edcc]{padding:0 1rem}.columns .column .info[data-v-5600edcc]{font-size:.8rem}
[data-v-69c1c75a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-footer[data-v-69c1c75a]{margin-top:0!important}.modal-content[data-v-69c1c75a]{display:flex;flex-direction:column}.columns[data-v-69c1c75a]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-69c1c75a]{margin:0;overflow-y:scroll;padding:0}.columns .column[data-v-69c1c75a]{padding:0 1rem}
[data-v-77cf76a7]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.table-department[data-v-77cf76a7],.table-location[data-v-77cf76a7]{background-color:#f3f3f3;color:#737373;font-weight:700;position:-webkit-sticky;position:sticky;top:0}.table-location[data-v-77cf76a7]{border-top:2px solid #8a8a8a}.table-location.no-border[data-v-77cf76a7]{border-top-width:0}.table-department[data-v-77cf76a7]{background-color:var(--department-color)}.fa-info[data-v-77cf76a7]{color:#ec008c}.fa-info:hover .tooltip[data-v-77cf76a7]{-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}.overlay[data-v-77cf76a7]{height:100vh;position:fixed;width:100%;z-index:25}.table-container[data-v-77cf76a7]{overflow-x:scroll;position:relative}.table-container table[data-v-77cf76a7]{width:2075px!important}.table-container tr[data-v-77cf76a7]:last-child{border-bottom:0}.table-container td[data-v-77cf76a7]{border-right:1px solid #e9e9e9;line-height:2rem;padding:.5rem 1rem}.table-container td.total-col[data-v-77cf76a7]{background-color:#f7f7f7;border:1px solid #dadada}.table-container td.total-text-col[data-v-77cf76a7]{border-bottom:0;border-right:1px solid #dadada}.table-container td.border-right[data-v-77cf76a7]{border-right:2px solid #8a8a8a}.table-container td.border-left[data-v-77cf76a7]{border-left:2px solid #8a8a8a}.mr-einstein[data-v-77cf76a7]{background-image:url(/img/mr-icon-small.png);background-position:9px 50%;background-repeat:no-repeat;background-size:15px;padding-left:2rem}.no-margin-top .column[data-v-77cf76a7]{margin-top:0;padding-top:0}.button-col[data-v-77cf76a7]{align-items:flex-end;display:flex}.button-col button[data-v-77cf76a7]{background-color:#71afd4;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2rem;line-height:2rem;outline:none;padding:0 12px;transition:background-color .2s linear}.button-col button.excel[data-v-77cf76a7]{background-color:#3ba53b}.button-col button.excel[data-v-77cf76a7]:hover{background-color:#383}.button-col button.pdf[data-v-77cf76a7]{background-color:#cc4d5e;margin-right:.5rem}.button-col button.pdf[data-v-77cf76a7]:hover{background-color:#a03b49}.button-col button[data-v-77cf76a7]:hover{background-color:#568dad}.data-selection[data-v-77cf76a7]{background-color:#f3f3f3;border-bottom:1px solid #dedede;border-top-left-radius:10px;border-top-right-radius:10px;padding:1rem}.input-container[data-v-77cf76a7]{border:1px solid #e6e6e6;border-radius:.25rem;font-size:.9rem;line-height:2rem;padding-left:.5rem;z-index:30}.input-container .select-option .icon[data-v-77cf76a7]{color:#71afd4;margin:0 .6rem 0 .5rem}.input-container .select-option.select-all[data-v-77cf76a7]{border-top:1px solid #dedede}.input-container .select-option.deselect-all[data-v-77cf76a7]{border-bottom:1px solid #dedede}.input-container .select-option[data-v-77cf76a7]:hover{background-color:#f3f3f3;cursor:pointer}.input-container .department-option[data-v-77cf76a7]{margin-left:20px}.input-container.selected[data-v-77cf76a7]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#b1b1b1}.input-container.selected .user-count[data-v-77cf76a7]{font-weight:500}.input-container.hoverable[data-v-77cf76a7]:hover{border-color:#b1b1b1;cursor:pointer}.input-container .user-dropdown[data-v-77cf76a7]{background-color:#fff;border:1px solid #b1b1b1;border-top:0;height:20rem;left:-1px;margin-top:-2px;overflow:auto;position:absolute;top:2rem;width:calc(100% + 2px)}.input-container .user-dropdown[data-v-77cf76a7]::-webkit-scrollbar-thumb{background-color:#71afd4;border-radius:4px}.input-container .user-dropdown ul li label[data-v-77cf76a7]{display:block;height:100%;width:100%}.input-container .user-dropdown ul li label[data-v-77cf76a7]:hover{background-color:#f3f3f3;cursor:pointer}.input-container .user-dropdown ul li input[data-v-77cf76a7]{margin:0 .5rem 0 .6rem}.infobullet[data-v-77cf76a7]{color:#000;line-height:unset}#social-float[data-v-77cf76a7]{-webkit-animation:pulse 5s 3;animation:pulse 5s 3;background-color:#464646;border-radius:6px;bottom:2rem;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;left:50%;margin-left:-170px;opacity:.8;padding:.4em 1.5em;position:fixed;text-align:center;width:340px;z-index:5000}#social-float i[data-v-77cf76a7]{font-size:10px;position:absolute;right:6px;top:5px}.edit-circle-period[data-v-77cf76a7]{background-color:transparent;border-radius:18px;display:inline-flex;height:32px;min-width:32px;padding:8px;transition:background-color .5s ease;vertical-align:sub;width:32px}.edit-circle-period[data-v-77cf76a7]:hover{background-color:#f1f1f1;cursor:pointer}.checkbox_container[data-v-77cf76a7]{display:inline-flex}.checkbox_container label[data-v-77cf76a7]{font-style:bold}.checkbox_container b[data-v-77cf76a7]{font-size:.9rem;font-weight:550;margin-right:1rem;padding:1rem 0 .5rem}.checkbox_container ul[data-v-77cf76a7]{display:flex!important;margin-left:.5rem}.checkbox_container ul label[data-v-77cf76a7]{font-size:.9rem;margin:.5rem 1rem .5rem .5rem}
[data-v-160533e1]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.overlay[data-v-160533e1]{height:100vh;position:fixed;width:100%;z-index:25}.table-container[data-v-160533e1]{overflow-x:scroll;position:relative}.table-container table[data-v-160533e1]{width:325%!important}.table-container tr[data-v-160533e1]:last-child{border-bottom:0}.table-container td[data-v-160533e1]{border-right:1px solid #e9e9e9;line-height:1rem;padding:1rem}.table-container td.total-col[data-v-160533e1]{background-color:#f7f7f7;border:1px solid #dadada}.table-container td.total-text-col[data-v-160533e1]{border-bottom:0;border-right:1px solid #dadada}.mr-einstein[data-v-160533e1]{background-image:url(/img/mr-icon-small.png);background-position:9px 50%;background-repeat:no-repeat;background-size:15px;padding-left:2rem}.no-margin-top .column[data-v-160533e1]{margin-top:0;padding-top:0}.button-col[data-v-160533e1]{align-items:flex-end;display:flex}.button-col button[data-v-160533e1]{background-color:#71afd4;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2rem;line-height:2rem;outline:none;padding:0 12px;transition:background-color .2s linear}.button-col button.excel[data-v-160533e1]{background-color:#3ba53b}.button-col button.excel[data-v-160533e1]:hover{background-color:#383}.button-col button.pdf[data-v-160533e1]{background-color:#cc4d5e;margin-right:.5rem}.button-col button.pdf[data-v-160533e1]:hover{background-color:#a13b48}.button-col button[data-v-160533e1]:hover{background-color:#568dad}.data-selection[data-v-160533e1]{background-color:#f3f3f3;border-bottom:1px solid #dedede;border-top-left-radius:10px;border-top-right-radius:10px;padding:1rem}.input-container[data-v-160533e1]{border:1px solid #e6e6e6;border-radius:.25rem;font-size:.9rem;line-height:2rem;padding-left:.5rem;z-index:30}.input-container .select-option .icon[data-v-160533e1]{color:#71afd4;margin:0 .6rem 0 .5rem}.input-container .select-option.select-all[data-v-160533e1]{border-top:1px solid #dedede}.input-container .select-option.deselect-all[data-v-160533e1]{border-bottom:1px solid #dedede}.input-container .select-option[data-v-160533e1]:hover{background-color:#f3f3f3;cursor:pointer}.input-container.selected[data-v-160533e1]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#b1b1b1}.input-container.selected .user-count[data-v-160533e1]{font-weight:500}.input-container.hoverable[data-v-160533e1]:hover{border-color:#b1b1b1;cursor:pointer}.input-container .department-option[data-v-160533e1]{margin-left:20px}.input-container .user-dropdown[data-v-160533e1]{background-color:#fff;border:1px solid #b1b1b1;border-top:0;height:20rem;left:-1px;margin-top:-2px;overflow:auto;position:absolute;top:2rem;width:calc(100% + 2px)}.input-container .user-dropdown[data-v-160533e1]::-webkit-scrollbar-thumb{background-color:#71afd4;border-radius:4px}.input-container .user-dropdown ul li label[data-v-160533e1]{display:block;height:100%;width:100%}.input-container .user-dropdown ul li label[data-v-160533e1]:hover{background-color:#f3f3f3;cursor:pointer}.input-container .user-dropdown ul li input[data-v-160533e1]{margin:0 .5rem 0 .6rem}label.include-inactive[data-v-160533e1]{display:block;font-size:.85rem;margin-top:5px;width:100%}label.include-inactive[data-v-160533e1]:hover{cursor:pointer}label.include-inactive input[data-v-160533e1]{margin:0 .5rem 0 .6rem}.location-header[data-v-160533e1]{background-color:#ececec}.location-header[data-v-160533e1]:hover{background-color:#ececec!important}.prewrap[data-v-160533e1]{white-space:pre-wrap}#social-float[data-v-160533e1]{-webkit-animation:pulse 5s 3;animation:pulse 5s 3;background-color:#464646;border-radius:6px;bottom:2rem;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;left:50%;margin-left:-170px;opacity:.8;padding:.4em 1.5em;position:fixed;text-align:center;width:340px;z-index:5000}#social-float i[data-v-160533e1]{font-size:10px;position:absolute;right:6px;top:5px}.checkbox_container[data-v-160533e1]{display:inline-flex}.checkbox_container label[data-v-160533e1]{font-style:bold}.checkbox_container b[data-v-160533e1]{font-size:.9rem;font-weight:550;margin-right:1rem;padding:1rem 0 .5rem}.checkbox_container ul[data-v-160533e1]{display:flex!important;margin-left:.5rem}.checkbox_container ul label[data-v-160533e1]{font-size:.9rem;margin:.5rem 1rem .5rem .5rem}
[data-v-742149a1]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}hr[data-v-742149a1]{margin:2rem 1rem 1rem}.scroll-container[data-v-742149a1]{flex:1;overflow-y:auto}.modal-content[data-v-742149a1]{display:flex;flex-direction:column}.columns[data-v-742149a1],.columns .column[data-v-742149a1]{padding:0 1rem}.columns .column .info[data-v-742149a1]{font-size:.8rem}.clear-signature[data-v-742149a1]{background-color:#f1f1f1;border-radius:16px;cursor:pointer;left:auto;right:.8rem;top:.5rem}.clear-signature[data-v-742149a1]:hover{background-color:#e6e6e6}.clear-signature[data-v-742149a1]:after,.clear-signature[data-v-742149a1]:before{background-color:#c7c7c7}.sign-container[data-v-742149a1]{border:1px solid #e6e6e6;cursor:crosshair;flex-grow:1;height:152px;margin:1rem auto;position:relative;width:375px}.sign-container .status[data-v-742149a1]{height:calc(100% + 2px);margin:-1px;top:0;z-index:200}
[data-v-35ee5f36]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-35ee5f36]{margin:0}.widget-content[data-v-35ee5f36]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:2rem}.edit-circle[data-v-35ee5f36]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:2rem;top:50%;transition:background-color .5s ease;width:36px}.edit-circle[data-v-35ee5f36]:hover{background-color:#5d5d5d;cursor:pointer}.center-text[data-v-35ee5f36]{text-align:center}.signature[data-v-35ee5f36]{border:1px solid #e6e6e6;border-radius:.25rem}
.vue-simple-context-menu{background-color:#ecf0f1;border-bottom-width:0;border-radius:4px;box-shadow:0 3px 6px 0 rgba(51,51,51,.2);display:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;left:0;list-style:none;margin:0;padding:0;position:absolute;top:0;z-index:1000000}.vue-simple-context-menu--active{display:block}.vue-simple-context-menu__item{align-items:center;color:#333;cursor:pointer;display:flex;padding:5px 15px}.vue-simple-context-menu__item:hover{background-color:#007aff;color:#fff}.vue-simple-context-menu__divider{background-clip:content-box;background-color:#c0cdd1;box-sizing:content-box;height:2px;padding:4px 0;pointer-events:none}.vue-simple-context-menu li:first-of-type{margin-top:4px}.vue-simple-context-menu li:last-of-type{margin-bottom:4px}
[data-v-177dab85]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.availability-limitation-icon[data-v-177dab85]{color:#8a8a8b;margin-left:2px;transform:translateY(1px)}.availability-limitation-icon--white[data-v-177dab85]{color:#fff}.has-tooltip:hover .tooltip[data-v-177dab85]{display:block}.dummy-indicator[data-v-177dab85]{color:#ec028c;font-size:.6rem;font-weight:600;height:2rem;letter-spacing:.7px;margin-left:5px;text-transform:uppercase}.search-field[data-v-177dab85]{margin:1rem 2rem 0;position:relative}.search-field .icon[data-v-177dab85]{color:#dadada;margin-top:5px;opacity:0;position:absolute;right:10px;top:0;transition:all .3s ease}.search-field .icon.sidebar-open[data-v-177dab85]{opacity:1}.search-field input[data-v-177dab85]{border:1px solid #ddd;border-radius:.25rem;color:#616161;display:block;font-size:.8rem;height:2rem;outline:none;padding-left:.5rem;padding-right:36px;width:100%}#sidebar-users[data-v-177dab85]{background-color:#fff;border-left:1px solid #dadada;font-size:.9rem;overflow:scroll;width:0}#sidebar-users .sidebar-title[data-v-177dab85]{display:block;padding:1rem 2rem 0}#sidebar-users ul[data-v-177dab85]{padding:.5rem 0;width:100%}#sidebar-users ul li[data-v-177dab85]{padding:.3rem 2rem;transition:background-color .3s ease;white-space:nowrap}#sidebar-users ul li[data-v-177dab85]:hover{background-color:#ececec;cursor:pointer}#sidebar-departments[data-v-177dab85]{background-color:#fff;border-left:1px solid #dadada;font-size:.9rem;overflow:scroll;width:0}#sidebar-departments .sidebar-title[data-v-177dab85]{display:block;padding:1rem 2rem 0}#sidebar-departments ul[data-v-177dab85]{padding:.5rem 0;width:100%}#sidebar-departments ul li[data-v-177dab85]{padding:.3rem 2rem;transition:background-color .3s ease;white-space:nowrap}#sidebar-departments ul li[data-v-177dab85]:hover{background-color:#ececec;cursor:pointer}.template-container[data-v-177dab85]{display:flex;flex:1;flex-direction:row}.lasttab a[data-v-177dab85]{border-radius:0 10px 0 0;border-right:none}.button-list[data-v-177dab85]{background-color:#959595;margin:0;padding:0 36px 0 12px}.button-list.sidebar-open[data-v-177dab85],.button-list[data-v-177dab85]:hover{background-color:#4e4e4e}.dropdown-menu[data-v-177dab85]{bottom:0;left:auto!important;min-width:0!important;padding-top:0;white-space:nowrap;width:auto}.dropdown-menu .dropdown-content[data-v-177dab85]{background-color:#fff;border:1px solid #ececec;box-shadow:none!important;padding:.3rem 0}.pink-button[data-v-177dab85]{background-color:#ec008c;line-height:20px;margin-right:1rem}.pink-button[data-v-177dab85]:hover{background-color:#be236c}.availability-button[data-v-177dab85]{background-color:#ec008c;margin:1rem 2rem 0!important;padding:0;width:calc(100% - 4rem)}.availability-button[data-v-177dab85]:hover{background-color:#cf1987}.notesInput[data-v-177dab85]{background-color:transparent;display:none}.noplacement[data-v-177dab85]{color:#9a9a9a;display:block;font-size:.9rem;font-style:italic;line-height:3rem;margin-top:20px;text-align:center;width:100%}.noplacement span[data-v-177dab85]{color:#ec008c}.noplacement span[data-v-177dab85]:hover{cursor:pointer;text-decoration:underline}.planboard-table tbody tr td input[data-v-177dab85]{border:0;color:#363636;font-family:Roboto,sans-serif;font-size:.9rem;font-weight:300;line-height:3rem;outline:none;padding:0;width:100%}.planboard-table tbody tr td input[data-v-177dab85]:focus{background:#edf8ff;background:linear-gradient(270deg,#fff4fb 80%,hsla(0,0%,100%,0));background:linear-gradient(90deg,#fff4fb 80%,hsla(0,0%,100%,0));border-left:3px solid #ec008c;filter:progid:dximagetransform.microsoft.gradient(startColorstr="#fff4fb",endColorstr="#ffffff",GradientType=1);padding-left:1rem}.planboard-table tbody tr td .employee-name[data-v-177dab85]{position:relative}.planboard-table tbody tr td .employee-name.highlight-user[data-v-177dab85]{color:red}.planboard-table tbody tr td .dummy-name[data-v-177dab85]{padding-right:2.2rem;position:relative}.planboard-table tbody tr td .add-employee[data-v-177dab85]{color:#b1b1b1;font-style:italic;position:relative}.planboard-table tbody tr td .add-employee .time-indicator[data-v-177dab85]{left:0!important}.footer-container .level[data-v-177dab85]{padding:0 1rem 0 0!important}.weight-bold[data-v-177dab85]{font-weight:500}.switch-week[data-v-177dab85]{font-size:.9rem;height:3rem;line-height:1.3rem;margin-left:1rem;padding:.3rem 0 .2rem;text-align:left;width:auto}.menu-cirle[data-v-177dab85]{background-color:transparent!important;margin-top:-1rem;top:50%}.menu-cirle[data-v-177dab85]:hover{background-color:#f3f3f3!important}.menu-cirle .week-dropdown-menu[data-v-177dab85]{background-color:#fff;border:1px solid #e9e9e9;border-top-color:#fff;display:none;left:auto;position:absolute;right:0;text-align:right;top:calc(100% + .5rem);z-index:2000}.menu-cirle .week-dropdown-menu.yellow-bg[data-v-177dab85]{background-color:#fffcf1;border-top-color:#fffcf1}.menu-cirle .week-dropdown-menu ul li[data-v-177dab85]{line-height:2rem;padding:0 1rem}.menu-cirle .week-dropdown-menu ul li[data-v-177dab85]:hover{background-color:#f3f3f3}.menu-cirle .week-dropdown-menu ul li[data-v-177dab85]:not(:first-child){border-top:1px solid #e9e9e9}.week-circle[data-v-177dab85]{-webkit-touch-callout:none;background-color:#e6e6e6;border-radius:1rem;cursor:pointer;font-size:.8rem;height:2rem;line-height:2rem;margin-right:1rem;padding-top:1px;position:relative;text-align:center;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:2rem}.week-circle.week-number[data-v-177dab85]{opacity:.7}.week-circle[data-v-177dab85]:hover{background-color:#d4d4d4;color:#000;opacity:1}.week-circle .select-year[data-v-177dab85]{font-weight:500;height:36px;line-height:36px;margin-top:19px}.week-circle .select-week[data-v-177dab85],.week-circle .select-year[data-v-177dab85]{background-color:#f3f3f3;border:1px solid #dadada;display:none;left:-150%;position:absolute;width:400%;z-index:30}.week-circle .select-week[data-v-177dab85]{border-top:0;height:280px;line-height:20px;margin-top:56px;overflow:scroll;top:100%}.week-circle .select-week ul li .week-item[data-v-177dab85]{padding:8px 0;transition:all .2s ease-in-out}.week-circle .select-week ul li .week-item[data-v-177dab85]:hover{background-color:#ffe6f5}.week-circle .select-week ul li .week-item.currentWeek[data-v-177dab85]{background-color:#ec008c;color:#fff}.week-circle .published[data-v-177dab85]{background-color:#ec008c;border-radius:8px;bottom:-2px;height:12px;line-height:12px;position:absolute;right:-5px;width:12px}.week-circle .published img[data-v-177dab85]{height:6px;margin-top:3px}.week-circle .published.from-top[data-v-177dab85]{right:-5px!important;top:-1px!important}.week-circle .published.yellow[data-v-177dab85]{background-color:#e0c261}.week-circle .published.red[data-v-177dab85]{background-color:#d66a6a}.week-circle.complete[data-v-177dab85]{background-color:#8abd81;color:#fff;font-weight:500}.week-circle.complete[data-v-177dab85]:hover{background-color:#6e9e65}.week-circle.active[data-v-177dab85]{border-radius:1.3rem;cursor:default;font-size:.9rem;height:2.6rem;line-height:2.6rem;pointer-events:none;width:2.6rem}.week-circle.active.current[data-v-177dab85]{position:relative}.week-circle.current[data-v-177dab85]{box-shadow:0 0 0 3px #ec008c;opacity:1;position:relative}.week-circle.current .published[data-v-177dab85]{background-color:#ec008c;border-radius:10px;bottom:-5px;height:18px;line-height:20px;position:absolute;right:-6px;width:18px}.week-circle.current .published.from-top[data-v-177dab85]{top:-5px!important}.week-circle.current .published.yellow[data-v-177dab85]{background-color:#e0c261}.week-circle.current .published.red[data-v-177dab85]{background-color:#d66a6a}.week-circle.current .published img[data-v-177dab85]{height:10px;margin-top:5px}.week-circle img[data-v-177dab85]{display:inline;height:.8rem;margin-top:.6rem}.week-circle img.ys-prev[data-v-177dab85]{float:left;height:100%;margin:0;padding:8px;transition:all .2s ease-in-out}.week-circle img.ys-prev[data-v-177dab85]:hover{background-color:#ffe6f5}.week-circle img.ys-next[data-v-177dab85]{float:right;height:100%;margin:0;padding:8px;transition:all .2s ease-in-out}.week-circle img.ys-next[data-v-177dab85]:hover{background-color:#ffe6f5}.week-circle img.prev[data-v-177dab85]{margin-right:1px}.week-circle img.next[data-v-177dab85]{margin-left:3px}.week-circle img.select[data-v-177dab85]{height:100%;margin:0 0 0 1px;padding:10px 8px 8px;width:100%}.padding-half-rem[data-v-177dab85]{padding:1rem}.padding-half-rem .hour-detail[data-v-177dab85]{border-right:1px solid #ececec;font-size:.9rem;line-height:2rem;padding-left:calc(2rem + 12px);padding-right:1rem;position:relative}.padding-half-rem .hour-detail[data-v-177dab85]:first-child{padding-left:calc(1rem + 12px)}.padding-half-rem .hour-detail:first-child .status[data-v-177dab85]{left:0}.padding-half-rem .hour-detail[data-v-177dab85]:last-child{border-right:0;padding-right:0}.padding-half-rem .hour-detail .status[data-v-177dab85]{border-radius:6px;height:12px;left:1rem;margin-top:-7px;position:absolute;top:50%;width:12px}.time-cont[data-v-177dab85]{display:flex;position:relative;transition:background-color .2s linear}.time-cont.highlight-user[data-v-177dab85]{background-color:#fff4fb;color:#ec008c;font-weight:500}.time-cont[data-v-177dab85]:hover{background-color:transparent!important}.time-cont.no-employee td[data-v-177dab85]:nth-child(3){color:#909090;font-style:italic}.is-italic[data-v-177dab85]{font-style:italic}.red[data-v-177dab85]{background-color:#d66a6a}.yellow[data-v-177dab85]{background-color:#e0c263}.green[data-v-177dab85]{background-color:#8abd81}.grey[data-v-177dab85]{background-color:#e0e0e0}.button-danger[data-v-177dab85]{background-color:#d66a6a;color:#fff;line-height:20px;margin-right:1rem;padding-right:12px}.button-danger[data-v-177dab85]:hover{background-color:#be5151}.button-today[data-v-177dab85]{background-color:#e0e0e0;color:#434343;line-height:20px;padding-right:12px}.button-today[data-v-177dab85]:hover{background-color:#cacaca}.low-button[data-v-177dab85]{font-size:12px!important;height:2rem!important;line-height:1rem!important}.low-button .is-text[data-v-177dab85]{font-size:.9rem;line-height:2rem;margin-right:.2rem}.button-notes[data-v-177dab85]{margin-left:1rem;margin-right:1rem}.placement-status[data-v-177dab85]{border-radius:5px;color:#fff;display:block;float:left;font-size:.8rem;font-style:italic;font-weight:500;height:1.8rem;line-height:1.8rem;margin-top:.6rem;padding:1px .5rem 0}.work-total[data-v-177dab85]{border-right:1px solid #565656;color:#a5a5a5;font-size:.9rem;font-weight:500;line-height:3rem;padding:0 1rem;position:relative}.work-total:hover .tooltip[data-v-177dab85]{-webkit-animation:fadein .3s;animation:fadein .3s;-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}.work-total[data-v-177dab85]:not(:first-child){padding-left:1rem}.work-icon[data-v-177dab85]{display:flex;float:left;height:100%;height:3rem;justify-content:center;line-height:3rem;margin-right:.6rem;position:relative;width:18px}.work-icon:hover .tooltip[data-v-177dab85]{-webkit-animation:fadein .3s;animation:fadein .3s;-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}.work-icon.placement[data-v-177dab85]{margin-right:1.4rem}.toggler[data-v-177dab85]:hover{background-color:#e2e2e2}li.day[data-v-177dab85]{position:relative;width:14%}li.day[data-v-177dab85]:first-child,li.day[data-v-177dab85]:last-child{width:15%}li.day a[data-v-177dab85]{border-bottom:1px solid #dadada}li.day a.is-active-tab[data-v-177dab85]{border-bottom:1px solid transparent}li.day .status[data-v-177dab85]{border-radius:6px;height:12px;margin-top:-6px;position:absolute;right:1rem;top:50%;width:12px}td[data-v-177dab85]{cursor:default}.button-container[data-v-177dab85]{margin-left:0!important}.weekselect-container[data-v-177dab85]{margin-right:0!important}.edit-button[data-v-177dab85]{cursor:pointer}.registration-count[data-v-177dab85]{background-color:#e3c874;border:none;border-radius:4px;color:#fff;font-weight:600;height:1.6rem;outline:none;width:1.6rem;width:100%}.is-hoverable[data-v-177dab85]{width:100%}.is-hoverable[data-v-177dab85]:hover:after,.is-hoverable[data-v-177dab85]:hover:before{display:block}.is-hoverable[data-v-177dab85]:after,.is-hoverable[data-v-177dab85]:before{border:solid transparent;bottom:-1px;content:" ";display:none;height:0;left:50%;pointer-events:none;position:absolute;width:0}.is-hoverable[data-v-177dab85]:after{border-color:hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff;border-width:10px;margin-left:-10px;z-index:40}.is-hoverable[data-v-177dab85]:before{border-color:hsla(0,0%,93%,0) hsla(0,0%,93%,0) #ececec;border-width:11px;margin-left:-11px}.dropdown-trigger[data-v-177dab85]{width:100%}.dropdown-item[data-v-177dab85]{padding-left:4.6rem}.dropdown-item p[data-v-177dab85]{padding:.2rem .4rem}.dropdown-item p[data-v-177dab85]:hover{background-color:#e6e6e6;border-radius:4px}.dropdown-item p .select[data-v-177dab85]{cursor:pointer;height:1rem;margin-right:.8rem;margin-top:2px;opacity:.5;padding:0 .5rem;position:absolute;width:2rem}.dropdown-item p .select[data-v-177dab85]:hover{opacity:1}.dropdown-item p .select.reject[data-v-177dab85]{height:.9rem;left:.5rem;margin-top:4px}.dropdown-item p .select.accept[data-v-177dab85]{left:2.5rem}.belongs-to-group[data-v-177dab85]{border-top:none!important}.button-no-right-padding[data-v-177dab85]{padding-right:12px!important}.not-published[data-v-177dab85]{align-items:center;color:#a5a5a5;display:flex;justify-content:center;padding:20px}.not-published .font-bold[data-v-177dab85]{font-weight:500}.not-published img[data-v-177dab85]{width:350px}.notes-col[data-v-177dab85]{line-height:1.6rem;padding:.7rem 0}.department-divider[data-v-177dab85]{padding:0!important;width:100%}.department-name[data-v-177dab85]{margin-left:1rem}.department-background[data-v-177dab85]{opacity:.2}.department-background[data-v-177dab85],.department-stroke[data-v-177dab85]{height:100%;left:0;position:absolute;top:0;width:100%}.circle-color[data-v-177dab85]{background:#ec008c;border-radius:50%;height:12px;right:20px;width:12px}.circle-color[data-v-177dab85],.department-checkbox[data-v-177dab85]{position:absolute;top:50%;transform:translateY(-50%)}.department-checkbox-name[data-v-177dab85]{cursor:pointer;margin-left:20px}.button-merged-left[data-v-177dab85]{border-bottom-right-radius:0;border-top-right-radius:0;margin-right:0}.button-merged-center[data-v-177dab85]{border-radius:0;margin-left:0;margin-right:0}.button-merged-right[data-v-177dab85]{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:0}.active_planboard_view_button[data-v-177dab85]{color:#ec008c}
[data-v-600f7f41]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.is-active[data-v-600f7f41]{overflow:auto;position:fixed}.input-title[data-v-600f7f41]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.button[data-v-600f7f41]:active,.button[data-v-600f7f41]:focus{color:#fff}.step-footer[data-v-600f7f41]{display:flex;float:left;justify-content:space-between;margin-top:1rem!important;width:100%}.columns[data-v-600f7f41]{margin:.5rem auto}.columns[data-v-600f7f41],.columns .column[data-v-600f7f41]{padding:0 1rem}.columns .column .info[data-v-600f7f41]{font-size:.8rem}.description[data-v-600f7f41]{padding:.5rem 1.5rem 0;width:100%}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#CreatePayslipExport .multiselect{margin-top:.5rem}#CreatePayslipExport .multiselect__tag{margin:5px 5px 0}
[data-v-3955fcf2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}section[data-v-3955fcf2]{background-color:#fff}.border-bottom[data-v-3955fcf2]{border-bottom:1px solid #e6e6e6}.progress-container[data-v-3955fcf2]{height:7rem;margin-left:5rem;margin-right:5rem}.title-container[data-v-3955fcf2]{position:relative;top:1.8rem}.progress-title[data-v-3955fcf2]{font-size:.8rem;max-width:90px;position:absolute;text-align:center}.progress-title.title-0[data-v-3955fcf2]{left:0;transform:translateX(-50%)}.progress-title.title-2[data-v-3955fcf2]{left:25%;transform:translateX(-50%)}.progress-title.title-3[data-v-3955fcf2]{left:50%;transform:translateX(-50%)}.progress-title.title-4[data-v-3955fcf2]{left:75%;transform:translateX(-50%)}.progress-title.title-5[data-v-3955fcf2]{right:0;transform:translateX(50%)}.dot-container[data-v-3955fcf2]{position:relative;top:4.8rem}.dot[data-v-3955fcf2]{background-color:#e6e6e6;border-radius:50%;height:1rem;position:absolute;width:1rem}.dot.dot-0[data-v-3955fcf2]{left:0;margin-left:-.5rem}.dot.dot-2[data-v-3955fcf2]{left:25%;margin-left:-.5rem}.dot.dot-3[data-v-3955fcf2]{left:50%;margin-left:-.5rem}.dot.dot-4[data-v-3955fcf2]{left:75%;margin-left:-.5rem}.dot.dot-5[data-v-3955fcf2]{left:100%;margin-left:-.5rem}.dot-line[data-v-3955fcf2]{background-color:#e6e6e6;height:.3rem;position:absolute;width:25%}.dot-line.line-0[data-v-3955fcf2]{left:0;margin-top:.35rem}.dot-line.line-1[data-v-3955fcf2]{left:25%;margin-top:.35rem}.dot-line.line-2[data-v-3955fcf2]{left:50%;margin-top:.35rem}.dot-line.line-3[data-v-3955fcf2]{left:75%;margin-top:.35rem}.dot-line.line-4[data-v-3955fcf2]{margin-top:.35rem;right:0}.active[data-v-3955fcf2]{background-color:#e0c263}.active-line[data-v-3955fcf2]{background:linear-gradient(90deg,#8abd81,#e0c263)}.done[data-v-3955fcf2]{background-color:#8abd81}@media screen and (max-width:479px){.progress-container[data-v-3955fcf2]{height:3rem}.dot-container[data-v-3955fcf2]{top:1rem}.title-container[data-v-3955fcf2]{display:none}}
[data-v-9f97ee0a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-9f97ee0a]{color:red}#DeleteUserButtonGreen[data-v-9f97ee0a]{background-color:#8abd81!important}#DeleteUserButtonGreen[data-v-9f97ee0a]:hover{background-color:#6e9e65!important}#DeleteUserButtonBlue[data-v-9f97ee0a]{background-color:#ec008c!important}#DeleteUserButtonBlue[data-v-9f97ee0a]:hover{background-color:#c9107f!important}#DeleteUser[data-v-9f97ee0a]{background-color:transparent}.DeleteUserButton[data-v-9f97ee0a]{background-color:#ce4747!important;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2.5rem;line-height:2.5rem;outline:none;padding:0 12px;position:relative;transition:background-color .2s linear}.DeleteUserButton[data-v-9f97ee0a]:hover{background-color:#a93333!important}.columns[data-v-9f97ee0a]{margin:.5rem auto;padding:0 1rem}.columns .column[data-v-9f97ee0a]{font-size:.9rem;padding:0 1rem}.columns .column .info[data-v-9f97ee0a]{font-size:.8rem}.button-status[data-v-9f97ee0a]{margin:0}.button-status.danger[data-v-9f97ee0a]{background-color:#ce4747;cursor:pointer}.button-status.danger[data-v-9f97ee0a]:hover{background-color:#a93333}
[data-v-5679ad0f]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-title[data-v-5679ad0f]{color:#4a4a4a!important;pointer-events:none!important}.select-item[data-v-5679ad0f]{display:block;height:3rem;line-height:3rem;padding:0 1rem;text-align:right;transition:all .1s linear;white-space:nowrap}.select-item[data-v-5679ad0f]:not(:first-child){border-top:1px solid #ec008c}.select-item[data-v-5679ad0f]:hover{background-color:#376482;cursor:pointer}h1[data-v-5679ad0f]{color:red}.columns[data-v-5679ad0f]{margin:.5rem auto}.columns[data-v-5679ad0f],.columns .column[data-v-5679ad0f]{padding:0 1rem}.columns .column .info[data-v-5679ad0f]{font-size:.8rem}
[data-v-5b5e1ad2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.table-container[data-v-5b5e1ad2]{overflow-x:hidden;position:relative}.table-container tr[data-v-5b5e1ad2]:last-child{border-bottom:0}.table-container tr[data-v-5b5e1ad2]:hover{cursor:default}.table-container td.total-col[data-v-5b5e1ad2]{background-color:#f7f7f7;border:1px solid #dadada}.table-container td.total-text-col[data-v-5b5e1ad2]{border-bottom:0}.green[data-v-5b5e1ad2]{color:#6ac038}.yellow[data-v-5b5e1ad2]{color:#e0c262}.orange[data-v-5b5e1ad2]{color:#ea853c}.red[data-v-5b5e1ad2]{color:#ce4847}.info_section[data-v-5b5e1ad2]{align-items:center;display:flex}.hover[data-v-5b5e1ad2]{cursor:pointer}.active[data-v-5b5e1ad2]{color:#e0c262}
[data-v-4c539bc6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-4c539bc6]{color:red}#AreYouSureButtonGreen[data-v-4c539bc6]{background-color:#8abd81!important}#AreYouSureButtonGreen[data-v-4c539bc6]:hover{background-color:#6e9e65!important}#AreYouSureButtonBlue[data-v-4c539bc6]{background-color:#ec008c!important}#AreYouSureButtonBlue[data-v-4c539bc6]:hover{background-color:#c9107f!important}.AreYouSureButton[data-v-4c539bc6]{background-color:#ce4747!important;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2.5rem;line-height:2.5rem;outline:none;padding:0 12px;position:relative;transition:background-color .2s linear}.AreYouSureButton[data-v-4c539bc6]:hover{background-color:#a93333!important}.columns[data-v-4c539bc6]{margin:.5rem auto;padding:0 1rem}.columns .column[data-v-4c539bc6]{font-size:.9rem;padding:1.5rem 1rem;text-align:center}.columns .column .info[data-v-4c539bc6]{font-size:.8rem}
[data-v-b36f588a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-b36f588a]{color:red}#AreYouSureButtonGreen[data-v-b36f588a]{background-color:#8abd81!important}#AreYouSureButtonGreen[data-v-b36f588a]:hover{background-color:#6e9e65!important}#AreYouSureButtonBlue[data-v-b36f588a]{background-color:#ec008c!important}#AreYouSureButtonBlue[data-v-b36f588a]:hover{background-color:#c9107f!important}.AreYouSureButton[data-v-b36f588a]{background-color:#ce4747!important;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2.5rem;line-height:2.5rem;outline:none;padding:0 12px;position:relative;transition:background-color .2s linear}.AreYouSureButton[data-v-b36f588a]:hover{background-color:#a93333!important}.columns[data-v-b36f588a]{margin:.5rem auto;padding:0 1rem}.columns .column[data-v-b36f588a]{font-size:.9rem;padding:1.5rem 1rem;text-align:center}.columns .column .info[data-v-b36f588a]{font-size:.8rem}.user-list[data-v-b36f588a]{margin:2rem 0 0;max-height:300px;overflow:auto}
[data-v-0eabc1d6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-0eabc1d6]{margin:.5rem auto;padding:0 1rem}.columns .column[data-v-0eabc1d6]{padding:0 1rem!important}.columns .column.is-12[data-v-0eabc1d6]{padding-top:1.5rem!important}.button-add[data-v-0eabc1d6]{padding:0 12px}
[data-v-573600a0]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.fade-enter-active[data-v-573600a0],.fade-leave-active[data-v-573600a0]{transition:opacity .3s ease}.fade-enter-from[data-v-573600a0],.fade-leave-to[data-v-573600a0]{opacity:0}
[data-v-37f4e1ec]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.week-selector[data-v-37f4e1ec]{align-items:center;display:flex;gap:.5rem;position:relative}.week-selector-button[data-v-37f4e1ec]{align-items:center;background:none;background:var(--gray-300);border:none;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:0;transition:background-color .15s,box-shadow .15s}.week-selector-button[data-v-37f4e1ec]:hover{background:var(--gray-400)}.week-selector-button[data-v-37f4e1ec]:focus-visible{background:var(--gray-400);box-shadow:0 0 0 .125rem hsla(0,0%,45%,.5);outline:none}.week-selector-button[data-v-37f4e1ec]:active{background:var(--gray-450)}.week-index-button[data-v-37f4e1ec]{border-radius:50%;color:var(--gray-600);height:2rem;width:2rem}.week-index-button.prev-week i[data-v-37f4e1ec]{transform:translateX(-.075rem)}.week-index-button.next-week i[data-v-37f4e1ec]{transform:translateX(.075rem)}.select-week-target[data-v-37f4e1ec]{border-radius:3rem;color:var(--gray-800);min-width:15rem;padding:.5rem 1rem}.select-week-target strong[data-v-37f4e1ec]{font-weight:500}.select-week-dropdown[data-v-37f4e1ec]{background:var(--gray-100);border:1px solid var(--gray-300);display:flex;flex-direction:column;left:50%;max-height:16rem;position:absolute;top:100%;transform:translateX(-50%)}.select-week-dropdown ul[data-v-37f4e1ec]{overflow:auto}.year-view[data-v-37f4e1ec]{align-items:center;border-bottom:1px solid var(--gray-300);display:flex;font-size:.75rem;justify-content:space-between;padding:.5rem .25rem}.year-view span[data-v-37f4e1ec]{font-weight:500}.year-view button[data-v-37f4e1ec]{align-items:center;background:none;border:none;color:var(--gray-600);cursor:pointer;display:flex;flex-shrink:0;height:1rem;justify-content:center;outline:none;padding:0;width:1rem}.year-view button[data-v-37f4e1ec]:hover{background:var(--gray-400)}.year-view button[data-v-37f4e1ec]:focus-visible{background:var(--gray-400);box-shadow:0 0 0 .125rem hsla(0,0%,45%,.5);outline:none}.year-view button[data-v-37f4e1ec]:active{background:var(--gray-450)}.week-item[data-v-37f4e1ec]{background:var(--gray-100);border:none;border-radius:0;cursor:pointer;font-size:.75rem;line-height:1.7;outline:none;padding:.5rem 1rem;transition:background-color .2s;width:100%}.week-item .week-title[data-v-37f4e1ec]{font-weight:500}.week-item span[data-v-37f4e1ec]{text-transform:capitalize}.week-item[data-v-37f4e1ec]:hover{background:#ffe6f5}.week-item[data-v-37f4e1ec]:focus-visible{background:#ffe6f5;box-shadow:inset 0 0 0 .125rem rgba(255,105,195,.5);outline:none}.week-item[data-v-37f4e1ec]:active{background:#ffbfe5}.week-item.active-week[data-v-37f4e1ec]{background:var(--color-primary);color:#fff}
[data-v-e7369748]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.addclient-section[data-v-e7369748]{padding:2rem 3rem}.page-content[data-v-e7369748]{text-align:center}.page-content h1[data-v-e7369748]{margin-bottom:1rem}a.button-add[data-v-e7369748]{border-radius:.25rem;color:#fff;display:inline-block;padding:0 1rem;text-decoration:none}a.button-add i[data-v-e7369748]{margin-left:.5rem}a[data-v-e7369748]{color:var(--color-primary);font-weight:500;text-decoration:underline}.logos-wrap[data-v-e7369748]{flex-wrap:wrap;margin:3rem auto;max-width:1000px}.logos-wrap[data-v-e7369748],.logos-wrap .logo-wrap[data-v-e7369748]{align-items:center;display:flex;justify-content:center}.logos-wrap .logo-wrap[data-v-e7369748]{padding:1rem;width:25%}.logos-wrap .logo-wrap img[data-v-e7369748]{max-height:3rem}
[data-v-da0c2574]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-title[data-v-da0c2574]{color:#4a4a4a!important;pointer-events:none!important}.select-item[data-v-da0c2574]{display:block;height:3rem;line-height:3rem;padding:0 1rem;text-align:right;transition:all .1s linear;white-space:nowrap}.select-item[data-v-da0c2574]:not(:first-child){border-top:1px solid #ec008c}.select-item[data-v-da0c2574]:hover{background-color:#376482;cursor:pointer}h1[data-v-da0c2574]{color:red}.columns[data-v-da0c2574]{margin:.5rem auto}.columns[data-v-da0c2574],.columns .column[data-v-da0c2574]{padding:0 1rem}.columns .column .info[data-v-da0c2574]{font-size:.8rem}
@charset "UTF-8";[data-v-7e0f60b2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-title[data-v-7e0f60b2]{color:#4a4a4a!important;pointer-events:none!important}.select-item[data-v-7e0f60b2]{display:block;height:3rem;line-height:3rem;padding:0 1rem;text-align:right;transition:all .1s linear;white-space:nowrap}.select-item[data-v-7e0f60b2]:not(:first-child){border-top:1px solid #ec008c}.select-item[data-v-7e0f60b2]:hover{background-color:#376482;cursor:pointer}h1[data-v-7e0f60b2]{color:red}.req-list[data-v-7e0f60b2]{font-size:.8rem;list-style:none;margin:0;padding:0 1rem}.req-list li[data-v-7e0f60b2]{color:#c00;padding:2px 0}.req-list li[data-v-7e0f60b2]:before{content:"✗ "}.req-list li.valid[data-v-7e0f60b2]{color:#2a9d2a}.req-list li.valid[data-v-7e0f60b2]:before{content:"✓ "}.columns[data-v-7e0f60b2]{margin:.5rem auto}.columns[data-v-7e0f60b2],.columns .column[data-v-7e0f60b2]{padding:0 1rem}.columns .column .info[data-v-7e0f60b2]{font-size:.8rem}
[data-v-231179a7]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.info-message[data-v-231179a7]{margin:0;padding:0;text-align:left;width:100%}.info-message .exceptions-header[data-v-231179a7]{align-items:center;display:flex;gap:.1rem;justify-content:space-between;padding:.25rem}.info-message .exceptions-title[data-v-231179a7]{align-items:center;display:flex;flex:1 1;gap:.1rem}.info-message .property-title[data-v-231179a7]{background-color:#474747;border-bottom:none;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;display:block;font-weight:500;line-height:2.5rem;padding:4px 1rem}.info-message .property-title__caret[data-v-231179a7]{cursor:pointer;margin:0 .25rem;transition:transform .2s}.info-message .property-title__caret.open[data-v-231179a7]{transform:rotate(180deg)}.info-message .info-container[data-v-231179a7]{display:flex;flex:1 1;font-size:.8rem;gap:.5rem;justify-content:space-between;max-width:100%}.info-message .info-container .info-block[data-v-231179a7]{padding:0 .75rem .75rem;width:50%}.info-message .info-container .info-block .line[data-v-231179a7]{border-bottom:1px solid #bdd7ff;padding:.75rem 0}.info-message .info-container .info-block .line[data-v-231179a7]:last-child{border-bottom:none}.info-message .info-container .info-block .extra[data-v-231179a7]{line-height:1rem;margin-top:.5rem}.info-message .info-container .info-block__title[data-v-231179a7]{text-wrap:wrap;font-weight:500;line-height:1.4;margin-bottom:.25rem}.info-message .info-container .info-block__subtitle[data-v-231179a7]{font-size:.8rem;font-style:italic;line-height:.8rem;margin-bottom:.4rem;margin-top:-.1rem}.info-message .info-container .info-block__value[data-v-231179a7]{text-wrap:wrap;line-height:1.4}.info-message h1[data-v-231179a7]{font-size:1rem;padding:.15rem .5rem}.edit-btn[data-v-231179a7]{align-items:center;background:none;border:none;border-radius:50%;box-shadow:0 0 0 0 #bfd4f9;color:inherit;cursor:pointer;display:inline-flex;height:1rem;justify-content:center;margin-left:.25rem;outline:none;padding:0;transition:box-shadow .2s,color .2s,background-color .2s;width:1rem}.edit-btn[data-v-231179a7]:hover{color:#7fa8ea}.edit-btn[data-v-231179a7]:focus-visible{background-color:#aab8cf;box-shadow:0 0 0 4px #aab8cf}.edit-btn[data-v-231179a7]:active{background-color:#bfd4f9;box-shadow:0 0 0 4px #bfd4f9}.edit-btn[data-v-231179a7]:disabled{opacity:.6;pointer-events:none}.edit-btn .fa-circle-notch[data-v-231179a7]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-231179a7;animation-name:spinner-231179a7;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spinner-231179a7{to{transform:rotate(1turn)}}@keyframes spinner-231179a7{to{transform:rotate(1turn)}}.edit-field[data-v-231179a7]{align-items:center;display:flex;gap:1rem}.pre-wrap[data-v-231179a7]{white-space:pre-wrap}
[data-v-42b58d3c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-container[data-v-42b58d3c]{background:#fff;border:1px solid #e6e6e6;border-radius:.25rem;font-size:.9rem;line-height:1.75rem;padding-left:.5rem;padding-right:.5rem;position:relative;z-index:30}.input-container .select-option .icon[data-v-42b58d3c]{color:#71afd4;margin:0 .6rem 0 .5rem}.input-container .select-option.select-all[data-v-42b58d3c]{border-top:1px solid #dedede}.input-container .select-option.deselect-all[data-v-42b58d3c]{border-bottom:1px solid #dedede}.input-container .select-option[data-v-42b58d3c]:hover{background-color:#f3f3f3;cursor:pointer}.input-container .department-option[data-v-42b58d3c]{margin-left:20px}.input-container.selected[data-v-42b58d3c]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#b1b1b1}.input-container.selected .user-count[data-v-42b58d3c]{font-weight:500}.input-container.hoverable[data-v-42b58d3c]:hover{border-color:#b1b1b1;cursor:pointer}.input-container .user-dropdown[data-v-42b58d3c]{background-color:#fff;border:1px solid #b1b1b1;border-top:0;height:20rem;left:-1px;overflow:auto;position:absolute;top:100%;width:calc(100% + 2px)}.input-container .user-dropdown[data-v-42b58d3c]::-webkit-scrollbar-thumb{background-color:#71afd4;border-radius:4px}.input-container .user-dropdown ul[data-v-42b58d3c]{display:block}.input-container .user-dropdown ul li label[data-v-42b58d3c]{display:block;height:100%;width:100%}.input-container .user-dropdown ul li label[data-v-42b58d3c]:hover{background-color:#f3f3f3;cursor:pointer}.input-container .user-dropdown ul li input[data-v-42b58d3c]{margin:0 .5rem 0 .6rem}
[data-v-108f56e6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.item[data-v-108f56e6]{background-color:#ec008c;border-radius:.25rem;color:#fff;cursor:pointer;float:left;font-size:.8rem!important;font-weight:500;margin:.25rem;padding:.25rem .5rem;transition:background-color .2s linear}.item[data-v-108f56e6]:hover{background-color:#3880af}
[data-v-4e0942a4]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-4e0942a4]{color:red}.columns[data-v-4e0942a4]{border-bottom:1px solid #efefef;font-size:.9rem;margin:.5rem auto;padding:0 1rem}.columns .column[data-v-4e0942a4]{padding:0 1rem;position:relative}.columns .column .info[data-v-4e0942a4]{font-size:.8rem}.invoice-details-list[data-v-4e0942a4]{max-height:calc(100vh - 12rem);overflow:auto}.delete-item[data-v-4e0942a4]{cursor:pointer;position:absolute;right:2rem;top:calc(50% - .6rem);width:1.2rem}.no-invoice-details[data-v-4e0942a4]{color:#9a9a9a;display:block;font-size:.9rem;font-style:italic;line-height:3rem;margin-top:20px;pointer-events:none;text-align:center;width:100%}
[data-v-ee85dc36]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.table[data-v-ee85dc36]{font-size:.875rem;margin-bottom:0;overflow:scroll;width:100%}.table th[data-v-ee85dc36]{font-weight:500}.table tr[data-v-ee85dc36]:nth-child(2n){background:#f0f0f0}.table td:has(.correction) .line[data-v-ee85dc36]{text-decoration:line-through}.table li:has(.correction) .line[data-v-ee85dc36]{text-decoration:line-through}.table .infobullet[data-v-ee85dc36]{margin-left:0}
[data-v-768b979e]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-section .input-container[data-v-768b979e]{height:auto}.error-message[data-v-768b979e]{color:#e62a2a;font-size:.6rem;font-weight:400;margin-top:-35px;max-height:35px;overflow-y:scroll;padding:0 10px;text-align:center}
[data-v-26fcdd9c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.widget-title[data-v-26fcdd9c]{background-color:inherit;color:inherit;padding:1rem 0 .5rem}.widget-content span[data-v-26fcdd9c]{display:block;margin-top:1rem;text-align:center}.columns[data-v-26fcdd9c]{margin:.5rem auto}.columns[data-v-26fcdd9c],.columns .column[data-v-26fcdd9c]{padding:0 1rem}table[data-v-26fcdd9c]{width:100%}table tr[data-v-26fcdd9c]:not(:first-child):hover{background-color:#f1f1f1}table tr th[data-v-26fcdd9c]{border-bottom:1px dashed #efefef;font-weight:500;padding:.75rem}table tr th[data-v-26fcdd9c]:first-child{padding-left:0}table tr th.align-right[data-v-26fcdd9c]{text-align:right}table tr td[data-v-26fcdd9c]{padding:.75rem}table tr td[data-v-26fcdd9c]:first-child{padding-left:0}table tr td[data-v-26fcdd9c]:last-child{position:relative;text-align:right;white-space:nowrap}table tr td:last-child .status[data-v-26fcdd9c]{background-color:#d66a6a;border-radius:10px;height:12px;left:50%;margin-left:-6px;margin-top:-6px;pointer-events:none;position:absolute;top:50%;width:12px}table tr td:last-child .status.green[data-v-26fcdd9c]{background-color:#8abd81}table tr td:last-child .status.yellow[data-v-26fcdd9c]{background-color:#e0c263}table tr td.align-right[data-v-26fcdd9c]{text-align:right}table tr td.align-right label[data-v-26fcdd9c]{padding-left:3rem}
[data-v-288bdb94]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-section .input-container[data-v-288bdb94]{height:2rem;line-height:2rem;overflow:hidden;padding-left:2px;width:100%}.input-section .input-container.grey-bar[data-v-288bdb94]{width:calc(100% + .5rem)}.input-section .input-container.no-background[data-v-288bdb94]{background:none}.input-section .input-container .control[data-v-288bdb94]{height:2rem}.input-section .input-container .control .status[data-v-288bdb94]{background-color:#8abd81;border-bottom-right-radius:0;border-top-right-radius:0;height:2rem;position:absolute;right:-1px;top:-1px;width:.3rem;z-index:500}.input-section .input-container .control.grey-bar[data-v-288bdb94]{background-color:#efefef;border:1px solid #dcdcdc;border-radius:.25rem;padding-left:.5rem}.input-section .input-container label.radio[data-v-288bdb94]{font-size:.9rem;margin-right:.5rem}.input-section .input-container input[data-v-288bdb94]{display:block;float:left;margin-bottom:3px;margin-right:8px}.input-section .input-container.stack-vertical[data-v-288bdb94]{height:auto}.input-section .input-container.stack-vertical .control[data-v-288bdb94]{display:flex;flex-direction:column;gap:.5rem;height:auto}.input-section .input-container.stack-vertical .control .radio[data-v-288bdb94]{margin:0}.input-section input[data-v-288bdb94]:-webkit-autofill{border:1px solid #bbd4e4;-webkit-box-shadow:inset 0 0 0 50px #f3faff}.input-section .input-title[data-v-288bdb94]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.spinner-wrap[data-v-288bdb94]{align-items:center;background:hsla(0,0%,86%,.5);border-radius:5px;box-shadow:0 0 0 5px hsla(0,0%,86%,.5);color:var(--color-primary);display:flex;font-size:1.5rem;inset:0;justify-content:center;position:absolute}.spinner-wrap .fa-circle-notch[data-v-288bdb94]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-288bdb94;animation-name:spinner-288bdb94;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spinner-288bdb94{to{transform:rotate(1turn)}}@keyframes spinner-288bdb94{to{transform:rotate(1turn)}}
[data-v-6ff11c36]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-6ff11c36]{margin:.5rem auto;padding:1rem 1rem 0}.columns .column[data-v-6ff11c36]{padding:0 1rem}.form-section[data-v-6ff11c36]{margin-bottom:2rem}.form-section[data-v-6ff11c36]:last-child{margin-bottom:0}.scrollable[data-v-6ff11c36]{flex:1;max-height:calc(100vh - 14rem);overflow-y:scroll;padding:0}.input-title[data-v-6ff11c36]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.bottom-columns .columns[data-v-6ff11c36]{padding-top:0}
[data-v-192a49c2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-192a49c2]{padding:2rem}p[data-v-192a49c2]{margin-bottom:1rem}.tab-selector[data-v-192a49c2]{border:1px solid var(--gray-300);border-radius:4px;color:var(--gray-300);display:flex;margin-bottom:1.5rem;overflow:hidden;position:relative}.tab-selector input[data-v-192a49c2]{height:0;opacity:0;position:absolute;width:0}.tab-selector label[data-v-192a49c2]{border-right:1px solid var(--gray-300);cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;text-align:center;width:50%}.tab-selector label[data-v-192a49c2]:last-child{border:none}.tab-selector label[data-v-192a49c2]:hover{background:#fff6fb}.tab-selector input:checked+label[data-v-192a49c2]{background:#fff6fb;color:var(--color-primary)}.tab-selector input:checked+label[data-v-192a49c2]:hover{background:#f3e3ec}.inputs-wrap[data-v-192a49c2]{display:flex;flex-wrap:wrap;gap:1rem}.inputs-wrap .input-wrap[data-v-192a49c2]{width:calc(25% - .75rem)}
[data-v-4bae583a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-4bae583a]{padding:2rem}p[data-v-4bae583a]{margin-bottom:1rem}
[data-v-4ed5b003]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.targets-and-prognosis-period-selector[data-v-4ed5b003]{background:var(--gray-100);border-radius:8px;display:flex;gap:2.5rem;padding:.75rem 1rem}.show-extras[data-v-4ed5b003]{align-items:center;display:flex;gap:.5rem}.show-extras .input-title[data-v-4ed5b003]{font-size:.9rem;font-weight:500}.button-success[data-v-4ed5b003]{margin-left:auto}.modal-wrap[data-v-4ed5b003]{position:absolute}
[data-v-5856e67c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.targets-and-prognosis-grid[data-v-5856e67c]{font-size:.9rem}.targets-and-prognosis-grid [role=rowgroup][data-v-5856e67c]{border-bottom:1px solid var(--gray-300);padding:.5rem 0}.targets-and-prognosis-grid [role=columnheader][data-v-5856e67c]{text-align:center}.targets-and-prognosis-grid [role=columnheader][data-v-5856e67c]:first-child{text-align:left}.targets-and-prognosis-grid [role=row][data-v-5856e67c]{align-items:center;display:grid;gap:.5rem;grid-template-columns:1fr 6rem 6rem 6rem 6rem 6rem 6rem 6rem 6rem;padding:.5rem 0}.targets-and-prognosis-grid h4[data-v-5856e67c]{margin-bottom:0}.targets-and-prognosis-grid h4 strong.indicator[data-v-5856e67c]{color:var(--color-primary);font-size:100%}.targets-and-prognosis-grid .info-row[data-v-5856e67c]{font-size:.75rem}.targets-and-prognosis-grid .info-row h4[data-v-5856e67c]{color:var(--gray-600);font-size:.75rem;font-weight:300}.targets-and-prognosis-grid .info-row [role=cell][data-v-5856e67c]{padding:0 .5rem;text-align:right}.targets-and-prognosis-grid .info-row [role=cell][data-v-5856e67c]:first-child{padding:0;text-align:left}.targets-and-prognosis-grid .percentage-target[data-v-5856e67c]{font-size:1rem;text-align:right}
[data-v-e10a2592]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.chart-wrap[data-v-e10a2592]{padding-top:3rem}.chart-wrap h2[data-v-e10a2592]{font-weight:500;margin-bottom:1.5rem;text-align:center}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.dz-error .dz-error-mark{z-index:10}.dz-background-thumb{background-image:url(/img/icons/file.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;-o-object-fit:contain;object-fit:contain}.dz-error .dz-details,.dz-error .dz-remove{display:none}#drop1{border:1px solid #e6e6e6;border-radius:.25rem;cursor:pointer;min-height:100px;overflow:auto;width:100%}#drop1 .dz-preview{height:100%;min-height:95px;position:relative;width:100%}.dz-error-message span{display:none}.dz-explanation{align-items:center;color:#616161;display:flex;font-size:.8rem;height:100%;justify-content:center;padding-left:20px;padding-right:20px;pointer-events:none;position:absolute;text-align:center;top:0;width:100%}#drop1 .dz-preview .dz-details{left:100px;margin:10px;position:absolute}.dz-filename,.dz-size{font-size:.8rem;padding-top:5px}.max-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:140px}.dz-remove{font-size:.8rem;left:110px;position:absolute;top:65px}.dz-neutral{background-color:#e0c263}.dz-neutral,.dz-success-mark{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:100%;position:absolute;right:0;top:0;width:.3rem}.dz-success-mark{background-color:#90be90;z-index:10}.dz-error-mark{background-color:red;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:100%;position:absolute;right:-1px;top:-1px;width:.3rem;z-index:0}#drop1 .dz-preview .dz-image{height:80px;left:10px;position:absolute;top:10px;width:80px}#drop1 .dz-preview .dz-image>div{background-position:50%;background-repeat:no-repeat;background-size:contain;height:inherit;width:inherit}#drop1 .dz-preview .dz-image>img{width:100%}
[data-v-f8380dbc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content .step-footer[data-v-f8380dbc]{margin-top:0!important;padding-left:1.5rem!important;padding-right:1.5rem!important}.columns[data-v-f8380dbc],.columns .column[data-v-f8380dbc]{padding:0 1rem}
[data-v-03f8f5fb]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-03f8f5fb]{color:red}.columns[data-v-03f8f5fb]{margin:.5rem auto;max-height:none;overflow:scroll;text-align:center}.columns[data-v-03f8f5fb],.columns .column[data-v-03f8f5fb]{padding:0 1rem}.columns .column .info[data-v-03f8f5fb]{font-size:.8rem}.modal-content[data-v-03f8f5fb]{display:flex;flex-direction:column}.document-image[data-v-03f8f5fb]{height:100%;-o-object-fit:contain;object-fit:contain}
[data-v-55d2c94c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-section[data-v-55d2c94c]{position:relative}.input-section .input-container[data-v-55d2c94c]{height:2rem;position:relative;width:100%}.input-section select[data-v-55d2c94c]{-webkit-appearance:none;background:url(/img/icons/select-arrow.svg) no-repeat;background-position:right 14px center;background-size:10px;border:1px solid #e6e6e6;border-radius:.25rem;color:#616161;display:block;font-size:.8rem;height:2rem;left:0;padding-left:.5rem;position:absolute;width:100%}.input-section select[data-v-55d2c94c]:focus{outline:none}.input-section select.grey-out[data-v-55d2c94c]{background-color:#efefef!important;cursor:not-allowed}.input-section input[data-v-55d2c94c]:-webkit-autofill{border:1px solid #bbd4e4;-webkit-box-shadow:inset 0 0 0 50px #f3faff}.input-section .input-title[data-v-55d2c94c]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.input-section .status[data-v-55d2c94c]{background-color:#e0c263;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:2rem;position:absolute;right:0;width:.3rem}.input-section .filled[data-v-55d2c94c]{background-color:#90be90}.spinner-wrap[data-v-55d2c94c]{align-items:center;background:hsla(0,0%,86%,.5);border-radius:5px;box-shadow:0 0 0 5px hsla(0,0%,86%,.5);color:var(--color-primary);display:flex;font-size:1.5rem;inset:0;justify-content:center;position:absolute}.spinner-wrap .fa-circle-notch[data-v-55d2c94c]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-55d2c94c;animation-name:spinner-55d2c94c;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spinner-55d2c94c{to{transform:rotate(1turn)}}@keyframes spinner-55d2c94c{to{transform:rotate(1turn)}}
[data-v-9e8f63a6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.salaries[data-v-9e8f63a6]{background-color:#efeeef;border:1px solid #dadada;border-radius:.25rem;margin:0!important;padding:0 .5rem 1rem!important}.input-title-salaries[data-v-9e8f63a6]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.seperate-line[data-v-9e8f63a6]{border-top:1px dashed #dedede;height:1px;margin:2rem 1.5rem 1rem;width:calc(100% - 3rem)}.custom-bar[data-v-9e8f63a6]{margin-right:.5rem;position:relative}.overlay-input[data-v-9e8f63a6]{bottom:0;position:absolute;right:0;width:auto}.not-font-weight[data-v-9e8f63a6]{font-style:italic;font-weight:300}h1[data-v-9e8f63a6]{color:red}.columns[data-v-9e8f63a6]{margin:.5rem auto;padding:0 1rem}.columns.location-button[data-v-9e8f63a6]{margin:0;padding:0}.columns .location[data-v-9e8f63a6]{margin-top:1rem;padding:0}.columns .location.add-location[data-v-9e8f63a6]{background-color:#f3f3f3;border:1px dashed #dedede;border-radius:5px;cursor:pointer;font-size:.9rem;padding:1rem;text-align:center;transition:all .4s ease}.columns .location.add-location[data-v-9e8f63a6]:hover{background-color:#ecf9ea}.columns .location.add-location img[data-v-9e8f63a6]{margin-top:6px;width:48px}.columns .location .location-title[data-v-9e8f63a6]{background-color:#abb9c3;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:.9rem;font-weight:500;line-height:2rem;padding:.5rem 1rem}.columns .location .location-content[data-v-9e8f63a6]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;padding:1rem}.columns .location .location-content .property-title[data-v-9e8f63a6]{font-weight:500}.columns .column[data-v-9e8f63a6]{padding:0 1rem}.columns .column .info[data-v-9e8f63a6]{font-size:.8rem}
[data-v-81e18c7c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.table-department[data-v-81e18c7c],.table-location[data-v-81e18c7c]{background-color:#f3f3f3;color:#737373;font-weight:700;position:-webkit-sticky;position:sticky;top:0}.table-location[data-v-81e18c7c]{border-top:2px solid #8a8a8a}.table-department[data-v-81e18c7c]{background-color:var(--department-color)}.fa-info[data-v-81e18c7c]{color:#ec008c}.fa-info:hover .tooltip[data-v-81e18c7c]{-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}.overlay[data-v-81e18c7c]{height:100vh;position:fixed;width:100%;z-index:25}.table-container[data-v-81e18c7c]{overflow-x:scroll;padding-bottom:6rem!important;position:relative}.table-container table[data-v-81e18c7c]{min-width:100%!important;width:1400px!important}.table-container tr[data-v-81e18c7c]:last-child{border-bottom:0}.table-container tr.border-top[data-v-81e18c7c]{border-top:2px solid #8a8a8a}.table-container td[data-v-81e18c7c]{border-right:1px solid #e9e9e9;line-height:2rem;padding:.5rem 1rem}.table-container td.total-col[data-v-81e18c7c]{background-color:#f7f7f7;border:1px solid #dadada}.table-container td.total-text-col[data-v-81e18c7c]{border-bottom:0;border-right:1px solid #dadada}.table-container td.border-right[data-v-81e18c7c]{border-right:2px solid #8a8a8a}.mr-einstein[data-v-81e18c7c]{background-image:url(/img/mr-icon-small.png);background-position:9px 50%;background-repeat:no-repeat;background-size:15px;padding-left:2rem}.no-margin-top .column[data-v-81e18c7c]{margin-top:0;padding-top:0}.button-col[data-v-81e18c7c]{align-items:flex-end;display:flex;gap:.75rem;justify-content:space-between}.button-col button[data-v-81e18c7c]{background-color:#71afd4;border:none;color:#fff;cursor:pointer;flex-grow:1;font-size:.9rem;font-weight:500;height:2rem;line-height:2rem;outline:none;padding:0 12px;transition:background-color .2s linear}.button-col button.excel[data-v-81e18c7c]{background-color:#3ba53b}.button-col button.excel[data-v-81e18c7c]:hover{background-color:#383}.button-col button.pdf[data-v-81e18c7c]{background-color:#cc4d5e;margin-right:.5rem}.button-col button.pdf[data-v-81e18c7c]:hover{background-color:#a03b49}.button-col button[data-v-81e18c7c]:hover{background-color:#568dad}.data-selection[data-v-81e18c7c]{background-color:#f3f3f3;border-bottom:1px solid #dedede;border-top-left-radius:10px;border-top-right-radius:10px;padding:1rem}.input-container[data-v-81e18c7c]{border:1px solid #e6e6e6;border-radius:.25rem;font-size:.9rem;line-height:2rem;padding-left:.5rem;z-index:30}.input-container .select-option .icon[data-v-81e18c7c]{color:#71afd4;margin:0 .6rem 0 .5rem}.input-container .select-option.select-all[data-v-81e18c7c]{border-top:1px solid #dedede}.input-container .select-option.deselect-all[data-v-81e18c7c]{border-bottom:1px solid #dedede}.input-container .select-option[data-v-81e18c7c]:hover{background-color:#f3f3f3;cursor:pointer}.input-container .department-option[data-v-81e18c7c]{margin-left:20px}.input-container.selected[data-v-81e18c7c]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#b1b1b1}.input-container.selected .user-count[data-v-81e18c7c]{font-weight:500}.input-container.hoverable[data-v-81e18c7c]:hover{border-color:#b1b1b1;cursor:pointer}.input-container .user-dropdown[data-v-81e18c7c]{background-color:#fff;border:1px solid #b1b1b1;border-top:0;height:20rem;left:-1px;margin-top:-2px;overflow:auto;position:absolute;top:2rem;width:calc(100% + 2px)}.input-container .user-dropdown[data-v-81e18c7c]::-webkit-scrollbar-thumb{background-color:#71afd4;border-radius:4px}.input-container .user-dropdown ul li label[data-v-81e18c7c]{display:block;height:100%;width:100%}.input-container .user-dropdown ul li label[data-v-81e18c7c]:hover{background-color:#f3f3f3;cursor:pointer}.input-container .user-dropdown ul li input[data-v-81e18c7c]{margin:0 .5rem 0 .6rem}.infobullet[data-v-81e18c7c]{color:#000;line-height:unset}#social-float[data-v-81e18c7c]{-webkit-animation:pulse 5s 3;animation:pulse 5s 3;background-color:#464646;border-radius:6px;bottom:2rem;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;left:50%;margin-left:-170px;opacity:.8;padding:.4em 1.5em;position:fixed;text-align:center;width:340px;z-index:5000}#social-float i[data-v-81e18c7c]{font-size:10px;position:absolute;right:6px;top:5px}.edit-circle-period[data-v-81e18c7c]{background-color:transparent;border-radius:18px;display:inline-flex;height:32px;min-width:32px;padding:8px;transition:background-color .5s ease;vertical-align:sub;width:32px}.edit-circle-period[data-v-81e18c7c]:hover{background-color:#f1f1f1;cursor:pointer}.checkbox_container[data-v-81e18c7c]{display:inline-flex}.checkbox_container label[data-v-81e18c7c]{font-style:bold}.checkbox_container b[data-v-81e18c7c]{font-size:.9rem;font-weight:550;margin-right:1rem;padding:1rem 0 .5rem}.checkbox_container ul[data-v-81e18c7c]{display:flex!important;margin-left:.5rem}.checkbox_container ul label[data-v-81e18c7c]{font-size:.9rem;margin:.5rem 1rem .5rem .5rem}
[data-v-224f0028]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-224f0028]{color:red}.columns[data-v-224f0028]{margin:.5rem auto}.columns[data-v-224f0028],.columns .column[data-v-224f0028]{padding:0 1rem}.columns .column .info[data-v-224f0028]{font-size:.8rem}
[data-v-5e3e40c2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-footer[data-v-5e3e40c2]{margin-top:0!important}.columns[data-v-5e3e40c2]{margin:.5rem auto}.columns[data-v-5e3e40c2],.columns .column[data-v-5e3e40c2]{padding:0 1rem}
[data-v-7cb99846]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.batch-action-select-wrap[data-v-7cb99846]{background:#f0f0f0;border-bottom:1px solid #e5e5e5;padding:1.25rem 1rem}.batch-action-select-wrap[data-v-7cb99846] .input-title{padding:0}h4[data-v-7cb99846]{color:#bdbebd;font-size:.75rem;font-weight:500;margin-bottom:.5em}.control .search-input[data-v-7cb99846]{width:100%}.input-container[data-v-7cb99846]{background:#fff;border:1px solid #e6e6e6;border-radius:.25rem;font-size:.9rem;line-height:1.75rem;padding-left:.5rem;position:relative;z-index:30}.input-container .select-option .icon[data-v-7cb99846]{color:#71afd4;margin:0 .6rem 0 .5rem}.input-container .select-option.select-all[data-v-7cb99846]{border-top:1px solid #dedede}.input-container .select-option.deselect-all[data-v-7cb99846]{border-bottom:1px solid #dedede}.input-container .select-option[data-v-7cb99846]:hover{background-color:#f3f3f3;cursor:pointer}.input-container .department-option[data-v-7cb99846]{margin-left:20px}.input-container.selected[data-v-7cb99846]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#b1b1b1}.input-container.selected .user-count[data-v-7cb99846]{font-weight:500}.input-container.hoverable[data-v-7cb99846]:hover{border-color:#b1b1b1;cursor:pointer}.input-container .user-dropdown[data-v-7cb99846]{background-color:#fff;border:1px solid #b1b1b1;border-top:0;height:20rem;left:-1px;overflow:auto;position:absolute;top:100%;width:calc(100% + 2px)}.input-container .user-dropdown[data-v-7cb99846]::-webkit-scrollbar-thumb{background-color:#71afd4;border-radius:4px}.input-container .user-dropdown ul[data-v-7cb99846]{display:block}.input-container .user-dropdown ul li label[data-v-7cb99846]{display:block;height:100%;width:100%}.input-container .user-dropdown ul li label[data-v-7cb99846]:hover{background-color:#f3f3f3;cursor:pointer}.input-container .user-dropdown ul li input[data-v-7cb99846]{margin:0 .5rem 0 .6rem}.modal-table[data-v-7cb99846]{position:relative}.modal-table .thead-container[data-v-7cb99846]{position:-webkit-sticky;position:sticky;top:0}.modal-table .table-container[data-v-7cb99846]{height:400px;overflow:scroll}.table[data-v-7cb99846]{width:100%}.table .checkbox-cell[data-v-7cb99846]{padding-left:1.75rem}.table thead[data-v-7cb99846]{background:#8a8a8a}.table thead th[data-v-7cb99846]{border:none;color:#fff;font-weight:500;line-height:1.25rem;padding-bottom:.75rem;padding-top:.75rem}.table tbody td[data-v-7cb99846],.table thead th[data-v-7cb99846]{font-size:.875rem}.table tbody tr[data-v-7cb99846]{transition:background-color .3s}.table tbody tr[data-v-7cb99846]:hover{background:rgba(0,0,0,.1);cursor:pointer}
[data-v-ceb03c84]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.invoices-content[data-v-ceb03c84]{background:transparent}.invoices-content .invoices-table[data-v-ceb03c84]{border:1px solid #dedede;border-bottom:0}.invoices-content .invoices-table table tbody tr td[data-v-ceb03c84]{line-height:1.6;padding:.5rem 1rem}.edit-circle-period[data-v-ceb03c84]{background-color:transparent;border-radius:18px;display:inline-flex;height:32px;min-width:32px;padding:8px;transition:background-color .5s ease;vertical-align:sub;width:32px}.edit-circle-period[data-v-ceb03c84]:hover{background-color:#f1f1f1;cursor:pointer}
[data-v-b8173b16]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.job-status[data-v-b8173b16]{margin-bottom:1rem}.job-status .progress[data-v-b8173b16]{background-color:#fff;border:none;border-radius:4px;color:#ec008c;height:8px;margin-bottom:.5rem}.job-status .progress[data-v-b8173b16]::-webkit-progress-value{background-color:#ec008c}.job-status .progress[data-v-b8173b16]::-moz-progress-bar{background-color:#ec008c}.job-status p[data-v-b8173b16]{color:#666;font-size:.9rem;margin:0}.data-selection[data-v-b8173b16]{background-color:#f3f3f3;border-bottom:1px solid #dedede;border-top-left-radius:10px;border-top-right-radius:10px;padding:1rem}.button-col[data-v-b8173b16]{align-items:flex-end;display:flex}.button-col button[data-v-b8173b16]{background-color:#71afd4;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2rem;line-height:2rem;outline:none;padding:0 12px;transition:background-color .2s linear}.button-col button[data-v-b8173b16]:hover{background-color:#568dad}.button-col button[data-v-b8173b16]:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}
[data-v-29bd09c5]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-29bd09c5]{margin:.5rem auto}.columns[data-v-29bd09c5],.columns .column[data-v-29bd09c5]{padding:0 1rem}.form-section[data-v-29bd09c5]{margin-bottom:2rem}.form-section[data-v-29bd09c5]:last-child{margin-bottom:0}.columns.salaries .column[data-v-29bd09c5]{padding-left:.25rem;padding-right:.25rem}h6[data-v-29bd09c5]{font-size:.9rem;font-weight:500}.scrollable[data-v-29bd09c5]{flex:1;max-height:calc(100vh - 14rem);overflow-y:scroll;padding:0}.modal-content[data-v-29bd09c5]{overflow:hidden}
[data-v-6fd43a9a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-6fd43a9a]{margin:.5rem auto;padding:1rem 1rem 0}.columns .column[data-v-6fd43a9a]{padding:0 1rem}.form-section[data-v-6fd43a9a]{margin-bottom:2rem}.form-section[data-v-6fd43a9a]:last-child{margin-bottom:0}.scrollable[data-v-6fd43a9a]{flex:1;max-height:calc(100vh - 14rem);overflow-y:scroll;padding:0}h4[data-v-6fd43a9a]{font-size:1rem;font-weight:500}
[data-v-411bc76e]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-411bc76e]{margin:.5rem auto;padding:1rem 1rem 0}.columns .column[data-v-411bc76e]{padding:0 1rem}.scrollable[data-v-411bc76e]{flex:1;max-height:calc(100vh - 14rem);overflow-y:scroll;padding:0}.user-error-table[data-v-411bc76e]{width:100%}.user-error-table td[data-v-411bc76e]{padding:.125rem 0;width:50%}.user-error-table .error-row td[data-v-411bc76e]{padding-top:1rem}.success-list[data-v-411bc76e]{list-style:initial;margin-bottom:1.5rem;padding-left:1rem}
[data-v-668a5d9a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-title[data-v-668a5d9a]{background-color:#f7f7f7;border-bottom:1px solid var(--gray-275);border-top:1px solid var(--gray-275);line-height:1.5rem;margin:0 -1rem;padding:1rem;text-align:center}.trash-wrap[data-v-668a5d9a]{align-items:flex-end;display:flex;justify-content:center;padding:.75rem 0;width:1.75rem}.trash-wrap button[data-v-668a5d9a]{color:var(--color-danger);padding:.5rem}.footer-container[data-v-668a5d9a]{bottom:0;padding-left:2rem;padding-right:2rem;position:fixed;width:100%}.footer-container .level[data-v-668a5d9a]{background-color:#474747;border-bottom:none;border-top:1px solid #828282;color:#fff;font-size:.7rem;margin:0 auto;max-width:1450px;padding:0 1rem}.footer-container .button-cancel[data-v-668a5d9a]{background:var(--gray-450)}.footer-container .button-add[data-v-668a5d9a]{padding:0 .75rem}.button-add[data-v-668a5d9a]:disabled{background-color:#e0c263;pointer-events:none}
[data-v-4643acb6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.selector-view[data-v-4643acb6]{align-items:center;display:flex;gap:.25rem}.icon[data-v-4643acb6]{background:url(/img/icons/select-arrow.svg) no-repeat;background-position:50%;background-size:10px;height:auto;height:1rem;vertical-align:middle;width:1rem}
[data-v-8e6e31d2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.button-disabled[data-v-8e6e31d2]{cursor:not-allowed!important;opacity:.6}.button-disabled[data-v-8e6e31d2],.button-disabled[data-v-8e6e31d2]:hover{background-color:#6c757d!important;border-color:#6c757d!important}
[data-v-0a8320e6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.no-pos-system-overlay[data-v-0a8320e6]{background:hsla(0,0%,100%,.8);height:100%;left:0;padding:10rem 2rem;position:absolute;top:0;width:100%;z-index:2}.no-pos-system-overlay .text-container[data-v-0a8320e6]{margin:auto;max-width:640px;text-align:center}.no-pos-system-overlay .text-container p[data-v-0a8320e6]{margin-bottom:1rem}.no-pos-system-overlay .button-success[data-v-0a8320e6]{border-radius:4px}
[data-v-f7740e70]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.text-box[data-v-f7740e70]{background:var(--gray-100);border:1px dashed var(--gray-300);padding:1rem}.button-copy[data-v-f7740e70]{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;float:right;gap:.125rem;padding:.25rem .5rem}.button-copy[data-v-f7740e70]:hover{background:var(--gray-300)}.button-copy[data-v-f7740e70]:active{background:var(--gray-400)}.button-copy i[data-v-f7740e70]{font-size:1.125rem}.content-to-copy[data-v-f7740e70] :last-child{margin-bottom:0}
[data-v-737b087e]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.email-confirmation[data-v-737b087e]{align-items:center;display:flex;gap:.5rem}.email-confirmation input[type=checkbox][data-v-737b087e]{cursor:pointer}.email-confirmation label[data-v-737b087e]{cursor:pointer;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
[data-v-4efbbdc0]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.locations-wrap .location[data-v-4efbbdc0]{align-items:center;display:flex;margin-bottom:1rem}.locations-wrap .location>*[data-v-4efbbdc0]{width:50%}.locations-wrap .location .name-wrap[data-v-4efbbdc0]{display:flex;flex-direction:column;font-size:.75rem}.locations-wrap .location .pseudo-section[data-v-4efbbdc0]{font-size:.9rem;padding:1rem 0 .5rem}
[data-v-24f4f93a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.loader-wrap[data-v-24f4f93a]{height:100%;left:0;position:absolute;top:0;width:100%}
[data-v-18448ddc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}ul[data-v-18448ddc]{list-style-type:disc;padding-left:1rem}ul li[data-v-18448ddc]{margin-bottom:.5rem}
[data-v-0493cc98]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#turnover-groups-enabled-check[data-v-0493cc98]{margin-right:.5rem}label[for=turnover-groups-enabled-check][data-v-0493cc98]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
[data-v-d46b2f34]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-body[data-v-d46b2f34]{padding:1.5rem}.modal-content.modal-medium .step-footer[data-v-d46b2f34]{display:flex;justify-content:space-between;margin-top:0}.modal-content.modal-medium .step-footer .button-status[data-v-d46b2f34]{float:none}.scrollable[data-v-d46b2f34]{max-height:calc(100vh - 15rem);overflow-y:auto}
[data-v-46650a6a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content .step-footer[data-v-46650a6a]{margin-top:0!important;padding-left:1.5rem!important;padding-right:1.5rem!important}.columns[data-v-46650a6a],.columns .column[data-v-46650a6a]{padding:0 1rem}
[data-v-54b10baf]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.wrapper[data-v-54b10baf]{display:flex;justify-content:space-between}.wrapper .columns[data-v-54b10baf]{flex:1 1}.modal-content .step-footer[data-v-54b10baf]{margin-top:0!important;padding-left:1.5rem!important;padding-right:1.5rem!important}.columns[data-v-54b10baf],.columns .column[data-v-54b10baf]{padding:0 1rem}.info-message[data-v-54b10baf]{background-color:#e3edff;border:1px dashed #bdd7ff;border-radius:6px;color:#3b62a0;margin-top:1rem;padding:.5rem .75rem;width:100%}.input-container[data-v-54b10baf]{height:unset}.input-container .radio-item[data-v-54b10baf]{display:block}
[data-v-55d40ab6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content .step-footer[data-v-55d40ab6]{margin-top:0!important;padding-left:1.5rem!important;padding-right:1.5rem!important}.columns[data-v-55d40ab6],.columns .column[data-v-55d40ab6]{padding:0 1rem}.info-message[data-v-55d40ab6]{background-color:#e3edff;border:1px dashed #bdd7ff;border-radius:6px;color:#3b62a0;margin-top:1rem;padding:.5rem .75rem;width:100%}.input-container[data-v-55d40ab6]{height:unset}.input-container .radio-item[data-v-55d40ab6]{display:block}
[data-v-3eb3d867]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-3eb3d867]{color:red}.columns[data-v-3eb3d867]{margin:.5rem auto}.columns[data-v-3eb3d867],.columns .column[data-v-3eb3d867]{padding:0 1rem}.columns .column .info[data-v-3eb3d867]{font-size:.8rem}.scrollable[data-v-3eb3d867]{flex:1;max-height:calc(100vh - 14rem);overflow-y:scroll;padding:0}
[data-v-8abad27e]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-8abad27e]{color:red}.columns[data-v-8abad27e]{border-bottom:1px solid #efefef;font-size:.9rem;margin:.5rem auto}.columns[data-v-8abad27e],.columns .column[data-v-8abad27e]{padding:0 1rem}.columns .column .info[data-v-8abad27e]{font-size:.8rem}
[data-v-2b8a1ed4]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-2b8a1ed4]{margin:.5rem auto;padding:1rem 1rem 0}.columns .column[data-v-2b8a1ed4]{padding:0 1rem}.form-section[data-v-2b8a1ed4]{margin-bottom:1rem}.form-section[data-v-2b8a1ed4]:last-child{margin-bottom:0}.scrollable[data-v-2b8a1ed4]{flex:1;max-height:calc(100vh - 14rem);overflow-y:scroll;padding:0}.clear-signature[data-v-2b8a1ed4]{background-color:#f1f1f1;border-radius:16px;cursor:pointer;left:auto;position:absolute;right:.8rem;top:.5rem}.clear-signature[data-v-2b8a1ed4]:hover{background-color:#e6e6e6}.clear-signature[data-v-2b8a1ed4]:after,.clear-signature[data-v-2b8a1ed4]:before{background-color:#c7c7c7}.sign-container[data-v-2b8a1ed4]{border:1px solid #e6e6e6;cursor:crosshair;flex-grow:1;height:150px;position:relative;width:100%}.sign-container .status[data-v-2b8a1ed4]{right:0;top:0;width:.3rem;z-index:200}.disable-signature[data-v-2b8a1ed4],.sign-container .status[data-v-2b8a1ed4]{height:calc(100% + 2px);margin:-1px;position:absolute}.disable-signature[data-v-2b8a1ed4]{background-color:#d2d2d2;border:1px solid #afafaf;border-radius:.25rem;opacity:.5;width:calc(100% + 2px);z-index:100}.sign-title[data-v-2b8a1ed4]{font-size:.9rem;font-weight:550}
[data-v-1421ba42]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-1421ba42]{color:red}.columns[data-v-1421ba42]{margin:.5rem auto}.columns[data-v-1421ba42],.columns .column[data-v-1421ba42]{padding:0 1rem}.columns .column .info[data-v-1421ba42]{font-size:.8rem}
[data-v-cccd8b00]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}img[data-v-cccd8b00]{height:.65em;margin-left:.125em;width:auto}
[data-v-1ed1a3a6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-title[data-v-1ed1a3a6]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.download-icon[data-v-1ed1a3a6]{cursor:pointer;font-size:.85rem;margin-left:.25rem;transition:color .2s}.download-icon[data-v-1ed1a3a6]:hover{color:#000}.shown-value[data-v-1ed1a3a6]{font-size:.9rem;line-height:2rem}img[data-v-1ed1a3a6]{max-height:50px}
[data-v-3fbcb423]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.header[data-v-3fbcb423]{font-weight:500;padding-top:.5rem;text-align:center}.inline-input-container[data-v-3fbcb423]{align-items:center;display:flex;flex-wrap:nowrap;font-size:.9rem;font-weight:550;gap:.5rem}.inline-input-container span[data-v-3fbcb423]{flex:1 0 auto}.modal-content[data-v-3fbcb423]{display:flex;flex-direction:column}.modal-content .addlocation-scroll[data-v-3fbcb423]{overflow-y:scroll;padding-bottom:2rem}.salaries[data-v-3fbcb423]{background-color:#efeeef;border:1px solid #dadada;border-radius:.25rem;margin:0!important;padding:0 .5rem 1rem!important}.input-title-salaries[data-v-3fbcb423]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.seperate-line[data-v-3fbcb423]{border-top:1px dashed #dedede;height:1px;margin:2rem 1.5rem 1rem;width:calc(100% - 3rem)}.custom-bar[data-v-3fbcb423]{margin-right:.5rem;position:relative}.overlay-input[data-v-3fbcb423]{bottom:0;position:absolute;right:0;width:auto}.not-font-weight[data-v-3fbcb423]{font-style:italic;font-weight:300}h1[data-v-3fbcb423]{color:red}.input-section-container[data-v-3fbcb423]{margin:.5rem auto;padding:0 1.5rem}.input-section-container .input-container[data-v-3fbcb423]{height:auto}.input-section-container .section-title[data-v-3fbcb423]{font-weight:500}.columns[data-v-3fbcb423]{margin:.5rem auto;padding:0 1rem}.columns.location-button[data-v-3fbcb423]{margin:0;padding:0}.columns .location[data-v-3fbcb423]{margin-top:1rem;padding:0}.columns .location.add-location[data-v-3fbcb423]{background-color:#f3f3f3;border:1px dashed #dedede;border-radius:5px;cursor:pointer;font-size:.9rem;padding:1rem;text-align:center;transition:all .4s ease}.columns .location.add-location[data-v-3fbcb423]:hover{background-color:#ecf9ea}.columns .location.add-location img[data-v-3fbcb423]{margin-top:6px;width:48px}.columns .location .location-title[data-v-3fbcb423]{background-color:#abb9c3;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:.9rem;font-weight:500;line-height:2rem;padding:.5rem 1rem}.columns .location .location-content[data-v-3fbcb423]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;padding:1rem}.columns .location .location-content .property-title[data-v-3fbcb423]{font-weight:500}.columns .column[data-v-3fbcb423]{padding:0 1rem}.columns .column .info[data-v-3fbcb423]{font-size:.8rem}h6.input-title[data-v-3fbcb423]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}
[data-v-8c8287ac]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.AreYouSureButton[data-v-8c8287ac]{background-color:#ce4747!important;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2.5rem;line-height:2.5rem;outline:none;padding:0 12px;position:relative;transition:background-color .2s linear}.AreYouSureButton[data-v-8c8287ac]:hover{background-color:#a93333!important}.columns[data-v-8c8287ac]{margin:.5rem auto;padding:0 1rem}.columns .column[data-v-8c8287ac]{font-size:.9rem;padding:1.5rem 1rem}.columns .column .info[data-v-8c8287ac]{font-size:.8rem}
[data-v-40e3b004]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-fade-enter-active[data-v-40e3b004],.modal-fade-leave-active[data-v-40e3b004]{transition:opacity .4s}.modal-fade-enter[data-v-40e3b004],.modal-fade-leave-to[data-v-40e3b004]{opacity:0}.modal-slide-enter-active[data-v-40e3b004],.modal-slide-leave-active[data-v-40e3b004]{transition:opacity .4s,transform .4s}.modal-slide-enter[data-v-40e3b004],.modal-slide-leave-to[data-v-40e3b004]{opacity:0;transform:translateY(-20px)}.modal-body[data-v-40e3b004]{font-size:.9rem;padding:1.5rem}.mt-4[data-v-40e3b004]{margin-top:1rem}.field[data-v-40e3b004]{margin-bottom:1rem}.input-title[data-v-40e3b004],.label[data-v-40e3b004]{font-weight:500;margin-bottom:.5rem}.input-title[data-v-40e3b004]{font-size:.9rem}.radio-option[data-v-40e3b004]{align-items:center;cursor:pointer;display:flex;gap:.5rem;margin-bottom:.5rem}.confirm-step[data-v-40e3b004]{padding:2rem 1.5rem;text-align:center}.warning-icon[data-v-40e3b004]{color:#f5a623;font-size:3rem;margin-bottom:1rem}.confirm-title[data-v-40e3b004]{font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.confirm-text[data-v-40e3b004]{color:#4a4a4a;font-size:.9rem;line-height:1.6}.MoveLocationButton[data-v-40e3b004]{background-color:#ec008c!important;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2.5rem;line-height:2.5rem;outline:none;padding:0 12px;position:relative;transition:background-color .2s linear}.MoveLocationButton[data-v-40e3b004]:hover{opacity:.85}.MoveLocationButton[disabled][data-v-40e3b004]{cursor:not-allowed;opacity:.5}
[data-v-182cc2c8]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.location-title[data-v-182cc2c8]{align-items:center;display:flex;justify-content:space-between}.location-title .switch[type=checkbox]+label[data-v-182cc2c8]{padding-left:3rem}.location-title__options[data-v-182cc2c8]{align-items:center;display:flex;gap:1rem}.location-title__options .item[data-v-182cc2c8]{align-items:center;background-color:transparent;display:flex;height:22px;justify-content:center;position:relative;width:22px;z-index:0}.location-title__options .item[data-v-182cc2c8]:after{background-color:transparent;border-radius:50%;bottom:-6px;content:"";left:-6px;position:absolute;right:-6px;top:-6px;transition:background-color .5s ease;z-index:-1}.location-title__options .item.white-delete[data-v-182cc2c8]:hover{cursor:pointer}.location-title__options .item.white-delete[data-v-182cc2c8]:hover:after{background-color:#5d5d5d}.switch~label[data-v-182cc2c8]{display:inline;padding-top:unset}.switch.is-loading+label[data-v-182cc2c8]:after{-webkit-animation:spinner-182cc2c8 .6s linear infinite,fadeOut-182cc2c8 .5s .5s forwards;animation:spinner-182cc2c8 .6s linear infinite,fadeOut-182cc2c8 .5s .5s forwards;background-color:#fff;border:2px solid;border-color:#fff #fff transparent;box-sizing:border-box;content:"";left:1rem}@-webkit-keyframes spinner-182cc2c8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner-182cc2c8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes fadeOut-182cc2c8{0%{background-color:#fff}to{background-color:transparent}}@keyframes fadeOut-182cc2c8{0%{background-color:#fff}to{background-color:transparent}}.display-none[data-v-182cc2c8]{display:none}.columns[data-v-182cc2c8]{margin:0}.font-weight[data-v-182cc2c8]{font-weight:500}.delete-item[data-v-182cc2c8]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:.3rem;top:50%;transition:background-color .5s ease;width:36px}.delete-item.toggle-item[data-v-182cc2c8]{top:150%!important}.delete-item.white-delete[data-v-182cc2c8]{right:1.3rem}.delete-item.white-delete[data-v-182cc2c8]:hover{background-color:#5d5d5d;cursor:pointer}.delete-item[data-v-182cc2c8]:hover{background-color:#efefef;cursor:pointer}.delete-item img[data-v-182cc2c8]{height:20px}.location[data-v-182cc2c8]{margin-top:1rem;padding:0}.location .location-content[data-v-182cc2c8]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:1rem}.location .location-content .property-title[data-v-182cc2c8]{font-weight:500}
[data-v-8211a4b6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-8211a4b6]{margin:.5rem auto;padding:1rem 1rem 0}.columns .column[data-v-8211a4b6]{padding:0 1rem}.input-columns[data-v-8211a4b6]{margin:.5rem -.5rem;padding:0}.form-section[data-v-8211a4b6]{margin-bottom:1rem}.form-section[data-v-8211a4b6]:last-child{margin-bottom:0}.scrollable[data-v-8211a4b6]{flex:1;max-height:calc(100vh - 14rem);overflow-y:scroll;padding:0}
[data-v-43ff4db6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-43ff4db6]{margin:.5rem auto;padding:1rem 1rem 0}.columns .column[data-v-43ff4db6]{padding:0 1rem}.form-section[data-v-43ff4db6]{margin-bottom:1rem}.form-section[data-v-43ff4db6]:last-child{margin-bottom:0}.scrollable[data-v-43ff4db6]{flex:1;max-height:calc(100vh - 14rem);overflow-y:scroll;padding:0}.confirmread[data-v-43ff4db6]{background-color:#f3f3f3;border:1px solid #e6e6e6;border-radius:.25rem;display:block;font-size:.8rem;line-height:2rem;padding-left:10px;padding-right:10px;position:relative}.confirmread .status[data-v-43ff4db6]{background-color:#e0c263;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:100%;position:absolute;right:0;top:0;width:.3rem}.confirmread .status.active[data-v-43ff4db6]{background-color:#8abd81}
[data-v-753decdc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-753decdc]{margin:.5rem auto;padding:1rem 1rem 0}.columns .column[data-v-753decdc]{padding:0 1rem}.form-section[data-v-753decdc]{margin-bottom:1rem}.form-section[data-v-753decdc]:last-child{margin-bottom:0}.scrollable[data-v-753decdc]{flex:1;max-height:calc(100vh - 14rem);overflow-y:scroll;padding:0}
[data-v-0220b4f6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-0220b4f6]{color:red}.columns[data-v-0220b4f6]{margin:.5rem auto}.columns[data-v-0220b4f6],.columns .column[data-v-0220b4f6]{padding:0 1rem}.columns .column .info[data-v-0220b4f6]{font-size:.8rem}.margin-left[data-v-0220b4f6]{margin-left:10px!important}
[data-v-271f0100]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns.salaries[data-v-271f0100]{margin-left:-.25rem;margin-right:-.25rem}.columns.salaries .column[data-v-271f0100]{padding-left:.25rem;padding-right:.25rem}.cao-values h3[data-v-271f0100]{font-weight:500}h6[data-v-271f0100]{font-size:.9rem;font-weight:550}
[data-v-f6fc3b68]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}[data-v-f6fc3b68] .infobullet .bullet-content{font-size:1rem}
[data-v-68e6211e]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.small-desc[data-v-68e6211e]{font-size:.9rem}[data-v-68e6211e] .infobullet .bullet-content{font-size:1rem}
[data-v-93857d46]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}[data-v-93857d46] .infobullet .bullet-content{font-size:1rem}.title-desc[data-v-93857d46]{font-size:.9rem;font-weight:500;margin-bottom:2rem;margin-top:-.75rem}.clear-signature[data-v-93857d46]{background-color:#f1f1f1;border-radius:16px;cursor:pointer;left:auto;position:absolute;right:.8rem;top:.5rem}.clear-signature[data-v-93857d46]:hover{background-color:#e6e6e6}.clear-signature[data-v-93857d46]:after,.clear-signature[data-v-93857d46]:before{background-color:#c7c7c7}.sign-container[data-v-93857d46]{border:1px solid #e6e6e6;cursor:crosshair;flex-grow:1;height:150px;position:relative;width:100%}.sign-container .status[data-v-93857d46]{right:0;top:0;width:.3rem;z-index:200}.disable-signature[data-v-93857d46],.sign-container .status[data-v-93857d46]{height:calc(100% + 2px);margin:-1px;position:absolute}.disable-signature[data-v-93857d46]{background-color:#d2d2d2;border:1px solid #afafaf;border-radius:.25rem;opacity:.5;width:calc(100% + 2px);z-index:100}.sign-title[data-v-93857d46]{font-size:.9rem;font-weight:550}.save-signature-button-wrap[data-v-93857d46]{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-end}.button-status.active[data-v-93857d46]{background-color:#8abd81}.button-status[data-v-93857d46]:disabled{background-color:#e6e6e6;cursor:not-allowed}.button-status[data-v-93857d46]:disabled:hover{background-color:#c5c5c5}.button-status[data-v-93857d46]:hover{background-color:#71a768}
[data-v-daf6bb74]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.title-desc[data-v-daf6bb74]{font-size:.9rem;margin-bottom:2rem;margin-top:-.75rem}.title-desc[data-v-daf6bb74],h3[data-v-daf6bb74]{font-weight:500}h3[data-v-daf6bb74]{margin-bottom:1rem}
[data-v-3ee3b050]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.table[data-v-3ee3b050]{font-size:.875rem;margin-bottom:0;overflow:scroll;width:100%}.table th[data-v-3ee3b050]{font-weight:500}.table tr[data-v-3ee3b050]:nth-child(2n){background:#f0f0f0}.table td:has(.correction) .line[data-v-3ee3b050]{text-decoration:line-through}.table li:has(.correction) .line[data-v-3ee3b050]{text-decoration:line-through}.table .infobullet[data-v-3ee3b050]{margin-left:0}.table .custom-padding[data-v-3ee3b050]{padding-bottom:.5rem!important;padding-top:.2rem!important}
[data-v-3e207906]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.no-surcharges[data-v-3e207906]{color:#c2c2c2;font-size:.9rem;margin:2rem 0;text-align:center;width:100%}.modal-content[data-v-3e207906]{position:static}.content[data-v-3e207906]{padding:0 1.5rem}.add-regulation[data-v-3e207906]{height:2rem;line-height:1rem;margin:.5rem 0 0!important;padding:.5rem}.table[data-v-3e207906]{margin:.5rem 0}.table thead[data-v-3e207906]{background-color:transparent}.table th[data-v-3e207906]{border-width:0 0 2px;border-bottom:2px solid #e6e6e6;color:#363636}.table td[data-v-3e207906],.table th[data-v-3e207906]{font-size:.8rem;padding:8px}.table td[data-v-3e207906]{line-height:normal!important;vertical-align:middle}.table td a[data-v-3e207906]{color:#363636}.table td .days-list[data-v-3e207906]{display:flex;gap:.5rem;justify-content:flex-start;width:100%}.table td .days-list .day[data-v-3e207906]{align-items:center;border:1px solid #e6e6e6;border-radius:100%;display:flex;font-size:.7rem;height:1rem;justify-content:center;padding:.7rem;width:1rem}.table td .days-list .day.selected[data-v-3e207906]{border-color:var(--color-primary)}.table tr.disabled[data-v-3e207906]{background:#ddd;opacity:.5}.tab-header[data-v-3e207906]{margin-top:.5rem;padding:0 1.5rem}.tab-header .tab-buttons[data-v-3e207906]{display:flex;justify-content:space-between}.tab-header .tab-buttons .selected[data-v-3e207906]{color:#4a4a4a!important}.tab-header .tab-buttons .tab-selector[data-v-3e207906]{background-color:transparent;border:none;border-radius:0;color:#c2c2c2;cursor:pointer;font-size:.9rem;font-weight:550;outline:none;padding:.75rem;transition:all .4s ease;width:100%}.tab-header .tab-buttons .tab-selector[data-v-3e207906]:hover{background-color:#f2f2f2}.tab-header .tab-selector-line[data-v-3e207906]{background-color:#dbdbdb;height:1.5px;position:relative;width:100%}.tab-header .tab-selector-line .right[data-v-3e207906]{left:50%!important}.tab-header .tab-selector-line .tab-selector-current-line[data-v-3e207906]{background-color:#ec008c;height:100%;left:0;position:absolute;top:0;transition:all .3s ease;width:50%;z-index:99}.table td.min-height[data-v-3e207906]{line-height:3rem!important}
fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:35px;position:absolute;right:1px;top:1px;width:48px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;color:#35495e;display:block;min-height:40px;position:relative;text-align:left;width:100%}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;opacity:.6;pointer-events:none}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:#fff;border:none;border-radius:5px;box-sizing:border-box;display:inline-block;line-height:20px;margin-bottom:8px;min-height:20px;padding:0 0 0 5px;position:relative;transition:border .1s ease;vertical-align:top;width:100%}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{margin-bottom:8px;padding-left:5px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:5px;display:block;font-size:14px;min-height:40px;padding:8px 40px 0 8px}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"\D7";font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;line-height:16px;margin:0;text-decoration:none}.multiselect__select{height:38px;padding:4px 8px;position:absolute;right:1px;text-align:center;top:1px;transition:transform .2s ease;width:40px}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:block;max-height:240px;overflow:auto;position:absolute;width:100%;z-index:50}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #e8e8e8;border-top-left-radius:5px;border-top-right-radius:5px;bottom:100%}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{font-size:13px;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{background:#41b883;color:#fff;outline:none}.multiselect__option--highlight:after{background:#41b883;color:#fff;content:attr(data-select)}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{color:silver;content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@-webkit-keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}
[data-v-09722304]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.center[data-v-09722304]{align-items:center;color:#000;display:flex;flex-direction:column;height:100vh;justify-content:center}.center .add-icon[data-v-09722304]{border-radius:50%;height:120px;margin-bottom:2rem;padding:1.5rem;width:120px}.center .container[data-v-09722304]{background-color:#fff;border-radius:10px;min-width:500px;padding:1.5rem}.center .container input[type=radio][data-v-09722304]{accent-color:#ec008c}.center .container h1[data-v-09722304]{margin-bottom:1rem}.center .container legend[data-v-09722304]{font-weight:400}.center .container .container-footer[data-v-09722304]{display:flex;justify-content:flex-end;margin-top:1rem}.center .container .container-footer .opslaan.active[data-v-09722304]{background-color:#e0c263;cursor:not-allowed}.center .success[data-v-09722304]{background-color:#8abd81;box-shadow:0 2px 5px rgba(137,188,128,.8),0 0 0 9px rgba(137,188,128,.5)}.center .error[data-v-09722304]{background-color:#ce4747;box-shadow:0 2px 5px rgba(206,70,70,.8),0 0 0 9px rgba(206,70,70,.5)}.center a[data-v-09722304]{color:#ec008c;text-decoration:underline}.center h1[data-v-09722304]{font-size:1.5rem;font-weight:500}
[data-v-4c8440fc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-title[data-v-4c8440fc]{color:#4a4a4a!important;pointer-events:none!important}.work-icons[data-v-4c8440fc]{border:1px solid #e6e6e6;border-radius:.25rem;float:left;height:2rem}.work-icons li[data-v-4c8440fc]{border-right:1px solid #e6e6e6;cursor:pointer;display:block;float:left;height:100%;position:relative}.work-icons li:hover .tooltip[data-v-4c8440fc]{-webkit-animation:fadein .3s;animation:fadein .3s;-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}.work-icons li.is-active[data-v-4c8440fc],.work-icons li[data-v-4c8440fc]:hover{background-color:#fff3fb}.work-icons li[data-v-4c8440fc]:last-child{border-color:transparent}.work-icons li img[data-v-4c8440fc]{display:block;height:1rem;margin:.5rem .75rem;width:20px}.select-item[data-v-4c8440fc]{display:block;height:3rem;line-height:3rem;padding:0 1rem;text-align:right;transition:all .1s linear;white-space:nowrap}.select-item[data-v-4c8440fc]:not(:first-child){border-top:1px solid #ec008c}.select-item[data-v-4c8440fc]:hover{background-color:#376482;cursor:pointer}.font-bold[data-v-4c8440fc]{font-weight:500}.warning[data-v-4c8440fc]{background-color:#ffeded;border:1px dashed #f3c2c2;color:#c57c7c;margin-top:.5rem;padding:1rem}h1[data-v-4c8440fc]{color:red}.modal-content[data-v-4c8440fc]{display:flex;flex-direction:column}.columns[data-v-4c8440fc]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-4c8440fc]{margin:0;overflow-y:scroll;padding:0}.columns .column[data-v-4c8440fc]{padding:0 1rem}.columns .column .info[data-v-4c8440fc]{font-size:.8rem}.mb-05[data-v-4c8440fc]{margin-bottom:.5rem}.mb-1[data-v-4c8440fc]{margin-bottom:1rem}
[data-v-6df96856]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-container[data-v-6df96856]{border:1px solid #e6e6e6;border-radius:.25rem;font-size:.9rem;line-height:2rem;padding-left:.5rem;z-index:30}.input-container .select-option .icon[data-v-6df96856]{color:#71afd4;margin:0 .6rem 0 .5rem}.input-container .select-option.select-all[data-v-6df96856]{border-top:1px solid #dedede}.input-container .select-option.deselect-all[data-v-6df96856]{border-bottom:1px solid #dedede}.input-container .select-option[data-v-6df96856]:hover{background-color:#f3f3f3;cursor:pointer}.input-container .department-option[data-v-6df96856]{margin-left:20px}.input-container.selected[data-v-6df96856]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#b1b1b1}.input-container.selected .user-count[data-v-6df96856]{font-weight:500}.input-container.hoverable[data-v-6df96856]:hover{border-color:#b1b1b1;cursor:pointer}.input-container .user-dropdown[data-v-6df96856]{background-color:#fff;border:1px solid #b1b1b1;border-top:0;height:20rem;left:-1px;margin-top:-2px;overflow:auto;position:absolute;top:2rem;width:calc(100% + 2px)}.input-container .user-dropdown[data-v-6df96856]::-webkit-scrollbar-thumb{background-color:#71afd4;border-radius:4px}.input-container .user-dropdown ul li label[data-v-6df96856]{display:block;height:100%;margin:0;width:100%}.input-container .user-dropdown ul li label[data-v-6df96856]:hover{background-color:#f3f3f3;cursor:pointer}.input-container .user-dropdown ul li input[data-v-6df96856]{margin:0 .5rem 0 .6rem}
[data-v-2960af14]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content[data-v-2960af14]{display:flex;flex-direction:column}.flex-container[data-v-2960af14]{overflow-y:auto;padding-bottom:1.5rem}.columns[data-v-2960af14]{margin:.5rem auto}.columns[data-v-2960af14],.columns .column[data-v-2960af14]{padding:0 1rem}.columns .column .info[data-v-2960af14]{font-size:.8rem}.positioned[data-v-2960af14]{background:#e0e0e0;border:1px solid #d8d8d8;border-radius:4px;font-size:.9rem;padding-top:37px;position:relative}.flex-col[data-v-2960af14]{flex-direction:column;padding:0 1.5rem}.flex-col span[data-v-2960af14]{font-size:.9rem;font-weight:500;padding:.75rem 0;width:100%}.warning[data-v-2960af14]{background-color:#fffae1;border:1px dashed #e0c262;font-size:.9rem;margin-top:1.5rem;padding:1rem}.warning.error[data-v-2960af14]{background-color:#ffeded;border:1px dashed #f3c2c2}.warning label[data-v-2960af14]{cursor:pointer}.warning label input[data-v-2960af14]{margin-right:.3rem}.warning .bold[data-v-2960af14]{color:#bd9c33;display:block;font-weight:500;margin:.7rem 0}.limit-height[data-v-2960af14]{border-radius:4px;height:209px;overflow-y:auto}.limit-height .week-table[data-v-2960af14]{border-spacing:0;width:100%}.limit-height .week-table td+td[data-v-2960af14]{border-left:1px solid #efefef}.limit-height .week-table td[data-v-2960af14],.limit-height .week-table th[data-v-2960af14]{background:#fff;border-bottom:1px solid #efefef;color:#4a4a4a;padding:10px 1rem}.limit-height .week-table td input[data-v-2960af14],.limit-height .week-table th input[data-v-2960af14]{margin-right:.5rem}.limit-height .week-table th[data-v-2960af14]{border:none;color:transparent;height:0;line-height:0;padding-bottom:0;padding-top:0;white-space:nowrap}.limit-height .week-table th div[data-v-2960af14]{background:transparent;color:#4a4a4a;font-weight:500;line-height:normal;margin-left:-25px;padding:9px 25px;position:absolute;top:0}.limit-height .week-table th:first-child div[data-v-2960af14]{border:none}.limit-height .week-table tr:hover td[data-v-2960af14]{background-color:#dce9ff;cursor:pointer}.limit-height .week-table tr.selected td[data-v-2960af14]{background-color:#edf4ff}.limit-height .week-table tr:last-child td[data-v-2960af14]{border-bottom:none}.limit-height .week-table tr.disabled td[data-v-2960af14]{background-color:#f3f3f3;color:#cacaca;pointer-events:none}.input-title[data-v-2960af14]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.conflicts-info[data-v-2960af14]{padding-top:1rem}.conflicts-info p[data-v-2960af14]{font-size:.9rem;margin-bottom:.875rem}.conflicts-info ul[data-v-2960af14]{font-size:.9rem;list-style-type:"-"}.conflicts-info ul li[data-v-2960af14]{padding-left:.5rem}
[data-v-f47cfa4c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content[data-v-f47cfa4c]{display:flex;flex-direction:column}.flex-container[data-v-f47cfa4c]{overflow-y:auto;padding-bottom:1.5rem}.columns[data-v-f47cfa4c]{margin:.5rem auto}.columns[data-v-f47cfa4c],.columns .column[data-v-f47cfa4c]{padding:0 1rem}.columns .column .info[data-v-f47cfa4c]{font-size:.8rem}.positioned[data-v-f47cfa4c]{background:#e0e0e0;border:1px solid #d8d8d8;border-radius:4px;font-size:.9rem;padding-top:37px;position:relative}.flex-col[data-v-f47cfa4c]{flex-direction:column;padding:0 1.5rem}.flex-col span[data-v-f47cfa4c]{font-size:.9rem;font-weight:500;padding:.75rem 0;width:100%}.warning[data-v-f47cfa4c]{background-color:#fffae1;border:1px dashed #e0c262;font-size:.9rem;margin-top:1.5rem;padding:1rem}.warning.error[data-v-f47cfa4c]{background-color:#ffeded;border:1px dashed #f3c2c2}.warning label[data-v-f47cfa4c]{cursor:pointer}.warning label input[data-v-f47cfa4c]{margin-right:.3rem}.warning .bold[data-v-f47cfa4c]{color:#bd9c33;display:block;font-weight:500;margin:.7rem 0}.limit-height[data-v-f47cfa4c]{border-radius:4px;height:209px;overflow-y:auto}.limit-height .day-table[data-v-f47cfa4c]{border-spacing:0;width:100%}.limit-height .day-table td+td[data-v-f47cfa4c]{border-left:1px solid #efefef}.limit-height .day-table td[data-v-f47cfa4c],.limit-height .day-table th[data-v-f47cfa4c]{background:#fff;border-bottom:1px solid #efefef;color:#4a4a4a;padding:10px 1rem}.limit-height .day-table td input[data-v-f47cfa4c],.limit-height .day-table th input[data-v-f47cfa4c]{margin-right:.5rem}.limit-height .day-table th[data-v-f47cfa4c]{border:none;color:transparent;height:0;line-height:0;padding-bottom:0;padding-top:0;white-space:nowrap}.limit-height .day-table th div[data-v-f47cfa4c]{background:transparent;color:#4a4a4a;font-weight:500;line-height:normal;margin-left:-25px;padding:9px 25px;position:absolute;top:0}.limit-height .day-table th:first-child div[data-v-f47cfa4c]{border:none}.limit-height .day-table tr td[data-v-f47cfa4c]:first-child{background:#e0e0e0;font-weight:500}.limit-height .day-table tr td[data-v-f47cfa4c]:first-child:hover{pointer-events:none}.limit-height .day-table tr td[data-v-f47cfa4c]:hover{background-color:#dce9ff;cursor:pointer}.limit-height .day-table tr td.selected[data-v-f47cfa4c]{background-color:#edf4ff}.limit-height .day-table tr td.disabled[data-v-f47cfa4c]{background-color:#f3f3f3;color:#cacaca;pointer-events:none}.limit-height .day-table tr:last-child td[data-v-f47cfa4c]{border-bottom:none}.input-title[data-v-f47cfa4c]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.conflicts-info[data-v-f47cfa4c]{padding-top:1rem}.conflicts-info p[data-v-f47cfa4c]{font-size:.9rem;margin-bottom:.875rem}.conflicts-info ul[data-v-f47cfa4c]{font-size:.9rem;list-style-type:"-"}.conflicts-info ul li[data-v-f47cfa4c]{padding-left:.5rem}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.auto-margins .vue-star-rating{margin:0 auto}.auto-margins .vue-star-rating .vue-star-rating-star{display:block!important}
[data-v-3f093d83]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.leave-icon[data-v-3f093d83]{color:#8c8c8c}.employee-costs[data-v-3f093d83]{text-align:left!important}.highlighted[data-v-3f093d83]{color:#ec008c;font-style:italic;font-weight:500}.button-status.active[data-v-3f093d83]{background-color:#8abd81;cursor:pointer}.button-status.active[data-v-3f093d83]:hover{background-color:#6e9e65}.dummy-container[data-v-3f093d83]{padding:0 .5rem!important}.vue-star-rating[data-v-3f093d83]{padding-top:15px}.user-availability[data-v-3f093d83]{cursor:default;font-weight:500}.user-availability .available[data-v-3f093d83]{color:#7fb576}.user-availability .partly-available[data-v-3f093d83]{color:#aac022}.user-availability .unknown[data-v-3f093d83]{color:#dcba58}.user-availability .partly-unavailable[data-v-3f093d83]{color:#dd8a34}.user-availability .unavailable[data-v-3f093d83]{color:#d05f5f}.margin-left[data-v-3f093d83]{margin-left:1rem}.input-title[data-v-3f093d83]{color:#4a4a4a!important;pointer-events:none!important}.modal-content[data-v-3f093d83]{align-items:stretch;display:flex;flex-direction:column}.table-container[data-v-3f093d83]{overflow-y:scroll}.tablehead tr[data-v-3f093d83]{background-color:#ec008c;color:#fff;font-size:.8rem!important;font-weight:500!important;line-height:1.2rem}.tablehead tr td[data-v-3f093d83]{padding:.5rem 1rem;vertical-align:middle}.tablehead tr td[data-v-3f093d83]:not(:first-child){text-align:center}.add-icon[data-v-3f093d83]{background-color:#f3f3f3;cursor:pointer;display:flex;float:center;height:100%;justify-content:center;margin:auto;padding:14px;position:absolute;right:0;transition:all .2s linear;width:48px}.add-icon[data-v-3f093d83]:hover{background-color:#e2e2e2}.warning-icon[data-v-3f093d83]{display:inline-block;margin-left:10px;width:16px}.hours__perWeek[data-v-3f093d83]{color:#dd8a34}.planboard-table[data-v-3f093d83]{font-size:.9rem}.planboard-table tr td[data-v-3f093d83]{line-height:3rem;padding:0 1rem;position:relative}.planboard-table tr td[data-v-3f093d83]:not(:first-child){text-align:center}.planboard-table tr td[data-v-3f093d83]:first-child{padding-left:3rem}.work-icons[data-v-3f093d83]{border:1px solid #e6e6e6;border-radius:.25rem;float:left;height:2rem}.work-icons li[data-v-3f093d83]{border-right:1px solid #e6e6e6;cursor:pointer;display:block;float:left;height:100%}.work-icons li.is-active[data-v-3f093d83],.work-icons li[data-v-3f093d83]:hover{background-color:#fff3fb}.work-icons li[data-v-3f093d83]:last-child{border-color:transparent}.work-icons li img[data-v-3f093d83]{display:block;height:1rem;margin:.5rem .75rem;width:20px}.select-item[data-v-3f093d83]{display:block;height:3rem;line-height:3rem;padding:0 1rem;text-align:right;transition:all .1s linear;white-space:nowrap}.select-item[data-v-3f093d83]:not(:first-child){border-top:1px solid #ec008c}.select-item[data-v-3f093d83]:hover{background-color:#376482;cursor:pointer}h1[data-v-3f093d83]{color:red}.columns[data-v-3f093d83]{font-size:.9rem;padding:0}.columns .column[data-v-3f093d83]{padding:0 1rem}.columns .column.placement-details[data-v-3f093d83]{padding:.3rem 1.3rem!important}.columns .column.placement-details .font-bold[data-v-3f093d83]{color:#bdbebd;font-size:.7rem;font-weight:500;text-transform:uppercase}.columns .column.work-details[data-v-3f093d83]{padding:0 1.3rem 0 .8rem!important}.columns .column .info[data-v-3f093d83]{font-size:.8rem}.work-icon[data-v-3f093d83]{display:flex;float:center;height:18px;height:3rem;justify-content:center;line-height:3rem;margin:auto;width:18px}.work-icon.placement[data-v-3f093d83]{margin-right:.5rem}.vl[data-v-3f093d83]{border-left:1px solid #dadada;float:left;height:3rem}.location-tabs[data-v-3f093d83]{background-color:#f1f1f1}.location-tabs li[data-v-3f093d83]{background-color:#d40a89;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;float:left;font-size:.7rem;font-weight:500;margin-left:10px;padding:8px 8px 5px;text-transform:uppercase}.location-tabs li[data-v-3f093d83]:hover{cursor:pointer}.location-tabs li.active[data-v-3f093d83],.location-tabs li[data-v-3f093d83]:hover{background-color:#ec008c}.step-undertitle[data-v-3f093d83]{background-color:#f1f1f1;line-height:1.2rem!important;margin:0;padding:1rem;text-align:left}.mr-einstein[data-v-3f093d83]{background-image:url(/img/mr-icon-small.png);background-position:1rem 50%;background-repeat:no-repeat;background-size:18px;padding-left:3rem}.payslip-user[data-v-3f093d83]{font-size:14px;margin-left:-31px;margin-right:14px}.fa-exclamation-triangle[data-v-3f093d83]{color:silver}.exclamation-triangle[data-v-3f093d83]{margin-left:8px}.no-break[data-v-3f093d83]{white-space:nowrap}.color-danger[data-v-3f093d83]{color:var(--color-danger)}.overflow-centered[data-v-3f093d83]{margin-left:-50%;overflow:visible;width:28px}
[data-v-1e5167c0]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.is-active[data-v-1e5167c0]{overflow:auto;position:fixed}.input-title[data-v-1e5167c0]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.select-options[data-v-1e5167c0]{display:flex;font-size:.8rem;height:.25rem;justify-content:flex-end;transform:translateY(-6px)}.select-options span[data-v-1e5167c0]{color:#ec008c;cursor:pointer}.button[data-v-1e5167c0]:active,.button[data-v-1e5167c0]:focus{color:#fff}.step-footer[data-v-1e5167c0]{display:flex;float:left;justify-content:space-between;margin-top:1rem!important;width:100%}.columns[data-v-1e5167c0]{margin:.5rem auto}.columns[data-v-1e5167c0],.columns .column[data-v-1e5167c0]{padding:0 1rem}.columns .column .info[data-v-1e5167c0]{font-size:.8rem}.description[data-v-1e5167c0]{padding:.5rem 1.5rem 0;width:100%}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#CreatePayrollExport .multiselect{margin-top:.5rem}#CreatePayrollExport .multiselect__tag{margin:5px 5px 0}
[data-v-763d27aa]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-title[data-v-763d27aa]{color:#4a4a4a!important;pointer-events:none!important}.work-icons[data-v-763d27aa]{border:1px solid #e6e6e6;border-radius:.25rem;float:left;height:2rem}.work-icons li[data-v-763d27aa]{border-right:1px solid #e6e6e6;cursor:pointer;display:block;float:left;height:100%;position:relative}.work-icons li:hover .tooltip[data-v-763d27aa]{-webkit-animation:fadein .3s;animation:fadein .3s;-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}.work-icons li.is-active[data-v-763d27aa],.work-icons li[data-v-763d27aa]:hover{background-color:#fff3fb}.work-icons li[data-v-763d27aa]:last-child{border-color:transparent}.work-icons li img[data-v-763d27aa]{display:block;height:1rem;margin:.5rem .75rem;width:20px}.select-item[data-v-763d27aa]{display:block;height:3rem;line-height:3rem;padding:0 1rem;text-align:right;transition:all .1s linear;white-space:nowrap}.select-item[data-v-763d27aa]:not(:first-child){border-top:1px solid #ec008c}.select-item[data-v-763d27aa]:hover{background-color:#376482;cursor:pointer}.font-bold[data-v-763d27aa]{font-weight:500}.warning[data-v-763d27aa]{background-color:#ffeded;border:1px dashed #f3c2c2;color:#c57c7c;margin-top:.5rem;padding:1rem}h1[data-v-763d27aa]{color:red}.modal-content[data-v-763d27aa]{display:flex;flex-direction:column}.columns[data-v-763d27aa]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-763d27aa]{margin:0;overflow-y:scroll;padding:0}.columns .column[data-v-763d27aa]{padding:0 1rem}.columns .column .info[data-v-763d27aa]{font-size:.8rem}.mb-05[data-v-763d27aa]{margin-bottom:.5rem}.mb-1[data-v-763d27aa]{margin-bottom:1rem}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.auto-margins .vue-star-rating{margin:0 auto}.auto-margins .vue-star-rating .vue-star-rating-star{display:block!important}
[data-v-36fcf157]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.leave-icon[data-v-36fcf157]{color:#8c8c8c}.employee-costs[data-v-36fcf157]{text-align:left!important}.highlighted[data-v-36fcf157]{color:#ec008c;font-style:italic;font-weight:500}.button-status.active[data-v-36fcf157]{background-color:#8abd81;cursor:pointer}.button-status.active[data-v-36fcf157]:hover{background-color:#6e9e65}.dummy-container[data-v-36fcf157]{padding:0 .5rem!important}.vue-star-rating[data-v-36fcf157]{padding-top:15px}.user-availability[data-v-36fcf157]{cursor:default;font-weight:500}.user-availability .available[data-v-36fcf157]{color:#7fb576}.user-availability .partly-available[data-v-36fcf157]{color:#aac022}.user-availability .unknown[data-v-36fcf157]{color:#dcba58}.user-availability .partly-unavailable[data-v-36fcf157]{color:#dd8a34}.user-availability .unavailable[data-v-36fcf157]{color:#d05f5f}.margin-left[data-v-36fcf157]{margin-left:1rem}.input-title[data-v-36fcf157]{color:#4a4a4a!important;pointer-events:none!important}.modal-content[data-v-36fcf157]{align-items:stretch;display:flex;flex-direction:column}.table-container[data-v-36fcf157]{overflow-y:scroll}.tablehead tr[data-v-36fcf157]{background-color:#ec008c;color:#fff;font-size:.8rem!important;font-weight:500!important;line-height:1.2rem}.tablehead tr td[data-v-36fcf157]{padding:.5rem 1rem;vertical-align:middle}.tablehead tr td[data-v-36fcf157]:not(:first-child){text-align:center}.add-icon[data-v-36fcf157]{background-color:#f3f3f3;cursor:pointer;display:flex;float:center;height:100%;justify-content:center;margin:auto;padding:14px;position:absolute;right:0;transition:all .2s linear;width:48px}.add-icon[data-v-36fcf157]:hover{background-color:#e2e2e2}.warning-icon[data-v-36fcf157]{display:inline-block;margin-left:10px;width:16px}.hours__perWeek[data-v-36fcf157]{color:#dd8a34}.planboard-table[data-v-36fcf157]{font-size:.9rem}.planboard-table tr td[data-v-36fcf157]{line-height:3rem;padding:0 1rem;position:relative}.planboard-table tr td[data-v-36fcf157]:not(:first-child){text-align:center}.planboard-table tr td[data-v-36fcf157]:first-child{padding-left:3rem}.work-icons[data-v-36fcf157]{border:1px solid #e6e6e6;border-radius:.25rem;float:left;height:2rem}.work-icons li[data-v-36fcf157]{border-right:1px solid #e6e6e6;cursor:pointer;display:block;float:left;height:100%}.work-icons li.is-active[data-v-36fcf157],.work-icons li[data-v-36fcf157]:hover{background-color:#fff3fb}.work-icons li[data-v-36fcf157]:last-child{border-color:transparent}.work-icons li img[data-v-36fcf157]{display:block;height:1rem;margin:.5rem .75rem;width:20px}.select-item[data-v-36fcf157]{display:block;height:3rem;line-height:3rem;padding:0 1rem;text-align:right;transition:all .1s linear;white-space:nowrap}.select-item[data-v-36fcf157]:not(:first-child){border-top:1px solid #ec008c}.select-item[data-v-36fcf157]:hover{background-color:#376482;cursor:pointer}h1[data-v-36fcf157]{color:red}.columns[data-v-36fcf157]{font-size:.9rem;padding:0}.columns .column[data-v-36fcf157]{padding:0 1rem}.columns .column.placement-details[data-v-36fcf157]{padding:.3rem 1.3rem!important}.columns .column.placement-details .font-bold[data-v-36fcf157]{color:#bdbebd;font-size:.7rem;font-weight:500;text-transform:uppercase}.columns .column.work-details[data-v-36fcf157]{padding:0 1.3rem 0 .8rem!important}.columns .column .info[data-v-36fcf157]{font-size:.8rem}.work-icon[data-v-36fcf157]{display:flex;float:center;height:18px;height:3rem;justify-content:center;line-height:3rem;margin:auto;width:18px}.work-icon.placement[data-v-36fcf157]{margin-right:.5rem}.vl[data-v-36fcf157]{border-left:1px solid #dadada;float:left;height:3rem}.location-tabs[data-v-36fcf157]{background-color:#f1f1f1}.location-tabs li[data-v-36fcf157]{background-color:#d40a89;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;float:left;font-size:.7rem;font-weight:500;margin-left:10px;padding:8px 8px 5px;text-transform:uppercase}.location-tabs li[data-v-36fcf157]:hover{cursor:pointer}.location-tabs li.active[data-v-36fcf157],.location-tabs li[data-v-36fcf157]:hover{background-color:#ec008c}.step-undertitle[data-v-36fcf157]{background-color:#f1f1f1;line-height:1.2rem!important;margin:0;padding:1rem;text-align:left}.mr-einstein[data-v-36fcf157]{background-image:url(/img/mr-icon-small.png);background-position:1rem 50%;background-repeat:no-repeat;background-size:18px;padding-left:3rem}.payslip-user[data-v-36fcf157]{font-size:14px;margin-left:-31px;margin-right:14px}.fa-exclamation-triangle[data-v-36fcf157]{color:silver}.exclamation-triangle[data-v-36fcf157]{margin-left:8px}.no-break[data-v-36fcf157]{white-space:nowrap}.color-danger[data-v-36fcf157]{color:var(--color-danger)}.overflow-centered[data-v-36fcf157]{margin-left:-50%;overflow:visible;width:28px}
[data-v-39215787]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.is-active[data-v-39215787]{overflow:auto;position:fixed}.input-title[data-v-39215787]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.select-options[data-v-39215787]{display:flex;font-size:.8rem;height:.25rem;justify-content:flex-end;transform:translateY(-6px)}.select-options span[data-v-39215787]{color:#ec008c;cursor:pointer}.button[data-v-39215787]:active,.button[data-v-39215787]:focus{color:#fff}.step-footer[data-v-39215787]{display:flex;float:left;justify-content:space-between;margin-top:0!important;width:100%}.columns[data-v-39215787]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-39215787]{max-height:calc(100vh - 20rem);overflow-y:scroll}.columns .column[data-v-39215787]{padding:0 1rem}.columns .column.select-location[data-v-39215787]{font-size:.9rem;position:relative}.columns .column.select-location .period[data-v-39215787]{display:flex;gap:1rem}.columns .column.select-location .period span[data-v-39215787]{display:block;height:30px;line-height:30px;margin:0}.columns .column.select-location input[data-v-39215787]{height:2rem!important}.columns .column.select-location span[data-v-39215787]{display:block;margin:1rem 0 .5rem}.input-status[data-v-39215787]{background-color:#e0c263;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;bottom:0;height:2rem;position:absolute;right:.5rem;width:.3rem;z-index:100}.input-status.green[data-v-39215787]{background-color:#8abd81}.description[data-v-39215787]{margin:0 auto;padding:1.5rem 1.5rem 0;width:100%}.background[data-v-39215787]{background:#f1f1f1}.title-class[data-v-39215787]{margin:.5rem 0!important}.paragraph[data-v-39215787]{margin:1.5rem 0;padding:0 1rem}.table-head[data-v-39215787]{font-size:.9rem}.table-head th[data-v-39215787]{font-weight:500}.load-more[data-v-39215787]{color:#ec008c;cursor:pointer;margin:1rem;text-align:center}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#PeriodLogbook .multiselect{margin-bottom:1rem;margin-top:.5rem}#PeriodLogbook .multiselect__tag{margin:5px 5px 0}#PeriodLogbook .input-status{margin-bottom:1rem}#PeriodLogbook .modal-content{overflow:visible}.view-period-button{background:none;border:none;color:#b2b2b2;cursor:pointer;font-size:1rem;outline:none;padding:0}.period-view{margin:1.5rem 0;text-align:center}
[data-v-2674452a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-field-wrapper[data-v-2674452a]{align-items:center;display:flex;gap:.5rem}.input-field-wrapper section[data-v-2674452a]{max-width:220px;min-width:220px}.input-field-wrapper button[data-v-2674452a]{background-color:#ec008c;padding-right:12px}.input-field-wrapper button[data-v-2674452a]:disabled{opacity:.6}.warning-container[data-v-2674452a]{padding:0 2rem;position:relative;transition:height .2s ease-in-out;width:100%}.warning-container .warning[data-v-2674452a]{align-items:center;background-color:#fff5d5;border:1px dashed #e0c263;border-radius:5px;color:#a98c31;display:flex;font-size:.9rem;gap:.5rem;height:3rem;margin-bottom:-1.8rem;padding:0 1rem}.tabs[data-v-2674452a]{align-items:center;border-bottom:1px solid #dbdbdb;gap:1rem;margin-bottom:0;overflow:unset}.tabs ul[data-v-2674452a]{border-bottom:0}.page-title[data-v-2674452a]{height:4.5rem;line-height:4.5rem}.page-title .not-bold[data-v-2674452a]{font-weight:300;text-transform:capitalize}.is-scroll[data-v-2674452a]{flex:1;overflow-y:scroll;padding-top:1rem}.is-scroll .no-results[data-v-2674452a]{color:#8a8a8a;font-size:.9rem;font-style:italic;text-align:center}.location[data-v-2674452a]{margin-bottom:1.75rem;padding:0 1rem}.location .location-content[data-v-2674452a]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:1rem 1rem 0}.location .location-content .columns .column[data-v-2674452a]{padding:0}.location .location-content .property-title[data-v-2674452a]{align-items:center;background-color:#474747;border-bottom:none;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;display:flex;font-weight:500;line-height:2.5rem;padding:0 1rem}.location .location-content .property-title .label-wrap[data-v-2674452a]{align-items:center;display:flex;gap:.5rem;margin-left:auto;position:relative}.location .location-content .property-title .label-wrap input[type=checkbox][data-v-2674452a]{height:0;left:0;opacity:0;position:absolute;top:0;width:0}.location .location-content .property-title .label-wrap label[data-v-2674452a]{align-items:center;background:grey;border:2px solid grey;border-radius:100px;cursor:pointer;display:block;display:flex;height:1.25rem;position:relative;transition:background-color .3s,border-color .3s;width:2rem}.location .location-content .property-title .label-wrap label[data-v-2674452a]:after{background:#fff;border-radius:90px;content:"";height:1rem;transition:.3s;width:1rem}.location .location-content .property-title .label-wrap input:checked+label[data-v-2674452a]{background:var(--color-primary);border-color:var(--color-primary)}.location .location-content .property-title .label-wrap input:checked+label[data-v-2674452a]:after{transform:translateX(calc(1rem - 4px))}.location .location-content .property-title .label-wrap input:disabled+label[data-v-2674452a]{cursor:auto;opacity:.7}.location .location-content .property-title .label-wrap input:disabled:checked+label[data-v-2674452a]{background:#d388b5;border-color:#d388b5}.columns[data-v-2674452a]{margin:0}.weight-bold[data-v-2674452a]{font-weight:500}.padding-half-rem[data-v-2674452a]{padding:1rem}.padding-half-rem .hour-detail[data-v-2674452a]{border-right:1px solid #ececec;font-size:.9rem;line-height:2rem;padding-left:calc(2rem + 12px);padding-right:1rem;position:relative}.padding-half-rem .hour-detail[data-v-2674452a]:first-child{padding-left:calc(1rem + 12px)}.padding-half-rem .hour-detail:first-child .status[data-v-2674452a]{left:0}.padding-half-rem .hour-detail[data-v-2674452a]:last-child{border-right:0;padding-right:0}.padding-half-rem .hour-detail .status[data-v-2674452a]{border-radius:6px;height:12px;left:1rem;margin-top:-7px;position:absolute;top:50%;width:12px}.time-cont[data-v-2674452a]{display:flex;position:relative;transition:background-color .2s linear}.time-cont[data-v-2674452a]:hover{background-color:transparent!important}.is-italic[data-v-2674452a]{font-style:italic}.toggler[data-v-2674452a]:hover{background-color:#e2e2e2}li.day a[data-v-2674452a]{border-bottom:1px solid #dadada}li.day a.is-active-tab[data-v-2674452a]{border-bottom:1px solid transparent}td[data-v-2674452a]{cursor:default}.edit-button[data-v-2674452a]{cursor:pointer}.toggle-item[data-v-2674452a]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:9px 8px 8px;position:absolute;right:.3rem;top:50%;transition:background-color .5s ease;width:36px}.toggle-item[data-v-2674452a]:hover{background-color:#91abbd;cursor:pointer}.toggle-item img[data-v-2674452a]{height:20px}.general-table tr[data-v-2674452a]{border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;height:2.5rem;line-height:2.5rem}.general-table tr td[data-v-2674452a]{line-height:2.5rem;white-space:nowrap}.general-table tr td label[data-v-2674452a]{display:block}.general-table tr td:first-child input[data-v-2674452a]{margin-right:1rem}.general-table tr td[data-v-2674452a]:not(:first-child){padding:0 10px;text-align:center;width:1%}.general-table tr[data-v-2674452a]:first-child{background-color:#f7f7f7;border:1px solid #e9e9e9;border-bottom:0;color:#a5a5a5;font-weight:500}.general-table tr:first-child td[data-v-2674452a]{font-size:.7rem;text-transform:uppercase}.general-table tr:not(:last-child):not(:first-child):hover td[data-v-2674452a]{background-color:#f2faff!important;border-color:transparent}.user-table tr:not(:first-child) td[data-v-2674452a]:last-child{color:#909090;font-weight:500}.user-table tr:not(:first-child) td[data-v-2674452a]:nth-child(6){color:#adadad;font-size:.8rem;font-weight:500}.user-table tr:not(:first-child) td[data-v-2674452a]:nth-child(10),.user-table tr:not(:first-child) td[data-v-2674452a]:nth-child(8){background-color:#f7f7f7;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#a2a2a2;font-weight:500}.user-table tr:not(:first-child) td[data-v-2674452a]:nth-child(12){background-color:#f7f7f7;border-left:1px solid #e9e9e9;color:#a2a2a2;font-weight:500}.user-table tr[data-v-2674452a]:last-child{background-color:#f7f7f7}.user-table tr:last-child td[data-v-2674452a]{height:4.5rem;line-height:4.5rem}.user-table tr:last-child td[data-v-2674452a]:first-child{color:#9a9a9a;font-style:italic}.user-table tr:last-child td:first-child .button-add[data-v-2674452a]{float:left;font-style:normal;margin-right:.5rem;padding-right:12px}.user-table tr:last-child td:first-child .manual-add[data-v-2674452a]{text-decoration:underline}.user-table tr:last-child td[data-v-2674452a]:nth-child(2){color:#a0a0a0;font-weight:500;text-align:right}.user-table tr:last-child td[data-v-2674452a]:last-child{color:#8abd81!important;font-size:1.1rem!important}.pay-wrapper .button-pay[data-v-2674452a]{float:left;font-style:normal;margin-right:1rem;padding-right:12px}.load-button-container[data-v-2674452a]{display:flex;height:100%;justify-content:center}.load-week[data-v-2674452a]{align-self:center;padding-right:12px}.product-table tr[data-v-2674452a]:last-child{border-bottom:0}.product-table tr:not(:first-child) td[data-v-2674452a]:nth-child(3){background-color:#f7f7f7;border-left:1px solid #e9e9e9;color:#a2a2a2;font-weight:500}.total-col[data-v-2674452a]{color:#89bd80!important;font-weight:500!important;padding:0!important;text-align:center!important}.factor[data-v-2674452a]{color:#adadad;font-size:.8rem;font-weight:500}.details-label[data-v-2674452a]{color:#a2a2a2}.dropdown-menu[data-v-2674452a]{top:calc(100% - 1rem)}.tab-info[data-v-2674452a]{color:#a2a2a2;font-size:.8rem}.overlay[data-v-2674452a]{height:100vh;position:fixed;width:100%;z-index:25}.exceptions-container[data-v-2674452a]{border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;line-height:2.5;padding:1rem}.select-locations-buttons[data-v-2674452a]{align-items:center;display:flex;gap:1rem;justify-content:flex-end}.select-locations-buttons button[data-v-2674452a]{background:none;border:none;color:#3d8bee;outline:none;padding:.25rem;text-decoration:underline}.select-locations-buttons button[data-v-2674452a]:hover{cursor:pointer;text-decoration:none}.select-locations-buttons button[data-v-2674452a]:focus-visible{background:hsla(0,0%,78%,.3)}.select-locations-buttons button[data-v-2674452a]:focus-visible:active{background:hsla(0,0%,78%,.5)}.location-status-icon[data-v-2674452a]{align-items:center;background:#546271;border-radius:8px;color:#edf1f5;display:flex;flex-shrink:0;font-size:.75rem;height:1.5rem;justify-content:center;margin-right:.375rem;position:relative;width:1.5rem}.location-status-icon.status-green[data-v-2674452a]{background:#b5ead4;color:#20b375}.location-status-icon.status-yellow[data-v-2674452a]{background:#fff8ec;color:#ffbe3b}.location-status-icon.status-red[data-v-2674452a]{background:#ffdbe5;color:#e50040}.location-status-icon.status-blue[data-v-2674452a]{background:#ebf4ff;color:#127dff}.location-status-icon.status-purple[data-v-2674452a]{background:#f1edfb;color:#7a4fde}.location-status-icon.icon-l[data-v-2674452a]{font-size:1.125rem}.location-status-icon.icon-coins svg[data-v-2674452a]:first-child{transform:translate(-15%,-15%)}.location-status-icon.icon-coins svg[data-v-2674452a]:nth-child(2){position:absolute;transform:translate(15%,15%)}.location-status-icon>*[data-v-2674452a]{flex-shrink:0}
[data-v-4da4edcb]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-field-wrapper[data-v-4da4edcb]{align-items:center;display:flex;gap:.5rem}.input-field-wrapper section[data-v-4da4edcb]{max-width:220px;min-width:220px}.input-field-wrapper button[data-v-4da4edcb]{background-color:#ec008c;padding-right:12px}.input-field-wrapper button[data-v-4da4edcb]:disabled{opacity:.6}.warning-container[data-v-4da4edcb]{padding:0 2rem;position:relative;transition:height .2s ease-in-out;width:100%}.warning-container .warning[data-v-4da4edcb]{align-items:center;background-color:#fff5d5;border:1px dashed #e0c263;border-radius:5px;color:#a98c31;display:flex;font-size:.9rem;gap:.5rem;height:3rem;margin-bottom:-1.8rem;padding:0 1rem}.tabs[data-v-4da4edcb]{align-items:center;border-bottom:1px solid #dbdbdb;gap:1rem;margin-bottom:0;overflow:unset}.tabs ul[data-v-4da4edcb]{border-bottom:0}.page-title[data-v-4da4edcb]{height:4.5rem;line-height:4.5rem}.page-title .not-bold[data-v-4da4edcb]{font-weight:300;text-transform:capitalize}.is-scroll[data-v-4da4edcb]{flex:1;overflow-y:scroll;padding-top:1rem}.is-scroll .no-results[data-v-4da4edcb]{color:#8a8a8a;font-size:.9rem;font-style:italic;text-align:center}.location[data-v-4da4edcb]{margin-bottom:1.75rem;padding:0 1rem}.location .location-content[data-v-4da4edcb]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:1rem 1rem 0}.location .location-content .columns .column[data-v-4da4edcb]{padding:0}.location .location-content .property-title[data-v-4da4edcb]{background-color:#474747;border-bottom:none;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;display:block;font-weight:500;line-height:calc(2.5rem + 8px);padding:4px 1rem}.columns[data-v-4da4edcb]{margin:0}.weight-bold[data-v-4da4edcb]{font-weight:500}.toggler[data-v-4da4edcb]:hover{background-color:#e2e2e2}li.day a[data-v-4da4edcb]{border-bottom:1px solid #dadada}li.day a.is-active-tab[data-v-4da4edcb]{border-bottom:1px solid transparent}td[data-v-4da4edcb]{cursor:default}.general-table tr[data-v-4da4edcb]{border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;height:calc(2.5rem + 8px);line-height:calc(2.5rem + 8px)}.general-table tr td[data-v-4da4edcb]{line-height:calc(2.5rem + 8px);padding:4px 1rem;white-space:nowrap}.general-table tr td[data-v-4da4edcb]:last-child{text-align:right}.general-table tr:hover td[data-v-4da4edcb]{background-color:#f2faff!important;border-color:transparent}.pay-wrapper .button-pay[data-v-4da4edcb]{float:left;font-style:normal;margin-right:1rem;padding-right:12px}.load-button-container[data-v-4da4edcb]{display:flex;height:100%;justify-content:center}.load-week[data-v-4da4edcb]{align-self:center;padding-right:12px}.tab-info[data-v-4da4edcb]{color:#a2a2a2;font-size:.8rem}.icon-wrapper[data-v-4da4edcb]{align-items:center;display:flex;gap:.5rem}.icon-wrapper .icon-inline[data-v-4da4edcb]{width:1.25rem}.overlay[data-v-4da4edcb]{height:100vh;position:fixed;width:100%;z-index:25}
[data-v-0bd02060]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-field-wrapper[data-v-0bd02060]{align-items:center;display:flex;gap:.5rem}.input-field-wrapper section[data-v-0bd02060]{max-width:220px;min-width:220px}.input-field-wrapper button[data-v-0bd02060]{background-color:#ec008c;padding-right:12px}.input-field-wrapper button[data-v-0bd02060]:disabled{opacity:.6}.warning-container[data-v-0bd02060]{padding:0 2rem;position:relative;transition:height .2s ease-in-out;width:100%}.warning-container .warning[data-v-0bd02060]{align-items:center;background-color:#fff5d5;border:1px dashed #e0c263;border-radius:5px;color:#a98c31;display:flex;font-size:.9rem;gap:.5rem;height:3rem;margin-bottom:-1.8rem;padding:0 1rem}.blue[data-v-0bd02060]{background-color:#3e8ed0}.processed-icon[data-v-0bd02060]{color:var(--color-success);margin:.5rem}.tabs[data-v-0bd02060]{align-items:center;border-bottom:1px solid #dbdbdb;gap:1rem;margin-bottom:0;overflow:unset}.tabs ul[data-v-0bd02060]{border-bottom:0;flex-grow:0}.page-title[data-v-0bd02060]{height:4.5rem;line-height:4.5rem}.page-title .not-bold[data-v-0bd02060]{font-weight:300;text-transform:capitalize}.is-scroll[data-v-0bd02060]{flex:1;overflow-y:scroll;padding-top:1rem}.is-scroll .no-results[data-v-0bd02060]{color:#8a8a8a;font-size:.9rem;font-style:italic;text-align:center}.location[data-v-0bd02060]{margin-bottom:1.75rem;padding:0 1rem}.location .location-title[data-v-0bd02060]{border-top-left-radius:5px;border-top-right-radius:5px;display:flex;gap:1rem;justify-content:space-between;transition:border-radius .3s}.location .collapse-btn[data-v-0bd02060]{background:none;border:none;color:#fff;cursor:pointer}.location .collapse-btn i[data-v-0bd02060]{transition:transform .3s}.location .collapse-wrap[data-v-0bd02060]{display:grid;grid-template-rows:1fr;transition:grid-template-rows .3s;transition:grid-template-rows .3s,-ms-grid-rows .3s}.location .collapse-wrap .location-content-wrap[data-v-0bd02060]{overflow:hidden}.location .location-content[data-v-0bd02060]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:1rem}.location .location-content .columns .column[data-v-0bd02060]{padding:0}.location .location-content .property-title[data-v-0bd02060]{background-color:#474747;border-bottom:none;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;display:block;font-weight:500;line-height:2.5rem;padding:4px 1rem}.location .location-content .property-title.rounded-corners[data-v-0bd02060]{border-radius:5px}.location.collapsed .collapse-wrap[data-v-0bd02060]{grid-template-rows:0fr}.location.collapsed .collapse-btn i[data-v-0bd02060]{transform:rotate(180deg) translateY(10%)}.location.collapsed .location-title[data-v-0bd02060]{border-radius:5px}.columns[data-v-0bd02060]{margin:0}.weight-bold[data-v-0bd02060]{font-weight:500}.toggler[data-v-0bd02060]:hover{background-color:#e2e2e2}li.day a[data-v-0bd02060]{border-bottom:1px solid #dadada}li.day a.is-active-tab[data-v-0bd02060]{border-bottom:1px solid transparent}li.day .tab-info[data-v-0bd02060]{color:#a2a2a2;font-size:.8rem}td[data-v-0bd02060]{cursor:default}.general-table tr[data-v-0bd02060]{border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;height:2.5rem;line-height:2.5rem}.general-table tr td[data-v-0bd02060]{line-height:2.5rem;padding:4px 1rem;white-space:nowrap}.general-table tr td[data-v-0bd02060]:last-child{text-align:right}.general-table tr:hover td[data-v-0bd02060]{background-color:#f2faff!important;border-color:transparent}.pay-wrapper .button-pay[data-v-0bd02060]{float:left;font-style:normal;margin-right:1rem;padding-right:12px}.dropdown-menu-button[data-v-0bd02060]{border-bottom-left-radius:0;border-left:1px solid;border-color:#ff9ed8;border-top-left-radius:0;margin:0}.has-dropdown[data-v-0bd02060]{border-bottom-right-radius:0;border-top-right-radius:0}.justify-flex-end[data-v-0bd02060]{justify-content:flex-end}.overlay[data-v-0bd02060]{height:100vh;position:fixed;width:100%;z-index:25}.icon-wrapper[data-v-0bd02060]{align-items:center;display:flex;gap:.5rem}.icon-wrapper .icon-inline[data-v-0bd02060]{width:1.25rem}.load-button-container[data-v-0bd02060]{display:flex;height:100%;justify-content:center}.load-week[data-v-0bd02060]{align-self:center;padding-right:12px}.exceptions-container[data-v-0bd02060]{padding:1rem!important}.dropdown-menu.dropdown-menu-shifted[data-v-0bd02060]{right:32px;top:0}.toggles-column[data-v-0bd02060]{display:flex;flex-direction:column;gap:.5rem}.push-right[data-v-0bd02060]{margin-left:auto}.toggle-wrap[data-v-0bd02060]{align-items:center;display:flex;gap:.5rem}.toggle-wrap input[type=checkbox][data-v-0bd02060]{height:0;visibility:hidden;width:0}.toggle-wrap label[data-v-0bd02060]{align-items:center;display:inline-flex;gap:.5rem}.toggle-wrap label .toggle[data-v-0bd02060]{background:#e9e9eb;border-radius:100px;cursor:pointer;display:inline-block;height:1.25rem;position:relative;text-indent:-9999px;width:2rem}.toggle-wrap label .toggle[data-v-0bd02060]:after{background:#fff;border-radius:90px;box-shadow:0 0 3px rgba(0,0,0,.2);content:"";height:.875rem;left:.2rem;position:absolute;top:.2rem;transition:.3s;width:.875rem}.toggle-wrap input:checked+label .toggle[data-v-0bd02060]{background:var(--color-success)}.toggle-wrap input:checked+label .toggle[data-v-0bd02060]:after{transform:translateX(.75rem)}.fas.fa-book.in-line[data-v-0bd02060]{vertical-align:middle}.fa.fa-exclamation-triangle[data-v-0bd02060]{color:var(--color-warning);font-size:.75em;margin-left:-.5rem;vertical-align:super}.history-icon[data-v-0bd02060]{vertical-align:middle}.location-status-icon[data-v-0bd02060]{align-items:center;background:#546271;border-radius:8px;color:#edf1f5;display:flex;flex-shrink:0;font-size:.75rem;height:1.5rem;justify-content:center;margin-right:.375rem;position:relative;width:1.5rem}.location-status-icon.status-green[data-v-0bd02060]{background:#b5ead4;color:#20b375}.location-status-icon.status-yellow[data-v-0bd02060]{background:#fff8ec;color:#ffbe3b}.location-status-icon.status-red[data-v-0bd02060]{background:#ffdbe5;color:#e50040}.location-status-icon.status-blue[data-v-0bd02060]{background:#ebf4ff;color:#127dff}.location-status-icon.icon-l[data-v-0bd02060]{font-size:1.125rem}.location-status-icon.icon-coins svg[data-v-0bd02060]:first-child{transform:translate(-15%,-15%)}.location-status-icon.icon-coins svg[data-v-0bd02060]:nth-child(2){position:absolute;transform:translate(15%,15%)}.location-status-icon>*[data-v-0bd02060]{flex-shrink:0}
@charset "UTF-8";[data-v-23da84dc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.container-available[data-v-23da84dc]{font-size:.8rem;line-height:1.6rem}.container-available .is-size-7[data-v-23da84dc]{font-size:.8rem!important}.circle-image[data-v-23da84dc]{border-radius:50%}.margin-top[data-v-23da84dc]{margin-top:15px}.margin-bottom[data-v-23da84dc]{margin-bottom:10px}.wrapper[data-v-23da84dc]{overflow:hidden;width:100%}.first[data-v-23da84dc]{float:left;width:50%}.second[data-v-23da84dc]{overflow:hidden;width:50%}.information-spacing[data-v-23da84dc]{margin-left:25px}.title-padding[data-v-23da84dc]{margin-top:15px}.no-padding[data-v-23da84dc]{padding:0}.time-container[data-v-23da84dc]{height:100%;position:relative;width:100%}.time-container.unavailable[data-v-23da84dc]{filter:opacity(.5);pointer-events:none}.time-underlay[data-v-23da84dc]{left:0;position:absolute;top:25%;width:100%}.time-part[data-v-23da84dc]{cursor:pointer;overflow:visible!important;z-index:50000}.time-part[data-v-23da84dc]:hover{filter:brightness(90%)}.time-part:hover>.customTooltip[data-v-23da84dc]{opacity:1;visibility:visible}.customTooltip[data-v-23da84dc]{background:rgba(0,0,0,.8);border-radius:3px;color:#fff;font-size:.8rem;left:50%;opacity:0;outline:none;padding:2px 8px;position:absolute;top:-30px;transform:translateX(-50%);transition:all .2s linear;visibility:hidden;white-space:nowrap;z-index:500}.customTooltip *[data-v-23da84dc]{display:inline}.time-overlay[data-v-23da84dc]{left:0;position:absolute;top:25%;width:100%;z-index:2}.time-height[data-v-23da84dc]{height:25px}.time-canvas[data-v-23da84dc]{position:relative}.time-canvas:hover>.time-select[data-v-23da84dc],.time-height:hover>.time-select[data-v-23da84dc]{display:block}.time-select[data-v-23da84dc]{border-left:1px dashed #ec008c;border-right:1px dashed #ec008c;bottom:0;display:none;height:175px;left:0;pointer-events:none;position:absolute;width:2px;z-index:100}.time-display[data-v-23da84dc]{background-color:#ec008c;border-radius:5px;color:#fff;font-size:.8rem;font-weight:600;height:30px;line-height:30px;margin-left:-25px;margin-top:-31px;position:absolute;text-align:center;width:50px}.first-time[data-v-23da84dc]{left:0;margin-left:-16px;position:absolute}.font-bold[data-v-23da84dc]{font-weight:500}.second-time[data-v-23da84dc]{left:25%}.second-time[data-v-23da84dc],.third-time[data-v-23da84dc]{margin-left:-16px;position:absolute}.third-time[data-v-23da84dc]{left:50%}.fourth-time[data-v-23da84dc]{left:75%;margin-left:-16px;position:absolute}.fifth-time[data-v-23da84dc]{left:100%;margin-left:-25px;position:absolute}.time-section[data-v-23da84dc]{border-radius:290486px;display:block;height:1rem;overflow:hidden;position:absolute;width:100%}.time-section i[data-v-23da84dc]{background-color:rgba(0,0,0,.2);border-radius:10px;cursor:pointer;float:right;line-height:0;margin-right:0;opacity:0;padding:6px 3px 10px;transition:visibility 0s,opacity .2s linear;visibility:hidden}.fa-times-thin[data-v-23da84dc]:before{content:"×"}.fa-times-thin[data-v-23da84dc]{color:#fff}.fa-times-thin[data-v-23da84dc]:hover{background-color:rgba(0,0,0,.5)}.time-section:hover>i[data-v-23da84dc]{filter:brightness(100%);opacity:1;visibility:visible}.full-section[data-v-23da84dc]{background-color:#dadada;height:1rem;width:100%}.full-section[data-v-23da84dc]:hover{background-color:#ececec;cursor:pointer}.available-background[data-v-23da84dc]{background-color:#73c565}.not-available-background[data-v-23da84dc]{background-color:#e25656}.has-red-text[data-v-23da84dc]{color:#e25656!important}.has-green-text[data-v-23da84dc]{color:#73c565!important}.has-green-text.disabled[data-v-23da84dc],.has-red-text.disabled[data-v-23da84dc]{filter:grayscale(1);pointer-events:none}.overflow-hidden[data-v-23da84dc]{overflow:hidden}img[data-v-23da84dc]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.already-working-background[data-v-23da84dc]{background-image:repeating-linear-gradient(-45deg,transparent,transparent 4px,#fed846 0,#fed846 9px)}.on-leave-background[data-v-23da84dc]{background-image:repeating-linear-gradient(-45deg,transparent,transparent 4px,#72b5dc 0,#72b5dc 9px);z-index:0}.cursor[data-v-23da84dc]{cursor:pointer}.fa-minus-circle[data-v-23da84dc]:hover,.fa-plus-circle[data-v-23da84dc]:hover{cursor:pointer;filter:brightness(80%)}.green-icon[data-v-23da84dc]{color:green}.red-icon[data-v-23da84dc]{color:red}[contenteditable=true][data-v-23da84dc]:empty:before{content:attr(placeholder);display:block}.availability-limitation-icon[data-v-23da84dc]{color:#8a8a8b;left:-18px;position:absolute;top:calc(50% - 7px)}.level-left[data-v-23da84dc]{display:block}.level-left .level-item[data-v-23da84dc]{justify-content:flex-start}.placement-amount-selector button[data-v-23da84dc]{background:none;border:none;color:#c7c7c7}.placement-amount-selector button[data-v-23da84dc]:hover{color:#555;cursor:pointer}.placement-amount-selector button[data-v-23da84dc]:active{color:#000}.placement-amount-selector button[data-v-23da84dc]:disabled{opacity:.5;pointer-events:none}
[data-v-48932bbc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.flex-row[data-v-48932bbc]{display:flex}.modal-content[data-v-48932bbc]{display:flex;flex-direction:column}.note-wrapper[data-v-48932bbc]{background-color:#efefef;border:1px dashed #dcdcdd;padding:0 1rem 1rem}.button-add[data-v-48932bbc]{background-color:#ec008c;float:right;padding:0 12px}.button-add[data-v-48932bbc]:hover{background-color:#c50075}.button-add.note[data-v-48932bbc]{margin:0!important}.button-add.button-save[data-v-48932bbc]{background-color:#e0c263;cursor:not-allowed;float:none;margin-bottom:0;transition:all .2s ease}.button-add.button-save.active[data-v-48932bbc]{background-color:#8abd81;cursor:pointer}.button-add.button-save.active[data-v-48932bbc]:hover{background-color:#6e9e65}.contact-info[data-v-48932bbc]{background-color:#eaeaea;border-bottom:1px solid #dedede;font-size:.9rem;margin:0!important;padding:1rem!important}.columns[data-v-48932bbc]{margin:.5rem auto}.columns[data-v-48932bbc],.columns .column[data-v-48932bbc]{padding:0 1rem}.columns .column .info[data-v-48932bbc]{font-size:.8rem}.scrollable[data-v-48932bbc]{flex:1;overflow-y:scroll;padding:0;z-index:100}.full-width[data-v-48932bbc]{width:100%}.close-button[data-v-48932bbc]{border-radius:50%;cursor:pointer;padding:.25rem;transition:all .5s ease}.close-button.rotated[data-v-48932bbc]{transform:rotate(45deg)}.close-button img[data-v-48932bbc]{width:16px}.close-button[data-v-48932bbc]:hover{background-color:#ececec}.notes-container[data-v-48932bbc]{border-right:1px dashed #d8d8d8}.incidents-container[data-v-48932bbc],.notes-container[data-v-48932bbc]{border-top:1px dashed #d8d8d8;flex:1;float:left;padding:1rem 1.5rem .5rem;width:50%}.paragraph[data-v-48932bbc]{font-size:13px;margin:1rem 0}.cursor[data-v-48932bbc],.remove-icon[data-v-48932bbc]{cursor:pointer}.remove-icon[data-v-48932bbc]{height:.8rem;margin-left:6px}
[data-v-25fcc4e8]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.warning[data-v-25fcc4e8]{background-color:#fff5d5;border:1px dashed #e0c263;border-radius:5px;color:#a98c31;font-size:.9rem;margin:0 .5rem;padding:.51rem!important}
[data-v-03c3e064]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns.surcharges-col[data-v-03c3e064]{margin-top:2rem}.surcharges-table[data-v-03c3e064]{font-size:.875rem;margin:0 -.5rem;width:100%}.surcharges-table th[data-v-03c3e064]{font-weight:500;padding:.25rem .5rem}.surcharges-table td[data-v-03c3e064]{padding:.25rem .5rem}
[data-v-64ae223b]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.warning-dialog[data-v-64ae223b]{background-color:#fff5d5;border:1px dashed #e0c263;border-radius:5px;color:#a98c31;font-size:.9rem;margin:1rem .5rem 0;padding:.51rem!important}.input-title[data-v-64ae223b]{color:#4a4a4a!important;pointer-events:none!important}.modal-content[data-v-64ae223b]{display:flex;flex-direction:column}.columns[data-v-64ae223b]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-64ae223b]{margin:0;overflow-y:scroll;padding:1rem 0}.columns .column[data-v-64ae223b]{padding:0 1rem}.columns .column .info[data-v-64ae223b]{font-size:.8rem}.margin-top[data-v-64ae223b]{margin-top:1.5rem}.step-title[data-v-64ae223b]{position:relative}
[data-v-0250acbb]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal[data-v-0250acbb]{overflow:unset}.input-title[data-v-0250acbb]{color:#4a4a4a!important;pointer-events:none!important}.border-top-grey[data-v-0250acbb]{padding-top:1rem}.border-top-grey-solid[data-v-0250acbb]{border-top-color:#e6e6e6!important;border-top-style:solid!important}.modal-content[data-v-0250acbb]{display:flex;flex-direction:column}.columns[data-v-0250acbb]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-0250acbb]{margin:0;overflow-y:scroll;padding:1rem 0}.columns .column[data-v-0250acbb]{padding:0 1rem}.columns .column .info[data-v-0250acbb]{font-size:.8rem}.margin-top[data-v-0250acbb]{margin-top:1.5rem}.flex-container[data-v-0250acbb]{display:flex}.flex-container .rating-infobullet[data-v-0250acbb]{margin-left:.5rem;margin-top:.25rem}.step-title[data-v-0250acbb]{position:relative}
[data-v-22474eb9]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-22474eb9]{color:red}#AreYouSureButtonGreen[data-v-22474eb9]{background-color:#8abd81!important}#AreYouSureButtonGreen[data-v-22474eb9]:hover{background-color:#6e9e65!important}#AreYouSureButtonBlue[data-v-22474eb9]{background-color:#ec008c!important}#AreYouSureButtonBlue[data-v-22474eb9]:hover{background-color:#c9107f!important}.AreYouSureButton[data-v-22474eb9]{background-color:#ce4747!important;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2.5rem;line-height:2.5rem;outline:none;padding:0 12px;position:relative;transition:background-color .2s linear}.AreYouSureButton[data-v-22474eb9]:hover{background-color:#a93333!important}.columns[data-v-22474eb9]{margin:.5rem auto;padding:0 1rem}.columns .column[data-v-22474eb9]{font-size:.9rem;padding:1.5rem 1rem;text-align:center}.columns .column .info[data-v-22474eb9]{font-size:.8rem}
[data-v-4d58afd8]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.table th[data-v-4d58afd8]{font-weight:500}.is-striped tr[data-v-4d58afd8]{display:inline-table;width:100%}.is-striped tr td[data-v-4d58afd8]{padding-left:2rem}.is-striped tbody[data-v-4d58afd8]{display:block;max-height:400px;overflow:auto;width:100%}.thead-container th[data-v-4d58afd8]{padding:.75rem 2rem}.columns[data-v-4d58afd8]{margin:.5rem auto}.columns[data-v-4d58afd8],.columns .column[data-v-4d58afd8]{padding:0 1rem}.columns .column .info[data-v-4d58afd8]{font-size:.8rem}.document-type[data-v-4d58afd8]{justify-content:space-around}.modal-content .font-weight[data-v-4d58afd8]{float:none!important}
[data-v-35220f5d]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-35220f5d]{margin:.5rem auto}.columns[data-v-35220f5d],.columns .column[data-v-35220f5d]{padding:0 1rem}.columns .column .info[data-v-35220f5d]{font-size:.8rem}.document-type[data-v-35220f5d]{justify-content:space-around}.or-position[data-v-35220f5d]{background-color:#fff;font-size:14px;height:22px;margin-left:-12px;margin-top:-11px;position:absolute;text-align:center;top:50%;vertical-align:middle;width:24px}.modal-content .font-weight[data-v-35220f5d]{float:none!important}.text-cont[data-v-35220f5d]{width:200px}.select-img[data-v-35220f5d]{cursor:pointer;height:150px}.vertical-line[data-v-35220f5d]{border-left:1px solid #dbdbdb;height:100%;position:relative}input[type=checkbox][data-v-35220f5d]{margin-right:3px;margin-top:-3px;vertical-align:middle}
[data-v-65d4f72f]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-65d4f72f]{color:red}.columns[data-v-65d4f72f]{margin:.5rem auto}.columns[data-v-65d4f72f],.columns .column[data-v-65d4f72f]{padding:0 1rem}.columns .column .info[data-v-65d4f72f]{font-size:.8rem}h2[data-v-65d4f72f]{font-weight:500}hr[data-v-65d4f72f]{margin:.75rem 0}.contact-person-location>.columns>.column[data-v-65d4f72f],.contact-person-location>.columns>.column>.columns[data-v-65d4f72f]{padding-left:0!important;padding-right:0!important}.scrollable[data-v-65d4f72f]{flex:1;max-height:calc(100vh - 14rem);overflow-y:scroll;padding:0}.trash-wrap[data-v-65d4f72f]{align-items:center;display:flex;justify-content:center}.trash-wrap button[data-v-65d4f72f]{color:var(--color-danger);padding:.5rem}
[data-v-23c34847]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-23c34847]{color:red}.columns[data-v-23c34847]{margin:.5rem auto}.columns[data-v-23c34847],.columns .column[data-v-23c34847]{padding:0 1rem}.columns .column .info[data-v-23c34847]{font-size:.8rem}.custom-select[data-v-23c34847]{height:2rem;line-height:2rem;outline:none;position:relative;text-align:left;width:100%}.custom-select .selected[data-v-23c34847]{background-color:#0a0a0a;border-radius:2px;color:#fff;cursor:pointer;height:100%;margin:auto 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-select .selected.open[data-v-23c34847]{border-radius:6px 6px 0 0}.custom-select .selected[data-v-23c34847]:after{border:5px solid transparent;border-top-color:#fff;content:"";height:0;position:absolute;right:1em;top:.8em;width:0}.custom-select .items[data-v-23c34847]{border-radius:0 0 6px 6px;color:#fff;left:0;overflow:hidden;position:absolute;right:0;width:100%;z-index:1}.custom-select .items div[data-v-23c34847]{cursor:pointer;height:2rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-select .items[data-v-23c34847] :hover{border:1px solid #fff}.selectHide[data-v-23c34847]{display:none}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#AddDepartment .multiselect__tag{margin:5px 5px 0}
[data-v-675f9a06]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-675f9a06]{color:red}.columns[data-v-675f9a06]{margin:.5rem auto}.columns[data-v-675f9a06],.columns .column[data-v-675f9a06]{padding:0 1rem}.columns .column .info[data-v-675f9a06]{font-size:.8rem}.user-type[data-v-675f9a06]{cursor:pointer;margin:auto;text-align:center}.user-type img[data-v-675f9a06]{height:140px;margin-bottom:20px}.font-weight[data-v-675f9a06]{width:100%}.vertical-line[data-v-675f9a06]{border-left:1px solid #dbdbdb;height:400px;position:relative}.or-position[data-v-675f9a06]{background-color:#fff;font-size:14px;height:22px;margin-left:-12px;margin-top:-11px;position:absolute;text-align:center;top:50%;vertical-align:middle;width:24px}.type-exception-button[data-v-675f9a06]{margin-top:10px}.payslip-button[data-v-675f9a06]{background-color:red;background-color:#ec008c;border:none;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;height:2.5rem;outline:none;padding:0 12px;transition:all .3s linear}
[data-v-456a4881]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content[data-v-456a4881]{overflow-y:auto}.modal-content .step-footer[data-v-456a4881]{margin-top:0!important;overflow:auto;padding-left:1.5rem!important;padding-right:1.5rem!important}.columns[data-v-456a4881]{padding:0 1rem}.columns .column[data-v-456a4881]{padding:1rem}.steps[data-v-456a4881]{padding-left:1rem}
[data-v-3e6e0351]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content .step-footer[data-v-3e6e0351]{margin-top:0!important;overflow:auto;padding-left:1.5rem!important;padding-right:1.5rem!important}.columns[data-v-3e6e0351]{padding:0 1rem}.columns .column[data-v-3e6e0351]{padding:1rem}
[data-v-6fc8a50b]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}td[data-v-6fc8a50b]{cursor:default;pointer-events:none}.inactive[data-v-6fc8a50b]{text-decoration:line-through}
[data-v-785df179]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.location-table tr td[data-v-785df179]{line-height:2.5rem}.location-table tr:hover .is-striped div[data-v-785df179]:nth-child(2n){background-color:#fff!important}.is-striped[data-v-785df179]{padding:0}.is-striped div[data-v-785df179]{padding:0 1rem}.is-striped div[data-v-785df179]:nth-child(2n){background-color:#fafafa}.location-row[data-v-785df179]{display:flex;flex-wrap:wrap}.location-row>div[data-v-785df179]{line-height:1.5;padding:.6rem;width:33.3333333333%}.location-name-cell[data-v-785df179]{align-items:center;display:flex;gap:.5rem}.location-status-icon[data-v-785df179]{align-items:center;background:#546271;border-radius:8px;color:#edf1f5;display:flex;flex-shrink:0;font-size:.75rem;height:1.5rem;justify-content:center;position:relative;width:1.5rem}.location-status-icon.status-green[data-v-785df179]{background:#b5ead4;color:#20b375}.location-status-icon.status-yellow[data-v-785df179]{background:#fff8ec;color:#ffbe3b}.location-status-icon.status-red[data-v-785df179]{background:#ffdbe5;color:#e50040}.location-status-icon.status-blue[data-v-785df179]{background:#ebf4ff;color:#127dff}.location-status-icon.status-purple[data-v-785df179]{background:#f1edfb;color:#7a4fde}.location-status-icon.icon-l[data-v-785df179]{font-size:1.125rem}.location-status-icon.icon-coins svg[data-v-785df179]:first-child{transform:translate(-15%,-15%)}.location-status-icon.icon-coins svg[data-v-785df179]:nth-child(2){position:absolute;transform:translate(15%,15%)}.location-status-icon>*[data-v-785df179]{flex-shrink:0}.input-section[data-v-785df179]{margin-right:.75rem}.input-section .input-title[data-v-785df179]{color:#888;font-size:.75rem;font-weight:500;margin-bottom:.15rem}.input-section .input-container[data-v-785df179]{align-items:center;border:1px solid #d4d4d4;border-radius:.25rem;display:flex;font-size:.9rem;gap:.4rem;line-height:2rem;padding:0 .75rem;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;z-index:30}.input-section .input-container.hoverable[data-v-785df179]:hover{border-color:#a0a0a0;cursor:pointer}.input-section .input-container.selected[data-v-785df179]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#a0a0a0}.input-section .input-container.selected .filter-label[data-v-785df179]{font-weight:500}.input-section .input-container .status-dropdown[data-v-785df179]{background-color:#fff;border:1px solid #a0a0a0;border-radius:0 0 .25rem .25rem;border-top:0;left:-1px;margin-top:-2px;min-width:calc(100% + 2px);position:absolute;top:2rem;width:-webkit-max-content;width:-moz-max-content;width:max-content}.input-section .input-container .status-dropdown ul[data-v-785df179]{list-style:none;margin:0;padding:0}.input-section .input-container .status-dropdown ul li.select-option[data-v-785df179]{align-items:center;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.4rem .75rem}.input-section .input-container .status-dropdown ul li.select-option.select-all[data-v-785df179]{border-top:1px solid #dedede}.input-section .input-container .status-dropdown ul li.select-option[data-v-785df179]:hover{background-color:#f5f5f5}.input-section .input-container .status-dropdown ul li label[data-v-785df179]{align-items:center;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.4rem .75rem;width:100%}.input-section .input-container .status-dropdown ul li label[data-v-785df179]:hover{background-color:#f5f5f5}.input-section .input-container .status-dropdown ul li label input[type=checkbox][data-v-785df179]{flex-shrink:0}
[data-v-48940996]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.center-inside[data-v-48940996]{position:relative;text-align:center;top:50%}.save[data-v-48940996]{display:block!important;margin-right:0!important}.action[data-v-48940996]{background-color:#ec008c!important;cursor:pointer}.action[data-v-48940996]:hover{background-color:#4778c5}.edit-icon[data-v-48940996]{cursor:pointer;margin-left:3px;width:14px}
[data-v-b01c1d88]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.center-inside[data-v-b01c1d88]{position:relative;text-align:center;top:50%}.save[data-v-b01c1d88]{display:block!important;margin-right:0!important}.action[data-v-b01c1d88]{background-color:#ec008c!important;cursor:pointer}.action[data-v-b01c1d88]:hover{background-color:#4778c5}.edit-icon[data-v-b01c1d88]{cursor:pointer;margin-left:3px;width:14px}
[data-v-3113044c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.center-inside[data-v-3113044c]{position:relative;text-align:center;top:50%}.button-success[data-v-3113044c]{padding:0 12px}
[data-v-343738ce]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.ok[data-v-343738ce]{color:#8abd81}.not-ok[data-v-343738ce],.ok[data-v-343738ce]{font-weight:500}.not-ok[data-v-343738ce]{color:#cfa62d}.display-none[data-v-343738ce]{display:none}.columns[data-v-343738ce]{margin:0}.yellow-bg[data-v-343738ce]{background-color:#fff7e2}.green-bg[data-v-343738ce]{background-color:#eeffeb}.font-weight[data-v-343738ce]{font-weight:500}.delete-item[data-v-343738ce]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:.3rem;top:50%;transition:background-color .5s ease;width:36px}.delete-item.toggle-item[data-v-343738ce]{top:150%!important}.delete-item.white-delete[data-v-343738ce]{right:1.3rem}.delete-item.white-delete[data-v-343738ce]:hover{background-color:#5d5d5d;cursor:pointer}.delete-item[data-v-343738ce]:hover{background-color:#efefef;cursor:pointer}.delete-item img[data-v-343738ce]{height:20px}.invoicedetail[data-v-343738ce]{margin-top:1rem;padding:0}.invoicedetail .invoicedetail-content[data-v-343738ce]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:1rem}.invoicedetail .invoicedetail-content .property-title[data-v-343738ce]{font-weight:500}.copy-icon[data-v-343738ce]{background:none;border:none;color:#bababa;cursor:pointer;padding:0 0 0 .15rem}.copy-icon[data-v-343738ce]:hover{color:#ec008c}.copy-icon .fa-circle-notch[data-v-343738ce]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner;animation-name:spinner;-webkit-animation-timing-function:linear;animation-timing-function:linear}
[data-v-b7e4a43a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-content[data-v-b7e4a43a]{padding-bottom:1rem!important}.widget-container[data-v-b7e4a43a]{margin:0 -1rem 1rem}.widget-container .widget[data-v-b7e4a43a]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-b7e4a43a]{display:flex;flex-direction:column}.widget-container .widget .widget-content[data-v-b7e4a43a]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:1rem}.input-container[data-v-b7e4a43a]{height:2rem;position:relative;width:100%}.shown-value[data-v-b7e4a43a]{font-size:.9rem;line-height:2rem}.footer-container .level[data-v-b7e4a43a]{margin-bottom:0}.footer-container .level .level-right[data-v-b7e4a43a]{padding:1rem 0!important}.step-content[data-v-b7e4a43a]{flex-grow:1;position:relative}.content-col[data-v-b7e4a43a]{margin:-1rem 0 0}.edit-icon[data-v-b7e4a43a]{height:20px}.edit-circle[data-v-b7e4a43a]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:2rem;top:50%;transition:background-color .5s ease;width:36px}.edit-circle[data-v-b7e4a43a]:hover{background-color:#5d5d5d;cursor:pointer}.custom__tag[data-v-b7e4a43a],.font-weight[data-v-b7e4a43a]{font-weight:500}.custom__tag[data-v-b7e4a43a]{background-color:#90be90;border-radius:3px;color:#fff;margin-right:.5rem;padding:2px 6px}.custom__remove[data-v-b7e4a43a]{color:#73a06b;cursor:pointer;font-family:verdana;font-weight:700;margin-left:6px}.multiselect__content[data-v-b7e4a43a]{border-radius:0;border-top:1px solid #e6e6e6}.multiselect__content li[data-v-b7e4a43a]{cursor:auto}.multiselect__content li.multiselect__element[data-v-b7e4a43a]{display:inline!important}.multiselect__input[data-v-b7e4a43a],.multiselect__single[data-v-b7e4a43a]{background-color:transparant}.addcontact[data-v-b7e4a43a]{cursor:pointer;float:right;font-style:italic;font-weight:300}.addcontact[data-v-b7e4a43a]:hover{color:#969696;text-decoration:underline}.note-content-unedit[data-v-b7e4a43a]{background-color:#ececec;border-right:.3rem solid #dadada;margin-bottom:1rem;padding:1rem;position:relative}.addcontact-li[data-v-b7e4a43a]{cursor:pointer!important;font-weight:300;text-decoration:underline}.addcontact-li[data-v-b7e4a43a]:hover{color:#969696;text-decoration:underline}.multiselect-status[data-v-b7e4a43a]{background-color:#c2ad5b;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:2rem;position:absolute;right:-1px;top:1px;width:.3rem;z-index:10}.multiselect-status.filled[data-v-b7e4a43a]{background-color:#90be90}.multiselect__select[data-v-b7e4a43a]{height:30px}.input-title[data-v-b7e4a43a]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.padding-right-2rem[data-v-b7e4a43a]{padding-right:2rem}.padding-left-2rem[data-v-b7e4a43a]{border-left:1px dashed #dedede;padding-left:2rem}.border-bottom-grey[data-v-b7e4a43a]{border-bottom:1px dashed #dedede}.save[data-v-b7e4a43a]{display:block!important;margin-right:0!important}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.salaries .input-title{font-weight:300!important}
[data-v-4f6a6220]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.header[data-v-4f6a6220]{font-weight:500;padding-top:.5rem;text-align:center}.inline-input-container[data-v-4f6a6220]{align-items:center;display:flex;flex-wrap:nowrap;font-size:.9rem;font-weight:550;gap:.5rem}.inline-input-container span[data-v-4f6a6220]{flex:1 0 auto}.modal-content[data-v-4f6a6220]{display:flex;flex-direction:column}.modal-content .editlocation-scroll[data-v-4f6a6220]{overflow-y:scroll}.salaries[data-v-4f6a6220]{background-color:#efeeef;border:1px solid #dadada;border-radius:.25rem;margin:0!important;padding:0 .5rem 1rem!important}.input-title-salaries[data-v-4f6a6220]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.seperate-line[data-v-4f6a6220]{border-top:1px dashed #dedede;height:1px;margin:2rem 1.5rem 1rem;width:calc(100% - 3rem)}.custom-bar[data-v-4f6a6220]{margin-right:.5rem;position:relative}.overlay-input[data-v-4f6a6220]{bottom:0;position:absolute;right:0;width:auto}.not-font-weight[data-v-4f6a6220]{font-style:italic;font-weight:300}h1[data-v-4f6a6220]{color:red}.input-section-container[data-v-4f6a6220]{margin:.5rem auto;padding:0 1.5rem}.input-section-container .input-container[data-v-4f6a6220]{height:auto}.input-section-container .section-title[data-v-4f6a6220]{font-weight:500}.columns[data-v-4f6a6220]{margin:.5rem auto;padding:0 1rem}.columns.location-button[data-v-4f6a6220]{margin:0;padding:0}.columns .location[data-v-4f6a6220]{margin-top:1rem;padding:0}.columns .location.add-location[data-v-4f6a6220]{background-color:#f3f3f3;border:1px dashed #dedede;border-radius:5px;cursor:pointer;font-size:.9rem;padding:1rem;text-align:center;transition:all .4s ease}.columns .location.add-location[data-v-4f6a6220]:hover{background-color:#ecf9ea}.columns .location.add-location img[data-v-4f6a6220]{margin-top:6px;width:48px}.columns .location .location-title[data-v-4f6a6220]{background-color:#abb9c3;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:.9rem;font-weight:500;line-height:2rem;padding:.5rem 1rem}.columns .location .location-content[data-v-4f6a6220]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;padding:1rem}.columns .location .location-content .property-title[data-v-4f6a6220]{font-weight:500}.columns .column[data-v-4f6a6220]{padding:0 1rem}.columns .column .info[data-v-4f6a6220]{font-size:.8rem}
[data-v-601dfab2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.inactive[data-v-601dfab2]{background-color:red!important}h1[data-v-601dfab2]{color:red}.add-note-field[data-v-601dfab2]{width:100%}.add-note-field[data-v-601dfab2],.add-note-field .column[data-v-601dfab2]{padding:0!important}.add-note-field .column .recap-wrapper[data-v-601dfab2]{position:relative}.add-note-field .column .recap-wrapper:hover img[data-v-601dfab2]{cursor:pointer;display:block}.add-note-field .column .recap-wrapper img[data-v-601dfab2]{display:none;height:16px;position:absolute;right:2rem;top:1.9rem;z-index:200}.add-note-field .column .recap-item[data-v-601dfab2]{border-bottom:1px solid #e4e4e4;cursor:pointer;font-size:.9rem;line-height:1.7rem;max-height:200px;overflow:hidden;padding:1.5rem;position:relative;transition:max-height .3s linear}.add-note-field .column .recap-item[data-v-601dfab2]:hover{background-color:#fffaea}.add-note-field .column .recap-item:hover .gradient[data-v-601dfab2]{background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fdfbf2 84%,#fdfaef);filter:progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff",endColorstr="#fdfaef",GradientType=0)}.add-note-field .column .recap-item:hover img[data-v-601dfab2]{cursor:pointer;display:block}.add-note-field .column .recap-item img[data-v-601dfab2]{display:none;height:16px;position:absolute;right:7.6rem;top:1.9rem}.add-note-field .column .recap-item.maximum[data-v-601dfab2]{max-height:10000px}.add-note-field .column .recap-item .gradient[data-v-601dfab2]{background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 84%,#fff);bottom:0;display:none;filter:progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0);height:100px;left:0;pointer-events:none;position:absolute;width:100%}.add-note-field .column .recap-item[data-v-601dfab2]:last-child{border-bottom:none}.add-note-field .column .recap-item .date[data-v-601dfab2]{background-color:#c7c7c7;border-radius:5px;color:#fff;padding:2px 6px 0}.add-note-field .column .recap-item .date strong[data-v-601dfab2]{color:#fff}.flex-stretch[data-v-601dfab2]{display:flex;overflow:scroll;width:auto}.step-title[data-v-601dfab2]{background-color:#e0c263!important;border-bottom:none!important}.note-container[data-v-601dfab2]{display:flex;flex-direction:column-reverse;overflow-y:auto}.modal-content[data-v-601dfab2]{align-items:stretch;display:flex;flex-direction:column}.columns[data-v-601dfab2]{margin:0 auto;padding:0 1rem}.columns.note[data-v-601dfab2]{background-color:#fffcf3;border-bottom:1px solid #e4e4e4;position:relative}.columns.note:hover img[data-v-601dfab2]{cursor:pointer;display:block}.columns.note[data-v-601dfab2]:last-child{border-bottom:0}.columns.note img[data-v-601dfab2]{bottom:1rem;display:none;height:16px;position:absolute;right:1rem}.columns.note .column[data-v-601dfab2]{margin-bottom:1rem;margin-top:.5rem}.columns.note .column .note-content[data-v-601dfab2]{padding-bottom:.5rem;padding-top:.5rem}.columns.note .column .time[data-v-601dfab2]{font-size:.8rem;font-weight:500}.columns.note .column .author[data-v-601dfab2]{color:#989898;font-size:.8rem}.columns .column[data-v-601dfab2]{font-size:.9rem;padding:0 1rem}.columns .column .wysiwyg[data-v-601dfab2]{border:0;color:#4a4a4a;display:block;font-family:Roboto,sans-serif;font-size:.9rem;font-weight:300;line-height:1.5;outline:0;padding:2.5rem 1rem 0;resize:none;width:100%}.columns .column .info[data-v-601dfab2]{font-size:.8rem}.recap-content[data-v-601dfab2]{padding-left:6px;padding-right:6px}
[data-v-5d3dc59e]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.inactive[data-v-5d3dc59e]{background-color:red!important}h1[data-v-5d3dc59e]{color:red}.add-note-field[data-v-5d3dc59e]{width:100%}.add-note-field[data-v-5d3dc59e],.add-note-field .column[data-v-5d3dc59e]{padding:0!important}.flex-stretch[data-v-5d3dc59e]{display:flex;overflow:scroll;width:auto}.step-title[data-v-5d3dc59e]{background-color:#e0c263!important;border-bottom:none!important}.note-container[data-v-5d3dc59e]{display:flex;flex-direction:column-reverse;overflow-y:auto}.modal-content[data-v-5d3dc59e]{align-items:stretch;display:flex;flex-direction:column}.columns[data-v-5d3dc59e]{margin:0 auto;padding:0 1rem}.columns.note[data-v-5d3dc59e]{background-color:#fffcf3;border-bottom:1px solid #e4e4e4;position:relative}.columns.note:hover img[data-v-5d3dc59e]{cursor:pointer;display:block}.columns.note[data-v-5d3dc59e]:last-child{border-bottom:0}.columns.note img[data-v-5d3dc59e]{bottom:1rem;display:none;height:16px;position:absolute;right:1rem}.columns.note .column[data-v-5d3dc59e]{margin-bottom:1rem;margin-top:.5rem}.columns.note .column .note-content[data-v-5d3dc59e]{padding-bottom:.5rem;padding-top:.5rem}.columns.note .column .time[data-v-5d3dc59e]{font-size:.8rem;font-weight:500}.columns.note .column .author[data-v-5d3dc59e]{color:#989898;font-size:.8rem}.columns .column[data-v-5d3dc59e]{font-size:.9rem;padding:0 1rem}.columns .column .info[data-v-5d3dc59e]{font-size:.8rem}
[data-v-18d99cd5]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.inactive[data-v-18d99cd5]{background-color:red!important}h1[data-v-18d99cd5]{color:red}.add-note-field[data-v-18d99cd5]{width:100%}.add-note-field[data-v-18d99cd5],.add-note-field .column[data-v-18d99cd5]{padding:0!important}.flex-stretch[data-v-18d99cd5]{display:flex;overflow:scroll;width:auto}.step-title[data-v-18d99cd5]{background-color:#e0c263!important;border-bottom:none!important}.note-container[data-v-18d99cd5]{display:flex;flex-direction:column-reverse;overflow-y:auto}.modal-content[data-v-18d99cd5]{align-items:stretch;display:flex;flex-direction:column}.columns[data-v-18d99cd5]{margin:0 auto;padding:0 1rem}.columns.note[data-v-18d99cd5]{background-color:#fffcf3;border-bottom:1px solid #e4e4e4;position:relative}.columns.note:hover img[data-v-18d99cd5]{cursor:pointer;display:block}.columns.note[data-v-18d99cd5]:last-child{border-bottom:0}.columns.note img[data-v-18d99cd5]{bottom:1rem;display:none;height:16px;position:absolute;right:1rem}.columns.note .column[data-v-18d99cd5]{margin-bottom:1rem;margin-top:.5rem}.columns.note .column .note-content[data-v-18d99cd5]{padding-bottom:.5rem;padding-top:.5rem}.columns.note .column .time[data-v-18d99cd5]{font-size:.8rem;font-weight:500}.columns.note .column .author[data-v-18d99cd5]{color:#989898;font-size:.8rem}.columns .column[data-v-18d99cd5]{font-size:.9rem;padding:0 1rem}.columns .column .info[data-v-18d99cd5]{font-size:.8rem}
[data-v-c7de00a6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.button-yellow[data-v-c7de00a6]{margin:1rem 0 0}.columns[data-v-c7de00a6]{margin:0}.step-content[data-v-c7de00a6]{padding-bottom:1rem!important}.widget-container[data-v-c7de00a6]{margin:0 -1rem 1rem;padding-right:2rem}.widget-container .widget[data-v-c7de00a6]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-c7de00a6]{display:flex;flex-direction:column}.widget-container .widget .sickleave-title[data-v-c7de00a6]{align-items:center;display:flex;gap:1rem}.widget-container .widget .sickleave-title .select-field[data-v-c7de00a6]{font-size:.8rem;margin-bottom:0;margin-left:auto}.widget-container .widget .widget-content[data-v-c7de00a6]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:1rem}.widget-container .widget .widget-content .read-more[data-v-c7de00a6]{background-color:#f1f1f1;color:#a0a0a0;display:block;font-style:italic;height:2rem;line-height:2rem;text-align:center;transition:all .5s ease;width:100%}.widget-container .widget .widget-content .read-more[data-v-c7de00a6]:hover{background-color:#fff3fa;color:#ec80c1;cursor:pointer}.widget-container .widget .widget-content table[data-v-c7de00a6]{margin-bottom:1rem;width:100%}.widget-container .widget .widget-content table tr[data-v-c7de00a6]:not(:first-child):hover{background-color:#f1f1f1;cursor:pointer}.widget-container .widget .widget-content table tr th[data-v-c7de00a6]{border-bottom:1px dashed #efefef;font-weight:400;padding-bottom:.25rem}.widget-container .widget .widget-content table tr td[data-v-c7de00a6]{padding:.25rem 0}.widget-container .widget .widget-content table tr td[data-v-c7de00a6]:last-child{position:relative;white-space:nowrap;width:1%}.widget-container .widget .widget-content table tr td:last-child .status[data-v-c7de00a6]{background-color:#d66a6a;border-radius:10px;height:12px;left:50%;margin-left:-6px;margin-top:-6px;position:absolute;top:50%;width:12px}.widget-container .widget .widget-content table tr td:last-child .status.paid[data-v-c7de00a6]{background-color:#8abd81}.widget-container .widget .widget-content .stat-bar-detail[data-v-c7de00a6]{border-left:4px solid transparent;margin:.75rem 0;padding:0 .75rem}.widget-container .widget .widget-content .stat-bar-detail[data-v-c7de00a6]:first-child{margin-left:.75rem}.widget-container .widget .widget-content .stat-bar-title[data-v-c7de00a6]{display:block;font-weight:400;margin-bottom:.2rem}.widget-container .widget .widget-content .stat-bar-title[data-v-c7de00a6]:not(:first-child){margin-top:3rem}.widget-container .widget .widget-content .stat-bar-title .font-not-bold[data-v-c7de00a6]{font-weight:200}.widget-container .widget .widget-content .stat-bar[data-v-c7de00a6]{background-color:#a3bfd2;height:2.5rem;position:relative;width:100%}.widget-container .widget .widget-content .stat-bar .stat-bar-percentage[data-v-c7de00a6]{color:#fff;font-weight:400;height:2.5rem;line-height:2.5rem;position:absolute;right:1rem}.widget-container .widget .widget-content .stat-bar .hours[data-v-c7de00a6]{background-color:#fff;position:absolute;top:2.8rem}.widget-container .widget .widget-content .stat-bar .hours.einstein-hours[data-v-c7de00a6]{left:100%;padding-right:20px}.widget-container .widget .widget-content .stat-bar .hours.not-einstein-hours[data-v-c7de00a6]{left:0}.widget-container .widget .widget-content .stat-bar .hours.to-confirm-hours[data-v-c7de00a6]{right:0}.widget-container .widget .widget-content .stat-bar .not-einstein[data-v-c7de00a6]{background-color:#ececec;height:2.5rem;left:0;position:absolute}.widget-container .widget .widget-content .stat-bar .to-confirm[data-v-c7de00a6]{background-color:#e0c262;height:2.5rem;position:absolute;right:0}.widget-container .widget .widget-content .stat-bar[data-v-c7de00a6]:last-child{margin-bottom:2rem}.widget-container .widget .widget-content .stats-half[data-v-c7de00a6]{float:left;position:relative;width:50%}.widget-container .widget .widget-content .stats-half .stats-info[data-v-c7de00a6]{bottom:0;display:flex;flex-direction:column;height:7rem;justify-content:center;width:100%}.widget-container .widget .widget-content .stats-half .stats-info .property[data-v-c7de00a6]{font-size:.7rem;font-weight:400}.widget-container .widget .widget-content .property-title[data-v-c7de00a6]{font-weight:400}
[data-v-633f1988]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.field[data-v-633f1988]{margin-left:-1rem!important}.employees-content[data-v-633f1988]{background:transparent}.employees-content .employees-table[data-v-633f1988]{border:1px solid #dedede;border-bottom:0}.mr-einstein[data-v-633f1988]{background-image:url(/img/mr-icon-small.png);background-position:1rem 50%;background-repeat:no-repeat;background-size:18px;padding-left:3rem}.payslip-user[data-v-633f1988]{font-size:14px;margin-left:-31px;margin-right:14px}.first-name-col[data-v-633f1988]{padding-left:3rem}.role-label[data-v-633f1988]{border-radius:10px;color:#fff;font-size:.7rem;font-weight:400;margin-left:10px;margin-top:5px;padding:5px 6px 3px;text-transform:uppercase;white-space:nowrap}.role-label.contact-label[data-v-633f1988]{background-color:#ec008c}.role-label.manager-label[data-v-633f1988]{background-color:#80b4d6}
[data-v-2f547f9c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-title[data-v-2f547f9c]{color:#4a4a4a!important;pointer-events:none!important}.select-item[data-v-2f547f9c]{display:block;height:3rem;line-height:3rem;padding:0 1rem;text-align:right;transition:all .1s linear;white-space:nowrap}.select-item[data-v-2f547f9c]:not(:first-child){border-top:1px solid #ec008c}.select-item[data-v-2f547f9c]:hover{background-color:#376482;cursor:pointer}h1[data-v-2f547f9c]{color:red}.columns[data-v-2f547f9c]{margin:.5rem auto}.columns[data-v-2f547f9c],.columns .column[data-v-2f547f9c]{padding:0 1rem}.columns .column .info[data-v-2f547f9c]{font-size:.8rem}
[data-v-ece7f60a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.orders-content[data-v-ece7f60a]{background:transparent}.orders-content .orders-table[data-v-ece7f60a]{border:1px solid #dedede;border-bottom:0}.img-cont[data-v-ece7f60a]{border-radius:16px;display:block;height:32px;margin-right:20px;margin-top:-16px;padding:8px;position:absolute;right:.5rem;top:50%;transition:all .2s linear;width:32px}.img-cont[data-v-ece7f60a]:hover{background-color:#dedede}.img-cont img[data-v-ece7f60a]{display:block;width:16px}
[data-v-3c2a2f2f]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.title-bar[data-v-3c2a2f2f]{height:4.5rem}.submenu[data-v-3c2a2f2f]{background-color:#f9f9f9;border-right:1px solid #dadada;border-top-right-radius:0;flex:1;font-size:.9rem}.submenu ul a[data-v-3c2a2f2f]{border-bottom:1px solid #dadada;color:#8c8c8c;display:block;font-weight:500;line-height:1.5rem;padding:1rem}.submenu ul a[data-v-3c2a2f2f]:hover{background-color:#fff;cursor:pointer}.submenu ul a[data-v-3c2a2f2f]:first-child{border-top-left-radius:10px}.submenu ul a.active[data-v-3c2a2f2f]{background-color:#fff;color:#363636;position:relative}.submenu ul a.active[data-v-3c2a2f2f]:after{background-color:#fff;content:"";height:100%;position:absolute;right:-1px;top:0;width:1px}
[data-v-3b8b916c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-title[data-v-3b8b916c]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.warning-banner[data-v-3b8b916c]{background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;font-size:.85rem;line-height:1.4;margin:1rem 1rem 0;padding:.75rem 1rem}.warning-banner .fa-exclamation-triangle[data-v-3b8b916c]{margin-right:.4rem}.columns[data-v-3b8b916c]{margin:.5rem auto}.columns[data-v-3b8b916c],.columns .column[data-v-3b8b916c]{padding:0 1rem}.columns .column .info[data-v-3b8b916c]{font-size:.8rem}
[data-v-eb69da38]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.button-add[data-v-eb69da38]{border-radius:.25rem}.button-add.adding .btn-text[data-v-eb69da38]{opacity:0}.button-add.adding i[data-v-eb69da38]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-eb69da38;animation-name:spinner-eb69da38;-webkit-animation-timing-function:linear;animation-timing-function:linear;left:calc(50% - .425rem);position:absolute;top:calc(50% - .425rem)}section.lists-table[data-v-eb69da38]{border-radius:5px;overflow:hidden}.action-btns-wrap[data-v-eb69da38]{text-align:right}.action-btns[data-v-eb69da38]{align-items:center;display:inline-flex;gap:1rem;justify-content:space-between;width:100%}.action-btns .btn[data-v-eb69da38]{align-items:center;aspect-ratio:1;background:none;border:none;border-radius:50%;color:#000;cursor:pointer;display:flex;font-size:1.125rem;justify-content:center;text-align:center;transition:background-color .3s;width:2.25rem}.action-btns .btn[data-v-eb69da38]:hover{background:#dedede}.action-btns .btn[data-v-eb69da38]:active{background:#bbb}.action-btns .btn.delete-btn[data-v-eb69da38]{color:#d66a6a}.action-btns .btn .loading-icon[data-v-eb69da38]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-eb69da38;animation-name:spinner-eb69da38;-webkit-animation-timing-function:linear;animation-timing-function:linear;position:absolute}.action-btns .btn .hidden[data-v-eb69da38]{opacity:0}.table-links td.has-link[data-v-eb69da38]{padding:0}.table-links td.has-link a[data-v-eb69da38]{color:inherit;display:block;padding:0 1rem}.no-scales[data-v-eb69da38]{padding:1rem;text-align:center}.loading[data-v-eb69da38]{align-items:flex-start;color:var(--color-primary);display:flex;font-size:1.5rem;justify-content:center;padding:3rem}.loading i[data-v-eb69da38]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-eb69da38;animation-name:spinner-eb69da38;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spinner-eb69da38{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner-eb69da38{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
[data-v-5aae4a30]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-title[data-v-5aae4a30]{color:#4a4a4a!important;pointer-events:none!important}.modal-content .scrollable[data-v-5aae4a30]{max-height:calc(100vh - 16rem);overflow-y:auto}.modal-content .locked-banner[data-v-5aae4a30]{align-items:center;background:#fff3cd;border:1px solid #ffc107;border-radius:.5rem;color:#856404;display:flex;gap:.75rem;margin:1rem;padding:1.25rem}.modal-content .locked-banner i[data-v-5aae4a30]{font-size:1.4rem}.columns[data-v-5aae4a30]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-5aae4a30]{margin:0;overflow-y:scroll;padding:0}.columns .column[data-v-5aae4a30]{padding:0 1rem}.columns .column .info[data-v-5aae4a30]{font-size:.8rem}
[data-v-6f81fc0a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-wrap[data-v-6f81fc0a]{position:relative}.input-wrap[data-v-6f81fc0a]:has(input:disabled){background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.input-wrap:has(input:disabled) label[data-v-6f81fc0a]{color:#999}.input-wrap:has(input:disabled) .input[data-v-6f81fc0a]{border-color:#d0d0d0}.input-wrap label[data-v-6f81fc0a]{align-items:center;display:flex;font-size:.875rem;font-weight:400;height:100%;left:0;padding:0 .75rem;position:absolute;top:0}.input-wrap .input[data-v-6f81fc0a]{background:transparent;border:2px solid #e9e9e9;font-size:.875rem;padding-left:1.5rem;text-align:center}.input-wrap .input[data-v-6f81fc0a]:focus{box-shadow:0 0 0 .125em #8abd81}.input-wrap .input[data-v-6f81fc0a]:disabled{color:#999;cursor:not-allowed}
[data-v-099f67b7]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-wrap[data-v-099f67b7]{position:relative}.input-wrap[data-v-099f67b7]:has(input:disabled){background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.input-wrap:has(input:disabled) label[data-v-099f67b7]{color:#999}.input-wrap:has(input:disabled) .input[data-v-099f67b7]{border-color:#d0d0d0}.input-wrap label[data-v-099f67b7]{align-items:center;display:flex;font-size:.875rem;font-weight:400;height:100%;padding:0 .75rem;position:absolute;right:20px;top:0}.input-wrap .input[data-v-099f67b7]{background:transparent;border:2px solid #e9e9e9;font-size:.875rem;padding-left:1.5rem;text-align:center}.input-wrap .input[data-v-099f67b7]:focus{box-shadow:0 0 0 .125em #8abd81}.input-wrap .input[data-v-099f67b7]:disabled{color:#999;cursor:not-allowed}
[data-v-a26891b4]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h2[data-v-a26891b4]{align-items:center;display:flex;font-size:1.25rem;font-weight:500;gap:.25em}.input.pseudo-disabled[data-v-a26891b4]:disabled{background-color:#fff;cursor:auto}.input.pseudo-disabled:disabled.locked[data-v-a26891b4]{background-color:#f5f5f5}.header-btns[data-v-a26891b4]{display:flex;gap:.5rem}.header-btns .button-status[data-v-a26891b4]{margin:0}.toggle-wrap[data-v-a26891b4]{align-items:center;display:flex;gap:.5rem;margin-left:1rem}.toggle-wrap input[type=checkbox][data-v-a26891b4]{height:0;visibility:hidden;width:0}.toggle-wrap button.enable-steps-button-toggle[data-v-a26891b4],.toggle-wrap label[data-v-a26891b4]{align-items:center;display:inline-flex;gap:.5rem}.toggle-wrap button.enable-steps-button-toggle[data-v-a26891b4]{background:none;border:none}.toggle-wrap .loader[data-v-a26891b4]{border-bottom-color:var(--color-primary);border-left-color:var(--color-primary)}.toggle-wrap button .toggle[data-v-a26891b4],.toggle-wrap label .toggle[data-v-a26891b4]{background:#e9e9eb;border-radius:100px;cursor:pointer;display:inline-block;height:1.25rem;position:relative;text-indent:-9999px;width:2rem}.toggle-wrap button .toggle[data-v-a26891b4]:after,.toggle-wrap label .toggle[data-v-a26891b4]:after{background:#fff;border-radius:90px;box-shadow:0 0 3px rgba(0,0,0,.2);content:"";height:.875rem;left:.2rem;position:absolute;top:.2rem;transition:.3s;width:.875rem}.toggle-wrap button.active .toggle[data-v-a26891b4],.toggle-wrap input:checked+label .toggle[data-v-a26891b4]{background:var(--color-success)}.toggle-wrap button.active .toggle[data-v-a26891b4]:after,.toggle-wrap input:checked+label .toggle[data-v-a26891b4]:after{transform:translateX(.75rem)}.loader-overlay-column[data-v-a26891b4]{align-items:center;background:hsla(0,0%,86%,.5);color:var(--color-primary);display:flex;font-size:1.5rem;height:100%;justify-content:center;position:absolute;width:100%}.loader-overlay-column i[data-v-a26891b4]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-a26891b4;animation-name:spinner-a26891b4;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spinner-a26891b4{to{transform:rotate(1turn)}}@keyframes spinner-a26891b4{to{transform:rotate(1turn)}}
[data-v-4ac40168]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input.pseudo-disabled[data-v-4ac40168]:disabled{background-color:#fff;cursor:auto}
[data-v-5048a7cc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.transition-loading[data-v-5048a7cc]{color:var(--color-primary);display:flex;font-size:1.5rem;justify-content:center;padding:3rem}.transition-loading i[data-v-5048a7cc]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-5048a7cc;animation-name:spinner-5048a7cc;-webkit-animation-timing-function:linear;animation-timing-function:linear}.transition-table[data-v-5048a7cc]{width:100%}.transition-table thead th[data-v-5048a7cc]{background-color:#f3f3f3;border-bottom:2px solid #e9e9e9;border-right:1px solid #e9e9e9;border-top:none;color:#555;font-weight:600;padding:1rem}.transition-table tbody tr:last-child td[data-v-5048a7cc]{border-bottom:0}.transition-table tbody tr:hover td[data-v-5048a7cc]{background-color:#f3f3f3}.transition-table tbody td[data-v-5048a7cc]{border:1px solid #e9e9e9;border-left:none;border-top:none;line-height:1rem;padding:1rem;vertical-align:middle}.scale-info[data-v-5048a7cc]{font-size:.875rem;line-height:1.5!important}.scale-info div[data-v-5048a7cc]:first-child{color:#333;font-weight:500}.scale-info div[data-v-5048a7cc]:not(:first-child){color:#777}.salary-change[data-v-5048a7cc]{align-items:center;display:inline-flex;gap:.5rem;white-space:nowrap}.arrow-icon[data-v-5048a7cc]{color:#aaa;flex-shrink:0;font-size:.75rem}.salary-value[data-v-5048a7cc]{font-size:.9rem}.salary-value.old[data-v-5048a7cc]{color:#888}.salary-value.new[data-v-5048a7cc]{color:#333;font-weight:500}.empty-state[data-v-5048a7cc]{color:#aaa;font-style:italic;padding:2rem!important;text-align:center}@-webkit-keyframes spinner-5048a7cc{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner-5048a7cc{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
[data-v-2bb73102]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.info-text[data-v-2bb73102]{margin-left:15px;margin-right:10px}.mapping-description[data-v-2bb73102]{color:#8c8c8c;font-size:.9rem;max-width:720px;padding:1rem 1rem 0}.mapping-description--spaced[data-v-2bb73102]{margin-bottom:1rem}.mapping-direction[data-v-2bb73102]{padding:.5rem 1rem 0}.main-content[data-v-2bb73102]{display:block;position:relative}.main-content .lists-table[data-v-2bb73102]{border-radius:10px;margin-bottom:1.5rem}.main-content .button-settings[data-v-2bb73102]{align-items:center;display:flex;gap:.5rem}.main-content .button-lock-header[data-v-2bb73102],.main-content .button-unlock-header[data-v-2bb73102]{min-width:auto!important;padding:.5rem 1rem}.main-content .button-lock-header[data-v-2bb73102]{background-color:#ffc107!important;color:#fff!important}.main-content .button-lock-header[data-v-2bb73102]:hover{background-color:#d39e00!important}.main-content .button-unlock-header[data-v-2bb73102]{background-color:#8abd81!important;color:#fff!important}.main-content .button-unlock-header[data-v-2bb73102]:hover{background-color:#6bab60!important}.main-content .loading[data-v-2bb73102]{align-items:flex-start;background:hsla(0,0%,100%,.7);color:var(--color-primary);display:flex;font-size:1.5rem;height:100%;justify-content:center;left:0;padding:3rem;position:absolute;top:0;width:100%;z-index:3}.main-content .loading i[data-v-2bb73102]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-2bb73102;animation-name:spinner-2bb73102;-webkit-animation-timing-function:linear;animation-timing-function:linear}.button-status.active[data-v-2bb73102]{background-color:#8abd81}.button-cancel[data-v-2bb73102]{background:#959595}.header-bar .level-right[data-v-2bb73102]{align-items:center;color:#8a8a8a;display:flex;gap:.5rem}.header-bar .button-pencil[data-v-2bb73102]{align-items:center;aspect-ratio:1;background:none;border:none;border-radius:50%;color:#8a8a8a;cursor:pointer;display:flex;font-size:1rem;justify-content:center;text-align:center;transition:background-color .3s;width:2em}.header-bar .button-pencil[data-v-2bb73102]:hover{background:#dedede}.header-bar .button-pencil[data-v-2bb73102]:active{background:#bbb}.header-bar .button-pencil[data-v-2bb73102]:disabled{opacity:.5;pointer-events:none}.header-bar .button-pencil .fa-circle-notch[data-v-2bb73102]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-2bb73102;animation-name:spinner-2bb73102;-webkit-animation-timing-function:linear;animation-timing-function:linear}.scale-header[data-v-2bb73102]{align-items:center;display:flex;gap:1rem;justify-content:space-between}.scale-header .date-input-wrap[data-v-2bb73102]{margin-top:1rem;position:relative}.scale-header .date-input-wrap label[data-v-2bb73102]{flex-shrink:0}.scale-header .date-input-wrap .input-field-wrap[data-v-2bb73102]{flex-shrink:0;position:relative;width:100%}.scale-header .date-input-wrap .spinner-wrap[data-v-2bb73102]{color:var(--color-primary);display:inline-block;height:100%;padding:0 .5rem;position:relative;vertical-align:middle}.scale-header .date-input-wrap .spinner-wrap i[data-v-2bb73102]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-2bb73102;animation-name:spinner-2bb73102;-webkit-animation-timing-function:linear;animation-timing-function:linear}.scale-header .input[data-v-2bb73102]{font-size:1rem;font-weight:500}.scale-header .input[data-v-2bb73102]:focus{border-color:#dedede;box-shadow:0 0 0 .125em #8abd81}.scale-header .input-container[data-v-2bb73102]{position:relative}.scale-header .input-container .indicator[data-v-2bb73102]{background:var(--color-primary);border-radius:50%;height:16px;left:-4px;position:absolute;top:-4px;width:16px}.scale-header .input-container .indicator.indicator-loading[data-v-2bb73102]:after{-webkit-animation-duration:2.5s;animation-duration:2.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:clockWipe-2bb73102;animation-name:clockWipe-2bb73102;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-color:var(--color-success);border-radius:50%;content:"";display:block;height:100%;width:100%}@-webkit-keyframes clockWipe-2bb73102{0%{-webkit-clip-path:polygon(50% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(50% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%)}12%{-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(100% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%)}25%{-webkit-clip-path:polygon(100% 50%,100% 50%,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(100% 50%,100% 50%,100% 100%,0 100%,0 0,50% 0,50% 50%)}37%{-webkit-clip-path:polygon(100% 100%,100% 100%,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(100% 100%,100% 100%,100% 100%,0 100%,0 0,50% 0,50% 50%)}50%{-webkit-clip-path:polygon(50% 100%,50% 100%,50% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(50% 100%,50% 100%,50% 100%,0 100%,0 0,50% 0,50% 50%)}62%{-webkit-clip-path:polygon(0 100%,0 100%,0 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(0 100%,0 100%,0 100%,0 100%,0 0,50% 0,50% 50%)}75%{-webkit-clip-path:polygon(0 50%,0 50%,0 50%,0 50%,0 0,50% 0,50% 50%);clip-path:polygon(0 50%,0 50%,0 50%,0 50%,0 0,50% 0,50% 50%)}88%{-webkit-clip-path:polygon(0 0,0 0,0 0,0 0,0 0,50% 0,50% 50%);clip-path:polygon(0 0,0 0,0 0,0 0,0 0,50% 0,50% 50%)}to{-webkit-clip-path:polygon(50% 0,50% 0,50% 0,50% 0,50% 0,50% 0,50% 50%);clip-path:polygon(50% 0,50% 0,50% 0,50% 0,50% 0,50% 0,50% 50%)}}@keyframes clockWipe-2bb73102{0%{-webkit-clip-path:polygon(50% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(50% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%)}12%{-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(100% 0,100% 0,100% 100%,0 100%,0 0,50% 0,50% 50%)}25%{-webkit-clip-path:polygon(100% 50%,100% 50%,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(100% 50%,100% 50%,100% 100%,0 100%,0 0,50% 0,50% 50%)}37%{-webkit-clip-path:polygon(100% 100%,100% 100%,100% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(100% 100%,100% 100%,100% 100%,0 100%,0 0,50% 0,50% 50%)}50%{-webkit-clip-path:polygon(50% 100%,50% 100%,50% 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(50% 100%,50% 100%,50% 100%,0 100%,0 0,50% 0,50% 50%)}62%{-webkit-clip-path:polygon(0 100%,0 100%,0 100%,0 100%,0 0,50% 0,50% 50%);clip-path:polygon(0 100%,0 100%,0 100%,0 100%,0 0,50% 0,50% 50%)}75%{-webkit-clip-path:polygon(0 50%,0 50%,0 50%,0 50%,0 0,50% 0,50% 50%);clip-path:polygon(0 50%,0 50%,0 50%,0 50%,0 0,50% 0,50% 50%)}88%{-webkit-clip-path:polygon(0 0,0 0,0 0,0 0,0 0,50% 0,50% 50%);clip-path:polygon(0 0,0 0,0 0,0 0,0 0,50% 0,50% 50%)}to{-webkit-clip-path:polygon(50% 0,50% 0,50% 0,50% 0,50% 0,50% 0,50% 50%);clip-path:polygon(50% 0,50% 0,50% 0,50% 0,50% 0,50% 0,50% 50%)}}.scale-header .input-container .loading[data-v-2bb73102]{align-items:center;background:hsla(0,0%,86%,.5);padding:0}.btn-saving[data-v-2bb73102]{align-items:center;display:flex;justify-content:center}.btn-saving i.saving-circle[data-v-2bb73102]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-2bb73102;animation-name:spinner-2bb73102;-webkit-animation-timing-function:linear;animation-timing-function:linear}.btn-saving i.fa-check[data-v-2bb73102],.btn-saving i.saving-circle[data-v-2bb73102]{display:block;position:absolute}.btn-saving .btn-text[data-v-2bb73102]{opacity:0}.custom-scales .header-btns[data-v-2bb73102]{display:flex;gap:.5rem}.custom-scales h2[data-v-2bb73102]{font-size:1.25rem;font-weight:500;gap:.25em}.custom-scales h2[data-v-2bb73102],.toggle-wrap[data-v-2bb73102]{align-items:center;display:flex}.toggle-wrap[data-v-2bb73102]{gap:.5rem;margin-left:1rem}.toggle-wrap input[type=checkbox][data-v-2bb73102]{height:0;visibility:hidden;width:0}.toggle-wrap button.enable-steps-button-toggle[data-v-2bb73102],.toggle-wrap label[data-v-2bb73102]{align-items:center;display:inline-flex;gap:.5rem}.toggle-wrap button.enable-steps-button-toggle[data-v-2bb73102]{background:none;border:none}.toggle-wrap .loader[data-v-2bb73102]{border-bottom-color:var(--color-primary);border-left-color:var(--color-primary)}.toggle-wrap button .toggle[data-v-2bb73102],.toggle-wrap label .toggle[data-v-2bb73102]{background:#e9e9eb;border-radius:100px;cursor:pointer;display:inline-block;height:1.25rem;position:relative;text-indent:-9999px;width:2rem}.toggle-wrap button .toggle[data-v-2bb73102]:after,.toggle-wrap label .toggle[data-v-2bb73102]:after{background:#fff;border-radius:90px;box-shadow:0 0 3px rgba(0,0,0,.2);content:"";height:.875rem;left:.2rem;position:absolute;top:.2rem;transition:.3s;width:.875rem}.toggle-wrap button.active .toggle[data-v-2bb73102],.toggle-wrap input:checked+label .toggle[data-v-2bb73102]{background:var(--color-success)}.toggle-wrap button.active .toggle[data-v-2bb73102]:after,.toggle-wrap input:checked+label .toggle[data-v-2bb73102]:after{transform:translateX(.75rem)}@-webkit-keyframes spinner-2bb73102{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner-2bb73102{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
[data-v-05c2adbc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-body[data-v-05c2adbc]{padding:1.25rem 1.5rem}.selected-names[data-v-05c2adbc]{background-color:#f3f3f3;border-radius:.25rem;color:#474747;line-height:1.3rem;margin-top:.5rem;max-height:12rem;overflow-y:auto;word-break:break-word}.selected-names[data-v-05c2adbc],.warning[data-v-05c2adbc]{font-size:.9rem;padding:.5rem .75rem}.warning[data-v-05c2adbc]{background-color:#fdecec;border:1px solid #f5c6cb;border-radius:.25rem;color:#d66a6a}
[data-v-5e7b9761]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.overlay[data-v-5e7b9761]{height:100vh;left:0;position:fixed;top:0;width:100%;z-index:25}.data-selection[data-v-5e7b9761]{background-color:#f3f3f3;border-bottom:1px solid #dadada;border-top-left-radius:10px;border-top-right-radius:10px;padding:1rem}.filter-bar[data-v-5e7b9761]{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem .75rem}.filter-chip[data-v-5e7b9761]{align-items:center;background-color:#fff;border:1px solid #e6e6e6;border-radius:.25rem;cursor:pointer;display:inline-flex;font-size:.9rem;gap:.5rem;line-height:1.25rem;padding:.35rem .75rem;transition:border-color .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filter-chip[data-v-5e7b9761]:hover{border-color:#b1b1b1}.filter-chip input[type=checkbox][data-v-5e7b9761]{margin:0}.filter-chip.filter-chip-select[data-v-5e7b9761]{gap:.5rem;padding:.15rem .5rem}.schaal-section[data-v-5e7b9761]{min-width:14rem;position:relative}.input-container[data-v-5e7b9761]{background-color:#fff;border:1px solid #e6e6e6;border-radius:.25rem;cursor:pointer;font-size:.9rem;line-height:2rem;padding:0 .5rem;position:relative;transition:border-color .2s linear;z-index:30}.input-container.hoverable[data-v-5e7b9761]:hover{border-color:#b1b1b1}.input-container.selected[data-v-5e7b9761]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#b1b1b1}.input-container.selected .user-count[data-v-5e7b9761]{font-weight:500}.input-container .dropdown-toggle[data-v-5e7b9761]{align-items:center;display:flex}.input-container .user-dropdown[data-v-5e7b9761]{background-color:#fff;border:1px solid #b1b1b1;border-top:0;left:-1px;margin-top:-2px;max-height:20rem;overflow:auto;position:absolute;top:2rem;width:calc(100% + 2px);z-index:30}.input-container .user-dropdown[data-v-5e7b9761]::-webkit-scrollbar-thumb{background-color:#ec008c;border-radius:4px}.input-container .user-dropdown ul[data-v-5e7b9761]{list-style:none;margin:0;padding:0}.input-container .user-dropdown ul li label[data-v-5e7b9761]{cursor:pointer;display:block;padding:0 .5rem;width:100%}.input-container .user-dropdown ul li label[data-v-5e7b9761]:hover{background-color:#f3f3f3}.input-container .user-dropdown ul li input[data-v-5e7b9761]{margin:0 .5rem 0 .1rem}.input-container .user-dropdown .select-option[data-v-5e7b9761]{padding:0 .5rem}.input-container .user-dropdown .select-option .icon[data-v-5e7b9761]{color:#ec008c;margin:0 .6rem 0 0}.input-container .user-dropdown .select-option.select-all[data-v-5e7b9761]{border-top:1px solid #dadada}.input-container .user-dropdown .select-option.deselect-all[data-v-5e7b9761]{border-bottom:1px solid #dadada}.input-container .user-dropdown .select-option.empty[data-v-5e7b9761]{color:#b1b1b1;cursor:default}.input-container .user-dropdown .select-option[data-v-5e7b9761]:not(.empty):hover{background-color:#f3f3f3}.bulk-action-bar[data-v-5e7b9761]{align-items:center;background-color:#fff;border:1px solid #e6e6e6;border-radius:.25rem;display:flex;justify-content:space-between;margin-top:1rem;padding:.75rem 1rem}.bulk-action-bar .bulk-count[data-v-5e7b9761]{color:#474747;font-weight:500}.bulk-action-bar .bulk-buttons[data-v-5e7b9761]{display:flex;gap:.5rem}.bulk-action-bar .bulk-buttons button[data-v-5e7b9761]{align-items:center;background-color:#71afd4;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.4rem;height:2rem;line-height:2rem;outline:none;padding:0 12px;transition:background-color .2s linear;white-space:nowrap}.bulk-action-bar .bulk-buttons button[data-v-5e7b9761]:hover:not(:disabled){background-color:#568dad}.bulk-action-bar .bulk-buttons button.button-approve[data-v-5e7b9761]{background-color:#8abd81}.bulk-action-bar .bulk-buttons button.button-approve[data-v-5e7b9761]:hover:not(:disabled){background-color:#6e9e65}.bulk-action-bar .bulk-buttons button.button-reopen[data-v-5e7b9761]{background-color:#ce4747}.bulk-action-bar .bulk-buttons button.button-reopen[data-v-5e7b9761]:hover:not(:disabled){background-color:#a93333}@media screen and (max-width:920px){.bulk-action-bar .bulk-buttons button[data-v-5e7b9761]{gap:0;padding:0 10px}.bulk-action-bar .bulk-buttons button .button-label[data-v-5e7b9761]{display:none}}.bulk-action-bar button[data-v-5e7b9761]:disabled{cursor:not-allowed;opacity:.5}.bulk-action-bar.is-disabled .bulk-count[data-v-5e7b9761]{color:#b1b1b1}.table-container[data-v-5e7b9761]{overflow-x:auto}.payroll-house-mutation-override-table[data-v-5e7b9761]{background-color:#fff;border-collapse:collapse;width:100%}.payroll-house-mutation-override-table thead th[data-v-5e7b9761]{background-color:#f3f3f3;border-bottom:1px solid #dadada;color:#474747;font-size:.9rem;font-weight:500;padding:.75rem 1rem;text-align:left;white-space:nowrap}.payroll-house-mutation-override-table tbody td[data-v-5e7b9761]{border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;line-height:1rem;padding:1rem;vertical-align:middle}.payroll-house-mutation-override-table tbody td[data-v-5e7b9761]:last-child{border-right:0}.payroll-house-mutation-override-table tbody tr:last-child td[data-v-5e7b9761]{border-bottom:0}.payroll-house-mutation-override-table .checkbox-col[data-v-5e7b9761]{text-align:center;width:2.5rem}.payroll-house-mutation-override-table .text-center[data-v-5e7b9761]{text-align:center}.payroll-house-mutation-override-table tr.is-disabled[data-v-5e7b9761],.payroll-house-mutation-override-table tr.is-disabled .bool-false[data-v-5e7b9761],.payroll-house-mutation-override-table tr.is-disabled .bool-true[data-v-5e7b9761],.payroll-house-mutation-override-table tr.is-disabled td[data-v-5e7b9761]{color:#b1b1b1}.payroll-house-mutation-override-table tr.is-disabled .status-tag[data-v-5e7b9761]{background-color:#f3f3f3;color:#b1b1b1}.payroll-house-mutation-override-table .empty-row[data-v-5e7b9761]{border-right:0;color:#b1b1b1;font-style:italic;padding:2rem!important;text-align:center}.status-tag[data-v-5e7b9761]{border-radius:.75rem;display:inline-block;font-size:.8rem;font-weight:500;padding:.15rem .6rem}.status-tag.status-approved[data-v-5e7b9761]{background-color:#dcfce7;color:#16a34a}.status-tag.status-open[data-v-5e7b9761]{background-color:#fef3c7;color:#b45309}.status-none[data-v-5e7b9761]{color:#b1b1b1}.bool-true[data-v-5e7b9761]{color:#16a34a}.bool-false[data-v-5e7b9761]{color:#cc4d5e}
[data-v-92592fdc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}[role=row][data-v-92592fdc]{grid-template-columns:1fr 1fr 1fr 1.25fr}
[data-v-0167c33d]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-title[data-v-0167c33d]{color:#4a4a4a!important;pointer-events:none!important}.work-icons[data-v-0167c33d]{border:1px solid #e6e6e6;border-radius:.25rem;float:left;height:2rem}.work-icons li[data-v-0167c33d]{border-right:1px solid #e6e6e6;cursor:pointer;display:block;float:left;height:100%;position:relative}.work-icons li:hover .tooltip[data-v-0167c33d]{-webkit-animation:fadein .3s;animation:fadeIn .3s;display:block}.work-icons li.is-active[data-v-0167c33d],.work-icons li[data-v-0167c33d]:hover{background-color:#fff3fb}.work-icons li[data-v-0167c33d]:last-child{border-color:transparent}.work-icons li img[data-v-0167c33d]{display:block;height:1rem;margin:.5rem .75rem;width:20px}.select-item[data-v-0167c33d]{display:block;height:3rem;line-height:3rem;padding:0 1rem;text-align:right;transition:all .1s linear;white-space:nowrap}.select-item[data-v-0167c33d]:not(:first-child){border-top:1px solid #ec008c}.select-item[data-v-0167c33d]:hover{background-color:#376482;cursor:pointer}h1[data-v-0167c33d]{color:red}.modal-content[data-v-0167c33d]{display:flex;flex-direction:column}.columns[data-v-0167c33d]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-0167c33d]{margin:0;overflow-y:scroll;padding:0}.columns .column[data-v-0167c33d]{padding:0 1rem}.columns .column .info[data-v-0167c33d]{font-size:.8rem}.mb-05[data-v-0167c33d]{margin-bottom:.5rem}
[data-v-3ada00d6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.column.is-12>.columns[data-v-3ada00d6]{margin:0 -.5rem;padding:0}.column.is-12>.columns.user-section[data-v-3ada00d6]{padding-bottom:2rem;padding-top:2rem}.columns[data-v-3ada00d6]{margin:.5rem auto;padding:1rem 1rem 0}.columns .column[data-v-3ada00d6]{padding:0 1rem}.select-or-add-template-wrap[data-v-3ada00d6]{align-items:flex-end;display:flex;gap:2rem}.select-or-add-template-wrap .button-add[data-v-3ada00d6]{flex-shrink:0;margin:0}
[data-v-41894494]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}p[data-v-41894494]{color:inherit;font-weight:inherit}.columns[data-v-41894494]{padding:1rem}.form-section[data-v-41894494]{margin-bottom:2rem}.form-section[data-v-41894494]:last-child{margin-bottom:0}.scrollable[data-v-41894494]{flex:1;max-height:calc(100vh - 12rem);overflow-y:scroll;padding:0}.button-add[data-v-41894494]{border-radius:.25rem;display:inline-block}section .search[data-v-41894494]{margin-right:0}.search-input[data-v-41894494]{width:100%}.btn-wrap[data-v-41894494]{display:flex;justify-content:flex-end}ul.users-list li[data-v-41894494]{align-items:center;display:flex;position:relative}ul.users-list label[data-v-41894494]{flex-grow:1;padding:.25rem 3rem .25rem 0}ul.users-list label[data-v-41894494]:hover{background:var(--gray-275);cursor:pointer}ul.users-list input[type=checkbox][data-v-41894494]{position:absolute;right:.5rem}ul.users-list .icon[data-v-41894494]{height:auto}ul.missing-data li[data-v-41894494]{margin-bottom:.25rem}i.fa-check-circle[data-v-41894494]{color:var(--color-success);margin-right:.5rem}i.fa-times-circle[data-v-41894494]{color:var(--color-danger);margin-right:.5rem}
[data-v-3da7cea0]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.scroll-modal[data-v-3da7cea0]{overflow:auto}.input-title[data-v-3da7cea0]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.input-title__checkbox[data-v-3da7cea0]{display:flex;gap:.5rem}.days-list[data-v-3da7cea0]{gap:.15rem;height:2rem;justify-content:space-between;width:100%}.days-list[data-v-3da7cea0],.days-list .day[data-v-3da7cea0]{align-items:center;display:flex}.days-list .day[data-v-3da7cea0]{background-color:transparent;border:1px solid #e6e6e6;border-radius:100%;color:#363636;cursor:pointer;font-size:.75rem;height:1rem;justify-content:center;padding:.75rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1rem}.days-list .day[data-v-3da7cea0]:active{transform:scale(.95)}.days-list .day[data-v-3da7cea0]:disabled{opacity:.5;pointer-events:none}.days-list .selected[data-v-3da7cea0]{border-color:#ec008c}.input-title-salaries[data-v-3da7cea0]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.custom-bar[data-v-3da7cea0]{margin-right:.5rem;position:relative}.overlay-input[data-v-3da7cea0]{bottom:0;position:absolute;right:0;width:auto}.not-font-weight[data-v-3da7cea0]{font-style:italic;font-weight:300}h1[data-v-3da7cea0]{color:red}.columns[data-v-3da7cea0]{margin:.5rem auto;padding:0 1rem}.columns.location-button[data-v-3da7cea0]{margin:0;padding:0}.columns .location[data-v-3da7cea0]{margin-top:1rem;padding:0}.columns .location.add-location[data-v-3da7cea0]{background-color:#f3f3f3;border:1px dashed #dedede;border-radius:5px;cursor:pointer;font-size:.9rem;padding:1rem;text-align:center;transition:all .4s ease}.columns .location.add-location[data-v-3da7cea0]:hover{background-color:#ecf9ea}.columns .location.add-location img[data-v-3da7cea0]{margin-top:6px;width:48px}.columns .column[data-v-3da7cea0]{padding:0 1rem}.columns .column .info[data-v-3da7cea0]{font-size:.8rem}.input-container[data-v-3da7cea0]{border:1px solid #e6e6e6;border-radius:.25rem;font-size:.9rem;line-height:2rem;padding-left:.5rem;z-index:30}.input-container.employees-input-container[data-v-3da7cea0]{z-index:31}.input-container .select-option .icon[data-v-3da7cea0]{color:#71afd4;margin:0 .6rem 0 .5rem}.input-container .select-option.select-all[data-v-3da7cea0]{border-top:1px solid #dedede}.input-container .select-option.deselect-all[data-v-3da7cea0]{border-bottom:1px solid #dedede}.input-container .select-option[data-v-3da7cea0]:hover{background-color:#f3f3f3;cursor:pointer}.input-container.selected[data-v-3da7cea0]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#b1b1b1}.input-container.selected .user-count[data-v-3da7cea0]{font-weight:500}.input-container.hoverable[data-v-3da7cea0]:hover{border-color:#b1b1b1;cursor:pointer}.input-container .user-dropdown[data-v-3da7cea0]{background-color:#fff;border:1px solid #b1b1b1;border-top:0;height:20rem;left:-1px;margin-top:-2px;overflow:auto;position:absolute;top:2rem;width:calc(100% + 2px)}.input-container .user-dropdown[data-v-3da7cea0]::-webkit-scrollbar-thumb{background-color:#71afd4;border-radius:4px}.input-container .user-dropdown ul li label[data-v-3da7cea0]{display:block;height:100%;width:100%}.input-container .user-dropdown ul li label[data-v-3da7cea0]:hover{background-color:#f3f3f3;cursor:pointer}.input-container .user-dropdown ul li input[data-v-3da7cea0]{margin:0 .5rem 0 .6rem}.modal-content[data-v-3da7cea0]{display:flex;flex-direction:column}.step-footer[data-v-3da7cea0]{padding-left:1.5rem!important;padding-right:1.5rem!important}.scrollable[data-v-3da7cea0]{flex:1;overflow-y:scroll;padding:0 0 2rem;z-index:100}.mr-einstein[data-v-3da7cea0]{background-image:url(/img/mr-icon-small.png);background-position:9px 50%;background-repeat:no-repeat;background-size:15px;padding-left:2rem}
[data-v-c94e0db4]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-footer[data-v-c94e0db4]{text-align:left!important}
[data-v-8db236f8]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.is-active[data-v-8db236f8]{overflow:auto;position:fixed}.input-title[data-v-8db236f8]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.select-options[data-v-8db236f8]{display:flex;font-size:.8rem;height:.25rem;justify-content:flex-end;transform:translateY(-6px)}.select-options span[data-v-8db236f8]{color:#ec008c;cursor:pointer}.button[data-v-8db236f8]:active,.button[data-v-8db236f8]:focus{color:#fff}.step-footer[data-v-8db236f8]{display:flex;float:left;justify-content:space-between;margin-top:1rem!important;width:100%}.scrollable[data-v-8db236f8]{margin:0;max-height:calc(100vh - 15rem);overflow-y:scroll;padding:0}.columns[data-v-8db236f8]{margin:.5rem auto}.columns[data-v-8db236f8],.columns .column[data-v-8db236f8]{padding:0 1rem}.columns .column.select-period[data-v-8db236f8]{font-size:.9rem;position:relative}.columns .column.select-period .period[data-v-8db236f8]{display:flex;gap:1rem}.columns .column.select-period .period span[data-v-8db236f8]{display:block;height:30px;line-height:30px;margin:0}.columns .column.select-period input[data-v-8db236f8]{height:2rem!important}.columns .column.select-period span[data-v-8db236f8]{display:block;margin:1rem 0 .5rem}.columns .column.table-wrap[data-v-8db236f8]{padding-bottom:1rem}.input-status[data-v-8db236f8]{background-color:#e0c263;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;bottom:0;height:2rem;position:absolute;right:.5rem;width:.3rem;z-index:100}.input-status.green[data-v-8db236f8]{background-color:#8abd81}.description[data-v-8db236f8]{padding:.5rem 1.5rem 0;width:100%}
[data-v-8db236f8]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#MarkPeriodReadyForProcessing .multiselect[data-v-8db236f8]{margin-top:.5rem}#MarkPeriodReadyForProcessing .multiselect__tag[data-v-8db236f8]{margin:5px 5px 0}p[data-v-8db236f8]{font-size:.875rem}
[data-v-3f459def]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-3f459def]{margin:.5rem auto;padding:1rem 1rem 0}.columns .column[data-v-3f459def]{padding:0 1rem}ul[data-v-3f459def]{list-style:initial;margin:auto;padding-left:2rem}
[data-v-6b40e93e]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.no-release-notes[data-v-6b40e93e]{color:#9a9a9a;display:block;font-size:.9rem;font-style:italic;line-height:3rem;margin-top:15vh;text-align:center;width:100%}h2[data-v-6b40e93e]{font-size:1.5rem;margin-bottom:.5rem}.release-note-header[data-v-6b40e93e]{align-items:baseline;display:flex;justify-content:space-between}.release-date[data-v-6b40e93e]{color:#888;font-size:.9rem;margin-bottom:1rem}.note-list[data-v-6b40e93e]{flex-grow:1;max-height:calc(100vh - 14rem);min-height:40vh;overflow-y:auto;padding-bottom:1.5rem;padding-top:1.5rem;position:relative;scrollbar-width:thin}.note-list[data-v-6b40e93e]::-webkit-scrollbar{width:6px}.note-list[data-v-6b40e93e]::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}.note-list .release-note-block+.release-note-block[data-v-6b40e93e]{border-top:1px solid #eee;margin-top:2rem;padding-top:1rem}.release-note-block[data-v-6b40e93e]:last-child{margin-bottom:0}.step-footer[data-v-6b40e93e]{margin-top:0!important}
[data-v-0fd67728]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}p[data-v-0fd67728]{color:inherit;font-weight:inherit}.columns[data-v-0fd67728]{padding:1rem}strong[data-v-0fd67728]{color:inherit;font-weight:450}.modal-content.modal-small .step-footer[data-v-0fd67728]{margin-top:0}
[data-v-0e784c8c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.level[data-v-0e784c8c]{display:flex}.level .level-left[data-v-0e784c8c]{flex:1}.full-width[data-v-0e784c8c]{background-color:#3e3e3e;width:100%}nav[data-v-0e784c8c]{color:#fff;margin:0 auto;max-width:calc(1450px + 4rem);width:100%}.logo[data-v-0e784c8c]{height:1.5rem;margin:.5rem 1.5rem}.location-nav[data-v-0e784c8c]{flex-direction:column}.support-icon[data-v-0e784c8c]{color:#fff;font-size:1.4rem}.nav-item[data-v-0e784c8c]{color:#fff;display:block;float:left;height:100%;line-height:4rem;padding:0 .85rem;transition:all .2s linear}.nav-item[data-v-0e784c8c]:hover{background-color:#ebedef;background-color:#525252;cursor:pointer}.router-link-exact-active[data-v-0e784c8c]{background-color:#525252!important;color:#fff!important}.router-link-active.profile-nav-item[data-v-0e784c8c]{background-color:#525252;color:#fff}.top-line[data-v-0e784c8c]{background-color:#5c5c5c;height:4px;width:100%}.margin-right-24[data-v-0e784c8c]{margin-right:24px}.select-location[data-v-0e784c8c]{height:4rem;line-height:4rem;padding:0 1rem;position:relative;transition:all .2s linear}.select-location.admin-selected[data-v-0e784c8c]{background-color:#191919;border-left:2px solid #191919}.select-location.admin-selected[data-v-0e784c8c]:hover{background-color:#000;border-color:#000}.select-location.nohover[data-v-0e784c8c]{pointer-events:none}.select-location[data-v-0e784c8c]:hover{background-color:#525252;cursor:pointer}.select-location:hover>.select-items[data-v-0e784c8c]{display:flex}.select-items[data-v-0e784c8c]{background-color:#474747;display:none;position:absolute;right:0;top:100%;transition:all .2s linear;width:300px;z-index:4000}.select-items a[data-v-0e784c8c],.select-items a[data-v-0e784c8c]:hover{color:#fff}.locations-container[data-v-0e784c8c]{flex:1;max-height:24rem;overflow-y:scroll}.select-admin[data-v-0e784c8c]{background-color:#232323;border-bottom:1px solid #5d5d5d;border-top:0!important;display:block;height:3rem;line-height:3rem;padding:0 1rem;text-align:right;transition:all .2s linear;white-space:nowrap;width:100%}.select-admin[data-v-0e784c8c]:hover{background-color:#000}.search-location[data-v-0e784c8c]{background-color:#232323;border:0;border-bottom:1px solid #5d5d5d;border-top:0!important;color:#fff;display:block;font-size:1rem;height:3rem;line-height:3rem;outline:none;padding:0 1rem;text-align:right;transition:all .2s linear;white-space:nowrap;width:100%}.search-location[data-v-0e784c8c]:hover{background-color:#000}.select-item[data-v-0e784c8c]{align-items:center;display:flex;gap:.5rem;height:3rem;line-height:3rem;padding:0 1rem;transition:all .2s linear}.select-item[data-v-0e784c8c],.select-item .location-name[data-v-0e784c8c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-item .location-name[data-v-0e784c8c]{margin-left:auto}.select-item[data-v-0e784c8c]:not(:first-child){border-top:1px solid #5c5c5c}.select-item[data-v-0e784c8c]:hover{background-color:#737373;cursor:pointer}.location-status-icon[data-v-0e784c8c]{align-items:center;background:#546271;border-radius:8px;color:#edf1f5;display:flex;flex-shrink:0;font-size:.875rem;height:2rem;justify-content:center;position:relative;width:2rem}.location-status-icon.status-green[data-v-0e784c8c]{background:#b5ead4;color:#20b375}.location-status-icon.status-yellow[data-v-0e784c8c]{background:#fff8ec;color:#ffbe3b}.location-status-icon.status-red[data-v-0e784c8c]{background:#ffdbe5;color:#e50040}.location-status-icon.status-blue[data-v-0e784c8c]{background:#ebf4ff;color:#127dff}.location-status-icon.status-purple[data-v-0e784c8c]{background:#f1edfb;color:#7a4fde}.location-status-icon.icon-l[data-v-0e784c8c]{font-size:1.125rem}.location-status-icon.icon-coins svg[data-v-0e784c8c]:first-child{transform:translate(-15%,-15%)}.location-status-icon.icon-coins svg[data-v-0e784c8c]:nth-child(2){position:absolute;transform:translate(15%,15%)}.location-status-icon>*[data-v-0e784c8c]{flex-shrink:0}.icon-select[data-v-0e784c8c]{height:.6rem;margin-left:.5rem;margin-top:1.7rem}.icons .gear[data-v-0e784c8c]{float:left;height:4rem;padding:1.3rem 1rem;position:relative;transition:all .2s linear}.icons .gear[data-v-0e784c8c]:hover{background-color:#525252;cursor:pointer}.icons .gear:hover>.select-items[data-v-0e784c8c]{display:block}.icons .gear .icon[data-v-0e784c8c]{height:1.4rem}.icons .support-container[data-v-0e784c8c]{align-content:center;color:#fff;float:left;height:4rem;padding:0 .75rem;position:relative;text-align:center;transition:all .2s linear}.icons .support-container a[data-v-0e784c8c],.icons .support-container a[data-v-0e784c8c]:hover{color:#fff}.icons .support-container[data-v-0e784c8c]:hover{background-color:#525252;color:#fff;cursor:pointer}.icons .support-container:hover>.select-items[data-v-0e784c8c]{display:block}.icons .support-container .icon[data-v-0e784c8c]{font-size:1.4rem;pointer-events:none}.icons .pic-container[data-v-0e784c8c]{float:left;padding:1rem;position:relative;transition:all .2s linear}.icons .pic-container .profile-pic[data-v-0e784c8c]{background-position:50%;background-size:cover;border:2px solid #fff;border-radius:100px;height:2rem;width:2rem}.icons .pic-container[data-v-0e784c8c]:hover{background-color:#525252;cursor:pointer}.icons .pic-container:hover>.select-items[data-v-0e784c8c]{display:block}nav .has-dropdown[data-v-0e784c8c]{position:relative}nav .has-dropdown:hover .nav-dropdown[data-v-0e784c8c]{display:block}nav .has-dropdown:hover .nav-dropdown.w-300[data-v-0e784c8c]{width:300%}nav .has-dropdown .nav-dropdown[data-v-0e784c8c]{background:#474747;display:none;left:0;position:absolute;top:100%;width:200%;z-index:50}nav .has-dropdown .nav-dropdown-item a[data-v-0e784c8c]{background:none;color:#fff;display:block;height:100%;padding-left:1rem;width:100%}nav .has-dropdown .nav-dropdown-item[data-v-0e784c8c]:hover{background:#737373}@media screen and (max-width:479px){.icons .support-container[data-v-0e784c8c]{padding:0}.level-right[data-v-0e784c8c]{margin-top:0}}
[data-v-cbbce824]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}section[data-v-cbbce824]{width:auto}.column.is-12>.columns[data-v-cbbce824]{margin:0 -.5rem;padding:0}.column.is-12>.columns.user-section[data-v-cbbce824]{padding-bottom:2rem;padding-top:2rem}.columns[data-v-cbbce824]{margin:.5rem auto;padding:1rem 1rem 0}.columns .column[data-v-cbbce824]{padding:0 1rem}.form-section[data-v-cbbce824]{margin-bottom:1rem}.form-section[data-v-cbbce824]:last-child{margin-bottom:0}.scrollable[data-v-cbbce824]{flex:1;max-height:calc(100vh - 12rem);overflow-y:scroll;padding:0 0 2rem}.user-section[data-v-cbbce824]{padding:2rem 0}.input-title[data-v-cbbce824],h4[data-v-cbbce824]{font-size:.9rem;font-weight:500}.input-title[data-v-cbbce824]{padding:1rem 0 .5rem}.modal-content.modal-medium .step-footer[data-v-cbbce824]{margin-top:0}
[data-v-91fc6380]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-title[data-v-91fc6380]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.space-bar[data-v-91fc6380]{height:1rem;width:100%}.scroll-container[data-v-91fc6380]{flex:1;overflow-y:auto}.modal-content[data-v-91fc6380]{display:flex;flex-direction:column}.columns[data-v-91fc6380]{margin:.5rem auto}.columns[data-v-91fc6380],.columns .column[data-v-91fc6380]{padding:0 1rem}.columns .column .info[data-v-91fc6380]{font-size:.8rem}.multiselect__tag[data-v-91fc6380]{margin-left:10px}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#addDepartments .multiselect__tag{margin:5px 5px 0}
[data-v-25f1fada]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.field[data-v-25f1fada]{margin-left:-1rem!important}.usertable-label tr td[data-v-25f1fada]{line-height:2rem;padding-bottom:.5rem;padding-top:.5rem}.usertable-label tr td[data-v-25f1fada]:first-child{padding-left:3rem}.employees-content[data-v-25f1fada]{background:transparent}.employees-content .employees-table[data-v-25f1fada]{border:1px solid #dedede;border-bottom:0}.row-delete:hover .delete-user[data-v-25f1fada]{display:block}.delete-user[data-v-25f1fada]{background-color:transparent;border-radius:16px;display:none;height:32px;margin-top:-16px;padding:8px;position:absolute;right:1rem;top:50%;transition:background-color all .4s ease;width:32px}.delete-user[data-v-25f1fada]:hover{background-color:#ececec}.delete-user img[data-v-25f1fada]{display:block}.intake-step-label[data-v-25f1fada],.role-label[data-v-25f1fada]{border-radius:10px;color:#fff;font-size:.7rem;font-weight:400;margin-left:10px;margin-top:5px;padding:5px 6px 3px;text-transform:uppercase;white-space:nowrap}.intake-step-label.contact-label[data-v-25f1fada],.role-label.contact-label[data-v-25f1fada]{background-color:#ec008c}.intake-step-label.manager-label[data-v-25f1fada],.role-label.manager-label[data-v-25f1fada]{background-color:#80b4d6}.intake-step-label.not-activated-label[data-v-25f1fada],.role-label.not-activated-label[data-v-25f1fada]{background-color:#d66a6a}.intake-step-label.intake-step-label[data-v-25f1fada],.role-label.intake-step-label[data-v-25f1fada]{background-color:var(--color-primary);margin-left:0}.mr-einstein[data-v-25f1fada]{background-image:url(/img/mr-icon-small.png);background-position:1rem 50%;background-repeat:no-repeat;background-size:18px;padding-left:3rem}.checkbox-icon[data-v-25f1fada]{margin-top:5px;width:18px}.payslip-user[data-v-25f1fada]{font-size:14px;margin-left:-31px;margin-right:14px}.no-box-shadow[data-v-25f1fada]{box-shadow:none}.filter-container[data-v-25f1fada]{align-items:center;border-bottom:0;border-top:1px solid #dedede;display:flex;min-height:48px}label[data-v-25f1fada]{cursor:pointer;display:inline-block;margin-left:1rem}label input[data-v-25f1fada]{margin-right:.2rem}.multiselect-container[data-v-25f1fada]{margin-bottom:10px;margin-right:15px;margin-top:10px}.multiselect-element[data-v-25f1fada]{min-width:200px}.input-container[data-v-25f1fada]{border:1px solid #e6e6e6;border-radius:.25rem;font-size:.9rem;line-height:2rem;padding-left:.5rem;z-index:30}.input-container .select-option .icon[data-v-25f1fada]{color:#71afd4;margin:0 .6rem 0 .5rem}.input-container .select-option.select-all[data-v-25f1fada]{border-top:1px solid #dedede}.input-container .select-option.deselect-all[data-v-25f1fada]{border-bottom:1px solid #dedede}.input-container .select-option[data-v-25f1fada]:hover{background-color:#f3f3f3;cursor:pointer}.input-container .department-option[data-v-25f1fada]{margin-left:20px}.input-container.selected[data-v-25f1fada]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#b1b1b1}.input-container.selected .user-count[data-v-25f1fada]{font-weight:500}.input-container.hoverable[data-v-25f1fada]:hover{border-color:#b1b1b1;cursor:pointer}.input-container .user-dropdown[data-v-25f1fada]{background-color:#fff;border:1px solid #b1b1b1;border-top:0;height:20rem;left:-1px;margin-top:-2px;overflow:auto;position:absolute;top:2rem;width:calc(100% + 2px)}.input-container .user-dropdown[data-v-25f1fada]::-webkit-scrollbar-thumb{background-color:#71afd4;border-radius:4px}.input-container .user-dropdown ul li label[data-v-25f1fada]{display:block;height:100%;margin:0;width:100%}.input-container .user-dropdown ul li label[data-v-25f1fada]:hover{background-color:#f3f3f3;cursor:pointer}.input-container .user-dropdown ul li input[data-v-25f1fada]{margin:0 .5rem 0 .6rem}.input-title[data-v-25f1fada]{font-weight:500}tr.no-click[data-v-25f1fada]:hover{cursor:default}.copy-icon[data-v-25f1fada]{background:none;border:none;color:#bababa;cursor:pointer;padding:0 0 0 .15rem}.copy-icon[data-v-25f1fada]:hover{color:#ec008c}.copy-icon .fa-circle-notch[data-v-25f1fada]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-25f1fada;animation-name:spinner-25f1fada;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spinner-25f1fada{to{transform:rotate(1turn)}}@keyframes spinner-25f1fada{to{transform:rotate(1turn)}}.in-after-month-icon[data-v-25f1fada]{position:relative}.in-after-month-icon img[data-v-25f1fada]{color:#363636;position:absolute;right:1rem;top:calc(50% - 7px);vertical-align:middle}.activate-users-wrap[data-v-25f1fada]{position:relative}.activate-users-wrap .floating-info[data-v-25f1fada]{background:rgba(0,0,0,.85);border-radius:8px;color:#fff;left:50%;max-width:25rem;opacity:0;padding:1rem;position:absolute;top:100%;transform:translate(-50%,2rem);transition:transform .3s,opacity .3s,visibility .3s;visibility:hidden;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:2}.activate-users-wrap .floating-info p[data-v-25f1fada]{margin-bottom:1rem}.activate-users-wrap .floating-info li[data-v-25f1fada]{margin-bottom:.25rem}.activate-users-wrap .floating-info i[data-v-25f1fada]{margin-right:.5rem}.activate-users-wrap .floating-info i.fa-check-circle[data-v-25f1fada]{color:var(--color-success)}.activate-users-wrap .floating-info i.fa-times-circle[data-v-25f1fada]{color:var(--color-danger)}.activate-users-wrap:hover .floating-info[data-v-25f1fada]{opacity:1;transform:translate(-50%);transition:transform .3s,opacity .3s,visibility .3s;visibility:visible}.button-activate-users[data-v-25f1fada]{height:auto;line-height:1.4;margin-right:.75rem;padding:.5rem .75rem}.button-activate-users[data-v-25f1fada]:disabled{background:var(--gray-450)}
[data-v-6838aa22]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.add-regulation[data-v-6838aa22]{height:2rem;line-height:1rem;margin:.5rem;padding:.5rem}.table[data-v-6838aa22]{margin:.5rem}.table thead[data-v-6838aa22]{background-color:transparent}.table th[data-v-6838aa22]{border-width:0 0 2px;border-bottom:2px solid #e6e6e6;color:#363636}.table td[data-v-6838aa22],.table th[data-v-6838aa22]{font-size:.8rem;padding:8px}.table td[data-v-6838aa22]{line-height:normal!important;vertical-align:middle}.table td a[data-v-6838aa22]{color:#363636}.table td .days-list[data-v-6838aa22]{display:flex;gap:.15rem;justify-content:space-between;width:100%}.table td .days-list .day[data-v-6838aa22]{align-items:center;border:1px solid #e6e6e6;border-radius:100%;display:flex;font-size:.7rem;height:1rem;justify-content:center;padding:.75rem;width:1rem}.tab-header[data-v-6838aa22]{margin-top:.5rem;padding:0 1.5rem}.tab-header .tab-buttons[data-v-6838aa22]{display:flex;justify-content:space-between}.tab-header .tab-buttons .selected[data-v-6838aa22]{color:#4a4a4a!important}.tab-header .tab-buttons .tab-selector[data-v-6838aa22]{background-color:transparent;border:none;border-radius:0;color:#c2c2c2;cursor:pointer;font-size:.9rem;font-weight:550;outline:none;padding:.75rem;transition:all .4s ease;width:100%}.tab-header .tab-buttons .tab-selector[data-v-6838aa22]:hover{background-color:#f2f2f2}.tab-header .tab-selector-line[data-v-6838aa22]{background-color:#dbdbdb;height:1.5px;position:relative;width:100%}.tab-header .tab-selector-line .right[data-v-6838aa22]{left:50%!important}.tab-header .tab-selector-line .tab-selector-current-line[data-v-6838aa22]{background-color:#ec008c;height:100%;left:0;position:absolute;top:0;transition:all .3s ease;width:50%;z-index:99}.salaries[data-v-6838aa22]{background-color:#efeeef;border:1px solid #dadada;border-radius:.25rem;margin:0!important;padding:0 .5rem 1rem!important}.input-title-salaries[data-v-6838aa22]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.seperate-line[data-v-6838aa22]{border-top:1px dashed #dedede;height:1px;margin:2rem 1.5rem 1rem;width:calc(100% - 3rem)}.custom-bar[data-v-6838aa22]{margin-right:.5rem;position:relative}.overlay-input[data-v-6838aa22]{bottom:0;position:absolute;right:0;width:auto}.not-font-weight[data-v-6838aa22]{font-style:italic;font-weight:300}h1[data-v-6838aa22]{color:red}.columns[data-v-6838aa22]{margin:.5rem auto;padding:0 1rem}.columns.location-button[data-v-6838aa22]{margin:0;padding:0}.columns .location[data-v-6838aa22]{margin-top:1rem;padding:0}.columns .location.add-location[data-v-6838aa22]{background-color:#f3f3f3;border:1px dashed #dedede;border-radius:5px;cursor:pointer;font-size:.9rem;padding:1rem;text-align:center;transition:all .4s ease}.columns .location.add-location[data-v-6838aa22]:hover{background-color:#ecf9ea}.columns .location.add-location img[data-v-6838aa22]{margin-top:6px;width:48px}.columns .location .location-title[data-v-6838aa22]{background-color:#abb9c3;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:.9rem;font-weight:500;line-height:2rem;padding:.5rem 1rem}.columns .location .location-content[data-v-6838aa22]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;padding:1rem}.columns .location .location-content .property-title[data-v-6838aa22]{font-weight:500}.columns .column[data-v-6838aa22]{padding:0 1rem}.columns .column .info[data-v-6838aa22]{font-size:.8rem}#EditCao .step-footer[data-v-6838aa22]{min-height:4.5rem}
[data-v-76601eb4]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}tr[data-v-76601eb4],tr td[data-v-76601eb4]{position:relative}tr td img[data-v-76601eb4]{background-color:#f3f3f3;border-radius:1.5rem;display:none;height:2rem;padding:6px;position:absolute;right:.5rem;top:.5rem;transition:background-color .2s linear}tr td img[data-v-76601eb4]:hover{background-color:#e6e6e6}tr:hover>td img[data-v-76601eb4]{display:block}
[data-v-32c4896c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.salary-info strong[data-v-32c4896c]{color:unset;font-weight:500}.salary-info .columns[data-v-32c4896c]{margin:.2rem auto}.salary-info .columns .column[data-v-32c4896c]{padding:0;padding-left:.5rem!important;padding-right:.5rem!important}
[data-v-361e2425]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#ConvertIntakeUser[data-v-361e2425]{background-color:transparent}.ConvertIntakeUserButton[data-v-361e2425]{background-color:#8abd81!important;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2.5rem;line-height:2.5rem;outline:none;padding:0 12px;position:relative;transition:background-color .2s linear}.ConvertIntakeUserButton[data-v-361e2425]:hover{background-color:#6e9e65!important}.columns[data-v-361e2425]{margin:.5rem auto;padding:0 1rem}.columns .column[data-v-361e2425]{font-size:.9rem;margin-top:1.5rem;padding:0 1rem;text-align:center}.button-status[data-v-361e2425]{margin:0}.button-status.warning[data-v-361e2425]{background-color:#e0c263;cursor:pointer;width:205px}.button-status.warning[data-v-361e2425]:hover{background-color:#d4b75b}.button-status.previous[data-v-361e2425]{margin:0!important}
[data-v-4eb68b3c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-content[data-v-4eb68b3c]{flex-grow:0}.step-content .note[data-v-4eb68b3c]{line-height:1rem}.input-container[data-v-4eb68b3c]{height:2rem;position:relative;width:100%}.input-title[data-v-4eb68b3c]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.border-top-grey-solid[data-v-4eb68b3c]{border-top-color:#e6e6e6!important;border-top-style:solid!important}.client-onboarding-info[data-v-4eb68b3c]{margin:3rem auto;max-width:500px}.client-onboarding-info p[data-v-4eb68b3c]{margin-bottom:1rem}.client-onboarding-info li[data-v-4eb68b3c]{margin-bottom:.25rem}.client-onboarding-info i[data-v-4eb68b3c]{margin-right:.5rem}.client-onboarding-info i.fa-check-circle[data-v-4eb68b3c]{color:var(--color-success)}.client-onboarding-info i.fa-times-circle[data-v-4eb68b3c]{color:var(--color-danger)}.center-inside[data-v-4eb68b3c]{position:relative;text-align:center;top:50%}
[data-v-5c26fa97]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.center-inside[data-v-5c26fa97]{position:relative;text-align:center;top:50%}.button-success[data-v-5c26fa97]{padding:0 12px}
[data-v-16d7e677]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#save-button[data-v-16d7e677]{margin-bottom:1rem!important;margin-top:1rem!important}.step-content .note[data-v-16d7e677]{line-height:1rem}.input-container[data-v-16d7e677]{height:2rem;position:relative;width:100%}.instructions[data-v-16d7e677]{font-size:.8rem}.multiselect[data-v-16d7e677]{min-height:40px!important}.multiselect[data-v-16d7e677] .multiselect__select{z-index:2}.button-status.active[data-v-16d7e677]{background-color:#8abd81;cursor:not-allowed}.button-status.active[data-v-16d7e677]:hover{background-color:#71a768}.button-status.active[data-v-16d7e677]:disabled{cursor:not-allowed;opacity:.8;pointer-events:none}.button-status.action[data-v-16d7e677]{background-color:#ec008c;cursor:pointer}.button-status.action[data-v-16d7e677]:hover{background-color:#4778c5}.custom__tag[data-v-16d7e677],.font-weight[data-v-16d7e677]{font-weight:500}.custom__tag[data-v-16d7e677]{background-color:#90be90;border-radius:3px;color:#fff;margin-right:.5rem;padding:2px 6px}.custom__remove[data-v-16d7e677]{color:#73a06b;cursor:pointer;font-family:verdana;font-weight:700;margin-left:6px}.multiselect__content[data-v-16d7e677]{border-radius:0;border-top:1px solid #e6e6e6}.multiselect__content li[data-v-16d7e677]{cursor:auto}.multiselect__content li.multiselect__element[data-v-16d7e677]{cursor:pointer;display:inline!important}.multiselect__input[data-v-16d7e677],.multiselect__single[data-v-16d7e677]{background-color:transparant}.addcontact[data-v-16d7e677]{cursor:pointer;float:right;font-style:italic;font-weight:300}.addcontact[data-v-16d7e677]:hover{color:#969696;text-decoration:underline}.addcontact-li[data-v-16d7e677]{cursor:pointer!important;font-weight:300;text-decoration:underline}.addcontact-li[data-v-16d7e677]:hover{color:#969696;text-decoration:underline}.multiselect-status[data-v-16d7e677]{background-color:#e0c263;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:2rem;position:absolute;right:-1px;top:0;width:.3rem;z-index:10;z-index:51}.multiselect-status.filled[data-v-16d7e677]{background-color:#90be90}.multiselect__select[data-v-16d7e677]{height:30px}.input-title[data-v-16d7e677]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.margin-top[data-v-16d7e677]{margin-top:15px}.center-inside[data-v-16d7e677]{position:relative;text-align:center;top:50%}.save[data-v-16d7e677]{display:block!important;margin-right:0!important}.action[data-v-16d7e677]{background-color:#ec008c!important;cursor:pointer}.action[data-v-16d7e677]:hover{background-color:#4778c5}.edit-icon[data-v-16d7e677]{cursor:pointer;margin-left:3px;width:14px}.iban-confirm label[data-v-16d7e677]{display:block;font-size:.9rem;margin-top:.5rem}
.columns[data-v-f1c6748c]{padding:0 1rem}
[data-v-0d0b784c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-content .note[data-v-0d0b784c]{line-height:1rem}.input-container[data-v-0d0b784c]{height:2rem;position:relative;width:100%}.input-title[data-v-0d0b784c]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.no-padding-left[data-v-0d0b784c]{padding-left:0}.no-padding-top[data-v-0d0b784c]{padding-top:0}.negative-margins[data-v-0d0b784c]{margin-left:-1rem;margin-right:-1rem}.client-onboarding-info[data-v-0d0b784c]{margin:3rem auto;max-width:500px}.client-onboarding-info p[data-v-0d0b784c]{margin-bottom:1rem}.client-onboarding-info li[data-v-0d0b784c]{margin-bottom:.25rem}.client-onboarding-info i[data-v-0d0b784c]{margin-right:.5rem}.client-onboarding-info i.fa-check-circle[data-v-0d0b784c]{color:var(--color-success)}.client-onboarding-info i.fa-times-circle[data-v-0d0b784c]{color:var(--color-danger)}.center-inside[data-v-0d0b784c]{position:relative;text-align:center;top:50%}
[data-v-354372f0]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#save-button[data-v-354372f0]{margin-bottom:1rem!important;margin-top:1rem!important}.step-content .note[data-v-354372f0]{line-height:1rem}.input-container[data-v-354372f0]{height:2rem;position:relative;width:100%}.instructions[data-v-354372f0]{font-size:.8rem}.multiselect[data-v-354372f0]{min-height:40px!important}.multiselect[data-v-354372f0] .multiselect__select{z-index:2}.button-status.active[data-v-354372f0]{background-color:#8abd81;cursor:not-allowed}.button-status.active[data-v-354372f0]:hover{background-color:#71a768}.button-status.action[data-v-354372f0]{background-color:#ec008c;cursor:pointer}.button-status.action[data-v-354372f0]:hover{background-color:#4778c5}.custom__tag[data-v-354372f0],.font-weight[data-v-354372f0]{font-weight:500}.custom__tag[data-v-354372f0]{background-color:#90be90;border-radius:3px;color:#fff;margin-right:.5rem;padding:2px 6px}.custom__remove[data-v-354372f0]{color:#73a06b;cursor:pointer;font-family:verdana;font-weight:700;margin-left:6px}.multiselect__content[data-v-354372f0]{border-radius:0;border-top:1px solid #e6e6e6}.multiselect__content li[data-v-354372f0]{cursor:auto}.multiselect__content li.multiselect__element[data-v-354372f0]{cursor:pointer;display:inline!important}.multiselect__input[data-v-354372f0],.multiselect__single[data-v-354372f0]{background-color:transparant}.addcontact[data-v-354372f0]{cursor:pointer;float:right;font-style:italic;font-weight:300}.addcontact[data-v-354372f0]:hover{color:#969696;text-decoration:underline}.addcontact-li[data-v-354372f0]{cursor:pointer!important;font-weight:300;text-decoration:underline}.addcontact-li[data-v-354372f0]:hover{color:#969696;text-decoration:underline}.multiselect-status[data-v-354372f0]{background-color:#e0c263;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:2rem;position:absolute;right:-1px;top:0;width:.3rem;z-index:10;z-index:51}.multiselect-status.filled[data-v-354372f0]{background-color:#90be90}.multiselect__select[data-v-354372f0]{height:30px}.input-title[data-v-354372f0]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.margin-top[data-v-354372f0]{margin-top:15px}.center-inside[data-v-354372f0]{position:relative;text-align:center;top:50%}.save[data-v-354372f0]{display:block!important;margin-right:0!important}.action[data-v-354372f0]{background-color:#ec008c!important;cursor:pointer}.action[data-v-354372f0]:hover{background-color:#4778c5}.edit-icon[data-v-354372f0]{cursor:pointer;margin-left:3px;width:14px}.iban-confirm label[data-v-354372f0]{display:block;font-size:.9rem;margin-top:.5rem}
[data-v-b34c0634]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content .scrollable[data-v-b34c0634]{max-height:calc(100% - 8rem);overflow-y:auto}
[data-v-22afb726]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.course-card[data-v-22afb726]{--border-radius-large:20px;--box-shadow:rgba(0,0,0,.16) 0 3px 6px 0;--box-shadow-hover:rgba(0,0,0,.24) 0 6px 12px 0;--image-max-height:230px;--card-padding-y:20px;--card-padding-x:30px;--card-width:300px;border-radius:var(--border-radius-large);box-shadow:var(--box-shadow);height:500px;max-width:var(--card-width);min-width:var(--card-width);transition:.4s ease;width:var(--card-width)}.course-card.large[data-v-22afb726]{--card-width:350px}.course-card[data-v-22afb726]:not(.active){opacity:.5}.course-card[data-v-22afb726]:hover{box-shadow:var(--box-shadow-hover);opacity:1}.course-card:hover .course-card__image-wrapper__image[data-v-22afb726]{transform:scale(1.075)}.course-card__image-wrapper[data-v-22afb726]{border-radius:var(--border-radius-large) var(--border-radius-large) 0 0;height:var(--image-max-height);overflow:hidden;position:relative;z-index:1}.course-card__image-wrapper__image[data-v-22afb726]{display:block;height:var(--image-max-height);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:.4s ease;width:100%}.course-card-body[data-v-22afb726]{background-color:#fff;display:flex;flex-direction:column;flex-wrap:nowrap;height:calc(100% - var(--image-max-height) - var(--card-padding-y)/2);justify-content:space-between;padding:var(--card-padding-y) var(--card-padding-x);position:relative;z-index:2}.course-card-body[data-v-22afb726]:before{background-color:#fff;content:"";display:block;height:100px;left:0;position:absolute;top:-15px;transform:skewY(-5deg);width:100%;z-index:-1}.course-card-body-duration[data-v-22afb726],.course-card-body-link[data-v-22afb726],.course-card-body-title[data-v-22afb726]{font-style:italic}.course-card-body-description[data-v-22afb726],.course-card-body-duration[data-v-22afb726],.course-card-body-title[data-v-22afb726]{color:#000}.course-card-body-title[data-v-22afb726]{font-size:18px;font-weight:800;margin-bottom:1.5rem}.course-card-body-description[data-v-22afb726]{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;font-weight:400;overflow:hidden}.course-card-body-link[data-v-22afb726]{color:#ec008c;font-size:12px;font-weight:500;margin-bottom:1rem}.course-card-body-link:hover .arrow-right[data-v-22afb726]{transform:translateX(.25rem)}.course-card-body-link .anchor[data-v-22afb726]{color:currentColor;margin-right:.25rem}.course-card-body-link .arrow-right[data-v-22afb726]{transition:.2s ease}.course-card-body-duration[data-v-22afb726]{align-items:center;display:flex;font-size:12px;font-weight:400;vertical-align:middle}.course-card-body-duration .stopwatch[data-v-22afb726]{margin-right:.5rem}
[data-v-720b2562]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.course-client-grid[data-v-720b2562]{--grid-border:1px solid #dbdbdb;display:grid;grid-template-columns:repeat(var(--column-count),minmax(125px,-webkit-max-content));grid-template-columns:repeat(var(--column-count),minmax(125px,max-content));max-height:calc(100vh - 300px);overflow-x:scroll}.course-client-grid .client-header[data-v-720b2562]{background-color:#e9eaf4;border-bottom:1px solid #9c9ece;grid-column:1/span calc(var(--column-count) + 1);padding:.32rem .65rem}.sticky-header[data-v-720b2562]{border-bottom:1px solid #dbdbdb;top:0;z-index:10}.sticky-header[data-v-720b2562],.sticky-left[data-v-720b2562]{background-color:#fff;position:-webkit-sticky;position:sticky}.sticky-left[data-v-720b2562]{border-right:var(--grid-border);left:0;z-index:5}.grid-column[data-v-720b2562]{align-items:center;display:flex;flex-wrap:nowrap;padding:12.5px 20px}.grid-column--vertical[data-v-720b2562]{flex-direction:column}.location-row[data-v-720b2562]{align-items:center;border-bottom:var(--grid-border)}.course-name[data-v-720b2562],.location-row[data-v-720b2562]{display:flex;flex-wrap:nowrap}.course-name[data-v-720b2562]{font-size:.9rem;font-weight:600;justify-content:space-between}.course-name__text[data-v-720b2562]{margin-right:1rem}.location-name[data-v-720b2562]{font-size:.9rem;grid-column-start:1}.location-name .checkbox[data-v-720b2562]{margin-right:.5rem}.course-column[data-v-720b2562]{border-bottom:var(--grid-border);border-left:var(--grid-border);position:relative}.course-column .price-field[data-v-720b2562]{margin-bottom:10px}
[data-v-5714017d]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.course-selection-wrapper[data-v-5714017d]{height:100%}.spacer[data-v-5714017d]{background-color:#878787;height:3rem}
[data-v-36b350c0]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}td[data-v-36b350c0]{cursor:default}.opslaan.active[data-v-36b350c0]{background-color:#e0c263;cursor:not-allowed}.edit-course[data-v-36b350c0]{cursor:pointer;display:inline-block;height:1.5rem;vertical-align:text-bottom;width:1.5rem}.table-controls[data-v-36b350c0]{align-items:center;display:flex;flex-wrap:nowrap}.table-controls .button-add[data-v-36b350c0]{cursor:default;margin-left:1rem;margin-right:1rem;padding-right:12px}.table-controls .button-add.is-orange[data-v-36b350c0]{background-color:#e0c263}.button-add.active.is-delete.button-add.active.is-delete[data-v-36b350c0]{background-color:#ce4747!important}.confirmation-modal[data-v-36b350c0]{position:fixed;z-index:10000}.edit-circle[data-v-36b350c0]{border-radius:18px;height:36px;padding:8px;width:36px}.edit-circle[data-v-36b350c0]:hover{cursor:pointer}.edit-icon[data-v-36b350c0]{height:20px}
[data-v-fac372a0]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.content[data-v-fac372a0]{width:100%}.card-row[data-v-fac372a0]{display:flex;flex-direction:row;flex-wrap:nowrap;gap:50px;overflow-x:auto;padding:.75rem}.radio-field[data-v-fac372a0]{margin-top:1rem}.radio-field .label[data-v-fac372a0]{font-size:.9rem;font-weight:550}.radio-field .radios[data-v-fac372a0]{align-items:center;display:flex;flex-wrap:nowrap}.radio-field .radios .radio[data-v-fac372a0]{margin-left:.25rem}.radio-field .radios .radio[data-v-fac372a0]:first-of-type{margin-right:1rem}.course-choice[data-v-fac372a0]{align-items:center;display:inline-flex;flex-direction:column;justify-content:center}.course-choice .course-card[data-v-fac372a0]{cursor:pointer;margin-bottom:1.2rem}.course-choice .radio[data-v-fac372a0]{transform:scale(2)}.invalid-code[data-v-fac372a0]{height:0;line-height:1;overflow:hidden;transition:.4s ease}.invalid-code.show[data-v-fac372a0]{height:1rem;transition:.4s ease}#social-float[data-v-fac372a0]{-webkit-animation:pulse 5s 3;animation:pulse 5s 3;background-color:#464646;border-radius:6px;bottom:.5rem;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;left:50%;margin-left:-170px;opacity:.8;padding:.4em 1.5em;position:fixed;text-align:center;width:340px;z-index:5000}#social-float i[data-v-fac372a0]{font-size:10px;position:absolute;right:6px;top:5px}
[data-v-c1644aac]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.carousel[data-v-c1644aac]{overflow-x:hidden}.carousel-content[data-v-c1644aac]{display:flex;flex-wrap:nowrap;transition:.4s ease;will-change:transform height}.carousel-content .columns[data-v-c1644aac]{flex-basis:100%;flex-shrink:0}.carousel-content>.columns[data-v-c1644aac]{padding:1rem;transition:.4s ease}.carousel-content .confirmation[data-v-c1644aac]{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;font-size:1rem;font-weight:400;justify-content:center;text-align:center}.carousel-content .confirmation p[data-v-c1644aac]:first-of-type{margin-bottom:2rem}.radio-field[data-v-c1644aac]{margin-top:1rem}.radio-field .label[data-v-c1644aac]{font-size:.9rem;font-weight:550}.radio-field .radios[data-v-c1644aac]{align-items:center;display:flex;flex-wrap:nowrap}.radio-field .radios .radio[data-v-c1644aac]{margin-left:.25rem}.radio-field .radios .radio[data-v-c1644aac]:first-of-type{margin-right:1rem}
[data-v-ef03f2e8]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.description[data-v-ef03f2e8]{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center}
[data-v-48c03f6e]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.course-card-grid-wrapper[data-v-48c03f6e]{height:100%;padding:40px 50px}.course-card-grid[data-v-48c03f6e]{display:flex;flex-wrap:wrap;gap:40px 50px}.course-card[data-v-48c03f6e]{cursor:pointer;display:inline-block;flex:0 0 25%;transition:all .2s ease;width:300px}.list-complete-enter[data-v-48c03f6e],.list-complete-leave-to[data-v-48c03f6e]{opacity:0;transform:translate(0)}.list-complete-leave-active[data-v-48c03f6e]{position:absolute}.list-complete-move[data-v-48c03f6e]{transition:all 2s ease}
[data-v-395b03fc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}td[data-v-395b03fc]{cursor:default}.edit-course[data-v-395b03fc]{cursor:pointer;height:1.5rem;width:1.5rem}.table-controls[data-v-395b03fc]{align-items:center;display:flex;flex-wrap:nowrap}.table-controls .button-add[data-v-395b03fc]{cursor:default;margin-left:1rem;margin-right:1rem}.table-controls .button-add.is-orange[data-v-395b03fc]{background-color:#e0c263}
[data-v-509437e2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.field[data-v-509437e2]{margin-left:-1rem!important}.mr-einstein[data-v-509437e2]{background-image:url(/img/mr-icon-small.png);background-position:1rem 50%;background-repeat:no-repeat;background-size:18px;padding-left:3rem}.usertable-label tr td[data-v-509437e2]{line-height:2rem;padding-bottom:.5rem;padding-top:.5rem}.usertable-label tr td[data-v-509437e2]:first-child{padding-left:3rem}.employees-content[data-v-509437e2]{background:transparent}.employees-content .employees-table[data-v-509437e2]{border:1px solid #dedede;border-bottom:0}.role-label[data-v-509437e2]{border-radius:10px;color:#fff;font-size:.7rem;font-weight:400;margin-left:10px;margin-top:5px;padding:5px 6px 3px;text-transform:uppercase;white-space:nowrap}.role-label.contact-label[data-v-509437e2]{background-color:#ec008c}.role-label.manager-label[data-v-509437e2]{background-color:#80b4d6}.role-label.not-activated-label[data-v-509437e2]{background-color:#d66a6a}.payslip-user[data-v-509437e2]{font-size:14px;margin-left:-31px;margin-right:14px}.copy-icon[data-v-509437e2]{background:none;border:none;color:#bababa;cursor:pointer;padding:0 0 0 .15rem}.copy-icon[data-v-509437e2]:hover{color:#ec008c}.copy-icon .fa-circle-notch[data-v-509437e2]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-509437e2;animation-name:spinner-509437e2;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spinner-509437e2{to{transform:rotate(1turn)}}@keyframes spinner-509437e2{to{transform:rotate(1turn)}}.in-after-month-icon[data-v-509437e2]{position:relative}.in-after-month-icon img[data-v-509437e2]{color:#363636;position:absolute;right:1rem;top:calc(50% - 7px);vertical-align:middle}
[data-v-289982c5]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.salaries[data-v-289982c5]{background-color:#efeeef;border:1px solid #dadada;border-radius:.25rem;margin:0!important;padding:0 .5rem 1rem!important}.input-title-salaries[data-v-289982c5]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.seperate-line[data-v-289982c5]{border-top:1px dashed #dedede;height:1px;margin:2rem 1.5rem 1rem;width:calc(100% - 3rem)}.custom-bar[data-v-289982c5]{margin-right:.5rem;position:relative}.overlay-input[data-v-289982c5]{bottom:0;position:absolute;right:0;width:auto}.not-font-weight[data-v-289982c5]{font-style:italic;font-weight:300}h1[data-v-289982c5]{color:red}.columns[data-v-289982c5]{margin:.5rem auto;padding:0 1rem}.columns.location-button[data-v-289982c5]{margin:0;padding:0}.columns .location[data-v-289982c5]{margin-top:1rem;padding:0}.columns .location.add-location[data-v-289982c5]{background-color:#f3f3f3;border:1px dashed #dedede;border-radius:5px;cursor:pointer;font-size:.9rem;padding:1rem;text-align:center;transition:all .4s ease}.columns .location.add-location[data-v-289982c5]:hover{background-color:#ecf9ea}.columns .location.add-location img[data-v-289982c5]{margin-top:6px;width:48px}.columns .location .location-title[data-v-289982c5]{background-color:#abb9c3;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:.9rem;font-weight:500;line-height:2rem;padding:.5rem 1rem}.columns .location .location-content[data-v-289982c5]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;padding:1rem}.columns .location .location-content .property-title[data-v-289982c5]{font-weight:500}.columns .column[data-v-289982c5]{padding:0 1rem}.columns .column .info[data-v-289982c5]{font-size:.8rem}
[data-v-5c7edadd]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.its-visible[data-v-5c7edadd]{color:#ec008c}.warning[data-v-5c7edadd]{background-color:#fff8e2;border-bottom:1px dashed #e0c263;color:#d4b75b;padding:1rem}tr[data-v-5c7edadd],tr td[data-v-5c7edadd]{position:relative}tr td .remove-icon[data-v-5c7edadd]{background-color:#f3f3f3;border-radius:1.5rem;display:none;height:2rem;padding:6px;position:absolute;right:.5rem;top:.5rem;transition:background-color .2s linear}tr td .remove-icon[data-v-5c7edadd]:hover{background-color:#e6e6e6}tr td .work-icon[data-v-5c7edadd]{display:flex;float:left;height:100%;height:3rem;justify-content:center;line-height:3rem;margin-left:.6rem;position:relative;width:18px}tr td .work-icon:hover .tooltip[data-v-5c7edadd]{-webkit-animation:fadein .3s;animation:fadeIn .3s;display:block}tr td .work-icon.placement[data-v-5c7edadd]{margin-right:1.4rem}tr:hover>td img[data-v-5c7edadd]{display:block}
[data-v-56f343f8]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.inline-inputs[data-v-56f343f8]{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.main-content[data-v-56f343f8]{display:flex;flex-direction:column}.lists-table[data-v-56f343f8]{border-radius:10px;margin-bottom:2rem}.lists-table .thead-container[data-v-56f343f8]{border-radius:10px 10px 0 0}.its-visible[data-v-56f343f8]{color:#ec008c}.warning[data-v-56f343f8]{background-color:#fff8e2;border-bottom:1px dashed #e0c263;color:#d4b75b;padding:1rem}tr[data-v-56f343f8],tr td[data-v-56f343f8]{position:relative}tr td .remove-icon[data-v-56f343f8]{background-color:#f3f3f3;border-radius:1.5rem;display:none;height:2rem;padding:6px;position:absolute;right:.5rem;top:.5rem;transition:background-color .2s linear}tr td .remove-icon[data-v-56f343f8]:hover{background-color:#e6e6e6}tr td .work-icon[data-v-56f343f8]{display:flex;float:left;height:100%;height:3rem;justify-content:center;line-height:3rem;margin-left:.6rem;position:relative;width:18px}tr td .work-icon:hover .tooltip[data-v-56f343f8]{-webkit-animation:fadein .3s;animation:fadein .3s;-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}tr td .work-icon.placement[data-v-56f343f8]{margin-right:1.4rem}tr:hover>td img[data-v-56f343f8]{display:block}
[data-v-72cf86cc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-72cf86cc]{color:red}.columns[data-v-72cf86cc]{margin:.5rem auto}.columns[data-v-72cf86cc],.columns .column[data-v-72cf86cc]{padding:0 1rem}.columns .column .info[data-v-72cf86cc]{font-size:.8rem}.custom-select[data-v-72cf86cc]{height:2rem;line-height:2rem;outline:none;position:relative;text-align:left;width:100%}.custom-select .selected[data-v-72cf86cc]{background-color:#0a0a0a;border-radius:4px;color:#fff;cursor:pointer;height:100%;margin:auto 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-select .selected.open[data-v-72cf86cc]{border-radius:4px 4px 0 0}.custom-select .selected[data-v-72cf86cc]:after{border:5px solid transparent;border-top-color:#fff;content:"";height:0;position:absolute;right:1em;top:.8em;width:0}.custom-select .items[data-v-72cf86cc]{border-radius:0 0 4px 4px;color:#fff;left:0;overflow:hidden;position:absolute;right:0;width:100%;z-index:1}.custom-select .items div[data-v-72cf86cc]{cursor:pointer;height:2rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-select .items[data-v-72cf86cc] :hover{border:1px solid #fff}.selectHide[data-v-72cf86cc]{display:none}.multiselect__tag[data-v-72cf86cc]{margin-left:10px}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#EditDepartment .multiselect__tag{margin:5px 5px 0}
[data-v-90799c92]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.its-visible[data-v-90799c92]{color:#ec008c}.warning[data-v-90799c92]{background-color:#fff8e2;border-bottom:1px dashed #e0c263;color:#d4b75b;padding:1rem}.pseudo-sticky-head[data-v-90799c92]{background:none}.pseudo-sticky-head th[data-v-90799c92]{border-left:1px solid #e9e9e9;max-width:175px;min-width:175px;overflow:hidden;padding:0}.pseudo-sticky-head th[data-v-90799c92]:first-child{background:#fff;left:0;position:-webkit-sticky;position:sticky;z-index:2}thead[data-v-90799c92],thead td[data-v-90799c92],thead th[data-v-90799c92],tr[data-v-90799c92],tr td[data-v-90799c92],tr th[data-v-90799c92]{position:relative}thead td .remove-icon[data-v-90799c92],thead th .remove-icon[data-v-90799c92],tr td .remove-icon[data-v-90799c92],tr th .remove-icon[data-v-90799c92]{background-color:#f3f3f3;border-radius:1.5rem;display:none;height:2rem;padding:6px;position:absolute;right:.5rem;top:.5rem;transition:background-color .2s linear}thead td .remove-icon[data-v-90799c92]:hover,thead th .remove-icon[data-v-90799c92]:hover,tr td .remove-icon[data-v-90799c92]:hover,tr th .remove-icon[data-v-90799c92]:hover{background-color:#e6e6e6}thead td .work-icon[data-v-90799c92],thead th .work-icon[data-v-90799c92],tr td .work-icon[data-v-90799c92],tr th .work-icon[data-v-90799c92]{display:flex;float:left;height:100%;height:3rem;justify-content:center;line-height:3rem;margin-left:.6rem;position:relative;width:18px}thead td .work-icon:hover .tooltip[data-v-90799c92],thead th .work-icon:hover .tooltip[data-v-90799c92],tr td .work-icon:hover .tooltip[data-v-90799c92],tr th .work-icon:hover .tooltip[data-v-90799c92]{-webkit-animation:fadein .3s;animation:fadeIn .3s;display:block}thead td .work-icon.placement[data-v-90799c92],thead th .work-icon.placement[data-v-90799c92],tr td .work-icon.placement[data-v-90799c92],tr th .work-icon.placement[data-v-90799c92]{margin-right:1.4rem}thead td.department-td[data-v-90799c92],thead th.department-td[data-v-90799c92],tr td.department-td[data-v-90799c92],tr th.department-td[data-v-90799c92]{border-left:1px solid #e9e9e9;overflow:hidden;padding:0;width:175px!important}thead:hover>td img[data-v-90799c92],tr:hover>td img[data-v-90799c92]{display:block}.circle-color[data-v-90799c92]{position:absolute;top:50%;transform:translateY(-50%)}.circle-color[data-v-90799c92],.circle-color-permissions[data-v-90799c92]{border-radius:50%;height:12px;width:12px}.circle-color-permissions[data-v-90799c92]{flex-shrink:0;margin-bottom:auto;margin-right:5px;margin-top:auto}.wrapper[data-v-90799c92]{display:flex;flex-direction:row;height:2rem;justify-content:center}.wrapper.grid[data-v-90799c92]{height:3.5rem}.wrapper.bottom[data-v-90799c92]{margin-top:-.5rem}.wrapper.half[data-v-90799c92]{width:50%}.wrapper.employee.first[data-v-90799c92]{border-right:1px dashed #ececec}.wrapper.employee.left[data-v-90799c92]{justify-content:left!important}.checkbox[data-v-90799c92]{margin-bottom:auto;margin-left:5px;margin-top:auto}.checkbox.right[data-v-90799c92]{margin-left:0!important;margin-right:5px}.switch-label[data-v-90799c92]{margin-top:calc(1.75rem - 12px)}.employee-column[data-v-90799c92]{background:#fff;left:0;max-width:175px;position:-webkit-sticky;position:sticky;width:100px;z-index:2}.department-name[data-v-90799c92],.employee-column[data-v-90799c92]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#social-float[data-v-90799c92]{-webkit-animation:pulse 5s 3;animation:pulse 5s 3;background-color:#464646;border-radius:6px;bottom:2rem;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;left:50%;margin-left:-170px;opacity:.8;padding:.4em 1.5em;position:fixed;text-align:center;width:440px;z-index:5000}#social-float i[data-v-90799c92]{font-size:10px;position:absolute;right:6px;top:5px}.fixed-department-header-wrap[data-v-90799c92]{left:0;padding:0 2rem;position:fixed;top:0;transform:translateY(-100%);transition:transform .3s;width:100%}.fixed-department-header-wrap .department-header-container[data-v-90799c92]{background:#fff;margin:auto;max-width:1450px;overflow:hidden}.fixed-department-header-wrap.active[data-v-90799c92]{transform:none}.fixed-department-header[data-v-90799c92]{display:flex;padding-left:175px;transition:transform .09s}.fixed-department-header .header-item[data-v-90799c92]{border-bottom:1px solid #e9e9e9;border-left:1px solid #e9e9e9;flex-shrink:0;font-size:.9rem;width:175px}.fixed-department-header .header-item .wrapper[data-v-90799c92]{align-items:center;height:100%;padding:0 16px}.fixed-department-header .header-item .department-name[data-v-90799c92]{font-weight:400;text-overflow:clip;white-space:normal}
[data-v-131f4ab3]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.download-link[data-v-131f4ab3]{color:#ec008c}.download-link[data-v-131f4ab3]:hover{cursor:pointer;text-decoration:underline}.table-container tr[data-v-131f4ab3]:hover{background-color:transparent!important;cursor:default}.invoices-content[data-v-131f4ab3]{background:transparent}.invoices-content .invoices-table[data-v-131f4ab3]{border:1px solid #dedede;border-bottom:0}
[data-v-21196f1c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-background[data-v-21196f1c],.modal-content[data-v-21196f1c]{position:fixed}.modal[data-v-21196f1c]{font-size:.9rem}.scroll-area[data-v-21196f1c]{max-height:calc(90vh - 11rem);overflow:scroll;padding:.75rem}.columns[data-v-21196f1c]{margin:.5rem auto}.columns[data-v-21196f1c],.columns .column[data-v-21196f1c]{padding:0 1rem}tr:last-child td[data-v-21196f1c]{border-bottom:none}tr td[data-v-21196f1c]{border-bottom:1px solid #e9e9e9;padding-bottom:.25rem;padding-top:.25rem}.icon-box[data-v-21196f1c]{display:inline-block;margin-right:3px;width:20px}.selection[data-v-21196f1c]{font-size:.5rem;font-weight:400;overflow:visible;position:absolute;top:.35rem}.selection .deselect-all[data-v-21196f1c],.selection .select-all[data-v-21196f1c]{cursor:pointer}.selection .deselect-all[data-v-21196f1c]{margin-left:-3.5rem}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#ConnectAgreement .switch~label{display:inline;padding-top:unset}
@-webkit-keyframes resizeSensorVisibility{0%{top:0}}@keyframes resizeSensorVisibility{0%{top:0}}
.annotationLayer{bottom:0;left:0;right:0;top:0}.annotationLayer,.annotationLayer section{position:absolute}.annotationLayer .linkAnnotation>a{background:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;font-size:1em;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .linkAnnotation>a:hover{background:#ff0;box-shadow:0 2px 10px #ff0;opacity:.2}.annotationLayer .textAnnotation img{cursor:pointer;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea{background-color:rgba(0,54,255,.13);border:1px solid transparent;box-sizing:border-box;font-size:9px;height:100%;padding:0 3px;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:9px;resize:none}.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled]{background:none;border:1px solid transparent;cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover{border:1px solid #000}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus{background:none;border:1px solid transparent}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:115%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupWrapper{position:absolute;width:20em}.annotationLayer .popup{word-wrap:break-word;background-color:#ff9;border-radius:2px;box-shadow:0 2px 5px #333;cursor:pointer;margin-left:5px;max-width:20em;padding:.6em;position:absolute;z-index:200}.annotationLayer .popup h1{border-bottom:1px solid #000;font-size:1em;padding-bottom:.2em}.annotationLayer .popup p{padding-top:.2em}.annotationLayer .fileAttachmentAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}
[data-v-db0491f8]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-db0491f8]{color:red}.modal-content[data-v-db0491f8]{display:flex;flex-direction:column}.columns[data-v-db0491f8]{flex:1;overflow-y:scroll;text-align:center}.columns .column[data-v-db0491f8]{padding:0 1rem}.columns .column .info[data-v-db0491f8]{font-size:.8rem}.document-image[data-v-db0491f8]{height:auto;width:auto}.step-title img[data-v-db0491f8]{cursor:pointer;height:.8rem;margin-left:.2rem;margin-right:.2rem}.print[data-v-db0491f8]{position:absolute;right:20px}.print a[data-v-db0491f8]{color:#fff}
[data-v-01eb8f1c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-01eb8f1c]{color:red}.columns[data-v-01eb8f1c]{margin:.5rem auto}.columns[data-v-01eb8f1c],.columns .column[data-v-01eb8f1c]{padding:0 1rem}.columns .column .info[data-v-01eb8f1c]{font-size:.8rem}.document-image[data-v-01eb8f1c]{height:auto;width:auto}
[data-v-e6be0b30]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-content[data-v-e6be0b30]{padding-bottom:1rem!important}.widget-container[data-v-e6be0b30]{margin:0 -1rem 1rem}.widget-container .widget[data-v-e6be0b30]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-e6be0b30]{display:flex;flex-direction:column}.widget-container .widget .widget-content[data-v-e6be0b30]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:2rem}.input-container[data-v-e6be0b30]{height:2rem;position:relative;width:100%}.shown-value[data-v-e6be0b30]{font-size:.9rem;line-height:2rem}.footer-container .level[data-v-e6be0b30]{margin-bottom:0}.footer-container .level .level-right[data-v-e6be0b30]{padding:1rem 0!important}.step-content[data-v-e6be0b30]{flex-grow:1;position:relative}.content-col[data-v-e6be0b30]{margin:-1rem 0 0}.edit-icon[data-v-e6be0b30]{display:block;height:16px}.edit-circle[data-v-e6be0b30]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:10px;position:absolute;right:2rem;top:50%;transition:background-color .5s ease;width:36px}.edit-circle[data-v-e6be0b30]:hover{background-color:#6b6b6b;cursor:pointer}table[data-v-e6be0b30]{width:100%}table.weekschedule[data-v-e6be0b30]{margin-bottom:0;margin-top:1rem}table.weekschedule tr[data-v-e6be0b30]:hover{background-color:#fff!important;cursor:default!important}table.weekschedule tr td[data-v-e6be0b30]:first-child{font-weight:400}table tr th[data-v-e6be0b30]{border-bottom:1px dashed #efefef;font-weight:500;padding-bottom:.25rem}table tr:hover .delete-col .icon[data-v-e6be0b30]{cursor:pointer;display:block}table tr:hover .delete-col .icon[data-v-e6be0b30]:hover{color:#d66a6a}table tr td[data-v-e6be0b30]{padding:.25rem 0;position:relative}table tr td .status[data-v-e6be0b30]{background-color:#d66a6a;border-radius:10px;height:12px;left:50%;margin-left:-6px;margin-top:-7px;position:absolute;top:50%;width:12px}table tr td .status.good[data-v-e6be0b30]{background-color:#8abd81}table tr td .status.watch[data-v-e6be0b30]{background-color:#e0c263}table tr td[data-v-e6be0b30]:last-child{position:relative;text-align:right;white-space:nowrap;width:1%}.custom__tag[data-v-e6be0b30],.font-weight[data-v-e6be0b30]{font-weight:500}.custom__tag[data-v-e6be0b30]{background-color:#90be90;border-radius:3px;color:#fff;font-size:.7rem!important;margin-right:.5rem;padding:2px 6px}.custom__remove[data-v-e6be0b30]{color:#73a06b;cursor:pointer;font-family:verdana;font-weight:700;margin-left:6px}.multiselect__content[data-v-e6be0b30]{border-radius:0;border-top:1px solid #e6e6e6}.multiselect__content li[data-v-e6be0b30]{cursor:auto}.multiselect__content li.multiselect__element[data-v-e6be0b30]{cursor:pointer;display:inline!important}.multiselect__input[data-v-e6be0b30],.multiselect__single[data-v-e6be0b30]{background-color:transparant}.addcontact[data-v-e6be0b30]{cursor:pointer;float:right;font-style:italic;font-weight:300}.addcontact[data-v-e6be0b30]:hover{color:#969696;text-decoration:underline}.note-content-unedit[data-v-e6be0b30]{background-color:#ececec;border-right:.3rem solid #dadada;margin-bottom:1rem;padding:1rem;position:relative}.addcontact-li[data-v-e6be0b30]{cursor:pointer!important;font-weight:300;text-decoration:underline}.addcontact-li[data-v-e6be0b30]:hover{color:#969696;text-decoration:underline}.multiselect-status[data-v-e6be0b30]{background-color:#c2ad5b;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:2rem;position:absolute;right:-1px;top:1px;width:.3rem;z-index:10}.multiselect-status.filled[data-v-e6be0b30]{background-color:#90be90}.multiselect__select[data-v-e6be0b30]{height:30px}.input-title[data-v-e6be0b30]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.padding-right-2rem[data-v-e6be0b30]{padding-right:2rem}.padding-left-2rem[data-v-e6be0b30]{border-left:1px dashed #dedede;padding-left:2rem}.border-bottom-grey[data-v-e6be0b30]{border-bottom:1px dashed #dedede}.save[data-v-e6be0b30]{display:block!important;margin-right:0!important}.delete-item[data-v-e6be0b30]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:0;top:50%;transition:background-color .5s ease;width:36px}.delete-item.toggle-item[data-v-e6be0b30]{top:150%!important}.delete-item.extra-item[data-v-e6be0b30]{right:46px}.delete-item.white-delete[data-v-e6be0b30]{right:1.3rem}.delete-item.white-delete[data-v-e6be0b30]:hover{background-color:#6b6b6b;cursor:pointer}.delete-item[data-v-e6be0b30]:hover{background-color:#efefef;cursor:pointer}.delete-item img[data-v-e6be0b30]{height:20px}.invisible[data-v-e6be0b30]{display:none}.delete-file[data-v-e6be0b30]{color:#e22b2b;cursor:pointer;display:inline-block;font-size:.6rem;font-weight:500;margin-left:10px;text-transform:uppercase}.delete-file[data-v-e6be0b30]:hover{text-decoration:underline}.delete-col .icon[data-v-e6be0b30]{color:#a8a8a8;display:none;margin-top:2px}
[data-v-152ef3f5]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-152ef3f5]{color:red}.columns[data-v-152ef3f5],.modal-spacing[data-v-152ef3f5]{margin:.5rem auto;padding:0 1rem}.columns .column[data-v-152ef3f5],.modal-spacing .column[data-v-152ef3f5]{padding:0 1rem}.columns .column .info[data-v-152ef3f5],.modal-spacing .column .info[data-v-152ef3f5]{font-size:.8rem}.warning[data-v-152ef3f5]{background-color:#fff9e3;border:1px dashed #e0c261;border-radius:6px;color:#b59737;margin-left:.5rem;margin-right:.5rem;padding:.5rem!important}.info-message[data-v-152ef3f5],.warning[data-v-152ef3f5]{margin-top:1rem;width:100%}.info-message[data-v-152ef3f5]{background-color:#e3edff;border:1px dashed #bdd7ff;border-radius:6px;color:#3b62a0;padding:.5rem .75rem}.modal-content[data-v-152ef3f5]{max-height:none}.modal-background[data-v-152ef3f5]{position:fixed}.modal[data-v-152ef3f5]{overflow-y:scroll}
[data-v-60302c83]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-60302c83]{color:red}hr[data-v-60302c83]{margin-top:0}.sub-title[data-v-60302c83]{background-color:#b1b1b1;text-align:left}.edit-circle[data-v-60302c83]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:2rem;top:50%;transition:background-color .5s ease;width:36px}.edit-circle[data-v-60302c83]:hover{background-color:#f5efcc;cursor:pointer}.edit-icon[data-v-60302c83]{height:20px}.is-flex-col[data-v-60302c83]{align-items:flex-end;display:flex}.planned-edits[data-v-60302c83]{background-color:#f0f0f0;border-bottom:1px solid #e5e5e5;font-size:.9rem;margin:0!important;padding-bottom:1.25rem!important;padding-top:0!important}.button.height-override[data-v-60302c83]{height:2rem}.button-icon img[data-v-60302c83]{display:block}.table[data-v-60302c83]{font-size:.9rem;line-height:2rem;margin-bottom:0}.table thead[data-v-60302c83]{font-weight:500}.table thead td[data-v-60302c83]:first-child{padding-left:2rem!important}.table tbody tr.new-mutation[data-v-60302c83]{background-color:#fffbe6}.table tbody tr.new-mutation td[data-v-60302c83]{border-bottom:1px solid #efe6b2}.table tbody tr td[data-v-60302c83]{position:relative}.table tbody tr td.font-highlight[data-v-60302c83]{font-weight:400}.table tbody tr td[data-v-60302c83]:first-child{padding-left:2rem!important}.table tbody tr td.green[data-v-60302c83]{color:#8abd81;font-weight:400}.table tbody tr td.red[data-v-60302c83]{color:#d66a6a;font-weight:400}.table tbody tr td .current[data-v-60302c83]{color:#ec008c;display:inline;font-size:.7rem;font-weight:500;text-transform:uppercase}.step-footer[data-v-60302c83]{float:left;margin-top:0!important;width:100%}.columns[data-v-60302c83]{margin:.5rem auto}.columns[data-v-60302c83],.columns .column[data-v-60302c83]{padding:0 1rem}.columns .column .info[data-v-60302c83]{font-size:.8rem}.warning[data-v-60302c83]{background-color:#fff9e3;border-bottom:1px dashed #e0c261;color:#b59737;padding:.5rem .75rem;width:100%}.warning.error[data-v-60302c83]{background-color:#ffe3e3;border-bottom:1px dashed #ff6b6b;color:#c92a2a}.warning span[data-v-60302c83]:hover{cursor:pointer;text-decoration:underline}.modal-content .columns .column.padding-right-3[data-v-60302c83]{padding-right:2rem!important}.locked-banner[data-v-60302c83]{align-items:center;background-color:#fff9e3;border:1px solid #e0c261;border-radius:.5rem;color:#b59737;display:flex;flex-grow:1;gap:.75rem;justify-content:center;margin:0 1rem 1.5rem;padding:.5rem}.locked-banner i[data-v-60302c83]{font-size:.75rem}
[data-v-5b55b68a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-5b55b68a]{color:red}hr[data-v-5b55b68a]{margin-top:0}.sub-title[data-v-5b55b68a]{background-color:#b1b1b1;text-align:left}.edit-circle[data-v-5b55b68a]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:2rem;top:50%;transition:background-color .5s ease;width:36px}.edit-circle[data-v-5b55b68a]:hover{background-color:#f5efcc;cursor:pointer}.edit-icon[data-v-5b55b68a]{height:20px}.is-flex-col[data-v-5b55b68a]{align-items:flex-end;display:flex}.planned-edits[data-v-5b55b68a]{background-color:#f0f0f0;border-bottom:1px solid #e5e5e5;font-size:.9rem;margin:0!important;padding-bottom:1.25rem!important;padding-top:0!important}.planned-edits .columns[data-v-5b55b68a]{margin:0}.button.height-override[data-v-5b55b68a]{height:2rem}.button-icon img[data-v-5b55b68a]{display:block}.table[data-v-5b55b68a]{font-size:.9rem;line-height:2rem;margin-bottom:0}.table thead[data-v-5b55b68a]{font-weight:500}.table thead td[data-v-5b55b68a]:first-child{padding-left:2rem!important}.table tbody tr.new-mutation[data-v-5b55b68a]{background-color:#fffbe6}.table tbody tr.new-mutation td[data-v-5b55b68a]{border-bottom:1px solid #efe6b2}.table tbody tr td[data-v-5b55b68a]{position:relative}.table tbody tr td.font-highlight[data-v-5b55b68a]{font-weight:400}.table tbody tr td[data-v-5b55b68a]:first-child{padding-left:2rem!important}.table tbody tr td.green[data-v-5b55b68a]{color:#8abd81;font-weight:400}.table tbody tr td.red[data-v-5b55b68a]{color:#d66a6a;font-weight:400}.table tbody tr td .current[data-v-5b55b68a]{color:#ec008c;display:inline;font-size:.7rem;font-weight:500;text-transform:uppercase}.step-footer[data-v-5b55b68a]{float:left;margin-top:0!important;width:100%}.columns[data-v-5b55b68a]{margin:.5rem auto}.columns[data-v-5b55b68a],.columns .column[data-v-5b55b68a]{padding:0 1rem}.columns .column .info[data-v-5b55b68a]{font-size:.8rem}.warning[data-v-5b55b68a]{background-color:#fff9e3;border-bottom:1px dashed #e0c261;color:#b59737;padding:.5rem .75rem;width:100%}.warning span[data-v-5b55b68a]:hover{cursor:pointer;text-decoration:underline}.infoBullet__rates[data-v-5b55b68a]{display:flex;flex-direction:column;font-weight:400;line-height:1.5rem;margin-left:5px;text-align:left}.modal-content .columns .column.padding-right-3[data-v-5b55b68a]{padding-right:2rem!important}.locked-banner[data-v-5b55b68a]{align-items:center;background-color:#fff9e3;border:1px solid #e0c261;border-radius:.5rem;color:#b59737;display:flex;flex-grow:1;gap:.75rem;justify-content:center;margin:0 1rem 1.5rem;padding:.5rem}.locked-banner i[data-v-5b55b68a]{font-size:.75rem}
[data-v-ab774b04]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.is-active[data-v-ab774b04]{overflow:auto;position:fixed}h1[data-v-ab774b04]{color:red}hr[data-v-ab774b04]{margin-top:0}.sub-title[data-v-ab774b04]{background-color:#b1b1b1;text-align:left}.edit-circle[data-v-ab774b04]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:1.2rem;top:50%;transition:background-color .5s ease;width:36px}.edit-circle[data-v-ab774b04]:hover{background-color:#f5efcc;cursor:pointer}.edit-icon[data-v-ab774b04]{height:20px}.is-flex-col[data-v-ab774b04]{align-items:flex-end;display:flex}.planned-edits[data-v-ab774b04]{background-color:#f0f0f0;border-bottom:1px solid #e5e5e5;font-size:.9rem;margin:0!important;padding-bottom:1.25rem!important;padding-top:0!important}.button-icon img[data-v-ab774b04]{display:block}.table[data-v-ab774b04]{font-size:.9rem;line-height:2rem;margin-bottom:0}.table thead[data-v-ab774b04]{font-weight:500}.table thead td[data-v-ab774b04]:first-child{padding-left:2rem!important}.table tbody tr.new-mutation[data-v-ab774b04]{background-color:#fffbe6;overflow:auto}.table tbody tr.new-mutation td[data-v-ab774b04]{border-bottom:1px solid #efe6b2}.table tbody tr td[data-v-ab774b04]{position:relative}.table tbody tr td.font-highlight[data-v-ab774b04]{font-weight:400}.table tbody tr td[data-v-ab774b04]:first-child{padding-left:2rem!important}.table tbody tr td.green[data-v-ab774b04]{color:#8abd81;font-weight:400}.table tbody tr td.red[data-v-ab774b04]{color:#d66a6a;font-weight:400}.table tbody tr td .current[data-v-ab774b04]{color:#ec008c;font-size:.7rem;font-weight:500;height:2.5rem;line-height:2.5rem;position:absolute;right:2rem;text-transform:uppercase;top:0}.step-footer[data-v-ab774b04]{display:flex;float:left;justify-content:space-between;margin-top:0!important;width:100%}.columns[data-v-ab774b04]{display:flex;flex-direction:column;gap:1rem;margin:.5rem auto}.columns[data-v-ab774b04],.columns .column[data-v-ab774b04]{padding:0 1rem}.columns .column .info[data-v-ab774b04]{font-size:.8rem}.warning[data-v-ab774b04]{background-color:#fff9e3;border-bottom:1px dashed #e0c261;color:#b59737;padding:.5rem .75rem;width:100%}.warning.error[data-v-ab774b04]{background-color:#ffe3e3;border-bottom:1px dashed #94001b;color:#b00020}.warning span[data-v-ab774b04]:hover{cursor:pointer;text-decoration:underline}.infoBullet__rates[data-v-ab774b04]{display:flex;flex-direction:column;font-weight:400;line-height:1.5rem;margin-left:5px;text-align:left}
[data-v-516238cc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content.modal-medium[data-v-516238cc]{max-width:900px}.table[data-v-516238cc]{font-size:.9rem;line-height:2rem;margin-bottom:0}.table thead[data-v-516238cc]{font-weight:500}.table thead td[data-v-516238cc]:first-child{padding-left:2rem!important}.table tbody tr.new-mutation[data-v-516238cc]{background-color:#fffbe6}.table tbody tr.new-mutation td[data-v-516238cc]{border-bottom:1px solid #efe6b2}.table tbody tr td[data-v-516238cc]{position:relative}.table tbody tr td.font-highlight[data-v-516238cc]{font-weight:400}.table tbody tr td[data-v-516238cc]:first-child{padding-left:2rem!important}.table tbody tr.no-border td[data-v-516238cc]{border:0}.table .saving-contract[data-v-516238cc]{position:relative;z-index:1}.table .saving-contract[data-v-516238cc]:after{background:rgba(0,0,0,.15);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.table .saving-contract td[data-v-516238cc]:last-child{position:static}.table .saving-contract td[data-v-516238cc]:last-child:after{align-items:center;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-516238cc;animation-name:spinner-516238cc;-webkit-animation-timing-function:linear;animation-timing-function:linear;color:var(--color-primary);content:"\f1ce";display:flex;font-family:Font Awesome\ 5 Free;font-weight:600;height:2rem;justify-content:center;left:calc(50% - 1rem);position:absolute;top:calc(50% - 1rem);width:2rem;z-index:3}.table .action-btns button[data-v-516238cc]{background:none;border:none;color:var(--gray-750);cursor:pointer;margin-left:.5rem;padding:0}.table .action-btns button.delete-btn[data-v-516238cc]{color:var(--color-danger)}.table .action-btns button.save-btn[data-v-516238cc]{color:var(--color-success)}.table .action-btns button[data-v-516238cc]:first-child{margin-left:0}.table .action-btns button[data-v-516238cc]:disabled{cursor:default;opacity:.5}.step-footer[data-v-516238cc]{float:left;margin-top:0!important;width:100%}.columns[data-v-516238cc]{margin:.5rem auto}.columns[data-v-516238cc],.columns .column[data-v-516238cc]{padding:0 1rem}.columns .column .info[data-v-516238cc]{font-size:.8rem}.infoBullet__rates[data-v-516238cc]{display:flex;flex-direction:column;font-weight:400;line-height:1.5rem;margin-left:5px;text-align:left}@-webkit-keyframes spinner-516238cc{to{transform:rotate(1turn)}}@keyframes spinner-516238cc{to{transform:rotate(1turn)}}.scrollable[data-v-516238cc]{flex:1;max-height:calc(100vh - 14rem);overflow-y:auto;padding:0;z-index:100}
[data-v-5355d4ec]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}hr[data-v-5355d4ec]{margin-bottom:0}.modal-content[data-v-5355d4ec]{display:flex;flex-direction:column}.step-footer[data-v-5355d4ec]{float:left;margin-top:0!important;width:100%}.columns[data-v-5355d4ec]{margin:.5rem auto}.columns[data-v-5355d4ec],.columns .column[data-v-5355d4ec]{padding:0 1rem}.columns .column .info[data-v-5355d4ec]{font-size:.8rem}.warning[data-v-5355d4ec]{background-color:#fff9e3;border:1px dashed #e0c261;border-radius:6px;color:#b59737;margin-top:1rem;padding:.5rem .75rem;width:100%}.warning span[data-v-5355d4ec]:hover{cursor:pointer;text-decoration:underline}.normalize[data-v-5355d4ec]{margin:0!important;padding:0!important}.clear-signature[data-v-5355d4ec]{background-color:#f1f1f1;border-radius:16px;cursor:pointer;left:auto;right:.8rem;top:.5rem}.clear-signature[data-v-5355d4ec]:hover{background-color:#e6e6e6}.clear-signature[data-v-5355d4ec]:after,.clear-signature[data-v-5355d4ec]:before{background-color:#c7c7c7}.sign-container[data-v-5355d4ec]{border:1px solid #e6e6e6;cursor:crosshair;flex-grow:1;height:150px;position:relative}.sign-container .status[data-v-5355d4ec]{height:calc(100% + 2px);margin:-1px;top:0;z-index:200}.disable-signature[data-v-5355d4ec]{background-color:#d2d2d2;border:1px solid #afafaf;border-radius:.25rem;height:calc(100% + 2px);margin:-1px;opacity:.5;position:absolute;width:calc(100% + 2px);z-index:100}.scrollable[data-v-5355d4ec]{margin:0;overflow-y:scroll;padding:1rem 0}
[data-v-8c0d4a36]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-8c0d4a36]{color:red}hr[data-v-8c0d4a36]{margin-top:0}.modal-content[data-v-8c0d4a36]{display:flex;flex-direction:column}.sub-title[data-v-8c0d4a36]{background-color:#b1b1b1;text-align:left}.edit-circle[data-v-8c0d4a36]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:2rem;top:50%;transition:background-color .5s ease;width:36px}.edit-circle[data-v-8c0d4a36]:hover{background-color:#f5efcc;cursor:pointer}.edit-icon[data-v-8c0d4a36]{height:20px}.is-flex-col[data-v-8c0d4a36]{align-items:flex-end;display:flex}.planned-edits[data-v-8c0d4a36]{background-color:#f0f0f0;border-bottom:1px solid #e5e5e5;font-size:.9rem;margin:0!important;padding-bottom:1.25rem!important;padding-top:0!important}.button-icon img[data-v-8c0d4a36]{display:block}.table[data-v-8c0d4a36]{font-size:.9rem;line-height:2rem;margin-bottom:0}.table thead[data-v-8c0d4a36]{font-weight:500}.table thead td[data-v-8c0d4a36]:first-child{padding-left:2rem!important}.table tbody tr.new-mutation[data-v-8c0d4a36]{background-color:#fffbe6}.table tbody tr.new-mutation td[data-v-8c0d4a36]{border-bottom:1px solid #efe6b2}.table tbody tr td[data-v-8c0d4a36]{position:relative}.table tbody tr td.font-highlight[data-v-8c0d4a36]{font-weight:400}.table tbody tr td[data-v-8c0d4a36]:first-child{padding-left:2rem!important}.table tbody tr td.green[data-v-8c0d4a36]{color:#8abd81;font-weight:400}.table tbody tr td.red[data-v-8c0d4a36]{color:#d66a6a;font-weight:400}.table tbody tr td .current[data-v-8c0d4a36]{color:#ec008c;font-size:.7rem;font-weight:500;height:2.5rem;line-height:2.5rem;position:absolute;right:2rem;text-transform:uppercase;top:0}.step-footer[data-v-8c0d4a36]{float:left;margin-top:0!important;width:100%}.columns[data-v-8c0d4a36]{margin:.5rem auto}.columns[data-v-8c0d4a36],.columns .column[data-v-8c0d4a36]{padding:0 1rem}.columns .column .info[data-v-8c0d4a36]{font-size:.8rem}.warning[data-v-8c0d4a36]{background-color:#fff9e3;border-bottom:1px dashed #e0c261;color:#b59737;padding:.5rem .75rem;width:100%}.warning span[data-v-8c0d4a36]:hover{cursor:pointer;text-decoration:underline}i.fa[data-v-8c0d4a36]{margin-left:7px}.normalize[data-v-8c0d4a36]{margin:0!important;padding:0!important}.clear-signature[data-v-8c0d4a36]{background-color:#f1f1f1;border-radius:16px;cursor:pointer;left:auto;right:.8rem;top:.5rem}.clear-signature[data-v-8c0d4a36]:hover{background-color:#e6e6e6}.clear-signature[data-v-8c0d4a36]:after,.clear-signature[data-v-8c0d4a36]:before{background-color:#c7c7c7}.sign-container[data-v-8c0d4a36]{border:1px solid #e6e6e6;cursor:crosshair;flex-grow:1}.sign-container .status[data-v-8c0d4a36]{height:calc(100% + 2px);margin:-1px;top:0;z-index:200}.disable-signature[data-v-8c0d4a36]{background-color:#d2d2d2;border:1px solid #afafaf;border-radius:.25rem;height:calc(100% + 2px);margin:-1px;opacity:.5;position:absolute;width:calc(100% + 2px);z-index:100}.sign-field[data-v-8c0d4a36]{margin:1rem 0 2rem!important;padding:0!important;text-align:left}.sign-field .column[data-v-8c0d4a36],.sign-field .column .columns[data-v-8c0d4a36],.sign-field .column .columns .column[data-v-8c0d4a36]{margin:0!important;padding:0!important}.flex[data-v-8c0d4a36]{display:flex}.clear-signature-icon[data-v-8c0d4a36]{margin-left:5px}.scrollable[data-v-8c0d4a36]{margin:0;overflow-y:scroll;padding:0}button.red-bg[data-v-8c0d4a36]{background-color:#ce4747!important;margin:0!important;padding:0 25px}button.red-bg[data-v-8c0d4a36]:hover{background-color:#a93333!important}.step-title img[data-v-8c0d4a36]{cursor:pointer;height:.8rem;margin-left:.2rem;margin-right:.2rem}.background-grey[data-v-8c0d4a36]{background-color:#6b6b6b;margin:0;padding:2rem!important}
[data-v-008404e9]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content .columns[data-v-008404e9]{margin:1.5rem auto;padding:0 1.5em}.modal-content .columns .column[data-v-008404e9]{font-size:.9rem}.button-status[data-v-008404e9]{margin:0}
[data-v-55e4be8b]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content .columns[data-v-55e4be8b]{margin:1.5rem auto;padding:0 1.5em}.modal-content .columns .column[data-v-55e4be8b]{font-size:.9rem}.button-status[data-v-55e4be8b]{margin:0}
[data-v-b8d04f34]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.is-active[data-v-b8d04f34]{overflow:auto;position:fixed}.step-footer[data-v-b8d04f34]{display:flex;float:left;justify-content:space-between;margin-top:0!important;width:100%}.columns[data-v-b8d04f34]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-b8d04f34]{max-height:calc(100vh - 20rem);overflow-y:scroll}.columns .column[data-v-b8d04f34]{padding:0 1rem}.columns .column .empty-description[data-v-b8d04f34]{margin-bottom:2rem;margin-top:2.5rem;text-align:center;width:100%}.table-head[data-v-b8d04f34]{font-size:.9rem}.table-head th[data-v-b8d04f34]{font-weight:500}.audit-list li[data-v-b8d04f34]{align-items:center;display:flex;font-size:.875rem;gap:1rem;margin-bottom:.75rem}.audit-list li[data-v-b8d04f34]:last-child{margin-bottom:0}.audit-list .content[data-v-b8d04f34]{display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;margin-bottom:0;width:75%}.audit-list strong[data-v-b8d04f34]{font-weight:500}.audit-list.old-values strong[data-v-b8d04f34]{color:var(--gray-400)}
[data-v-da717b3a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-footer[data-v-da717b3a]{float:left;margin-top:0!important;width:100%}
[data-v-19dd714c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content[data-v-19dd714c]{max-width:600px!important}.modal-content .columns .column.column-content[data-v-19dd714c]{padding-left:1.5rem!important;padding-right:1.5rem!important;padding-top:1rem}.modal-content .columns .column.column-content strong[data-v-19dd714c]{font-weight:500}
[data-v-40df74d2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.infoBullet__rates[data-v-40df74d2]{display:flex;flex-direction:column;font-weight:400;line-height:1.5rem;margin-left:5px;text-align:left}.pos-rel[data-v-40df74d2]{position:relative}.button-cancel[data-v-40df74d2]{background-color:#959595}.button-cancel[data-v-40df74d2]:hover{background-color:#696969;cursor:pointer}.button-confirm[data-v-40df74d2]{background-color:#d66a6a;cursor:pointer;line-height:2rem;margin-bottom:0;margin-top:0;max-height:2rem;transition:all .2s ease}.button-confirm[data-v-40df74d2]:hover{background-color:#bb5252}.step-content[data-v-40df74d2]{overflow:auto;padding-bottom:1rem!important}.widget-container[data-v-40df74d2]{margin:0 -1rem 1rem}.widget-container .widget[data-v-40df74d2]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-40df74d2]{display:flex;flex-direction:column}.widget-container .widget .widget-content[data-v-40df74d2]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:1rem}.input-container[data-v-40df74d2]{height:2rem;position:relative;width:100%}.contract-container[data-v-40df74d2]{background-color:#fff4f4;border:1px dashed #e0c0c0;margin:.5rem!important;padding:0 1rem 1rem!important;position:relative}.contract-container.warning[data-v-40df74d2]{background-color:#fff9e3;border:1px dashed #e0c261;color:#b59737;margin-top:0!important;padding-bottom:0!important}.contract-container .close-contract-container[data-v-40df74d2]{background-color:transparent;border-radius:50%;color:#cca6a6;cursor:pointer;font-family:unset;font-stretch:200%;font-weight:400;height:24px;padding:0 4px;position:absolute;right:11px;text-align:center;top:7px;transform:scaleX(1.4);transition:all .2s ease}.contract-container .close-contract-container[data-v-40df74d2]:hover{background-color:#f3e1df}.shown-value[data-v-40df74d2]{font-size:.9rem;line-height:2rem}.footer-container .level[data-v-40df74d2]{margin-bottom:0}.footer-container .level .level-right[data-v-40df74d2]{padding:1rem 0!important}.step-content[data-v-40df74d2]{flex-grow:1;position:relative}.content-col[data-v-40df74d2]{margin:-1rem 0 0}.content-col .warning[data-v-40df74d2]{background-color:#ffeded;border:1px dashed #f3c2c2;color:#c57c7c;margin:1.5rem .5rem .5rem;padding:1rem}.content-col .warning .reset-link[data-v-40df74d2]{color:#ec008c;cursor:pointer;text-decoration:underline}.content-col .warning .reset-link[data-v-40df74d2]:hover{color:#aa0769}.content-col .success[data-v-40df74d2]{background-color:#edffee;border:1px dashed #80d67b;color:#5cbf64;margin:1.5rem .5rem .5rem;padding:1rem}.download[data-v-40df74d2]{padding-top:4px!important;right:5rem!important}.download.pink[data-v-40df74d2]{color:#ec008c}.edit-icon[data-v-40df74d2]{height:20px}.edit-icon-inline[data-v-40df74d2]{display:block;height:16px}.confirmread[data-v-40df74d2]{background-color:#fff;border:1px solid #e6e6e6;border-radius:.25rem;display:block;font-size:.8rem;line-height:calc(2rem - 2px);padding-left:10px;position:relative}.confirmread .status[data-v-40df74d2]{background-color:#e0c263;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:2rem;position:absolute;right:-1px;top:-1px;width:.3rem}.confirmread .status.active[data-v-40df74d2]{background-color:#8abd81}.edit-circle-inline[data-v-40df74d2]{background-color:transparent;border-radius:18px;height:32px;left:calc(100% + 10px);margin-top:-16px;padding:8px;position:absolute;top:50%;transition:background-color .5s ease;width:32px}.edit-circle-inline[data-v-40df74d2]:hover{background-color:#f1f1f1;cursor:pointer}.edit-circle[data-v-40df74d2]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:2rem;top:50%;transition:background-color .5s ease;width:36px}.edit-circle[data-v-40df74d2]:hover{background-color:#5d5d5d;cursor:pointer}.edit-circle-period[data-v-40df74d2]{background-color:transparent;border-radius:18px;display:inline-flex;height:32px;padding:8px;transition:background-color .5s ease;vertical-align:sub;width:32px}.edit-circle-period[data-v-40df74d2]:hover{background-color:#f1f1f1;cursor:pointer}.custom__tag[data-v-40df74d2],.font-weight[data-v-40df74d2]{font-weight:500}.custom__tag[data-v-40df74d2]{background-color:#90be90;border-radius:3px;color:#fff;font-size:.7rem!important;margin-right:.5rem;padding:2px 6px}.custom__remove[data-v-40df74d2]{color:#73a06b;cursor:pointer;font-family:verdana;font-weight:700;margin-left:6px}.multiselect__content[data-v-40df74d2]{border-radius:0;border-top:1px solid #e6e6e6}.multiselect__content li[data-v-40df74d2]{cursor:auto}.multiselect__content li.multiselect__element[data-v-40df74d2]{cursor:pointer;display:inline!important}.multiselect__input[data-v-40df74d2],.multiselect__single[data-v-40df74d2]{background-color:transparant}.addcontact[data-v-40df74d2]{cursor:pointer;float:right;font-style:italic;font-weight:300}.addcontact[data-v-40df74d2]:hover{color:#969696;text-decoration:underline}.note-content-unedit[data-v-40df74d2]{background-color:#ececec;border-right:.3rem solid #dadada;margin-bottom:1rem;padding:1rem;position:relative}.addcontact-li[data-v-40df74d2]{cursor:pointer!important;font-weight:300;text-decoration:underline}.addcontact-li[data-v-40df74d2]:hover{color:#969696;text-decoration:underline}.multiselect-status[data-v-40df74d2]{background-color:#c2ad5b;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:2rem;position:absolute;right:-1px;top:1px;width:.3rem;z-index:10}.multiselect-status.filled[data-v-40df74d2]{background-color:#90be90}.multiselect__select[data-v-40df74d2]{height:30px}.input-title[data-v-40df74d2]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.padding-right-2rem[data-v-40df74d2]{padding-right:2rem}.padding-left-2rem[data-v-40df74d2]{border-left:1px dashed #dedede;padding-left:2rem}.border-bottom-grey[data-v-40df74d2]{border-bottom:1px dashed #dedede}.save[data-v-40df74d2]{display:block!important;margin-right:0!important}.payslip-change-button[data-v-40df74d2]{background-color:red;background-color:#ec008c;border:none;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;height:2.5rem;outline:none;padding:0 12px;transition:all .3s linear}.here-link[data-v-40df74d2],.magenta[data-v-40df74d2]{color:#ec008c}.here-link[data-v-40df74d2]{cursor:pointer}.level .button-status.active[data-v-40df74d2]{background-color:#8abd81}.is-flex-col[data-v-40df74d2]{align-items:flex-end;display:flex}.button-payroll-house[data-v-40df74d2]{height:2rem;line-height:2rem;margin:0;width:100%}.button-payroll-house.active[data-v-40df74d2]{background-color:#8abd81}
[data-v-97203566]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.ticket[data-v-97203566]{background-image:linear-gradient(-135deg,#fff 50%,transparent 0),linear-gradient(-45deg,#fff 50%,transparent 0);background-position:100% 0,100% 0;background-repeat:repeat-y;background-size:12px 12px;font-size:.9rem;margin:1rem .5rem 1rem 1rem;padding:1rem 5rem 1rem 1rem;position:relative;transition:all .2s ease}.ticket[data-v-97203566]:not(.green):hover{box-shadow:0 6px 11px -4px rgba(0,0,0,.1);cursor:pointer;filter:brightness(98%);transform:scale(1.01)}.ticket:hover .done-check[data-v-97203566]{transform:scale(1.2)}.ticket .done-check[data-v-97203566]{background-image:url(/img/icons/done.svg);background-repeat:no-repeat;background-size:32px;cursor:pointer;height:32px;margin-top:-16px;position:absolute;right:2rem;top:50%;transition:all .2s ease;width:32px}.ticket .done-check[data-v-97203566]:hover{background-image:url(/img/icons/done-hover.svg);transform:scale(1.2) rotate(20deg)}.ticket.yellow[data-v-97203566]{background-color:#fff8e2;border-left:4px solid #e0c263}.ticket.blue[data-v-97203566]{background-color:#edf8ff;border-left:4px solid #72b6de}.ticket.green[data-v-97203566]{background-color:#ebf9e7;border-left:4px solid #8abd81}.ticket.orange[data-v-97203566]{background-color:#fff1df;border-left:4px solid #e2ae6e}.ticket.red[data-v-97203566]{background-color:#fff0f0;border-left:4px solid #d66a6a}.ticket .ticket-title[data-v-97203566]{border-bottom:none;display:block;font-weight:500}.ticket .ticket-date[data-v-97203566]{color:#a9a9a9;display:block;font-size:.8rem;font-weight:500;margin-bottom:6px}.ticket .ticket-date.completed[data-v-97203566]{color:#8abd81}.button-yellow[data-v-97203566]{margin:1rem 0 0}.no-notifications[data-v-97203566]{padding:1rem}.no-notifications[data-v-97203566],.no-placements[data-v-97203566]{font-style:italic;text-align:center}.columns[data-v-97203566]{margin:0}.hours-overview-cont[data-v-97203566]{padding-top:.5rem!important}.upcoming-placements .week-title[data-v-97203566]{color:#bdbdbd;font-size:.8rem;font-weight:500;text-transform:uppercase}.upcoming-placements .week-title span[data-v-97203566]{color:#ec008c}.upcoming-placements ul[data-v-97203566]:not(:last-child){margin-bottom:1rem}.upcoming-placements ul li[data-v-97203566]{border-left:4px solid #dadada;padding-left:1rem!important;padding-top:.5rem}.upcoming-placements ul li[data-v-97203566]:last-child{padding-bottom:.5rem}.step-content[data-v-97203566]{padding-bottom:1rem!important}.widget-container[data-v-97203566]{margin:0 -1rem 1rem}.widget-container .widget[data-v-97203566]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-97203566]{display:flex;flex-direction:column}.widget-container .widget .widget-content[data-v-97203566]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:1rem}.widget-container .widget .widget-content .property-title[data-v-97203566]{font-weight:500}.widget-top-margin[data-v-97203566]{margin-top:2rem}.delete-item[data-v-97203566]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:0;top:50%;transition:background-color .5s ease;width:36px}.delete-item.toggle-item[data-v-97203566]{top:150%!important}.delete-item.white-delete[data-v-97203566]{right:1.3rem}.delete-item.white-delete[data-v-97203566]:hover{background-color:#6b6b6b;cursor:pointer}.delete-item[data-v-97203566]:hover{background-color:#efefef;cursor:pointer}.delete-item img[data-v-97203566]{height:20px}.center-vertical[data-v-97203566]{vertical-align:middle}.hours-overview[data-v-97203566]{padding-top:0}.hours-overview button[data-v-97203566]{background-color:#90be90;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2.5rem;line-height:2.5rem;margin-top:1.5rem;outline:none;padding:0 12px;transition:background-color .2s linear}.hours-overview button.pdf[data-v-97203566]{background-color:#cc4d5e}.hours-overview button[data-v-97203566]:hover{background-color:#6e9e65}.payslips-table tr[data-v-97203566]:hover{background-color:#fff!important;cursor:default!important}table[data-v-97203566]{margin-bottom:1rem;width:100%}table tr[data-v-97203566]:not(:first-child):hover{background-color:#f1f1f1;cursor:pointer}table tr th[data-v-97203566]{border-bottom:1px dashed #efefef;font-weight:500;padding-bottom:.25rem}table tr td[data-v-97203566]{padding:.25rem 0}table tr td[data-v-97203566]:last-child{position:relative;white-space:nowrap;width:1%}table tr td:last-child .status[data-v-97203566]{background-color:#d66a6a;border-radius:10px;height:12px;left:50%;margin-left:-6px;margin-top:-6px;position:absolute;top:50%;width:12px}table tr td:last-child .status.paid[data-v-97203566]{background-color:#8abd81}
[data-v-f6075c62]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.button-status[data-v-f6075c62]{background-color:#8abd81;cursor:pointer}.button-status[data-v-f6075c62]:hover{background-color:#7bad73}.button-status .status-bar[data-v-f6075c62]{background-color:#7fad77}.step-content[data-v-f6075c62]{padding-bottom:1rem!important}.widget-container[data-v-f6075c62]{margin:0 -1rem 1rem}.widget-container .widget[data-v-f6075c62]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-f6075c62]{display:flex;flex-direction:column}.widget-container .widget .widget-content[data-v-f6075c62]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;margin:0;padding:1rem}.input-container[data-v-f6075c62]{height:2rem;position:relative;width:100%}.shown-value[data-v-f6075c62]{font-size:.9rem;line-height:2rem}.footer-container .level[data-v-f6075c62]{margin-bottom:0}.footer-container .level .level-right[data-v-f6075c62]{padding:1rem 0!important}.step-content[data-v-f6075c62]{flex-grow:1;position:relative}.content-col[data-v-f6075c62]{margin:-1rem 0 0}.edit-icon[data-v-f6075c62]{height:20px}.edit-circle[data-v-f6075c62]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:2rem;top:50%;transition:background-color .5s ease;width:36px}.edit-circle[data-v-f6075c62]:hover{background-color:#6b6b6b;cursor:pointer}table[data-v-f6075c62]{width:100%}table tr th[data-v-f6075c62]{border-bottom:1px dashed #efefef;font-weight:500;padding-bottom:.25rem}table tr td[data-v-f6075c62]{padding:.25rem 0 .25rem 1.5rem;position:relative}table tr td.editMode[data-v-f6075c62]{padding-left:0}table tr td.editMode input[data-v-f6075c62]{margin-right:.5rem}table tr td .status[data-v-f6075c62]{background-color:#d66a6a;border-radius:10px;height:12px;left:0;margin-top:-7px;position:absolute;top:50%;width:12px}table tr td .status.good[data-v-f6075c62]{background-color:#8abd81}table tr td .status.watch[data-v-f6075c62]{background-color:#e0c263}.custom__tag[data-v-f6075c62],.font-weight[data-v-f6075c62]{font-weight:500}.custom__tag[data-v-f6075c62]{font-szie:.7rem!important;background-color:#90be90;border-radius:3px;color:#fff;margin-right:.5rem;padding:2px 6px}.custom__remove[data-v-f6075c62]{color:#73a06b;cursor:pointer;font-family:verdana;font-weight:700;margin-left:6px}.multiselect__content[data-v-f6075c62]{border-radius:0;border-top:1px solid #e6e6e6}.multiselect__content li[data-v-f6075c62]{cursor:auto}.multiselect__content li.multiselect__element[data-v-f6075c62]{cursoir:pointer;display:inline!important}.multiselect__input[data-v-f6075c62],.multiselect__single[data-v-f6075c62]{background-color:transparant}.addcontact[data-v-f6075c62]{cursor:pointer;float:right;font-style:italic;font-weight:300}.addcontact[data-v-f6075c62]:hover{color:#969696;text-decoration:underline}.note-content-unedit[data-v-f6075c62]{background-color:#ececec;border-right:.3rem solid #dadada;margin-bottom:1rem;padding:1rem;position:relative}.addcontact-li[data-v-f6075c62]{cursor:pointer!important;font-weight:300;text-decoration:underline}.addcontact-li[data-v-f6075c62]:hover{color:#969696;text-decoration:underline}.multiselect-status[data-v-f6075c62]{background-color:#c2ad5b;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:2rem;position:absolute;right:-1px;top:1px;width:.3rem;z-index:10}.multiselect-status.filled[data-v-f6075c62]{background-color:#90be90}.multiselect__select[data-v-f6075c62]{height:30px}.input-title[data-v-f6075c62]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.padding-right-2rem[data-v-f6075c62]{padding-right:2rem}.padding-left-2rem[data-v-f6075c62]{border-left:1px dashed #dedede;padding-left:2rem}.border-bottom-grey[data-v-f6075c62]{border-bottom:1px dashed #dedede}.save[data-v-f6075c62]{display:block!important;margin-right:0!important}.delete-item[data-v-f6075c62]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;top:50%;transition:background-color .5s ease;width:36px}.delete-item.toggle-item[data-v-f6075c62]{top:150%!important}.delete-item.white-delete[data-v-f6075c62]{right:1.3rem}.delete-item.white-delete[data-v-f6075c62]:hover{background-color:#6b6b6b;cursor:pointer}.delete-item[data-v-f6075c62]:hover{background-color:#efefef;cursor:pointer}.delete-item img[data-v-f6075c62]{height:20px}.end-message[data-v-f6075c62]{color:#969696;font-size:.9rem;font-style:italic;line-height:1.5rem;padding-top:.5rem}.button-cancel[data-v-f6075c62]{background-color:#959595}.button-cancel[data-v-f6075c62]:hover{background-color:#696969;cursor:pointer}.infoBullet ul[data-v-f6075c62]{list-style:disc;padding-left:1rem}
[data-v-79a35d30]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-content[data-v-79a35d30]{padding-bottom:1rem!important}.widget-container[data-v-79a35d30]{margin:0 -1rem 1rem}.widget-container .widget[data-v-79a35d30]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-79a35d30]{display:flex;flex-direction:column}.widget-container .widget .widget-content[data-v-79a35d30]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:1rem}.widget-container .widget .widget-content table[data-v-79a35d30]{margin:0 -.75rem;table-layout:fixed;width:100%}.widget-container .widget .widget-content table tr:last-child td[data-v-79a35d30]{border-bottom:none}.widget-container .widget .widget-content table tr th[data-v-79a35d30]{border-bottom:1px dashed #efefef;font-weight:500;padding:0 .75rem .75rem}.widget-container .widget .widget-content table tr td[data-v-79a35d30]{word-wrap:break-word;border-bottom:1px solid #e9e9e9;line-height:1.5rem;overflow-wrap:break-word;padding:.75rem;white-space:normal}.pagination-previous[data-v-79a35d30]{border-color:#fff;color:#fff}.pagination-previous.disabled[data-v-79a35d30]{border-color:transparent;color:transparent}.pagination-next[data-v-79a35d30]{border-color:#fff;color:#fff}.pagination-next.disabled[data-v-79a35d30]{border-color:transparent;color:transparent}.edit-circle[data-v-79a35d30]{background-color:transparent;border-radius:18px;color:#fff;height:36px;margin-left:.75rem;padding-left:11px;padding-top:3px;transition:background-color .5s ease;width:36px}.edit-circle[data-v-79a35d30]:hover{background-color:#5d5d5d;cursor:pointer}.nohours[data-v-79a35d30]{color:#9a9a9a;display:block;font-size:.9rem;font-style:italic;line-height:3rem;margin-top:20px;text-align:center;width:100%}.nohours span[data-v-79a35d30]{color:#ec008c}.nohours span[data-v-79a35d30]:hover{cursor:pointer;text-decoration:underline}
[data-v-1ab1943b]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.border-top-grey[data-v-1ab1943b]{padding-top:1rem}.border-top-grey-solid[data-v-1ab1943b]{border-top-color:#e6e6e6!important;border-top-style:solid!important}.modal-content[data-v-1ab1943b]{display:flex;flex-direction:column}.columns[data-v-1ab1943b]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-1ab1943b]{margin:0;overflow-y:scroll;padding:1rem 0}.columns .column[data-v-1ab1943b]{padding:0 1rem}.margin-top[data-v-1ab1943b]{margin-top:1.5rem}
[data-v-1f144150]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.checkbox[data-v-1f144150]:hover{color:currentColor!important}.modal-content[data-v-1f144150]{display:flex;flex-direction:column}.columns[data-v-1f144150]{flex:1;overflow-y:scroll;text-align:center}.columns .column[data-v-1f144150]{padding:0 1rem}.columns .column .info[data-v-1f144150]{font-size:.8rem}.document-image[data-v-1f144150]{height:auto;width:auto}.step-title img[data-v-1f144150]{cursor:pointer;height:.8rem;margin-left:.2rem;margin-right:.2rem}.signature-placeholder[data-v-1f144150]{align-items:center;background-color:#c9c9c9;border:2px dashed #535353;display:flex;filter:opacity(.8);height:162.51968504px;justify-content:center;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:226.77165354px;z-index:55555555}.button-add[data-v-1f144150]{margin:0!important;padding:0 12px!important}.navContainer[data-v-1f144150]{align-items:center;display:flex;justify-content:center}.fullwidth[data-v-1f144150]{width:300px}.disabled[data-v-1f144150]{background-color:#e0c263;cursor:not-allowed}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.agreement-signatures span .annotationLayer{pointer-events:none}
[data-v-2bf08331]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.download-link[data-v-2bf08331]{color:#ec008c}.download-link[data-v-2bf08331]:hover{cursor:pointer;text-decoration:underline}.new-documents[data-v-2bf08331]{background-color:#ec008c;border-radius:4px;color:#fff;font-size:.7rem;font-weight:500;margin-left:.5rem;padding:3px 5px}.table-container tr[data-v-2bf08331]:hover{background-color:transparent!important;cursor:default}.invoices-content[data-v-2bf08331]{background:transparent}.invoices-content .invoices-table[data-v-2bf08331]{border:1px solid #dedede;border-bottom:0}.delete-file[data-v-2bf08331]{color:#e22b2b;cursor:pointer;display:inline-block;font-size:.6rem;font-weight:500;text-transform:uppercase}.delete-file[data-v-2bf08331]:hover{text-decoration:underline}.inline-icon-button[data-v-2bf08331]{cursor:pointer}.icon-button[data-v-2bf08331]{padding:0;position:relative;width:3rem}.icon-button .inline-icon-button[data-v-2bf08331]{background-color:transparent;border-radius:18px;height:36px;line-height:20px;margin-right:8px;margin-top:-18px;padding:8px;position:absolute;right:0;text-align:center;top:50%;transition:background-color .5s ease;width:36px}.icon-button .inline-icon-button[data-v-2bf08331]:hover{background-color:#efefef;cursor:pointer}.icon-button .inline-icon-button i[data-v-2bf08331]{height:20px}.documents-wrap[data-v-2bf08331]{font-size:.9rem;min-height:150px;padding-bottom:5rem;position:relative}.documents-wrap .month-month[data-v-2bf08331],.documents-wrap .year-year[data-v-2bf08331]{background:#f9f9f9;border-bottom:1px solid #dbdbdb;border-radius:0;color:#363636;position:relative;text-transform:capitalize;width:100%}.documents-wrap .month-month[data-v-2bf08331]:hover,.documents-wrap .year-year[data-v-2bf08331]:hover{background:#eee}.documents-wrap .month-month i[data-v-2bf08331],.documents-wrap .year-year i[data-v-2bf08331]{margin-right:.5rem;transition:transform .3s}.documents-wrap .month-month i.expanded[data-v-2bf08331],.documents-wrap .year-year i.expanded[data-v-2bf08331]{transform:rotate(90deg)}.documents-wrap .month-month button[data-v-2bf08331],.documents-wrap .year-year button[data-v-2bf08331]{background:none;border:none;cursor:pointer;outline:none;padding:.75rem 1rem;text-align:left;width:100%}.documents-wrap .month-month .download-all-btn-wrap[data-v-2bf08331],.documents-wrap .year-year .download-all-btn-wrap[data-v-2bf08331]{left:calc(90% - 9rem);padding:0 1rem;position:absolute;text-transform:none;top:0}.documents-wrap .month-month .download-all-btn-wrap button[data-v-2bf08331],.documents-wrap .year-year .download-all-btn-wrap button[data-v-2bf08331]{color:var(--color-primary);font-size:.9rem;font-weight:300;padding:.75rem 0}.documents-wrap .month-month .download-all-btn-wrap button[data-v-2bf08331]:hover,.documents-wrap .year-year .download-all-btn-wrap button[data-v-2bf08331]:hover{text-decoration:underline}.documents-wrap .item-grid[data-v-2bf08331]{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s;transition:grid-template-rows .3s,-ms-grid-rows .3s}.documents-wrap .item-grid.expanded[data-v-2bf08331]{grid-template-rows:1fr}.documents-wrap .item-grid .item-inner[data-v-2bf08331]{overflow:hidden}.documents-wrap .month-month button[data-v-2bf08331]{padding-left:2rem}.documents-wrap .subgroup-subgroup[data-v-2bf08331]{background:#f9f9f9;border-bottom:1px solid #dbdbdb;border-radius:0;color:#363636;position:relative;text-transform:capitalize;width:100%}.documents-wrap .subgroup-subgroup[data-v-2bf08331]:hover{background:#eee}.documents-wrap .subgroup-subgroup i[data-v-2bf08331]{margin-right:.5rem;transition:transform .3s}.documents-wrap .subgroup-subgroup i.expanded[data-v-2bf08331]{transform:rotate(90deg)}.documents-wrap .subgroup-subgroup button[data-v-2bf08331]{background:none;border:none;cursor:pointer;outline:none;padding:.75rem 1rem .75rem 3.5rem;text-align:left;width:100%}.documents-wrap .document-row[data-v-2bf08331]{border-bottom:1px solid #dbdbdb;display:flex;padding:.75rem 0}.documents-wrap .document-row .date[data-v-2bf08331]{flex-shrink:0;margin-left:15%;padding:0 1rem;width:15%}.documents-wrap .document-row .name[data-v-2bf08331]{flex-grow:1;padding:0 1rem}.documents-wrap .document-row .delete-wrap[data-v-2bf08331]{flex-shrink:0;padding:0 1rem;width:15%}.documents-wrap .document-row .download-wrap[data-v-2bf08331]{flex-shrink:0;margin-right:9rem;padding:0 1rem;width:10%}.documents-wrap .document-row .icon-button[data-v-2bf08331]{flex-shrink:0;padding:0 1rem;width:3rem}
[data-v-6b87a73b]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content[data-v-6b87a73b]{overflow:hidden}.modal-inner-content[data-v-6b87a73b]{padding:1rem 2rem 2rem}.request-reason[data-v-6b87a73b]{align-items:flex-start;display:flex;flex-wrap:nowrap;margin:0 auto;padding:20px 0}.request-reason-date[data-v-6b87a73b]{font-size:.75rem}.request-reason .comment-icon[data-v-6b87a73b]{display:inline-block;margin:.25rem .5rem 0 0}.request-reason .flipped[data-v-6b87a73b]{transform:scaleX(-1)}.status-icon[data-v-6b87a73b]{vertical-align:middle;width:18px}.remarks[data-v-6b87a73b]{display:grid;place-items:center}.remarks .remark-label[data-v-6b87a73b]{font-weight:500;margin-bottom:4px;margin-right:auto}.remarks .remark-field[data-v-6b87a73b]{background-color:#fff;border:1px solid #ddd;border-radius:.25rem;box-sizing:border-box;height:8rem;padding:8px 14px;resize:none;width:100%}.remarks .remark-field[data-v-6b87a73b]:focus{outline:none}.modal-slide[data-v-6b87a73b]{transition:all .5s ease}.request-controls[data-v-6b87a73b]{background-color:#f0f0f0;display:flex;justify-content:space-between;padding:1rem 2rem}.request-controls .button[data-v-6b87a73b]{border-radius:.25rem}.request-controls .back[data-v-6b87a73b]{background-color:#b2b2b2;border:none;color:#fff}.request-controls .is-success[data-v-6b87a73b]{background-color:#8abd81}.request-controls .is-danger[data-v-6b87a73b]{background-color:#d66a6a;margin-right:.5rem}.divider[data-v-6b87a73b]{background-color:#000;height:1px;margin:.2rem auto;width:87.5%}.info-icon[data-v-6b87a73b]{margin-bottom:.5rem;width:.8rem}.placement-info .column[data-v-6b87a73b]{padding:0 2rem!important}.flex-row[data-v-6b87a73b]{display:flex}.modal-content[data-v-6b87a73b]{display:flex;flex-direction:column}.columns[data-v-6b87a73b]{margin:.5rem 0}.columns[data-v-6b87a73b],.columns .column[data-v-6b87a73b]{padding:0 1rem}.columns .column .info[data-v-6b87a73b]{font-size:.8rem}.cursor[data-v-6b87a73b]{cursor:pointer}.white-space-pre[data-v-6b87a73b]{white-space:pre-line}.status[data-v-6b87a73b]{align-items:center;display:inline-flex}.status.rejected[data-v-6b87a73b]{color:#ce4747}.status.accepted[data-v-6b87a73b]{color:#8abd81}.exchange-icon[data-v-6b87a73b]{max-width:20px;vertical-align:middle}
[data-v-5298a4ac]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}tr[data-v-5298a4ac],tr td[data-v-5298a4ac]{position:relative}tr td .remove-icon[data-v-5298a4ac]{background-color:#f3f3f3;border-radius:1.5rem;display:none;height:2rem;padding:6px;position:absolute;right:.5rem;top:.5rem;transition:background-color .2s linear}tr td .remove-icon[data-v-5298a4ac]:hover{background-color:#e6e6e6}tr td .work-icon[data-v-5298a4ac]{display:flex;float:left;height:100%;height:3rem;justify-content:center;line-height:3rem;margin-left:.6rem;position:relative;width:18px}tr td .work-icon:hover .tooltip[data-v-5298a4ac]{-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}tr td .work-icon.placement[data-v-5298a4ac]{margin-right:1.4rem}.circle-color[data-v-5298a4ac]{position:absolute;top:50%;transform:translateY(-50%)}.circle-color[data-v-5298a4ac],.circle-color-permissions[data-v-5298a4ac]{border-radius:50%;height:12px;width:12px}.circle-color-permissions[data-v-5298a4ac]{margin-bottom:auto;margin-right:5px;margin-top:auto}.wrapper[data-v-5298a4ac]{display:flex;flex-direction:row;height:2rem;justify-content:center}.wrapper.grid[data-v-5298a4ac]{height:3.5rem}.wrapper.bottom[data-v-5298a4ac]{margin-top:-.5rem}.wrapper.half[data-v-5298a4ac]{width:50%}.wrapper.employee.first[data-v-5298a4ac]{border-right:1px dashed #ececec}.wrapper.employee.left[data-v-5298a4ac]{justify-content:left!important}.checkbox[data-v-5298a4ac]{margin-bottom:auto;margin-left:5px;margin-top:auto}.checkbox.right[data-v-5298a4ac]{margin-left:0!important;margin-right:5px}.switch-label[data-v-5298a4ac]{margin-top:calc(1.75rem - 12px)}.employee-column[data-v-5298a4ac]{width:100px}.department-name[data-v-5298a4ac],.employee-column[data-v-5298a4ac]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#social-float[data-v-5298a4ac]{-webkit-animation:pulse 5s 3;animation:pulse 5s 3;background-color:#464646;border-radius:6px;bottom:2rem;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;left:50%;margin-left:-120px;opacity:.8;padding:.4em 1.5em;position:fixed;text-align:center;width:340px;z-index:5000}#social-float i[data-v-5298a4ac]{font-size:10px;position:absolute;right:6px;top:5px}.exchange-icon[data-v-5298a4ac]{max-width:20px;vertical-align:middle}.status-icon[data-v-5298a4ac]{max-width:18px;vertical-align:middle}.nohours[data-v-5298a4ac]{color:#9a9a9a;display:block;font-size:.9rem;font-style:italic;line-height:3rem;margin-top:20px;text-align:center;width:100%}
.flatpickr-calendar{-webkit-animation:none;animation:none;background:transparent;background:#fff;border:0;border-radius:5px;box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);box-sizing:border-box;direction:ltr;font-size:14px;line-height:24px;max-height:0;opacity:0;overflow:hidden;padding:0;position:absolute;text-align:center;touch-action:manipulation;visibility:hidden;width:315px}.flatpickr-calendar.inline,.flatpickr-calendar.open{max-height:640px;opacity:1;overflow:visible;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1);animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{display:block;z-index:999}.flatpickr-calendar.hasWeeks{width:auto}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{border-top:1px solid #e6e6e6;height:40px}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{border:solid transparent;content:"";display:block;height:0;left:22px;pointer-events:none;position:absolute;width:0}.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{display:inline-block;position:relative}.flatpickr-month{fill:rgba(0,0,0,.9);background:transparent;color:rgba(0,0,0,.9);height:28px;line-height:1;overflow:hidden;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flatpickr-next-month,.flatpickr-prev-month{cursor:pointer;height:28px;line-height:16px;padding:10px calc(3.57% - 1.5px);position:absolute;text-decoration:none;top:0;z-index:3}.flatpickr-next-month i,.flatpickr-prev-month i{position:relative}.flatpickr-next-month.flatpickr-prev-month,.flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-next-month.flatpickr-next-month,.flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-next-month:hover,.flatpickr-prev-month:hover{color:#959ea9}.flatpickr-next-month:hover svg,.flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-next-month svg,.flatpickr-prev-month svg{width:14px}.flatpickr-next-month svg path,.flatpickr-prev-month svg path{fill:inherit;transition:fill .1s}.numInputWrapper{height:auto;position:relative}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper span{border:1px solid rgba(57,57,57,.05);box-sizing:border-box;cursor:pointer;height:50%;line-height:50%;opacity:0;padding:0 4px 0 2px;position:absolute;right:0;width:14px}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{content:"";display:block;position:absolute;top:33%}.numInputWrapper span.arrowUp{border-bottom:0;top:0}.numInputWrapper span.arrowUp:after{border-bottom:4px solid rgba(57,57,57,.6);border-left:4px solid transparent;border-right:4px solid transparent}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6)}.numInputWrapper span svg{height:auto;width:inherit}.numInputWrapper span svg path{fill:rgba(0,0,0,.5)}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{color:inherit;display:inline-block;font-size:135%;font-weight:300;height:28px;left:12.5%;line-height:inherit;line-height:1;padding:6.16px 0 0;position:absolute;text-align:center;transform:translateZ(0);width:75%}.flatpickr-current-month.slideLeft{-webkit-animation:fpFadeOut .4s ease,fpSlideLeft .4s cubic-bezier(.23,1,.32,1);animation:fpFadeOut .4s ease,fpSlideLeft .4s cubic-bezier(.23,1,.32,1);transform:translate3d(-100%,0,0)}.flatpickr-current-month.slideLeftNew{-webkit-animation:fpFadeIn .4s ease,fpSlideLeftNew .4s cubic-bezier(.23,1,.32,1);animation:fpFadeIn .4s ease,fpSlideLeftNew .4s cubic-bezier(.23,1,.32,1);transform:translate3d(100%,0,0)}.flatpickr-current-month.slideRight{-webkit-animation:fpFadeOut .4s ease,fpSlideRight .4s cubic-bezier(.23,1,.32,1);animation:fpFadeOut .4s ease,fpSlideRight .4s cubic-bezier(.23,1,.32,1);transform:translate3d(100%,0,0)}.flatpickr-current-month.slideRightNew{-webkit-animation:fpFadeIn .4s ease,fpSlideRightNew .4s cubic-bezier(.23,1,.32,1);animation:fpFadeIn .4s ease,fpSlideRightNew .4s cubic-bezier(.23,1,.32,1);transform:translateZ(0)}.flatpickr-current-month span.cur-month{color:inherit;display:inline-block;font-family:inherit;font-weight:700;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{display:inline-block;width:6ch;width:7ch\0}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,.9)}.flatpickr-current-month input.cur-year{background:transparent;border:0;border-radius:0;box-sizing:border-box;color:inherit;cursor:default;display:inline-block;font-family:inherit;font-size:inherit;font-weight:300;height:auto;line-height:inherit;margin:0;padding:0 0 0 .5ch;vertical-align:initial}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{background:transparent;color:rgba(0,0,0,.5);font-size:100%;pointer-events:none}.flatpickr-weekdays{align-items:center;background:transparent;display:flex;height:28px;overflow:hidden;text-align:center;width:315px}span.flatpickr-weekday{background:transparent;color:rgba(0,0,0,.54);cursor:default;display:block;flex:1;font-size:90%;font-weight:bolder;line-height:1;margin:0;text-align:center}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{display:flex;overflow:hidden;position:relative;width:315px}.flatpickr-days:focus{outline:0}.dayContainer{box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;max-width:315px;min-width:315px;opacity:1;outline:0;padding:0;text-align:left;transform:translateZ(0);width:315px}.flatpickr-calendar.animate .dayContainer.slideLeft{-webkit-animation:fpFadeOut .4s cubic-bezier(.23,1,.32,1),fpSlideLeft .4s cubic-bezier(.23,1,.32,1);animation:fpFadeOut .4s cubic-bezier(.23,1,.32,1),fpSlideLeft .4s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.animate .dayContainer.slideLeft,.flatpickr-calendar.animate .dayContainer.slideLeftNew{transform:translate3d(-100%,0,0)}.flatpickr-calendar.animate .dayContainer.slideLeftNew{-webkit-animation:fpFadeIn .4s cubic-bezier(.23,1,.32,1),fpSlideLeft .4s cubic-bezier(.23,1,.32,1);animation:fpFadeIn .4s cubic-bezier(.23,1,.32,1),fpSlideLeft .4s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.animate .dayContainer.slideRight{-webkit-animation:fpFadeOut .4s cubic-bezier(.23,1,.32,1),fpSlideRight .4s cubic-bezier(.23,1,.32,1);animation:fpFadeOut .4s cubic-bezier(.23,1,.32,1),fpSlideRight .4s cubic-bezier(.23,1,.32,1);transform:translate3d(100%,0,0)}.flatpickr-calendar.animate .dayContainer.slideRightNew{-webkit-animation:fpFadeIn .4s cubic-bezier(.23,1,.32,1),fpSlideRightNew .4s cubic-bezier(.23,1,.32,1);animation:fpFadeIn .4s cubic-bezier(.23,1,.32,1),fpSlideRightNew .4s cubic-bezier(.23,1,.32,1)}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;display:inline-block;flex-basis:14.2857143%;font-weight:400;height:40px;justify-content:center;line-height:40px;margin:0;max-width:40px;position:relative;text-align:center;width:14.2857143%}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{background:#e6e6e6;border-color:#e6e6e6;cursor:pointer;outline:0}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:focus,.flatpickr-day.today:hover{background:#959ea9;border-color:#959ea9;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#569ff7;border-color:#569ff7;box-shadow:none;color:#fff}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange,.flatpickr-day.selected.startRange+.endRange,.flatpickr-day.startRange.startRange+.endRange{box-shadow:-10px 0 0 #569ff7}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{pointer-events:none}.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{background:transparent;border-color:transparent;color:rgba(57,57,57,.3);cursor:default}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{display:inline-block;float:left}.flatpickr-weekwrapper .flatpickr-weeks{box-shadow:1px 0 0 #e6e6e6;padding:0 12px}.flatpickr-weekwrapper .flatpickr-weekday{float:none;line-height:28px;width:100%}.flatpickr-weekwrapper span.flatpickr-day{display:block;max-width:none;width:100%}.flatpickr-innerContainer{box-sizing:border-box;display:block;display:flex;overflow:hidden}.flatpickr-rContainer{box-sizing:border-box;display:inline-block;padding:0}.flatpickr-time{box-sizing:border-box;display:block;display:flex;height:0;line-height:40px;max-height:40px;outline:0;overflow:hidden;text-align:center}.flatpickr-time:after{clear:both;content:"";display:table}.flatpickr-time .numInputWrapper{flex:1;float:left;height:40px;width:40%}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;border:0;border-radius:0;box-shadow:none;box-sizing:border-box;color:#393939;cursor:pointer;font-size:14px;height:inherit;line-height:inherit;margin:0;padding:0;position:relative;text-align:center}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{border:0;outline:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{align-self:center;color:#393939;display:inline-block;float:left;font-weight:700;height:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:2%}.flatpickr-time .flatpickr-am-pm{cursor:pointer;font-weight:400;outline:0;text-align:center;width:18%}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover{background:#f0f0f0}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fpFadeInDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}@-webkit-keyframes fpSlideLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}@keyframes fpSlideLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}@-webkit-keyframes fpSlideLeftNew{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}@keyframes fpSlideLeftNew{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}@-webkit-keyframes fpSlideRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}@keyframes fpSlideRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}@-webkit-keyframes fpSlideRightNew{0%{transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}@keyframes fpSlideRightNew{0%{transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}@-webkit-keyframes fpFadeOut{0%{opacity:1}to{opacity:0}}@keyframes fpFadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fpFadeIn{0%{opacity:0}to{opacity:1}}@keyframes fpFadeIn{0%{opacity:0}to{opacity:1}}.flatpickr-calendar.hasWeeks{width:auto!important}
[data-v-dd01a9fc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content[data-v-dd01a9fc]{font-size:.9rem;font-weight:550}.columns[data-v-dd01a9fc]{margin:.5rem auto;padding:0 1.5rem}.columns .column[data-v-dd01a9fc]{padding:0 1rem}.center-column[data-v-dd01a9fc]{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;padding:0 2rem}.label[data-v-dd01a9fc]{font-weight:500}.selection-radios[data-v-dd01a9fc]{align-items:center;display:flex;font-size:.9rem;gap:1rem}.selection-radios label[data-v-dd01a9fc]{align-items:center;display:flex;font-weight:400;gap:.25rem}.department-entry[data-v-dd01a9fc],.table-info[data-v-dd01a9fc]{display:flex;justify-content:space-between}.department-entry .table-info[data-v-dd01a9fc],.table-info .table-info[data-v-dd01a9fc]{margin-bottom:.75rem}.department-entry .table-item[data-v-dd01a9fc],.table-info .table-item[data-v-dd01a9fc]{align-items:center;display:flex;font-weight:400;gap:.25rem;margin-bottom:.25rem;min-width:calc(50% - .25rem)}.department-entry .table-item .circle-color[data-v-dd01a9fc],.table-info .table-item .circle-color[data-v-dd01a9fc]{border-radius:50%;height:1rem;width:1rem}
[data-v-620a026e]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.setting-actions[data-v-620a026e]{align-items:center;display:flex;flex-wrap:nowrap;gap:.5rem;justify-content:flex-end}.setting-actions .button-status[data-v-620a026e]{background:#9c9c9c}.table-container.tooltip-overflow[data-v-620a026e]{overflow:initial}.table[data-v-620a026e]{width:100%}.table th[data-v-620a026e]{font-weight:500}.button[data-v-620a026e]{border-radius:.25rem}.centered-content[data-v-620a026e]{background:#fff;border-radius:.5rem;margin:0 auto;max-width:1450px;width:100%}.limitation-entry[data-v-620a026e]{border-radius:.25rem;cursor:pointer;padding:.5rem 1rem;transition:.2s ease}.limitation-entry[data-v-620a026e]:nth-of-type(odd){background:#f3f3f3}.limitation-entry[data-v-620a026e]:hover{background:#ececec}.limitation-entry.department-entry[data-v-620a026e]{border-bottom:1px solid #dbdbdb;cursor:auto}.limitation-entry.department-entry td[data-v-620a026e]{border:none}.save-button[data-v-620a026e]{display:block}.widget-content[data-v-620a026e]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:1rem}.widget-title[data-v-620a026e]{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between}.widget-title__inner[data-v-620a026e]{align-items:center;display:flex;gap:.5rem}.add-circle[data-v-620a026e]{background-color:transparent;border-radius:18px;height:36px;padding:8px;transition:background-color .5s ease;width:36px}.add-circle[data-v-620a026e]:hover{background-color:#5d5d5d;cursor:pointer}.add-icon[data-v-620a026e]{padding:2px}.label[data-v-620a026e]{font-weight:500}.selection-radios[data-v-620a026e]{align-items:center;display:flex;gap:1rem}.department-name-wrap[data-v-620a026e],.selection-radios label[data-v-620a026e]{align-items:center;display:flex;gap:.25rem}.department-name-wrap .circle-color[data-v-620a026e]{border-radius:50%;height:1rem;width:1rem}.department-row[data-v-620a026e]{align-items:center;display:flex;gap:.5rem;justify-content:space-between}
[data-v-dfae3732]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-dfae3732]{margin:.5rem auto}.columns[data-v-dfae3732],.columns .column[data-v-dfae3732]{padding:0 1rem}.columns .column .info[data-v-dfae3732]{font-size:.8rem}
[data-v-b229f5aa]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}span.primary[data-v-b229f5aa]{color:var(--color-primary);font-weight:400}.button-unlink[data-v-b229f5aa]{background:none;border:none;color:#000;cursor:pointer;outline:none}
[data-v-57a4be6a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.main-content[data-v-57a4be6a]{display:block}.main-content .content-wrap[data-v-57a4be6a]{position:relative}section.lists-table[data-v-57a4be6a]{margin-bottom:2rem;overflow:hidden}section.lists-table .thead-container table[data-v-57a4be6a]{width:100%!important}.confirmation-modal[data-v-57a4be6a]{width:auto}.buttons-wrap[data-v-57a4be6a]{align-items:center;display:inline-flex;gap:1.5rem}.button-edit[data-v-57a4be6a]{background:none;border:none;cursor:pointer;padding:0}.button-edit.button-trash[data-v-57a4be6a]{color:var(--color-danger)}.no-defaults-yet-message[data-v-57a4be6a]{align-items:center;display:flex;font-size:.9rem;font-style:italic;justify-content:center;padding:3rem 0;text-align:center}
[data-v-57c0613e]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}section[data-v-57c0613e]{width:auto}.column.is-12>.columns[data-v-57c0613e]{margin:0 -.5rem;padding:0}.column.is-12>.columns.user-section[data-v-57c0613e]{padding-bottom:2rem;padding-top:2rem}.columns[data-v-57c0613e]{margin:.5rem auto;padding:1rem 1rem 0}.columns .column[data-v-57c0613e]{padding:0 1rem}.form-section[data-v-57c0613e]{margin-bottom:1rem}.form-section[data-v-57c0613e]:last-child{margin-bottom:0}.scrollable[data-v-57c0613e]{flex:1;max-height:calc(100vh - 12rem);overflow-y:scroll;padding:0 0 2rem}.user-section[data-v-57c0613e]{padding:2rem 0}.input-title[data-v-57c0613e],h4[data-v-57c0613e]{font-size:.9rem;font-weight:500}.input-title[data-v-57c0613e]{padding:1rem 0 .5rem}.modal-content.modal-medium .step-footer[data-v-57c0613e]{margin-top:0}
[data-v-7edcd9f9]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.main-content[data-v-7edcd9f9]{display:block}.main-content .content-wrap[data-v-7edcd9f9]{position:relative}section.lists-table[data-v-7edcd9f9]{margin-bottom:2rem;overflow:hidden}section.lists-table .thead-container table[data-v-7edcd9f9]{width:100%!important}.confirmation-modal[data-v-7edcd9f9]{width:auto}.buttons-wrap[data-v-7edcd9f9]{align-items:center;display:inline-flex;gap:1.5rem}.button-edit[data-v-7edcd9f9]{background:none;border:none;cursor:pointer;padding:0}.button-edit.button-trash[data-v-7edcd9f9]{color:var(--color-danger)}.no-defaults-yet-message[data-v-7edcd9f9]{align-items:center;display:flex;font-size:.9rem;font-style:italic;justify-content:center;padding:3rem 0;text-align:center}
[data-v-cd3665f2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-title[data-v-cd3665f2]{color:#4a4a4a!important;pointer-events:none!important}.work-icons[data-v-cd3665f2]{border:1px solid #e6e6e6;border-radius:.25rem;float:left;height:2rem}.work-icons li[data-v-cd3665f2]{border-right:1px solid #e6e6e6;cursor:pointer;display:block;float:left;height:100%;position:relative}.work-icons li:hover .tooltip[data-v-cd3665f2]{-webkit-animation:fadein .3s;animation:fadeIn .3s;display:block}.work-icons li.is-active[data-v-cd3665f2],.work-icons li[data-v-cd3665f2]:hover{background-color:#fff3fb}.work-icons li[data-v-cd3665f2]:last-child{border-color:transparent}.work-icons li img[data-v-cd3665f2]{display:block;height:1rem;margin:.5rem .75rem;width:20px}.select-item[data-v-cd3665f2]{display:block;height:3rem;line-height:3rem;padding:0 1rem;text-align:right;transition:all .1s linear;white-space:nowrap}.select-item[data-v-cd3665f2]:not(:first-child){border-top:1px solid #ec008c}.select-item[data-v-cd3665f2]:hover{background-color:#376482;cursor:pointer}h1[data-v-cd3665f2]{color:red}.modal-content[data-v-cd3665f2]{display:flex;flex-direction:column}.columns[data-v-cd3665f2]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-cd3665f2]{margin:0;overflow-y:scroll;padding:0}.columns .column[data-v-cd3665f2]{padding:0 1rem}.columns .column .info[data-v-cd3665f2]{font-size:.8rem}.mb-05[data-v-cd3665f2]{margin-bottom:.5rem}
[data-v-4040fdbd]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.day-selector[data-v-4040fdbd]{align-items:stretch;border:1px solid #c5c5c5;border-radius:.5rem;display:flex;flex-wrap:nowrap;overflow:hidden}.day-selector__day[data-v-4040fdbd]{background-color:#fff;cursor:pointer;display:inline-flex;flex:1 1 auto;padding:.5rem .9rem;place-content:center;position:relative;text-align:center;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.day-selector__day--selected[data-v-4040fdbd]{background-color:rgba(236,0,140,.1);color:#ec008c;font-weight:500}.day-selector__day[data-v-4040fdbd]:not(:last-of-type):after{background-color:#c5c5c5;content:"";height:100%;position:absolute;right:0;top:0;width:1px}
[data-v-1a9a7d16]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content[data-v-1a9a7d16]{display:flex;flex-direction:column}.flex-container[data-v-1a9a7d16]{overflow-y:auto;padding-bottom:1.5rem}.columns[data-v-1a9a7d16]{margin:.5rem auto}.columns[data-v-1a9a7d16],.columns .column[data-v-1a9a7d16]{padding:0 1rem}.columns .column .info[data-v-1a9a7d16]{font-size:.8rem}.positioned[data-v-1a9a7d16]{background:#e0e0e0;border:1px solid #d8d8d8;border-radius:4px;font-size:.9rem;padding-top:37px;position:relative}.flex-col[data-v-1a9a7d16]{flex-direction:column;padding:0 1.5rem}.flex-col span[data-v-1a9a7d16]{font-size:.9rem;font-weight:500;padding:.75rem 0;width:100%}.warning[data-v-1a9a7d16]{background-color:#fffae1;border:1px dashed #e0c262;font-size:.9rem;margin-top:1.5rem;padding:1rem}.warning label[data-v-1a9a7d16]{cursor:pointer}.warning label input[data-v-1a9a7d16]{margin-right:.3rem}.warning .bold[data-v-1a9a7d16]{color:#bd9c33;display:block;font-weight:500;margin:.7rem 0}.limit-height[data-v-1a9a7d16]{border-radius:4px;height:209px;overflow-y:auto}.limit-height .day-table[data-v-1a9a7d16]{border-spacing:0;width:100%}.limit-height .day-table td+td[data-v-1a9a7d16]{border-left:1px solid #efefef}.limit-height .day-table td[data-v-1a9a7d16],.limit-height .day-table th[data-v-1a9a7d16]{background:#fff;border-bottom:1px solid #efefef;color:#4a4a4a;padding:10px 1rem}.limit-height .day-table td input[data-v-1a9a7d16],.limit-height .day-table th input[data-v-1a9a7d16]{margin-right:.5rem}.limit-height .day-table th[data-v-1a9a7d16]{border:none;color:transparent;height:0;line-height:0;padding-bottom:0;padding-top:0;white-space:nowrap}.limit-height .day-table th div[data-v-1a9a7d16]{background:transparent;color:#4a4a4a;font-weight:500;line-height:normal;margin-left:-25px;padding:9px 25px;position:absolute;top:0}.limit-height .day-table th:first-child div[data-v-1a9a7d16]{border:none}.limit-height .day-table tr td[data-v-1a9a7d16]:first-child{background:#e0e0e0;font-weight:500}.limit-height .day-table tr td[data-v-1a9a7d16]:first-child:hover{pointer-events:none}.limit-height .day-table tr td[data-v-1a9a7d16]:hover{background-color:#dce9ff;cursor:pointer}.limit-height .day-table tr td.selected[data-v-1a9a7d16]{background-color:#edf4ff}.limit-height .day-table tr td.disabled[data-v-1a9a7d16]{background-color:#f3f3f3;color:#cacaca;pointer-events:none}.limit-height .day-table tr:last-child td[data-v-1a9a7d16]{border-bottom:none}.modal-content.modal-small .step-footer .publish-button.active[data-v-1a9a7d16]{background-color:#ec008c!important}.modal-content.modal-small .step-footer .publish-button.active[data-v-1a9a7d16]:disabled{background-color:rgba(236,0,140,.5)!important}
[data-v-3829bf4f]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#PasswordConfirmationButtonGreen[data-v-3829bf4f]{background-color:#8abd81!important}#PasswordConfirmationButtonGreen[data-v-3829bf4f]:hover{background-color:#6e9e65!important}.PasswordConfirmationButton[data-v-3829bf4f]{background-color:#ce4747!important;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2.5rem;line-height:2.5rem;outline:none;padding:0 12px;position:relative;transition:background-color .2s linear}.PasswordConfirmationButton[data-v-3829bf4f]:hover{background-color:#a93333!important}.columns[data-v-3829bf4f]{margin:.5rem auto;padding:0 1rem}.columns .column[data-v-3829bf4f]{font-size:.9rem;padding:.5rem 1rem 1.5rem}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.custom-picker input{background-color:transparent;border:none;display:block;font-size:.8rem;height:2rem;left:0;padding-left:.5rem;position:absolute;top:-4px;width:100%}.custom-picker .vdp-datepicker__calendar{right:0}
[data-v-cd349d5c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.addclient-container[data-v-cd349d5c]{display:block;overflow-y:scroll;padding:2rem}.active[data-v-cd349d5c]{background-color:#8abd81;cursor:pointer}.active[data-v-cd349d5c]:hover{background-color:#76a56e}.button-delete[data-v-cd349d5c]{background-color:#ce4747;cursor:pointer}.button-delete[data-v-cd349d5c]:hover{background-color:#a93333}.margin-right[data-v-cd349d5c]{margin-right:15px}.no-margin-bottom[data-v-cd349d5c]{margin-bottom:0!important}.custom-field-label[data-v-cd349d5c],.custom-field-label .label[data-v-cd349d5c]{font-size:.75rem;font-weight:400;margin-right:1.5rem;text-align:left;width:150px!important}.custom-field-body[data-v-cd349d5c],.custom-field-body .field[data-v-cd349d5c]{font-size:.75rem;font-weight:400;margin-top:.15rem}.label[data-v-cd349d5c]{padding-left:5px;padding-top:.375em}.title[data-v-cd349d5c]{line-height:1.5;margin-bottom:0!important;margin-top:20px;padding-left:5px;width:200px}.blue[data-v-cd349d5c],.title[data-v-cd349d5c]{font-size:.75rem;font-weight:600}.blue[data-v-cd349d5c]{background-color:#ec008c;color:#fff;padding:0 8px}.blue[data-v-cd349d5c],.blue tr th[data-v-cd349d5c]{line-height:2rem}.field input[data-v-cd349d5c]{margin:5px 0}.icon-container[data-v-cd349d5c]{position:relative}.icon-container a[data-v-cd349d5c]{position:absolute;right:5px;top:15px}.select[data-v-cd349d5c]{width:100%}.right[data-v-cd349d5c]{text-align:right}.center[data-v-cd349d5c]{text-align:center}tr th[data-v-cd349d5c]{color:#fff;font-size:.75rem;font-weight:600;line-height:1.5}.readable[data-v-cd349d5c]{color:#000!important}.cal-on-top .vdp-datepicker__calendar[data-v-cd349d5c]{bottom:0!important;top:auto!important}.vdp-datepicker input[data-v-cd349d5c]{border:1px solid #e6e6e6;border-radius:.25rem;display:block;font-size:.8rem;height:2rem;left:0;padding-left:.5rem;position:absolute;width:100%}.vdp-datepicker input[data-v-cd349d5c]:focus{outline:none}.vdp-datepicker.grey-out input[data-v-cd349d5c]{background-color:#e6e6e6!important;border:1px solid #cecece!important;color:#c5c5c5!important}.vdp-datepicker input[data-v-cd349d5c]:-webkit-autofill{border:1px solid #bbd4e4;box-shadow:inset 0 0 0 50px #f3faff}.vdp-datepicker .vdp-datepicker__calendar[data-v-cd349d5c]{top:2rem}.disabled-date[data-v-cd349d5c]{background-color:#f5f5f5;border:unset!important;box-shadow:none!important;color:#7a7a7a!important}.disabled-date[data-v-cd349d5c] input{border:unset!important;color:#7a7a7a!important;cursor:not-allowed!important}.disabled-multi[data-v-cd349d5c]{background-color:#f5f5f5!important;border:unset!important;box-shadow:none!important;color:#7a7a7a!important;cursor:not-allowed!important;opacity:1!important}
[data-v-634e7eb0]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.multiselect[data-v-634e7eb0]{min-height:40px!important}.multiselect[data-v-634e7eb0] .multiselect__select{z-index:2}.multiselect-status[data-v-634e7eb0]{background-color:#e0c263;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:2rem;position:absolute;right:-1px;top:0;width:.3rem;z-index:10;z-index:51}.multiselect-status.filled[data-v-634e7eb0]{background-color:#90be90}.multiselect--disabled[data-v-634e7eb0]{background:none;opacity:1}.multiselect--disabled[data-v-634e7eb0] .multiselect__select{opacity:0}.multiselect--disabled[data-v-634e7eb0] .multiselect__tag{padding-right:10px}.multiselect--disabled[data-v-634e7eb0] .multiselect__tag-icon{display:none}.multiselect--disabled[data-v-634e7eb0] .multiselect__tags{border:none}.newContract[data-v-634e7eb0]{cursor:pointer;margin-left:.5rem}.column[data-v-634e7eb0]{font-size:.9rem;line-height:1.6rem}.location-table[data-v-634e7eb0]{background-color:#abb9c3;border:1px solid #e6e6e6;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:.9rem;font-weight:500;line-height:2rem;margin:0;padding:.5rem 2rem}.location-table-content[data-v-634e7eb0]{border:1px solid #e6e6e6;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0;padding:1rem}.location-table-content .font-bold[data-v-634e7eb0]{font-weight:500}.no-padding-bottom[data-v-634e7eb0]{padding-bottom:0}.no-padding-top[data-v-634e7eb0]{padding-top:0}.contact-row .column[data-v-634e7eb0]{padding-bottom:0;padding-top:0}.border-top-grey[data-v-634e7eb0]{padding-top:1rem}.no-margin[data-v-634e7eb0]{margin:0}.border-top-grey-solid[data-v-634e7eb0]{border-top-color:#e6e6e6!important;border-top-style:solid!important}.step-content[data-v-634e7eb0]{padding-top:2rem!important}.step-content .contact-location[data-v-634e7eb0]:last-child{margin-bottom:.5rem}.step-content .location-div[data-v-634e7eb0]:not(:first-child){margin-top:2rem}.font-bold[data-v-634e7eb0]{font-weight:500}.img-cont .dz-error .dz-error-mark[data-v-634e7eb0]{z-index:10}.document-image[data-v-634e7eb0]{height:auto;width:100%}.center-inside[data-v-634e7eb0]{position:relative;text-align:center;top:50%}.open-pdf[data-v-634e7eb0]{color:#ec008c}.open-pdf[data-v-634e7eb0]:hover{cursor:pointer;text-decoration:underline}.action[data-v-634e7eb0]{background-color:#ec008c!important;cursor:pointer}.action[data-v-634e7eb0]:hover{background-color:#4778c5}.input-container[data-v-634e7eb0]{height:2rem;position:relative;width:100%}.input-title[data-v-634e7eb0]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.warning[data-v-634e7eb0]{background-color:#fff9e3;border:1px dashed #e0c261;border-radius:6px;color:#b59737;font-weight:400;margin-top:1rem;padding:.5rem .75rem;width:100%}.warning.error[data-v-634e7eb0]{background-color:#ffeded;border:1px dashed #f3c2c2;color:#c57c7c}.warning.UWV[data-v-634e7eb0]{margin-bottom:.75rem!important;margin-top:.75rem!important;padding:0 .75rem .75rem!important;width:25%!important}.warning.UWV input[data-v-634e7eb0]{transform:translateY(1px)}.contract:hover>.is-3+.fa-trash[data-v-634e7eb0]{display:block}.contract .fa-trash[data-v-634e7eb0]{cursor:pointer;display:none;position:relative}.contract[data-v-634e7eb0] :before{position:absolute;top:50%}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#addAgreements .multiselect__tag,#addDepartments .multiselect__tag{margin:5px 5px 0}.imgCont .image-upload-check{color:#9a9a9a;cursor:pointer;height:18px;margin-left:.25rem;vertical-align:middle}.imgCont .dz-background-thumb{background-image:url(/img/icons/file.svg);background-origin:content-box;background-position:top;background-repeat:no-repeat;background-size:100% 100%;padding:2rem}.imgCont .dz-error .dz-details,.imgCont .dz-error .dz-remove{display:none}.imgCont #drop1{height:350px}.imgCont .dz-error-message span{display:none}.imgCont #drop1 .dz-preview .dz-details{bottom:0;display:flex;float:left;left:0;position:absolute}.imgCont #drop1 .dz-preview .dz-image{height:auto;left:0;padding:5px 8px 5px 5px;position:relative;top:0;width:auto}.imgCont .input-container{height:auto!important}.imgCont .dz-filename,.imgCont .dz-size{margin-right:5px}.imgCont .dz-remove{bottom:0;left:auto;margin:10px 20px;position:absolute;right:0;top:auto}.imgCont .dz-neutral,.imgCont .dz-success-mark{height:100%}.imgCont #drop1 .dz-preview .dz-image>div{background-position:top;background-repeat:no-repeat;background-size:contain;height:300px!important;margin-top:0!important;position:relative!important;width:100%}@media screen and (max-width:479px){.center-inside{margin-left:1rem;margin-right:1rem}}.footer-container .button-status{margin:1rem .5rem!important}
[data-v-176eb809]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-content-scroll[data-v-176eb809]{border-radius:0!important;overflow-x:hidden;position:relative}#social-float[data-v-176eb809]{-webkit-animation:pulse-176eb809 2s infinite;animation:pulse-176eb809 2s infinite;background-color:#464646;border-radius:6px;bottom:6rem;color:#fff;font-size:.9rem;font-weight:500;left:50%;margin-left:-120px;opacity:.8;padding:.4em 0;position:fixed;text-align:center;width:240px;z-index:5000}@-webkit-keyframes pulse-176eb809{0%{box-shadow:0 0 0 0 rgba(0,0,0,.4)}70%{box-shadow:0 0 0 10px transparent}to{box-shadow:0 0 0 0 transparent}}@keyframes pulse-176eb809{0%{box-shadow:0 0 0 0 rgba(0,0,0,.4)}70%{box-shadow:0 0 0 10px transparent}to{box-shadow:0 0 0 0 transparent}}.step-pdf[data-v-176eb809]{background-color:#6b6b6b;padding:0 0 2rem!important}.pdf-component[data-v-176eb809]{padding-top:2rem;width:100%}.pdf-component[data-v-176eb809]:last-child{display:none!important}.column[data-v-176eb809]{font-size:.9rem;line-height:1.6rem}.location-table[data-v-176eb809]{background-color:#abb9c3;border:1px solid #e6e6e6;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:.9rem;font-weight:500;line-height:2rem;margin:0;padding:.5rem 2rem}.location-table-content[data-v-176eb809]{border:1px solid #e6e6e6;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0;padding:1rem}.location-table-content .font-bold[data-v-176eb809]{font-weight:500}.no-padding-bottom[data-v-176eb809]{padding-bottom:0}.no-padding-top[data-v-176eb809]{padding-top:0}.contact-row .column[data-v-176eb809]{padding-bottom:0;padding-top:0}.border-top-grey[data-v-176eb809]{padding-top:1rem}.scroll-down-note[data-v-176eb809]{background-color:red;height:50px;position:-webkit-sticky;position:sticky;top:4rem;width:50px;z-index:20000}.no-margin[data-v-176eb809]{margin:0}.border-top-grey-solid[data-v-176eb809]{border-top-color:#e6e6e6!important;border-top-style:solid!important}.step-content[data-v-176eb809]{padding-top:2rem!important}.step-content .contact-location[data-v-176eb809]:last-child{margin-bottom:.5rem}.step-content .location-div[data-v-176eb809]:not(:first-child){margin-top:2rem}.font-bold[data-v-176eb809]{font-weight:500}.document-image[data-v-176eb809]{height:auto;width:100%}.confirmread[data-v-176eb809]{background-color:#f3f3f3;border:1px solid #e6e6e6;border-radius:.25rem;display:block;font-size:.8rem;line-height:2rem;padding-left:10px;padding-top:10px;position:relative}.confirmread .status[data-v-176eb809]{background-color:#e0c263;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:calc(100% + 2px);position:absolute;right:0;top:0;width:.3rem}.confirmread .status.active[data-v-176eb809]{background-color:#8abd81}.confirmread ul[data-v-176eb809]{list-style:disc;margin-left:1rem;padding-right:10px}.flex-stretch[data-v-176eb809]{display:flex;flex-direction:column;overflow:scroll;width:auto}.flex-stretch .columns[data-v-176eb809]{margin:0;padding:0}.flex-stretch .columns .column[data-v-176eb809]{margin:0;padding:0!important}.pdf-container[data-v-176eb809]{display:flex;flex-direction:column-reverse;overflow-y:auto}.pdf-content[data-v-176eb809]{align-items:stretch;display:flex;flex-direction:column}.clear-signature[data-v-176eb809]{background-color:#f1f1f1;border-radius:16px;cursor:pointer;left:auto;right:.8rem;top:.5rem}.clear-signature[data-v-176eb809]:hover{background-color:#e6e6e6}.clear-signature[data-v-176eb809]:after,.clear-signature[data-v-176eb809]:before{background-color:#c7c7c7}.sign-container[data-v-176eb809]{border:1px solid #e6e6e6;cursor:crosshair;height:150px}.sign-container .status[data-v-176eb809]{height:calc(100% + 2px);margin:-1px;top:0;z-index:200}.disable-signature[data-v-176eb809]{background-color:#d2d2d2;border:1px solid #afafaf;border-radius:.25rem;height:calc(100% + 2px);margin:-1px;opacity:.5;position:absolute;width:calc(100% + 2px);z-index:100}.sign-field[data-v-176eb809]{margin:1rem 0 2rem!important;padding:0!important;text-align:left}.sign-field .column[data-v-176eb809],.sign-field .column .columns[data-v-176eb809],.sign-field .column .columns .column[data-v-176eb809]{margin:0!important;padding:0!important}img[data-v-176eb809]{cursor:pointer;height:.8rem;margin-left:.5rem;margin-right:.5rem}.background-grey[data-v-176eb809]{background-color:#6b6b6b}.center-inside[data-v-176eb809]{position:relative;text-align:center;top:50%}.contract-info-alert[data-v-176eb809]{margin:1rem 0 2rem;text-align:center}.contract-info-alert .button-text[data-v-176eb809]{font-size:1rem}
[data-v-4d8687a7]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.column[data-v-4d8687a7]{font-size:.9rem;line-height:1.6rem}.step-pdf[data-v-4d8687a7]{background-color:#6b6b6b;padding:0 0 2rem!important}.pdf-component[data-v-4d8687a7]{padding-top:2rem;width:100%}.pdf-component[data-v-4d8687a7]:last-child{display:none!important}.location-table[data-v-4d8687a7]{background-color:#abb9c3;border:1px solid #e6e6e6;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:.9rem;font-weight:500;line-height:2rem;margin:0;padding:.5rem 2rem}.location-table-content[data-v-4d8687a7]{border:1px solid #e6e6e6;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0;padding:1rem}.location-table-content .font-bold[data-v-4d8687a7]{font-weight:500}.no-padding-bottom[data-v-4d8687a7]{padding-bottom:0}.no-padding-top[data-v-4d8687a7]{padding-top:0}.contact-row .column[data-v-4d8687a7]{padding-bottom:0;padding-top:0}.border-top-grey[data-v-4d8687a7]{padding-top:1rem}.no-margin[data-v-4d8687a7]{margin:0}.border-top-grey-solid[data-v-4d8687a7]{border-top-color:#e6e6e6!important;border-top-style:solid!important}.step-content[data-v-4d8687a7]{padding-top:2rem!important}.step-content .contact-location[data-v-4d8687a7]:last-child{margin-bottom:.5rem}.step-content .location-div[data-v-4d8687a7]:not(:first-child){margin-top:2rem}.font-bold[data-v-4d8687a7]{font-weight:500}.document-image[data-v-4d8687a7]{height:auto;width:100%}.center-inside[data-v-4d8687a7]{position:relative;text-align:center;top:50%}.pdf-container[data-v-4d8687a7]{display:flex;flex-direction:column-reverse;overflow-y:auto}.pdf-content[data-v-4d8687a7]{align-items:stretch;display:flex;flex-direction:column}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.adduser-container{display:flex;flex-direction:column}.adduser-container .border-top-grey{border-top:1px dashed #dedede;margin-top:1rem}.adduser-container section.adduser-section{display:flex;flex:1;flex-direction:column}.adduser-container section.adduser-section .full-width{width:100%}.adduser-container section.adduser-section .step-title{padding:1rem;text-align:center}.adduser-container section.adduser-section .step-content-scroll{flex:1;overflow-y:scroll}.adduser-container section.adduser-section .step-content{padding:1rem 2rem 2rem}.adduser-container section.adduser-section .step-content .note{align-self:flex-end;font-size:.8rem}.adduser-container section.adduser-section .border-bottom{border-bottom:1px solid #e6e6e6}.adduser-container section.adduser-section .footer-container .level{background-color:#474747;border-bottom:none;border-top:1px solid #828282;color:#363636;font-size:.9rem;padding:0 2rem}.adduser-container section.adduser-section .footer-container .level .level-left .button-status.previous{background-color:#585858;cursor:pointer;margin-right:1rem}.adduser-container section.adduser-section .footer-container .level .level-left .button-status.previous:hover{background-color:grey;cursor:pointer}.adduser-container section.adduser-section .footer-container .level .level-right span{color:#fff;display:block;display:none;margin-right:1rem}.adduser-container section.adduser-section .footer-container .level .level-right span.active{display:block}.adduser-container section.adduser-section .footer-container .level .level-right .button-status{background-color:#e0c263;margin:0!important}.adduser-container section.adduser-section .footer-container .level .level-right .button-status.save{background-color:#8abd81;cursor:pointer;margin-right:1rem!important}.adduser-container section.adduser-section .footer-container .level .level-right .button-status.save:hover{background-color:#6e9e65}.adduser-container section.adduser-section .footer-container .level .level-right .button-status.active{background-color:#8abd81;cursor:pointer}.adduser-container section.adduser-section .footer-container .level .level-right .button-status.active:hover{background-color:#7bad73}.adduser-container section.adduser-section .footer-container .level .level-right .button-status.active .status-bar{background-color:#7fad77}.adduser-container section.adduser-content-section{display:flex;flex:1;flex-direction:column}@media screen and (max-width:479px){.adduser-container section.adduser-section .step-content{padding:1rem .75rem}}
[data-v-1d3cb716]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.multiselect[data-v-1d3cb716]{min-height:40px!important}.multiselect[data-v-1d3cb716] .multiselect__select{z-index:2}.multiselect-status[data-v-1d3cb716]{background-color:#e0c263;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:2rem;position:absolute;right:-1px;top:0;width:.3rem;z-index:10;z-index:51}.multiselect-status.filled[data-v-1d3cb716]{background-color:#90be90}.multiselect--disabled[data-v-1d3cb716]{background:none;opacity:1}.multiselect--disabled[data-v-1d3cb716] .multiselect__select{opacity:0}.multiselect--disabled[data-v-1d3cb716] .multiselect__tag{padding-right:10px}.multiselect--disabled[data-v-1d3cb716] .multiselect__tag-icon{display:none}.multiselect--disabled[data-v-1d3cb716] .multiselect__tags{border:none}.column[data-v-1d3cb716]{font-size:.9rem;line-height:1.6rem}.location-table[data-v-1d3cb716]{background-color:#abb9c3;border:1px solid #e6e6e6;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:.9rem;font-weight:500;line-height:2rem;margin:0;padding:.5rem 2rem}.location-table-content[data-v-1d3cb716]{border:1px solid #e6e6e6;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0;padding:1rem}.location-table-content .font-bold[data-v-1d3cb716]{font-weight:500}.no-padding-bottom[data-v-1d3cb716]{padding-bottom:0}.no-padding-top[data-v-1d3cb716]{padding-top:0}.contact-row .column[data-v-1d3cb716]{padding-bottom:0;padding-top:0}.border-top-grey[data-v-1d3cb716]{padding-top:1rem}.no-margin[data-v-1d3cb716]{margin:0}.border-top-grey-solid[data-v-1d3cb716]{border-top-color:#e6e6e6!important;border-top-style:solid!important}.step-content[data-v-1d3cb716]{padding-top:2rem!important}.step-content .contact-location[data-v-1d3cb716]:last-child{margin-bottom:.5rem}.step-content .location-div[data-v-1d3cb716]:not(:first-child){margin-top:2rem}.font-bold[data-v-1d3cb716]{font-weight:500}.document-image[data-v-1d3cb716]{height:auto;width:100%}.center-inside[data-v-1d3cb716]{position:relative;text-align:center;top:50%}.open-pdf[data-v-1d3cb716]{color:#ec008c}.open-pdf[data-v-1d3cb716]:hover{cursor:pointer;text-decoration:underline}.action[data-v-1d3cb716]{background-color:#ec008c!important;cursor:pointer}.action[data-v-1d3cb716]:hover{background-color:#4778c5}.input-container[data-v-1d3cb716]{height:2rem;position:relative;width:100%}.input-title[data-v-1d3cb716]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.top-margin[data-v-1d3cb716],.warning[data-v-1d3cb716]{margin-top:1rem}.warning[data-v-1d3cb716]{background-color:#fff9e3;border:1px dashed #e0c261;border-radius:6px;color:#b59737;padding:.5rem .75rem;width:100%}.warning span[data-v-1d3cb716]:hover{cursor:pointer;text-decoration:underline}.warning.UWV[data-v-1d3cb716]{margin-bottom:.75rem!important;margin-top:.75rem!important;padding:0 .75rem .75rem!important;width:25%!important}.warning.UWV input[data-v-1d3cb716]{transform:translateY(1px)}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#addAgreements .multiselect__tag,#addDepartments .multiselect__tag{margin:5px 5px 0}.imgCont .image-upload-check{color:#9a9a9a;cursor:pointer;height:18px;margin-left:.25rem;vertical-align:middle}.imgCont .dz-background-thumb{background-image:url(/img/icons/file.svg);background-origin:content-box;background-position:top;background-repeat:no-repeat;background-size:100% 100%;padding:2rem}.imgCont .dz-error .dz-details,.imgCont .dz-error .dz-remove{display:none}.imgCont #drop1{height:350px}.imgCont .dz-error-message span{display:none}.imgCont #drop1 .dz-preview .dz-details{bottom:0;display:flex;float:left;left:0;position:absolute}.imgCont #drop1 .dz-preview .dz-image{height:auto;left:0;padding:5px 8px 5px 5px;position:relative;top:0;width:auto}.imgCont .input-container{height:auto!important}.imgCont .dz-filename,.imgCont .dz-size{margin-right:5px}.imgCont .dz-remove{bottom:0;left:auto;margin:10px 20px;position:absolute;right:0;top:auto}.imgCont .dz-neutral,.imgCont .dz-success-mark{height:100%}.imgCont #drop1 .dz-preview .dz-image>div{background-position:top;background-repeat:no-repeat;background-size:contain;height:300px;width:100%}@media screen and (max-width:479px){.center-inside{margin-left:1rem;margin-right:1rem}}.footer-container .button-status{margin:1rem .5rem!important}
[data-v-117c26c0]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-content-scroll[data-v-117c26c0]{border-radius:0!important;overflow-x:hidden;position:relative}#social-float[data-v-117c26c0]{-webkit-animation:pulse-117c26c0 2s infinite;animation:pulse-117c26c0 2s infinite;background-color:#464646;border-radius:6px;bottom:6rem;color:#fff;font-size:.9rem;font-weight:500;left:50%;margin-left:-120px;opacity:.8;padding:.4em 0;position:fixed;text-align:center;width:240px;z-index:5000}@-webkit-keyframes pulse-117c26c0{0%{box-shadow:0 0 0 0 rgba(0,0,0,.4)}70%{box-shadow:0 0 0 10px transparent}to{box-shadow:0 0 0 0 transparent}}@keyframes pulse-117c26c0{0%{box-shadow:0 0 0 0 rgba(0,0,0,.4)}70%{box-shadow:0 0 0 10px transparent}to{box-shadow:0 0 0 0 transparent}}.step-pdf[data-v-117c26c0]{background-color:#6b6b6b;padding:0 0 2rem!important}.pdf-component[data-v-117c26c0]{padding-top:2rem;width:100%}.pdf-component[data-v-117c26c0]:last-child{display:none!important}.column[data-v-117c26c0]{font-size:.9rem;line-height:1.6rem}.location-table[data-v-117c26c0]{background-color:#abb9c3;border:1px solid #e6e6e6;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:.9rem;font-weight:500;line-height:2rem;margin:0;padding:.5rem 2rem}.location-table-content[data-v-117c26c0]{border:1px solid #e6e6e6;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0;padding:1rem}.location-table-content .font-bold[data-v-117c26c0]{font-weight:500}.no-padding-bottom[data-v-117c26c0]{padding-bottom:0}.no-padding-top[data-v-117c26c0]{padding-top:0}.contact-row .column[data-v-117c26c0]{padding-bottom:0;padding-top:0}.border-top-grey[data-v-117c26c0]{padding-top:1rem}.scroll-down-note[data-v-117c26c0]{background-color:red;height:50px;position:-webkit-sticky;position:sticky;top:4rem;width:50px;z-index:20000}.no-margin[data-v-117c26c0]{margin:0}.border-top-grey-solid[data-v-117c26c0]{border-top-color:#e6e6e6!important;border-top-style:solid!important}.step-content[data-v-117c26c0]{padding-top:2rem!important}.step-content .contact-location[data-v-117c26c0]:last-child{margin-bottom:.5rem}.step-content .location-div[data-v-117c26c0]:not(:first-child){margin-top:2rem}.font-bold[data-v-117c26c0]{font-weight:500}.document-image[data-v-117c26c0]{height:auto;width:100%}.confirmread[data-v-117c26c0]{background-color:#f3f3f3;border:1px solid #e6e6e6;border-radius:.25rem;display:block;font-size:.8rem;line-height:2rem;padding-left:10px;padding-top:10px;position:relative}.confirmread .status[data-v-117c26c0]{background-color:#e0c263;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:calc(100% + 2px);position:absolute;right:0;top:0;width:.3rem}.confirmread .status.active[data-v-117c26c0]{background-color:#8abd81}.confirmread ul[data-v-117c26c0]{list-style:disc;margin-left:1rem;padding-right:10px}.flex-stretch[data-v-117c26c0]{display:flex;flex-direction:column;overflow:scroll;width:auto}.flex-stretch .columns[data-v-117c26c0]{margin:0;padding:0}.flex-stretch .columns .column[data-v-117c26c0]{margin:0;padding:0!important}.pdf-container[data-v-117c26c0]{display:flex;flex-direction:column-reverse;overflow-y:auto}.pdf-content[data-v-117c26c0]{align-items:stretch;display:flex;flex-direction:column}.clear-signature[data-v-117c26c0]{background-color:#f1f1f1;border-radius:16px;cursor:pointer;left:auto;right:.8rem;top:.5rem}.clear-signature[data-v-117c26c0]:hover{background-color:#e6e6e6}.clear-signature[data-v-117c26c0]:after,.clear-signature[data-v-117c26c0]:before{background-color:#c7c7c7}.sign-container[data-v-117c26c0]{border:1px solid #e6e6e6;cursor:crosshair;height:150px}.sign-container .status[data-v-117c26c0]{height:calc(100% + 2px);margin:-1px;top:0;z-index:200}.disable-signature[data-v-117c26c0]{background-color:#d2d2d2;border:1px solid #afafaf;border-radius:.25rem;height:calc(100% + 2px);margin:-1px;opacity:.5;position:absolute;width:calc(100% + 2px);z-index:100}.sign-field[data-v-117c26c0]{margin:1rem 0 2rem!important;padding:0!important;text-align:left}.sign-field .column[data-v-117c26c0],.sign-field .column .columns[data-v-117c26c0],.sign-field .column .columns .column[data-v-117c26c0]{margin:0!important;padding:0!important}img[data-v-117c26c0]{cursor:pointer;height:.8rem;margin-left:.5rem;margin-right:.5rem}.background-grey[data-v-117c26c0]{background-color:#6b6b6b}.center-inside[data-v-117c26c0]{position:relative;text-align:center;top:50%}.contract-info-alert[data-v-117c26c0]{margin:1rem 0 2rem;text-align:center}.contract-info-alert .button-text[data-v-117c26c0]{font-size:1rem}
[data-v-a9ce51cc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.column[data-v-a9ce51cc]{font-size:.9rem;line-height:1.6rem}.step-pdf[data-v-a9ce51cc]{background-color:#6b6b6b;padding:0 0 2rem!important}.pdf-component[data-v-a9ce51cc]{padding-top:2rem;width:100%}.pdf-component[data-v-a9ce51cc]:last-child{display:none!important}.location-table[data-v-a9ce51cc]{background-color:#abb9c3;border:1px solid #e6e6e6;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:.9rem;font-weight:500;line-height:2rem;margin:0;padding:.5rem 2rem}.location-table-content[data-v-a9ce51cc]{border:1px solid #e6e6e6;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0;padding:1rem}.location-table-content .font-bold[data-v-a9ce51cc]{font-weight:500}.no-padding-bottom[data-v-a9ce51cc]{padding-bottom:0}.no-padding-top[data-v-a9ce51cc]{padding-top:0}.contact-row .column[data-v-a9ce51cc]{padding-bottom:0;padding-top:0}.border-top-grey[data-v-a9ce51cc]{padding-top:1rem}.no-margin[data-v-a9ce51cc]{margin:0}.border-top-grey-solid[data-v-a9ce51cc]{border-top-color:#e6e6e6!important;border-top-style:solid!important}.step-content[data-v-a9ce51cc]{padding-top:2rem!important}.step-content .contact-location[data-v-a9ce51cc]:last-child{margin-bottom:.5rem}.step-content .location-div[data-v-a9ce51cc]:not(:first-child){margin-top:2rem}.font-bold[data-v-a9ce51cc]{font-weight:500}.document-image[data-v-a9ce51cc]{height:auto;width:100%}.center-inside[data-v-a9ce51cc]{position:relative;text-align:center;top:50%}.pdf-container[data-v-a9ce51cc]{display:flex;flex-direction:column-reverse;overflow-y:auto}.pdf-content[data-v-a9ce51cc]{align-items:stretch;display:flex;flex-direction:column}.no-contract[data-v-a9ce51cc]{color:#fff;padding:1rem;text-align:center}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.adduser-container{display:flex;flex-direction:column}.adduser-container .border-top-grey{border-top:1px dashed #dedede;margin-top:1rem}.adduser-container section.adduser-section{display:flex;flex:1;flex-direction:column}.adduser-container section.adduser-section .full-width{width:100%}.adduser-container section.adduser-section .step-title{padding:1rem;text-align:center}.adduser-container section.adduser-section .step-content-scroll{flex:1;overflow-y:scroll}.adduser-container section.adduser-section .step-content{padding:1rem 2rem 2rem}.adduser-container section.adduser-section .step-content .note{align-self:flex-end;font-size:.8rem}.adduser-container section.adduser-section .border-bottom{border-bottom:1px solid #e6e6e6}.adduser-container section.adduser-section .footer-container .level{background-color:#474747;border-bottom:none;border-top:1px solid #828282;color:#363636;font-size:.9rem;padding:0 2rem}.adduser-container section.adduser-section .footer-container .level .level-left .button-status.previous{background-color:#585858;cursor:pointer;margin-right:1rem}.adduser-container section.adduser-section .footer-container .level .level-left .button-status.previous:hover{background-color:grey;cursor:pointer}.adduser-container section.adduser-section .footer-container .level .level-right span{color:#fff;display:block;display:none;margin-right:1rem}.adduser-container section.adduser-section .footer-container .level .level-right span.active{display:block}.adduser-container section.adduser-section .footer-container .level .level-right .button-status{background-color:#e0c263;margin:0!important}.adduser-container section.adduser-section .footer-container .level .level-right .button-status.save{background-color:#8abd81;cursor:pointer;margin-right:1rem!important}.adduser-container section.adduser-section .footer-container .level .level-right .button-status.save:hover{background-color:#6e9e65}.adduser-container section.adduser-section .footer-container .level .level-right .button-status.active{background-color:#8abd81;cursor:pointer}.adduser-container section.adduser-section .footer-container .level .level-right .button-status.active:hover{background-color:#7bad73}.adduser-container section.adduser-section .footer-container .level .level-right .button-status.active .status-bar{background-color:#7fad77}.adduser-container section.adduser-content-section{display:flex;flex:1;flex-direction:column}@media screen and (max-width:479px){.adduser-container section.adduser-section .step-content{padding:1rem .75rem}}
[data-v-6c9dab22]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.editor[data-v-6c9dab22]{height:100%;position:fixed;width:100%}.fa[data-v-6c9dab22]{margin-right:10px}.accepted[data-v-6c9dab22]{background-color:#1acaa2!important}.confirmed[data-v-6c9dab22]{background-color:#20c56a!important}.declined[data-v-6c9dab22]{background-color:#ff4c70!important}.status[data-v-6c9dab22]{background-color:#ccc;border-radius:6px;display:inline-block;height:12px;left:1rem;margin-right:5px;margin-top:-7px;top:50%;width:12px}.mr-einstein[data-v-6c9dab22]{background-image:url(/img/mr-icon-small.png);background-position:.5rem 50%;background-repeat:no-repeat;background-size:18px;padding-left:2.1rem}
[data-v-099e5c1a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.pdf-container[data-v-099e5c1a]{background-color:#efefef;height:100%;left:0;padding:2rem 2rem 0;position:fixed;top:0;width:100%}.pdf-container .pdf-document[data-v-099e5c1a]{box-shadow:0 0 58px -27px rgba(0,0,0,.75);display:flex;flex-direction:column;height:100%;margin:0 auto;max-width:1024px}.pdf-container .pdf-document .pdf-preview[data-v-099e5c1a]{background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;flex:1;overflow-x:auto;padding:1rem}.pdf-container .pdf-document .pdf-preview .content[data-v-099e5c1a]{height:1500px}.pdf-container .pdf-document .pdf-sign[data-v-099e5c1a]{background-color:#f3f3f3;border-top:1px solid #d8d8d8;padding:2rem}.pdf-container .pdf-document .pdf-sign .date-row[data-v-099e5c1a]{margin-top:1rem}.pdf-container .pdf-document .pdf-sign .sign-box[data-v-099e5c1a]{background-color:#fff;border:1px solid #dadada;border-radius:3px;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);cursor:crosshair}.pdf-container .pdf-document .pdf-sign .button-col[data-v-099e5c1a]{align-items:flex-end;display:flex}.pdf-container .pdf-document .pdf-sign .font-bold[data-v-099e5c1a]{color:#616161;font-weight:500;line-height:2rem}.pdf-container .pdf-document .pdf-sign .float-right[data-v-099e5c1a]{color:#888;float:right;font-size:.8rem;line-height:2.2rem}.pdf-container .pdf-document .pdf-sign .float-right .clickable-link[data-v-099e5c1a]{cursor:pointer;text-decoration:underline}.pdf-container .pdf-document .pdf-sign .float-right .clickable-link[data-v-099e5c1a]:hover{color:#616161}
[data-v-2f4b4d2a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.checklist-input[data-v-2f4b4d2a]{align-items:center;display:flex;gap:1.5rem;justify-content:space-between}.checklist-input .log[data-v-2f4b4d2a]{color:var(--gray-400);flex-shrink:0;font-size:.75rem;font-weight:500;text-decoration:underline}.file-upload-wrap[data-v-2f4b4d2a]{flex-grow:1;max-width:500px}.inputs label[data-v-2f4b4d2a]{display:block;position:relative}.spinner-wrap[data-v-2f4b4d2a]{align-items:center;background:hsla(0,0%,86%,.5);border-radius:5px;box-shadow:0 0 0 5px hsla(0,0%,86%,.5);color:var(--color-primary);display:flex;font-size:1.5rem;inset:0;justify-content:center;position:absolute}.spinner-wrap .fa-circle-notch[data-v-2f4b4d2a]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-2f4b4d2a;animation-name:spinner-2f4b4d2a;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spinner-2f4b4d2a{to{transform:rotate(1turn)}}@keyframes spinner-2f4b4d2a{to{transform:rotate(1turn)}}.eye[data-v-2f4b4d2a]{height:100%;margin-left:.2rem;vertical-align:middle;width:1.2rem}button.button-add.disabled[data-v-2f4b4d2a]{opacity:.5}
[data-v-607682ec]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.template-container[data-v-607682ec]{display:flex;flex:1;flex-direction:row}.groupTitle[data-v-607682ec]{cursor:text;line-height:1.5rem}.noplacement[data-v-607682ec]{color:#9a9a9a;display:block;font-size:.9rem;font-style:italic;line-height:3rem;margin-top:20px;text-align:center;width:100%}.noplacement span[data-v-607682ec]{color:#ec008c}.noplacement span[data-v-607682ec]:hover{cursor:pointer;text-decoration:underline}.planboard-table tbody tr td input[data-v-607682ec]{border:0;color:#363636;font-family:Roboto,sans-serif;font-size:.9rem;font-weight:300;line-height:3rem;outline:none;padding:0;width:100%}.planboard-table tbody tr td input[data-v-607682ec]:focus{background:linear-gradient(90deg,#fff4fb 80%,hsla(0,0%,100%,0));border-left:3px solid #ec008c;padding-left:1rem}.planboard-table tbody tr td .employee-name[data-v-607682ec]{padding-right:2.2rem;position:relative}.planboard-table tbody tr td .employee-name[data-v-607682ec]:hover{color:#ec008c}.planboard-table tbody tr td .employee-name:hover .delete-icon[data-v-607682ec]{cursor:pointer;display:block}.planboard-table tbody tr td .employee-name .swap-employee-button[data-v-607682ec]{display:none;position:absolute;right:calc(100% + .25rem);top:50%;transform:translateY(-50%)}.planboard-table tbody tr td .add-employee[data-v-607682ec]{color:#cfa62d;font-weight:500;padding-left:1.2rem;position:relative;transition:color .2s linear}.planboard-table tbody tr td .add-employee .time-indicator[data-v-607682ec]{left:0!important}.planboard-table tbody tr td .add-employee[data-v-607682ec]:hover{color:#b18d23;cursor:pointer}.planboard-table tbody tr:hover .employee-name .swap-employee-button[data-v-607682ec]{display:block}.weight-bold[data-v-607682ec]{font-weight:500}.menu-cirle[data-v-607682ec]{background-color:transparent!important;margin-top:-1rem;top:50%}.menu-cirle[data-v-607682ec]:hover{background-color:#f3f3f3!important}.menu-cirle .week-dropdown-menu[data-v-607682ec]{background-color:#fff;border:1px solid #e9e9e9;border-top-color:#fff;display:none;left:auto;position:absolute;right:0;text-align:right;top:calc(100% + .5rem);z-index:2000}.menu-cirle .week-dropdown-menu.yellow-bg[data-v-607682ec]{background-color:#fffcf1;border-top-color:#fffcf1}.menu-cirle .week-dropdown-menu ul li[data-v-607682ec]{line-height:2rem;padding:0 1rem}.menu-cirle .week-dropdown-menu ul li[data-v-607682ec]:hover{background-color:#f3f3f3}.menu-cirle .week-dropdown-menu ul li[data-v-607682ec]:not(:first-child){border-top:1px solid #e9e9e9}.week-circle[data-v-607682ec]{-webkit-touch-callout:none;background-color:#e6e6e6;border-radius:1rem;cursor:pointer;font-size:.8rem;height:2rem;line-height:2rem;margin-right:1rem;padding-top:1px;position:relative;text-align:center;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:2rem}.week-circle[data-v-607682ec]:hover{background-color:#d4d4d4;color:#000;opacity:1}.week-circle img[data-v-607682ec]{display:inline;height:.8rem;margin-top:.6rem}.week-circle img.select[data-v-607682ec]{height:100%;margin:0 0 0 1px;padding:10px 8px 8px;width:100%}.padding-half-rem[data-v-607682ec]{padding:1rem}.padding-half-rem .hour-detail[data-v-607682ec]{border-right:1px solid #ececec;font-size:.9rem;line-height:2rem;padding-left:calc(2rem + 12px);padding-right:1rem;position:relative}.padding-half-rem .hour-detail[data-v-607682ec]:first-child{padding-left:calc(1rem + 12px)}.padding-half-rem .hour-detail:first-child .status[data-v-607682ec]{left:0}.padding-half-rem .hour-detail[data-v-607682ec]:last-child{border-right:0;padding-right:0}.padding-half-rem .hour-detail .status[data-v-607682ec]{border-radius:6px;height:12px;left:1rem;margin-top:-7px;position:absolute;top:50%;width:12px}.time-cont[data-v-607682ec]{display:flex;position:relative;transition:background-color .2s linear}.time-cont.hidden[data-v-607682ec]{display:none}.time-cont[data-v-607682ec]:hover{background-color:transparent!important}.time-cont.no-employee[data-v-607682ec]:hover{background-color:#f2f2f2!important}.time-cont.no-employee td[data-v-607682ec]:nth-child(3){color:#909090;font-style:italic}.time-cont.no-employee .time-indicator[data-v-607682ec]{background-color:#e0c263}.time-cont.employee[data-v-607682ec]{background-color:rgba(138,189,129,.24)}.time-cont.employee[data-v-607682ec]:hover{background-color:rgba(138,189,129,.38)!important}.time-cont.employee .time-indicator[data-v-607682ec]{background-color:#e0c263}.time-cont .time-indicator[data-v-607682ec]{background-color:#8abd81;border-radius:6px;height:12px;left:0;margin-top:-7px;position:absolute;top:50%;width:12px}.is-italic[data-v-607682ec]{font-style:italic}.red[data-v-607682ec]{background-color:#d66a6a}.yellow[data-v-607682ec]{background-color:#e0c263}.green[data-v-607682ec]{background-color:#8abd81}.grey[data-v-607682ec]{background-color:#e0e0e0}.button-danger[data-v-607682ec]{background-color:#d66a6a;color:#fff;line-height:20px;margin-right:1rem;padding-right:12px}.button-danger[data-v-607682ec]:hover{background-color:#be5151}.button-today[data-v-607682ec]{background-color:#e0e0e0;color:#434343;line-height:20px;margin-right:1rem;padding-right:12px}.button-today[data-v-607682ec]:hover{background-color:#cacaca}.low-button[data-v-607682ec]{font-size:12px!important;height:2rem!important;line-height:1rem!important}.low-button .is-text[data-v-607682ec]{font-size:.9rem;line-height:2rem;margin-right:.2rem}.button-notes[data-v-607682ec]{margin-left:0;margin-right:1rem}.placement-status[data-v-607682ec]{border-radius:5px;color:#fff;display:block;float:left;font-size:.8rem;font-style:italic;font-weight:500;height:1.8rem;line-height:1.8rem;margin-top:.6rem;padding:1px .5rem 0}.work-total[data-v-607682ec]{border-right:1px solid #565656;color:#a5a5a5;font-size:.7rem;font-weight:500;line-height:2.5rem;padding:0 1rem;position:relative}.work-total:hover .tooltip[data-v-607682ec]{-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}.work-total[data-v-607682ec]:not(:first-child){padding-left:1rem}.work-icon[data-v-607682ec]{display:flex;float:left;height:100%;height:3rem;justify-content:center;line-height:3rem;margin-right:.6rem;position:relative;width:18px}.work-icon:hover .tooltip[data-v-607682ec]{-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}.work-icon.placement[data-v-607682ec]{margin-right:1.4rem}.delete-icon[data-v-607682ec]{display:none;justify-content:center;margin-right:.6rem;margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.delete-icon[data-v-607682ec]:hover{transform:rotate(5deg)}.delete-icon:hover .tooltip[data-v-607682ec]{-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}.delete-icon.placement[data-v-607682ec]{margin-left:1rem}li.day[data-v-607682ec]{position:relative;width:14%}li.day[data-v-607682ec]:first-child,li.day[data-v-607682ec]:last-child{width:15%}li.day a[data-v-607682ec]{border-bottom:1px solid #dadada}li.day a.is-active-tab[data-v-607682ec]{border-bottom:1px solid transparent}li.day .status[data-v-607682ec]{border-radius:6px;height:12px;margin-top:-6px;position:absolute;right:1rem;top:64%;width:12px}td[data-v-607682ec]{cursor:default}.belongs-to-group[data-v-607682ec]{border-top:none!important}.button-no-right-padding[data-v-607682ec]{padding-right:12px!important}.department-divider[data-v-607682ec]{padding:0!important;width:100%}.department-name[data-v-607682ec]{margin-left:.5rem}.department-name-strong[data-v-607682ec]{font-weight:500}.department-background[data-v-607682ec]{opacity:.2}.department-background[data-v-607682ec],.department-stroke[data-v-607682ec]{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.table-container[data-v-607682ec]{padding-bottom:3rem}.toggle-department-collapse-btn[data-v-607682ec]{background:none;border:none;cursor:pointer;margin-left:.5rem;padding:.25rem .5rem}.toggle-department-collapse-btn i[data-v-607682ec]{transform:rotate(-90deg);transition:transform .3s}.toggle-department-collapse-btn.open i[data-v-607682ec]{transform:none}.toggle-department-collapse-btn[data-v-607682ec]:hover{background:rgba(0,0,0,.1)}.toggle-department-collapse-btn[data-v-607682ec]:active{background:rgba(0,0,0,.3)}.break-time-indicator[data-v-607682ec]{letter-spacing:-.0325rem}.tabs[data-v-607682ec]{overflow:visible}
[data-v-92fa2188]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-92fa2188]{color:red}.step-title[data-v-92fa2188]{border-bottom:0!important}.contract-language-toggle[data-v-92fa2188]{align-items:center;background-color:#fff;border-radius:.25rem;display:flex;font-size:.9rem;margin-bottom:.75rem;padding:.5rem .75rem}.contract-language-toggle .contract-language-label[data-v-92fa2188]{font-weight:600;margin-right:1rem}.contract-language-toggle .contract-language-option[data-v-92fa2188]{cursor:pointer;margin-right:1rem}.contract-language-toggle .contract-language-option input[data-v-92fa2188]{margin-right:.3rem}.nodirectdebit[data-v-92fa2188]{font-size:.9rem;padding:0 1rem}.nodirectdebit input[data-v-92fa2188]{margin-right:.2rem}.clear-signature[data-v-92fa2188]{background-color:#f1f1f1;border-radius:16px;cursor:pointer;left:auto;right:.8rem;top:.5rem}.clear-signature[data-v-92fa2188]:hover{background-color:#e6e6e6}.clear-signature[data-v-92fa2188]:after,.clear-signature[data-v-92fa2188]:before{background-color:#c7c7c7}.sign-container[data-v-92fa2188]{border:1px solid #e6e6e6;cursor:crosshair;height:150px}.sign-container .status[data-v-92fa2188]{height:calc(100% + 2px);margin:-1px;top:0;z-index:200}.disable-signature[data-v-92fa2188]{background-color:#d2d2d2;border:1px solid #afafaf;border-radius:.25rem;height:calc(100% + 2px);margin:-1px;opacity:.5;position:absolute;width:calc(100% + 2px);z-index:100}.sign-field[data-v-92fa2188]{margin:1rem 0 2rem!important;padding:0!important;text-align:left}.sign-field .column[data-v-92fa2188],.sign-field .column .columns[data-v-92fa2188],.sign-field .column .columns .column[data-v-92fa2188]{margin:0!important;padding:0!important}.modal-content[data-v-92fa2188]{display:flex;flex-direction:column;max-width:1000px}.step-footer[data-v-92fa2188]{margin-top:0!important;padding-top:0!important}.flex-stretch[data-v-92fa2188]{display:flex;flex-direction:column;overflow:scroll;width:auto}.flex-stretch .columns[data-v-92fa2188]{margin:0;padding:0}.flex-stretch .columns .column[data-v-92fa2188]{margin:0;padding:0!important}.topbar[data-v-92fa2188]{background-color:#fff5fb;border-bottom:1px dashed #ec1897;color:#ec008c;line-height:3rem;padding:0 2rem;position:relative;text-align:center;transition:all .3s ease}.topbar[data-v-92fa2188]:hover{background-color:#ffe0f3;cursor:pointer}.topbar img[data-v-92fa2188]{height:3rem;left:.9rem;padding:.9rem 0;position:absolute}.pdf-container[data-v-92fa2188]{display:flex;flex-direction:column-reverse;overflow-y:auto}.pdf-content[data-v-92fa2188]{align-items:stretch;display:flex;flex-direction:column}.columns[data-v-92fa2188]{margin:.5rem auto}.columns[data-v-92fa2188],.columns .column[data-v-92fa2188]{padding:0 1rem}.columns .column .info[data-v-92fa2188]{font-size:.8rem}.background-grey[data-v-92fa2188]{background-color:#6b6b6b;padding:2rem!important}.pdf-component[data-v-92fa2188]{padding-top:2rem;width:100%}.pdf-component[data-v-92fa2188]:last-child{display:none!important}.page-break[data-v-92fa2188]{padding-top:2rem}.print[data-v-92fa2188]{color:#fff;position:absolute;right:20px}
[data-v-00055061]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.toggle[data-v-00055061]{--toggle-width:1.8rem;--toggle-height:1.1rem;--toggle-knob:calc(var(--toggle-height) - 2px);display:inline-block;position:relative}.toggle-checkbox[data-v-00055061]{height:0;left:0;opacity:0;position:absolute;top:0;width:0}.toggle-checkbox:disabled:checked+.toggle-label[data-v-00055061]{background-color:#98e2ab}.toggle-checkbox:checked+.toggle-label[data-v-00055061]{background-color:#34c759}.toggle-checkbox:checked+.toggle-label[data-v-00055061]:after{right:1px}.toggle-label[data-v-00055061]{background-color:#e9e9eb;border-radius:40px;cursor:pointer;display:inline-block;height:var(--toggle-height);position:relative;transition:.2s ease;width:var(--toggle-width)}.toggle-label[data-v-00055061]:after{background-color:#fff;border-radius:50%;content:"";display:block;height:var(--toggle-knob);position:absolute;right:calc(100% - 1px - var(--toggle-knob));top:1px;transition:.2s ease;width:var(--toggle-knob)}
[data-v-6193a96b]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-title[data-v-6193a96b]{color:#4a4a4a!important;pointer-events:none!important}.warning-title[data-v-6193a96b]{color:#caad55;font-weight:500;padding-bottom:1rem!important;text-align:center}.warning-dialog[data-v-6193a96b]{background-color:#fffcf2;border-top:1px dashed #ded6be;padding-bottom:1rem!important;padding-top:1rem!important}.modal-content[data-v-6193a96b]{display:flex;flex-direction:column}.columns[data-v-6193a96b]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-6193a96b]{margin:0;overflow-y:scroll;padding:1rem 0}.columns .column[data-v-6193a96b]{padding:0 1rem}.margin-top[data-v-6193a96b]{margin-top:1.5rem}.button-col[data-v-6193a96b]{text-align:center}.button-col .button-add[data-v-6193a96b]{margin-bottom:0!important}.button-col .button-accept[data-v-6193a96b]{padding-right:12px}.button-col .button-danger[data-v-6193a96b]{background-color:#d66a6a;color:#fff;margin-right:1rem;padding-right:12px}.button-col .button-danger[data-v-6193a96b]:hover{background-color:#be5151}.flex-container[data-v-6193a96b]{display:flex}.flex-container .rating-infobullet[data-v-6193a96b]{margin-left:.5rem;margin-top:.25rem}.step-title[data-v-6193a96b]{position:relative}
[data-v-4522ca6a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.warning-dialog[data-v-4522ca6a]{background-color:#fff5d5;border:1px dashed #e0c263;border-radius:5px;color:#a98c31;font-size:.9rem;margin:1rem .5rem 0;padding:.51rem!important}.input-title[data-v-4522ca6a]{color:#4a4a4a!important;pointer-events:none!important}.modal-content[data-v-4522ca6a]{display:flex;flex-direction:column}.columns[data-v-4522ca6a]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-4522ca6a]{margin:0;overflow-y:scroll;padding:1rem 0}.columns .column[data-v-4522ca6a]{padding:0 1rem}.margin-top[data-v-4522ca6a]{margin-top:1.5rem}.step-title[data-v-4522ca6a]{position:relative}
[data-v-4a6b7174]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-content[data-v-4a6b7174]{padding:0!important}.modal-content[data-v-4a6b7174]{display:flex;flex-direction:column}.columns[data-v-4a6b7174]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-4a6b7174]{margin:0;overflow-y:scroll;padding:1rem 0}.columns .column[data-v-4a6b7174]{padding:0 1rem}.margin-top[data-v-4a6b7174]{margin-top:1.5rem}.button-ok[data-v-4a6b7174]{background-color:#8abd81;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2.5rem;line-height:2.5rem;outline:none;padding:0 20px;position:relative;transition:background-color .2s linear}.flex-container[data-v-4a6b7174]{display:flex}.flex-container .rating-infobullet[data-v-4a6b7174]{margin-left:.5rem;margin-top:.25rem}.widget-title[data-v-4a6b7174]{background-color:inherit;color:inherit;padding:1rem 0 .5rem}.widget-content span[data-v-4a6b7174]{display:block;font-style:italic;margin-top:1rem;text-align:left}table[data-v-4a6b7174]{width:100%}table tr[data-v-4a6b7174]:not(:first-child):hover{background-color:#f1f1f1}table tr th[data-v-4a6b7174]{border-bottom:1px dashed #efefef;font-weight:500}table tr th[data-v-4a6b7174]:first-child{padding-left:0}table tr td[data-v-4a6b7174]{padding:.75rem}table tr td[data-v-4a6b7174]:first-child{padding-left:0}table tr td[data-v-4a6b7174]:last-child{position:relative;white-space:nowrap}table tr td:last-child .field[data-v-4a6b7174]{display:inline}
[data-v-550befb7]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.no-pointer-events[data-v-550befb7]{pointer-events:none}.step-content[data-v-550befb7]{padding-bottom:1rem!important}.widget-container[data-v-550befb7]{margin:0 -1rem 1rem}.widget-container .widget[data-v-550befb7]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-550befb7]{display:flex;flex-direction:column}.widget-container .widget .widget-content[data-v-550befb7]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:2rem}.widget-container .widget .widget-content table[data-v-550befb7]{margin:0 -.75rem;width:100%}.widget-container .widget .widget-content table tr[data-v-550befb7]:hover{background-color:#f1f1f1;cursor:pointer}.widget-container .widget .widget-content table tr:last-child td[data-v-550befb7]{border-bottom:none}.widget-container .widget .widget-content table tr th[data-v-550befb7]{border-bottom:1px dashed #efefef;font-weight:500;padding:0 .75rem .75rem}.widget-container .widget .widget-content table tr td[data-v-550befb7]{border-bottom:1px solid #e9e9e9;line-height:3rem;padding:0 .75rem}.widget-container .widget .widget-content table tr td[data-v-550befb7]:last-child{position:relative;text-align:left;white-space:nowrap;width:1%}.widget-container .widget .widget-content table tr td:last-child .status[data-v-550befb7]{background-color:#d66a6a;border-radius:10px;height:12px;left:50%;margin-left:-6px;margin-top:-6px;position:absolute;top:50%;width:12px}.widget-container .widget .widget-content table tr td:last-child .status.green[data-v-550befb7]{background-color:#8abd81}.widget-container .widget .widget-content table tr td:last-child .status.yellow[data-v-550befb7]{background-color:#e0c263}.work-icon[data-v-550befb7]{display:flex;float:left;height:100%;height:3rem;justify-content:center;line-height:3rem;margin-right:.6rem;width:18px}.nohours[data-v-550befb7]{color:#9a9a9a;display:block;font-size:.9rem;font-style:italic;line-height:3rem;margin-top:20px;text-align:center;width:100%}.nohours span[data-v-550befb7]{color:#ec008c}.nohours span[data-v-550befb7]:hover{cursor:pointer;text-decoration:underline}.placement-status[data-v-550befb7]{border-radius:5px;color:#fff;display:block;float:left;font-size:.8rem;font-style:italic;font-weight:500;height:1.8rem;line-height:1.4rem;margin-top:.6rem;min-width:100px;padding:1px .5rem 0;text-align:center}.placement-status.red[data-v-550befb7],.placement-status.yellow[data-v-550befb7]{cursor:pointer}.is-italic[data-v-550befb7]{font-style:italic}.red[data-v-550befb7]{background-color:#d66a6a;border:1px solid #d66a6a}.yellow[data-v-550befb7]{background-color:#e0c263;border:1px solid #e0c263}.green[data-v-550befb7]{background-color:#8abd81;border:1px solid #8abd81;cursor:pointer}.no-hover td[data-v-550befb7]{text-align:left!important}.no-hover[data-v-550befb7]:hover{cursor:default!important}.addedHours[data-v-550befb7],.no-hover[data-v-550befb7]:hover{background-color:#fff!important}.addedHours[data-v-550befb7]{border:1px solid!important;border-color:#8abd81;color:#8abd81;pointer-events:auto}.addedHours.yellow[data-v-550befb7]{border-color:#e0c263!important;color:#e0c263}.addedHours.red[data-v-550befb7]{border-color:#d66a6a!important;color:#d66a6a}.grey[data-v-550befb7]{background-color:#e0e0e0}.padding-half-rem[data-v-550befb7]{padding:1rem}.padding-half-rem .hour-detail[data-v-550befb7]{border-right:1px solid #ececec;font-size:.9rem;line-height:2rem;padding-left:calc(2rem + 12px);padding-right:1rem;position:relative}.padding-half-rem .hour-detail[data-v-550befb7]:first-child{padding-left:calc(1rem + 12px)}.padding-half-rem .hour-detail:first-child .status[data-v-550befb7]{left:0}.padding-half-rem .hour-detail[data-v-550befb7]:last-child{border-right:0;padding-right:0}.padding-half-rem .hour-detail .status[data-v-550befb7]{border-radius:6px;height:12px;left:1rem;margin-top:-7px;position:absolute;top:50%;width:12px}.pagination-previous[data-v-550befb7]{border-color:#fff;color:#fff}.pagination-previous.disabled[data-v-550befb7]{border-color:transparent;color:transparent}.pagination-next[data-v-550befb7]{border-color:#fff;color:#fff}.pagination-next.disabled[data-v-550befb7]{border-color:transparent;color:transparent}.week-circle[data-v-550befb7]{-webkit-touch-callout:none;background-color:#e6e6e6;border-radius:1rem;cursor:pointer;float:left;font-size:.8rem;height:2rem;line-height:2rem;margin-top:.4rem;padding-top:1px;position:relative;text-align:center;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:2rem}.week-circle[data-v-550befb7]:hover{background-color:#d4d4d4;color:#000;opacity:1}.week-circle img[data-v-550befb7]{display:inline;height:.8rem;margin-top:.6rem}.week-circle img.prev[data-v-550befb7]{margin-right:1px}.week-circle img.next[data-v-550befb7]{margin-left:3px}.rating[data-v-550befb7]{display:flex;margin-top:.6rem}.rating .rating-infobullet[data-v-550befb7]{line-height:1.8rem;white-space:pre-wrap}.location[data-v-550befb7]{display:block}.no-hover[data-v-550befb7]{cursor:default}.status-indicators[data-v-550befb7]{align-items:flex-start;display:flex;flex-direction:column;padding-top:.6rem}.has-tooltip:hover .tooltip[data-v-550befb7]{display:block;margin-top:1rem;transform:translateX(-50%)}.overflow-visible[data-v-550befb7]{overflow:visible!important}
[data-v-531c4826]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.add-button-container[data-v-531c4826]{align-self:flex-end}.add-button-container .add-button[data-v-531c4826]{background-color:#e0c263!important;cursor:not-allowed!important;margin:0!important;padding-right:12px}.add-button-container .add-button.active[data-v-531c4826]{background-color:#8abd81!important;cursor:pointer!important}.add-button-container .add-button.active[data-v-531c4826]:hover{background-color:#6e9e65}.divider[data-v-531c4826]{background-color:#d3d3d3}.previous[data-v-531c4826]{margin-bottom:1rem}.delete-icon[data-v-531c4826]{color:grey;cursor:pointer}h1[data-v-531c4826]{color:red}hr[data-v-531c4826]{margin-top:0}.sub-title[data-v-531c4826]{background-color:#b1b1b1;text-align:left}.edit-circle[data-v-531c4826]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:2rem;top:50%;transition:background-color .5s ease;width:36px}.edit-circle[data-v-531c4826]:hover{background-color:#f5efcc;cursor:pointer}.edit-icon[data-v-531c4826]{height:20px}.is-flex-col[data-v-531c4826]{align-items:flex-end;display:flex}.add-container[data-v-531c4826]{padding-top:0!important}.add-container[data-v-531c4826],.add-container-bottom[data-v-531c4826]{background-color:#f0f0f0;margin:0!important}.add-container-bottom[data-v-531c4826]{border-bottom:1px solid #e5e5e5;font-size:.9rem;padding-bottom:1.25rem!important;padding-top:1.25rem!important}.button.height-override[data-v-531c4826]{height:2rem}.button-icon img[data-v-531c4826]{display:block}.table[data-v-531c4826]{font-size:.9rem;line-height:2rem;margin-bottom:0}.table thead[data-v-531c4826]{font-weight:500}.table thead td[data-v-531c4826]:first-child{padding-left:2rem!important}.table tbody tr.new-mutation[data-v-531c4826]{background-color:#fffbe6}.table tbody tr.new-mutation td[data-v-531c4826]{border-bottom:1px solid #efe6b2}.table tbody tr td[data-v-531c4826]{position:relative}.table tbody tr td.font-highlight[data-v-531c4826]{font-weight:400}.table tbody tr td[data-v-531c4826]:first-child{padding-left:2rem!important}.table tbody tr td.green[data-v-531c4826]{color:#8abd81;font-weight:400}.table tbody tr td.red[data-v-531c4826]{color:#d66a6a;font-weight:400}.table tbody tr td .current[data-v-531c4826]{color:#ec008c;display:inline;font-size:.7rem;font-weight:500;text-transform:uppercase}.step-footer[data-v-531c4826]{float:left;margin-top:0!important;width:100%}.columns[data-v-531c4826]{margin:.5rem auto}.columns[data-v-531c4826],.columns .column[data-v-531c4826]{padding:0 1rem}.columns .column .info[data-v-531c4826]{font-size:.8rem}.warning[data-v-531c4826]{padding:.5rem .75rem;width:100%}.warning span[data-v-531c4826]:hover{cursor:pointer;text-decoration:underline}.infoBullet__rates[data-v-531c4826]{display:flex;flex-direction:column;font-weight:400;line-height:1.5rem;margin-left:5px;text-align:left}.modal-content .columns .column.padding-right-3[data-v-531c4826]{padding-right:2rem!important}.negative[data-v-531c4826]{color:red}
[data-v-4294eb85]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.week-circle[data-v-4294eb85]{-webkit-touch-callout:none;background-color:#e6e6e6;border-radius:1rem;cursor:pointer;float:left;font-size:.8rem;height:2rem;line-height:2rem;margin-top:.4rem;padding-top:1px;position:relative;text-align:center;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:2rem}.week-circle[data-v-4294eb85]:hover{background-color:#d4d4d4;color:#000;opacity:1}.week-circle img[data-v-4294eb85]{display:inline;height:.8rem;margin-top:.6rem}.week-circle img.prev[data-v-4294eb85]{margin-right:1px}.week-circle img.next[data-v-4294eb85]{margin-left:3px}.widget-container[data-v-4294eb85]{margin:0 -1rem 1rem}.widget-container .widget[data-v-4294eb85]{margin:1rem 1rem 0;padding:0}.widget-container .widget .widget-content[data-v-4294eb85]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:2rem}.widget-container .widget .widget-content .table-container[data-v-4294eb85]{max-height:50vh;overflow:auto}.widget-container .widget .widget-content table[data-v-4294eb85]{margin:0 -.75rem;width:100%}.widget-container .widget .widget-content table tr:last-child td[data-v-4294eb85]{border-bottom:none}.widget-container .widget .widget-content table tr th[data-v-4294eb85]{border-bottom:1px dashed #efefef;font-weight:500;padding:0 .75rem .75rem}.widget-container .widget .widget-content table tr td[data-v-4294eb85]{border-bottom:1px solid #e9e9e9;line-height:3rem;padding:0 .75rem}.widget-container .widget .widget-content table tr td[data-v-4294eb85]:last-child{position:relative;text-align:left;white-space:nowrap;width:1%}.widget-container .widget .widget-content table tr td:last-child .status[data-v-4294eb85]{background-color:#d66a6a;border-radius:10px;height:12px;left:50%;margin-left:-6px;margin-top:-6px;position:absolute;top:50%;width:12px}.widget-container .widget .widget-content table tr td:last-child .status.green[data-v-4294eb85]{background-color:#8abd81}.widget-container .widget .widget-content table tr td:last-child .status.yellow[data-v-4294eb85]{background-color:#e0c263}.negative[data-v-4294eb85]{color:red}.period-selector[data-v-4294eb85]{align-items:stretch;display:flex;gap:1rem;position:relative}.period-selector__button-group[data-v-4294eb85]{margin-bottom:0;padding:.75rem}.period-selector__button-group button[data-v-4294eb85]{color:#c5c5c5;font-weight:500;width:5rem}.period-selector__primary-light[data-v-4294eb85]{background:#ffecf7;color:#ec008c!important}.period-selector__dropdown[data-v-4294eb85]{height:40px;width:8rem}.period-selector__dropdown[data-v-4294eb85] .input-container{height:100%}.period-selector__dropdown[data-v-4294eb85] .input-container select{border-radius:.5rem;font-size:1rem;height:100%}.period-selector__dropdown[data-v-4294eb85] .input-container .status{height:100%}.period-selector__loading-overlay[data-v-4294eb85]{background-color:hsla(0,0%,100%,.9);bottom:0;display:flex;justify-content:center;left:0;padding-top:9px;position:absolute;right:0;top:0}.period[data-v-4294eb85]{cursor:pointer}.day[data-v-4294eb85]{padding-left:2.5rem!important}.correction[data-v-4294eb85]{color:#afafaf}.spinning-icon[data-v-4294eb85]{margin-bottom:1rem;margin-top:1rem}.edit-icon[data-v-4294eb85]{color:grey;cursor:pointer;margin-left:1rem}.warning[data-v-4294eb85]{background-color:#fff9e3;border:1px dashed #e0c261;border-radius:6px;color:#b59737;margin-bottom:1rem;padding:.5rem .75rem;width:100%}.warning .warning_svg[data-v-4294eb85]{height:10px;margin:0 5px;width:10px}.total-hours[data-v-4294eb85]{position:relative}.correction-indicator[data-v-4294eb85]{background-color:var(--gray-300);border-radius:50%;display:inline-block;height:.5rem;position:absolute;right:-.5rem;top:-.25rem;width:.5rem}.before-start-date[data-v-4294eb85]{background-color:#fafafa}.before-start-date td[data-v-4294eb85]{opacity:.5}
[data-v-c81e7442]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.hours-table[data-v-c81e7442]{border-top-radius:4px;background-color:#f9f9f9;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #e2e2e2;margin:0;padding:1rem;position:relative;table-layout:fixed;width:100%}.hours-table thead td[data-v-c81e7442]{font-weight:400;padding:1.7rem 1rem .3rem}.hours-table thead td span[data-v-c81e7442]{color:#929292;font-style:italic;font-weight:300}.hours-table thead td[data-v-c81e7442]:first-child{padding-left:2rem}.hours-table thead td[data-v-c81e7442]:last-child{padding-right:2rem;text-align:right}.hours-table tbody td[data-v-c81e7442]{padding:0 1rem 2rem}.hours-table tbody td[data-v-c81e7442]:first-child{padding-left:2rem}.hours-table tbody td[data-v-c81e7442]:last-child{padding-right:2rem;text-align:right}.hours-table tbody td input[data-v-c81e7442]{border:1px solid #ececec;border-radius:4px;line-height:1.5rem;outline:none;padding:0 .5rem;width:100%}.hours-table tbody td input.active[data-v-c81e7442]{background-color:#fffcf1;border-color:#fff1c1;color:#676767}.hours-table tbody td input.disabled[data-v-c81e7442]{background-color:#f8fff6!important;border-color:#deeadd!important;cursor:not-allowed}.hours-table tbody td input.disabled[data-v-c81e7442] ::-moz-placeholder{opacity:1}.hours-table tbody td input.disabled[data-v-c81e7442] :-ms-input-placeholder{opacity:1}.hours-table tbody td input.disabled[data-v-c81e7442] ::placeholder{opacity:1}.hours-table tbody td input.locked[data-v-c81e7442]{background-color:#f1f1f1;border-color:#dadada;color:#8a8a8a;cursor:not-allowed}.hours-table tbody td input.locked[data-v-c81e7442] ::-moz-placeholder{opacity:1}.hours-table tbody td input.locked[data-v-c81e7442] :-ms-input-placeholder{opacity:1}.hours-table tbody td input.locked[data-v-c81e7442] ::placeholder{opacity:1}.hours-table tbody td[data-v-c81e7442] ::-moz-placeholder{color:#afafaf;opacity:1}.hours-table tbody td[data-v-c81e7442] :-ms-input-placeholder{opacity:1}.hours-table tbody td[data-v-c81e7442] ::placeholder{color:#afafaf;opacity:1}.hours-table tbody td[data-v-c81e7442] :-ms-input-placeholder{color:#afafaf}.hours-table tbody td[data-v-c81e7442] ::-ms-input-placeholder{color:#afafaf}.dayDate[data-v-c81e7442]{font-weight:300}.step-content[data-v-c81e7442]{padding-bottom:1rem!important}.weight-bold[data-v-c81e7442]{font-weight:400}.switch-week[data-v-c81e7442]{font-size:.9rem;height:3rem;line-height:1.3rem;padding:1rem 0 .2rem 1rem;text-align:left;width:auto}.week-circle[data-v-c81e7442]{-webkit-touch-callout:none;background-color:#e6e6e6;border-radius:1rem;cursor:pointer;font-size:.8rem;height:2rem;line-height:2rem;margin-right:1rem;padding-top:1px;position:relative;text-align:center;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:2rem}.week-circle.week-selector[data-v-c81e7442]{margin-right:0}.week-circle.week-number[data-v-c81e7442]{opacity:.7}.week-circle .select-year[data-v-c81e7442]{font-weight:500;height:36px;line-height:36px;margin-top:9px}.week-circle .select-week[data-v-c81e7442],.week-circle .select-year[data-v-c81e7442]{background-color:#f3f3f3;border:1px solid #dadada;display:none;position:absolute;right:0;width:400%;z-index:30}.week-circle .select-week[data-v-c81e7442]{border-top:0;height:280px;line-height:20px;margin-top:46px;overflow:scroll;top:100%}.week-circle .select-week ul li .week-item[data-v-c81e7442]{padding:8px 0;transition:all .2s ease-in-out}.week-circle .select-week ul li .week-item[data-v-c81e7442]:hover{background-color:#ffe6f5}.week-circle .select-week ul li .week-item.currentWeek[data-v-c81e7442]{background-color:#ec008c;color:#fff}.week-circle[data-v-c81e7442]:hover{background-color:#d4d4d4;color:#000;opacity:1}.week-circle img[data-v-c81e7442]{display:inline;height:.8rem;margin-top:.6rem}.week-circle img.ys-prev[data-v-c81e7442]{float:left;height:100%;margin:0;padding:8px;transition:all .2s ease-in-out}.week-circle img.ys-prev[data-v-c81e7442]:hover{background-color:#ffe6f5}.week-circle img.ys-next[data-v-c81e7442]{float:right;height:100%;margin:0;padding:8px;transition:all .2s ease-in-out}.week-circle img.ys-next[data-v-c81e7442]:hover{background-color:#ffe6f5}.week-circle img.prev[data-v-c81e7442]{margin-right:1px}.week-circle img.next[data-v-c81e7442]{margin-left:3px}.week-circle img.select[data-v-c81e7442]{height:100%;margin:0 0 0 1px;padding:10px 8px 8px;width:100%}.widget-container[data-v-c81e7442]{margin:0 -1rem 1rem}.widget-container .widget[data-v-c81e7442]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-c81e7442]{display:flex;flex-direction:column}.widget-container .widget .widget-content[data-v-c81e7442]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:1rem;position:relative}.input-container[data-v-c81e7442]{height:2rem;position:relative;width:100%}.shown-value[data-v-c81e7442]{font-size:.9rem;line-height:2rem}.footer-container .level[data-v-c81e7442]{margin-bottom:0}.footer-container .level .level-right[data-v-c81e7442]{padding:1rem 0!important}.step-content[data-v-c81e7442]{flex-grow:1;position:relative}.content-col[data-v-c81e7442]{margin:-1rem 0 0}.edit-icon[data-v-c81e7442]{height:20px}.edit-circle[data-v-c81e7442]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:2rem;top:50%;transition:background-color .5s ease;width:36px}.edit-circle[data-v-c81e7442]:hover{background-color:#6b6b6b;cursor:pointer}.font-weight[data-v-c81e7442]{font-weight:500}.button-save[data-v-c81e7442]{margin-right:2rem;padding-right:12px}.alert-dialog[data-v-c81e7442]{background-color:#d5e9ff;border:1px dashed #638be0;border-radius:5px;color:#3133a9;font-size:.9rem;line-height:2rem;margin:.75rem 0 0;padding:.51rem!important;text-align:left}.alert-dialog.warning[data-v-c81e7442]{background-color:#fff5d5;border:1px dashed #e0c263;color:#a98c31}
[data-v-b54ab7b2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}thead tr th[data-v-b54ab7b2]:first-child{padding-left:2rem}thead tr th[data-v-b54ab7b2]:nth-child(2){padding-left:1.7rem}thead tr th[data-v-b54ab7b2]:nth-child(3){padding-left:1.2rem}.lists-table[data-v-b54ab7b2]{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.lasttab a[data-v-b54ab7b2]{border-radius:0 10px 0 0;border-right:none}.blue-button[data-v-b54ab7b2]{background-color:#ec008c}.blue-button[data-v-b54ab7b2]:hover{background-color:#3880af}.notesInput[data-v-b54ab7b2]{background-color:transparent;display:none}.notesStatic[data-v-b54ab7b2]{cursor:text}.notesStatic[data-v-b54ab7b2]:hover{color:#ec008c}.noplacement[data-v-b54ab7b2]{color:#9a9a9a;display:block;font-size:.9rem;font-style:italic;line-height:3rem;margin:2rem auto;text-align:center;width:100%}.noplacement span[data-v-b54ab7b2]{color:#ec008c}.noplacement span[data-v-b54ab7b2]:hover{cursor:pointer;text-decoration:underline}.register-table tbody[data-v-b54ab7b2]{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.register-table tbody tr[data-v-b54ab7b2]:last-child{border-bottom:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.register-table tbody tr td input[data-v-b54ab7b2]{border:0;color:#363636;font-family:Roboto,sans-serif;font-size:.9rem;font-weight:300;line-height:3rem;outline:none;padding:0;width:100%}.register-table tbody tr td input[data-v-b54ab7b2]:focus{background:#edf8ff;background:linear-gradient(90deg,#edf8ff 80%,hsla(0,0%,100%,0));border-left:3px solid #ec008c;filter:progid:dximagetransform.microsoft.gradient(startColorstr="#edf8ff",endColorstr="#ffffff",GradientType=1);padding-left:1rem}.register-table tbody tr td .employee-name[data-v-b54ab7b2]{padding-right:2.2rem;position:relative}.register-table tbody tr td .employee-name[data-v-b54ab7b2]:hover{color:#ec008c}.register-table tbody tr td .employee-name:hover .delete-icon[data-v-b54ab7b2]{display:block}.register-table tbody tr td .add-employee[data-v-b54ab7b2]{color:#cfa62d;font-weight:500;position:relative;transition:color .2s linear}.register-table tbody tr td .add-employee .time-indicator[data-v-b54ab7b2]{left:0!important}.register-table tbody tr td .add-employee[data-v-b54ab7b2]:hover{color:#b18d23;cursor:pointer}.register-table tbody tr td .registered-employee[data-v-b54ab7b2]{color:#8abd81;font-weight:500;padding-right:2.2rem;position:relative;transition:color .2s linear}.register-table tbody tr td .registered-employee .time-indicator[data-v-b54ab7b2]{left:0!important}.register-table tbody tr td .registered-employee[data-v-b54ab7b2]:hover{color:#b18d23;cursor:pointer}.register-table tbody tr td .registered-employee:hover .delete-icon[data-v-b54ab7b2]{display:block}.footer-container .level[data-v-b54ab7b2]{padding:0 1rem 0 0!important}.weight-bold[data-v-b54ab7b2]{font-weight:500}.switch-week[data-v-b54ab7b2]{font-size:.9rem;height:3rem;line-height:1.3rem;margin-left:1rem;padding:.3rem 0 .2rem;text-align:left;width:auto}.toplevel[data-v-b54ab7b2]{background-color:#fff;padding:1rem 2rem}.toplevel .level-left[data-v-b54ab7b2],.toplevel .level-right[data-v-b54ab7b2]{margin:0}.menu-cirle[data-v-b54ab7b2]{background-color:transparent!important;margin-top:-1rem;top:50%}.menu-cirle[data-v-b54ab7b2]:hover{background-color:#f3f3f3!important}.menu-cirle .week-dropdown-menu[data-v-b54ab7b2]{background-color:#fff;border:1px solid #e9e9e9;border-top-color:#fff;display:none;left:auto;position:absolute;right:0;text-align:right;top:calc(100% + .5rem);z-index:2000}.menu-cirle .week-dropdown-menu.yellow-bg[data-v-b54ab7b2]{background-color:#fffcf1;border-top-color:#fffcf1}.menu-cirle .week-dropdown-menu ul li[data-v-b54ab7b2]{line-height:2rem;padding:0 1rem}.menu-cirle .week-dropdown-menu ul li[data-v-b54ab7b2]:hover{background-color:#f3f3f3}.menu-cirle .week-dropdown-menu ul li[data-v-b54ab7b2]:not(:first-child){border-top:1px solid #e9e9e9}.table-container[data-v-b54ab7b2]{border-bottom-left-radius:5px;border-bottom-right-radius:5px;overflow-y:auto!important}.week-circle[data-v-b54ab7b2]{-webkit-touch-callout:none;background-color:#e6e6e6;border-radius:1rem;cursor:pointer;font-size:.8rem;height:2rem;line-height:2rem;margin-right:1rem;padding-top:1px;position:relative;text-align:center;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:2rem}.week-circle.week-number[data-v-b54ab7b2]{opacity:.7}.week-circle[data-v-b54ab7b2]:hover{background-color:#d4d4d4;color:#000;opacity:1}.week-circle .select-year[data-v-b54ab7b2]{font-weight:500;height:36px;line-height:36px;margin-top:19px}.week-circle .select-week[data-v-b54ab7b2],.week-circle .select-year[data-v-b54ab7b2]{background-color:#f3f3f3;border:1px solid #dadada;display:none;left:-150%;position:absolute;width:400%;z-index:30}.week-circle .select-week[data-v-b54ab7b2]{border-top:0;height:280px;line-height:20px;margin-top:56px;overflow:scroll;top:100%}.week-circle .select-week ul li .week-item[data-v-b54ab7b2]{padding:8px 0;transition:all .2s ease-in-out}.week-circle .select-week ul li .week-item[data-v-b54ab7b2]:hover{background-color:#ffe6f5}.week-circle .select-week ul li .week-item.currentWeek[data-v-b54ab7b2]{background-color:#ec008c;color:#fff}.week-circle .published[data-v-b54ab7b2]{background-color:#ec008c;border-radius:8px;bottom:-2px;height:12px;line-height:12px;position:absolute;right:-5px;width:12px}.week-circle .published img[data-v-b54ab7b2]{height:6px;margin-top:3px}.week-circle .published.from-top[data-v-b54ab7b2]{right:-5px!important;top:-1px!important}.week-circle .published.yellow[data-v-b54ab7b2]{background-color:#e0c261}.week-circle .published.red[data-v-b54ab7b2]{background-color:#d66a6a}.week-circle.complete[data-v-b54ab7b2]{background-color:#8abd81;color:#fff;font-weight:500}.week-circle.complete[data-v-b54ab7b2]:hover{background-color:#6e9e65}.week-circle.active[data-v-b54ab7b2]{border-radius:1.3rem;cursor:default;font-size:.9rem;height:2.6rem;line-height:2.6rem;pointer-events:none;width:2.6rem}.week-circle.active.current[data-v-b54ab7b2]{position:relative}.week-circle.current[data-v-b54ab7b2]{box-shadow:0 0 0 3px #ec008c;opacity:1;position:relative}.week-circle.current .published[data-v-b54ab7b2]{background-color:#ec008c;border-radius:10px;bottom:-5px;height:18px;line-height:20px;position:absolute;right:-6px;width:18px}.week-circle.current .published.from-top[data-v-b54ab7b2]{top:-5px!important}.week-circle.current .published.yellow[data-v-b54ab7b2]{background-color:#e0c261}.week-circle.current .published.red[data-v-b54ab7b2]{background-color:#d66a6a}.week-circle.current .published img[data-v-b54ab7b2]{height:10px;margin-top:5px}.week-circle img[data-v-b54ab7b2]{display:inline;height:.8rem;margin-top:.6rem}.week-circle img.ys-prev[data-v-b54ab7b2]{float:left;height:100%;margin:0;padding:8px;transition:all .2s ease-in-out}.week-circle img.ys-prev[data-v-b54ab7b2]:hover{background-color:#ffe6f5}.week-circle img.ys-next[data-v-b54ab7b2]{float:right;height:100%;margin:0;padding:8px;transition:all .2s ease-in-out}.week-circle img.ys-next[data-v-b54ab7b2]:hover{background-color:#ffe6f5}.week-circle img.prev[data-v-b54ab7b2]{margin-right:1px}.week-circle img.next[data-v-b54ab7b2]{margin-left:3px}.week-circle img.select[data-v-b54ab7b2]{height:100%;margin:0 0 0 1px;padding:10px 8px 8px;width:100%}.padding-half-rem[data-v-b54ab7b2]{padding:1rem}.padding-half-rem .hour-detail[data-v-b54ab7b2]{border-right:1px solid #ececec;font-size:.9rem;line-height:2rem;padding-left:calc(2rem + 12px);padding-right:1rem;position:relative}.padding-half-rem .hour-detail[data-v-b54ab7b2]:first-child{padding-left:calc(1rem + 12px)}.padding-half-rem .hour-detail:first-child .status[data-v-b54ab7b2]{left:0}.padding-half-rem .hour-detail[data-v-b54ab7b2]:last-child{border-right:0;padding-right:0}.padding-half-rem .hour-detail .status[data-v-b54ab7b2]{border-radius:6px;height:12px;left:1rem;margin-top:-7px;position:absolute;top:50%;width:12px}.time-cont[data-v-b54ab7b2]{display:flex;padding:0 1rem;position:relative;transition:background-color .2s linear}.time-cont[data-v-b54ab7b2]:hover{background-color:transparent!important}.time-cont.no-employee[data-v-b54ab7b2]{background-color:#fffcf1}.time-cont.no-employee[data-v-b54ab7b2]:hover{background-color:#fffcf1!important}.time-cont.no-employee td[data-v-b54ab7b2]:nth-child(3){color:#909090;font-style:italic}.time-cont.no-employee .time-indicator[data-v-b54ab7b2]{background-color:#e0c263}.time-cont .time-indicator[data-v-b54ab7b2]{background-color:#8abd81;border-radius:6px;height:12px;left:0;margin-top:-7px;position:absolute;top:50%;width:12px}.is-italic[data-v-b54ab7b2]{font-style:italic}.red[data-v-b54ab7b2]{background-color:#d66a6a}.yellow[data-v-b54ab7b2]{background-color:#e0c263}.green[data-v-b54ab7b2]{background-color:#8abd81}.grey[data-v-b54ab7b2]{background-color:#cfa62d}.pink[data-v-b54ab7b2]{background-color:#ec008c}.placement-status[data-v-b54ab7b2]{border-radius:5px;color:#fff;display:block;float:left;font-size:.8rem;font-style:italic;font-weight:500;height:1.8rem;line-height:1.8rem;margin-top:.6rem;padding:1px .5rem 0}.work-total[data-v-b54ab7b2]{border-right:1px solid #dadada;color:#a5a5a5;font-size:.9rem;font-weight:500;line-height:3rem;padding:0 1rem;position:relative}.work-total:hover .tooltip[data-v-b54ab7b2]{-webkit-animation:fadein .3s;animation:fadeIn .3s;display:block}.work-total[data-v-b54ab7b2]:not(:first-child){padding-left:1rem}.work-icon[data-v-b54ab7b2]{display:flex;float:left;height:100%;height:3rem;justify-content:center;line-height:3rem;margin-right:.6rem;position:relative;width:18px}.work-icon:hover .tooltip[data-v-b54ab7b2]{-webkit-animation:fadein .3s;animation:fadeIn .3s;display:block}.work-icon.placement[data-v-b54ab7b2]{margin-right:1.4rem}.delete-icon[data-v-b54ab7b2]{display:none;justify-content:center;margin-right:.6rem;margin-top:-11px;position:absolute;right:0;top:50%;width:18px}.delete-icon:hover .tooltip[data-v-b54ab7b2]{-webkit-animation:fadein .3s;animation:fadeIn .3s;display:block}.delete-icon.placement[data-v-b54ab7b2]{margin-left:1rem}.toggler[data-v-b54ab7b2]:hover{background-color:#e2e2e2}li.day[data-v-b54ab7b2]{position:relative;width:14%}li.day[data-v-b54ab7b2]:first-child,li.day[data-v-b54ab7b2]:last-child{width:15%}li.day:last-child a[data-v-b54ab7b2]{border-right:0}li.day:first-child a[data-v-b54ab7b2]{padding-left:2rem}li.day a[data-v-b54ab7b2]{border-bottom:1px solid #dadada;border-radius:0!important;padding-left:1.5rem}li.day a.is-active-tab[data-v-b54ab7b2]{border-bottom:1px solid transparent}li.day .status[data-v-b54ab7b2]{border-radius:6px;height:12px;margin-top:-6px;position:absolute;right:1rem;top:50%;width:12px}td[data-v-b54ab7b2]{cursor:default}.edit-button[data-v-b54ab7b2]{cursor:pointer}.step-content[data-v-b54ab7b2]{padding-bottom:1rem!important}.widget-container[data-v-b54ab7b2]{margin:0 -1rem 1rem}.widget-container .widget[data-v-b54ab7b2]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-b54ab7b2]{display:flex;flex-direction:column}.widget-container .widget .widget-content[data-v-b54ab7b2]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem}.circle-color[data-v-b54ab7b2]{background:#ec008c;border-radius:50%;height:12px;position:absolute;top:50%;transform:translateY(-50%);width:12px}
[data-v-6966a771]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}[data-v-6966a771] .modal-content.modal-medium{display:flex;flex-direction:column;overflow:hidden}[data-v-6966a771] .modal-content.modal-medium .step-footer,[data-v-6966a771] .modal-content.modal-medium .step-title{flex-shrink:0;margin-top:0}.bottom-padding[data-v-6966a771]{padding-bottom:1rem}.modal-body[data-v-6966a771]{flex:1 1 auto;overflow-y:auto}.modal-body[data-v-6966a771] .bullet-content{color:#000;font-size:.9rem;letter-spacing:normal;line-height:1.6rem;text-align:left;text-transform:none}.font-bold[data-v-6966a771]{font-weight:500}.is-end-date .input-title[data-v-6966a771]{margin-top:0}.proof-container[data-v-6966a771]{border:1px solid #dedede}.declaration-cont[data-v-6966a771]{font-size:.9rem;line-height:1.6rem;margin:1rem .5rem 0!important}.declaration-cont hr[data-v-6966a771]{background-color:#dedede;border:none;display:block;height:1px;margin-right:1rem}.declaration-cont.no-margin[data-v-6966a771]{margin-top:0!important}h1[data-v-6966a771]{color:red}#rejectDeclaration[data-v-6966a771]{background-color:#ce4747!important;cursor:pointer!important;margin-right:1rem!important}#rejectDeclaration[data-v-6966a771]:hover{background-color:#a93333!important}.columns[data-v-6966a771]{margin:.5rem auto}.columns[data-v-6966a771],.columns .column[data-v-6966a771]{padding:0 1rem}.columns .column .info[data-v-6966a771]{font-size:.8rem}.step-title[data-v-6966a771]{background-color:#474747!important;color:#fff;font-weight:500;padding:1rem;position:relative;text-align:center}.trash-circle[data-v-6966a771]{top:50%}.week-label-text[data-v-6966a771]{color:#888;font-size:.8rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.toggle-wrap[data-v-6966a771]{align-items:center;display:flex;gap:.5rem}.toggle-wrap input[type=checkbox][data-v-6966a771]{height:0;visibility:hidden;width:0}.toggle-wrap button.enable-steps-button-toggle[data-v-6966a771],.toggle-wrap label[data-v-6966a771]{align-items:center;display:inline-flex;gap:.5rem}.toggle-wrap button.enable-steps-button-toggle[data-v-6966a771]{background:none;border:none;padding:0}.toggle-wrap .loader[data-v-6966a771]{border-bottom-color:var(--color-primary);border-left-color:var(--color-primary)}.toggle-wrap button .toggle[data-v-6966a771],.toggle-wrap label .toggle[data-v-6966a771]{background:#e9e9eb;border-radius:100px;cursor:pointer;display:inline-block;height:1.25rem;position:relative;text-indent:-9999px;width:2rem}.toggle-wrap button .toggle[data-v-6966a771]:after,.toggle-wrap label .toggle[data-v-6966a771]:after{background:#fff;border-radius:90px;box-shadow:0 0 3px rgba(0,0,0,.2);content:"";height:.875rem;left:.2rem;position:absolute;top:.2rem;transition:.3s;width:.875rem}.toggle-wrap button.active .toggle[data-v-6966a771],.toggle-wrap input:checked+label .toggle[data-v-6966a771]{background:var(--color-success)}.toggle-wrap button.active .toggle[data-v-6966a771]:after,.toggle-wrap input:checked+label .toggle[data-v-6966a771]:after{transform:translateX(.75rem)}
[data-v-04de851a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-04de851a]{margin:.5rem}.columns[data-v-04de851a],.columns .column[data-v-04de851a]{padding:0 1rem}.columns .column .info[data-v-04de851a]{font-size:.8rem}.warning[data-v-04de851a]{background-color:#fff9e3;border:1px dashed #e0c261;border-radius:6px;color:#b59737;margin-top:1rem;padding:.5rem .75rem;width:100%}.title[data-v-04de851a]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}
[data-v-33007710]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-33007710]{margin:.5rem auto}.columns[data-v-33007710],.columns .column[data-v-33007710]{padding:0 1rem}.columns .column .help[data-v-33007710]{color:#7a7a7a;font-size:.875rem;margin-top:.5rem}
[data-v-1b9c87dd]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-content[data-v-1b9c87dd]{padding-bottom:1rem!important}.hoursTotal[data-v-1b9c87dd],.pagination-cont[data-v-1b9c87dd]{float:right}.button-request[data-v-1b9c87dd]{background-color:#e6e6e6!important;color:#4a4a4a!important;white-space:nowrap}.button-request[data-v-1b9c87dd]:hover{background-color:#d4d4d4!important}.button-status[data-v-1b9c87dd]{height:2rem;line-height:2rem;margin-left:1rem;padding:0 12px}.button-status.active[data-v-1b9c87dd]{background-color:#8abd81;cursor:pointer}.button-status.active[data-v-1b9c87dd]:hover{background-color:#6e9e65}.date-field[data-v-1b9c87dd]{margin:0 1rem 0 .5rem;width:96px}.status-circle[data-v-1b9c87dd]{background-color:#d66a6a;border-radius:8px;float:left;height:14px;margin-bottom:5px;margin-right:5px;width:14px}.status-circle.worked[data-v-1b9c87dd]{background-color:#8abd81}.edit-circle[data-v-1b9c87dd]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:2rem;top:50%;transition:background-color .5s ease;width:36px}.edit-circle[data-v-1b9c87dd]:hover{background-color:#5d5d5d;cursor:pointer}.edit-circle .edit-icon[data-v-1b9c87dd]{height:20px}.edit-circle .edit-icon.small-icon[data-v-1b9c87dd]{height:16px;margin:0 0 2px 2px}.edit-container[data-v-1b9c87dd]{height:3rem}.edit-container[data-v-1b9c87dd],.payout-container[data-v-1b9c87dd]{border-bottom:1px dashed #dadada;margin-bottom:1.5rem;padding-bottom:1.5rem}.widget-container[data-v-1b9c87dd]{margin:0 -1rem 1rem}.widget-container .widget[data-v-1b9c87dd]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-1b9c87dd]{display:flex;flex-direction:column}.widget-container .widget .widget-content[data-v-1b9c87dd]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:2rem;position:relative}.widget-container .widget .widget-content .leave-table[data-v-1b9c87dd]{width:100%}.widget-container .widget .widget-content .leave-table tr.is-clickable[data-v-1b9c87dd]:hover{background-color:#f7f7f7;cursor:pointer}.widget-container .widget .widget-content .leave-table tr:hover .img-cont[data-v-1b9c87dd]{cursor:pointer;display:block}.widget-container .widget .widget-content .leave-table tr td[data-v-1b9c87dd]{position:relative}.widget-container .widget .widget-content .leave-table tr td[data-v-1b9c87dd]:last-child{border-bottom:0;padding:1rem 0 0;text-align:right}.widget-container .widget .widget-content .leave-table tr td .img-cont[data-v-1b9c87dd]{border-radius:16px;display:none;height:32px;margin-top:-16px;padding:8px;position:absolute;right:4rem;top:50%;transition:all .2s linear;width:32px}.widget-container .widget .widget-content .leave-table tr td .img-cont[data-v-1b9c87dd]:hover{background-color:#dedede}.widget-container .widget .widget-content .leave-table tr td .img-cont img[data-v-1b9c87dd]{display:block;width:16px}.widget-container .widget .widget-content .leave-actual-table[data-v-1b9c87dd]{margin:0;width:100%}.widget-container .widget .widget-content .leave-actual-table tr th[data-v-1b9c87dd]{border-bottom:1px dashed #efefef;font-weight:400!important;padding:0 .75rem .75rem}.widget-container .widget .widget-content .leave-actual-table tr th[data-v-1b9c87dd]:first-child{padding-left:0}.widget-container .widget .widget-content .leave-actual-table tr td[data-v-1b9c87dd]{padding:.75rem}.widget-container .widget .widget-content .leave-actual-table tr td[data-v-1b9c87dd]:first-child{padding-left:0}.widget-container .widget .widget-content .leave-actual-table tr td[data-v-1b9c87dd]:last-child{position:relative;width:1%}.widget-container .widget .widget-content .leave-actual-table tr td:last-child .status[data-v-1b9c87dd]{background-color:#d66a6a;border-radius:10px;height:12px;margin-left:-6px;margin-top:-6px;pointer-events:none;position:absolute;right:10px;top:50%;width:12px}.widget-container .widget .widget-content .leave-actual-table tr td:last-child .status.green[data-v-1b9c87dd]{background-color:#8abd81}.widget-container .widget .widget-content .leave-actual-table tr td:last-child .status.yellow[data-v-1b9c87dd]{background-color:#e0c263}.sickleave-table tr[data-v-1b9c87dd]:not(:first-child):hover{background-color:#f3f3f3}.select[data-v-1b9c87dd]{height:1rem;width:1rem}.pointer[data-v-1b9c87dd],.select[data-v-1b9c87dd]{cursor:pointer}.labor-pattern[data-v-1b9c87dd]{border-bottom-left-radius:4px;border-bottom-right-radius:4px;margin:0 2rem 1.5rem;padding:1rem;position:relative;table-layout:fixed;width:calc(100% - 4rem)}.labor-pattern thead tr td[data-v-1b9c87dd]{font-weight:500}.labor-pattern td[data-v-1b9c87dd]{border:1px solid #efefef;padding:1rem calc(1rem - 5px) calc(1rem - 5px) 1rem}.hours-table[data-v-1b9c87dd]{background-color:#f9f9f9;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #e2e2e2;margin:0;padding:1rem;position:relative;table-layout:fixed;width:100%}.hours-table thead td[data-v-1b9c87dd]{font-weight:400;padding:1.7rem 1rem .3rem}.hours-table thead td[data-v-1b9c87dd]:first-child{padding-left:2rem}.hours-table thead td[data-v-1b9c87dd]:last-child{padding-right:2rem}.hours-table tbody td[data-v-1b9c87dd]{padding:0 1rem 2rem}.hours-table tbody td[data-v-1b9c87dd]:first-child{padding-left:2rem}.hours-table tbody td[data-v-1b9c87dd]:last-child{padding-right:2rem;text-align:right}.hours-table tbody td input[data-v-1b9c87dd]{border:1px solid #ececec;border-radius:4px;line-height:1.5rem;outline:none;padding:0 .5rem;width:100%}.hours-table tbody td input.active[data-v-1b9c87dd]{background-color:#fffcf1;border-color:#fff1c1;color:#676767}.hours-table tbody td input.disabled[data-v-1b9c87dd]{background-color:#f8fff6!important;border-color:#deeadd!important}.hours-table tbody td input.disabled[data-v-1b9c87dd] ::-moz-placeholder{opacity:1}.hours-table tbody td input.disabled[data-v-1b9c87dd] :-ms-input-placeholder{opacity:1}.hours-table tbody td input.disabled[data-v-1b9c87dd] ::placeholder{opacity:1}.hours-table tbody td input.locked[data-v-1b9c87dd]{background-color:#f1f1f1;border-color:#dadada;color:#8a8a8a;cursor:not-allowed}.hours-table tbody td input.locked[data-v-1b9c87dd] ::-moz-placeholder{opacity:1}.hours-table tbody td input.locked[data-v-1b9c87dd] :-ms-input-placeholder{opacity:1}.hours-table tbody td input.locked[data-v-1b9c87dd] ::placeholder{opacity:1}.hours-table tbody td[data-v-1b9c87dd] ::-moz-placeholder{color:#afafaf;opacity:1}.hours-table tbody td[data-v-1b9c87dd] :-ms-input-placeholder{opacity:1}.hours-table tbody td[data-v-1b9c87dd] ::placeholder{color:#afafaf;opacity:1}.hours-table tbody td[data-v-1b9c87dd] :-ms-input-placeholder{color:#afafaf}.hours-table tbody td[data-v-1b9c87dd] ::-ms-input-placeholder{color:#afafaf}.subline[data-v-1b9c87dd]{color:#909090;font-style:italic;padding-left:2rem}.sickleave-stats[data-v-1b9c87dd]{border-bottom:1px dashed #dedede;margin-bottom:1.2rem;padding-bottom:.3rem}.sickleave-stats .column[data-v-1b9c87dd]{text-align:center}.infoBullet[data-v-1b9c87dd]{text-align:left}.infoBullet.admin[data-v-1b9c87dd]{margin-right:2rem;top:-5px}.infoBullet pre[data-v-1b9c87dd]{background-color:unset;max-height:60vh;white-space:pre-wrap}
[data-v-864d32f6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.dayDate[data-v-864d32f6]{font-weight:300}.step-content[data-v-864d32f6]{padding-bottom:1rem!important}.weight-bold[data-v-864d32f6]{font-weight:400}.table[data-v-864d32f6]{margin:0;table-layout:fixed}.table tr[data-v-864d32f6]{height:2rem}.table tr:last-child td[data-v-864d32f6]{border-bottom:1px solid #e8e8e8}.table tr th[data-v-864d32f6]{border:0;border-color:#e8e8e8;border-bottom:1px solid #e8e9e8;color:#ababab;font-size:.9rem;font-weight:500;padding:0 0 0 .5rem}.table tr th[data-v-864d32f6]:first-child{background-color:#fff;border:0;width:40px}.table tr th[data-v-864d32f6]:first-child,.table tr th[data-v-864d32f6]:nth-child(2){border-top-left-radius:5px}.table tr th[data-v-864d32f6]:last-child{border-top-right-radius:5px}.table tr td[data-v-864d32f6]{border-color:#e8e8e8;border-bottom:0;border-top:0;position:relative}.table tr td[data-v-864d32f6]:first-child{background-color:#fff;border:0;width:40px}.table tr td .availability[data-v-864d32f6]{background-color:red;height:48rem;left:0;position:absolute;top:0;width:3px;z-index:10}.table tr td .availability.green[data-v-864d32f6]{background-color:#c9e2c5}.table tr td .availability.red[data-v-864d32f6]{background-color:#f1d4d4}.table tr td .shift[data-v-864d32f6]{font-size:.8rem;font-weight:500;height:16rem;left:0;margin-top:-1px;padding:.3rem .5rem;position:absolute;top:0;width:100%}.table tr td .shift[data-v-864d32f6],.table tr td .shift.placement[data-v-864d32f6]{background-color:#ffeafb;border-left:3px solid #ec008c;color:#ec008c}.table tr td .shift.placement[data-v-864d32f6]{z-index:30}.table tr td .shift.limitation[data-v-864d32f6]{background-color:#eaeaea;border-color:#b1b1b1;color:#b1b1b1}.table tr td .shift.absence[data-v-864d32f6]{background-color:#fdf1cb;border-left:3px solid #e0c262;color:#e0c262;height:12rem;z-index:20}.table tr td .shift.absence .extra[data-v-864d32f6]{color:#cfa62d}.table tr td .shift.purple[data-v-864d32f6]{background-color:#ffeafb;border-color:#ec008c;color:#ec008c}.table tr td .shift.purple .font-bold[data-v-864d32f6]{color:#67003c}.table tr td .shift .extra[data-v-864d32f6]{display:block;font-weight:300;line-height:1.5;line-height:1.3rem}.table tr td .time-indicator[data-v-864d32f6]{color:#c1c1c1;font-size:.7rem;font-weight:500;position:absolute;right:.5rem;top:-.8rem}.table tr td .time-indicator.last[data-v-864d32f6]{top:1.2rem}.switch-week[data-v-864d32f6]{font-size:.9rem;height:3rem;line-height:1.3rem;padding:1rem 0 .2rem 1rem;text-align:left;width:auto}.week-circle[data-v-864d32f6]{-webkit-touch-callout:none;background-color:#e6e6e6;border-radius:1rem;cursor:pointer;font-size:.8rem;height:2rem;line-height:2rem;margin-right:1rem;padding-top:1px;position:relative;text-align:center;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:2rem}.week-circle.week-selector[data-v-864d32f6]{margin-right:0}.week-circle.week-number[data-v-864d32f6]{opacity:.7}.week-circle .select-year[data-v-864d32f6]{font-weight:500;height:36px;line-height:36px;margin-top:9px}.week-circle .select-week[data-v-864d32f6],.week-circle .select-year[data-v-864d32f6]{background-color:#f3f3f3;border:1px solid #dadada;display:none;position:absolute;right:0;width:400%;z-index:30}.week-circle .select-week[data-v-864d32f6]{border-top:0;height:280px;line-height:20px;margin-top:46px;overflow:scroll;top:100%}.week-circle .select-week ul li .week-item[data-v-864d32f6]{padding:8px 0;transition:all .2s ease-in-out}.week-circle .select-week ul li .week-item[data-v-864d32f6]:hover{background-color:#ffe6f5}.week-circle .select-week ul li .week-item.currentWeek[data-v-864d32f6]{background-color:#ec008c;color:#fff}.week-circle[data-v-864d32f6]:hover{background-color:#d4d4d4;color:#000;opacity:1}.week-circle img[data-v-864d32f6]{display:inline;height:.8rem;margin-top:.6rem}.week-circle img.ys-prev[data-v-864d32f6]{float:left;height:100%;margin:0;padding:8px;transition:all .2s ease-in-out}.week-circle img.ys-prev[data-v-864d32f6]:hover{background-color:#ffe6f5}.week-circle img.ys-next[data-v-864d32f6]{float:right;height:100%;margin:0;padding:8px;transition:all .2s ease-in-out}.week-circle img.ys-next[data-v-864d32f6]:hover{background-color:#ffe6f5}.week-circle img.prev[data-v-864d32f6]{margin-right:1px}.week-circle img.next[data-v-864d32f6]{margin-left:3px}.week-circle img.select[data-v-864d32f6]{height:100%;margin:0 0 0 1px;padding:10px 8px 8px;width:100%}.widget-container[data-v-864d32f6]{margin:0 -1rem 1rem}.widget-container .widget[data-v-864d32f6]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-864d32f6]{display:flex;flex-direction:column}.widget-container .widget .widget-content[data-v-864d32f6]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:1rem}.input-container[data-v-864d32f6]{height:2rem;position:relative;width:100%}.shown-value[data-v-864d32f6]{font-size:.9rem;line-height:2rem}.footer-container .level[data-v-864d32f6]{margin-bottom:0}.footer-container .level .level-right[data-v-864d32f6]{padding:1rem 0!important}.step-content[data-v-864d32f6]{flex-grow:1;position:relative}.content-col[data-v-864d32f6]{margin:-1rem 0 0}.edit-icon[data-v-864d32f6]{height:20px}.edit-circle[data-v-864d32f6]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:2rem;top:50%;transition:background-color .5s ease;width:36px}.edit-circle[data-v-864d32f6]:hover{background-color:#6b6b6b;cursor:pointer}table[data-v-864d32f6]{margin-bottom:1rem;width:100%}table.weekschedule[data-v-864d32f6]{margin-bottom:0;margin-top:1rem}table.weekschedule tr[data-v-864d32f6]:hover{background-color:#fff!important;cursor:default!important}table.weekschedule tr td[data-v-864d32f6]:first-child{font-weight:400}table tr th[data-v-864d32f6]{border-bottom:1px dashed #efefef;font-weight:500;padding-bottom:.25rem}table tr td[data-v-864d32f6]{padding:.25rem 0 .25rem 1.5rem;position:relative}table tr td .status[data-v-864d32f6]{background-color:#d66a6a;border-radius:10px;height:12px;left:0;margin-top:-7px;position:absolute;top:50%;width:12px}table tr td .status.good[data-v-864d32f6]{background-color:#8abd81}table tr td .status.watch[data-v-864d32f6]{background-color:#e0c263}.custom__tag[data-v-864d32f6],.font-weight[data-v-864d32f6]{font-weight:500}.custom__tag[data-v-864d32f6]{font-szie:.7rem!important;background-color:#90be90;border-radius:3px;color:#fff;margin-right:.5rem;padding:2px 6px}.custom__remove[data-v-864d32f6]{color:#73a06b;cursor:pointer;font-family:verdana;font-weight:700;margin-left:6px}.multiselect__content[data-v-864d32f6]{border-radius:0;border-top:1px solid #e6e6e6}.multiselect__content li[data-v-864d32f6]{cursor:auto}.multiselect__content li.multiselect__element[data-v-864d32f6]{cursoir:pointer;display:inline!important}.multiselect__input[data-v-864d32f6],.multiselect__single[data-v-864d32f6]{background-color:transparant}.addcontact[data-v-864d32f6]{cursor:pointer;float:right;font-style:italic;font-weight:300}.addcontact[data-v-864d32f6]:hover{color:#969696;text-decoration:underline}.note-content-unedit[data-v-864d32f6]{background-color:#ececec;border-right:.3rem solid #dadada;margin-bottom:1rem;padding:1rem;position:relative}.addcontact-li[data-v-864d32f6]{cursor:pointer!important;font-weight:300;text-decoration:underline}.addcontact-li[data-v-864d32f6]:hover{color:#969696;text-decoration:underline}.multiselect-status[data-v-864d32f6]{background-color:#c2ad5b;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;height:2rem;position:absolute;right:-1px;top:1px;width:.3rem;z-index:10}.multiselect-status.filled[data-v-864d32f6]{background-color:#90be90}.multiselect__select[data-v-864d32f6]{height:30px}.input-title[data-v-864d32f6]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.padding-right-2rem[data-v-864d32f6]{padding-right:2rem}.padding-left-2rem[data-v-864d32f6]{border-left:1px dashed #dedede;padding-left:2rem}.border-bottom-grey[data-v-864d32f6]{border-bottom:1px dashed #dedede}.save[data-v-864d32f6]{display:block!important;margin-right:0!important}.delete-item[data-v-864d32f6]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;top:50%;transition:background-color .5s ease;width:36px}.delete-item.toggle-item[data-v-864d32f6]{top:150%!important}.delete-item.white-delete[data-v-864d32f6]{right:1.3rem}.delete-item.white-delete[data-v-864d32f6]:hover{background-color:#6b6b6b;cursor:pointer}.delete-item[data-v-864d32f6]:hover{background-color:#efefef;cursor:pointer}.delete-item img[data-v-864d32f6]{height:20px}
.zoom-on-hover{overflow:hidden;position:relative}.zoom-on-hover .normal{display:block;width:100%}.zoom-on-hover .zoom{display:block;opacity:0;position:absolute;transform-origin:top left}
[data-v-b4ef3c3a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content[data-v-b4ef3c3a]{display:flex;flex-direction:column}.modal-content .step-footer[data-v-b4ef3c3a]{margin-top:0}.font-bold[data-v-b4ef3c3a]{font-weight:500}.step-footer[data-v-b4ef3c3a]{height:4.5rem}.step-footer span.declaration-status[data-v-b4ef3c3a]{font-size:.9rem;font-weight:500;line-height:2.4rem}.step-footer span.declaration-status.green[data-v-b4ef3c3a]{color:#8abd81}.step-footer span.declaration-status.red[data-v-b4ef3c3a]{color:#d66a6a}.proof-container[data-v-b4ef3c3a]{border:1px solid #dedede}.declaration-scroll[data-v-b4ef3c3a]{overflow-y:scroll}.declaration-scroll .declaration-cont[data-v-b4ef3c3a]{font-size:.9rem;line-height:1.6rem;margin:0!important;padding:2rem 1.5rem}.declaration-scroll .declaration-cont hr[data-v-b4ef3c3a]{background-color:#dedede;border:none;display:block;height:1px;margin-right:1rem}h1[data-v-b4ef3c3a]{color:red}#rejectDeclaration[data-v-b4ef3c3a]{background-color:#ce4646!important;cursor:pointer!important;margin-right:1rem!important}#rejectDeclaration[data-v-b4ef3c3a]:hover{background-color:#a93232!important}.columns[data-v-b4ef3c3a]{margin:.5rem auto}.columns[data-v-b4ef3c3a],.columns .column[data-v-b4ef3c3a]{padding:0 1rem}.columns .column .info[data-v-b4ef3c3a]{font-size:.8rem}.infoBullet[data-v-b4ef3c3a]{text-align:left}.infoBullet pre[data-v-b4ef3c3a]{background-color:unset;max-height:60vh;white-space:pre-wrap}
.wrapper[data-v-68bd37d9]{display:contents}
[data-v-0f3eb704]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.row[data-v-0f3eb704]{display:grid;font-size:.9rem;gap:.5rem;grid-template-columns:repeat(2,minmax(auto,50%))}.row.header strong[data-v-0f3eb704]{font-weight:550}.contents[data-v-0f3eb704]{display:contents}
[data-v-0fb1db2f]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.kassa-selector[data-v-0fb1db2f]{padding:2rem}.kassa-selector__title[data-v-0fb1db2f]{color:#000}.kassa-selector__subtitle[data-v-0fb1db2f]{font-size:.9rem}.kassa-selector__options[data-v-0fb1db2f]{display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.kassa-selector__options__option[data-v-0fb1db2f]{background:#ececec!important;border-radius:1rem;color:#000!important;height:10rem}
[data-v-645282e5]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.detail-box[data-v-645282e5]{border:1px solid #dbdbdb;border-radius:.5rem}
[data-v-08522ef6]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.kassa-fallback__instructions[data-v-08522ef6]{align-items:center;display:flex}
.dots[data-v-787f5243]{display:flex;justify-content:space-around;margin-top:10px;width:24px}.dot[data-v-787f5243]{background-color:#cecece;border-radius:50%;height:5px;width:5px}.dots .dot1[data-v-787f5243]{opacity:.2}.dots .dot1[data-v-787f5243],.dots .dot2[data-v-787f5243]{-webkit-animation:loading-787f5243 2s infinite;animation:loading-787f5243 2s infinite}.dots .dot2[data-v-787f5243]{-webkit-animation-delay:-1.5s;animation-delay:-1.5s;opacity:.6}.dots .dot3[data-v-787f5243]{-webkit-animation:loading-787f5243 2s infinite;animation:loading-787f5243 2s infinite;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes loading-787f5243{0%{opacity:.2}50%{opacity:1}to{opacity:.2}}@keyframes loading-787f5243{0%{opacity:.2}50%{opacity:1}to{opacity:.2}}
[data-v-6ee1c795]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.location-detail[data-v-6ee1c795]{display:flex;flex-direction:column;gap:1.5rem}.location-detail__location[data-v-6ee1c795]{align-items:flex-start;display:flex}.location-detail__slot[data-v-6ee1c795]{flex-grow:1}.location-detail__title[data-v-6ee1c795],.location-detail__total-title[data-v-6ee1c795]{display:block;flex-grow:1;margin-top:-4px;text-decoration:underline}.location-detail__title[data-v-6ee1c795]{cursor:pointer}.location-detail__caret[data-v-6ee1c795]{flex-grow:1;text-align:right}.location-detail__detail[data-v-6ee1c795]{display:flex;justify-content:space-between}
[data-v-582f2692]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.period-selector[data-v-582f2692]{align-items:stretch;display:flex;gap:1rem;position:relative}.period-selector__button-group button[data-v-582f2692]{color:#c5c5c5;font-weight:500;width:5rem}.period-selector__primary-light[data-v-582f2692]{background:#ffecf7;color:#ec008c!important}.period-selector__dropdown[data-v-582f2692]{height:40px;width:8rem}.period-selector__dropdown[data-v-582f2692] .input-container{height:100%}.period-selector__dropdown[data-v-582f2692] .input-container select{border-radius:.5rem;font-size:1rem;height:100%}.period-selector__dropdown[data-v-582f2692] .input-container .status{height:100%}.period-selector__loading-overlay[data-v-582f2692]{background-color:hsla(0,0%,100%,.9);bottom:0;display:flex;justify-content:center;left:0;padding-top:9px;position:absolute;right:0;top:0}
[data-v-1d837bac]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.revenue-chart__header[data-v-1d837bac]{display:flex;justify-content:space-between}.revenue-chart__header a[data-v-1d837bac]{color:#000}.revenue-chart__settings[data-v-1d837bac]{display:grid;grid-template-columns:100%}.revenue-chart__setting[data-v-1d837bac]{align-items:center;display:flex;flex-direction:column;flex-grow:1;gap:1rem}.revenue-chart__locations[data-v-1d837bac]{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;min-width:0}.revenue-chart__location-label[data-v-1d837bac]{white-space:nowrap}
[data-v-dd13c884]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.department-pie-chart__pie[data-v-dd13c884]{height:160px;width:160px}.department-pie-chart__location[data-v-dd13c884]{align-items:center;display:flex;gap:2rem}.department-pie-chart__legend[data-v-dd13c884]{display:flex;flex-grow:1;justify-content:space-between}.department-pie-chart__legend-col[data-v-dd13c884]{display:flex;flex-direction:column;gap:.5rem}.department-pie-chart__prefixed-department[data-v-dd13c884]{align-items:center;display:flex;gap:.5rem}.department-pie-chart__department-square[data-v-dd13c884]{height:1rem;width:1rem}
[data-v-3c6079a7]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.statistics-details[data-v-3c6079a7]{display:flex;flex-direction:column;gap:1rem}.statistics-details__header[data-v-3c6079a7]{display:flex;justify-content:space-between;line-height:40px}.statistics-details__boxes[data-v-3c6079a7]{display:grid;gap:1rem;grid-auto-columns:1fr;grid-auto-flow:column}.statistics-details__pies[data-v-3c6079a7]{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.statistics-details__alert-dialog[data-v-3c6079a7]{background-color:#d5e9ff;border:1px dashed #638be0;border-radius:5px;color:#3133a9;font-size:.9rem;line-height:2rem;margin:.75rem 0;padding:.51rem!important}.statistics-details__alert-dialog.warning[data-v-3c6079a7]{background-color:#fff5d5;border:1px dashed #e0c263;color:#a98c31}
[data-v-992344d8]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.employees__employee[data-v-992344d8]{display:flex;height:3rem;vertical-align:middle}.employees__employee__name[data-v-992344d8]{align-self:center;flex:1 1 0px;font-weight:400}.employees__employee__name.focus[data-v-992344d8]{font-weight:500}.employees__employee__input[data-v-992344d8]{align-self:center;flex:1 1 0px}
[data-v-026274f8]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.locations__location[data-v-026274f8]{border-bottom:1px solid #dbdbdb;cursor:pointer;display:grid;font-size:12px;grid-template-columns:40% 20% 20% 20%}.locations__icons[data-v-026274f8]{text-align:right}.locations__icons__disconnect[data-v-026274f8]{color:#000}.locations__icons__manage-employees[data-v-026274f8]{color:#000;margin-right:1rem}.separator-bar[data-v-026274f8]{align-items:center;background-color:#8a8a8a;color:#fff;display:grid;font-size:.75rem;font-weight:550;grid-template-columns:50% 20% 30%;height:2rem}.has-tooltip:hover .tooltip[data-v-026274f8]{display:block;margin-top:1rem;right:0}
[data-v-3599bb5e]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.no-salarydocuments[data-v-3599bb5e]{font-style:italic;margin:auto 0;text-align:center}.salary-documents-wrapper[data-v-3599bb5e]{padding:2rem}.download-link[data-v-3599bb5e]{color:#ec008c}.download-link[data-v-3599bb5e]:hover{cursor:pointer;text-decoration:underline}.thead-container[data-v-3599bb5e]{border-radius:5px 5px 0 0;overflow:hidden}.new-documents[data-v-3599bb5e]{background-color:#ec008c;border-radius:4px;color:#fff;font-size:.7rem;font-weight:500;margin-left:.5rem;padding:3px 5px}.table-container tr[data-v-3599bb5e]:hover{background-color:transparent!important;cursor:default}.invoices-content[data-v-3599bb5e]{background:transparent}.invoices-content .invoices-table[data-v-3599bb5e]{border:1px solid #dedede;border-bottom:0}.delete-file[data-v-3599bb5e]{color:#e22b2b;cursor:pointer;display:inline-block;font-size:.6rem;font-weight:500;text-transform:uppercase}.delete-file[data-v-3599bb5e]:hover{text-decoration:underline}.inline-icon-button[data-v-3599bb5e]{cursor:pointer}.icon-button[data-v-3599bb5e]{padding:0;position:relative;width:3rem}.icon-button .inline-icon-button[data-v-3599bb5e]{background-color:transparent;border-radius:18px;height:36px;line-height:20px;margin-right:8px;margin-top:-18px;padding:8px;position:absolute;right:0;text-align:center;top:50%;transition:background-color .5s ease;width:36px}.icon-button .inline-icon-button[data-v-3599bb5e]:hover{background-color:#efefef;cursor:pointer}.icon-button .inline-icon-button i[data-v-3599bb5e]{height:20px}.documents-wrap[data-v-3599bb5e]{border:1px solid #dedede;border-radius:0 0 5px 5px;border-top:none;box-shadow:0 4px 6px rgba(0,0,0,.1);font-size:.9rem;overflow:hidden;position:relative}.documents-wrap .year-wrap:last-of-type .year-year[data-v-3599bb5e]{border-bottom:none}.documents-wrap .year-wrap:last-of-type .month-month[data-v-3599bb5e]{border-bottom:none;border-top:1px solid #dbdbdb}.documents-wrap .year-wrap:last-of-type .item-inner .document-row[data-v-3599bb5e]:first-of-type{border-top:1px solid #dbdbdb}.documents-wrap .year-wrap:last-of-type .item-inner .document-row[data-v-3599bb5e]:last-of-type{border-bottom:none!important}.documents-wrap .month-month[data-v-3599bb5e],.documents-wrap .year-year[data-v-3599bb5e]{background:#f9f9f9;border-bottom:1px solid #dbdbdb;border-radius:0;color:#363636;position:relative;text-transform:capitalize;width:100%}.documents-wrap .month-month[data-v-3599bb5e]:hover,.documents-wrap .year-year[data-v-3599bb5e]:hover{background:#eee}.documents-wrap .month-month i[data-v-3599bb5e],.documents-wrap .year-year i[data-v-3599bb5e]{margin-right:.5rem;transition:transform .3s}.documents-wrap .month-month i.expanded[data-v-3599bb5e],.documents-wrap .year-year i.expanded[data-v-3599bb5e]{transform:rotate(90deg)}.documents-wrap .month-month button[data-v-3599bb5e],.documents-wrap .year-year button[data-v-3599bb5e]{background:none;border:none;cursor:pointer;outline:none;padding:.75rem 1rem;text-align:left;width:100%}.documents-wrap .month-month .download-all-btn-wrap[data-v-3599bb5e],.documents-wrap .year-year .download-all-btn-wrap[data-v-3599bb5e]{left:calc(90% - 9rem);padding:0 1rem;position:absolute;text-transform:none;top:0}.documents-wrap .month-month .download-all-btn-wrap button[data-v-3599bb5e],.documents-wrap .year-year .download-all-btn-wrap button[data-v-3599bb5e]{color:var(--color-primary);font-size:.9rem;font-weight:300;padding:.75rem 0}.documents-wrap .month-month .download-all-btn-wrap button[data-v-3599bb5e]:hover,.documents-wrap .year-year .download-all-btn-wrap button[data-v-3599bb5e]:hover{text-decoration:underline}.documents-wrap .item-grid[data-v-3599bb5e]{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s;transition:grid-template-rows .3s,-ms-grid-rows .3s}.documents-wrap .item-grid.expanded[data-v-3599bb5e]{grid-template-rows:1fr}.documents-wrap .item-grid .item-inner[data-v-3599bb5e]{overflow:hidden}.documents-wrap .month-month button[data-v-3599bb5e]{padding-left:2rem}.documents-wrap .document-row[data-v-3599bb5e]{border-bottom:1px solid #dbdbdb;display:flex;padding:.75rem 0}.documents-wrap .document-row .date[data-v-3599bb5e]{flex-shrink:0;margin-left:15%;padding:0 1rem;width:15%}.documents-wrap .document-row .name[data-v-3599bb5e]{flex-grow:1;padding:0 1rem}.documents-wrap .document-row .delete-wrap[data-v-3599bb5e]{flex-shrink:0;padding:0 1rem;width:15%}.documents-wrap .document-row .download-wrap[data-v-3599bb5e]{flex-shrink:0;margin-right:9rem;padding:0 1rem;width:10%}.documents-wrap .document-row .icon-button[data-v-3599bb5e]{flex-shrink:0;padding:0 1rem;width:3rem}
[data-v-c7bab740]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.ticket-cont[data-v-c7bab740]{padding:0}.loader-cont[data-v-c7bab740]{width:calc(100% - 4rem)}.step-content[data-v-c7bab740]{background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;padding-bottom:1rem!important;padding-right:0!important}.widget-container[data-v-c7bab740]{margin:0 -1rem 1rem;padding-right:2rem}.widget-container .widget[data-v-c7bab740]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-c7bab740]{display:flex;flex-direction:column}.widget-container .widget .sickleave-title[data-v-c7bab740]{align-items:center;display:flex;gap:1rem}.widget-container .widget .sickleave-title .select-field[data-v-c7bab740]{font-size:.8rem;margin-bottom:0;margin-left:auto}.widget-container .widget .sickleave-title .field[data-v-c7bab740]{margin-bottom:0}.widget-container .widget .sickleave-title .collapse-btn[data-v-c7bab740]{background:none;border:none;color:#fff;cursor:pointer}.widget-container .widget .sickleave-title .collapse-btn i[data-v-c7bab740]{transition:transform .3s}.widget-container .widget .widget-content[data-v-c7bab740]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:2rem}.widget-container .widget .widget-content .read-more[data-v-c7bab740]{background-color:#f1f1f1;color:#a0a0a0;display:block;font-style:italic;height:2rem;line-height:2rem;text-align:center;transition:all .5s ease;width:100%}.widget-container .widget .widget-content .read-more[data-v-c7bab740]:hover{background-color:#fff3fa;color:#ec80c1;cursor:pointer}.widget-container .widget .widget-content table[data-v-c7bab740]{margin-bottom:1rem;width:100%}.widget-container .widget .widget-content table tr[data-v-c7bab740]:not(:first-child):hover{background-color:#f1f1f1;cursor:pointer}.widget-container .widget .widget-content table tr th[data-v-c7bab740]{border-bottom:1px dashed #efefef;font-weight:400;padding-bottom:.25rem}.widget-container .widget .widget-content table tr td[data-v-c7bab740]{padding:.25rem 0}.widget-container .widget .widget-content table tr td[data-v-c7bab740]:last-child{overflow-wrap:break-word;position:relative;width:1%}.widget-container .widget .widget-content table tr td:last-child .status[data-v-c7bab740]{background-color:#d66a6a;border-radius:10px;height:12px;left:50%;margin-left:-6px;margin-top:-6px;position:absolute;top:50%;width:12px}.widget-container .widget .widget-content table tr td:last-child .status.paid[data-v-c7bab740]{background-color:#8abd81}.widget-container .widget .widget-content .stat-bar-detail[data-v-c7bab740]{border-left:4px solid transparent;margin:.75rem 0;padding:0 .75rem}.widget-container .widget .widget-content .stat-bar-detail[data-v-c7bab740]:first-child{margin-left:.75rem}.widget-container .widget .widget-content .stat-bar-title[data-v-c7bab740]{display:block;font-weight:400;margin-bottom:.2rem}.widget-container .widget .widget-content .stat-bar-title[data-v-c7bab740]:not(:first-child){margin-top:3rem}.widget-container .widget .widget-content .stat-bar-title .font-not-bold[data-v-c7bab740]{font-weight:200}.widget-container .widget .widget-content .stat-bar[data-v-c7bab740]{background-color:#a3bfd2;height:2.5rem;position:relative;width:100%}.widget-container .widget .widget-content .stat-bar .stat-bar-percentage[data-v-c7bab740]{color:#fff;font-weight:400;height:2.5rem;line-height:2.5rem;position:absolute;right:1rem}.widget-container .widget .widget-content .stat-bar .hours[data-v-c7bab740]{background-color:#fff;position:absolute;top:2.8rem}.widget-container .widget .widget-content .stat-bar .hours.einstein-hours[data-v-c7bab740]{left:100%;padding-right:20px}.widget-container .widget .widget-content .stat-bar .hours.not-einstein-hours[data-v-c7bab740]{left:0}.widget-container .widget .widget-content .stat-bar .hours.to-confirm-hours[data-v-c7bab740]{right:0}.widget-container .widget .widget-content .stat-bar .not-einstein[data-v-c7bab740]{background-color:#ececec;height:2.5rem;left:0;position:absolute}.widget-container .widget .widget-content .stat-bar .to-confirm[data-v-c7bab740]{background-color:#e0c262;height:2.5rem;position:absolute;right:0}.widget-container .widget .widget-content .stat-bar[data-v-c7bab740]:last-child{margin-bottom:2rem}.widget-container .widget .widget-content .stats-half[data-v-c7bab740]{float:left;position:relative;width:50%}.widget-container .widget .widget-content .stats-half .stats-info[data-v-c7bab740]{bottom:0;display:flex;flex-direction:column;height:7rem;justify-content:center;width:100%}.widget-container .widget .widget-content .stats-half .stats-info .property[data-v-c7bab740]{font-size:.7rem;font-weight:400}.widget-container .widget .widget-content .property-title[data-v-c7bab740]{font-weight:400}.widget-container .departments-wrap[data-v-c7bab740]{display:flex;flex-wrap:wrap;gap:.25rem;padding:.25rem 0}.widget-container .departments-wrap span[data-v-c7bab740]{border-radius:50%;flex-shrink:0;height:1rem;width:1rem}.center-text[data-v-c7bab740]{font-size:1.2rem!important;text-align:center}.client-count[data-v-c7bab740]{font-size:.9rem;padding-top:20px}.font-weight[data-v-c7bab740]{font-weight:400}.slot-tab[data-v-c7bab740]{background-color:#f9f9f9;border-bottom:1px solid #dadada;border-left:1px solid #dadada;color:#8c8c8c;cursor:pointer;display:block;font-size:.9rem;padding:0}.slot-tab[data-v-c7bab740],.slot-tab span[data-v-c7bab740]{border-right:1px solid #dadada}.slot-tab span[data-v-c7bab740]{display:inline-block;height:4rem;line-height:2rem;padding:1rem 2rem}.slot-tab span.active[data-v-c7bab740]{background-color:#fff;font-weight:500;position:relative}.slot-tab span.active[data-v-c7bab740]:before{background-color:#fff;bottom:-2px;content:"";height:3px;left:0;position:absolute;width:100%}.slot-tab span.period[data-v-c7bab740]{border-left:1px solid #dadada;border-right:0;float:right;font-weight:500;text-align:center;width:270px}.center-row[data-v-c7bab740]{text-align:center}.title-row[data-v-c7bab740]{font-weight:400}.week-circle[data-v-c7bab740]{-webkit-touch-callout:none;background-color:#e6e6e6;border-radius:1rem;cursor:pointer;font-size:.8rem;height:2rem;line-height:2rem;padding-top:1px;position:relative;text-align:center;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:2rem}.week-circle.prev[data-v-c7bab740]{float:left;margin-right:1rem}.week-circle.next[data-v-c7bab740]{float:right;margin-left:1rem}.week-circle.week-selector[data-v-c7bab740]{margin-right:0}.week-circle.week-number[data-v-c7bab740]{opacity:.7}.week-circle .select-year[data-v-c7bab740]{background-color:#f3f3f3;border:1px solid #dadada;display:none;font-weight:500;height:36px;line-height:36px;margin-top:9px;position:absolute;right:0;width:400%;z-index:30}.week-circle[data-v-c7bab740]:hover{background-color:#d4d4d4;color:#000;opacity:1}.week-circle img[data-v-c7bab740]{display:inline;height:.8rem;margin-top:.6rem}.week-circle img.ys-prev[data-v-c7bab740]{float:left;height:100%;margin:0;padding:8px;transition:all .2s ease-in-out}.week-circle img.ys-prev[data-v-c7bab740]:hover{background-color:#ffe6f5}.week-circle img.ys-next[data-v-c7bab740]{float:right;height:100%;margin:0;padding:8px;transition:all .2s ease-in-out}.week-circle img.ys-next[data-v-c7bab740]:hover{background-color:#ffe6f5}.week-circle img.prev[data-v-c7bab740]{margin-right:1px}.week-circle img.next[data-v-c7bab740]{margin-left:3px}.week-circle img.select[data-v-c7bab740]{height:100%;margin:0 0 0 1px;padding:10px 8px 8px;width:100%}.mr-einstein[data-v-c7bab740]{background-image:url(/img/mr-icon-small.png);background-position:8px 1rem;background-repeat:no-repeat;background-size:18px;padding-left:3rem!important}.leaveoverview-table>tr>td[data-v-c7bab740]:first-child,.sickleave-table>tr>td[data-v-c7bab740]:first-child,.skilledworkers-table>tr>td[data-v-c7bab740]:first-child{padding-left:2rem!important}.table-container[data-v-c7bab740]{display:flex;flex-direction:column;width:100%}.inner-table-title[data-v-c7bab740]{font-size:.9rem;font-weight:500;margin-bottom:20px}.payslip-user[data-v-c7bab740]{font-size:14px;margin-left:-23px;margin-right:6px}.small-margin-left[data-v-c7bab740]{margin-left:5px}.revenue_input[data-v-c7bab740]{margin-left:25%;margin-top:-2px;width:50%}.mt-33[data-v-c7bab740]{margin-top:33px}.separator-bar[data-v-c7bab740]{background:#8a8a8a;height:2rem}.dashboard__header[data-v-c7bab740]{align-items:center;border-bottom:1px solid #dbdbdb;display:flex;justify-content:space-between}.dashboard__header .button-add[data-v-c7bab740]{margin:0}.dashboard__header .tabs[data-v-c7bab740]{transform:translateY(1px)}.dashboard__kassa-list[data-v-c7bab740]{background:#737373;padding:0;width:2.5rem}.dashboard__kassa-list[data-v-c7bab740]:hover{background:#8c8c8c}.lists-table table th[data-v-c7bab740]{border-bottom:1px dashed #efefef;color:#000;font-weight:400;padding:0 0 .25rem}.tabs a[data-v-c7bab740]{border-bottom:1px solid #dbdbdb}.tabs a.is-active-tab[data-v-c7bab740]{border-bottom:1px solid #fff}.checkbox input[data-v-c7bab740]{margin-top:-4px;vertical-align:middle}.copy-icon[data-v-c7bab740]{background:none;border:none;color:#bababa;cursor:pointer;padding:0 0 0 .15rem}.copy-icon[data-v-c7bab740]:hover{color:#ec008c}.copy-icon .fa-circle-notch[data-v-c7bab740]{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spinner-c7bab740;animation-name:spinner-c7bab740;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spinner-c7bab740{to{transform:rotate(1turn)}}@keyframes spinner-c7bab740{to{transform:rotate(1turn)}}button.excel[data-v-c7bab740]{background-color:#3ba53b;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:2rem;line-height:2rem;outline:none;padding:0 12px;transition:background-color .2s,color .2s}button.excel[data-v-c7bab740]:hover{background-color:#383}.location-costs-overview .columns[data-v-c7bab740]{margin-left:-.25rem;margin-right:-.25rem;margin-top:-.25rem}.location-costs-overview .columns[data-v-c7bab740]:not(:last-child){margin-bottom:.25rem}.location-costs-overview .columns.filters-column[data-v-c7bab740]{margin-bottom:.75rem}.location-costs-overview .column[data-v-c7bab740]{padding:.25rem}.location-costs-overview .widget-content[data-v-c7bab740]{font-size:.875rem}.location-costs-overview hr[data-v-c7bab740]{background-color:transparent;border-top:1px dashed #dadada;margin:.5rem 0}.location-costs-overview .results-in[data-v-c7bab740]{opacity:.3;position:absolute;right:0;width:.75rem}.location-costs-overview .numbers-row[data-v-c7bab740]{font-size:1.25rem;margin-bottom:0}.location-costs-overview .turnover-wrap[data-v-c7bab740]{margin-top:.75rem}.location-costs-overview .turnover-wrap h2[data-v-c7bab740]{font-size:1.125rem;font-weight:500}
[data-v-235bf8a3]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.pagination-cont[data-v-235bf8a3]{float:right}.widget-container[data-v-235bf8a3]{margin:0 -1rem 1rem}.widget-container .widget[data-v-235bf8a3]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-235bf8a3]{display:flex;flex-direction:column}.widget-container .widget .widget-content[data-v-235bf8a3]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:2rem}.widget-container .widget .widget-content .declaration-table[data-v-235bf8a3]{width:auto}.widget-container .widget .widget-content .declaration-table tr:hover .img-cont[data-v-235bf8a3]{cursor:pointer;display:block}.widget-container .widget .widget-content .declaration-table tr td[data-v-235bf8a3]{position:relative}.widget-container .widget .widget-content .declaration-table tr td[data-v-235bf8a3]:last-child{border-bottom:0}.widget-container .widget .widget-content .declaration-table tr td .img-cont[data-v-235bf8a3]{border-radius:16px;display:none;height:32px;margin-right:20px;margin-top:-16px;padding:8px;position:absolute;right:4rem;top:50%;transition:all .2s linear;width:32px}.widget-container .widget .widget-content .declaration-table tr td .img-cont[data-v-235bf8a3]:hover{background-color:#dedede}.widget-container .widget .widget-content .declaration-table tr td .img-cont img[data-v-235bf8a3]{display:block;width:16px}.widget-container .widget .widget-content .declaration-table .periodic[data-v-235bf8a3]{color:#ec008c;width:15px}.widget-container .widget .widget-content table[data-v-235bf8a3]{margin:0 -.75rem;width:100%}.widget-container .widget .widget-content table tr[data-v-235bf8a3]:not(:first-child):hover{background-color:#f1f1f1;cursor:pointer}.widget-container .widget .widget-content table tr th[data-v-235bf8a3]{border-bottom:1px dashed #efefef;font-weight:500;padding:0 .75rem .75rem}.widget-container .widget .widget-content table tr td[data-v-235bf8a3]{padding:.75rem}.widget-container .widget .widget-content table tr td[data-v-235bf8a3]:last-child{position:relative;text-align:right;white-space:nowrap;width:1%}.widget-container .widget .widget-content table tr td:last-child .status[data-v-235bf8a3]{background-color:#d66a6a;border-radius:10px;height:12px;left:50%;margin-left:-6px;margin-top:-6px;pointer-events:none;position:absolute;top:50%;width:12px}.widget-container .widget .widget-content table tr td:last-child .status.green[data-v-235bf8a3]{background-color:#8abd81}.widget-container .widget .widget-content table tr td:last-child .status.yellow[data-v-235bf8a3]{background-color:#e0c263}
[data-v-33cfd4af]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.circle-color[data-v-33cfd4af]{background:#ec008c;border-radius:50%;height:12px;position:absolute;top:50%;transform:translateY(-50%);width:12px}.switch-margin[data-v-33cfd4af]{margin-left:10px}.pagination-cont[data-v-33cfd4af]{float:right}.widget-container[data-v-33cfd4af]{margin:0 -1rem 1rem}.widget-container .widget[data-v-33cfd4af]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-33cfd4af]{display:flex;flex-direction:column}.widget-container .widget .widget-content[data-v-33cfd4af]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:2rem}.widget-container .widget .widget-content .declaration-table[data-v-33cfd4af]:nth-child(2){border-bottom:1px dashed #efefef;padding:0 .75rem .75rem}.widget-container .widget .widget-content .declaration-table tr td[data-v-33cfd4af]{position:relative}.widget-container .widget .widget-content .declaration-table tr td .img-cont[data-v-33cfd4af]{border-radius:16px;display:none;height:32px;margin-top:-16px;padding:8px;position:absolute;right:4rem;top:50%;transition:all .2s linear;width:32px}.widget-container .widget .widget-content .declaration-table tr td .img-cont[data-v-33cfd4af]:hover{background-color:#dedede}.widget-container .widget .widget-content .declaration-table tr td .img-cont img[data-v-33cfd4af]{display:block;width:16px}.widget-container .widget .widget-content .declaration-table .periodic[data-v-33cfd4af]{color:#ec008c;width:15px}.widget-container .widget .widget-content table[data-v-33cfd4af]{margin:0 -.75rem;width:100%}.widget-container .widget .widget-content table tr:nth-child(2) td[data-v-33cfd4af]{border-bottom:1px dashed #efefef}.widget-container .widget .widget-content table tr th[data-v-33cfd4af]{border-bottom:1px dashed #efefef;font-weight:500;padding:0 .75rem .75rem}.widget-container .widget .widget-content table tr td[data-v-33cfd4af]{padding:.75rem}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.department-indicator{aspect-ratio:1/1;background-color:var(--color);border-radius:50%;display:inline-block;height:1rem;margin-top:-3px;vertical-align:middle;width:auto}
[data-v-536acca5]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.grid-header[data-v-536acca5]{align-items:center;display:flex;justify-content:space-between}.department-grid[data-v-536acca5]{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.department-grid.single-column[data-v-536acca5]{grid-template-columns:repeat(1,1fr)}.department-grid.two-column[data-v-536acca5]{grid-template-columns:repeat(2,1fr)}.department__users[data-v-536acca5]{padding-left:2rem}.department__name[data-v-536acca5]{vertical-align:middle}.department-checkbox[data-v-536acca5],.user-checkbox[data-v-536acca5]{margin-top:-3px;vertical-align:middle}.column-header[data-v-536acca5]{font-weight:500}.user-columns .column[data-v-536acca5]{align-items:center;display:flex;flex-wrap:nowrap}.total-tip-amount[data-v-536acca5]{display:flex;justify-content:flex-end}.tip-settings[data-v-536acca5]{display:flex;flex-wrap:nowrap;gap:1rem}.tip-settings .columns[data-v-536acca5]{justify-content:space-evenly;width:100%}.tip-settings .column-label[data-v-536acca5]{display:block;font-weight:500;line-height:1}.divider[data-v-536acca5]{background-color:#dadada}.min-height-constraint[data-v-536acca5]{min-height:340px}
[data-v-324d420c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.step-footer[data-v-324d420c]{padding-left:1.5rem!important;padding-right:1.5rem!important}.modal-content[data-v-324d420c]{display:flex;flex-direction:column;height:100vh}h1[data-v-324d420c]{color:red}.columns[data-v-324d420c]{margin:.5rem auto}.columns[data-v-324d420c],.columns .column[data-v-324d420c]{padding:0 1rem}.columns .column.select-employee[data-v-324d420c]{font-size:.9rem;position:relative}.columns .column.select-employee input[data-v-324d420c]{height:2rem!important}.columns .column.select-employee span[data-v-324d420c]{display:block;margin:1rem 0 .5rem}.columns .column .info[data-v-324d420c]{font-size:.8rem}.scrollable[data-v-324d420c]{flex:1;overflow-y:scroll;padding:0 0 2rem;z-index:100}.input-status[data-v-324d420c]{background-color:#e0c263;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;bottom:0;height:2rem;position:absolute;right:.5rem;width:.3rem;z-index:100}.input-status.green[data-v-324d420c]{background-color:#8abd81}.declaration-option-radio[data-v-324d420c] .input-container{height:auto;overflow:visible}.declaration-option-radio[data-v-324d420c] .input-container .control{display:flex;flex-wrap:wrap;height:auto;row-gap:.25rem}
[data-v-4f3c96dc]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.vue-star-rating[data-v-4f3c96dc]{padding-top:3px}.input-title[data-v-4f3c96dc]{color:#4a4a4a!important;pointer-events:none!important}.work-icons[data-v-4f3c96dc]{border:1px solid #e6e6e6;border-radius:.25rem;float:left;height:2rem}.work-icons li[data-v-4f3c96dc]{border-right:1px solid #e6e6e6;cursor:pointer;display:block;float:left;height:100%}.work-icons li.is-active[data-v-4f3c96dc],.work-icons li[data-v-4f3c96dc]:hover{background-color:#fff3fb}.work-icons li[data-v-4f3c96dc]:last-child{border-color:transparent}.work-icons li img[data-v-4f3c96dc]{display:block;height:1rem;margin:.5rem .75rem;width:20px}.modal-content[data-v-4f3c96dc]{display:flex;flex-direction:column}.columns[data-v-4f3c96dc]{margin:.5rem auto;padding:0 1rem}.columns.scrollable[data-v-4f3c96dc]{margin:0;overflow-y:scroll;padding:0}.columns .column[data-v-4f3c96dc]{padding:0 1rem}.columns .column.select-employee[data-v-4f3c96dc]{font-size:.9rem;position:relative}.columns .column.select-employee input[data-v-4f3c96dc]{height:2rem!important}.columns .column.select-employee span[data-v-4f3c96dc]{display:block;margin:1rem 0 .5rem}.margin-top[data-v-4f3c96dc]{margin-top:1.5rem}.font-bold[data-v-4f3c96dc]{font-weight:500}multiselect[data-v-4f3c96dc]{height:2rem!important}.input-status[data-v-4f3c96dc]{background-color:#e0c263;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;bottom:0;height:2rem;position:absolute;right:.5rem;width:.3rem;z-index:100}.input-status.green[data-v-4f3c96dc]{background-color:#8abd81}.inline[data-v-4f3c96dc],.input-link[data-v-4f3c96dc]{display:inline-block!important}.input-link[data-v-4f3c96dc]{color:#ec008c;cursor:pointer;float:right}.mb-05[data-v-4f3c96dc]{margin-bottom:.5rem}
[data-v-3d66c16a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}[data-v-3d66c16a] .modal-content.modal-medium{display:flex;flex-direction:column;overflow:hidden}[data-v-3d66c16a] .modal-content.modal-medium .step-footer,[data-v-3d66c16a] .modal-content.modal-medium .step-title{flex-shrink:0;margin-top:0}.modal-body[data-v-3d66c16a]{flex:1 1 auto;overflow-y:auto}.modal-body[data-v-3d66c16a] .bullet-content{color:#000;font-size:.9rem;letter-spacing:normal;line-height:1.6rem;text-align:left;text-transform:none}.bottom-padding[data-v-3d66c16a]{padding-bottom:1rem}.font-bold[data-v-3d66c16a]{font-weight:500}.declaration-cont[data-v-3d66c16a]{font-size:.9rem;line-height:1.6rem;margin:1rem .5rem 0!important}.declaration-cont hr[data-v-3d66c16a]{background-color:#dedede;border:none;display:block;height:1px;margin-right:1rem}.declaration-cont.no-margin[data-v-3d66c16a]{margin-top:0!important}.columns[data-v-3d66c16a]{margin:.5rem auto}.columns[data-v-3d66c16a],.columns .column[data-v-3d66c16a]{padding:0 1rem}.columns .column .info[data-v-3d66c16a]{font-size:.8rem}.step-title[data-v-3d66c16a]{background-color:#474747!important;color:#fff;font-weight:500;padding:1rem;position:relative;text-align:center}.week-label-text[data-v-3d66c16a]{color:#888;font-size:.8rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.toggle-wrap[data-v-3d66c16a]{align-items:center;display:flex;gap:.5rem}.toggle-wrap input[type=checkbox][data-v-3d66c16a]{height:0;visibility:hidden;width:0}.toggle-wrap button.enable-steps-button-toggle[data-v-3d66c16a],.toggle-wrap label[data-v-3d66c16a]{align-items:center;display:inline-flex;gap:.5rem}.toggle-wrap button.enable-steps-button-toggle[data-v-3d66c16a]{background:none;border:none;padding:0}.toggle-wrap .loader[data-v-3d66c16a]{border-bottom-color:var(--color-primary);border-left-color:var(--color-primary)}.toggle-wrap button .toggle[data-v-3d66c16a],.toggle-wrap label .toggle[data-v-3d66c16a]{background:#e9e9eb;border-radius:100px;cursor:pointer;display:inline-block;height:1.25rem;position:relative;text-indent:-9999px;width:2rem}.toggle-wrap button .toggle[data-v-3d66c16a]:after,.toggle-wrap label .toggle[data-v-3d66c16a]:after{background:#fff;border-radius:90px;box-shadow:0 0 3px rgba(0,0,0,.2);content:"";height:.875rem;left:.2rem;position:absolute;top:.2rem;transition:.3s;width:.875rem}.toggle-wrap button.active .toggle[data-v-3d66c16a],.toggle-wrap input:checked+label .toggle[data-v-3d66c16a]{background:var(--color-success)}.toggle-wrap button.active .toggle[data-v-3d66c16a]:after,.toggle-wrap input:checked+label .toggle[data-v-3d66c16a]:after{transform:translateX(.75rem)}
[data-v-13b1a302]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.columns[data-v-13b1a302]{margin:.5rem}.columns[data-v-13b1a302],.columns .column[data-v-13b1a302]{padding:0 1rem}.columns .column .info[data-v-13b1a302]{font-size:.8rem}.warning[data-v-13b1a302]{background-color:#fff9e3;border:1px dashed #e0c261;border-radius:6px;color:#b59737;margin-top:1rem;padding:.5rem .75rem;width:100%}.title[data-v-13b1a302]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}
[data-v-eba0ad7c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.is-active[data-v-eba0ad7c]{overflow:auto;position:fixed}h1[data-v-eba0ad7c]{color:red}hr[data-v-eba0ad7c]{margin-top:0}.sub-title[data-v-eba0ad7c]{background-color:#b1b1b1;text-align:left}.edit-circle[data-v-eba0ad7c]{background-color:transparent;border-radius:18px;height:36px;margin-top:-18px;padding:8px;position:absolute;right:2rem;top:50%;transition:background-color .5s ease;width:36px}.edit-circle[data-v-eba0ad7c]:hover{background-color:#f5efcc;cursor:pointer}.edit-icon[data-v-eba0ad7c]{height:20px}.is-flex-col[data-v-eba0ad7c]{align-items:flex-end;display:flex}.planned-edits[data-v-eba0ad7c]{background-color:#f0f0f0;border-bottom:1px solid #e5e5e5;font-size:.9rem;margin:0!important;padding-bottom:1.25rem!important;padding-top:0!important}.button-icon img[data-v-eba0ad7c]{display:block}.table[data-v-eba0ad7c]{font-size:.9rem;line-height:2rem;margin-bottom:0}.table thead[data-v-eba0ad7c]{font-weight:500}.table thead td[data-v-eba0ad7c]:first-child{padding-left:2rem!important}.table tbody tr.new-mutation[data-v-eba0ad7c]{background-color:#fffbe6;overflow:auto}.table tbody tr.new-mutation td[data-v-eba0ad7c]{border-bottom:1px solid #efe6b2}.table tbody tr td[data-v-eba0ad7c]{position:relative}.table tbody tr td.font-highlight[data-v-eba0ad7c]{font-weight:400}.table tbody tr td[data-v-eba0ad7c]:first-child{padding-left:2rem!important}.table tbody tr td.green[data-v-eba0ad7c]{color:#8abd81;font-weight:400}.table tbody tr td.red[data-v-eba0ad7c]{color:#d66a6a;font-weight:400}.table tbody tr td .current[data-v-eba0ad7c]{color:#ec008c;font-size:.7rem;font-weight:500;height:2.5rem;line-height:2.5rem;position:absolute;right:2rem;text-transform:uppercase;top:0}.step-footer[data-v-eba0ad7c]{display:flex;float:left;justify-content:space-between;margin-top:0!important;width:100%}.columns[data-v-eba0ad7c]{margin:.5rem auto}.columns[data-v-eba0ad7c],.columns .column[data-v-eba0ad7c]{padding:0 1rem}.columns .column .info[data-v-eba0ad7c]{font-size:.8rem}.infoBullet__rates[data-v-eba0ad7c]{display:flex;flex-direction:column;font-weight:400;line-height:1.5rem;margin-left:5px;text-align:left}.warning[data-v-eba0ad7c]{background-color:#fff9e3;color:#b59737;padding:.5rem .75rem;width:100%}.warning span[data-v-eba0ad7c]:hover{cursor:pointer;text-decoration:underline}.description[data-v-eba0ad7c]{padding:.5rem .75rem;width:100%}
[data-v-04a5063c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.is-active[data-v-04a5063c]{overflow:auto;position:fixed}.modal-body[data-v-04a5063c]{font-size:.9rem;padding:1.5rem}.input-title[data-v-04a5063c]{font-size:.9rem;font-weight:550;padding:.5rem 0}.load-more[data-v-04a5063c]{color:#3273dc;cursor:pointer;font-size:.8rem;margin-top:.35rem;text-decoration:underline}.load-more[data-v-04a5063c]:hover{color:#2160c4}.warning-banner[data-v-04a5063c]{background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;font-size:.85rem;line-height:1.4;margin:.75rem 0 0;padding:.75rem 1rem}.warning-banner .fa-exclamation-triangle[data-v-04a5063c]{margin-right:.4rem}.warning-banner.warning-banner--field[data-v-04a5063c]{margin-top:.5rem}
[data-v-943eb1c4]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.multiple_selection_list--container[data-v-943eb1c4]{display:grid;grid-auto-flow:row;margin-bottom:1rem}.multiple_selection_list--container .location_card--container[data-v-943eb1c4]{padding:.5rem}.multiple_selection_list--container .location_card--container[data-v-943eb1c4]:nth-child(2n){background-color:#f1f1f1}.multiple_selection_list--container .location_card[data-v-943eb1c4]{cursor:pointer}.multiple_selection_list--container .location_card[data-v-943eb1c4]:hover{background:hsla(0,0%,97%,.5)}.multiple_selection_list--container .location--subHeader[data-v-943eb1c4]{padding:.2rem}.multiple_selection_list--container [class*="--checkbox"][data-v-943eb1c4]{cursor:pointer;display:inline-block;margin-left:.5rem}.multiple_selection_list--container [class*="--subHeader"][data-v-943eb1c4]{font-size:1rem;font-weight:500}.multiple_selection_list--container [class*="--name"][data-v-943eb1c4]{color:#767676;font-weight:500;padding:.25rem}.multiple_selection_list--container [class*="--disable"][data-v-943eb1c4]{color:#d4d4d4}.multiple_selection_list--container [class*="--active"][data-v-943eb1c4]{background:hsla(0,0%,76%,.1)}[class*="--disabled"][data-v-943eb1c4]{background:#dedede!important}.action-buttons[data-v-943eb1c4]{align-items:center;display:flex;justify-content:space-between;padding:1rem 0 .5rem}.button-danger[data-v-943eb1c4]{background-color:#d66a6a!important}.button-danger[data-v-943eb1c4]:hover{background-color:#be5151!important}.step-content[data-v-943eb1c4]{padding-bottom:1rem!important}.widget-container[data-v-943eb1c4]{margin:0 -1rem 1rem}.widget-container .widget[data-v-943eb1c4]{margin:1rem 1rem 0;padding:0}.widget-container .widget.widget-flex[data-v-943eb1c4]{display:flex;flex-direction:column}.widget-container .widget .widget-content[data-v-943eb1c4]{border:1px solid #dedede;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;font-size:.9rem;line-height:1.6rem;padding:2rem}.warning[data-v-943eb1c4]{background-color:#fff9e3;border:1px dashed #e0c261;border-radius:6px;color:#b59737;margin-bottom:1rem;padding:.5rem .75rem;width:100%}.warning .warning_svg[data-v-943eb1c4]{height:10px;margin:0 5px;width:10px}.edit-icon-inline[data-v-943eb1c4]{display:block;height:16px}.edit-circle-inline[data-v-943eb1c4]{background-color:transparent;border-radius:18px;display:inline-flex;height:32px;padding:8px;transition:background-color .5s ease;vertical-align:sub;width:32px}.edit-circle-inline[data-v-943eb1c4]:hover{background-color:#f1f1f1;cursor:pointer}
[data-v-40e1501d]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.warning-section[data-v-40e1501d]{background-color:#fff5fb;border:1px dashed #ec1897;border-top-left-radius:0;color:#ec008c;font-size:.9rem;line-height:2rem;padding:1rem 2rem;position:relative}.warning-section span[data-v-40e1501d]{cursor:pointer;display:contents;font-weight:400}.warning-section.extra-warning[data-v-40e1501d]{border-top-right-radius:0}.margin-right-20[data-v-40e1501d]{margin-right:20px}.title-bar[data-v-40e1501d]{height:4.5rem}.step-content-scroll[data-v-40e1501d]{background-color:#fff;overflow-y:scroll}.submenu[data-v-40e1501d]{background-color:#f9f9f9;border-right:1px solid #dadada;border-top-right-radius:0;flex:1;font-size:.9rem}.submenu ul a[data-v-40e1501d]{border-bottom:1px solid #dadada;color:#8c8c8c;display:block;font-weight:500;line-height:1.5rem;padding:1rem}.submenu ul a[data-v-40e1501d]:hover{background-color:#fff;cursor:pointer}.submenu ul a[data-v-40e1501d]:first-child{border-top-left-radius:10px}.submenu ul a.active[data-v-40e1501d]{background-color:#fff;color:#363636;position:relative}.submenu ul a.active[data-v-40e1501d]:after{background-color:#fff;content:"";height:100%;position:absolute;right:-1px;top:0;width:1px}.mr-einstein[data-v-40e1501d]{background-image:url(/img/mr-icon-small.png);background-position-y:50%;background-repeat:no-repeat;background-size:22px;padding-left:1.5rem}
@charset "UTF-8";[data-v-7bf632a8]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.first-container[data-v-7bf632a8]{flex:0 0 auto!important;height:auto}.second-bar[data-v-7bf632a8]{position:relative}.second-bar[data-v-7bf632a8]:before{border-top:1px solid #e6e6e6;content:" ";display:block;line-height:1px;padding:2px 0;position:absolute;top:-1px;width:100%}.status.yellow[data-v-7bf632a8]{background-color:#e0c263}.status.orange[data-v-7bf632a8]{background-color:#e2ae6e}.status.red[data-v-7bf632a8]{background-color:#d66a6a}.status.green[data-v-7bf632a8]{background-color:#8abd81}.yellow-bg[data-v-7bf632a8]{background-color:#fffcf3}.yellow-bg[data-v-7bf632a8]:hover{background-color:#fff7e2}.max-height[data-v-7bf632a8]{background-color:red;height:21rem}.declarations-cont[data-v-7bf632a8]{padding:0}.declarations-scroll[data-v-7bf632a8]{flex:1;overflow-y:scroll}.declaration-status[data-v-7bf632a8]{border-bottom:1px solid #e9e9e9;box-shadow:none;padding:0}.declaration-status .level-right[data-v-7bf632a8]{margin-right:1rem}.padding-half-rem[data-v-7bf632a8]{font-size:.9rem;line-height:2rem;padding:1rem}.padding-half-rem .hour-detail[data-v-7bf632a8]{border-right:1px solid #ececec;font-size:.9rem;line-height:2rem;padding-left:calc(2rem + 12px);padding-right:1rem;position:relative}.padding-half-rem .hour-detail[data-v-7bf632a8]:first-child{padding-left:calc(1rem + 12px)}.padding-half-rem .hour-detail:first-child .status[data-v-7bf632a8]{left:0}.padding-half-rem .hour-detail[data-v-7bf632a8]:last-child{border-right:0;padding-right:0}.status[data-v-7bf632a8]{border-radius:6px;height:12px;left:1rem;margin-top:-7px;position:absolute;top:50%;width:12px}.end-message[data-v-7bf632a8]{color:#969696;font-size:.9rem;font-style:italic;line-height:5rem;text-align:center}.planboard-table td[data-v-7bf632a8]:first-child,.planboard-table th[data-v-7bf632a8]:first-child,.thead-container td[data-v-7bf632a8]:first-child,.thead-container th[data-v-7bf632a8]:first-child{padding-left:calc(2rem + 12px);position:relative}.planboard-table td[data-v-7bf632a8]:last-child,.planboard-table th[data-v-7bf632a8]:last-child,.thead-container td[data-v-7bf632a8]:last-child,.thead-container th[data-v-7bf632a8]:last-child{font-weight:400;text-align:right}.periodic[data-v-7bf632a8]{color:#ec008c;width:15px}table tr:hover .img-cont[data-v-7bf632a8]{cursor:pointer;display:block}table tr td[data-v-7bf632a8]{position:relative}table tr td .img-cont[data-v-7bf632a8]{border-radius:16px;display:none;height:32px;left:-16px;margin-top:-16px;padding:8px;position:absolute;top:50%;transition:all .2s linear;width:32px}table tr td .img-cont[data-v-7bf632a8]:hover{background-color:#dedede}table tr td .img-cont img[data-v-7bf632a8]{display:block;width:16px}
[data-v-5b385a74]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}h1[data-v-5b385a74]{color:red}#AreYouSureButtonGreen[data-v-5b385a74]{background-color:#8abd81!important}#AreYouSureButtonGreen[data-v-5b385a74]:hover{background-color:#6e9e65!important}#AreYouSureButtonBlue[data-v-5b385a74]{background-color:#ec008c!important}#AreYouSureButtonBlue[data-v-5b385a74]:hover{background-color:#3880af!important}#AreYouSureButton[data-v-5b385a74]{background-color:#ce4747!important}#AreYouSureButton[data-v-5b385a74]:hover{background-color:#a93333!important}.add-note-field[data-v-5b385a74]{border-top:1px solid #e4e4e4}.step-title[data-v-5b385a74]{background-color:#e0c263!important;border-bottom:none!important}.note-container[data-v-5b385a74]{display:flex;flex-direction:column-reverse;overflow-y:auto}.modal-content[data-v-5b385a74]{align-items:stretch;display:flex;flex-direction:column}.columns[data-v-5b385a74]{margin:0 auto;padding:0 1rem}.columns.note[data-v-5b385a74]{background-color:#fffcf3;border-bottom:1px solid #e4e4e4;position:relative}.columns.note:hover img[data-v-5b385a74]{cursor:pointer;display:block}.columns.note[data-v-5b385a74]:last-child{border-bottom:0}.columns.note img[data-v-5b385a74]{bottom:1rem;display:none;height:16px;position:absolute;right:1rem}.columns.note .column[data-v-5b385a74]{margin-bottom:1rem;margin-top:.5rem}.columns.note .column .note-content[data-v-5b385a74]{padding-bottom:.5rem;padding-top:.5rem;white-space:wrap}.columns.note .column .time[data-v-5b385a74]{font-size:.8rem;font-weight:500}.columns.note .column .author[data-v-5b385a74]{color:#989898;font-size:.8rem}.columns .column[data-v-5b385a74]{font-size:.9rem;padding:0 1rem}.columns .column textarea[data-v-5b385a74]{border:0;color:#4a4a4a;display:block;font-family:Roboto,sans-serif;font-size:.9rem;font-weight:300;line-height:1.5;margin-bottom:1rem;margin-top:1rem;outline:0;resize:none;width:100%}.columns .column .info[data-v-5b385a74]{font-size:.8rem}
[data-v-15db8e00]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.has-tooltip:hover .tooltip[data-v-15db8e00]{display:block}.header-bar .button-pay[data-v-15db8e00]{float:left;font-style:normal;margin-left:1rem;padding-right:12px}.low-button[data-v-15db8e00]{font-size:12px!important;height:2rem!important;line-height:1rem!important}.low-button .is-text[data-v-15db8e00]{font-size:.9rem;line-height:2rem;margin-right:.2rem}.button-no-right-padding[data-v-15db8e00]{padding-right:12px!important}.button-blue[data-v-15db8e00]{background-color:#3c62a0;width:200px}.alert-dialog[data-v-15db8e00]{background-color:#d5e9ff;border:1px dashed #638be0;border-radius:5px;color:#3133a9;font-size:.9rem;line-height:2rem;margin:.75rem 0;padding:.51rem!important}.alert-dialog.warning[data-v-15db8e00]{background-color:#fff5d5;border:1px dashed #e0c263;color:#a98c31}.alert-dialog.error[data-v-15db8e00]{background-color:#ffeded;border:1px dashed #f3c2c2;color:#c57c7c}.user-hours-table[data-v-15db8e00]{font-size:.9rem}.user-hours-table tr td[data-v-15db8e00]{transition:all .2s ease}.user-hours-table tr[data-v-15db8e00]:hover{background-color:inherit;font-weight:400}.user-hours-table tr:hover td[data-v-15db8e00]:first-child{padding-left:1.5rem}.user-hours-table tr[data-v-15db8e00]:nth-child(odd){background-color:#f9f9f9}.user-hours-table input[data-v-15db8e00]{border:1px solid #ececec;border-radius:4px;line-height:1.5rem;outline:none;padding:0 .5rem;width:100%}.user-hours-table input.active[data-v-15db8e00]{border-color:#fff1c1}.user-hours-table input.confirmed[data-v-15db8e00]{background-color:#f8fff6!important;border-color:#deeadd!important}.user-hours-table input.wrong[data-v-15db8e00]{background-color:#ffeded!important;border-color:#f3c2c2!important}.user-hours-table input.user-input[data-v-15db8e00]{background-color:#fffcf1;border-color:#fff1c1}.user-hours-table input.disabled[data-v-15db8e00]{background-color:hsla(0,0%,94%,.3)!important;border-color:#deeadd!important;cursor:not-allowed}.user-hours-table input.disabled[data-v-15db8e00] ::-moz-placeholder{opacity:1}.user-hours-table input.disabled[data-v-15db8e00] :-ms-input-placeholder{opacity:1}.user-hours-table input.disabled[data-v-15db8e00] ::placeholder{opacity:1}.user-hours-table[data-v-15db8e00] ::-moz-placeholder{color:#afafaf;opacity:1}.user-hours-table[data-v-15db8e00] :-ms-input-placeholder{color:#afafaf;opacity:1}.user-hours-table[data-v-15db8e00] ::placeholder{color:#afafaf;opacity:1}.footer-container .level[data-v-15db8e00]{padding:0 1rem 0 0!important}.weight-bold[data-v-15db8e00]{font-weight:500}.level-item[data-v-15db8e00]{max-width:200px}.switch-week[data-v-15db8e00]{font-size:.9rem;height:3rem;line-height:1.3rem;margin-left:1rem;padding:.3rem 0 .2rem;text-align:left;width:auto}.padding-half-rem[data-v-15db8e00]{padding:1rem}.padding-half-rem .hour-detail[data-v-15db8e00]{border-right:1px solid #ececec;font-size:.9rem;line-height:2rem;padding-left:calc(2rem + 12px);padding-right:1rem;position:relative}.padding-half-rem .hour-detail[data-v-15db8e00]:first-child{padding-left:calc(1rem + 12px)}.padding-half-rem .hour-detail:first-child .status[data-v-15db8e00]{left:0}.padding-half-rem .hour-detail[data-v-15db8e00]:last-child{border-right:0;padding-right:0}.padding-half-rem .hour-detail .status[data-v-15db8e00]{border-radius:6px;height:12px;left:1rem;margin-top:-7px;position:absolute;top:50%;width:12px}.is-italic[data-v-15db8e00]{font-style:italic}.red[data-v-15db8e00]{background-color:#d66a6a;border:1px solid #d66a6a}.yellow[data-v-15db8e00]{background-color:#e0c263;border:1px solid #e0c263}.green[data-v-15db8e00]{background-color:#8abd81;border:1px solid #8abd81;cursor:pointer}.addedHours[data-v-15db8e00]{background-color:#fff;border:1px solid!important;border-color:#8abd81;color:#8abd81!important;cursor:pointer;pointer-events:auto}.addedHours.yellow[data-v-15db8e00]{border-color:#e0c263!important;color:#e0c263!important}.addedHours.red[data-v-15db8e00]{border-color:#d66a6a!important;color:#d66a6a!important}.addedHours.green .fa-mug-hot.white[data-v-15db8e00]{color:#8abd81}.grey[data-v-15db8e00]{background-color:#e0e0e0}.placement-status[data-v-15db8e00]{border-radius:5px;color:#fff;display:block;float:left;font-size:.8rem;font-style:italic;font-weight:500;line-height:1.4rem;margin:.6rem 0;min-height:1.8rem;min-width:100px;padding:1px .5rem 0;text-align:center}.placement-status.red.clickable[data-v-15db8e00],.placement-status.yellow.clickable[data-v-15db8e00]{cursor:pointer}.nohours[data-v-15db8e00]{color:#9a9a9a;display:block;font-size:.9rem;font-style:italic;line-height:3rem;margin-top:20px;text-align:center;width:100%}.nohours span[data-v-15db8e00]{color:#ec008c}.nohours span[data-v-15db8e00]:hover{cursor:pointer;text-decoration:underline}.work-total[data-v-15db8e00]{border-right:1px solid #565656;color:#a5a5a5;font-size:.9rem;font-weight:500;line-height:3rem;padding:0 1rem;position:relative}.work-total:hover .tooltip[data-v-15db8e00]{-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}.work-total[data-v-15db8e00]:not(:first-child){padding-left:1rem}.work-icon[data-v-15db8e00]{display:flex;float:left;height:100%;height:3rem;justify-content:center;line-height:3rem;margin-right:.6rem;width:18px}.toggler[data-v-15db8e00]:hover{background-color:#5d5d5d}.week-circle[data-v-15db8e00]{background-color:#e6e6e6;border-radius:1rem;cursor:pointer;font-size:.8rem;height:2rem;line-height:2rem;margin-right:1rem;padding-top:1px;position:relative;text-align:center;transition:all .2s linear;width:2rem}.week-circle.week-number[data-v-15db8e00]{opacity:.7}.week-circle[data-v-15db8e00]:hover{background-color:#d4d4d4;color:#000;opacity:1}.week-circle .select-year[data-v-15db8e00]{font-weight:500;height:36px;line-height:36px;margin-top:19px}.week-circle .select-week[data-v-15db8e00],.week-circle .select-year[data-v-15db8e00]{background-color:#f3f3f3;border:1px solid #dadada;display:none;left:-150%;position:absolute;width:400%;z-index:30}.week-circle .select-week[data-v-15db8e00]{border-top:0;height:280px;line-height:20px;margin-top:56px;overflow:scroll;top:100%}.week-circle .select-week ul li .week-item[data-v-15db8e00]{padding:8px 0;transition:all .2s ease-in-out}.week-circle .select-week ul li .week-item[data-v-15db8e00]:hover{background-color:#ffe6f5}.week-circle .select-week ul li .week-item.currentWeek[data-v-15db8e00]{background-color:#ec008c;color:#fff}.week-circle .published[data-v-15db8e00]{background-color:#ec008c;border-radius:8px;bottom:-2px;height:12px;line-height:12px;position:absolute;right:-5px;width:12px}.week-circle .published img[data-v-15db8e00]{height:6px;margin-top:3px}.week-circle .published.from-top[data-v-15db8e00]{right:-5px!important;top:-1px!important}.week-circle .published.yellow[data-v-15db8e00]{background-color:#e0c261}.week-circle .published.red[data-v-15db8e00]{background-color:#d66a6a}.week-circle.complete[data-v-15db8e00]{background-color:#8abd81;color:#fff;font-weight:500}.week-circle.complete[data-v-15db8e00]:hover{background-color:#6e9e65}.week-circle.active[data-v-15db8e00]{border-radius:1.3rem;cursor:default;font-size:.9rem;height:2.6rem;line-height:2.6rem;pointer-events:none;width:2.6rem}.week-circle.active.current[data-v-15db8e00]{position:relative}.week-circle.current[data-v-15db8e00]{box-shadow:0 0 0 3px #ec008c;opacity:1;position:relative}.week-circle.current .published[data-v-15db8e00]{background-color:#ec008c;border-radius:10px;bottom:-5px;height:18px;line-height:20px;position:absolute;right:-6px;width:18px}.week-circle.current .published.from-top[data-v-15db8e00]{top:-5px!important}.week-circle.current .published.yellow[data-v-15db8e00]{background-color:#e0c261}.week-circle.current .published.red[data-v-15db8e00]{background-color:#d66a6a}.week-circle img[data-v-15db8e00]{display:inline;height:.8rem;margin-top:.6rem}.week-circle img.ys-prev[data-v-15db8e00]{float:left;height:100%;margin:0;padding:8px;transition:all .2s ease-in-out}.week-circle img.ys-prev[data-v-15db8e00]:hover{background-color:#ffe6f5}.week-circle img.ys-next[data-v-15db8e00]{float:right;height:100%;margin:0;padding:8px;transition:all .2s ease-in-out}.week-circle img.ys-next[data-v-15db8e00]:hover{background-color:#ffe6f5}.week-circle img.prev[data-v-15db8e00]{margin-right:1px}.week-circle img.next[data-v-15db8e00]{margin-left:3px}.week-circle img.select[data-v-15db8e00]{margin-left:1px;width:.9rem}li.day[data-v-15db8e00]{position:relative;width:14%}li.day[data-v-15db8e00]:first-child,li.day[data-v-15db8e00]:last-child{width:15%}li.day a[data-v-15db8e00]{border-bottom:1px solid #dadada}li.day a.is-active-tab[data-v-15db8e00]{border-bottom:1px solid transparent}li.day .status[data-v-15db8e00]{border-radius:6px;height:12px;margin-top:-6px;position:absolute;right:1rem;top:50%;width:12px}td[data-v-15db8e00]{cursor:default}.lists-table th span[data-v-15db8e00]{font-style:italic;font-weight:300}.invicible[data-v-15db8e00]{background-color:transparent;cursor:auto}.button-save[data-v-15db8e00],.button-warning[data-v-15db8e00]{padding-right:12px}.button-warning[data-v-15db8e00]{background-color:#ffeded;border:1px dashed #f3c2c2;color:#c57c7c;cursor:default;pointer-events:none}.button-today[data-v-15db8e00]{background-color:#e0e0e0;color:#434343;margin-left:1rem;padding-right:12px}.button-today[data-v-15db8e00]:hover{background-color:#cacaca}.department-divider[data-v-15db8e00]{padding:0!important;width:100%}.department-name[data-v-15db8e00]{margin-left:1rem}.department-background[data-v-15db8e00]{opacity:.2}.department-background[data-v-15db8e00],.department-stroke[data-v-15db8e00]{height:100%;left:0;position:absolute;top:0;width:100%}.circle-color[data-v-15db8e00]{background:#ec008c;border-radius:50%;height:12px;right:20px;width:12px}.circle-color[data-v-15db8e00],.department-checkbox[data-v-15db8e00]{position:absolute;top:50%;transform:translateY(-50%)}.department-checkbox-name[data-v-15db8e00]{cursor:pointer;margin-left:20px}.time-cont[data-v-15db8e00]{display:flex;position:relative;transition:background-color .2s linear}.time-cont.is-illegal[data-v-15db8e00]{background:#fed7d7}.time-cont.is-illegal i.fa-exclamation-triangle[data-v-15db8e00]{color:var(--color-danger)}#sidebar-departments[data-v-15db8e00]{background-color:#fff;border-left:1px solid #dadada;font-size:.9rem;overflow:scroll;width:0}#sidebar-departments .sidebar-title[data-v-15db8e00]{display:block;padding:1rem 2rem 0}#sidebar-departments ul[data-v-15db8e00]{padding:.5rem 0;width:100%}#sidebar-departments ul li[data-v-15db8e00]{padding:.3rem 2rem;transition:background-color .3s ease;white-space:nowrap}#sidebar-departments ul li[data-v-15db8e00]:hover{background-color:#ececec;cursor:pointer}.template-container[data-v-15db8e00]{display:flex;flex:1;flex-direction:row}.search-field[data-v-15db8e00]{margin:1rem 2rem 0;position:relative}.search-field .icon[data-v-15db8e00]{color:#dadada;margin-top:5px;opacity:0;position:absolute;right:10px;top:0;transition:all .3s ease}.search-field .icon.sidebar-open[data-v-15db8e00]{opacity:1}.search-field input[data-v-15db8e00]{border:1px solid #ddd;border-radius:.25rem;color:#616161;display:block;font-size:.8rem;height:2rem;outline:none;padding-left:.5rem;padding-right:36px;width:100%}.button-list[data-v-15db8e00]{background-color:#959595;margin:0 0 0 1rem;padding:0 36px 0 12px}.button-list.sidebar-open[data-v-15db8e00],.button-list[data-v-15db8e00]:hover{background-color:#4e4e4e}.warning_svg[data-v-15db8e00]{height:20px!important;left:20px;position:absolute;top:-15px;width:20px!important}.availability-limitation-icon[data-v-15db8e00]{color:#8a8a8b;margin-left:2px;transform:translateY(1px)}.clock-icon .tooltip[data-v-15db8e00]{margin-top:1rem;transform:translateX(-50%)}.table-hours-content td.name[data-v-15db8e00],.table-hours-content th.name[data-v-15db8e00]{width:35%}.table-hours-content td.paid-hours[data-v-15db8e00],.table-hours-content td.planned-hours[data-v-15db8e00],.table-hours-content th.paid-hours[data-v-15db8e00],.table-hours-content th.planned-hours[data-v-15db8e00]{width:25%}.table-hours-content td.placement-type[data-v-15db8e00],.table-hours-content th.placement-type[data-v-15db8e00]{width:15%}.table-hours-clocked-content td.name[data-v-15db8e00],.table-hours-clocked-content th.name[data-v-15db8e00]{width:30%}.table-hours-clocked-content td.clocked-hours[data-v-15db8e00],.table-hours-clocked-content td.paid-hours[data-v-15db8e00],.table-hours-clocked-content td.planned-hours[data-v-15db8e00],.table-hours-clocked-content th.clocked-hours[data-v-15db8e00],.table-hours-clocked-content th.paid-hours[data-v-15db8e00],.table-hours-clocked-content th.planned-hours[data-v-15db8e00]{width:20%}.table-hours-clocked-content td.placement-type[data-v-15db8e00],.table-hours-clocked-content th.placement-type[data-v-15db8e00]{width:10%}.fa-mug-hot[data-v-15db8e00]{color:#6b6b6b}.fa-mug-hot.white[data-v-15db8e00]{color:#fff}
[data-v-1b7859a2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.input-title[data-v-1b7859a2]{color:#4a4a4a!important;pointer-events:none!important}.modal-content[data-v-1b7859a2]{display:flex;flex-direction:column}.columns[data-v-1b7859a2]{flex:1;margin:0;overflow:auto;padding:1.5rem 1rem 0}.columns .column[data-v-1b7859a2]{padding:0 1rem}.columns .column .user-row[data-v-1b7859a2]{display:block;width:100%}.margin-bottom[data-v-1b7859a2]{height:1.5rem;width:100%}
:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}#SendNotification .multiselect__tag{transform:translate(5px,5px)}
[data-v-66d577ec]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.slide-out-header-info[data-v-66d577ec]{height:3.3rem}.slide-out-header-info__header[data-v-66d577ec]{color:#b1b1b1;font-size:.8rem;font-weight:600;text-transform:uppercase}.vertical-divider[data-v-66d577ec]{border-left:2px solid #bdbebe;padding-left:1rem}
[data-v-7e532bf8]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.table-head[data-v-7e532bf8]{font-size:.8rem;line-height:1.2rem;vertical-align:middle}.icon[data-v-7e532bf8]{height:.5rem;margin-right:.5rem;width:auto}.highlighted[data-v-7e532bf8]{color:#ec008c;font-style:italic}.table[data-v-7e532bf8]{width:100%}section.lists-table table tbody tr td[data-v-7e532bf8]{line-height:1.5rem;padding-bottom:.5rem;padding-top:.5rem}.hour-overview__header[data-v-7e532bf8]{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between}.table-container[data-v-7e532bf8]{flex:unset!important;gap:2rem;height:30vh;overflow-y:scroll!important}.half-height .table-container[data-v-7e532bf8]{height:15vh}.week-circle[data-v-7e532bf8]{-webkit-touch-callout:none;background-color:#e6e6e6;border-radius:1rem;cursor:pointer;float:left;font-size:.8rem;height:1.4rem;line-height:1.4rem;margin-top:1px;position:relative;text-align:center;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1.4rem}.week-circle[data-v-7e532bf8]:hover{background-color:#d4d4d4;color:#000;opacity:1}.week-circle img[data-v-7e532bf8]{display:inline;height:.6rem;margin-top:.4rem}.week-circle img.prev[data-v-7e532bf8]{margin-right:1px}.week-circle img.next[data-v-7e532bf8]{margin-left:3px}.department[data-v-7e532bf8]{position:relative}.department-divider[data-v-7e532bf8]{width:100%}.department-name[data-v-7e532bf8]{margin-left:1rem}.department-background[data-v-7e532bf8]{opacity:.2}.department-background[data-v-7e532bf8],.department-stroke[data-v-7e532bf8]{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.department-totals[data-v-7e532bf8]{background-color:#f9f9f9}.department-spacer[data-v-7e532bf8]{height:2rem}.overall-totals[data-v-7e532bf8]{border-bottom:none!important;border-top:2px solid #b1b1b1}.checkbox-correction[data-v-7e532bf8]{margin-top:-3px;vertical-align:middle}.weight-medium[data-v-7e532bf8]{font-weight:500}.dummy-indicator[data-v-7e532bf8]{color:#ec028c;font-size:.6rem;font-weight:600;height:2rem;letter-spacing:.7px;margin-left:5px;text-transform:uppercase}.half-height .collapse-icon__down[data-v-7e532bf8]{transform:translate(calc(-50% + .25rem),calc(-50% - 1.35rem)) rotate(225deg) scale(1)!important;transform-origin:center}.half-height .collapse-icon__up[data-v-7e532bf8]{transform:translate(calc(-50% - .25rem),calc(-50% + 1.5rem)) rotate(225deg) scale(1)!important;transform-origin:center}.actions-container[data-v-7e532bf8]{display:flex;flex-wrap:nowrap;justify-content:space-between;position:relative}.actions-container>div[data-v-7e532bf8]{align-items:center;display:flex;flex-wrap:nowrap;gap:.5rem}.actions-container .collapse-icon[data-v-7e532bf8]{height:2.5rem;margin:0;padding:0;position:relative;width:2.5rem}.actions-container .collapse-icon__down[data-v-7e532bf8],.actions-container .collapse-icon__up[data-v-7e532bf8]{font-size:.75rem;left:50%;position:absolute;top:50%}.actions-container .collapse-icon__down[data-v-7e532bf8]{transform:translate(calc(-50% - .05rem),calc(-50% - .2rem)) rotate(45deg);transform-origin:bottom right}.actions-container .collapse-icon__up[data-v-7e532bf8]{transform:translate(calc(-50% + .05rem),calc(-50% + .2rem)) rotate(45deg);transform-origin:top left}.actions-container .button-refresh[data-v-7e532bf8]{margin:0;padding:0 12px}
[data-v-eec40794]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.availability-title[data-v-eec40794]{margin-bottom:1rem;margin-left:1rem;width:100%}.table-header[data-v-eec40794]{background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100}.table-wrapper[data-v-eec40794]{max-height:100%;padding-bottom:2rem!important}.full-height[data-v-eec40794]{height:53vh}.half-height[data-v-eec40794]{height:38vh}.week-day[data-v-eec40794]{text-align:center}.week-day__date[data-v-eec40794]{font-size:.9rem;font-weight:300;margin-top:.25rem}.columns[data-v-eec40794]{flex:1;margin:0;padding:0 1rem 1rem}.columns[data-v-eec40794]:not(.top-bar){overflow-y:scroll}.columns .column[data-v-eec40794]{padding:0 1rem}.columns .column .info[data-v-eec40794]{font-size:.8rem}td[data-v-eec40794]{border-bottom:none;padding:8px;position:relative;text-align:center;z-index:auto}table[data-v-eec40794]{margin-bottom:0}table td[data-v-eec40794]:not(:first-child){border-bottom:2px solid #f3f3f3;border-left:2px solid #f3f3f3;border-right:2px solid #f3f3f3;text-align:center}td[data-v-eec40794]:first-child{border-bottom:2px solid #f3f3f3;padding-left:10px;text-align:left;transition:all .2s linear}thead[data-v-eec40794]{font-weight:600;line-height:1rem;padding-top:0}thead td[data-v-eec40794]{border-bottom:none!important}tr:hover>td[data-v-eec40794]:first-child{background-color:#e0e0e0}.bg-not-available[data-v-eec40794]{background-color:#fc1b4e}.bg-not-available .customTooltip[data-v-eec40794]{background-color:#bd133a}.bg-available[data-v-eec40794]{background-color:#27cb4e}.bg-available .customTooltip[data-v-eec40794]{background-color:#149834}.bg-placement[data-v-eec40794]{background-color:#fae15d}.bg-placement .customTooltip[data-v-eec40794]{background-color:#ceb844}.customTooltip[data-v-eec40794]{border-radius:3px;color:#fff;font-size:.8rem;left:50%;opacity:0;outline:none;padding:2px 8px;pointer-events:none;position:absolute;top:1rem;transform:translateX(-50%);transition:all .2s linear;visibility:hidden;white-space:nowrap;z-index:500}.customTooltip strong[data-v-eec40794]{color:#fff!important}.customTooltip *[data-v-eec40794]{display:inline}.bg-blanco[data-v-eec40794]{background-color:#dadada}.time-item[data-v-eec40794]{height:100%;position:absolute;top:0}.time-item:hover .customTooltip[data-v-eec40794]{opacity:1;visibility:visible}.leave-icon[data-v-eec40794]{left:calc(50% - 8px);position:absolute;top:calc(50% - 8px)}.leave-icon.pending-leave[data-v-eec40794]{color:#e0c263}.week-circle[data-v-eec40794]{-webkit-touch-callout:none;background-color:#e6e6e6;border-radius:1rem;cursor:pointer;float:left;font-size:.8rem;height:1.4rem;line-height:1.4rem;margin-top:1px;position:relative;text-align:center;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1.4rem}.week-circle[data-v-eec40794]:hover{background-color:#d4d4d4;color:#000;opacity:1}.week-circle img[data-v-eec40794]{display:inline;height:.6rem;margin-top:.4rem}.week-circle img.prev[data-v-eec40794]{margin-right:1px}.week-circle img.next[data-v-eec40794]{margin-left:3px}.half-height .collapse-icon__down[data-v-eec40794]{transform:translate(calc(-50% + .25rem),calc(-50% - 1.35rem)) rotate(225deg) scale(1)!important;transform-origin:center}.half-height .collapse-icon__up[data-v-eec40794]{transform:translate(calc(-50% - .25rem),calc(-50% + 1.5rem)) rotate(225deg) scale(1)!important;transform-origin:center}.actions[data-v-eec40794]{justify-content:space-between;position:relative}.actions[data-v-eec40794],.actions>div[data-v-eec40794]{display:flex;flex-wrap:nowrap}.actions>div[data-v-eec40794]{align-items:center;gap:.5rem}.actions .collapse-icon[data-v-eec40794]{height:2.5rem;margin:0;padding:0;position:relative;width:2.5rem}.actions .collapse-icon__down[data-v-eec40794],.actions .collapse-icon__up[data-v-eec40794]{font-size:.75rem;left:50%;position:absolute;top:50%}.actions .collapse-icon__down[data-v-eec40794]{transform:translate(calc(-50% - .05rem),calc(-50% - .2rem)) rotate(45deg);transform-origin:bottom right}.actions .collapse-icon__up[data-v-eec40794]{transform:translate(calc(-50% + .05rem),calc(-50% + .2rem)) rotate(45deg);transform-origin:top left}.availability-limitation-icon[data-v-eec40794]{color:#8a8a8b;margin-left:2px;transform:translateY(1px)}.filters[data-v-eec40794]{align-items:center;display:flex;gap:2rem!important;margin-left:auto;margin-right:20px;z-index:1000}.filters__label[data-v-eec40794]{white-space:nowrap}.filters .input-section[data-v-eec40794]{min-width:20rem}.department[data-v-eec40794]{position:relative}.department-divider[data-v-eec40794]{width:100%}.department-name[data-v-eec40794]{margin-left:1rem}.department-background[data-v-eec40794]{opacity:.2}.department-background[data-v-eec40794],.department-stroke[data-v-eec40794]{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.department-select-disabled[data-v-eec40794]{opacity:.75;pointer-events:none}.employee-wrap[data-v-eec40794]{display:flex;gap:.5rem;justify-content:space-between}.employee-wrap .availability-indicator[data-v-eec40794]{flex-shrink:0;white-space:nowrap}
[data-v-5b190c3c]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.overview-slide-out[data-v-5b190c3c]{background-color:#fff;bottom:0;box-shadow:0 0 12px 0 rgba(0,0,0,.24);left:50%;margin:0 auto;max-width:min(1450px + 3rem,100vw - 3rem);min-height:20rem;position:fixed;transform:translate(-50%,100%);transition:all .2s ease;width:100%;z-index:10}.overview-slide-out--open[data-v-5b190c3c]{transform:translate(-50%)}.overview-slide-out--open .overview-slide-out__toggle[data-v-5b190c3c]{background-color:#fff}.overview-slide-out--open .overview-slide-out__toggle .icon[data-v-5b190c3c]{color:unset;transform:rotate(-180deg)}.overview-slide-out--open .overview-slide-out__tabs[data-v-5b190c3c]{display:flex}.overview-slide-out__tab[data-v-5b190c3c]{background-color:#dadada;border:1px solid #c5c5c5;color:#737373;font-size:.9rem;font-weight:500;padding:.75rem 2rem}.overview-slide-out__tab[data-v-5b190c3c]:first-of-type{border-top-left-radius:6px}.overview-slide-out__tab[data-v-5b190c3c]:last-of-type{border-top-right-radius:6px}.overview-slide-out__tab--active[data-v-5b190c3c]{background-color:#fff;border-bottom:1px solid #fff;color:#363636}.overview-slide-out__tabs[data-v-5b190c3c],.overview-slide-out__toggle[data-v-5b190c3c]{border-radius:6px 6px 0 0;bottom:100%;box-shadow:0 0 12px 0 rgba(0,0,0,.24);cursor:pointer;position:absolute}.overview-slide-out__tabs[data-v-5b190c3c]:after,.overview-slide-out__tabs[data-v-5b190c3c]:before,.overview-slide-out__toggle[data-v-5b190c3c]:after,.overview-slide-out__toggle[data-v-5b190c3c]:before{background-color:#fff;bottom:-1rem;content:"";height:1rem;position:absolute;width:100%}.overview-slide-out__tabs[data-v-5b190c3c]:after,.overview-slide-out__toggle[data-v-5b190c3c]:after{left:0}.overview-slide-out__tabs[data-v-5b190c3c]{display:none;flex-wrap:nowrap;left:0}.overview-slide-out__tabs[data-v-5b190c3c]:before{right:-1rem}.overview-slide-out__toggle[data-v-5b190c3c]{background-color:#ec008c;padding:.75rem 2rem;right:0}.overview-slide-out__toggle[data-v-5b190c3c]:before{left:-1rem}.overview-slide-out__toggle .icon[data-v-5b190c3c]{color:#fff;transform:rotate(0deg);transition:all .2s ease}.overview-slide-out__body[data-v-5b190c3c]{padding:1rem}
[data-v-09459e5a]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}i[data-v-09459e5a]{color:#bebebe}
[data-v-7b2c8cf9]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content[data-v-7b2c8cf9]{display:flex;flex-direction:column}.flex-container[data-v-7b2c8cf9]{overflow-y:auto;padding-bottom:1.5rem}.columns[data-v-7b2c8cf9]{margin:.5rem auto}.columns[data-v-7b2c8cf9],.columns .column[data-v-7b2c8cf9]{padding:0 1rem}.columns .column .info[data-v-7b2c8cf9]{font-size:.8rem}.positioned[data-v-7b2c8cf9]{background:#e0e0e0;border:1px solid #d8d8d8;border-radius:4px;font-size:.9rem;padding-top:37px;position:relative}.flex-col[data-v-7b2c8cf9]{flex-direction:column;padding:0 1.5rem}.flex-col span[data-v-7b2c8cf9]{font-size:.9rem;font-weight:500;padding:.75rem 0;width:100%}.warning[data-v-7b2c8cf9]{background-color:#fffae1;border:1px dashed #e0c262;font-size:.9rem;margin-top:1.5rem;padding:1rem}.warning.error[data-v-7b2c8cf9]{background-color:#ffeded;border:1px dashed #f3c2c2}.warning label[data-v-7b2c8cf9]{cursor:pointer}.warning label input[data-v-7b2c8cf9]{margin-right:.3rem}.warning .bold[data-v-7b2c8cf9]{color:#bd9c33;display:block;font-weight:500;margin:.7rem 0}.limit-height[data-v-7b2c8cf9]{border-radius:4px;height:209px;overflow-y:auto}.limit-height .week-table[data-v-7b2c8cf9]{border-spacing:0;width:100%}.limit-height .week-table td+td[data-v-7b2c8cf9]{border-left:1px solid #efefef}.limit-height .week-table td[data-v-7b2c8cf9],.limit-height .week-table th[data-v-7b2c8cf9]{background:#fff;border-bottom:1px solid #efefef;color:#4a4a4a;padding:10px 1rem}.limit-height .week-table td input[data-v-7b2c8cf9],.limit-height .week-table th input[data-v-7b2c8cf9]{margin-right:.5rem}.limit-height .week-table th[data-v-7b2c8cf9]{border:none;color:transparent;height:0;line-height:0;padding-bottom:0;padding-top:0;white-space:nowrap}.limit-height .week-table th div[data-v-7b2c8cf9]{background:transparent;color:#4a4a4a;font-weight:500;line-height:normal;margin-left:-25px;padding:9px 25px;position:absolute;top:0}.limit-height .week-table th:first-child div[data-v-7b2c8cf9]{border:none}.limit-height .week-table tr:hover td[data-v-7b2c8cf9]{background-color:#dce9ff;cursor:pointer}.limit-height .week-table tr.selected td[data-v-7b2c8cf9]{background-color:#edf4ff}.limit-height .week-table tr:last-child td[data-v-7b2c8cf9]{border-bottom:none}.limit-height .week-table tr.disabled td[data-v-7b2c8cf9]{background-color:#f3f3f3;color:#cacaca;pointer-events:none}.input-title[data-v-7b2c8cf9]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.conflicts-info[data-v-7b2c8cf9]{padding-top:1rem}.conflicts-info p[data-v-7b2c8cf9]{font-size:.9rem;margin-bottom:.875rem}.conflicts-info ul[data-v-7b2c8cf9]{font-size:.9rem;list-style-type:"-"}.conflicts-info ul li[data-v-7b2c8cf9]{padding-left:.5rem}
[data-v-cc2e9cd4]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.modal-content[data-v-cc2e9cd4]{display:flex;flex-direction:column}.flex-container[data-v-cc2e9cd4]{overflow-y:auto;padding-bottom:1.5rem}.columns[data-v-cc2e9cd4]{margin:.5rem auto}.columns[data-v-cc2e9cd4],.columns .column[data-v-cc2e9cd4]{padding:0 1rem}.columns .column .info[data-v-cc2e9cd4]{font-size:.8rem}.positioned[data-v-cc2e9cd4]{background:#e0e0e0;border:1px solid #d8d8d8;border-radius:4px;font-size:.9rem;padding-top:37px;position:relative}.flex-col[data-v-cc2e9cd4]{flex-direction:column;padding:0 1.5rem}.flex-col span[data-v-cc2e9cd4]{font-size:.9rem;font-weight:500;padding:.75rem 0;width:100%}.warning[data-v-cc2e9cd4]{background-color:#fffae1;border:1px dashed #e0c262;font-size:.9rem;margin-top:1.5rem;padding:1rem}.warning.error[data-v-cc2e9cd4]{background-color:#ffeded;border:1px dashed #f3c2c2}.warning label[data-v-cc2e9cd4]{cursor:pointer}.warning label input[data-v-cc2e9cd4]{margin-right:.3rem}.warning .bold[data-v-cc2e9cd4]{color:#bd9c33;display:block;font-weight:500;margin:.7rem 0}.limit-height[data-v-cc2e9cd4]{border-radius:4px;height:209px;overflow-y:auto}.limit-height .week-table[data-v-cc2e9cd4]{border-spacing:0;width:100%}.limit-height .week-table td+td[data-v-cc2e9cd4]{border-left:1px solid #efefef}.limit-height .week-table td[data-v-cc2e9cd4],.limit-height .week-table th[data-v-cc2e9cd4]{background:#fff;border-bottom:1px solid #efefef;color:#4a4a4a;padding:10px 1rem}.limit-height .week-table td input[data-v-cc2e9cd4],.limit-height .week-table th input[data-v-cc2e9cd4]{margin-right:.5rem}.limit-height .week-table th[data-v-cc2e9cd4]{border:none;color:transparent;height:0;line-height:0;padding-bottom:0;padding-top:0;white-space:nowrap}.limit-height .week-table th div[data-v-cc2e9cd4]{background:transparent;color:#4a4a4a;font-weight:500;line-height:normal;margin-left:-25px;padding:9px 25px;position:absolute;top:0}.limit-height .week-table th:first-child div[data-v-cc2e9cd4]{border:none}.limit-height .week-table tr:hover td[data-v-cc2e9cd4]{background-color:#dce9ff;cursor:pointer}.limit-height .week-table tr.selected td[data-v-cc2e9cd4]{background-color:#edf4ff}.limit-height .week-table tr:last-child td[data-v-cc2e9cd4]{border-bottom:none}.limit-height .week-table tr.disabled td[data-v-cc2e9cd4]{background-color:#f3f3f3;color:#cacaca;pointer-events:none}.input-title[data-v-cc2e9cd4]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.conflicts-info[data-v-cc2e9cd4]{padding-top:1rem}.conflicts-info p[data-v-cc2e9cd4]{font-size:.9rem;margin-bottom:.875rem}.conflicts-info ul[data-v-cc2e9cd4]{font-size:.9rem;list-style-type:"-"}.conflicts-info ul li[data-v-cc2e9cd4]{padding-left:.5rem}.selectedWeek[data-v-cc2e9cd4]{flex:auto;font-size:.9rem;font-weight:700;margin-top:1rem;text-align:center}
[data-v-8a4303be]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.exchange-request-select[data-v-8a4303be]{display:inline-block}.exchange-request-select__list[data-v-8a4303be]{-webkit-animation:popin-8a4303be .2s ease forwards;animation:popin-8a4303be .2s ease forwards;background-color:#000;border-radius:.5rem;bottom:calc(100% + .25rem);left:0;padding:.25rem;position:absolute;width:100%;z-index:1}.exchange-request-select__list__item[data-v-8a4303be]{border-radius:.25rem;cursor:pointer;padding:.25rem .75rem;transition:all .2s ease}.exchange-request-select__list__item[data-v-8a4303be]:hover{background-color:#777}.exchange-request-select__icon[data-v-8a4303be]{filter:grayscale(100%) brightness(200%);height:auto;margin-right:.5rem;width:1.25rem}.exchange-request-select__icon--small[data-v-8a4303be]{width:1rem}@-webkit-keyframes popin-8a4303be{0%{opacity:0;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes popin-8a4303be{0%{opacity:0;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}
[data-v-247b7a68]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.weather-info[data-v-247b7a68]{margin-bottom:.5rem;min-height:1.5rem}.weather-info img[data-v-247b7a68]{height:1.5rem;width:1.5rem}.weather-info.in-table[data-v-247b7a68],.weather-info.inline[data-v-247b7a68]{margin:0;min-height:0}.weather-info.in-table span[data-v-247b7a68],.weather-info.inline span[data-v-247b7a68]{align-items:center;display:flex;gap:.25rem}.weather-info.in-table .spinner-loading[data-v-247b7a68],.weather-info.inline .spinner-loading[data-v-247b7a68]{color:#fff}.weather-info.inline[data-v-247b7a68]{display:inline-flex;line-height:1}.weather-info.inline img[data-v-247b7a68]{height:1rem;width:1rem}.fade-leave-active[data-v-247b7a68]{position:absolute}.spinner-loading[data-v-247b7a68]{color:var(--color-primary)}
[data-v-5e114dd2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.availability-limitation-icon[data-v-5e114dd2]{color:#fff;margin-left:2px;transform:translateY(1px)}.month-container[data-v-5e114dd2]{background-color:#fff;font-size:.9rem;padding-bottom:3rem;width:100%}.month-container .week-container[data-v-5e114dd2]{border:1px solid #ddd;border-radius:4px;margin:1rem .5rem;padding:.5rem;width:calc(100% - 1rem)}.month-container .week-container .week-titlebar[data-v-5e114dd2]{background-color:#8a8a8a;color:#fff;display:flex;line-height:2rem;width:100%}.month-container .week-container .week-titlebar .day-title[data-v-5e114dd2]{align-items:center;display:flex;flex:1;flex-wrap:wrap;gap:.125rem .5rem;line-height:1.4;min-width:0;padding:.5rem;position:relative}.month-container .week-container .week-titlebar .day-title .day-name[data-v-5e114dd2]{font-weight:500}.month-container .week-container .week-titlebar .day-title .exchange-request-select[data-v-5e114dd2]{margin-left:.5rem;vertical-align:middle}.month-container .week-container .week-content[data-v-5e114dd2]{width:100%}.month-container .week-container .week-content .no-departments[data-v-5e114dd2]{color:#9a9a9a;display:block;font-size:.9rem;font-style:italic;line-height:3rem;margin:20px 0;text-align:center;width:100%}.month-container .week-container .week-content .department-titlebar[data-v-5e114dd2]{line-height:2rem;padding:0 1rem;width:100%}.month-container .week-container .week-content .department-titlebar .department-name[data-v-5e114dd2]{font-weight:500}.month-container .week-container .week-content .department-content[data-v-5e114dd2]{align-items:flex-start;display:flex;width:100%}.month-container .week-container .week-content .department-content .department-day-content[data-v-5e114dd2]{flex:1;margin:0 .25rem;min-width:0}.month-container .week-container .week-content .department-content .department-day-content .placement-wrapper[data-v-5e114dd2]{position:relative}.month-container .week-container .week-content .department-content .department-day-content .placement-wrapper .placement[data-v-5e114dd2]{border-radius:5px;border-style:solid;border-width:1px;cursor:pointer;line-height:1.6rem;margin:.2rem 0;overflow:hidden;padding:0 .05rem 0 .2rem;text-overflow:ellipsis;white-space:nowrap}.month-container .week-container .week-content .department-content .department-day-content .placement-wrapper .placement[data-v-5e114dd2]:hover{background-color:#ececec!important}.month-container .week-container .week-content .department-content .department-day-content .placement-wrapper .placement .time[data-v-5e114dd2]{font-size:.8rem;letter-spacing:-.6px;line-height:.8rem;margin-left:14px;padding-left:.2rem}.month-container .week-container .week-content .department-content .department-day-content .placement-wrapper .placement .employee-name[data-v-5e114dd2]{font-weight:300;padding-left:.5rem}.month-container .week-container .week-content .department-content .department-day-content .placement-wrapper .placement .employee-name[data-v-5e114dd2]:hover{color:#ec008c;cursor:pointer}.month-container .week-container .week-content .department-content .department-day-content .placement-wrapper .placement .employee-name:hover .delete-icon[data-v-5e114dd2]{cursor:pointer;display:block}.month-container .week-container .week-content .department-content .department-day-content .placement-wrapper .placement .employee-name:hover~.tooltip[data-v-5e114dd2]{-webkit-animation:fadeindelayed .6s;animation:fadeindelayed .6s;-webkit-animation:fadeInDelayed .6s;animation:fadeInDelayed .6s;display:block;position:absolute}.month-container .week-container .week-content .department-content .department-day-content .placement-wrapper .placement .add-employee[data-v-5e114dd2]{color:#cfa62d;font-weight:500;padding-left:.5rem;transition:color .2s linear}.month-container .week-container .week-content .department-content .department-day-content .placement-wrapper .placement .add-employee[data-v-5e114dd2]:hover{color:#b18d23;cursor:pointer}.month-container .week-container .week-content .department-content .department-day-content .placement-wrapper .placement .status-indicator[data-v-5e114dd2]{background-color:#e0c263;border-radius:5px;display:inline-block;height:10px;width:10px}.month-container .week-container .week-content .department-content .department-day-content .placement-wrapper .placement .status-indicator.green[data-v-5e114dd2]{background-color:#8abd81}.work-icon[data-v-5e114dd2]{display:inline-block;position:absolute;width:14px}.work-icon[data-v-5e114dd2],.work-icon img[data-v-5e114dd2]{height:1.6rem}.work-icon:hover .tooltip[data-v-5e114dd2]{-webkit-animation:fadeindelayed .6s;animation:fadeindelayed .6s;-webkit-animation:fadeInDelayed .6s;animation:fadeInDelayed .6s;display:block}.placement-dropdown[data-v-5e114dd2]{width:100%}.registration-count[data-v-5e114dd2]{background-color:#e3c874;border:none;border-radius:4px;color:#fff;font-weight:600;height:1.6rem;outline:none;width:100%}.select[data-v-5e114dd2]{cursor:pointer;height:1rem;margin-right:.25rem;margin-top:2px;opacity:.5;padding:0 .125rem;width:auto}.select[data-v-5e114dd2]:hover{opacity:1}.select.reject[data-v-5e114dd2]{height:.9rem}.invisible[data-v-5e114dd2]{opacity:0}.small-icon[data-v-5e114dd2]{font-size:.7rem;margin-top:-2px;vertical-align:middle}
[data-v-5e114dd2]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.month-container .vue-simple-context-menu[data-v-5e114dd2]{background-color:#f3f3f3;border:1px solid #dadada}.month-container .vue-simple-context-menu__item[data-v-5e114dd2]:hover{background-color:#ffe6f5;color:unset}.toggle-department-collapse-btn[data-v-5e114dd2],.toggle-week-collapse-btn[data-v-5e114dd2]{background:none;border:none;cursor:pointer;padding:.25rem .5rem}.toggle-department-collapse-btn i[data-v-5e114dd2],.toggle-week-collapse-btn i[data-v-5e114dd2]{transform:rotate(-90deg);transition:transform .3s}.toggle-department-collapse-btn.open i[data-v-5e114dd2],.toggle-week-collapse-btn.open i[data-v-5e114dd2]{transform:none}.toggle-department-collapse-btn[data-v-5e114dd2]:hover,.toggle-week-collapse-btn[data-v-5e114dd2]:hover{background:rgba(0,0,0,.1)}.toggle-department-collapse-btn[data-v-5e114dd2]:active,.toggle-week-collapse-btn[data-v-5e114dd2]:active{background:rgba(0,0,0,.3)}.toggle-week-collapse-btn[data-v-5e114dd2]{margin:.5rem .25rem}.grid-collapse-wrap[data-v-5e114dd2]{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s ease-in-out;transition:grid-template-rows .5s ease-in-out,-ms-grid-rows .5s ease-in-out}.grid-collapse-wrap.open[data-v-5e114dd2]{grid-template-rows:1fr}.grid-collapse-wrap .grid-collapse-content[data-v-5e114dd2]{min-width:0;overflow:hidden}.grid-collapse-wrap .grid-collapse-content.overflow-visible[data-v-5e114dd2]{overflow:visible}@media (prefers-reduced-motion){.grid-collapse-wrap[data-v-5e114dd2]{transition:none}}.break-time-indicator[data-v-5e114dd2]{font-size:75%}
[data-v-56b9a7be]:root{--font-weight-medium:500;--color-primary:#ec008c;--color-danger:#d66a6a;--color-success:#8abd81;--color-warning:#e0c263;--gray-100:#f3f3f3;--gray-150:#efefef;--gray-200:#ececec;--gray-250:#ebedef;--gray-275:#e6e6e6;--gray-300:#dadada;--gray-350:#d2d2d2;--gray-400:#c5c5c5;--gray-450:#b1b1b1;--gray-600:#737373;--gray-650:#616161;--gray-700:#5c5c5c;--gray-750:#525252;--gray-800:#474747;--gray-900:#232323;--gray-1000:#191919}.icon-only-dropdown .dropdown-content[data-v-56b9a7be]{align-items:center;display:flex;flex-direction:column;min-width:unset;overflow:visible;padding:.25rem 0;width:auto}.icon-only-dropdown .dropdown-item.icon-only[data-v-56b9a7be]{align-items:center;display:flex;height:40px;justify-content:center;padding:0;position:relative;width:64px}.icon-only-dropdown .dropdown-item.is-active[data-v-56b9a7be]{background-color:#f0f0f0}.icon-only-dropdown .tooltip[data-v-56b9a7be]{pointer-events:none;z-index:50}.icon-only-dropdown .button-add .icon[data-v-56b9a7be],.icon-only-dropdown .button-today .icon[data-v-56b9a7be]{align-items:center;display:inline-flex;justify-content:center;line-height:1;width:1.5rem}.icon-only-dropdown img.icon[data-v-56b9a7be]{height:1.1rem;margin-bottom:.2rem;vertical-align:middle}.icon-only-dropdown .icon .fa.fa-caret-down[data-v-56b9a7be],.icon-only-dropdown .icon i.fa-caret-down[data-v-56b9a7be]{font-size:.75rem;line-height:1}.dropdown-content button.dropdown-item[data-v-56b9a7be]{background:none;border:none;color:inherit;cursor:pointer;font:inherit;margin:0;padding:.375rem 1rem;text-align:left;width:100%}.dropdown-content button.dropdown-item[data-v-56b9a7be]:focus,.dropdown-content button.dropdown-item[data-v-56b9a7be]:hover{background-color:#f5f5f5;color:#0a0a0a;outline:none}button.dropdown-item.icon-only .icon[data-v-56b9a7be]{pointer-events:none}.hour-detail[data-v-56b9a7be]{border-right:1px solid #ececec;font-size:.9rem;line-height:2rem;padding-left:calc(2rem + 12px);padding-right:1rem;position:relative}.hour-detail[data-v-56b9a7be]:first-child{padding-left:calc(1rem + 12px)}.hour-detail:first-child .status[data-v-56b9a7be]{left:0}.hour-detail[data-v-56b9a7be]:last-child{border-right:0;padding-right:0}.hour-detail .status[data-v-56b9a7be]{border-radius:6px;height:12px;left:1rem;margin-top:-7px;position:absolute;top:50%;width:12px}.divider[data-v-56b9a7be]{border-right:1px solid #e0e0e0;display:inline-block;height:40px;margin:0 1rem 0 0;vertical-align:middle}.edit-target[data-v-56b9a7be]{cursor:pointer;margin-left:.5rem}.slide-out-spacer[data-v-56b9a7be]{padding-bottom:0;transition:all .2s ease}.slide-out-spacer--open[data-v-56b9a7be]{padding-bottom:calc(var(--height) + 7rem)}.availability-limitation-icon[data-v-56b9a7be]{color:#8a8a8b;margin-left:2px;transform:translateY(1px)}.availability-limitation-icon--white[data-v-56b9a7be]{color:#fff}.exchange-icon-header[data-v-56b9a7be]{filter:brightness(0);opacity:.2}.exchange-icon[data-v-56b9a7be]{margin-left:.5rem;max-width:20px;vertical-align:middle}.has-tooltip:hover .tooltip[data-v-56b9a7be]{display:block}.dummy-indicator[data-v-56b9a7be]{color:#ec028c;font-size:.6rem;font-weight:600;height:2rem;letter-spacing:.7px;margin-left:5px;text-transform:uppercase}.all_filled[data-v-56b9a7be]{background:#8abd81}.search-field[data-v-56b9a7be]{margin:1rem 2rem 0;position:relative}.search-field .icon[data-v-56b9a7be]{color:#dadada;margin-top:5px;opacity:0;position:absolute;right:10px;top:0;transition:all .3s ease}.search-field .icon.sidebar-open[data-v-56b9a7be]{opacity:1}.search-field input[data-v-56b9a7be]{border:1px solid #ddd;border-radius:.25rem;color:#616161;display:block;font-size:.8rem;height:2rem;outline:none;padding-left:.5rem;padding-right:36px;width:100%}#sidebar-users[data-v-56b9a7be]{background-color:#fff;border-left:1px solid #dadada;font-size:.9rem;overflow:scroll;width:0}#sidebar-users .sidebar-title[data-v-56b9a7be]{display:block;padding:1rem 2rem 0}#sidebar-users ul[data-v-56b9a7be]{padding:.5rem 0;width:100%}#sidebar-users ul li[data-v-56b9a7be]{padding:.3rem 2rem;transition:background-color .3s ease;white-space:nowrap}#sidebar-users ul li[data-v-56b9a7be]:hover{background-color:#ececec;cursor:pointer}#sidebar-departments[data-v-56b9a7be]{background-color:#fff;border-left:1px solid #dadada;font-size:.9rem;overflow:scroll;width:0}#sidebar-departments .sidebar-title[data-v-56b9a7be]{display:block;padding:1rem 2rem 0}#sidebar-departments ul[data-v-56b9a7be]{padding:.5rem 0;width:100%}#sidebar-departments ul li[data-v-56b9a7be]{padding:.3rem 2rem;transition:background-color .3s ease;white-space:nowrap}#sidebar-departments ul li[data-v-56b9a7be]:hover{background-color:#ececec;cursor:pointer}.template-container[data-v-56b9a7be]{display:flex;flex:1;flex-direction:row}.lasttab a[data-v-56b9a7be]{border-radius:0 10px 0 0;border-right:none}.button-list[data-v-56b9a7be]{background-color:#959595;padding:0 36px 0 12px}.button-list.sidebar-open[data-v-56b9a7be],.button-list[data-v-56b9a7be]:hover{background-color:#4e4e4e}.dropdown-menu[data-v-56b9a7be]{bottom:0;left:auto!important;min-width:0!important;padding-top:0;white-space:nowrap;width:auto}.dropdown-menu .dropdown-content[data-v-56b9a7be]{background-color:#fff;border:1px solid #ececec;box-shadow:none!important;padding:.3rem 0}.pink-button[data-v-56b9a7be]{background-color:#ec008c!important;color:#fff!important}.pink-button[data-v-56b9a7be]:hover{background-color:#be236c}.availability-button[data-v-56b9a7be]{background-color:#ec008c;margin:1rem 2rem 0!important;padding:0;width:calc(100% - 4rem)}.availability-button[data-v-56b9a7be]:hover{background-color:#cf1987}.notesInput[data-v-56b9a7be]{background-color:transparent;display:none}.groupTitle[data-v-56b9a7be],.notesStatic[data-v-56b9a7be]{cursor:text;line-height:1.5rem}.notesStatic[data-v-56b9a7be]:hover{color:#ec008c}.noplacement[data-v-56b9a7be]{color:#9a9a9a;display:block;font-size:.9rem;font-style:italic;line-height:3rem;margin-top:20px;text-align:center;width:100%}.noplacement span[data-v-56b9a7be]{color:#ec008c}.noplacement span[data-v-56b9a7be]:hover{cursor:pointer;text-decoration:underline}.planboard-table tbody tr td input[data-v-56b9a7be]{border:0;color:#363636;font-family:Roboto,sans-serif;font-size:.9rem;font-weight:300;line-height:3rem;outline:none;padding:0;width:100%}.planboard-table tbody tr td input[data-v-56b9a7be]:focus{background:linear-gradient(90deg,#fff4fb 80%,hsla(0,0%,100%,0));border-left:3px solid #ec008c;padding-left:1rem}.planboard-table tbody tr td .employee-name[data-v-56b9a7be]{padding-right:2.2rem;position:relative}.planboard-table tbody tr td .employee-name__body[data-v-56b9a7be]{align-items:center;display:inline-flex;flex-wrap:nowrap}.planboard-table tbody tr td .employee-name[data-v-56b9a7be]:hover{color:#ec008c}.planboard-table tbody tr td .employee-name:hover .delete-icon[data-v-56b9a7be]{cursor:pointer;display:block}.planboard-table tbody tr td .employee-name .swap-employee-button[data-v-56b9a7be]{display:none;position:absolute;right:calc(100% + .25rem);top:50%;transform:translateY(-50%)}.planboard-table tbody tr td .dummy-name[data-v-56b9a7be]{padding-right:2.2rem;position:relative}.planboard-table tbody tr td .dummy-name:hover .delete-icon[data-v-56b9a7be]{cursor:pointer;display:block}.planboard-table tbody tr td .add-employee[data-v-56b9a7be]{color:#cfa62d;font-weight:500;padding-left:1.2rem;position:relative;transition:color .2s linear}.planboard-table tbody tr td .add-employee .time-indicator[data-v-56b9a7be]{left:0!important}.planboard-table tbody tr td .add-employee[data-v-56b9a7be]:hover{color:#b18d23;cursor:pointer}.planboard-table tbody tr:hover .employee-name .swap-employee-button[data-v-56b9a7be]{display:block}.planboard-table tbody tr:hover .placement-time-wrap:not(.editing) .button-text[data-v-56b9a7be]{display:inline}.footer-container[data-v-56b9a7be]{bottom:0;padding-left:2rem;padding-right:2rem;position:fixed;width:100%}.footer-container .level[data-v-56b9a7be]{background-color:#474747;border-bottom:none;border-top:1px solid #828282;color:#fff;font-size:.7rem;margin:0 auto;max-width:1450px;padding:0 1rem 0 0!important}.footer-container .level .level-right .stat-item[data-v-56b9a7be]{margin-left:20px}.month-footer[data-v-56b9a7be]{max-width:unset!important}.weight-bold[data-v-56b9a7be]{font-weight:500}.switch-week[data-v-56b9a7be]{font-size:.9rem;height:3rem;line-height:1.3rem;margin-left:1rem;padding:.3rem 0 .2rem;text-align:left;width:auto}.menu-cirle[data-v-56b9a7be]{background-color:transparent!important;margin-top:-1rem;top:50%}.menu-cirle[data-v-56b9a7be]:hover{background-color:#f3f3f3!important}.menu-cirle .week-dropdown-menu[data-v-56b9a7be]{background-color:#fff;border:1px solid #e9e9e9;border-top-color:#fff;display:none;left:auto;position:absolute;right:0;text-align:right;top:calc(100% + .5rem);z-index:2000}.menu-cirle .week-dropdown-menu.yellow-bg[data-v-56b9a7be]{background-color:#fffcf1;border-top-color:#fffcf1}.menu-cirle .week-dropdown-menu ul li[data-v-56b9a7be]{line-height:2rem;padding:0 1rem}.menu-cirle .week-dropdown-menu ul li[data-v-56b9a7be]:hover{background-color:#f3f3f3}.menu-cirle .week-dropdown-menu ul li[data-v-56b9a7be]:not(:first-child){border-top:1px solid #e9e9e9}.week-circle[data-v-56b9a7be]{-webkit-touch-callout:none;background-color:#e6e6e6;border-radius:1rem;cursor:pointer;font-size:.8rem;height:2rem;line-height:2rem;margin-right:1rem;padding-top:1px;position:relative;text-align:center;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:2rem}.week-circle.week-number[data-v-56b9a7be]{opacity:.7}.week-circle[data-v-56b9a7be]:hover{background-color:#d4d4d4;color:#000;opacity:1}.week-circle .select-year[data-v-56b9a7be]{font-weight:500;height:36px;line-height:36px;margin-top:19px}.week-circle .select-week[data-v-56b9a7be],.week-circle .select-year[data-v-56b9a7be]{background-color:#f3f3f3;border:1px solid #dadada;display:none;left:-150%;position:absolute;width:400%;z-index:30}.week-circle .select-week[data-v-56b9a7be]{border-top:0;height:280px;line-height:20px;margin-top:56px;overflow:scroll;top:100%}.week-circle .select-week ul li .week-item[data-v-56b9a7be]{padding:8px 0;transition:all .2s ease-in-out}.week-circle .select-week ul li .week-item[data-v-56b9a7be]:hover{background-color:#ffe6f5}.week-circle .select-week ul li .week-item.currentWeek[data-v-56b9a7be]{background-color:#ec008c;color:#fff}.week-circle .published[data-v-56b9a7be]{background-color:#ec008c;border-radius:8px;bottom:-2px;height:12px;line-height:12px;position:absolute;right:-5px;width:12px}.week-circle .published img[data-v-56b9a7be]{height:6px;margin-top:3px}.week-circle .published.from-top[data-v-56b9a7be]{right:-5px!important;top:-1px!important}.week-circle .published.yellow[data-v-56b9a7be]{background-color:#e0c261}.week-circle .published.red[data-v-56b9a7be]{background-color:#d66a6a}.week-circle.complete[data-v-56b9a7be]{background-color:#8abd81;color:#fff;font-weight:500}.week-circle.complete[data-v-56b9a7be]:hover{background-color:#6e9e65}.week-circle.active[data-v-56b9a7be]{border-radius:1.3rem;cursor:default;font-size:.9rem;height:2.6rem;line-height:2.6rem;width:2.6rem}.week-circle.active.current[data-v-56b9a7be]{position:relative}.week-circle.active.current[data-v-56b9a7be]:hover{background-color:#e6e6e6}.week-circle.current[data-v-56b9a7be]{box-shadow:0 0 0 3px #ec008c;opacity:1;position:relative}.week-circle.current .published[data-v-56b9a7be]{background-color:#ec008c;border-radius:10px;bottom:-5px;height:18px;line-height:20px;position:absolute;right:-6px;width:18px}.week-circle.current .published.from-top[data-v-56b9a7be]{top:-5px!important}.week-circle.current .published.yellow[data-v-56b9a7be]{background-color:#e0c261}.week-circle.current .published.red[data-v-56b9a7be]{background-color:#d66a6a}.week-circle.current .published img[data-v-56b9a7be]{height:10px;margin-top:5px}.week-circle img[data-v-56b9a7be]{display:inline;height:.8rem;margin-top:.6rem}.week-circle img.ys-prev[data-v-56b9a7be]{float:left;height:100%;margin:0;padding:8px;transition:all .2s ease-in-out}.week-circle img.ys-prev[data-v-56b9a7be]:hover{background-color:#ffe6f5}.week-circle img.ys-next[data-v-56b9a7be]{float:right;height:100%;margin:0;padding:8px;transition:all .2s ease-in-out}.week-circle img.ys-next[data-v-56b9a7be]:hover{background-color:#ffe6f5}.week-circle img.prev[data-v-56b9a7be]{margin-right:1px}.week-circle img.next[data-v-56b9a7be]{margin-left:3px}.week-circle img.select[data-v-56b9a7be]{height:100%;margin:0 0 0 1px;padding:10px 8px 8px;width:100%}.padding-half-rem[data-v-56b9a7be]{padding:1rem}.padding-half-rem .hour-detail[data-v-56b9a7be]{border-right:1px solid #ececec;font-size:.9rem;line-height:2rem;padding-left:calc(2rem + 12px);padding-right:1rem;position:relative}.padding-half-rem .hour-detail[data-v-56b9a7be]:first-child{padding-left:calc(1rem + 12px)}.padding-half-rem .hour-detail:first-child .status[data-v-56b9a7be]{left:0}.padding-half-rem .hour-detail[data-v-56b9a7be]:last-child{border-right:0;padding-right:0}.padding-half-rem .hour-detail .status[data-v-56b9a7be]{border-radius:6px;height:12px;left:1rem;margin-top:-7px;position:absolute;top:50%;width:12px}.time-cont[data-v-56b9a7be]{display:flex;position:relative;transition:background-color .2s linear}.time-cont.hidden[data-v-56b9a7be]{display:none}.time-cont[data-v-56b9a7be]:hover{background-color:transparent!important}.time-cont.no-employee[data-v-56b9a7be]:hover{background-color:#f2f2f2!important}.time-cont.no-employee td[data-v-56b9a7be]:nth-child(3){color:#909090;font-style:italic}.time-cont.no-employee .time-indicator[data-v-56b9a7be]{background-color:#e0c263}.time-cont.employee[data-v-56b9a7be]{background-color:rgba(138,189,129,.24)}.time-cont.employee[data-v-56b9a7be]:hover{background-color:rgba(138,189,129,.38)!important}.time-cont.employee .time-indicator[data-v-56b9a7be]{background-color:#e0c263}.time-cont .time-indicator[data-v-56b9a7be]{background-color:#8abd81;border-radius:6px;height:12px;left:0;margin-top:-7px;position:absolute;top:50%;width:12px}.is-italic[data-v-56b9a7be]{font-style:italic}.red[data-v-56b9a7be]{background-color:#d66a6a}.yellow[data-v-56b9a7be]{background-color:#e0c263}.green[data-v-56b9a7be]{background-color:#8abd81}.grey[data-v-56b9a7be]{background-color:#e0e0e0}.button-danger[data-v-56b9a7be]{background-color:#d66a6a;color:#fff;line-height:20px;margin-right:1rem;padding-right:12px}.button-danger[data-v-56b9a7be]:hover{background-color:#be5151}.button-today[data-v-56b9a7be]{background-color:#e0e0e0;color:#434343;line-height:20px;margin-right:1rem;padding-right:12px}.button-today[data-v-56b9a7be]:hover{background-color:#cacaca}.low-button[data-v-56b9a7be]{font-size:12px!important;height:2rem!important;line-height:1rem!important}.low-button .is-text[data-v-56b9a7be]{font-size:.9rem;line-height:2rem;margin-right:.2rem}.button-notes[data-v-56b9a7be]{margin-left:0;margin-right:1rem}.placement-status[data-v-56b9a7be]{border-radius:5px;color:#fff;display:block;float:left;font-size:.8rem;font-style:italic;font-weight:500;height:1.8rem;line-height:1.8rem;margin-top:.6rem;padding:1px .5rem 0}.work-total[data-v-56b9a7be]{border-right:1px solid #565656;color:#a5a5a5;font-size:.7rem;font-weight:500;line-height:2.5rem;padding:0 1rem;position:relative}.work-total:hover .tooltip[data-v-56b9a7be]{-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}.work-total[data-v-56b9a7be]:not(:first-child){padding-left:1rem}.work-icon[data-v-56b9a7be]{display:flex;float:left;height:100%;height:3rem;justify-content:center;line-height:3rem;margin-right:.6rem;position:relative;width:18px}.work-icon:hover .tooltip[data-v-56b9a7be]{-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}.work-icon.placement[data-v-56b9a7be]{margin-right:1.4rem}.delete-icon[data-v-56b9a7be]{display:none;justify-content:center;margin-right:.6rem;margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.delete-icon[data-v-56b9a7be]:hover{transform:rotate(5deg)}.delete-icon:hover .tooltip[data-v-56b9a7be]{-webkit-animation:fadeIn .3s;animation:fadeIn .3s;display:block}.delete-icon.placement[data-v-56b9a7be]{margin-left:1rem}.toggler[data-v-56b9a7be]:hover{background-color:#e2e2e2}li.day[data-v-56b9a7be]{position:relative;width:14%}li.day[data-v-56b9a7be]:first-child,li.day[data-v-56b9a7be]:last-child{width:15%}li.day a[data-v-56b9a7be]{border-bottom:1px solid #dadada}li.day a.is-active-tab[data-v-56b9a7be]{border-bottom:1px solid transparent}li.day .status[data-v-56b9a7be]{border-radius:6px;height:12px;margin-top:-6px;position:absolute;right:1rem;top:64%;width:12px}.day__published[data-v-56b9a7be]{cursor:pointer;position:absolute;right:2.5rem;top:64%;transform:translateY(-50%)}.day__publishable[data-v-56b9a7be]{opacity:0;pointer-events:none}.day__header:hover .day__publishable[data-v-56b9a7be]{opacity:.4;pointer-events:unset}td[data-v-56b9a7be]{cursor:default}.button-container[data-v-56b9a7be]{margin-left:0!important}.weekselect-container[data-v-56b9a7be]{margin-right:0!important}.edit-button[data-v-56b9a7be]{cursor:pointer}.registration-count[data-v-56b9a7be]{background-color:#e3c874;border:none;border-radius:4px;color:#fff;font-weight:600;height:1.6rem;outline:none;width:1.6rem;width:100%}.is-hoverable[data-v-56b9a7be]{width:100%}.is-hoverable[data-v-56b9a7be]:hover:after,.is-hoverable[data-v-56b9a7be]:hover:before{display:block}.is-hoverable[data-v-56b9a7be]:after,.is-hoverable[data-v-56b9a7be]:before{border:solid transparent;bottom:-1px;content:" ";display:none;height:0;left:50%;pointer-events:none;position:absolute;width:0}.is-hoverable[data-v-56b9a7be]:after{border-color:hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff;border-width:10px;margin-left:-17px;z-index:40}.is-hoverable[data-v-56b9a7be]:before{border-color:hsla(0,0%,93%,0) hsla(0,0%,93%,0) #ececec;border-width:11px;margin-left:-18px}.dropdown-trigger[data-v-56b9a7be]{width:100%}.dropdown-item[data-v-56b9a7be]{padding-left:4.6rem}.dropdown-item p[data-v-56b9a7be]{padding:.2rem .4rem}.dropdown-item p[data-v-56b9a7be]:hover{background-color:#e6e6e6;border-radius:4px}.dropdown-item p .select[data-v-56b9a7be]{cursor:pointer;height:1rem;margin-right:.8rem;margin-top:2px;opacity:.5;padding:0 .5rem;position:absolute;width:2rem}.dropdown-item p .select[data-v-56b9a7be]:hover{opacity:1}.dropdown-item p .select.reject[data-v-56b9a7be]{height:.9rem;left:.5rem;margin-top:4px}.dropdown-item p .select.accept[data-v-56b9a7be]{left:2.5rem}.belongs-to-group[data-v-56b9a7be]{border-top:none!important}.button-no-right-padding[data-v-56b9a7be]{padding-right:12px!important}.department-divider[data-v-56b9a7be]{padding:0!important;width:100%}.department__published[data-v-56b9a7be]{cursor:pointer;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%)}.department__publishable[data-v-56b9a7be]{opacity:0;pointer-events:none}.department-divider:hover .department__publishable[data-v-56b9a7be]{opacity:.4;pointer-events:unset}.department-name[data-v-56b9a7be]{margin-left:.5rem}.department-name-strong[data-v-56b9a7be]{font-weight:500}.department-background[data-v-56b9a7be]{opacity:.2}.department-background[data-v-56b9a7be],.department-stroke[data-v-56b9a7be]{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.circle-color[data-v-56b9a7be]{background:#ec008c;border-radius:50%;height:12px;right:20px;width:12px}.circle-color[data-v-56b9a7be],.department-checkbox[data-v-56b9a7be]{position:absolute;top:50%;transform:translateY(-50%)}.department-checkbox-name[data-v-56b9a7be]{cursor:pointer;margin-left:20px}.warning_svg[data-v-56b9a7be]{height:20px!important;left:20px;position:absolute;top:-15px;width:20px!important}.button-merged-left[data-v-56b9a7be]{border-bottom-right-radius:0;border-top-right-radius:0;margin-right:0}.button-merged-center[data-v-56b9a7be]{border-radius:0;margin-left:0;margin-right:0}.button-merged-right[data-v-56b9a7be]{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:0}.active_planboard_view_button[data-v-56b9a7be]{color:#ec008c}.no-max-width[data-v-56b9a7be]{max-width:unset}.no-relative[data-v-56b9a7be]{position:unset}.input-title[data-v-56b9a7be]{font-size:.9rem;font-weight:550;padding:1rem 0 .5rem}.table-container[data-v-56b9a7be]{padding-bottom:3rem}.period-costs[data-v-56b9a7be]{margin-left:1.5rem}.toggle-department-collapse-btn[data-v-56b9a7be]{background:none;border:none;cursor:pointer;margin-left:.5rem;padding:.25rem .5rem}.toggle-department-collapse-btn i[data-v-56b9a7be]{transform:rotate(-90deg);transition:transform .3s}.toggle-department-collapse-btn.open i[data-v-56b9a7be]{transform:none}.toggle-department-collapse-btn[data-v-56b9a7be]:hover{background:rgba(0,0,0,.1)}.toggle-department-collapse-btn[data-v-56b9a7be]:active{background:rgba(0,0,0,.3)}.placement-time-wrap[data-v-56b9a7be]:not(.editing):hover{color:var(--color-primary);cursor:pointer}.placement-time-wrap .placement-time[data-v-56b9a7be]{position:relative}.placement-time-wrap .saving-wrap[data-v-56b9a7be]{align-items:center;background-color:rgba(236,0,140,.25);color:var(--color-primary);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.placement-time-wrap .edit-placement-time-button[data-v-56b9a7be]{display:none;left:calc(100% + .5rem);line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.placement-time-wrap .inputs-wrap[data-v-56b9a7be]{display:flex;flex-direction:column;gap:.5rem;line-height:1;padding:.5rem 0}.placement-time-wrap .inputs-wrap[data-v-56b9a7be] .input-title{padding-top:0}.placement-time-wrap .inputs-wrap .btns-wrap[data-v-56b9a7be]{display:flex;gap:.25rem}.placement-time-wrap .inputs-wrap .btns-wrap button[data-v-56b9a7be]{flex-grow:1}.break-time-indicator[data-v-56b9a7be]{letter-spacing:-.0325rem}.tabs[data-v-56b9a7be]{overflow:visible}
