.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:16px;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:column;align-items:center;gap:1em;width:100%;flex-wrap:wrap;background-color:#eaf2e3;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}.container{min-height:calc(100vh - 4em)}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;text-transform:capitalize}h2{font-size:1.15em;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}.wrapper{display:flex;flex-direction:column}.wrapper>:last-child{display:contents}.wrapper app-invoiceview{display:contents}.col app-list{display:contents}.banner{position:sticky;top:0;display:flex;flex-direction:row;background-color:#004987;min-height:4em;width:100vw;align-items:center;z-index:10;padding:0 1em;gap:1em}.banner h1{margin:0 auto;color:#fff}.banner .user{display:flex;flex-direction:row;align-items:center;min-width:5em;justify-content:center}.banner .initials{background-color:#fff;color:#004987;width:2.5em;height:2.5em;display:flex;align-items:center;justify-content:center;border-radius:3em}.banner .burger{color:#004987;width:2.5em;height:2.5em;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:transform .3s ease-in-out;gap:.25em}.banner .burger div{background-color:#fff;width:2em;height:5px;border-radius:3em}.banner .open{transform:rotate(90deg)}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}.loginForm{display:flex;flex-direction:column;align-items:center;width:100%;max-width:fit-content;gap:1em}.loginForm .formGroup{width:18em}.group{margin:none}.formGroup{margin:auto;width:24em;max-width:100%}.formGroup,.group{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.25em}.formGroup>div,.group>div{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.formGroup>div{width:100%}.right{justify-content:flex-end;width:calc(100% - 2em)}.col{position:sticky;top:1em;display:flex;flex-direction:column;gap:1em;width:calc(50% - 1em);background-color:#fff;padding:1em 0 0;border-radius:.5em}.row.top{align-items:flex-start;justify-content:flex-start}.row.center{align-items:center;justify-content:center}.row.left.center{align-items:center;justify-content:flex-start}.row.btwn{justify-content:space-between}.row{display:flex;flex-direction:row;gap:1em;flex-wrap:wrap;padding:.25em 0 0;margin:.25em 0 0;width:100%}.border{border-top:1px solid #b4bdc8}.btwn{justify-content:space-between}.center{justify-content:center}.nowrap{flex-wrap:nowrap}.left{align-items:flex-start;justify-content:flex-start;text-align:left}.small{text-transform:uppercase;font-size:.8em}label{text-transform:uppercase;font-size:.75em;display:flex;color:#7c7e81}.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;max-width:100%;padding:.5em .25em;border:1px solid #b4bdc8;background-color:#fff;border-radius:.25em;min-height:2.625em;-moz-box-shadow:0 0 .25em -.1em #b4bdc8;-webkit-box-shadow:0 0 .25em -.1em #b4bdc8;box-shadow:0 0 .25em -.1em #b4bdc8}input[type=text]:disabled,.inptDisabled{border:1px solid #b4bdc8;background-color:#eaf2e3}.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:.25em;height:2em;min-height:2em;width:fit-content;padding:0 1em;line-height:1em;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;background-color:#004987;border:none;text-transform:capitalize;overflow:hidden;gap:.5em;-moz-box-shadow:0 0 .25em -.1em #b4bdc8;-webkit-box-shadow:0 0 .25em -.1em #b4bdc8;box-shadow:0 0 .25em -.1em #b4bdc8}.btnSecondus,.subNav a{background-color:#b4bdc8;border-radius:.25em;padding:.25em .5em;color:#fff;min-height:2em;min-width:2em;gap:.5em;overflow:hidden;position:relative;display:flex;justify-content:space-between;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,#eaf2e3 .5em 1em,#fff 1em 1.5em,#eaf2e3 1.5em 2em,#fff 2em 2.5em)}.btnOff{background-color:#b4bdc8}.icn{border-radius:3em;background-color:#b4bdc8;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;height:2em;width:2em;min-height: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:after,.payments:after{content:"";min-width:1em;width:1.5em;height:1.5em;background-image:url("./media/settings-KPERA3WY.svg");background-size:100%;background-repeat:no-repeat;background-position:center center}.payments:after{background-image:url("./media/payments-CRLBAO3W.svg")}.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}.updown:after{content:"";width:1em;height:1em;background-image:url("./media/updown-6JLUBTBI.svg");background-size:contain;background-repeat:no-repeat}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 .25em,#fff .25em)}form{display:flex;flex-direction:column;gap:1em}.form input.ng-invalid,.form textarea.ng-invalid,.form select.ng-invalid{background:linear-gradient(to top,#ec3b00 .25em,#fff .25em)}input.ng-valid:not(.ng-untouched),textarea.ng-valid:not(.ng-untouched),select.ng-valid:not(.ng-untouched){background:linear-gradient(to top,#73d67d .25em,#fff .25em)}.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}.listLeft{width:4.75em;height:4.75em;aspect-ratio:1/1;background-image:url("./media/Logo-TAKKSFT4.svg")}.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}input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.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:#00000078}.popUpWrapper .popUp{max-height:100vh;width:100%;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 -.1em #b4bdc8;-webkit-box-shadow:0 0 .25em -.1em #b4bdc8;box-shadow:0 0 .25em -.1em #b4bdc8;padding:1em}.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 -.1em #b4bdc8;-webkit-box-shadow:0 0 .25em -.1em #b4bdc8;box-shadow:0 0 .25em -.1em #b4bdc8;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}table{width:100%;border-collapse:collapse}table thead{background-color:#eaf2e3;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 #eaf2e3}table td{line-height:1.5em;padding:.25em}table td.right{text-align:right}.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}.paymentWrapper{padding:1em}.icnHidePass,.icnShowPass{width:2em;height:2em;display:block;position:absolute;right:.5em;background-image:url("./media/lookoff-47YZ3GDN.svg");background-repeat:no-repeat;background-position:center center;background-size:contain}.icnShowPass{background-image:url("./media/lookon-ONZDBS4O.svg")}.dashboard{display:flex;flex-direction:column;width:100%;gap:1em}@media (min-width: 768px){.dashboard{flex-direction:row;flex-wrap:wrap}}.dashBox{flex:var(--size, 0);background-color:#fff;width:100%;max-width:24em;border-radius:.25em;padding:.5em;text-align:left;-moz-box-shadow:0 0 .25em -.1em #b4bdc8;-webkit-box-shadow:0 0 .25em -.1em #b4bdc8;box-shadow:0 0 .25em -.1em #b4bdc8}.popUpMenu{position:absolute;top:4em;width:12em;border:1px solid #b4bdc8;-moz-box-shadow:0 0 .25em -.1em #b4bdc8;-webkit-box-shadow:0 0 .25em -.1em #b4bdc8;box-shadow:0 0 .25em -.1em #b4bdc8;background-color:#fff;display:flex;flex-direction:column;border-radius:.25em;padding:1em .25em;gap:.1em;line-height:1.5em;z-index:100}.popUpMenu a{width:100%}.popUpMenu.left{left:.5em}.popUpMenu.right{right:.5em}app-paymentsadd,app-content,app-article{display:contents}.navigation{position:sticky;top:0;display:flex;flex-direction:row;gap:2em;align-items:center;width:100vw;justify-content:space-between}.subNav{display:flex;justify-content:center;gap:.5em}.subNav a{display:inline-block;text-overflow:ellipsis;text-align:center;flex:1}.green{color:#73d67d}.red{color:#ec3b00}.orange{color:#f8a305}td.green{background-color:#73d67d;color:#fff}td.red{background-color:#ec3b00;color:#fff}td.orange{background-color:#f8a305;color:#fff}.padding{padding:1em}
