.flag{line-height:30px;text-align:center;font-weight:400;font-size:18px;margin-bottom:10px}.flag.error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}.flag.success{color:#2d673a;background-color:#d5eddb;border:1px solid #c4e6cc}:root{--bg-dark:#00a551;--bg-darker:#3d683b;--text-light:#fff;--bg-main:#eff3f9}*{margin:0}body{font-size:16px;font-family:"Inter",sans-serif;color:#4c4c4c}h2,h3{font-weight:400}h4{font-weight:500}.dashboard .financial-stats-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;padding:24px 0}.dashboard .financial-stats-grid .info-card{background-color:#fff;padding:24px;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transition:transform .3s ease-in-out;cursor:default;overflow:hidden}.dashboard .financial-stats-grid .info-card:hover{transform:scale(1.02)}.dashboard .financial-stats-grid .card-wallet{border-top:4px solid #f9a825}.dashboard .financial-stats-grid .card-obligations{border-top:4px solid #ef4444}.dashboard .financial-stats-grid .card-profile{border-top:4px solid #076c3e}.dashboard .financial-stats-grid .card-header{display:flex;justify-content:space-between;align-items:flex-start}.dashboard .financial-stats-grid .card-icon{font-size:32px}.dashboard .financial-stats-grid .card-wallet .card-icon{color:#f9a825}.dashboard .financial-stats-grid .card-obligations .card-icon{color:#ef4444}.dashboard .financial-stats-grid .card-profile .card-icon{color:#076c3e}.dashboard .financial-stats-grid .card-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase}.dashboard .financial-stats-grid .card-value{margin-top:12px;margin-bottom:16px;font-size:36px;font-weight:800}.dashboard .financial-stats-grid .card-profile .card-value,.dashboard .financial-stats-grid .card-wallet .card-value{color:#076c3e}.dashboard .financial-stats-grid .card-obligations .card-value{color:#dc2626}.dashboard .financial-stats-grid .card-action-button{font-size:14px;font-weight:500;display:flex;align-items:center;grid-gap:4px;gap:4px;background:none;border:none;padding:0;cursor:pointer;transition:color .15s ease-in-out}.dashboard .financial-stats-grid .card-profile .card-action-button,.dashboard .financial-stats-grid .card-wallet .card-action-button{color:#076c3e}.dashboard .financial-stats-grid .card-action-button{text-decoration:none}.dashboard .financial-stats-grid .card-profile .card-action-button:hover,.dashboard .financial-stats-grid .card-wallet .card-action-button:hover{color:#044e2e}.dashboard .financial-stats-grid .card-obligations .card-action-button{color:#ef4444}.dashboard .financial-stats-grid .card-obligations .card-action-button:hover{color:#b91c1c}@media(min-width:768px){.dashboard .financial-stats-grid{grid-template-columns:repeat(3,1fr)}}.dashboard .recent-payments-container{margin-top:20px;max-width:700px}.dashboard .section-header{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:16px}.dashboard .payments-card{background-color:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border:1px solid #f3f4f6}.dashboard .payments-list{list-style:none;padding:0;margin:0;border-top:1px solid #e5e7eb}.dashboard .payments-list li{display:flex;justify-content:space-between;align-items:center;padding-top:12px;padding-bottom:12px;border-top:1px solid #e5e7eb}.dashboard .payments-list li:first-child{border-top:none}.dashboard .payment-description{color:#4b5563}.dashboard .payment-amount{font-weight:600;color:#076c3e}.dashboard .view-all-link{margin-top:16px;display:inline-block;font-size:14px;font-weight:500;color:#076c3e;text-decoration:none;transition:color .15s ease-in-out}.dashboard .view-all-link:hover{color:#076c3e}.dialog{position:relative}.dialog .shade{background-color:var(--bg-dark);opacity:.5;z-index:1}.dialog .shade,.dialog>.content{position:fixed;top:0;left:0;width:100%;bottom:0}.dialog>.content{z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center}.dialog>.content>.card{min-width:420px}.loading{margin:10px}.loading .spinner{border:8px solid #f3f3f3;border-top:8px solid var(--bg-darker);border-radius:50%;width:30px;height:30px;margin:0 auto;animation:spin .7s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.default-template{background:var(--bg-main);position:fixed;width:100%;bottom:0;top:0;left:0;display:flex;flex-direction:row}.default-template section{flex-grow:1;position:relative;overflow:auto}.default-template section>.content{position:absolute;padding:30px;right:0;left:0}.default-template section>.content .tabs{display:flex;flex-direction:row;flex-wrap:wrap;border-bottom:.5px solid #d9d9d9;margin-bottom:10px}.default-template section>.content .tabs a{font-family:"DM Sans Bold";font-style:normal;font-weight:400;font-size:24px;color:#020e23;text-decoration:none;line-height:50px;padding:0 5px;border-bottom:2px solid transparent}.default-template section>.content .tabs a.active{border-color:var(--bg-darker)}.default-template section>.content .tabs a:not(:first-child){padding:0 25px}.default-template section>.content .dialog .header{padding-bottom:15px}.default-template section>.content .section-header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.default-template section>.content .section-header .buttons{flex-grow:1;display:flex;flex-direction:row}.default-template section>.content .section-header .buttons a,.default-template section>.content .section-header .buttons button{margin:0 5px;line-height:25px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;padding:10px 15px;box-sizing:border-box;cursor:pointer}.default-template section>.content .section-header .buttons a img,.default-template section>.content .section-header .buttons button img{margin-right:10px}.default-template section>.content .section-header .buttons a:focus,.default-template section>.content .section-header .buttons button:focus{outline:none}.default-template section>.content .section-header .buttons button{border:1px solid #020e23;color:#020e23}.default-template section>.content .section-header .buttons a{background-color:var(--bg-dark)}.default-template section a.btn{border-radius:2px;text-transform:capitalize;font-size:15px;padding:10px 19px;text-decoration:none;background-color:#f1503d;border:none;color:var(--text-light);font-weight:400;cursor:pointer;display:inline-block;margin-bottom:10px}.default-template section .card{border:none;background:#fff;padding:20px;box-sizing:border-box}.default-template section .card .header{border-bottom:1px solid #c5c5c5;margin-bottom:20px}.default-template section .card .header h4{padding-bottom:10px;border-bottom:1px solid var(--bg-dark);display:block;margin-bottom:-16px;font-family:"DM Sans Regular";font-style:normal;font-weight:500;font-size:24px;color:#020e23}.default-template section .card h4{font-weight:400}.default-template section .card form .sub-header{border-bottom:1px solid #c5c5c5;margin-bottom:20px}.default-template section .card form .sub-header h4{padding-bottom:10px;border-bottom:1px solid var(--bg-dark);display:inline-block;margin:10px 0 -1px;font-family:"DM Sans Regular";font-style:normal;font-weight:500;font-size:18px;color:#020e23}.default-template section .card .actions{max-width:400px;margin:15px auto;display:flex;flex-direction:row;justify-content:space-between}.default-template section .card .actions button{text-transform:capitalize;font-size:15px;line-height:35px;border:none;color:var(--text-light);font-weight:400;cursor:pointer;width:100%;max-width:160px;border-radius:5px}.default-template section .card .actions button[type=submit]{background-color:var(--bg-dark);box-shadow:0 10px 30px rgba(0,80,133,.15)}.default-template section .card .actions button[type=reset]{background-color:#f4f4f4;color:#868686}.default-template section .card .actions button:focus{outline:none}.default-template section .card .checkbox .checked{background-color:var(--bg-darker)}.default-template section .card .flag{line-height:30px;text-align:center;font-weight:400;font-size:18px;margin-bottom:10px}.default-template section .card .flag.error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}.default-template section .card .flag.success{color:#2d673a;background-color:#d5eddb;border:1px solid #c4e6cc}.default-template section table{width:100%;margin-top:10px;border-collapse:collapse}.default-template section table thead{background:#f4f4f4}.default-template section table thead th{padding:15px;line-height:25px;color:#403f3f;font-size:16px;font-weight:500;text-align:left}.default-template section table thead th:last-child{border:0}.default-template section table tbody tr{cursor:pointer;background-color:#fff}.default-template section table tbody tr td{padding:15px;line-height:25px;color:#020e23;font-family:"DM Sans Regular";font-weight:500;font-size:17px;border-bottom:.3px solid #d9d9d9}.default-template section table tbody tr td .actions{display:flex;flex-direction:row;justify-content:space-around;max-width:65px}.default-template section table tbody tr td .actions img{width:25px}.default-template section table tbody tr:hover{background:#f4f4f4}form input,form label,form select{display:block;color:#403f3f}form input,form select,form textarea{background:#fff;border:1px solid #020f22;font-size:16px;padding:7px 6px;width:100%;border-radius:3px;box-sizing:border-box}form input.error,form select.error,form textarea.error{border:1px solid #c02}form input:focus,form select:focus,form textarea:focus{outline:none}form span.error{color:red;line-height:25px;font-size:15px}@media(min-width:700px){form .fl-row{display:flex;flex-direction:row;justify-content:space-between}form .fl-row .col-50{flex-basis:48%}}header .brand{height:70px;padding:5px 5px 5px 20px;box-sizing:border-box;flex-basis:0px;flex-grow:0;flex-shrink:0;display:flex;align-items:center}header .brand img{display:block;height:55px}header .brand .toggler{width:25px;padding:10px;display:flex;align-self:center;flex-direction:column;cursor:pointer}header .brand .toggler span{height:1px;display:block;background-color:#020e23;margin:4px 0}header,header .search{display:flex;flex-direction:row;background-color:#fff}header .search{padding:17.5px;position:relative;box-sizing:border-box;flex-grow:1;align-items:center}header .search select{border:1px solid #f3f3f3;border-right:0;height:35px;padding:5px;background-color:var(--bg-main);box-sizing:border-box}header .search select:first-child{width:250px;border-radius:10px 0 0 10px}header .search select:last-child{width:100%;border-radius:0 10px 10px 0}header .search input{border:1px solid #f3f3f3;border-left:0;height:35px;padding:5px 30px 5px 5px;box-sizing:border-box;border-radius:0 10px 10px 0;width:100%;background-color:var(--bg-main)}header .search input:focus{outline:none}header .search img{position:absolute;height:20px;top:25px;right:30px}header .profile{flex-basis:300px;position:relative}header .profile.show{width:100%}header .profile.hide{width:0}header .profile>div{align-self:flex-end;padding:10px;display:flex;flex-direction:row;align-items:center;cursor:pointer}header .profile>div strong{line-height:40px;padding:0 10px;font-size:14px;font-weight:400;flex-grow:1}header .profile>div img{height:30px;width:30px;margin:0 5px;border-radius:15px}header .profile>div img:last-child{height:15px;width:15px}header .profile ul{position:absolute;top:59px;background-color:#fff;list-style:none;z-index:1;right:0;left:0;padding:0;margin:0;border:1px solid #d8dde3;border-top:0}header .profile ul li{border-top:1px solid #d8dde3}header .profile ul li span{line-height:30px;padding:5px 10px;color:#4c4c4c;display:block;text-decoration:none;cursor:pointer}header .profile ul.hide{display:none}header .profile ul.show{display:block}@media(min-width:700px){header .profile{flex-basis:300px}header .profile.hide{width:100%}}.default-template>.menu{background-color:#fff;display:none;transition:flex-basis .3s ease-in-out;flex-basis:0;overflow:hidden;padding:20px}.default-template>.menu .logo{display:flex;flex-direction:row;align-items:center;justify-content:left;padding:10px 0 18px 10px;position:relative;border-bottom:1px solid #e5e7eb}.default-template>.menu .logo img{width:40px}.default-template>.menu .logo h1{color:#000;font-size:20px;font-weight:700;margin-left:10px}.default-template>.menu .space{height:30px}.default-template>.menu ul{list-style:none;padding:0}.default-template>.menu ul li.item{color:#1f293d;line-height:44px;box-sizing:border-box;cursor:pointer;transition:background-color .3s ease-in-out 1ms;padding:2px 10px 2px 15px;border-radius:8px;font-weight:400;margin-bottom:10px;display:flex;flex-direction:row;align-items:center}.default-template>.menu ul li.item svg{height:16px;width:16px;margin-right:10px}.default-template>.menu ul li.item svg circle,.default-template>.menu ul li.item svg path{fill:#1f293d}.default-template>.menu ul li.item.active{background:#076c3e;color:#fff}.default-template>.menu ul li.item.active svg circle,.default-template>.menu ul li.item.active svg path{fill:#fff}.default-template>.menu ul li.item ul{height:auto;max-height:0;transition:max-height .3s ease-in-out 1ms;overflow:hidden;padding-left:40px}.default-template>.menu ul li.item ul li{opacity:.5}.default-template>.menu ul li.item ul li a{display:block;line-height:20px;font-size:14px;padding:10px;color:#fff;text-decoration:none}.default-template>.menu ul li.item ul li.active{opacity:1}.default-template>.menu ul li.item.active ul{max-height:600px}.default-template>.menu.active ul li.item{padding-left:20px}@media only screen and (max-width:500px){.default-template>.menu.active{display:block;position:fixed;top:0;left:0;width:100%;max-width:300px;bottom:0;z-index:4}.default-template>.menu .logo .toggler{width:25px;padding:10px;display:flex;align-self:center;flex-direction:column;position:absolute;right:20px;top:20px;cursor:pointer}.default-template>.menu .logo .toggler span{height:1px;display:block;background-color:#fff;margin:4px 0}}.default-template>.menu .profile{margin-top:20px;border-top:1px solid #e5e7eb;padding-top:15px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.default-template>.menu .profile .name{height:40px;width:40px;background-color:#ededed;border-radius:20px;color:#888;font-weight:500;font-size:14px;line-height:40px;text-align:center}.default-template>.menu .profile .logout{display:flex;flex-direction:row;background:#ef4444;border-radius:20px;padding:10px 20px;cursor:pointer}.default-template>.menu .profile .logout svg{height:20px;width:20px;margin-right:10px}.default-template>.menu .profile .logout svg circle,.default-template>.menu .profile .logout svg path{fill:#fff}.default-template>.menu .profile .logout h4{font-size:16px;color:#fff;font-weight:700}@media(min-width:700px){.default-template .menu{flex-basis:216px;display:block}.default-template .menu.active ul li.item{padding-left:40px}}body{background:#f9fafb}section.auth{max-width:448px;margin:0 auto;box-sizing:border-box}section.auth .container{margin:100px 0;padding:35px;background-color:#fff;border-radius:24px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}section.auth header{margin:10px auto 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:transparent}section.auth header img{height:60px}section.auth header h1{margin-top:20px;font-weight:700;font-size:30px;line-height:36px}section.auth header p{margin-top:16px;font-size:15px;text-align:center;margin-bottom:16px}section.auth footer{padding:10px 0}section.auth footer ul{list-style-type:none;list-style:none;border-bottom:1px solid #bdc4c9;padding:10px;max-width:500px;margin:0 auto;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center}section.auth footer ul li{margin:0 auto}section.auth footer ul li a{color:#005ff8;font-size:14px;text-decoration:none}section.auth footer p{line-height:40px;font-size:14px;text-align:center;color:#4e4f50}form .form-input{margin-bottom:10px}form .form-input input,form .form-input label,form .form-input select{display:block}form .form-input input,form .form-input select,form .form-input textarea{background:#fff;border:1px solid #bdc4c9;font-size:16px;padding:7px 6px;width:100%;border-radius:3px;box-sizing:border-box}form .form-input input.error,form .form-input select.error,form .form-input textarea.error{border:1px solid #c02}form .form-input input:focus,form .form-input select:focus,form .form-input textarea:focus{outline:none}form .form-input span.error{color:red;line-height:25px;font-size:15px}.auth .login{margin:0 auto}.auth .login h4{color:#721c24;line-height:30px;text-align:center;font-weight:400;font-size:18px;margin-bottom:10px}section.auth form input{background:#fff;border:.5px solid #d2c8db;box-sizing:border-box;border-radius:0;padding:10px;width:100%}section.auth div.actions{display:flex;flex-direction:row;justify-content:space-around}section.auth div.actions button{color:#fff;border:0;transition:.3s;line-height:45px;font-weight:700;width:100%;background:var(--bg-dark);border-radius:20px;font-size:16px;margin-top:20px;cursor:pointer}section.auth div.actions button:focus{outline:none}section.auth a{color:var(--bg-dark);font-size:14px;text-decoration:none}section.auth a:hover{text-decoration:underline}section.auth .more-actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:20px}section.auth .login-action{text-align:center;margin-top:20px;font-size:14px;color:#4d5461}section.auth .login-action a{margin-left:5px}.payment .wallet{display:flex;flex-direction:column;max-width:600px}.payment .wallet .details{border-radius:15px;box-shadow:0 10px 50px rgba(10,55,32,.1);background-color:#fff;margin-top:20px;padding:20px}.payment .wallet .wallet-info{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px}@media(min-width:640px){.payment .wallet .wallet-info{flex-direction:row;align-items:center}}.payment .wallet .wallet-balance-group{line-height:1;margin-bottom:10px}.payment .wallet .wallet-balance-group span{font-size:22px;font-weight:500;color:#4c4c4c;text-align:center}@media(min-width:640px){.payment .wallet .wallet-balance-group{margin-bottom:0}}.payment .wallet .wallet-info-text{font-size:25px;font-weight:700;color:#076c3e;margin:20px 0;text-align:center}.payment .wallet h4{text-align:center!important;width:100%}.payment .wallet .note{text-align:center;margin-top:15px;font-style:italic;font-size:14px;color:#4b5563}.payment .wallet button{text-transform:capitalize;font-size:15px;line-height:35px;border:none;color:var(--text-light);font-weight:400;cursor:pointer;width:100%;border-radius:7px;background-color:#076c3e}.payment .wallet .funding-source{background-color:#fff;box-sizing:border-box;padding:20px;font-weight:400;display:flex;flex-direction:column;align-items:center;font-size:18px;border-radius:15px}.payment .wallet .funding-source p{display:flex;flex-direction:column;align-items:center;line-height:30px;margin-bottom:5px}.payment .wallet .funding-source p strong{font-weight:500}.pagination{display:flex;flex-direction:row;background-color:#fff;padding:15px 10px;border-bottom:.3px solid #d9d9d9;margin-bottom:10px;align-items:center}.pagination h4{flex-grow:1}.pagination ul{display:flex;flex-direction:row;list-style:none;align-items:center}.pagination ul li img{height:25px;width:25px;display:block;margin:0 5px;cursor:pointer}.pagination ul select{padding:5px}.pagination ul select:focus{outline:none}.transactions form{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.transactions form .row{display:flex;flex-direction:row;align-items:center}.transactions form .row label{margin-right:10px}.transactions form .row .form-input{margin:0 10px 0 0}.transactions form .row button{min-width:100px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;background-color:var(--bg-dark);border:0;color:#fff;cursor:pointer}.transactions form .row button:focus{outline:none}.payment .obligations .obligations-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border:1px solid #e5e7eb;overflow:hidden;margin:20px 0;max-width:600px}.payment .obligations .obligations-list{list-style:none;padding:0;margin:0}.payment .obligations .obligation-item{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:16px 20px;border-bottom:1px solid #f3f4f6;transition:background-color .15s ease-in-out}.payment .obligations .obligation-item:hover{background-color:#f9fafb}@media(min-width:640px){.payment .obligations .obligation-item{flex-direction:row;align-items:center;padding:20px}}.payment .obligations .item-details{display:flex;align-items:center;flex-grow:1;min-width:0;margin-bottom:10px}@media(min-width:640px){.payment .obligations .item-details{margin-bottom:0}}.payment .obligations .item-details .icon-placeholder{color:#076c3e;font-size:20px;margin-right:16px;display:none}@media(min-width:640px){.payment .obligations .item-details .icon-placeholder{display:block}}.payment .obligations .item-details-text p{margin:0;line-height:1.3}.payment .obligations .item-details-text .description{color:#1f2937;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.payment .obligations .item-details-text .due-date{font-size:14px;font-weight:700;color:#ef4444;margin-top:2px}.payment .obligations .item-action-group{display:flex;align-items:center;width:100%;justify-content:space-between}@media(min-width:640px){.payment .obligations .item-action-group{width:auto;justify-content:flex-start;margin-left:20px}}.payment .obligations .amount{font-size:18px;font-weight:700;color:#1f2937}@media(min-width:640px){.payment .obligations .amount{margin-right:20px}}.payment .obligations .pay-button{font-size:14px;font-weight:600;padding:8px 16px;border-radius:9999px;background-color:#076c3e;color:#fff;border:none;cursor:pointer;transition:background-color .2s,transform .1s}.payment .obligations .pay-button:hover{background-color:#054e2f}.payment .obligations .pay-button:active{transform:scale(.98)}.payment .obligations .payment-card{padding:0;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border:1px solid #e5e7eb;margin-top:20px}.payment .obligations .payment-card .card-header{padding:20px;border-bottom:1px solid #e5e7eb;background-color:#f9fafb;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;align-items:center}.payment .obligations .payment-card .card-header button{padding:4px 8px;margin-right:15px}.payment .obligations .payment-card .note{text-align:center;margin-top:15px;font-size:12px;color:#4b5563}.payment .obligations .form-content{padding:20px}.payment .obligations .form-group{margin-bottom:20px}.payment .obligations .form-group label{display:block;font-weight:600;color:#1f2937;margin-bottom:8px;font-size:14px}.payment .obligations .form-group input,.payment .obligations .form-group textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-size:16px;color:#1f2937;transition:border-color .2s}.payment .obligations .form-group input:focus,.payment .obligations .form-group textarea:focus{outline:none;border-color:#f9a825}.payment .obligations .wallet-info{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:15px;background-color:#f0fff4;border:1px solid #076c3e;border-radius:8px;margin-bottom:20px}@media(min-width:640px){.payment .obligations .wallet-info{flex-direction:row;align-items:center}}.payment .obligations .wallet-balance-group{line-height:1;margin-bottom:10px}.payment .obligations .wallet-balance-group span{font-size:14px;font-weight:400;color:#076c3e}@media(min-width:640px){.payment .obligations .wallet-balance-group{margin-bottom:0}}.payment .obligations .wallet-info-text{font-size:18px;font-weight:700;color:#076c3e;margin:20px 0}.payment .obligations .fund-link-group{text-align:left}@media(min-width:640px){.payment .obligations .fund-link-group{text-align:right}}.payment .obligations .fund-link{font-size:14px;color:#f9a825;font-weight:600;text-decoration:none;transition:color .2s}.payment .obligations .fund-link:hover{color:#c28b1a}.payment .obligations .final-pay-button{width:100%;font-size:16px;font-weight:700;padding:12px 20px;border-radius:8px;background-color:#076c3e;color:#fff;border:none;cursor:pointer;transition:background-color .2s,opacity .2s}.payment .obligations .final-pay-button:disabled{opacity:.5;cursor:not-allowed}.payment .obligations .final-pay-button:hover:not(:disabled){background-color:#054e2f}.payment .payment-card2{max-width:600px;padding:0;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border:1px solid #e5e7eb;margin-top:20px}.payment .payment-card2 .card-header{padding:20px;border-bottom:1px solid #e5e7eb;background-color:#e6fff3;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;align-items:center;justify-content:center}.payment .payment-card2 .card-header h2{font-size:20px;font-weight:700;color:#076c3e;display:flex;align-items:center;margin:0}.payment .payment-card2 .form-content{padding:30px 20px;text-align:center}.payment .payment-card2 .form-content span{font-size:18px;color:#1f2937;margin-bottom:5px}.payment .payment-card2 .form-content h3{font-size:36px;font-weight:800;color:#076c3e;margin:0 0 20px}.payment .payment-card2 .form-content .receipt{background-color:#f3f4f6;border-radius:8px;padding:15px;margin-bottom:25px}.payment .payment-card2 .form-content .receipt p.bold{font-size:14px;font-weight:600;color:#1f2937;margin:10px 0}.payment .payment-card2 .form-content .receipt p.description{font-size:16px;color:#4b5563;margin-top:5px;margin-bottom:15px}.payment .payment-card2 .form-content .receipt p.ref{font-size:14px;color:#4b5563;margin-top:5px;font-family:monospace}.payment .error{color:#ef4444}.settings .profile{max-width:500px}.settings .profile .photo{width:128px;height:128px;margin:20px auto;border-radius:64px;border:3px solid #076c3e;display:block}.settings .change-password{max-width:500px}
/*# sourceMappingURL=main.33db5001.chunk.css.map */