.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}@-webkit-keyframes vSelectSpinner-ltr{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes vSelectSpinner-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes vSelectSpinner-ltr{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes vSelectSpinner-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity .15s cubic-bezier(1,.5,.8,1)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}[dir] .vs--disabled .vs__clear,[dir] .vs--disabled .vs__dropdown-toggle,[dir] .vs--disabled .vs__open-indicator,[dir] .vs--disabled .vs__search,[dir] .vs--disabled .vs__selected{cursor:not-allowed;background-color:#f8f8f8}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{appearance:none;display:flex;white-space:normal}[dir] .vs__dropdown-toggle{padding:0 0 4px 0;background:none;border:1px solid #d8d6de;border-radius:.357rem}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;position:relative}[dir] .vs__selected-options{padding:0 2px}.vs__actions{display:flex;align-items:center}[dir=ltr] .vs__actions{padding:4px 6px 0 3px}[dir=rtl] .vs__actions{padding:4px 3px 0 6px}[dir] .vs--searchable .vs__dropdown-toggle{cursor:text}[dir] .vs--unsearchable .vs__dropdown-toggle{cursor:pointer}[dir] .vs--open .vs__dropdown-toggle{border-bottom-color:transparent}[dir=ltr] .vs--open .vs__dropdown-toggle,[dir=rtl] .vs--open .vs__dropdown-toggle{border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:rgba(60,60,60,.5);transition:transform .15s cubic-bezier(1,-.115,.975,.855)}[dir] .vs__open-indicator{transform:scale(1);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}[dir=ltr] .vs--open .vs__open-indicator{transform:rotate(180deg) scale(1)}[dir=rtl] .vs--open .vs__open-indicator{transform:rotate(-180deg) scale(1)}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:rgba(60,60,60,.5)}[dir] .vs__clear{padding:0;border:0;background-color:transparent;cursor:pointer}[dir=ltr] .vs__clear{margin-right:8px}[dir=rtl] .vs__clear{margin-left:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - 1px);z-index:1000;width:100%;max-height:350px;min-width:160px;overflow-y:auto;list-style:none}[dir] .vs__dropdown-menu{padding:5px 0;margin:0;box-shadow:0 4px 25px 0 rgba(0,0,0,.1);border:1px solid #d8d6de;border-top-style:none;border-radius:0 0 .357rem .357rem;background:#fff}[dir=ltr] .vs__dropdown-menu{left:0;text-align:left}[dir=rtl] .vs__dropdown-menu{right:0;text-align:right}[dir] .vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;color:#333;white-space:nowrap}[dir] .vs__dropdown-option{padding:3px 20px;clear:both}[dir] .vs__dropdown-option:hover{cursor:pointer}.vs__dropdown-option--highlight{color:#7367f0!important}[dir] .vs__dropdown-option--highlight{background:rgba(115,103,240,.12)}.vs__dropdown-option--disabled{color:rgba(60,60,60,.5)}[dir] .vs__dropdown-option--disabled{background:inherit}[dir] .vs__dropdown-option--disabled:hover{cursor:inherit}.vs__selected{display:flex;align-items:center;color:#333;line-height:1.8;z-index:0}[dir] .vs__selected{background-color:#7367f0;border:0 solid rgba(60,60,60,.26);border-radius:.357rem;margin:4px 2px 0 2px;padding:0 .25em}.vs__deselect{display:inline-flex;appearance:none;fill:rgba(60,60,60,.5)}[dir] .vs__deselect{padding:0;border:0;cursor:pointer;background:none;text-shadow:0 1px 0 #fff}[dir=ltr] .vs__deselect{margin-left:4px}[dir=rtl] .vs__deselect{margin-right:4px}[dir] .vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{appearance:none;line-height:1.8;font-size:1em;outline:none;width:0;max-width:100%;flex-grow:1;z-index:1}[dir] .vs__search,[dir] .vs__search:focus{border:1px solid transparent;margin:4px 0 0 0;padding:0 7px;background:none;box-shadow:none}[dir=ltr] .vs__search,[dir=ltr] .vs__search:focus{border-left:none}[dir=rtl] .vs__search,[dir=rtl] .vs__search:focus{border-right:none}.vs__search::placeholder{color:#6e6b7b}.vs--unsearchable .vs__search{opacity:1}[dir] .vs--unsearchable:not(.vs--disabled) .vs__search:hover{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;transition:opacity .1s}[dir] .vs__spinner{border-top:.9em solid hsla(0,0%,39.2%,.1);border-bottom:.9em solid hsla(0,0%,39.2%,.1);transform:translateZ(0)}[dir=ltr] .vs__spinner{border-right:.9em solid hsla(0,0%,39.2%,.1);border-left:.9em solid rgba(60,60,60,.45);animation:vSelectSpinner-ltr 1.1s linear infinite}[dir=rtl] .vs__spinner{border-left:.9em solid hsla(0,0%,39.2%,.1);border-right:.9em solid rgba(60,60,60,.45);animation:vSelectSpinner-rtl 1.1s linear infinite}.vs__spinner,.vs__spinner:after{width:5em;height:5em}[dir] .vs__spinner,[dir] .vs__spinner:after{border-radius:50%}.vs--loading .vs__spinner{opacity:1}.vs__open-indicator{fill:none}[dir] .vs__open-indicator{margin-top:.15rem}.vs__dropdown-toggle{transition:all .25s ease-in-out}[dir] .vs__dropdown-toggle{padding:.59px 0 4px 0}[dir=ltr] .vs--single .vs__dropdown-toggle{padding-left:6px}[dir=rtl] .vs--single .vs__dropdown-toggle{padding-right:6px}.vs__dropdown-option--disabled{opacity:.5}[dir] .vs__dropdown-option--disabled.vs__dropdown-option--selected{background:#7367f0!important}.vs__dropdown-option{color:#6e6b7b}[dir] .vs__dropdown-option,[dir] .vs__no-options{padding:7px 20px}.vs__dropdown-option--selected{color:#fff;position:relative}[dir] .vs__dropdown-option--selected{background-color:#7367f0}.vs__dropdown-option--selected:after{content:"";height:1.1rem;width:1.1rem;display:inline-block;position:absolute;top:50%}[dir] .vs__dropdown-option--selected:after{transform:translateY(-50%);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:1.1rem}[dir=ltr] .vs__dropdown-option--selected:after{right:20px}[dir=rtl] .vs__dropdown-option--selected:after{right:unset;left:20px}.vs__dropdown-option--selected.vs__dropdown-option--highlight{color:#fff!important}[dir] .vs__dropdown-option--selected.vs__dropdown-option--highlight{background-color:#7367f0!important}.vs__clear svg{color:#6e6b7b}.vs__selected{color:#fff}.v-select.vs--single .vs__selected{color:#6e6b7b;transition:transform .2s ease}[dir] .v-select.vs--single .vs__selected{margin-top:5px}[dir=ltr] .v-select.vs--single .vs__selected input{padding-left:0}[dir=rtl] .v-select.vs--single .vs__selected input{padding-right:0}[dir=ltr] .vs--single.vs--open .vs__selected{transform:translateX(5px)}[dir=rtl] .vs--single.vs--open .vs__selected{transform:translateX(-5px)}.vs__selected .vs__deselect{color:inherit}.v-select:not(.vs--single) .vs__selected{font-size:.9rem}[dir] .v-select:not(.vs--single) .vs__selected{border-radius:3px;padding:0 .6em}[dir=ltr] .v-select:not(.vs--single) .vs__selected{margin:5px 2px 2px 5px}[dir=rtl] .v-select:not(.vs--single) .vs__selected{margin:5px 5px 2px 2px}.v-select:not(.vs--single) .vs__deselect svg{vertical-align:text-top}[dir] .v-select:not(.vs--single) .vs__deselect svg{transform:scale(.8)}.vs__dropdown-menu{top:calc(100% + 1rem)}[dir] .vs__dropdown-menu{border:none;border-radius:6px;padding:0}[dir] .vs--open .vs__dropdown-toggle{border-color:#7367f0;border-bottom-color:#7367f0;box-shadow:0 3px 10px 0 rgba(34,41,47,.1)}[dir=ltr] .vs--open .vs__dropdown-toggle,[dir=rtl] .vs--open .vs__dropdown-toggle{border-bottom-left-radius:.357rem;border-bottom-right-radius:.357rem}.select-size-lg .vs__selected{font-size:1rem!important}[dir] .select-size-lg.vs--single.vs--open .vs__selected{margin-top:6px}.select-size-lg .vs__dropdown-toggle,.select-size-lg .vs__selected{font-size:1.25rem}[dir] .select-size-lg .vs__dropdown-toggle{padding:5px}[dir] .select-size-lg .vs__dropdown-toggle input{margin-top:0}.select-size-lg .vs__deselect svg{vertical-align:middle!important}[dir] .select-size-lg .vs__deselect svg{transform:scale(1)!important}[dir] .select-size-sm .vs__dropdown-toggle{padding-bottom:0;padding:1px}[dir] .select-size-sm.vs--single .vs__dropdown-toggle{padding:2px}.select-size-sm .vs__dropdown-toggle,.select-size-sm .vs__selected{font-size:.9rem}[dir] .select-size-sm .vs__actions{padding-top:2px;padding-bottom:2px}.select-size-sm .vs__deselect svg{vertical-align:middle!important}[dir] .select-size-sm .vs__search{margin-top:0}.select-size-sm.v-select .vs__selected{font-size:.75rem}[dir] .select-size-sm.v-select .vs__selected{padding:0 .3rem}[dir] .select-size-sm.v-select:not(.vs--single) .vs__selected{margin:4px 5px}[dir] .select-size-sm.v-select.vs--single .vs__selected{margin-top:1px}[dir] .select-size-sm.vs--single.vs--open .vs__selected{margin-top:4px}.dark-layout .vs__dropdown-toggle{color:#b4b7bd}[dir] .dark-layout .vs__dropdown-toggle{background:#283046;border-color:#404656}.dark-layout .vs__selected-options input{color:#b4b7bd}.dark-layout .vs__selected-options input::placeholder{color:#676d7d}.dark-layout .vs__actions svg{fill:#404656}[dir] .dark-layout .vs__dropdown-menu{background:#283046}.dark-layout .vs__dropdown-menu li{color:#b4b7bd}.dark-layout .v-select:not(.vs--single) .vs__selected{color:#7367f0}[dir] .dark-layout .v-select:not(.vs--single) .vs__selected{background-color:rgba(115,103,240,.12)}.dark-layout .v-select.vs--single .vs__selected{color:#b4b7bd!important}.dark-layout .vs--disabled .vs__clear,.dark-layout .vs--disabled .vs__dropdown-toggle,.dark-layout .vs--disabled .vs__open-indicator,.dark-layout .vs--disabled .vs__search,.dark-layout .vs--disabled .vs__selected{opacity:.5}[dir] .dark-layout .vs--disabled .vs__clear,[dir] .dark-layout .vs--disabled .vs__dropdown-toggle,[dir] .dark-layout .vs--disabled .vs__open-indicator,[dir] .dark-layout .vs--disabled .vs__search,[dir] .dark-layout .vs--disabled .vs__selected{background-color:#283046}[dir] .dark-layout .vs--open .vs__dropdown-toggle{border-color:#7367f0}.smart-select .input-group .icon{z-index:4}.smart-select .input-group .input-group-text{transition:width .25s,padding .25s,opacity .2s,border .2s;overflow:hidden;white-space:nowrap}.smart-select .input-group.has-value .input-group-text{width:0!important;opacity:0}[dir] .smart-select .input-group.has-value .input-group-text{padding:0!important;border:none!important}[dir] .smart-select .input-group.has-value .smart-desktop .vs__dropdown-toggle{border-radius:7px}[dir=ltr] .smart-select .input-group.has-value .smart-desktop .vs__dropdown-toggle{border-left:1px solid #d8d6de}[dir=rtl] .smart-select .input-group.has-value .smart-desktop .vs__dropdown-toggle{border-right:1px solid #d8d6de}[dir] .smart-select .input-group.has-value .smart-mobile-trigger{border-radius:7px}[dir=ltr] .smart-select .input-group.has-value .smart-mobile-trigger{border-left:1px solid #d8d6de}[dir=rtl] .smart-select .input-group.has-value .smart-mobile-trigger{border-right:1px solid #d8d6de}.smart-select .smart-desktop{flex:1;height:37px}[dir] .smart-select .smart-desktop{background:transparent;padding:0;border:none}.smart-select .smart-desktop .vs__dropdown-toggle{height:100%}[dir] .smart-select .smart-desktop .vs__dropdown-toggle{box-shadow:none!important}[dir=ltr] .smart-select .smart-desktop .vs__dropdown-toggle{border-left:none;border-radius:0 7px 7px 0}[dir=rtl] .smart-select .smart-desktop .vs__dropdown-toggle{border-right:none;border-radius:7px 0 0 7px}.smart-select .smart-desktop .vs__search{position:absolute;top:-3px;width:100%;height:110%}[dir] .smart-select .smart-desktop .vs__search{text-align:center}[dir=ltr] .smart-select .smart-desktop .vs__search{left:0}[dir=rtl] .smart-select .smart-desktop .vs__search{right:0}.smart-select .smart-desktop .vs__selected{width:100%;display:flex;align-items:center;justify-content:center;color:#1a1a1a}.smart-select .smart-desktop .vs__dropdown-menu{max-height:320px}[dir] .smart-select .smart-desktop .vs__dropdown-menu{border-radius:8px;margin-top:4px;box-shadow:0 6px 20px rgba(0,0,0,.12);padding:4px}[dir] .smart-select .smart-desktop .vs__dropdown-option{padding:0;border-radius:6px}[dir] .smart-select .smart-desktop .vs__dropdown-option--highlight{background:rgba(115,103,240,.08)}.smart-select .smart-desktop .vs__dropdown-option--disabled{opacity:1}[dir] .smart-select .smart-desktop .vs__dropdown-option--disabled{background:none}.smart-select .smart-desktop .vs__actions svg{fill:#acacac}.smart-select .smart-group-header{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:#7367f0}[dir] .smart-select .smart-group-header{padding:12px 12px 6px;border-bottom:1px solid rgba(115,103,240,.12);margin:4px 4px 2px}.smart-select .smart-option{display:flex;justify-content:space-between;align-items:center;width:100%}[dir] .smart-select .smart-option{padding:8px 10px}.smart-select .smart-option-name{font-weight:500;font-size:.86rem;color:#1a1a1a}.smart-select .smart-option-price{color:#7367f0;font-weight:600;font-size:.84rem;white-space:nowrap}[dir=ltr] .smart-select .smart-option-price{margin-left:8px}[dir=rtl] .smart-select .smart-option-price{margin-right:8px}.smart-select .smart-option-disabled{opacity:.45}[dir] .smart-select .smart-option-disabled{cursor:not-allowed}.smart-select .smart-option-disabled .smart-option-name{color:#999}.smart-select .smart-option-incompatible{font-size:.72rem;color:#ea5455;font-weight:500;white-space:nowrap}[dir=ltr] .smart-select .smart-option-incompatible{margin-left:8px}[dir=rtl] .smart-select .smart-option-incompatible{margin-right:8px}.smart-select .incompatible-header{color:#ea5455!important}[dir] .smart-select .incompatible-header{border-bottom-color:rgba(234,84,85,.15)!important}.smart-select .incompatible-toggle{font-size:.65rem;font-weight:600;color:#7367f0;text-transform:none;letter-spacing:0;transition:background .15s}[dir] .smart-select .incompatible-toggle{cursor:pointer;padding:1px 8px;border-radius:8px;background:rgba(115,103,240,.08)}[dir=ltr] .smart-select .incompatible-toggle{float:right}[dir=rtl] .smart-select .incompatible-toggle{float:left}[dir] .smart-select .incompatible-toggle:hover{background:rgba(115,103,240,.16)}.smart-select .smart-sel-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0}.smart-select .smart-loading{color:#b9b9c3}[dir] .smart-select .smart-loading{text-align:center;padding:10px}.smart-select .smart-price-hint{display:inline-block;font-size:.7rem;font-weight:600;color:#7367f0;letter-spacing:.3px}[dir] .smart-select .smart-price-hint{margin-top:5px;margin-bottom:0;background:rgba(115,103,240,.08);padding:2px 10px;border-radius:10px}[dir=ltr] .smart-select .smart-price-hint{float:right}[dir=rtl] .smart-select .smart-price-hint{float:left}.smart-select:after{content:"";display:table}[dir] .smart-select:after{clear:both}.smart-select .smart-mobile-trigger{display:none;align-items:center;justify-content:center;gap:6px;color:#1a1a1a;-webkit-tap-highlight-color:transparent}[dir] .smart-select .smart-mobile-trigger{text-align:center;cursor:pointer}[dir=ltr] .smart-select .smart-mobile-trigger{border-left:none}[dir=rtl] .smart-select .smart-mobile-trigger{border-right:none}.smart-select .smart-mobile-trigger.is-placeholder{color:#b9b9c3}.smart-select .smart-mobile-trigger .trigger-text{display:flex;align-items:center;flex:1;min-width:0;overflow:hidden;justify-content:center}.smart-select .smart-mobile-trigger .trigger-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0}.smart-select .smart-mobile-trigger .trigger-arrow{color:#acacac;flex-shrink:0}[dir=ltr] .smart-select .smart-mobile-trigger .trigger-arrow{margin-left:8px}[dir=rtl] .smart-select .smart-mobile-trigger .trigger-arrow{margin-right:8px}@media(max-width:767.98px){.smart-select .smart-desktop{display:none!important}.smart-select .smart-mobile-trigger{display:flex!important}}.smart-select .smart-sheet-overlay{position:fixed;inset:0;z-index:9998;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}[dir] .smart-select .smart-sheet-overlay{background:rgba(0,0,0,.45)}.smart-select .smart-sheet-overlay.open{opacity:1;visibility:visible}.smart-select .smart-sheet{position:fixed;bottom:0;z-index:9999;max-height:88vh;display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.32,.72,0,1)}[dir] .smart-select .smart-sheet{background:#fff;border-radius:16px 16px 0 0;transform:translateY(100%)}[dir=ltr] .smart-select .smart-sheet,[dir=rtl] .smart-select .smart-sheet{left:0;right:0}[dir] .smart-select .smart-sheet.open{transform:translateY(0)}.smart-select .smart-sheet-handle{width:36px;height:4px}[dir] .smart-select .smart-sheet-handle{background:#d0d0d0;border-radius:2px;margin:10px auto 0}.smart-select .smart-sheet-header{display:flex;align-items:center;justify-content:space-between}[dir] .smart-select .smart-sheet-header{padding:14px 18px 10px}.smart-select .smart-sheet-header h3{font-size:1rem;font-weight:600}[dir] .smart-select .smart-sheet-header h3{margin:0}.smart-select .smart-sheet-close{font-size:1.5rem;color:#999;line-height:1}[dir] .smart-select .smart-sheet-close{background:none;border:none;cursor:pointer;padding:4px 8px}.smart-select .smart-sheet-search{font-size:.9rem;width:calc(100% - 32px);outline:none;color:#1a1a1a}[dir] .smart-select .smart-sheet-search{margin:0 16px 8px;padding:10px 14px;border:1.5px solid #e0e0e0;border-radius:10px;background:#fff}[dir] .smart-select .smart-sheet-search:focus{border-color:#7367f0}.smart-select .smart-sheet-list{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}[dir] .smart-select .smart-sheet-list{padding:4px 8px 28px}.smart-select .smart-sheet-group{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:#7367f0}[dir] .smart-select .smart-sheet-group{padding:14px 12px 6px;border-bottom:1px solid rgba(115,103,240,.12);margin:0 4px}[dir] .smart-select .smart-sheet-group:first-child{padding-top:6px}.smart-select .smart-sheet-item{display:flex;align-items:center;justify-content:space-between;transition:background .15s;-webkit-tap-highlight-color:transparent}[dir] .smart-select .smart-sheet-item{padding:13px 12px;border-radius:10px;cursor:pointer}[dir] .smart-select .smart-sheet-item.selected,[dir] .smart-select .smart-sheet-item:active{background:rgba(115,103,240,.08)}.smart-select .sheet-item-left{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.smart-select .sheet-item-name{font-weight:500;font-size:.92rem;color:#1a1a1a}.smart-select .sheet-item-sub{font-size:.78rem;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-select .sheet-item-incompatible{color:#ea5455!important;font-weight:500}.smart-select .sheet-item-disabled{opacity:.45;-webkit-tap-highlight-color:transparent}[dir] .smart-select .sheet-item-disabled{cursor:default}[dir] .smart-select .sheet-item-disabled:active{background:none!important}.smart-select .sheet-item-disabled .sheet-item-name{color:#999}.smart-select .sheet-item-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.smart-select .sheet-item-price{color:#7367f0;font-weight:600;font-size:.88rem}.smart-select .sheet-item-check{width:22px;height:22px;color:#fff;font-size:.7rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}[dir] .smart-select .sheet-item-check{border-radius:50%;background:#7367f0}.smart-select .smart-sheet-empty{color:#aaa}[dir] .smart-select .smart-sheet-empty{text-align:center;padding:30px}[dir=ltr] .dark-layout .smart-select .input-group.has-value .smart-desktop .vs__dropdown-toggle{border-left-color:#404656}[dir=rtl] .dark-layout .smart-select .input-group.has-value .smart-desktop .vs__dropdown-toggle{border-right-color:#404656}[dir=ltr] .dark-layout .smart-select .input-group.has-value .smart-mobile-trigger{border-left-color:#404656}[dir=rtl] .dark-layout .smart-select .input-group.has-value .smart-mobile-trigger{border-right-color:#404656}[dir] .dark-layout .smart-select .smart-desktop .vs__dropdown-toggle{border-color:#404656}[dir] .dark-layout .smart-select .smart-desktop .vs__dropdown-toggle:focus-within{border-color:#7367f0}[dir] .dark-layout .smart-select .smart-desktop .vs__dropdown-menu{background:#283046;border-color:#404656}.dark-layout .smart-select .smart-desktop .vs__search,.dark-layout .smart-select .smart-desktop .vs__selected{color:#d0d2d6}.dark-layout .smart-select .smart-desktop .vs__actions svg{fill:#676d7d}.dark-layout .smart-select .smart-group-header{color:#9f97f7}[dir] .dark-layout .smart-select .smart-group-header{border-bottom-color:rgba(115,103,240,.2)}.dark-layout .smart-select .smart-mobile-trigger,.dark-layout .smart-select .smart-option-name{color:#d0d2d6}[dir] .dark-layout .smart-select .smart-mobile-trigger{background-color:#283046;border-color:#404656}.dark-layout .smart-select .smart-mobile-trigger.is-placeholder,.dark-layout .smart-select .smart-mobile-trigger .trigger-arrow{color:#676d7d}.dark-layout .smart-select .smart-sheet,.dark-layout .smart-select .smart-sheet-search{color:#d0d2d6}[dir] .dark-layout .smart-select .smart-sheet,[dir] .dark-layout .smart-select .smart-sheet-search{background:#283046}[dir] .dark-layout .smart-select .smart-sheet-search{border-color:#404656}[dir] .dark-layout .smart-select .smart-sheet-search:focus{border-color:#7367f0}.dark-layout .smart-select .smart-sheet-header h3{color:#d0d2d6}.dark-layout .smart-select .smart-sheet-close{color:#676d7d}.dark-layout .smart-select .smart-sheet-group{color:#9f97f7}[dir] .dark-layout .smart-select .smart-sheet-group{border-bottom-color:rgba(115,103,240,.2)}.dark-layout .smart-select .sheet-item-name{color:#d0d2d6}.dark-layout .smart-select .sheet-item-sub{color:#676d7d}[dir] .dark-layout .smart-select .smart-sheet-item.selected,[dir] .dark-layout .smart-select .smart-sheet-item:active{background:rgba(115,103,240,.15)}.dark-layout .smart-select .smart-price-hint{color:#9f97f7}[dir] .dark-layout .smart-select .smart-price-hint{background:rgba(115,103,240,.15)}.dark-layout .smart-select .incompatible-header{color:#ea5455!important}[dir] .dark-layout .smart-select .incompatible-header{border-bottom-color:rgba(234,84,85,.2)!important}.dark-layout .smart-select .incompatible-toggle{color:#9f97f7}[dir] .dark-layout .smart-select .incompatible-toggle{background:rgba(115,103,240,.15)}.dark-layout .smart-select .smart-option-disabled .smart-option-name{color:#555}.dark-layout .smart-select .smart-option-incompatible{color:#ea5455}.dark-layout .smart-select .sheet-item-disabled .sheet-item-name{color:#555}.dark-layout .smart-select .sheet-item-incompatible{color:#ea5455!important}.imei-scanner-wrap{display:inline-flex;align-items:center}.imei-scan-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#b0b0b0;transition:all .15s;overflow:hidden;position:relative}[dir] .imei-scan-btn{border-radius:6px;cursor:pointer}.imei-scan-btn:hover{color:#007bff}[dir] .imei-scan-btn:hover{background:rgba(0,123,255,.08)}[dir] .imei-scan-btn:active{transform:scale(.9)}.imei-scan-btn svg{width:16px;height:16px;pointer-events:none}.imei-scan-loading{display:flex;position:fixed;inset:0;z-index:10000;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);align-items:center;justify-content:center}[dir] .imei-scan-loading{background:hsla(0,0%,100%,.88)}[dir] .imei-scan-loading-inner{text-align:center}.imei-scan-spinner{width:36px;height:36px}[dir] .imei-scan-spinner{margin:0 auto 14px;border:3px solid #e0e0e0;border-top-color:#007bff;border-radius:50%}[dir=ltr] .imei-scan-spinner{animation:imeiSpin-ltr .8s linear infinite}[dir=rtl] .imei-scan-spinner{animation:imeiSpin-rtl .8s linear infinite}@keyframes imeiSpin-ltr{to{transform:rotate(1turn)}}@keyframes imeiSpin-rtl{to{transform:rotate(-1turn)}}.imei-scan-loading-text{font-size:14px;color:#888;font-weight:500}.imei-scan-loading-cancel{color:#888;font-size:14px;font-weight:600;font-family:inherit;transition:transform .1s}[dir] .imei-scan-loading-cancel{margin-top:18px;padding:10px 32px;border:none;border-radius:10px;background:#f0f0f2;cursor:pointer}[dir] .imei-scan-loading-cancel:active{transform:scale(.95)}.imei-scan-modal-bg{display:flex;position:fixed;inset:0;z-index:10001;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);align-items:flex-end;justify-content:center}[dir] .imei-scan-modal-bg{background:rgba(0,0,0,.45)}.imei-scan-modal{width:100%;max-width:480px;max-height:70vh;overflow-y:auto}[dir] .imei-scan-modal{background:#fff;border-radius:18px 18px 0 0;padding:20px 18px calc(28px + env(safe-area-inset-bottom, 0px))}[dir=ltr] .imei-scan-modal,[dir=rtl] .imei-scan-modal{animation:imeiSlideUp .35s cubic-bezier(.2,.8,.2,1)}@keyframes imeiSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.imei-scan-modal-handle{width:36px;height:4px}[dir] .imei-scan-modal-handle{background:#ddd;border-radius:2px;margin:0 auto 16px}.imei-scan-modal-title{font-size:17px;font-weight:700;color:#222}[dir] .imei-scan-modal-title{margin-bottom:4px}.imei-scan-modal-sub{font-size:13px;color:#999}[dir] .imei-scan-modal-sub{margin-bottom:14px}.imei-scan-pick{display:flex;align-items:center;justify-content:space-between;transition:all .15s;min-height:54px}[dir] .imei-scan-pick{background:#f8f8fa;border:1.5px solid #e5e5ea;border-radius:12px;padding:16px 16px;margin-bottom:8px;cursor:pointer}[dir] .imei-scan-pick:active{transform:scale(.98)}[dir] .imei-scan-pick.selected{border-color:#007bff;background:rgba(0,123,255,.06)}.imei-scan-pick-num{font-family:Consolas,Monaco,monospace;font-size:16px;font-weight:600;letter-spacing:.04em;color:#222}.imei-scan-pick-badge{font-size:11px;font-weight:600;color:#34c759}[dir] .imei-scan-pick-badge{padding:3px 10px;border-radius:6px;background:rgba(52,199,89,.1)}.imei-scan-pick-badge.barcode{color:#007bff}[dir] .imei-scan-pick-badge.barcode{background:rgba(0,123,255,.1)}.imei-scan-modal-btns{display:flex;gap:10px}[dir] .imei-scan-modal-btns{margin-top:14px}.imei-scan-tip{font-size:11px;color:#999;line-height:1.5}[dir] .imei-scan-tip{padding:8px 12px;margin-top:4px;background:rgba(0,123,255,.04);border-radius:8px}[dir=ltr] .imei-scan-tip{border-left:2px solid rgba(0,123,255,.3)}[dir=rtl] .imei-scan-tip{border-right:2px solid rgba(0,123,255,.3)}.imei-scan-tip strong{color:#777}.imei-scan-mbtn{flex:1;font-size:15px;font-weight:600;transition:transform .1s;font-family:inherit;min-height:50px}[dir] .imei-scan-mbtn{padding:15px;border:none;border-radius:12px;cursor:pointer}[dir] .imei-scan-mbtn:active{transform:scale(.97)}.imei-scan-mbtn-cancel{color:#888}[dir] .imei-scan-mbtn-cancel{background:#f0f0f2}.imei-scan-mbtn-use{color:#fff}[dir] .imei-scan-mbtn-use{background:#007bff}.imei-scan-mbtn-use:disabled{opacity:.4}.imei-scan-toast{position:fixed;top:calc(20px + env(safe-area-inset-top, 0px));color:#fff;font-size:14px;font-weight:500;z-index:99999;max-width:90%}[dir] .imei-scan-toast{background:#333;padding:12px 24px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);text-align:center}[dir=ltr] .imei-scan-toast{left:50%;transform:translateX(-50%)}[dir=rtl] .imei-scan-toast{right:50%;transform:translateX(50%)}.toast-fade-enter-active,.toast-fade-leave-active{transition:all .4s cubic-bezier(.2,.8,.2,1)}.toast-fade-enter,.toast-fade-leave-to{opacity:0}[dir=ltr] .toast-fade-enter,[dir=ltr] .toast-fade-leave-to{transform:translateX(-50%) translateY(-80px)}[dir=rtl] .toast-fade-enter,[dir=rtl] .toast-fade-leave-to{transform:translateX(50%) translateY(-80px)}.card-container[data-v-e9ba6250]{max-width:500px}[dir] .card-container[data-v-e9ba6250]{margin:0 auto}@media(max-width:576px){.card-container[data-v-e9ba6250]{max-width:100%}}.imei-form-group[data-v-e9ba6250]{overflow:visible}[dir] .imei-form-group[data-v-e9ba6250]{margin-bottom:1.5rem}.input-imei[data-v-e9ba6250]{font-size:1.15rem;color:#1a1a1a;font-weight:500}[dir] .input-imei[data-v-e9ba6250]{text-align:center}[dir=ltr] .input-imei[data-v-e9ba6250]{border-left:none}[dir=rtl] .input-imei[data-v-e9ba6250]{border-right:none}.imei-group[data-v-e9ba6250]{position:relative;overflow:visible!important}.imei-group .input-group-text[data-v-e9ba6250]{transition:width .25s,padding .25s,opacity .2s,border .2s;overflow:hidden;white-space:nowrap}.imei-group.has-value .input-group-text[data-v-e9ba6250]{width:0!important;opacity:0}[dir] .imei-group.has-value .input-group-text[data-v-e9ba6250]{padding:0!important;border:none!important}[dir] .imei-group.has-value .input-imei[data-v-e9ba6250]{border-radius:7px!important}[dir=ltr] .imei-group.has-value .input-imei[data-v-e9ba6250]{border-left:1px solid #d8d6de}[dir=rtl] .imei-group.has-value .input-imei[data-v-e9ba6250]{border-right:1px solid #d8d6de}[dir=ltr] .imei-group .input-imei[data-v-e9ba6250]{padding-right:40px}[dir=rtl] .imei-group .input-imei[data-v-e9ba6250]{padding-left:40px}[dir] .imei-group:focus-within .form-control[data-v-e9ba6250],[dir] .imei-group:focus-within .input-group-text[data-v-e9ba6250]{border-color:#7367f0}[dir] .imei-group.has-error .form-control[data-v-e9ba6250],[dir] .imei-group.has-error .input-group-text[data-v-e9ba6250]{border-color:#ea5455}.imei-scan-overlay[data-v-e9ba6250]{position:absolute;top:50%;z-index:3}[dir] .imei-scan-overlay[data-v-e9ba6250]{transform:translateY(-50%)}[dir=ltr] .imei-scan-overlay[data-v-e9ba6250]{right:8px}[dir=rtl] .imei-scan-overlay[data-v-e9ba6250]{left:8px}.imei-counter[data-v-e9ba6250]{position:absolute;bottom:-16px;font-size:.68rem;color:#b9b9c3;font-family:SF Mono,Fira Code,monospace;letter-spacing:.3px}[dir=ltr] .imei-counter[data-v-e9ba6250]{right:10px}[dir=rtl] .imei-counter[data-v-e9ba6250]{left:10px}.imei-counter.complete[data-v-e9ba6250]{color:#28c76f}.imei-counter.over[data-v-e9ba6250]{color:#ea5455}.bulk-counter[data-v-e9ba6250]{bottom:-18px;font-size:.82rem}[dir=ltr] .bulk-counter[data-v-e9ba6250]{right:10px}[dir=rtl] .bulk-counter[data-v-e9ba6250]{left:10px}.brand-hint[data-v-e9ba6250]{position:absolute;top:-20px;font-size:.78rem;color:#7367f0;font-weight:600;letter-spacing:.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:75%;z-index:2}[dir=ltr] .brand-hint[data-v-e9ba6250]{left:0}[dir=rtl] .brand-hint[data-v-e9ba6250]{right:0}.imei-error[data-v-e9ba6250]{display:block}[dir] .imei-error[data-v-e9ba6250]{margin-top:4px}.footer-actions[data-v-e9ba6250]{display:flex;justify-content:center;align-items:center}[dir] .footer-actions[data-v-e9ba6250]{border-top:none!important;padding-top:0}.footer-actions .action[data-v-e9ba6250]{display:flex;flex-direction:column}[dir=ltr] .dark-layout .card-container .imei-group.has-value .input-imei{border-left-color:#404656}[dir=rtl] .dark-layout .card-container .imei-group.has-value .input-imei{border-right-color:#404656}.dark-layout .card-container .input-imei{color:#e2e2e2}.info-service[data-v-29d76817]{max-width:850px}[dir] .info-service[data-v-29d76817]{margin:0 auto}.info-service .name[data-v-29d76817]{text-transform:capitalize;font-size:1.4rem}.info-service .service-content[data-v-29d76817]{display:flex;justify-content:space-between;flex-wrap:wrap}.card-service[data-v-29d76817]{position:relative}.card-service .card-body[data-v-29d76817]{max-width:1000px}[dir] .hints[data-v-29d76817]{margin-bottom:5px}.hints>[data-v-29d76817]{color:#727272;max-width:400px}[dir] .hints>[data-v-29d76817]{margin-bottom:15px}[dir=ltr] .hints>[data-v-29d76817]{text-align:left}[dir=rtl] .hints>[data-v-29d76817]{text-align:right}.actions[data-v-29d76817]{display:flex;justify-content:center;flex-direction:column;flex-wrap:wrap}@media(max-width:600px){.actions[data-v-29d76817]{flex-direction:row;justify-content:flex-start}}.instant[data-v-29d76817]{text-transform:uppercase;position:absolute;top:-10px;z-index:1}[dir=ltr] .instant[data-v-29d76817]{right:25px}[dir=rtl] .instant[data-v-29d76817]{left:25px}.instant[data-v-29d76817]:after{content:"";width:100%;height:100%;position:absolute;top:0;z-index:-1}[dir] .instant[data-v-29d76817]:after{background-color:#fff}[dir=ltr] .instant[data-v-29d76817]:after{left:0}[dir=rtl] .instant[data-v-29d76817]:after{right:0}.dark-layout .info-service .hints>*{color:#cdcdcd}[dir] .dark-layout .info-service .instant:after{background-color:#283046}[dir] .padding-title[data-v-3e9b7d96]{padding:8px 0}.card-topheader .header-tab[data-v-3e9b7d96]{display:flex;align-items:center;justify-content:space-between}.card-topheader>.card-header[data-v-3e9b7d96]{color:#fff}[dir] .card-topheader>.card-header[data-v-3e9b7d96]{margin:-47px 10px;padding:10px 5px}.card-topheader>.card-header button[data-v-3e9b7d96]{color:#fff!important}[dir] .card-topheader>.card-header button[data-v-3e9b7d96]{border-radius:0!important}[dir] .card-topheader>.card-header button.active[data-v-3e9b7d96]{border-bottom:2px solid #fff}.card-topheader>.card-header .header[data-v-3e9b7d96]{width:100%}[dir] .card-topheader>.card-header .header[data-v-3e9b7d96]{border-radius:10px!important;padding:8px 15px}[dir] .back-btn[data-v-3e9b7d96]{cursor:pointer;border-radius:8px}.toastification-close-icon[data-v-55dd3057],.toastification-title[data-v-55dd3057]{line-height:26px}.toastification-title[data-v-55dd3057]{color:inherit}[dir] .please-wait{text-align:center;padding:95px 0}.loading-header{display:flex;align-items:center;font-size:22px}[dir] .loading-header{padding:10px 0}