@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.btn{width:auto;font-weight:500;border:0;border-radius:3em;cursor:pointer;display:inline-block;line-height:1.5;box-shadow:#00000026 0 3px 3px;transition:all .1s ease-in-out}.btn-link{background-color:transparent;box-shadow:none;color:var(--color-primary);padding:0;text-decoration:underline;border:0}.btn-link:hover{cursor:pointer;color:var(--color-primary-hover)}.btn:hover{transform:scale(1.02);transition:all .1s ease-in-out}.btn:disabled{background-color:#76819a;color:#fff;cursor:not-allowed;transform:scale(1)}.btn:disabled:hover{background-color:#76819a}.btn-centered{margin:0 auto}.btn-small{font-size:.75rem;padding:5px 16px}.btn-medium{font-size:.85rem;padding:8px 20px}.btn-large{font-size:.95rem;width:12rem;height:1.9rem}.btn-primary{color:#fff;background-color:var(--color-primary)}.btn-primary:hover{background-color:var(--color-primary-hover)}.btn-secondary{color:#333;background-color:transparent;box-shadow:#00000026 0 0 0 1px inset}.btn-secondary:hover{background-color:var(--color-secondary-hover)}.btn-danger{color:#fff;background-color:var(--color-danger)}.btn-danger:hover{background-color:var(--color-danger-hover)}.btn-warning{color:#fff;background-color:var(--color-warning)}.btn-warning:hover{background-color:var(--color-warning-hover)}.btn-success{color:#fff;background-color:var(--color-success)}.btn-success:hover{background-color:var(--color-success-hover)}.btn-transparent{color:var(--color-primary);background-color:transparent;box-shadow:none}.btn-transparent:hover{background-color:var(--color-primary-hover)}.btn-icon{padding:10px}.btn-icon:hover{background-color:transparent}@media (max-width: 480px){.btn{font-weight:400}.btn-small{font-size:.55rem;padding:3px 14px}.btn-medium{font-size:.65rem;padding:5px 16px}.btn-large{font-size:.75rem}}.typography{margin:0}.font-size-sm{font-size:.875rem}.font-size-md{font-size:1rem}.font-size-lg{font-size:1.25rem}.font-size-xl{font-size:1.7rem}@media screen and (max-width: 480px){.font-size-sm{font-size:.7rem}.font-size-md{font-size:.8rem}.font-size-lg{font-size:.9rem}.font-size-xl{font-size:1.2rem}}.loader{background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%}.pl{width:6em;height:6em}.pl__ring{animation:ringA 2s linear infinite}.pl__ring--a{stroke:var(--color-success)}.pl__ring--b{animation-name:ringB;stroke:var(--color-warning)}.pl__ring--c{animation-name:ringC;stroke:var(--color-primary)}.pl__ring--d{animation-name:ringD;stroke:var(--color-danger)}@keyframes ringA{0%,4%{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-330}12%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-335}32%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-595}40%,54%{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-660}62%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-665}82%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-925}90%,to{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-990}}@keyframes ringB{0%,12%{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-110}20%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-115}40%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-195}48%,62%{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-220}70%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-225}90%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-305}98%,to{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-330}}@keyframes ringC{0%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:0}8%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-5}28%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-175}36%,58%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-220}66%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-225}86%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-395}94%,to{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-440}}@keyframes ringD{0%,8%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:0}16%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-5}36%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-175}44%,50%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-220}58%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-225}78%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-395}86%,to{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-440}}@media screen and (max-width: 768px){.loader{margin-top:1rem}}.input-container{position:relative;width:100%}.input-field{font-size:.9rem;background-color:transparent;width:100%;box-sizing:border-box;padding-inline:.5em;padding-block:.7em;border:none;border-bottom:2px solid rgba(221,221,221,.39)}.input-border{position:absolute;background:var(--color-primary);width:100%;height:0px;bottom:0;left:0;transition:.1s}input:hover{background:#dddddd63}input:focus{outline:none}input:focus~.input-border{height:2px}@media (max-width: 480px){.input-field{font-size:.8rem;padding-inline:.3em;padding-block:.5em}.input-field::placeholder{font-size:.8rem}}.count-down__container{display:flex;justify-content:center;align-items:center;flex-direction:column}.count-down__value{font-size:2.4rem;font-weight:700;position:absolute}.circle-loading{stroke:var(--color-secondary)}.count-down-loading__circle{transform:rotate(-90deg);transform-origin:center;stroke-dasharray:380;stroke-dashoffset:380;stroke:var(--color-primary)}@keyframes count_donw-circle{0%{stroke-dashoffset:380}to{stroke-dashoffset:0}}.select-container{position:relative}.select-field{width:100%;padding:.3rem;border:1px solid rgba(78,78,78,.301);border-radius:.5rem;outline:none;background-color:transparent}.select-label{font-size:16px}:root{--ff-sans: "Poppins", Inter, "Istok Web", system-ui, Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;--base-size: 16px;--fz-xs: .7rem;--fz-sm: .8rem;--fz-base: 1rem;--fz-lg: 1.125rem;--fz-xl: 1.6rem;--color-text: #242424;--color-muted: #76819a;--bg-primary: #ffffff;--color-primary: #0ca4ad;--color-primary-600: #0ca4adad;--color-primary-hover: #1ca1ca;--color-secondary: #e2e8f0;--color-secondary-hover: #cbd5e1;--color-danger: #dc2626;--color-danger-hover: #b91c1c;--color-success: #03d370ad;--color-success-hover: #16a34a;--color-warning: #f59e0b;--color-warning-hover: #d97706;--accent-color: #76819a;--container-max: 1200px;--radius: 8px;--radius-round: 9999px;--gap-sm: .5rem;--gap-md: 1rem;--gap-lg: 1.5rem;--transition-fast: .18s;--transition: .3s cubic-bezier(.22, .9, .35, 1);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 6px 18px rgba(0, 0, 0, .08)}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--ff-sans);font-size:var(--base-size);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;line-height:1.5;color:var(--color-text)}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg-primary);-webkit-font-smoothing:antialiased;display:block;-webkit-tap-highlight-color:transparent;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--color-text);margin:0 0 .5rem;font-weight:600;line-height:1.2}h1{font-size:clamp(1.4rem,1.8vw + 1rem,2rem)}h2{font-size:clamp(1.2rem,1.5vw + .9rem,1.6rem)}h3{font-size:clamp(1rem,1.2vw + .8rem,1.3rem)}h4{font-size:1rem}h5{font-size:.9rem}h6{font-size:.8rem}p{margin:0 0 .5rem;font-size:var(--fz-base);color:var(--color-text)}p:last-child{margin-bottom:0}a{color:inherit;text-decoration:underline}strong{font-weight:600}section{margin:0;padding:0}ul{margin:0;padding:0}ul>li{list-style:none}figure{margin:0;padding:0}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.justify-center{justify-content:center}.w-full{width:100%}.text-sm{font-size:var(--fz-sm)}.text-xs{font-size:var(--fz-xs)}.text-acent{color:var(--accent-color)}.text-light{font-weight:300}.text-bold{font-weight:700}.text-center{text-align:center}.text-capitalize{text-transform:capitalize}.text-destructive{color:var(--color-danger)}.mt-10{margin-top:10px}.mt-30{margin-top:30px}.mb-10{margin-bottom:10px}.divider{width:100%;height:1px;background-color:#22c55e;margin:.5rem 0}.container{width:100vw;margin:0 auto;transition:all var(--transition);position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.navbar-container{position:relative;height:10rem;display:flex;background-color:var(--bg-primary)}.content-container{display:flex;flex:1;position:relative;width:100%;height:100%;margin:0 auto}.main-content{display:flex;padding:1rem;flex-direction:column;align-items:center;margin:0 auto;width:100%;transition:padding var(--transition);gap:var(--gap-md)}.loader-screen{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh}.form_header-title{color:var(--accent-color);padding:1rem 0 .5rem}.form_header-description{color:var(--accent-color);padding-bottom:1rem}.login-container{display:flex;flex-direction:column;justify-content:center;max-width:400px;width:100%;height:100%;margin:0 auto;gap:.5rem;padding:0}.form-section{display:flex;flex-direction:column;gap:14px;border-radius:8px;padding:16px}.form-input__container{display:flex;flex-direction:column;gap:var(--gap-sm)}.form-footer{display:flex;gap:1rem;justify-content:center;flex-direction:column}.form-footer__description{color:var(--accent-color);padding:.5rem 0;font-size:.9rem}.form-footer>ul{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;gap:1rem}.form-footer>ul>li{list-style:none}.form-select{width:100%;padding:8px 10px;border-radius:6px;border:1px solid #ccc;font-size:14px;background-color:#fff}.main-error-page,.main-notfund-page{margin:0 auto;width:100%;min-height:60vh;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:var(--bg-primary);padding:2rem;box-sizing:border-box}.error-title{max-width:90ch;font-size:clamp(1.8rem,3.5vw + .5rem,2.4rem);font-weight:700;text-align:center;color:#4b4b62;margin-bottom:16px}.error-subtitle{max-width:80ch;font-size:clamp(.9rem,1.2vw + .6rem,1rem);line-height:1.35;text-align:center;color:#4b4b62;margin-bottom:24px}.notfund-title{font-size:clamp(3rem,8vw,6rem);font-weight:300;text-align:center}.notfund-subtitle{font-size:1rem;margin-bottom:24px;text-align:center}.dashboard-container{display:flex;flex-direction:column;width:100%}.dashboard-actions{display:flex;gap:var(--gap-md);justify-content:space-around;background-color:#f3f4f6;padding:1rem .5rem;flex-wrap:wrap}.action-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.icon-container{background:#fff;border-radius:var(--radius-round);padding:.8rem;box-shadow:var(--shadow-sm);display:inline-flex;align-items:center;justify-content:center}.dashboard-header{width:100%;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.dashboard-title{margin:0;font-size:1.2rem;font-weight:600;color:#1f2937}.dashboard-user-info{display:flex;flex-direction:column;align-items:flex-end;font-size:.85rem;color:#4b5563;gap:4px}.user-name{font-weight:600;color:#111827}.user-detail{color:#6b7280}.deposits-section{width:100%}.deposits-section h3{color:var(--color-primary);font-weight:600;margin-bottom:.8rem}.deposits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin:0 auto;max-height:60vh;overflow-y:auto;padding-right:.5rem;align-items:start;width:100%}.no-deposits{grid-column:1 / -1;text-align:center;color:#777;font-size:1rem;padding:2rem 0}.deposit-card{display:flex;margin-top:.5rem;flex-direction:row;justify-content:space-between;align-items:center;border:1px solid var(--color-secondary);border-radius:calc(var(--radius) - 2px);padding:.8rem 1rem;background:#fff;cursor:pointer;gap:.75rem;box-shadow:var(--shadow-sm)}.deposit-card:hover{transform:translateY(-3px);transition:all .3s ease;box-shadow:var(--shadow-md);border-color:var(--color-primary)}.deposit-title{color:var(--color-primary);font-weight:600}.deposit-amount{color:var(--accent-color);font-size:.9rem}.deposit-amount strong{color:#000;font-weight:700}.dashboard-footer{position:fixed;bottom:0;left:0;right:0;width:100%;background:#f3f4f6;display:flex;justify-content:space-around;padding:.8rem 1rem;border-top:1px solid #ddd;gap:1rem;z-index:40}.footer-item{display:flex;flex-direction:column;align-items:center;font-size:.75rem;color:#333}.movements-section{padding:1rem}.movements-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.movements-header p{font-weight:500;color:#444}.movements-list{max-height:54vh;overflow-y:auto;padding-right:.5rem;align-items:start;width:100%}.movement{border-top:1px solid #efefef;padding-top:.8rem;margin-top:.8rem}.movement-date{font-size:.8rem;color:#777;margin:0}.movement-info{display:flex;justify-content:space-between;align-items:center;gap:1rem}.movement-desc{font-size:.9rem;color:#333;font-weight:500}.movement-amount{font-size:.95rem;font-weight:600;color:#333}.sidebar{z-index:60;width:300px;min-width:300px;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:space-between;box-shadow:2px 0 5px #0000000d;transition:transform var(--transition);background:var(--bg-primary);padding:.5rem 0;position:sticky}.sidebar__nav{display:flex;flex-direction:column;padding:.5rem 0;gap:.25rem}.sidebar__link{text-decoration:none}.sidebar__link--active .sidebar__item{background:#06dee93d;color:var(--color-text);font-weight:500}.sidebar__item{background:none;border:none;outline:none;display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.95rem;color:#374151;cursor:pointer;text-align:left;width:100%;transition:background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.sidebar__item:hover,.sidebar__item:focus{background-color:#0ca4ad14;color:var(--color-primary);transform:translate(2px)}.sidebar__footer{border-top:1px solid #e5e7eb;padding:1rem}.sidebar__footer-text{font-size:.8rem;color:#6b7280;text-align:center}.slide-top{animation:slide-top .4s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-top{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}.contact-section{text-align:center;display:flex;height:100%;flex-direction:column;justify-items:center;justify-content:center}.contact-title{font-size:1.2rem;font-weight:600;color:var(--color-primary)}.contact-subtitle{color:var(--accent-color)}.contact-block{margin-bottom:.5rem}.contact-heading{color:var(--color-primary);font-size:1rem;font-weight:600}.contact-card{display:flex;align-items:center;justify-content:center;gap:1rem;border:1px solid var(--color-primary-600);border-radius:6px;padding:1rem;max-width:450px;margin:0 auto;background-color:var(--bg-primary)}.contact-icon{display:flex;font-size:1.8rem;color:var(--color-primary-600);justify-content:center;align-items:center}.contact-card p{margin:.2rem 0;color:#555}.contact-card a{color:#0074d9;text-decoration:none}.contact-card a:hover{text-decoration:underline}.wizard-container{width:100%;display:flex;justify-content:center;margin-top:.5rem}.steps{display:flex;align-items:center;gap:.2rem}.step{display:flex;flex-direction:column;align-items:center;gap:6px}.circle{width:30px;height:30px;border-radius:50%;border:2px solid var(--color-muted);color:var(--color-muted);font-weight:700;display:flex;align-items:center;justify-content:center}.label{font-size:.6rem;color:var(--color-muted)}.step.active .circle{background:var(--color-primary);border-color:var(--color-primary);color:var(--bg-primary)}.step.active .label{color:var(--color-primary)}.line{width:60px;height:2px;background:var(--color-muted)}.balance-container{width:100%;display:flex;justify-content:center;margin-top:15px}.balance-box{text-align:center}.balance-title{color:#0086b3;font-weight:600;margin-bottom:4px}.balance-value{font-size:22px;font-weight:700;color:#000}.cert-container{width:100%;min-height:100%;display:flex;justify-content:center;align-items:center;background:var(--bg-primary)}.cert-card{background:var(--bg-primary);padding:20px 32px;border-radius:20px;box-shadow:0 4px 20px #00000014;max-width:420px;width:100%;border:1px solid var(--color-secondary)}.cert-icon{display:flex;justify-content:center;margin-bottom:16px}.cert-icon .icon{width:56px;height:56px;color:var(--color-primary)}.cert-title{font-size:24px;font-weight:600;margin-bottom:8px;color:#222}.cert-description{color:#666;margin-bottom:24px;padding:0 12px}.cert-actions{display:flex;flex-direction:column;gap:14px}.main-title{font-size:32px;font-weight:700;margin-bottom:20px}.subtitle{font-size:24px;font-weight:600;margin:20px 0 10px}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.table thead{background:var(--bg-primary)}.table th{padding:14px;text-align:left;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none}.table th.sortable:hover{background:var(--color-secondary)}.table td{padding:14px;border-top:1px solid var(--color-secondary)}.empty{font-size:.9rem;color:var(--accent-color)}.tabs{display:flex;gap:10px;margin-bottom:20px}.tab{padding:10px 18px;background:var(--color-muted);border:none;cursor:pointer;border-radius:6px;font-weight:500}.tab.active{background:var(--color-primary);color:var(--bg-primary)}.slide-top{-webkit-animation:slide-top .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-top .5s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-top{0%{-webkit-transform:translateY(-100px);transform:translateY(100px)}to{-webkit-transform:translateY(0px);transform:translateY(0)}}@media (min-width: 1025px){.dashboard-footer{max-width:var(--container-max);margin:0 auto;left:0;right:0}}@media (max-width: 1024px){.main-content{padding:1rem}.deposits-list{max-height:55vh}.movements-list{min-width:100%}}@media (max-width: 768px){.sidebar{position:fixed;left:0;top:0;height:100vh;transform:translate(-100%);z-index:1000}.sidebar.open{transform:translate(0)}.main-content{padding:1rem}.dashboard-footer{flex-direction:row;justify-content:space-between;position:fixed;bottom:0}.dashboard-actions{gap:.5rem;padding:.75rem}}@media (max-width: 480px){h1{font-size:1.6rem}h2{font-size:1.2rem}.deposit-card{flex-direction:column;align-items:flex-start;gap:.5rem}.dashboard-footer{flex-direction:column;text-align:center;padding:1rem;position:fixed}.login-container{padding:1rem;max-width:100%}.form_header-title{font-size:1.3rem;padding-bottom:1rem}.form_header-description{font-size:.75rem;padding-bottom:.75rem}.form-footer__description{font-size:.75rem}.form-input{padding:.5rem}.form-label,.details-list h4{font-size:.8rem}.details-list p{font-size:.9rem}.ip-text{font-size:.8rem;margin-top:.5rem}.main-error-page,.main-notfund-page{padding:1rem;max-width:320px}.error-title{font-size:2.2rem}.error-subtitle,.notfund-subtitle{font-size:.9rem}.cert-card{padding:24px;border-radius:16px}.cert-title{font-size:20px}.btn{font-size:15px;padding:12px}}@media screen and (max-width: 768px){.footer{margin-top:0}.footer__parners{flex-direction:column}.footer__logo-ding{width:10rem}.footer__text{text-align:center}.footer__logo-fogafin{width:9rem}.navbar-container{height:4rem}.main-content{margin:0}.login-container{padding:1rem;max-width:100%}}:focus{outline:none}:focus-visible{outline:3px solid rgba(12,164,173,.18);outline-offset:2px;border-radius:4px}
