.icon{fill:currentColor;stroke:currentColor;color:inherit;display:block}.icon.reset-size{width:unset;height:unset}.icon.primary{stroke:rgb(var(--colors_gray_40))}.icon.neutral{stroke:rgb(var(--colors_white))}.dropdown-wrapper{position:relative}.dropdown-wrapper .trigger{cursor:pointer}.dropdown-wrapper .dropdown-options{z-index:20;background:rgba(var(--colors_white));border-radius:var(--radius_sm);max-height:250px;box-shadow:var(--shadow_border_hover);border:1px solid rgba(var(--colors_grey_218), .92);flex-direction:column;width:100%;min-width:max-content;max-width:min(100vw - 32px,100%);padding:.5rem;display:flex;position:absolute;overflow-y:auto}@supports not selector(::-webkit-scrollbar-thumb){.dropdown-wrapper .dropdown-options.scrollable{scrollbar-color:rgba(var(--colors_accent), .45) transparent;scrollbar-width:thin}}.dropdown-wrapper .dropdown-options.scrollable::-webkit-scrollbar{width:6px;height:6px;display:block}.dropdown-wrapper .dropdown-options.scrollable::-webkit-scrollbar-track{border-radius:var(--radius_round);background-color:#0000}.dropdown-wrapper .dropdown-options.scrollable::-webkit-scrollbar-thumb{background-color:rgba(var(--colors_accent), .35);border-radius:var(--radius_round)}.dropdown-wrapper .dropdown-options ul{flex-direction:column;gap:.125rem;width:100%;list-style:none;display:flex}.dropdown-wrapper .dropdown-options ul li button,.dropdown-wrapper .dropdown-options ul li a{color:rgb(var(--colors_black));background:unset;cursor:pointer;text-align:left;width:100%;line-height:1.35;font-size:var(--font_15);border-radius:var(--radius_xs);border:none;padding:.7rem .75rem;transition:background-color .2s,color .2s}.dropdown-wrapper .dropdown-options ul li button:hover,.dropdown-wrapper .dropdown-options ul li a:hover{background:rgba(var(--colors_bg_blue), .92)}.dropdown-overlay{z-index:18;background:rgba(var(--colors_white), .18);position:fixed;inset:0}.select-mask.svelte-1ek7ru2{z-index:3;border-right:1px solid rgba(var(--colors_grey_183), .3);position:absolute}.select-mask.svelte-1ek7ru2 .selected-value:where(.svelte-1ek7ru2){justify-content:space-between;align-items:center;gap:8px;width:60px;padding-right:10px;display:flex}.select-mask.svelte-1ek7ru2 .search-container:where(.svelte-1ek7ru2){background:rgb(var(--colors_white));padding:.5rem;position:sticky;top:0}.select-mask.svelte-1ek7ru2 .search-container:where(.svelte-1ek7ru2) input:where(.svelte-1ek7ru2){color:rgb(var(--colors_black))}.select-mask.svelte-1ek7ru2 input:where(.svelte-1ek7ru2){height:30px;font-size:var(--font_12);border:.5px solid rgb(var(--colors_grey_218));background-color:rgb(var(--colors_white));border-radius:3px;outline:none;width:100%;padding:.5rem;font-family:inherit;transition:unset}.select-mask.svelte-1ek7ru2 input:where(.svelte-1ek7ru2):focus{box-shadow:unset}.select-mask.svelte-1ek7ru2 input:where(.svelte-1ek7ru2)::placeholder{font-size:var(--font_12);font-family:inherit;font-weight:300}.input-area{border-radius:0;width:100%;height:max-content;position:relative}.input-area .show-password{z-index:3;color:rgb(var(--colors_gray_40));position:absolute;right:.75rem}.input-area.disabled{opacity:.8}.input-area .input-container{border-radius:0;flex-direction:column;justify-content:center;width:100%;display:flex;position:relative}.input-area .input-container input{width:100%;font-family:inherit}.input-area .input-container input.readonly{cursor:default;-webkit-user-select:none;user-select:none}.input-area .input-container input::placeholder{font-family:inherit}.input-area .input-container input[disabled]{cursor:not-allowed}.phone-wrapper{background:0 0;align-items:stretch;width:100%;display:flex;overflow:hidden}.country-select{background:0 0;align-items:center;width:15%;display:flex}.country-select select{width:100%;color:rgb(var(--colors_gray_40));cursor:pointer;background:0 0;border:none;outline:none;padding-right:4px;font-size:11px}.country-select .divider{background:rgba(var(--colors_accent), .3);width:1px;height:40%;margin-left:6px}.phone-input{background:0 0;border:none;outline:none;flex:1;padding:8px;font-size:14px}.phone-input::placeholder{color:rgba(var(--colors_gray_40), .7)}.default-input{flex-direction:column;gap:.45rem;display:flex}.default-input .input-area-label{text-align:start;color:rgb(var(--colors_gray_40));font-size:var(--font_14);line-height:1.4}.default-input .help-block{color:rgb(var(--colors_red));font-size:var(--font_12);margin-top:0;line-height:1.4;position:static}.default-input .input-container{width:100%;position:relative}.default-input input{border:1px solid rgba(var(--colors_grey_218), .92);border-radius:var(--radius_sm);width:100%;height:52px;font-size:var(--font_16);color:rgb(var(--colors_black));background:rgba(var(--colors_white), .7);box-shadow:var(--shadow_inner_soft);outline:none;padding:0 1rem;transition:border-color .2s,box-shadow .2s,background-color .2s,transform .2s}.default-input input.password-plugin{padding-right:3rem}.default-input input.mode-phone{padding-left:calc(1rem + 72px)}.default-input input:hover,.default-input input:focus,.default-input input:active{border-color:rgb(var(--colors_accent));box-shadow:var(--shadow_glow_accent), var(--shadow_inner_soft);background:rgba(var(--colors_white), .9);outline:none}.default-input input::placeholder{font-size:var(--font_16);color:rgba(var(--colors_gray_40), .86)}.default-input input.readonly{cursor:default}.default-input input.errored{border-color:rgb(var(--colors_red));box-shadow:0 0 0 4px rgba(var(--colors_red), .12)}.default-input input[disabled]{border-color:rgb(var(--colors_grey_218));color:rgb(var(--colors_gray_40));background:rgba(var(--colors_bg_grey), .7);cursor:not-allowed;box-shadow:none}.default-input input[disabled]:hover,.default-input input[disabled]:focus{border-color:rgb(var(--colors_grey_218));box-shadow:none}.default-input .show-password{color:rgb(var(--colors_gray_40));transition:color .2s;position:absolute;top:50%;right:.875rem;transform:translateY(-50%)}.default-input .show-password:hover{color:rgb(var(--colors_black))}.default-input.search-input input{border-radius:var(--radius_md);min-height:52px}.default-input.search-input-account input{border-color:rgb(var(--colors_grey_218));min-height:52px}.default-input.dark-input .input-area-label{display:none}.default-input.dark-input input{border:none;border-bottom:1px solid rgba(var(--colors_grey_183), .9);color:rgb(var(--colors_black));box-shadow:none;background:0 0;border-radius:0;padding-left:0}.default-input.dark-input input:hover,.default-input.dark-input input:focus,.default-input.dark-input input:active{border-color:rgb(var(--colors_accent));box-shadow:none}.checkbox-group{flex-direction:column;justify-content:center;gap:.45rem;display:flex;position:relative}.checkbox-group .help-block{color:rgb(var(--colors_red));font-size:var(--font_12);line-height:1.4;position:static}.checkbox-group .checkbox{cursor:pointer;color:rgb(var(--colors_black));align-items:center;gap:.75rem;display:inline-flex;position:relative}.checkbox-group .checkbox.readonly,.checkbox-group .checkbox.disabled{cursor:default;opacity:.72}.checkbox-group .checkbox.min{gap:.55rem}.checkbox-group .checkbox.min .checkbox-control{width:18px;min-width:18px;height:18px;min-height:18px}.checkbox-group .checkbox.min .checkbox-label{font-size:var(--font_14)}.checkbox-group .checkbox input{opacity:0;pointer-events:none;position:absolute;top:0}.checkbox-group .checkbox .checkbox-control{background:rgba(var(--colors_white), .82);border:1px solid rgb(var(--colors_grey_218));width:22px;min-width:22px;height:22px;min-height:22px;box-shadow:var(--shadow_inner_soft);border-radius:7px;justify-content:center;align-items:center;transition:background-color .2s,border-color .2s,box-shadow .2s;display:flex;position:relative}.checkbox-group .checkbox .checkbox-control:after{content:"";border-right:2px solid rgb(var(--colors_white));border-bottom:2px solid rgb(var(--colors_white));opacity:0;width:6px;height:10px;transition:opacity .2s;transform:rotate(45deg)translate(-1px,-1px)}.checkbox-group .checkbox .checkbox-input:checked~.checkbox-control{background:rgb(var(--colors_accent));border-color:rgb(var(--colors_accent));box-shadow:0 0 0 4px rgba(var(--colors_accent), .14)}.checkbox-group .checkbox .checkbox-input:checked~.checkbox-control:after{opacity:1}.checkbox-group .checkbox .checkbox-label{font-size:var(--font_15);color:inherit;line-height:1.45}.checkbox-group .checkbox.dark .checkbox-control,.checkbox-group .checkbox.light .checkbox-control,.checkbox-group .checkbox.default .checkbox-control,.checkbox-group .checkbox.settings-account .checkbox-control{background:rgba(var(--colors_white), .82)}.no-data{font-size:var(--font_16);font-weight:var(--font_weight_semibold);color:rgb(var(--colors_black));margin:0}.skeleton-td{color:#0000!important}.table-empty{border:1px solid rgba(var(--colors_grey_218), .92);border-radius:var(--radius_md);background:linear-gradient(180deg, rgba(var(--colors_white), .9), rgba(var(--colors_bg_grey), .92)), linear-gradient(135deg, rgba(var(--colors_accent), .04), rgba(var(--colors_bg_blue), .55));min-height:220px;box-shadow:var(--shadow_border_default);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;padding:2rem 1.5rem;display:flex}.table-empty__icon{background:rgba(var(--colors_bg_blue), .45);border:1px solid rgba(var(--colors_grey_218), .9);border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:inline-flex;position:relative}.table-empty__icon:before,.table-empty__icon:after,.table-empty__icon span{content:"";border-radius:var(--radius_round);background:rgb(var(--colors_accent));width:1.25rem;height:2px;position:absolute;left:50%;transform:translate(-50%)}.table-empty__icon:before{top:1.1rem}.table-empty__icon span{top:1.68rem}.table-empty__icon:after{top:2.26rem}.table-wrapper{width:100%;overflow-x:auto}.table-wrapper .table-component{border-collapse:separate;border-spacing:0;table-layout:auto;width:100%;color:rgb(var(--colors_black));font-size:var(--font_16);border-radius:var(--radius_md);border:1px solid rgba(var(--colors_grey_218), .92);background:rgba(var(--colors_white), .82);line-height:1.45;overflow:hidden}.table-wrapper .table-component.box-shadow{box-shadow:var(--shadow_border_default)}.table-wrapper .table-component tr th,.table-wrapper .table-component tr td{border-bottom:1px solid rgba(var(--colors_grey_218), .9)}.table-wrapper .table-component tr:last-child td{border-bottom:none}.table-wrapper .table-component>thead{background:rgba(var(--colors_bg_grey), .95)}.table-wrapper .table-component>thead th{font-weight:var(--font_weight_semibold);text-align:center;color:rgb(var(--colors_gray_40));background:rgba(var(--colors_bg_grey), .82);font-size:var(--font_12);letter-spacing:.05em;text-transform:uppercase;padding:1rem 1.15rem;transition:background-color .2s,color .2s}.table-wrapper .table-component>thead th.sortable{cursor:pointer}.table-wrapper .table-component>thead th.sortable:hover{background:rgba(var(--colors_bg_blue), .94);color:rgb(var(--colors_black))}.table-wrapper .table-component>thead th.sorted.asc:after{content:" ↓"}.table-wrapper .table-component>thead th.sorted.desc:after{content:" ↑"}.table-wrapper .table-component>tbody.stripped tr:nth-child(2n) td{background:rgba(var(--colors_bg_grey), .72)}.table-wrapper .table-component>tbody tr.order-row-cancelled td{background-color:rgba(var(--colors_status_red), .12)!important}.table-wrapper .table-component>tbody tr.order-row-completed td{background-color:rgba(var(--colors_status_green), .14)!important}.table-wrapper .table-component>tbody tr.order-row-pending-prepayment td{background-color:rgba(var(--colors_status_yellow), .18)!important}.table-wrapper .table-component>tbody td{background:rgba(var(--colors_white), .74);padding:1rem 1.15rem}.table-wrapper .table-component>tbody td.clickable{cursor:pointer}.table-wrapper .table-component>tbody td.underline{text-decoration:underline}.table-wrapper .table-component>tbody td.word-break{word-break:break-word}.table-wrapper .table-component>tbody tr:hover td{background:rgba(var(--colors_bg_blue), .6)}.table-wrapper.align-center .table-component td{text-align:center}.table-wrapper.nowrap .table-component th,.table-wrapper.nowrap .table-component td{white-space:nowrap}@media screen and (width<=768px){.table-wrapper.adaptive .table-component{box-shadow:none;background:0 0;border:none;flex-direction:column;display:flex}.table-wrapper.adaptive .table-component thead{display:none}.table-wrapper.adaptive .table-component tbody{flex-direction:column;gap:1rem;display:flex}.table-wrapper.adaptive .table-component tr{border:1px solid rgba(var(--colors_grey_218), .92);border-radius:var(--radius_md);background:rgba(var(--colors_white), .86);box-shadow:var(--shadow_border_default);flex-direction:column;display:flex;overflow:hidden}.table-wrapper.adaptive .table-component td{border-bottom:1px solid rgba(var(--colors_grey_218), .9);flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;padding:.95rem 1rem;display:flex;text-align:right!important}.table-wrapper.adaptive .table-component td:before{content:attr(data-name);text-transform:uppercase;text-align:left;font-size:var(--font_12);letter-spacing:.08em;color:rgb(var(--colors_gray_40))}.table-wrapper.adaptive .table-component td:last-child{border-bottom:none}}@media screen and (width<=560px){.table-wrapper.adaptive .table-component td{flex-direction:column;gap:.5rem;text-align:left!important}}.table-actions{flex-direction:row;justify-content:flex-end;align-items:center;gap:.5rem;width:100%;display:flex}@media screen and (width<=768px){.table-actions{justify-content:flex-start}}.table-actions button{background-color:rgba(var(--colors_white), .86);color:rgb(var(--colors_gray_40));cursor:pointer;border-radius:var(--radius_round);padding:.45rem;transition:transform .2s,color .2s,box-shadow .2s,background-color .2s}.table-actions button:hover{transform:translateY(-1px)}.table-actions button:active{transform:translateY(0)}.table-actions a{color:rgb(var(--colors_gray_40))}.select-area.svelte-8jh1tb{width:100%;height:max-content;position:relative}.select-area.svelte-8jh1tb li:where(.svelte-8jh1tb){width:100%}.select-area.svelte-8jh1tb .select-box:where(.svelte-8jh1tb){grid-template-columns:1fr auto;align-items:center;gap:.75rem;width:100%;display:grid}.select-area.svelte-8jh1tb .select-box:where(.svelte-8jh1tb) .selected-value-label:where(.svelte-8jh1tb){white-space:nowrap;text-align:left;max-width:100%;line-height:1.1;overflow:hidden}.select-area.svelte-8jh1tb .select-box.readonly:where(.svelte-8jh1tb){cursor:not-allowed}.select-area.svelte-8jh1tb .empty-options:where(.svelte-8jh1tb){padding:.75rem}.select-area{flex-direction:column;gap:.45rem;width:100%;display:flex}.select-area .select-area-label{font-size:var(--font_14);color:rgb(var(--colors_gray_40));line-height:1.4;display:inline-flex}.select-area .select-box{background:rgba(var(--colors_white), .76);border-radius:var(--radius_sm);height:52px;color:rgb(var(--colors_gray_40));cursor:pointer;box-shadow:var(--shadow_inner_soft);outline:none;justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex}.select-area .select-box svg{transition:rotate .3s}.select-area .select-box{border:1px solid rgba(var(--colors_grey_218), .92);transition:border-color .2s,color .2s,box-shadow .2s,border-radius 0s .2s}.select-area .select-box:hover{color:rgb(var(--colors_black));border-color:rgb(var(--colors_accent));box-shadow:var(--shadow_glow_accent)}.select-area .select-box.opened{color:rgb(var(--colors_black));border-color:rgb(var(--colors_accent));box-shadow:var(--shadow_glow_accent);border-bottom:unset;border-radius:var(--radius_sm) var(--radius_sm) 0 0}.select-area .select-box.opened svg{rotate:180deg}.select-area .select-box.readonly{cursor:not-allowed;color:rgb(var(--colors_gray_40));background:rgba(var(--colors_bg_grey), .72);box-shadow:none}.select-area .options{background:rgba(var(--colors_white));border-radius:0 0 var(--radius_sm) var(--radius_sm);z-index:12;box-shadow:var(--shadow_border_hover);padding:.6rem .6rem .75rem;overflow:hidden auto}.select-area .options::-webkit-scrollbar{width:6px;height:6px;display:block}.select-area .options::-webkit-scrollbar-track{border-radius:var(--radius_round);background-color:#0000}.select-area .options::-webkit-scrollbar-thumb{background-color:rgba(var(--colors_accent), .25);border-radius:var(--radius_round)}.select-area .options ul{flex-direction:column;align-items:flex-start;gap:.2rem;list-style:none;display:flex}.select-area .options ul li{width:100%}.select-area .options button{text-align:left;width:100%;font-size:var(--font_16);line-height:1.3;font-weight:var(--font_weight_regular);color:rgb(var(--colors_black));border-radius:var(--radius_xs);cursor:pointer;background:0 0;border:none;padding:.7rem .75rem;transition:background-color .2s,color .2s}.select-area .options button:hover{background:rgba(var(--colors_bg_blue), .96);color:rgb(var(--colors_black))}.select-area .options{border:1px solid rgba(var(--colors_grey_218), .95);border-top:none}.select-area .search-area{background:0 0;padding:.25rem .25rem .6rem;position:sticky;top:0}.select-area .search-area input{border:1px solid rgba(var(--colors_grey_218), .92);border-radius:var(--radius_xs);width:100%;min-height:40px;color:rgb(var(--colors_black));background:rgba(var(--colors_bg_grey), .86);outline:none;padding:0 .75rem;font-family:inherit}.select-area .search-area input::placeholder{color:rgb(var(--colors_gray_40))}.select-area .empty-options{color:rgb(var(--colors_gray_40));padding:.75rem}.select-area .trigger{width:100%}.design-textarea-container{flex-direction:column;gap:.45rem;display:flex}.design-textarea-container label{font-size:var(--font_14);color:rgb(var(--colors_gray_40));line-height:1.4;display:inline-flex}.design-textarea-container label.bold{font-weight:var(--font_weight_semibold)}.design-textarea-container .textarea-box{position:relative}.design-textarea-container textarea{border:1px solid rgba(var(--colors_grey_218), .92);border-radius:var(--radius_sm);width:100%;color:rgb(var(--colors_black));font-weight:var(--font_weight_regular);font-size:var(--font_16);resize:vertical;background:rgba(var(--colors_white), .76);box-shadow:var(--shadow_inner_soft);outline:none;padding:.9rem 1rem;line-height:1.55;transition:border-color .2s,box-shadow .2s,background-color .2s;position:relative}.design-textarea-container textarea.underline{border:none;border-bottom:1px solid rgba(var(--colors_accent), .5);box-shadow:none;background:0 0;border-radius:0;padding-inline:0}.design-textarea-container textarea::placeholder{font-size:var(--font_16);color:rgb(var(--colors_gray_40))}.design-textarea-container textarea.readonly{cursor:default}.design-textarea-container textarea:hover,.design-textarea-container textarea:focus,.design-textarea-container textarea:active{border-color:rgb(var(--colors_accent));box-shadow:var(--shadow_glow_accent)}.design-textarea-container textarea.underline:hover,.design-textarea-container textarea.underline:focus,.design-textarea-container textarea.underline:active{box-shadow:none}.design-textarea-container textarea.errored{border-color:rgb(var(--colors_red));box-shadow:0 0 0 4px rgba(var(--colors_red), .12)}.design-textarea-container textarea[disabled]{background:rgba(var(--colors_bg_grey), .7);color:rgb(var(--colors_gray_40));border-color:rgb(var(--colors_grey_218));box-shadow:none}.design-textarea-container .help-block{color:rgb(var(--colors_red));font-size:var(--font_12);line-height:1.4;position:static}.pagination-row{color:rgb(var(--colors_black));flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.pagination-row.dark{color:rgb(var(--colors_black))}.pagination-row.dark button.pagination-button.active,.pagination-row.dark button.pagination-button.prev,.pagination-row.dark button.pagination-button.first,.pagination-row.dark button.pagination-button.last,.pagination-row.dark button.pagination-button.next{color:rgb(var(--colors_gray_40))}.pagination-row.dark button.pagination-button.prev.activable,.pagination-row.dark button.pagination-button.first.activable,.pagination-row.dark button.pagination-button.last.activable,.pagination-row.dark button.pagination-button.next.activable{color:rgb(var(--colors_black))}.pagination-row.dark .select-box{border:1px solid rgba(var(--colors_grey_218), .92)}.pagination-row .select-box{background:rgba(var(--colors_white), .82);border:1px solid rgba(var(--colors_grey_218), .92);min-width:88px;height:40px;color:rgb(var(--colors_black));border-radius:var(--radius_sm);box-shadow:var(--shadow_border_default);align-items:center;gap:.25rem;padding:.55rem .75rem;display:flex}.pagination-row .select-box .val{font-size:var(--font_14);flex:1;justify-content:center;line-height:1;display:inline-flex}.pagination-row .select-box .icon{color:rgb(var(--colors_gray_40));display:inline-flex}.pagination-row .per-page-select ul li button{color:rgb(var(--colors_black))}.pagination-row button.pagination-button{cursor:pointer;border-radius:var(--radius_xs);background:0 0;border:none;min-height:32px;margin:0;padding:.35rem .45rem;line-height:1;transition:background-color .2s,color .2s}.pagination-row button.pagination-button.active{cursor:default;pointer-events:none;font-weight:var(--font_weight_semibold);background:rgba(var(--colors_bg_blue), .88)}.pagination-row button.pagination-button.prev,.pagination-row button.pagination-button.first,.pagination-row button.pagination-button.last,.pagination-row button.pagination-button.next{cursor:default;pointer-events:none;color:rgb(var(--colors_gray_40))}.pagination-row button.pagination-button.prev.activable,.pagination-row button.pagination-button.first.activable,.pagination-row button.pagination-button.last.activable,.pagination-row button.pagination-button.next.activable{color:rgb(var(--colors_black));pointer-events:all;cursor:pointer}.pagination-row button.pagination-button.prev.activable:hover,.pagination-row button.pagination-button.first.activable:hover,.pagination-row button.pagination-button.last.activable:hover,.pagination-row button.pagination-button.next.activable:hover{background:rgba(var(--colors_bg_blue), .88)}.pagination-row button.pagination-button.prev svg,.pagination-row button.pagination-button.first svg{rotate:180deg}.pagination-row button.pagination-button svg{stroke:currentColor;margin-top:-2px}.pagination-row .btn-container{display:none}.pagination-row .btn-container.show{display:block}.pagination-row .pages{align-items:center;gap:.5rem;display:flex}@media screen and (width<=768px){.pagination-row{justify-content:center;gap:.5rem}.pagination-row button.pagination-button.first,.pagination-row button.pagination-button.last{display:none}.pagination-row .pages{flex-wrap:wrap;order:3;justify-content:center;width:100%}.pagination-row .per-page-select{margin-left:auto}}.loading-container{justify-content:center;align-items:center;display:flex}.loading-spinner{box-sizing:border-box;border:4px solid;border-radius:50%;width:100%;height:100%;animation:1s linear infinite rotation;border-right-color:#0000!important}.loading-dots{justify-content:center;align-items:center;gap:8px;height:100%;display:flex}.loading-dots .dot{border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite dot-pulse}.loading-dots .dot:first-child{animation-delay:-.32s}.loading-dots .dot:nth-child(2){animation-delay:-.16s}@keyframes dot-pulse{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.loading-pulse{border-radius:50%;width:100%;height:100%;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.loading-bars{justify-content:center;align-items:center;gap:4px;height:100%;display:flex}.loading-bars .bar{width:6px;height:100%;animation:1.2s ease-in-out infinite bar-stretch}.loading-bars .bar:first-child{animation-delay:-.48s}.loading-bars .bar:nth-child(2){animation-delay:-.32s}.loading-bars .bar:nth-child(3){animation-delay:-.16s}@keyframes bar-stretch{0%,40%,to{transform:scaleY(.4)}20%{transform:scaleY(1)}}.select-area.svelte-1vsiber{width:100%;height:max-content;position:relative}.select-area.svelte-1vsiber .checkbox-area:where(.svelte-1vsiber){pointer-events:none}.select-area.svelte-1vsiber .selected-label-span:where(.svelte-1vsiber){margin-right:4px}.select-area.svelte-1vsiber .selected-label-span:where(.svelte-1vsiber):not(:last-child):after{content:", "}.select-area.svelte-1vsiber .select-box:where(.svelte-1vsiber){grid-template-columns:1fr auto;align-items:center;gap:.75rem;width:100%;display:grid}.select-area.svelte-1vsiber .select-box:where(.svelte-1vsiber) .selected-value-label:where(.svelte-1vsiber){white-space:nowrap;text-align:left;max-width:100%;line-height:1.1;overflow:hidden}.select-area.svelte-1vsiber .select-box.readonly:where(.svelte-1vsiber){cursor:not-allowed}.select-area.svelte-1vsiber .empty-options:where(.svelte-1vsiber){padding:.75rem}.select-area{flex-direction:column;gap:.45rem;display:flex}.select-area .multiple-select-area-label{font-size:var(--font_14);color:rgb(var(--colors_gray_40));line-height:1.4;display:inline-flex}.select-area .select-box{background:rgba(var(--colors_white), .76);border:1px solid rgba(var(--colors_grey_218), .92);width:100%;height:52px;font-size:var(--font_16);font-weight:var(--font_weight_regular);color:rgb(var(--colors_gray_40));border-radius:var(--radius_sm);box-shadow:var(--shadow_inner_soft);padding-inline:1rem .875rem;transition:border-color .2s,box-shadow .2s}.select-area .select-box.selected{color:rgb(var(--colors_black))}.select-area .select-box.errored{border-color:rgb(var(--colors_red));box-shadow:0 0 0 4px rgba(var(--colors_red), .12)}.select-area .select-box:hover{border-color:rgb(var(--colors_accent));box-shadow:var(--shadow_glow_accent), var(--shadow_inner_soft)}.select-area .help-block{color:rgb(var(--colors_red));font-size:var(--font_12);line-height:1.4;position:static}.wrapper{width:100%}.base-button{cursor:pointer;height:48px;font-size:var(--font_16);line-height:1;font-weight:var(--font_weight_semibold);border-radius:var(--radius_sm);border:1px solid rgba(var(--colors_grey_218), .92);box-shadow:var(--shadow_border_default);justify-content:center;align-items:center;gap:.625rem;padding:.875rem 1.25rem;text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s,border-color .2s,color .2s;display:inline-flex}.base-button:hover{box-shadow:var(--shadow_border_hover);transform:translateY(-1px)}.base-button:active{box-shadow:var(--shadow_border_click);transform:translateY(0)}.base-button:focus-visible{box-shadow:var(--shadow_glow_accent), var(--shadow_border_hover);outline:none}.base-button.fill{width:100%}.base-button[disabled]{cursor:not-allowed;filter:brightness(.8);box-shadow:none;transform:none}.base-button.default{background:linear-gradient(180deg, rgba(var(--colors_white), .94), rgba(var(--colors_bg_grey), .94));border-color:rgba(var(--colors_grey_218), .92);color:rgb(var(--colors_black))}.base-button.primary{border-color:rgba(var(--colors_accent), .9);background:rgba(var(--colors_accent));color:rgb(var(--colors_white))}.base-button.primary:hover{background:rgba(var(--colors_accent), .8)}.base-button.secondary{background:rgba(var(--colors_white), .8);border-color:rgba(var(--colors_grey_218), .92);color:rgb(var(--colors_black))}.base-button.outline{background:rgba(var(--colors_white), .42);border-color:rgba(var(--colors_grey_183), .98);color:rgb(var(--colors_black));box-shadow:none}.base-button.outline:hover{background:rgba(var(--colors_bg_blue), .95)}.base-button.sm{height:40px;font-size:var(--font_14);padding:.75rem 1rem}.base-button.md{height:48px;font-size:var(--font_16)}.base-button.lg{height:56px;font-size:var(--font_18);padding-inline:1.5rem}.base-button.height-40{height:40px}
