:root{--primary-color:#ef913a;--primary-dark:#d87c30;--primary-light:#f8c99a;--text-primary:#1a1a1a;--text-secondary:#666;--bg-primary:linear-gradient(135deg,#ef913a 0%,#f57c00 100%);--navbar-bg:rgba(239,145,58,.95);--shadow:0 4px 20px rgba(239,145,58,.3);--shadow-hover:0 8px 30px rgba(239,145,58,.4);--border-radius:12px;--transition:all .3s cubic-bezier(.25,.46,.45,.94)}.Navbar-module__P48_Aa__navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow);z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:fixed;top:0;left:0;right:0;background:var(--navbar-bg)!important}.Navbar-module__P48_Aa__container{justify-content:space-between;align-items:center;max-width:1400px;height:3rem;min-height:3rem;margin:0 auto;padding:.75rem 1.5rem;display:flex;overflow-y:hidden}.Navbar-module__P48_Aa__logo{transition:var(--transition);filter:brightness(0)invert();line-height:0;display:block}.Navbar-module__P48_Aa__logo:hover{transform:scale(1.02)}.Navbar-module__P48_Aa__navMenu{flex-shrink:0;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__P48_Aa__navLink{color:#fff;border-radius:var(--border-radius);transition:var(--transition);white-space:nowrap;opacity:.9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);padding:.5rem 1rem;font-size:14px;font-weight:500;text-decoration:none}.Navbar-module__P48_Aa__navLink.Navbar-module__P48_Aa__active,.Navbar-module__P48_Aa__navLink:hover{opacity:1;box-shadow:var(--shadow-hover);color:#fff;background:rgba(255,255,255,.25);transform:translateY(-2px)}.Navbar-module__P48_Aa__navMenu li{opacity:0;animation:.5s ease-out forwards Navbar-module__P48_Aa__slideInFromRight;overflow-y:hidden;transform:translate(20px)}.Navbar-module__P48_Aa__navMenu li:first-child{animation-delay:50ms}.Navbar-module__P48_Aa__navMenu li:nth-child(2){animation-delay:.1s}.Navbar-module__P48_Aa__navMenu li:nth-child(3){animation-delay:.15s}.Navbar-module__P48_Aa__navMenu li:nth-child(4){animation-delay:.2s}.Navbar-module__P48_Aa__navMenu li:nth-child(5){animation-delay:.25s}.Navbar-module__P48_Aa__navMenu li:nth-child(6){animation-delay:.3s}.Navbar-module__P48_Aa__navMenu li:nth-child(7){animation-delay:.35s}.Navbar-module__P48_Aa__navMenu li:nth-child(8){animation-delay:.4s}.Navbar-module__P48_Aa__navMenu li:nth-child(9){animation-delay:.45s}@keyframes Navbar-module__P48_Aa__slideInFromRight{to{opacity:1;transform:translate(0)}}.Navbar-module__P48_Aa__iconItem,.Navbar-module__P48_Aa__profileIcon{border-radius:var(--border-radius);transition:var(--transition);cursor:pointer;background:rgba(255,255,255,.1);flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;display:flex}.Navbar-module__P48_Aa__iconItem:hover,.Navbar-module__P48_Aa__profileIcon:hover{box-shadow:var(--shadow-hover);background:rgba(255,255,255,.25);transform:scale(1.08)}.Navbar-module__P48_Aa__iconItem img,.Navbar-module__P48_Aa__profileIcon img{filter:brightness(0)invert();transition:var(--transition)}.Navbar-module__P48_Aa__iconItem:hover img,.Navbar-module__P48_Aa__profileIcon:hover img{filter:brightness(0)invert()drop-shadow(0 0 4px rgba(255,255,255,.5))}.Navbar-module__P48_Aa__userInfo{border-radius:var(--border-radius);transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.15);flex-shrink:0;align-items:center;max-width:200px;margin:0 .25rem;padding:.375rem .75rem;display:flex}.Navbar-module__P48_Aa__userDetails{text-align:left;flex-direction:column;display:flex;overflow:hidden}.Navbar-module__P48_Aa__userName{color:#fff;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 2px rgba(0,0,0,.3);max-width:160px;font-size:13px;font-weight:600;line-height:1.2;overflow:hidden}.Navbar-module__P48_Aa__userEmail{color:rgba(255,255,255,.85);white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 2px rgba(0,0,0,.3);max-width:160px;font-size:11px;line-height:1.1;overflow:hidden}.Navbar-module__P48_Aa__userInfo:hover{background:rgba(255,255,255,.25)}.Navbar-module__P48_Aa__dropdown{flex-shrink:0;position:relative}.Navbar-module__P48_Aa__dropdownToggle{cursor:pointer;border-radius:var(--border-radius);transition:var(--transition);background:rgba(255,255,255,.15);border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.Navbar-module__P48_Aa__dropdownToggle:hover{background:rgba(255,255,255,.3);transform:scale(1.05)}.Navbar-module__P48_Aa__dropdownMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-hover);border-radius:var(--border-radius);opacity:0;visibility:hidden;min-width:140px;transition:var(--transition);background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.2);margin:.25rem 0 0;padding:.75rem 0;list-style:none;position:absolute;top:100%;right:0;transform:translateY(-8px)}.Navbar-module__P48_Aa__dropdown:hover .Navbar-module__P48_Aa__dropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__P48_Aa__logoutLink{color:var(--text-primary);cursor:pointer;transition:var(--transition);padding:.75rem 1.5rem;font-weight:500;text-decoration:none;display:block}.Navbar-module__P48_Aa__logoutLink:hover{background:var(--primary-light);color:var(--primary-color)}.Navbar-module__P48_Aa__hamburger{cursor:pointer;border-radius:var(--border-radius);z-index:1001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.2);border:none;flex-direction:column;flex-shrink:0;gap:3px;padding:.5rem;display:none}.Navbar-module__P48_Aa__hamburger:hover{background:rgba(255,255,255,.3)}.Navbar-module__P48_Aa__hamburger span{width:22px;height:2px;transition:var(--transition);transform-origin:50%;background:#fff;border-radius:1px}.Navbar-module__P48_Aa__hamburger.Navbar-module__P48_Aa__active span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__P48_Aa__hamburger.Navbar-module__P48_Aa__active span:nth-child(2){opacity:0}.Navbar-module__P48_Aa__hamburger.Navbar-module__P48_Aa__active span:nth-child(3){transform:rotate(-45deg)translate(7px,-5px)}.Navbar-module__P48_Aa__mobileOverlay{z-index:999;background:rgba(239,145,58,.95);animation:.25s ease-out Navbar-module__P48_Aa__backdropFade;position:fixed;top:64px;bottom:0;left:0;right:0}@keyframes Navbar-module__P48_Aa__backdropFade{0%{opacity:0}}@media (max-width:1200px){.Navbar-module__P48_Aa__container{max-width:100%;padding:.75rem 1rem}}@media (max-width:768px){.Navbar-module__P48_Aa__navMenu{background:var(--navbar-bg);width:280px;height:calc(100vh - 64px);box-shadow:var(--shadow);flex-direction:column;gap:1rem;padding:1.5rem;transition:left .3s;position:fixed;top:64px;left:-100%}.Navbar-module__P48_Aa__navMenu.Navbar-module__P48_Aa__mobileOpen{left:0}.Navbar-module__P48_Aa__userInfo{background:rgba(255,255,255,.2);max-width:none;margin:0;padding:1rem}.Navbar-module__P48_Aa__userName,.Navbar-module__P48_Aa__userEmail{white-space:normal;color:#fff;max-width:none;font-size:16px}.Navbar-module__P48_Aa__userEmail{color:rgba(255,255,255,.9);font-size:14px}.Navbar-module__P48_Aa__hamburger{display:flex}.Navbar-module__P48_Aa__dropdownMenu{opacity:1;visibility:visible;box-shadow:none;background:rgba(255,255,255,.95);border:none;margin-top:.5rem;position:static;transform:none}}@media (max-width:480px){.Navbar-module__P48_Aa__container{padding:.75rem}}
body{margin-top:0;padding:0}.LoanDetails-module__28gjta__heading_container{color:#f9f9f9;background-color:#f5ad64;align-content:center;width:100%;height:2rem;padding-left:2rem;font-size:small}.LoanDetails-module__28gjta__info_container{justify-content:center;display:flex}.LoanDetails-module__28gjta__info_element{color:#41536b;border:1px solid #41536b;border-radius:5px;min-width:8rem;margin:.5rem;padding:.5rem;font-size:10px;font-weight:700}.LoanDetails-module__28gjta__info_element>p:nth-child(2){font-size:large;font-weight:bolder}.LoanDetails-module__28gjta__head_element{color:#41536b;margin:10px;font-size:medium;font-weight:700}.LoanDetails-module__28gjta__payment_tab{float:right;padding:10px}.LoanDetails-module__28gjta__payment_tab>button{color:#ededed;background-color:#41536b;border-radius:4px;min-width:4.5rem;padding:2px 5px;font-size:12px;font-weight:700}.LoanDetails-module__28gjta__modal_overlay{z-index:1000;background:rgba(34,34,34,.4);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.LoanDetails-module__28gjta__modal_content{box-sizing:border-box;background:#fff;border-radius:8px;min-width:320px;padding:2rem;box-shadow:0 2px 24px rgba(0,0,0,.18)}.LoanDetails-module__28gjta__modal_content>form{flex-direction:column;gap:20px;display:flex}.LoanDetails-module__28gjta__modal_form>label{justify-content:space-between;align-items:center;gap:5px;display:flex}
.AddCustomer-module__Knma5G__pageContainer{min-height:100vh;padding:1rem;overflow-y:hidden}.AddCustomer-module__Knma5G__container{max-width:672px;margin:0 auto;overflow-y:hidden}.AddCustomer-module__Knma5G__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.5);border-radius:24px;padding:1rem 2rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.AddCustomer-module__Knma5G__header{text-align:center}.AddCustomer-module__Knma5G__iconContainer{background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:16px;justify-content:center;align-items:center;width:5rem;height:5rem;margin:0 auto .25rem;display:flex;box-shadow:0 10px 25px rgba(59,130,246,.4)}.AddCustomer-module__Knma5G__headerIcon{color:#fff;width:2.5rem;height:2.5rem}.AddCustomer-module__Knma5G__title{background:linear-gradient(135deg,#1f2937 0%,#374151 100%);color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:800}.AddCustomer-module__Knma5G__subtitle{color:#6b7280;max-width:28rem;margin:0 auto .5rem;font-size:1rem}.AddCustomer-module__Knma5G__stepper{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:.5rem;display:flex;overflow-y:hidden}.AddCustomer-module__Knma5G__stepItem{color:#6b7280;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .3s;display:flex}.AddCustomer-module__Knma5G__stepItem.AddCustomer-module__Knma5G__active{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);box-shadow:0 10px 25px rgba(59,130,246,.4)}.AddCustomer-module__Knma5G__stepNumber{background:rgba(255,255,255,.5);border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:700;display:flex}.AddCustomer-module__Knma5G__stepTitle{font-size:.75rem;font-weight:500}.AddCustomer-module__Knma5G__form{flex-direction:column;gap:.5rem;display:flex}.AddCustomer-module__Knma5G__fieldContainer{position:relative}.AddCustomer-module__Knma5G__label{color:#374151;margin-bottom:.25rem;font-size:.875rem;font-weight:600;display:block}.AddCustomer-module__Knma5G__input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);border:2px solid #e5e7eb;border-radius:16px;outline:none;width:100%;padding:.5rem 1.25rem;font-size:1rem;font-weight:500;transition:all .3s}.AddCustomer-module__Knma5G__input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.1)}.AddCustomer-module__Knma5G__input:hover{border-color:#d1d5db}.AddCustomer-module__Knma5G__inputError{border-color:#ef4444}.AddCustomer-module__Knma5G__inputError:focus{box-shadow:0 0 0 4px rgba(239,68,68,.1)}.AddCustomer-module__Knma5G__errorMessage{color:#ef4444;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.875rem;display:flex}.AddCustomer-module__Knma5G__buttonContainer{border-top:1px solid #e5e7eb;justify-content:space-between;margin-top:.25rem;padding-top:.75rem;display:flex;overflow-y:hidden}.AddCustomer-module__Knma5G__prevButton{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:16px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px rgba(0,0,0,.1)}.AddCustomer-module__Knma5G__prevButton:hover{background:#e5e7eb}.AddCustomer-module__Knma5G__nextButton,.AddCustomer-module__Knma5G__submitButton{cursor:pointer;border:none;border-radius:16px;align-items:center;gap:.75rem;padding:1rem 3rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 10px 25px rgba(0,0,0,.15)}.AddCustomer-module__Knma5G__nextButton{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.AddCustomer-module__Knma5G__nextButton:hover:not(:disabled){background:linear-gradient(135deg,#059669 0%,#047857 100%)}.AddCustomer-module__Knma5G__submitButton{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%)}.AddCustomer-module__Knma5G__submitButton:hover:not(:disabled){background:linear-gradient(135deg,#2563eb 0%,#4f46e5 100%)}.AddCustomer-module__Knma5G__disabledButton{color:#6b7280!important;cursor:not-allowed!important;box-shadow:none!important;background:#9ca3af!important}.AddCustomer-module__Knma5G__spinner,.AddCustomer-module__Knma5G__icon{width:1.25rem;height:1.25rem}.AddCustomer-module__Knma5G__errorContainer{background:#fef2f2;border:2px solid #fecaca;border-radius:16px;align-items:flex-start;gap:1rem;margin-top:2rem;padding:1.5rem;display:flex}.AddCustomer-module__Knma5G__errorIcon{background:rgba(239,68,68,.1);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;margin-top:.125rem;display:flex}.AddCustomer-module__Knma5G__warningIcon{color:#ef4444;width:1.25rem;height:1.25rem}.AddCustomer-module__Knma5G__errorTitle{color:#dc2626;margin-bottom:.25rem;font-weight:600}.AddCustomer-module__Knma5G__errorText{color:#b91c1c;font-size:.875rem}.AddCustomer-module__Knma5G__successContainer{background:#f0fdf4;border:2px solid #bbf7d0;border-radius:16px;align-items:flex-start;gap:1rem;margin-top:2rem;padding:1.5rem;display:flex}.AddCustomer-module__Knma5G__successIcon{background:rgba(34,197,94,.1);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;margin-top:.125rem;display:flex}.AddCustomer-module__Knma5G__checkIcon{color:#22c55e;width:1.25rem;height:1.25rem}.AddCustomer-module__Knma5G__successTitle{color:#166534;margin-bottom:.25rem;font-weight:600}.AddCustomer-module__Knma5G__successText{color:#15803d;font-size:.875rem}@media (max-width:640px){.AddCustomer-module__Knma5G__stepTitle{display:none}.AddCustomer-module__Knma5G__stepper{gap:.5rem}.AddCustomer-module__Knma5G__buttonContainer{flex-direction:column;gap:1rem}.AddCustomer-module__Knma5G__prevButton,.AddCustomer-module__Knma5G__nextButton,.AddCustomer-module__Knma5G__submitButton{justify-content:center}}.AddCustomer-module__Knma5G__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem 1.25rem;padding-right:3rem}
.Allcustomer-module__uyQ7vq__tableContainer{margin-top:1.5rem;margin-bottom:1.5rem;padding:0 10px;overflow-x:auto}.Allcustomer-module__uyQ7vq__customerTable{border-collapse:separate;border-spacing:0;background:#fff;border-radius:8px;width:100%;overflow:hidden;box-shadow:0 0 8px #e9ecef}.Allcustomer-module__uyQ7vq__customerTable th,.Allcustomer-module__uyQ7vq__customerTable td{text-align:left;padding:15px 10px;font-size:13px}.Allcustomer-module__uyQ7vq__customerTable th{color:#41536b;background:#f8fafd;border-bottom:1px solid #edf0f4;font-weight:700}.Allcustomer-module__uyQ7vq__customerTable tr:not(:last-child) td{border-bottom:1px solid #f1f3f6}.Allcustomer-module__uyQ7vq__customerTable>tbody>tr:nth-child(odd) td{background-color:#ffdab9}.Allcustomer-module__uyQ7vq__customerTable>tbody>tr>td:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.Allcustomer-module__uyQ7vq__customerTable>tbody>tr>td:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.Allcustomer-module__uyQ7vq__customerTable tr{transition:background .18s}.Allcustomer-module__uyQ7vq__customerTable tr:hover{background:#f1f6ff}.Allcustomer-module__uyQ7vq__statusIndicator{color:#fff;text-align:center;letter-spacing:.01em;border-radius:24px;min-width:80px;padding:5px 16px;font-size:.98rem;font-weight:600;display:inline-block}.Allcustomer-module__uyQ7vq__blocked{background:#ff5b5b}.Allcustomer-module__uyQ7vq__notBlocked{background:#41c97a}.Allcustomer-module__uyQ7vq__searchBar{color:#444;background:#f9fbfc;border:1px solid #d6dee2;border-radius:6px;width:360px;margin:1rem 10px;padding:.7rem 1.2rem;font-size:13px}.Allcustomer-module__uyQ7vq__collarCell{justify-content:center;align-items:center;min-width:100%;height:100%;padding:0;display:flex}.Allcustomer-module__uyQ7vq__collarBlocked,.Allcustomer-module__uyQ7vq__collarNotBlocked{vertical-align:middle;border:2px solid #fff;border-radius:50%;width:14px;height:14px;margin:10px auto;display:inline-block;box-shadow:0 0 2px rgba(170,170,170,.133)}.Allcustomer-module__uyQ7vq__collarBlocked{background:#ff5b5b;border-color:#e43d3d;box-shadow:0 0 8px rgba(255,234,234,.467)}.Allcustomer-module__uyQ7vq__collarNotBlocked{background:#41c97a;border-color:#1fa151;box-shadow:0 0 8px rgba(234,255,250,.467)}.Allcustomer-module__uyQ7vq__pagination{justify-content:center;align-items:center;gap:24px;margin:18px 0;display:flex}.Allcustomer-module__uyQ7vq__pageButton{color:#fff;cursor:pointer;background:#005bea;border:none;border-radius:6px;padding:8px 18px;font-weight:700}.Allcustomer-module__uyQ7vq__pageButton:disabled{cursor:not-allowed;background:#b1c2ee}.Allcustomer-module__uyQ7vq__pageInfo{font-weight:500}
.Tools-module__gpghQG__buttonStyle1>button{color:#ededed;background-color:#41536b;border-radius:4px;padding:2px 5px;font-size:12px;font-weight:700}.Tools-module__gpghQG__buttonArrangement1{flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex}
body{margin:0;padding:0}.Home-module__Ho9lYW__container{text-align:center;background-color:#f9f9f9;border-radius:4px;max-width:600px;margin:2rem auto;padding:1rem;box-shadow:0 0 10px rgba(0,0,0,.1)}
.RateComponent-module__AY6c8a__rateContainer{border:2px solid gray;border-radius:5px;flex-direction:column;margin:.5rem;padding:.5rem;display:flex}.RateComponent-module__AY6c8a__rate{align-self:start;font-size:x-large;font-weight:600}.RateComponent-module__AY6c8a__rateExtraData{gap:10px;font-size:small;font-weight:600;display:flex}.RateComponent-module__AY6c8a__homeContainer{margin:0;padding:0;display:flex}
