:root{font-family:"Outfit",sans-serif}@supports(font-variation-settings:normal){:root{font-family:"Outfit",sans-serif;font-optical-sizing:auto}}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;background:var(--body-bg-url);font-family:"Outfit",sans-serif;font-size:11pt;color:var(--body-color);border-radius:.9375rem}.loading{overflow:hidden!important}.btn-primary{background-color:var(--btn-color);border-color:var(--btn-color);color:var(--btn-text-color)}.btn-primary:hover{background-color:var(--btn-color-hover);border-color:var(--btn-color-hover)}.header-block{max-width:480px;display:var(--header-display);align-items:center;border-bottom:2px solid var(--bank-item-border-color)}.header-block span{font-weight:bold;overflow:hidden;text-overflow:ellipsis;max-width:150px;display:inline-block}.container-wrapper{width:100%;max-width:480px;margin:0 auto;padding:0 1rem;box-sizing:border-box}.bank-mode-toggle{position:relative;right:10px;float:right;margin-left:-28px}.bank-mode-toggle button{background:none;border:0;color:var(--view-toggle-button-color);font-size:12pt;cursor:pointer}.bank-list{border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.08);overflow:hidden;align-content:start}.app-list-item{border:1px solid var(--bank-item-border-color);background-color:var(--bank-item-bg);cursor:pointer}.app-list-item .account-name,.app-list-item .profile-name{color:var(--body-color)}.app-list-item.nsf,.app-list-item.nsf *{color:var(--bs-gray)!important;cursor:not-allowed}.app-list-item:hover{background:var(--bank-item-hover-bg);border-color:var(--bank-item-hover-bg)}.bank-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--bank-item-border-color);background-color:var(--bank-item-bg);cursor:pointer;transition:background-color .2s ease-in-out;font-size:11pt}.bank-item:last-child{border-bottom:0}.bank-item:hover{background-color:var(--bank-item-hover-bg)}.bank-item i{color:var(--bank-item-color);font-size:.8em}.bank-info{display:flex;align-items:center;gap:1rem}.bank-icon{width:32px;height:32px;max-height:32px}.bank-name{font-weight:400;color:var(--bank-item-color)}.bank-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}.bank-grid-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem;border-radius:8px;background-color:var(--bank-item-bg);box-shadow:0 1px 3px rgba(0,0,0,.1);transition:box-shadow .2s;cursor:pointer;font-size:.85rem}.bank-grid-item:hover{box-shadow:0 1px 3px rgba(0,0,0,.1);background-color:var(--bank-item-hover-bg)}.bank-grid-item .bank-icon{width:40px;height:40px;max-height:40px;margin-bottom:.5rem}.zoom-out{animation:zoom-out-element .2s ease}.zoom-in{animation:zoom-in-element .3s ease}@keyframes zoom-out-element{0%{transform:scale(1,1)}100%{transform:scale(0,0)}}@keyframes zoom-in-element{0%{transform:scale(0,0)}100%{transform:scale(1,1)}}.brand-logo{max-height:40px}.bank-notice p{margin:1px}.bank-notice.bg-dark{color:#fff!important}.bank-notice.alert-none{box-shadow:none!important}.form-floating>.form-control,.form-floating>.form-control:focus{transition:padding .2s ease-in-out}.form-floating>label{transition:transform .2s ease-in-out,opacity .2s ease-in-out}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.shake-it{animation:shake 2s cubic-bezier(.36,.07,.19,.97) both}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.footer-block{border-top:1px solid var(--bank-item-border-color)}.secure-block{width:fit-content;border:1px solid var(--body-color);padding:1px 5px;color:var(--body-color)}.smaller{font-size:.8em}.lodr{width:24px;height:24px;border:3px solid;border-color:var(--view-toggle-button-color) transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation .5s linear infinite}.lodr-sm{width:16px;height:16px;border-width:2px}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fade-out-fast{animation:fadeOut .2s ease-in-out forwards}.fade-in-fast{animation:fadeIn .2s ease-in-out forwards}#bankAuthView{transition:all .5s}.auth-container{transition:all .5s}.process-container{transition:all .5s;transform:scale(0);min-height:300px}.result-container{transition:all .5s;transform:scale(0)}.svg-box{display:inline-block;position:relative;width:150px;margin-top:-20px}.green-stroke{stroke:#198754}.red-stroke{stroke:#ea0000}.yellow-stroke{stroke:#ffc107}.text-problem{color:var(--bs-orange)!important}.text-problem .red-stroke{stroke:var(--bs-orange)!important;color:var(--bs-orange)!important}.circular circle.path{stroke-dasharray:330;stroke-dashoffset:0;stroke-linecap:round;opacity:.4;animation:.7s draw-circle ease-out}.checkmark{stroke-width:7;stroke-linecap:round;position:absolute;top:56px;left:49px;width:52px;height:40px}.checkmark path{animation:1.5s draw-check ease-out}@keyframes draw-circle{0%{stroke-dasharray:0,330;stroke-dashoffset:0;opacity:1}80%{stroke-dasharray:330,330;stroke-dashoffset:0;opacity:1}100%{opacity:.4}}@keyframes draw-check{0%{stroke-dasharray:49,80;stroke-dashoffset:48;opacity:0}50%{stroke-dasharray:49,80;stroke-dashoffset:48;opacity:1}100%{stroke-dasharray:130,80;stroke-dashoffset:48}}.cross{stroke-width:7;stroke-linecap:round;position:absolute;top:54px;left:54px;width:40px;height:40px}.cross .first-line {animation:1s draw-first-line ease-out}.cross .second-line{animation:1s draw-second-line ease-out}@keyframes draw-first-line{0%{stroke-dasharray:0,56;stroke-dashoffset:0}50%{stroke-dasharray:0,56;stroke-dashoffset:0}100%{stroke-dasharray:56,330;stroke-dashoffset:0}}@keyframes draw-second-line{0%{stroke-dasharray:0,55;stroke-dashoffset:1}50%{stroke-dasharray:0,55;stroke-dashoffset:1}100%{stroke-dasharray:55,0;stroke-dashoffset:70}}.alert-sign{stroke-width:7;stroke-linecap:round;position:absolute;top:40px;left:68px;width:15px;height:70px;animation:.5s alert-sign-bounce cubic-bezier(.175,.885,.32,1.275)}.alert-sign .dot{stroke:none;fill:#ffc107}@keyframes alert-sign-bounce{0%{transform:scale(0);opacity:0}50%{transform:scale(0);opacity:1}100%{transform:scale(1)}}.btn-back{color:var(--body-color)}#authSubTitle{font-size:10pt}.absa-pwd{text-align:center;width:35px!important;height:35px;border:1px solid #870a3c;margin:1px}.hl{background-color:#af154b!important;color:#fff;border:1px solid #af154b}.da{background-color:#ddd!important;color:#aaa;border:1px solid #ddd}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-1rem)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#f8fafc;background-clip:padding-box;border:1px solid transparent;border-radius:4px;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#1e293b}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.24}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e6e7e9;border-top-left-radius:3px;border-top-right-radius:3px}.modal-header .btn-close{padding:.75rem .75rem;margin:-.75rem -.75rem -.75rem auto}.modal-title{margin-bottom:0;line-height:1.4285714}.modal-body{position:relative;flex:1 1 auto;padding:1.5rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:1.125rem;border-top:0 solid #e6e7e9;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.modal-footer>*{margin:.375rem}@media(min-width:576px){.modal-dialog{max-width:540px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:380px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:720px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.modal-content .btn-close{position:absolute;top:0;right:0;width:3.5rem;height:3.5rem;margin:0;padding:0;z-index:10}.modal-body::-webkit-scrollbar{width:6px;height:6px;-webkit-transition:background .3s;transition:background .3s}@media(prefers-reduced-motion:reduce){.modal-body::-webkit-scrollbar{-webkit-transition:none;transition:none}}.modal-body::-webkit-scrollbar-thumb{border-radius:5px;background:rgba(var(--tblr-body-color-rgb),.16)}.modal-body::-webkit-scrollbar-track{background:rgba(var(--tblr-body-color-rgb),.06)}.modal-body:hover::-webkit-scrollbar-thumb{background:rgba(var(--tblr-body-color-rgb),.32)}.modal-body::-webkit-scrollbar-corner{background:transparent}.modal-body .modal-title{margin-bottom:1rem}.modal-body+.modal-body{border-top:1px solid var(--tblr-border-color)}.modal-status{position:absolute;top:0;left:0;right:0;height:3px;background:#fff;border-radius:4px 4px 0 0}.modal-header{align-items:center;min-height:3.5rem;background:#fff;padding:0 3.5rem 0 1.5rem}.modal-title{font-size:1rem;font-weight:600;line-height:1.4285714}.modal-footer{padding-top:0;padding-bottom:.75rem}.modal-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-full-width{max-width:none;margin:0 .5rem}