.loader{position:fixed;left:0;width:100%;height:100%;padding:0;overflow:hidden;z-index:5000;bottom:0;display:flex;justify-content:center;align-content:center;align-items:center;background-color:WhiteShadow}.loader-wrapper{position:relative;margin:auto;width:2em}.loader-ball{position:absolute;width:1em;height:1em;border-radius:50%;background-color:#ea9b0a;animation:jump .7s ease-in-out infinite,bounce .7s ease-in-out infinite}@keyframes jump{0%{top:50px;box-shadow:0 20px 8px -5px #0006}50%{top:-50px;box-shadow:0 130px 80px #00000080}to{top:50px;box-shadow:0 20px 8px -5px #0006}}@keyframes bounce{0%{width:2.5em;height:1.5em}18%{width:2em;height:2em}40%{width:1.5;height:2em}82%{width:2em;height:2em}to{width:2.5em;height:1.5em}}.msg{position:fixed;bottom:0;left:0;width:100%;z-index:10000}.msg>div.error{background-color:#ec3b00;color:#fff;justify-content:center;width:100%;padding:.5em;height:3.5em;display:flex;align-items:center;gap:1em}.msg>div.success{background-color:#73d67d;color:#fff;justify-content:center;width:100%;padding:.5em;height:3.5em;display:flex;align-items:center;gap:1em}.msg>div.notice{background-color:#ea9b0a;color:#fff;justify-content:center;width:100%;padding:.5em;height:3.5em;display:flex;align-items:center;gap:1em}*{box-sizing:border-box}body{font-family:Figtree,sans-serif;color:#000;font-size:18px;text-align:center;height:100vh;display:flex;flex-direction:column;margin:0!important;padding:0;background-color:#fff;padding-top:env(safe-area-inset-top)}.container{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1em;width:100%;flex-wrap:wrap;background-color:#e7e1e7;padding:1em}.dmz{background-color:#004987;color:#fff;width:100vw;min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.dmz p{max-width:22em}.dmz input[type=text],.dmz input[type=password]{border:none}.dmz a{color:#a6deff}.dmz .logo{height:8em;width:8em}app-menu,.container{min-height:100vh}app-list,app-stockList,app-stockManager{margin-top:.25em}app-imageupload{width:15em;display:flex;justify-content:center}li{text-align:left}.logo,.Logo{background-image:url("./media/Logo-TAKKSFT4.svg");min-width:5em;min-height:4em;background-position:center center;background-size:contain;background-repeat:no-repeat;margin:.5em 0}h1{font-size:1.5em}h2{font-size:1.05em;font-weight:400;margin:0;padding:0}a.btnRed{background-color:#ec3b00}a.btnGreen{background-color:#73d67d}a.btnBlack{background-color:#000}a.btnPurple{background-color:#bc70ff}input:focus-visible,textarea:focus-visible{outline:none}input,textarea,select,button{font:inherit;margin:auto}.wrapper{display:flex;flex-direction:row}.wrapper>:last-child{display:contents}.banner{position:sticky;top:0;display:flex;flex-direction:column;color:#fff;background-color:#004987;min-height:100vh;width:11em;align-items:center;z-index:10;padding:0 1em;gap:1em}.banner .menu{justify-content:flex-start;display:flex;flex-direction:column;gap:.25em}.banner a{color:#fff}.banner h1{margin:0 auto}.banner .user{display:flex;flex-direction:column;align-items:center}.banner .initials{background-color:#000;color:#fff;width:2.5em;height:2.5em;display:flex;align-items:center;justify-content:center;border-radius:3em}a{text-decoration:none;color:#004987;display:inline-flex;flex-direction:column;cursor:pointer}a.lnk{border-radius:3em;padding:.25em .1em;transition:background-color linear .3s}a.lnk:hover{color:#004987;background-color:#a6deff}a.link:after{content:"";background-color:#004987;height:5px;border-radius:3em}form,.form{display:flex;flex-direction:column;gap:1em;min-width:24em;margin:0 auto}.loginForm{display:flex;flex-direction:column;align-items:center;width:100%;max-width:fit-content;gap:1em}.formArray{gap:1em;display:flex;flex-direction:column}.formGroupInline,.formGroup,.group{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.25em}.formGroupInline>div,.formGroup>div,.group>div{display:flex;justify-content:flex-start;align-items:center;gap:.5em}.formGroup>div{width:100%}.preview .formGroup>div{min-height:1.5em}.preview>app-preview-display>.formGroup:after{content:"**********************************"}.btnGroup{position:relative;display:flex;flex-direction:row;align-items:center;width:fit-content;gap:.25em;padding:0 1em 0 0}.tag{display:flex;align-items:center}.tag:focus-visible{outline:5px solid #b4bdc8;border-radius:4px}.tag:focus:not(:focus-visible){outline:none}.col{top:0;display:flex;flex-direction:column;gap:5px;width:calc(50% - 1em);background-color:#fff;padding:1em;border-radius:.5em}.row.top{align-items:flex-start;justify-content:flex-start}.row.center{align-items:center;justify-content:center}.row.btwn{align-items:center;justify-content:space-between}.row{display:flex;flex-direction:row;gap:1em;flex-wrap:wrap;width:100%}.btwn{justify-content:space-between}.center{justify-content:center}.nowrap{flex-wrap:nowrap}.left{align-items:flex-start;justify-content:flex-start}.small{text-transform:uppercase;font-size:.8em}label{text-transform:uppercase;font-size:.75em;display:flex}.asInput{padding:.5em .25em;border:1px solid #ffe7ff;max-width:29em;width:100%;margin:0}input[type=text],input[type=date],input[type=password],textarea,select,editor,.inptDisabled{width:24em;padding:.5em .25em;border:4px solid #b4bdc8;background-color:#fff;border-radius:.5em;min-height:2.625em}input[type=text]:disabled,.inptDisabled{border:4px solid #b4bdc8;background-color:#e7e1e7}.lkTxtArea{width:calc(100% - 1em);min-height:2.5em}#inptFilter{margin:0 .5em}input[type=text].inptSmall,select.inptSmall{width:7.5em}input[type=date]{width:fit-content}input[type=text].inptMedium,select.inptMedium{width:10em}input[type=text].inptMini,select.inptMini{width:5.5em}input[type=text].inptMicro,select.inptMicro{width:4em}input[type=date]{margin-right:10em}button,input[type=button],input[type=submit],a.btn{border-radius:3em;max-width:10em;height:2em;min-width:2.5em;padding:0 1em;line-height:1em;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;background-color:#bc70ff;border:none;text-transform:capitalize;overflow:hidden;gap:.5em}.btnSecondus{background-color:#bc70ff;border-radius:3em;padding:.25em .5em;color:#fff;min-height:2em;min-width:2em;gap:.5em;width:fit-content;overflow:hidden;position:relative;display:flex;justify-content:flex-start;flex-direction:row;align-content:center;flex-wrap:wrap}.ellipsis{white-space:nowrap;text-overflow:ellipsis}.target{min-height:3em;background-image:radial-gradient(circle,#fff .5em,#e7e1e7 .5em 1em,#fff 1em 1.5em,#e7e1e7 1.5em 2em,#fff 2em 2.5em)}.btnSecondus.edit{width:100%;justify-content:space-between}.btnOff{background-color:#d3b4ee}.icn{border-radius:3em;background-color:#bc70ff;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;height:2em;width:2em}.icnReverse{border-radius:3em;background-color:#b4bdc8;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;height:2em;width:2em}.settings{display:flex;flex-direction:row;align-items:center}.settings:before{content:"";min-width:1em;width:2em;height:2em;background-image:url("./media/settings-KPERA3WY.svg");background-size:contain}.add:after{content:"";min-width:1em;width:1em;height:1em;background-image:url("./media/X-FIDUIEVJ.svg");background-size:contain}.tick:after{content:"";min-width:1em;width:1em;height:1em;background-image:url("./media/tick-NQTOR7J3.svg");background-size:contain}.close:after{content:"";min-width:1em;width:1em;height:1em;background-image:url("./media/X-FIDUIEVJ.svg");background-size:contain;transform:rotate(45deg);display:inline-flex}.rotateRight:after,.rotateLeft:after{content:"";width:1em;height:1em;background-image:url("./media/Rotate-HXQJKPYY.svg");background-size:contain;display:inline-flex}.rotateRight:after{transform:rotate(90deg) scaleX(-1)}.rotateLeft:after{transform:rotate(-90deg)}.indent:after{content:"";width:1em;height:1em;background-image:url("./media/arrow-FDQSUO7L.svg");transform:rotate(90deg) scaleX(-1);background-size:contain;background-repeat:no-repeat}.outdent:after{content:"";width:1em;height:1em;background-image:url("./media/arrow-FDQSUO7L.svg");transform:rotate(-90deg) scaleX(-1);background-size:contain;background-repeat:no-repeat}.updown:after{content:"";width:1em;height:1em;background-image:url("./media/updown-6JLUBTBI.svg");background-size:contain;background-repeat:no-repeat}.icnInfo:after{content:"";width:1em;height:1em;background-image:url("./media/info-W4AOHTIL.svg");background-size:contain;background-repeat:no-repeat}.icnProduct:after{content:"";width:1em;height:1em;background-image:url("./media/product-TAQHN74Y.svg");background-size:contain;background-repeat:no-repeat}.icnPage:after{content:"";width:1em;height:1em;background-image:url("./media/page-NY2FHDMU.svg");background-size:contain;background-repeat:no-repeat}.product,.page{border:3px solid transparent;border-radius:3em;display:flex;justify-content:center;gap:.1em;padding:0 .5em}.icnOrange{border-color:#f8a305}.icnAbsolute{position:absolute;top:0;left:0;margin:.25em}input[type=button]:disabled,input[type=submit]:disabled,.btnDisabled{background-color:#b4bdc8;opacity:.5}.loginForm input.ng-invalid:not(.ng-untouched),.loginForm textarea.ng-invalid:not(.ng-untouched),.loginForm select.ng-invalid:not(.ng-untouched){background:linear-gradient(to top,#ec3b00 .5em,#fff .5em)}.form input.ng-invalid,.form textarea.ng-invalid,.form select.ng-invalid{background:linear-gradient(to top,#ec3b00 .5em,#fff .5em)}input.ng-valid:not(.ng-untouched),textarea.ng-valid:not(.ng-untouched),select.ng-valid:not(.ng-untouched){background:linear-gradient(to top,#73d67d .5em,#fff .5em)}.pagination{display:flex;flex-direction:row;gap:1em;justify-content:center}.pagination a{width:2em;height:2em;background-color:#fff;display:inline-flex;justify-content:center;font-weight:700;border-radius:3em}.pagination .on{color:#bc70ff}.pagination .off{color:#b4bdc8}.metas{width:100%;max-width:32em;background-color:#fefcb7;display:flex;flex-direction:column;gap:.25em;padding:.5em;border-radius:.75em}.metas .formGroup{width:100%}.formBtns{position:sticky;top:3em;background-color:#004987;width:100%;justify-content:center;display:flex;flex-direction:row;padding:1em;z-index:10;gap:.5em}.formBtns input[type=button],.formBtns input[type=submit],.formBtns .btn{margin:0}.list{display:flex;flex-direction:column;flex-wrap:wrap;min-width:24em;gap:.5em;justify-content:center}.navigationGroup{display:flex;gap:.25em;justify-content:flex-start;flex-direction:column;background-color:#e7e1e7;position:relative;max-width:30em;width:100%;border-radius:.75em;padding:.5em 0}.listHeader{display:flex;gap:.75em;justify-content:flex-start;flex-direction:column;position:relative;max-width:30em;width:100%}.listItem{display:flex;gap:.75em;justify-content:flex-start;flex-direction:column;padding:.5em;background-color:#e7e1e7;position:relative;width:100%}.wrap{flex-wrap:wrap}.listLeft{width:4.75em;height:4.75em;aspect-ratio:1/1;background-image:radial-gradient(circle,#fff .5em,#e7e1e7 .5em 1em,#fff 1em 1.5em,#e7e1e7 1.5em 2em,#fff 2em 2.5em)}.listLeft>img{width:100%;height:100%;object-fit:contain}.listRight{flex-direction:column;display:flex;flex-wrap:wrap;gap:.5em;width:100%;justify-content:space-between}.listRight div{text-align:left}.listRight div.listBtns{display:flex;flex-direction:row;gap:.5em;justify-content:flex-end}.grid{display:grid;grid-template-columns:repeat(2,1fr)}.gridItm{display:flex;flex-direction:column;margin:.5em;padding:.5em;justify-content:flex-start;align-items:center;border-radius:.5em;border:.25em solid #bc70ff;background-color:#fff}input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.stepBtns{display:flex;flex-direction:row;margin:auto}.progressBar{align-items:center;justify-content:left;text-align:left}.progressBar .progressWrapper{display:block;width:100%;height:1em;position:relative;overflow:hidden;text-align:left}.progressBar .progressWrapper .progress{background-color:#b4bdc8;height:2em;width:0%;display:inline-block;position:relative}#filedrag{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;cursor:default;width:100%;font-weight:300;color:#fff;margin:auto;background-image:radial-gradient(circle,#fff .5em,#e7e1e7 .5em 1em,#fff 1em 1.5em,#e7e1e7 1.5em 2em,#fff 2em 2.5em);transition:background-color linear .3s}#filedrag.hover{background-image:radial-gradient(circle,#fff .5em,#e7e1e7 .5em 1em,#fff 1em 1.5em,#e7e1e7 1.5em 2em,#fff 2em 2.5em)}#filedrag:after{content:"Drop files or click here";text-align:center;color:#004987;display:inline-block}.imgPreviewWrap{flex-direction:column;flex-wrap:wrap;display:flex}.imgPreview,.imgUploaded{position:relative;display:inline-block;object-fit:contain}.imgPreview{aspect-ratio:1/1;width:10em;height:10em;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:default;font-weight:300;color:#000;width:100%;background-image:radial-gradient(circle,#fff 20%,#e7e1e7 20% 40%,#fff 40% 60%,#e7e1e7 60% 100%,#fff);transition:background-color linear .3s}.imgPreview>img{object-fit:contain;width:10em;height:10em;opacity:.5;position:absolute}.imgUploaded>img{object-fit:contain;width:10em;height:10em}.imgPreview>div{object-fit:contain;display:flex;justify-content:center;align-items:center;width:10em;height:10em;position:absolute}.tinyImage{height:3em}.mediumImage{width:8em}.thmbImage{background-color:#fff;aspect-ratio:1/1;position:relative;display:flex;justify-content:center;align-items:center;width:3em;overflow:hidden}.thmbImage img{width:100%;height:100%;object-fit:contain}.gridImage{background-color:#fff;aspect-ratio:1/1;position:relative;display:flex;justify-content:center;align-items:center;width:9.5em}.gridImage .btns{bottom:0;position:absolute;display:flex;justify-content:space-between}.gridImage img{width:100%;height:100%;object-fit:contain}.gridImage video{width:100%;height:100%;object-fit:contain}.gridImages{display:flex;flex-wrap:wrap;gap:.25em;width:fit-content;margin:auto}.stock{display:flex;flex-direction:row;flex-wrap:wrap;padding:.25em;gap:.25em}.stock .row{gap:.25em}.context{display:flex;flex-direction:row;justify-content:center;gap:.15em;align-items:center}.context div{display:block;height:.25em;width:.25em;border-radius:3em;background-color:#fff}.contextMenuWrapper{position:relative}.contextMenu{z-index:10;position:absolute;display:flex;flex-direction:column;top:2.5em;right:0;min-width:8em;padding:.5em;justify-content:center;align-items:flex-start;background-color:#fff;-moz-box-shadow:0 0 .25em -.05em #000000;-webkit-box-shadow:0 0 .25em -.05em #000000;box-shadow:0 0 .25em -.05em #000;gap:.25em}.contextMenu>div{width:100%;display:flex;flex-direction:column;gap:.25em}.contextMenu>div>a{width:100%}.contextMenu>a{width:100%}.popUpWrapper{position:fixed;top:0;left:0;min-width:100vw;min-height:100vh;display:flex;z-index:125;overflow:scroll;justify-content:center;align-items:center;background-color:#ffffff74}.popUpWrapper .popUpInner{max-height:100vh;overflow-y:auto;max-width:34em;gap:.25em;background-color:#fff;display:flex;flex-direction:column;align-items:center;border-radius:1em;-moz-box-shadow:0 0 .25em -.05em #000000;-webkit-box-shadow:0 0 .25em -.05em #000000;box-shadow:0 0 .25em -.05em #000;padding:.25em}.tox-tinymce{border:none!important;border-radius:unset!important}@media (min-width: 1024px){.dsktTopColumns{display:flex;flex-direction:row;justify-content:center}.dsktTopColumns>*{flex:1 1 50%;justify-content:flex-start}.dsktTopColumns>:only-child{flex-basis:100%}}.pickerWrapper{position:relative;width:100%}.pickerResults{position:absolute;top:0;left:0;border:4px solid #b4bdc8;border-radius:.5em;width:100%;background-color:#fff;z-index:100;-moz-box-shadow:0 0 .25em -.05em #000000;-webkit-box-shadow:0 0 .25em -.05em #000000;box-shadow:0 0 .25em -.05em #000;display:flex;flex-direction:column}.pickerResults a{min-height:2em;display:flex;text-align:left;padding:0 .25em;justify-content:center;border-bottom:1px solid #b4bdc8}.active{font-weight:700}.inactive{text-decoration:line-through}table{width:100%;border-collapse:collapse;margin:1em 0}table thead{background-color:#e7e1e7;font-size:.8em;text-transform:uppercase}table thead>tr>td>a{display:flex;flex-direction:row;align-items:center;gap:1em;justify-content:center;color:#9556d7}table thead>tr>td>a:before{content:"";background-image:url("./media/updown-6JLUBTBI.svg");width:1.5em;height:1.5em;display:inline-block;background-size:contain;background-position:center center}table tr{border-bottom:1px solid #e7e1e7}table td{line-height:1.5em;padding:.25em}table td.right{text-align:right}.preview{display:flex;flex-direction:column;gap:1em}.headerGroup{gap:1em;margin:1em;display:flex;flex-direction:column}.checker{width:12em;white-space:nowrap;text-overflow:ellipsis;font-size:1em;text-transform:capitalize;cursor:pointer;display:inline-flex;align-items:center;gap:.25em;padding:.25em .5em .25em .25em}.checker:before{border-radius:3em;display:inline-flex;height:2em;min-width:2em;content:"";background-image:url("./media/tick-NQTOR7J3.svg");background-repeat:no-repeat;background-position:center center;background-size:75%;cursor:pointer;background-color:#b4bdc8}.chkBx,.chkBxRed,.chkBxOrange,.chkBxGreen{display:none}.chkBx:checked+.checker:before{content:"";background-image:url("./media/tick-NQTOR7J3.svg");background-color:#73d67d}
