@import"https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;600&display=swap";.navbar[data-v-f0ce092c]{background-color:#1e2139;height:100vh;display:flex;position:fixed;z-index:999;flex-direction:column;justify-content:space-between;border-radius:0 20px 20px 0;max-width:81px}@media (max-width: 768px){.navbar[data-v-f0ce092c]{max-width:100%;border-radius:0;height:100%;flex-direction:row;position:relative}}.navbar__logo-container[data-v-f0ce092c]{cursor:pointer;background-color:#7c5dfa;border-radius:0 20px 20px 0;padding:24px 32px}.navbar__items[data-v-f0ce092c]{display:flex;justify-content:center;flex-direction:column;align-items:center}@media (max-width: 768px){.navbar__items[data-v-f0ce092c]{flex-direction:row}}.navbar__separator[data-v-f0ce092c]{height:100%;border-left:1px solid #494e6e}.navbar__app-mode[data-v-f0ce092c]{cursor:pointer;margin:24px 32px}.navbar__avatar[data-v-f0ce092c]{margin:24px 32px;border-radius:50%;width:32px;height:32px}*,*:after,*:before{margin:0;padding:0;box-sizing:inherit}html{font-size:75%}.invoice-builder{display:flex}@media (max-width: 768px){.invoice-builder{display:block}}body{font-family:League Spartan,sans-serif;box-sizing:border-box;background-color:#f8f8fb;font-weight:400;line-height:1.7;color:#0c0e16;min-height:100vh;margin:0;width:100%}::selection{background-color:#7c5dfa;color:#fff}@media (min-width: 680px){.only-tablet-active{display:none}}@media (min-width: 480px){.only-mobile-active{display:none}}@media (max-width: 480px){.only-tab-active{display:none}}@media (max-width: 680px){.only-desktop-active{display:none}}.fixed-container{position:fixed;top:0;left:0;z-index:899;width:100%;height:100%;transition:opacity .3s ease;background:rgba(0,0,0,.5);display:table}.back-cta{display:flex;align-items:center;position:relative;gap:24px;left:0;transition:left .1s linear;cursor:pointer;font-weight:700}.back-cta:hover{left:-5px}.app-container{width:100%;margin:56px 48px 0 144px}@media (max-width: 768px){.app-container{margin:56px auto}}@media (max-width: 680px){.app-container{margin:0 auto}}.arrow-icon{rotate:180deg;display:inline}.main-button{border:none;cursor:pointer;background-color:#7c5dfa;border-radius:24px;color:#fff;padding:8px 16px 8px 8px;display:flex;justify-content:center;align-items:center;font-weight:700;gap:16px}.main-button:hover{background:#9277ff}@media (max-width: 680px){.main-button{gap:8px}}.main-button__icon-container{background-color:#fff;border-radius:50%;padding:10px;position:relative;width:32px;height:32px}.main-button__add-icon{width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width: 680px){.main-button__title{display:none}}@media (min-width: 680px){.main-button__title-mobile{display:none}}.action-btn{cursor:pointer;border:none;color:#7e88c3;border-radius:24px;padding:14px;font-weight:700;font-size:12px}.primary{background:#7c5dfa;color:#fff}.primary:hover{background:#9277ff}.secondary{background:#f9fafe;color:#7e88c3}.secondary:hover{background:#dfe3fa}.dark{background:#373b53;color:#888eb0}.dark:hover{background:#0c0e16}.danger{background:#ec5757;color:#fff}.danger:hover{background:#ff9797}.base-input{width:100%;border:1px solid #dfe3fa;border-radius:4px;padding:14px;font-weight:700}.base-input::placeholder{color:#0c0e16;font-weight:700;font-size:12px;opacity:.4;line-height:15px;letter-spacing:.3px}.base-input:focus{outline:none;border:1px solid #7c5dfa}.small-input{max-width:150px}.mini-input{max-width:50px}.price-input{max-width:100px}.mobile-input-full-block{flex:1 1 20%}@media (max-width: 680px){.mobile-input-full-block{flex:1 1 100%}}.input-item-full-block{flex:1 1 30%}@media (max-width: 680px){.input-item-full-block{flex:1 1 100%}}.input-item-block{flex:1 1 10%}@media (max-width: 680px){.input-item-block{flex:1 1 20%}}.mobile-input-block{flex:1 1 20%}@media (max-width: 680px){.mobile-input-block{flex:1 1 40%}}@media (max-width: 680px){.mobile-input{max-width:100%}}@media (max-width: 680px){.input-list-creator-description{max-width:100%}}.input-label{display:block;color:#7e88c3;margin-bottom:10px}.input-container{margin-bottom:24px}.paid{background-color:#33d69f0f;color:#33d69f}.pending{color:#ff8f00;background:rgba(255,143,0,.06)}.draft{background:rgba(55,59,83,.06);color:#373b53}.invoice-funnel{position:fixed;top:0;left:0;height:100%;width:100%;transform:translate(-200%);transition:.5s cubic-bezier(.77,.2,.05,1);z-index:101}.invoice-funnel__container{height:100%;width:200%;display:flex;justify-content:center;overflow-y:auto;overflow-x:hidden;position:relative;z-index:101}.invoice-funnel__wrapper{margin:0;position:absolute;content:"";height:100%;left:0%;width:25%;overflow-y:auto;transition:.5s cubic-bezier(.77,.2,.05,1);background-color:#fff;padding-bottom:16px}@media (max-width: 1080px){.invoice-funnel__wrapper{transform:translate(0);width:35%}}@media (max-width: 480px){.invoice-funnel__wrapper{transform:translate(0);width:50%}}.invoice-funnel__content{margin-left:81px;padding:32px}@media (max-width: 768px){.invoice-funnel__content{margin-top:81px;margin-left:0}}@media (max-width: 480px){.invoice-funnel__content{padding:32px 24px}}.invoice-funnel__overlay{display:block;content:"";position:absolute;right:50%;top:0;width:25%;height:100%;background:rgba(133,139,178,.61);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media (max-width: 1080px){.invoice-funnel__overlay{width:15%}}@media (max-width: 480px){.invoice-funnel__overlay{display:none}}.invoice-funnel__active{transform:translate(0)}.no-scroll{height:100%;width:100%;top:0;left:0;overflow:hidden;overscroll-behavior:none;touch-action:none;-webkit-overflow-scrolling:none}.mobile-only-flex{display:flex}@media (max-width: 680px){.mobile-only-flex{display:none!important}}.dropdown__wrapper[data-v-aed3d524]{display:flex;justify-content:center;align-items:center;position:relative;gap:16px;font-weight:700}.dropdown__actions[data-v-aed3d524]{cursor:pointer;display:flex;align-items:center;gap:8px}.dropdown__icon-right[data-v-aed3d524]{transition:transform .1s linear;transform:rotate(0)}.dropdown__icon-bottom[data-v-aed3d524]{transition:transform .1s linear;transform:rotate(-90deg)}.dropdown__filter[data-v-aed3d524]{cursor:pointer;position:absolute;z-index:2;padding:24px;width:200px;display:flex;flex-direction:column;justify-content:center;gap:16px;background-color:#fff;box-shadow:0 10px 20px #48549f40;border-radius:8px;top:50%;left:50%;transform:translate(-50%,20%)}.dropdown__filter label[data-v-aed3d524]{margin-left:12px;text-align:center}.dropdown__filter div[data-v-aed3d524]{display:flex;align-items:center}.dropdown__filter input[data-v-aed3d524]{color:#dfe3fa;border:1px solid #7c5dfa}.v-enter-active[data-v-aed3d524],.v-leave-active[data-v-aed3d524]{transition:opacity .3s ease}.v-enter-from[data-v-aed3d524],.v-leave-to[data-v-aed3d524]{opacity:0}.header-section[data-v-e6dada0f]{display:flex;justify-content:space-between;max-width:730px;margin:0 auto}@media (max-width: 768px){.header-section[data-v-e6dada0f]{margin:0 48px;max-width:672px}}@media (max-width: 680px){.header-section[data-v-e6dada0f]{margin:32px 24px}}.header-section__title[data-v-e6dada0f]{font-size:32px}@media (max-width: 680px){.header-section__title[data-v-e6dada0f]{font-size:20px}}.header-section__subtitle[data-v-e6dada0f]{color:#888eb0}.header-section__actions[data-v-e6dada0f]{display:flex;align-items:center;gap:40px}@media (max-width: 680px){.header-section__actions[data-v-e6dada0f]{gap:12px}}.tag[data-v-8d299211]{width:100px;border-radius:6px;padding:14px 32px;display:flex;justify-content:center;align-items:center;gap:8px}.tag__name[data-v-8d299211]{text-transform:capitalize;font-weight:700}.invoice-item[data-v-58c1a4d9]{cursor:pointer;position:relative;right:0;transition:right linear .1s;width:100%;background-color:#fff;box-shadow:0 10px 10px -10px #48549f1a;display:flex;justify-content:space-between;align-items:center;padding:16px 28px;margin-block:24px;border-radius:8px;gap:32px}.invoice-item[data-v-58c1a4d9]:hover{right:-5px}@media (max-width: 768px){.invoice-item[data-v-58c1a4d9]{padding:16px 24px}}@media (max-width: 680px){.invoice-item[data-v-58c1a4d9]{padding:24px}}.invoice-item__info[data-v-58c1a4d9]{display:flex;justify-content:center;gap:24px;align-items:center}@media (max-width: 680px){.invoice-item__info[data-v-58c1a4d9]{gap:0;display:block}}.invoice-item__id[data-v-58c1a4d9]{font-weight:700}@media (max-width: 680px){.invoice-item__id[data-v-58c1a4d9]{margin-bottom:24px}}.invoice-item__creation[data-v-58c1a4d9],.invoice-item__owner[data-v-58c1a4d9]{color:#888eb0}@media (max-width: 680px){.invoice-item__owner[data-v-58c1a4d9]{display:none}}.invoice-item__owner-mobile[data-v-58c1a4d9]{color:#888eb0;margin-bottom:24px}@media (min-width: 680px){.invoice-item__owner-mobile[data-v-58c1a4d9]{display:none}}.invoice-item__actions[data-v-58c1a4d9]{display:flex;justify-content:center;gap:24px;align-items:center}@media (max-width: 680px){.invoice-item__actions[data-v-58c1a4d9]{display:block;text-align:center}}.invoice-item__price[data-v-58c1a4d9]{font-size:16px;font-weight:700}.invoices-list[data-v-b239fbf1]{max-width:730px;margin:56px auto}@media (max-width: 768px){.invoices-list[data-v-b239fbf1]{margin:56px 48px;max-width:672px}}@media (max-width: 680px){.invoices-list[data-v-b239fbf1]{margin:0 24px}}.billed-form__input-list[data-v-f5385d9c]{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:48px}.service-form__item-list-title[data-v-d1d070b8]{font-size:18px;font-weight:700;color:#777f98;margin-bottom:16px}.service-form__cta[data-v-d1d070b8]{width:100%}.service-form__input-list[data-v-d1d070b8]{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}.service-form__creation-wrapper[data-v-d1d070b8]{margin-bottom:40px}.service-form__price-sector[data-v-d1d070b8]{display:flex;align-items:center;gap:32px;height:50px}@media (max-width: 680px){.service-form__price-sector[data-v-d1d070b8]{justify-content:space-between}}.service-form__price-sector p[data-v-d1d070b8]{color:#888eb0}.service-form__price-sector img[data-v-d1d070b8]{width:12px;height:16px;cursor:pointer}@media (min-width: 480px){.invoice-creator__previous[data-v-44839129]{display:none}}.invoice-creator__title[data-v-44839129]{font-size:24px;margin-bottom:46px;margin-top:24px}.invoice-creator__subtitle[data-v-44839129]{color:#7c5dfa;font-weight:700;margin-bottom:24px}.invoice-creator__items-list button[data-v-44839129]{width:100%}.invoice-creator__actions[data-v-44839129]{margin-top:44px;display:flex;justify-content:center;gap:8px}.invoice-list-empty[data-v-796f45d2]{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.invoice-list-empty__container[data-v-796f45d2]{text-align:center}.invoices-list[data-v-03525421]{max-width:730px;margin:56px auto}@media (max-width: 768px){.invoices-list[data-v-03525421]{margin:56px 48px;max-width:672px}}@media (max-width: 680px){.invoices-list[data-v-03525421]{margin:0 24px}}.confirmation-modal__wrapper[data-v-7ed35535]{display:table-cell;vertical-align:middle}.confirmation-modal__container[data-v-7ed35535]{max-width:480px;padding:48px;position:relative;margin:0 auto;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000054;transition:all .3s ease}@media (max-width: 530px){.confirmation-modal__container[data-v-7ed35535]{margin:0 24px}}.confirmation-modal__title[data-v-7ed35535]{margin-bottom:12px;font-size:24px}.confirmation-modal__description[data-v-7ed35535]{color:#888eb0}.confirmation-modal__ctas[data-v-7ed35535]{margin-top:16px;display:flex;justify-content:flex-end;gap:8px}.modal-enter[data-v-7ed35535],.modal-leave-active[data-v-7ed35535]{opacity:0}.modal-enter .confirmation-modal__container[data-v-7ed35535],.modal-leave-active .confirmation-modal__container[data-v-7ed35535]{transform:scale(1.1)}.invoice-description__container[data-v-fe4e28e7]{margin-top:46px;background:#f9fafe;border-radius:8px 8px 0 0;padding:32px 32px 40px}@media (max-width: 480px){.invoice-description__container[data-v-fe4e28e7]{padding:24px}}.invoice-description__category-list[data-v-fe4e28e7]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;justify-content:center;margin-bottom:32px}@media (max-width: 480px){.invoice-description__category-list[data-v-fe4e28e7]{display:none}}.invoice-description__category-items[data-v-fe4e28e7]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;justify-content:end}.invoice-description__category-items[data-v-fe4e28e7]:not(:last-child){margin-bottom:32px}@media (max-width: 480px){.invoice-description__category-items[data-v-fe4e28e7]{margin-bottom:24px;grid-template-columns:1fr 1fr}}.invoice-description__subtitle[data-v-fe4e28e7]{color:#7e88c3}.invoice-description__title[data-v-fe4e28e7]{font-weight:700}.invoice-description__price-banner[data-v-fe4e28e7]{background:#373b53;display:flex;justify-content:space-between;align-items:center;color:#fff;border-radius:0 0 8px 8px;padding:32px 24px}.invoice-description__price[data-v-fe4e28e7]{font-size:24px}.invoice-details[data-v-09d640c6]{width:100%;margin:56px 48px 0 144px;padding:32px}@media (max-width: 768px){.invoice-details[data-v-09d640c6]{margin:0;padding:20px}}.invoice-details__header[data-v-09d640c6]{width:100%;background-color:#fff;box-shadow:0 10px 10px -10px #48549f1a;display:flex;justify-content:space-between;align-items:center;padding:16px 28px;margin-block:16px;border-radius:8px;gap:32px}@media (max-width: 680px){.invoice-details__header[data-v-09d640c6]{display:block}}.invoice-details button[data-v-09d640c6]:not(:last-child){margin-right:8px}.invoice-details__infos[data-v-09d640c6]{display:flex;align-items:center;gap:16px}@media (max-width: 680px){.invoice-details__infos[data-v-09d640c6]{justify-content:space-between}}.invoice-details__mobile-cta[data-v-09d640c6]{display:none}@media (max-width: 680px){.invoice-details__mobile-cta[data-v-09d640c6]{margin-top:32px;padding:24px;background:#fff;display:flex;justify-content:center;align-items:center}}.invoice-details__container[data-v-09d640c6]{background-color:#fff;box-shadow:0 10px 10px -10px #48549f1a;padding:48px;margin-block:24px;border-radius:8px;gap:32px}@media (max-width: 680px){.invoice-details__container[data-v-09d640c6]{padding:24px}}.invoice-details__main-infos[data-v-09d640c6]{display:flex;flex-wrap:wrap;justify-content:space-between}.invoice-details__client-details[data-v-09d640c6]{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:24px;gap:48px;max-width:560px}.invoice-details__client-block[data-v-09d640c6]{flex:1 1 75px}.invoice-details__title[data-v-09d640c6]{font-size:16px;font-weight:700}.invoice-details__subtitle[data-v-09d640c6]{color:#7e88c3}.invoice-details__address[data-v-09d640c6]{text-align:right;color:#7e88c3}@media (max-width: 480px){.invoice-details__address[data-v-09d640c6]{text-align:unset;flex:1 1 100%;margin-top:32px}}.billed-form__input-list[data-v-2914ebf3]{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:48px}.login-page[data-v-2914ebf3]{max-width:730px;margin:56px auto}.login-page__form[data-v-2914ebf3]{margin-top:32px}.login-page__container[data-v-2914ebf3]{max-width:374px;padding:16px;margin:0 auto}.header-section[data-v-2914ebf3]{display:flex;justify-content:space-between;max-width:730px}.header-section__title[data-v-2914ebf3]{font-size:32px}@media (max-width: 680px){.header-section__title[data-v-2914ebf3]{font-size:20px}}.header-section__subtitle[data-v-2914ebf3]{color:#888eb0}.header-section__actions[data-v-2914ebf3]{display:flex;align-items:center;gap:40px}@media (max-width: 680px){.header-section__actions[data-v-2914ebf3]{gap:12px}}.billed-form__input-list[data-v-8c69deb9]{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:48px}.login-page[data-v-8c69deb9]{max-width:730px;margin:56px auto}.login-page__form[data-v-8c69deb9]{margin-top:32px}.login-page__container[data-v-8c69deb9]{max-width:374px;padding:16px;margin:0 auto}.header-section[data-v-8c69deb9]{display:flex;justify-content:space-between;max-width:730px}.header-section__title[data-v-8c69deb9]{font-size:32px}@media (max-width: 680px){.header-section__title[data-v-8c69deb9]{font-size:20px}}.header-section__subtitle[data-v-8c69deb9]{color:#888eb0}.header-section__actions[data-v-8c69deb9]{display:flex;align-items:center;gap:40px}@media (max-width: 680px){.header-section__actions[data-v-8c69deb9]{gap:12px}}
