.login-wrapper{background-image:url(/assets/bg-layer-DWCeqX-A.png);background-position:center;background-repeat:no-repeat;background-size:100% 100%;width:100%;height:90vh;display:flex;align-items:center;justify-content:center}@media (max-width: 1200px){.login-wrapper{background-size:cover;background-position:60%}}.login-wrapper .login-content{width:50%;max-width:750px;margin:auto;padding:50px 100px;background-color:var(--white);border-radius:5px;border:1px solid #EAEAEA}@media (max-width: 1200px){.login-wrapper .login-content{padding:50px}}@media (max-width: 576px){.login-wrapper .login-content{width:95%;padding:20px}}.login-wrapper .login-content .btn-primary{width:100%}@media (max-width: 767px){.login-wrapper .login-content .btn-primary{font-size:14px;padding:12px}}.login-wrapper .login-content form{display:flex;flex-direction:column;align-items:center}.login-wrapper .login-content form .ant-form-item-control-input-content .ant-input-outlined{border-radius:5px;padding:15px 14px}@media (max-width: 767px){.login-wrapper .login-content form .ant-form-item-control-input-content .ant-input-outlined{padding:10px}}.login-wrapper .login-content .login-header{margin-bottom:40px;text-align:center}@media (max-width: 767px){.login-wrapper .login-content .login-header{margin-bottom:20px}}.login-wrapper .login-content .login-header h3{color:var(--text);font-size:42px;font-weight:700;margin-bottom:10px}@media (max-width: 767px){.login-wrapper .login-content .login-header h3{font-size:25px;margin-bottom:10px}}@media (max-width: 576px){.login-wrapper .login-content .login-header h3{font-size:20px}}.login-wrapper .login-content .login-header p{color:var(--secondary);font-size:16px;margin-bottom:0;font-weight:500}@media (max-width: 576px){.login-wrapper .login-content .login-header p{font-size:14px}}.login-wrapper .login-content .forgot-pass{margin-bottom:24px;text-align:right;width:100%}.login-wrapper .login-content .forgot-pass a{text-decoration:none;color:var(--text);font-weight:600}@media (max-width: 576px){.login-wrapper .login-content .forgot-pass a{font-size:12px}}.header-wrapper{background-color:#f5f5f5;padding:0;position:sticky;top:0;z-index:1000}.header-wrapper .header-content{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:20px}@media (max-width: 991px){.header-wrapper .header-content{padding:12px 0}}.header-wrapper .header-left .logo{display:flex;align-items:center;gap:12px;cursor:pointer;transition:opacity .3s}.header-wrapper .header-left .logo:hover{opacity:.8}.header-wrapper .header-left .logo .logo-text{background-color:var(--black);color:var(--white);padding:9px 16px;border-radius:8px;font-size:18px;font-weight:700}@media (max-width: 767px){.header-wrapper .header-left .logo .logo-text{padding:8px 16px;font-size:18px}}.header-wrapper .header-left .logo .logo-subtitle{font-size:18px;font-weight:600;color:var(--text)}@media (max-width: 991px){.header-wrapper .header-left .logo .logo-subtitle{display:none}}.header-wrapper .header-nav{display:flex;align-items:center;gap:40px;flex:1;justify-content:center}@media (max-width: 991px){.header-wrapper .header-nav{display:none}}.header-wrapper .header-nav .nav-item{background:transparent;border:none;color:var(--secondary);font-size:14px;font-weight:600;cursor:pointer;transition:color .3s;padding:8px 0;position:relative}.header-wrapper .header-nav .nav-item:hover{color:var(--text)}.header-wrapper .header-nav .nav-item.active{color:var(--text);font-weight:600}@media (max-width: 991px){.header-wrapper .header-right{display:none}}.header-wrapper .header-right .user-dropdown{display:flex;align-items:center;gap:10px;background:transparent;border:none;cursor:pointer;padding:4px 12px;border-radius:25px;transition:background-color .3s}.header-wrapper .header-right .user-dropdown:hover{background-color:#0000000d}.header-wrapper .header-right .user-dropdown .user-avatar{width:36px;height:36px;border-radius:50%;background-color:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:18px}.header-wrapper .header-right .user-dropdown .user-name{font-size:16px;font-weight:500;color:var(--text)}.header-wrapper .header-right .user-dropdown .dropdown-icon{font-size:12px;color:var(--text)}.header-wrapper .mobile-menu-toggle{display:none;gap:4px;background:transparent;border:none;cursor:pointer;padding:8px;align-items:center}@media (max-width: 991px){.header-wrapper .mobile-menu-toggle{display:flex}}.mobile-menu{display:none}.mobile-menu .cross-btn{border:none;outline:none;background-color:transparent;position:absolute;right:10px;top:10px}@media (max-width: 991px){.mobile-menu{display:flex;flex-direction:column;border-top:1px solid #E0E0E0;gap:8px;position:absolute;width:100%;z-index:999;background-color:#fff;right:0;padding:40px 20px 10px 10px;width:240px;height:100vh;top:0}}.mobile-menu .mobile-nav-item{background:transparent;border:none;color:gray;font-size:16px;font-weight:500;cursor:pointer;padding:12px 16px;text-align:left;border-radius:8px;transition:all .3s}.mobile-menu .mobile-nav-item:hover{background-color:#0000000d;color:var(--text)}.mobile-menu .mobile-nav-item.active{background-color:var(--black);color:var(--white);font-weight:600}.group-wrapper{width:100%;padding:40px 0;background-color:var(--light-bg)}@media (max-width: 576px){.group-wrapper{padding:20px 0}}.group-wrapper .group-header{display:flex;width:100%;justify-content:space-between;align-items:center;gap:10px;padding-bottom:14px;margin-bottom:20px;border-bottom:1px solid var(--border)}@media (max-width: 576px){.group-wrapper .group-header{flex-direction:column;justify-content:start;align-items:self-start}}.group-wrapper .group-header h3{font-size:32px;font-weight:600;color:var(--text);margin:0}@media (max-width: 991px){.group-wrapper .group-header h3{font-size:24px}}@media (max-width: 576px){.group-wrapper .group-header h3{font-size:20px}}.group-wrapper .group-header .ant-form-item{margin:0;width:30%}@media (max-width: 576px){.group-wrapper .group-header .ant-form-item{width:100%}}.group-wrapper .group-card{background-color:var(--white);border:1px solid var(--border2);border-radius:10px;padding:16px;text-align:left;transition:all .3s ease;height:132px;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.group-wrapper .group-card:hover{transform:translateY(-3px)}.group-wrapper .group-card .group-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.group-wrapper .group-card .group-top .group-title{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.group-wrapper .group-card .group-top .folder-icon{font-size:22px;color:var(--primary);flex-shrink:0}.group-wrapper .group-card .group-top .more-icon{font-size:20px;color:var(--secondary);cursor:pointer;flex-shrink:0}.group-wrapper .group-card h4{font-size:186x;font-weight:600;color:var(--text);margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.group-wrapper .group-card p{font-size:12px;color:var(--secondary);margin:0;font-weight:500;line-height:18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:36px}.group-wrapper .group-card.add-card{text-align:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.group-wrapper .group-card.add-card .plus-icon{font-size:28px;background-color:var(--black);color:var(--white);border-radius:6px;padding:10px}.group-wrapper .group-card.add-card p{font-weight:700;color:var(--text);white-space:normal;-webkit-line-clamp:unset;max-height:none}.ant-dropdown-menu-item{gap:10px}.sheets-wrapper{padding:20px 0;background-color:var(--light-bg);min-height:100vh}.sheets-wrapper .sheet-header{display:flex;width:100%;justify-content:space-between;align-items:center;padding-bottom:14px;margin-bottom:20px;border-bottom:1px solid var(--border);gap:20px}.sheets-wrapper .sheet-header h3{font-size:32px;font-weight:600;color:var(--text);margin:0}@media (max-width: 991px){.sheets-wrapper .sheet-header h3{font-size:24px}}@media (max-width: 576px){.sheets-wrapper .sheet-header h3{font-size:20px}}.sheets-wrapper .sheet-header .btn-add{display:flex;align-items:center;gap:8px;background-color:var(--light-bg);border:1px solid var(--black);padding:8px 20px;border-radius:30px;font-weight:600;cursor:pointer;transition:.3s}@media (max-width: 767px){.sheets-wrapper .sheet-header .btn-add{font-size:14px;padding:6px 10px;gap:6px}}.sheets-wrapper .sheet-header .btn-add .plus-icon{display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:var(--black);padding:4px}.sheets-wrapper .sheet-header .btn-add .plus-icon svg{fill:var(--white)}.sheets-wrapper .sheet-header .btn-add:hover{background-color:var(--black);color:var(--white)}.sheets-wrapper .filters{display:flex;align-items:center;gap:10px;margin-bottom:20px}@media (max-width: 991px){.sheets-wrapper .filters{justify-content:space-between}}.sheets-wrapper .filters .for-web .filter-options{display:flex;align-items:center;gap:10px;margin:0}@media (max-width: 991px){.sheets-wrapper .filters .for-web{display:none}}.sheets-wrapper .filters .ant-form-item{margin:0;width:auto;min-width:170px}.sheets-wrapper .filters .search{width:30%}.sheets-wrapper .filters .btn-primary{border-radius:30px;padding:12px 14px;min-width:auto}@media (max-width: 1440px){.sheets-wrapper .filters .btn-primary{font-size:12px}}.sheets-wrapper .filters .btn-primary.search-btn{padding:10px;height:40px;width:40px;display:flex;align-items:center;justify-content:center}.sheets-wrapper .sheet-table .ant-table-content{min-height:200px}.sheets-wrapper .sheet-table .ant-table-thead>tr>th,.sheets-wrapper .sheet-table .ant-table-tbody>tr>td{padding:12px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sheets-wrapper .sheet-table .ant-table-cell:nth-child(1){max-width:180px;min-width:150px}.sheets-wrapper .sheet-table .ant-table-cell:nth-child(2){max-width:250px;min-width:200px}.sheets-wrapper .sheet-table .ant-table-cell:nth-child(3){max-width:120px;min-width:100px}.sheets-wrapper .sheet-table .ant-table-cell:nth-child(4){max-width:130px;min-width:120px;text-align:right}.sheets-wrapper .sheet-table .ant-table-cell:nth-child(5){max-width:130px;min-width:120px;text-align:right}.sheets-wrapper .sheet-table .ant-table-cell:nth-child(6){max-width:120px;min-width:100px}.sheets-wrapper .sheet-table .ant-table-cell:nth-child(7){max-width:100px;min-width:80px;text-align:center}.sheets-wrapper .sheet-table .ant-table-cell:nth-child(8){max-width:80px;min-width:60px;text-align:center}.sheets-wrapper .sheet-table .truncated-text{cursor:help;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sheets-wrapper .sheet-table .negative-balance{color:#ff4d4f!important;font-weight:600}.sheets-wrapper .sheet-table .credit-amount{color:#52c41a!important;font-weight:600}.sheets-wrapper .sheet-table .status-tag{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;text-transform:capitalize}.sheets-wrapper .sheet-table .status-tag.pending{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.sheets-wrapper .sheet-table .status-tag.completed{background-color:#d1edff;color:#0c5460;border:1px solid #bee5eb}.sheets-wrapper .sheet-table .status-tag.closed{background:#fff1f0;color:#ff4d4f}.sheets-wrapper .sheet-table .more-icon{color:var(--secondary);transition:color .3s}.sheets-wrapper .sheet-table .more-icon:hover{color:var(--text)}.sheets-wrapper .pagination{display:flex;justify-content:flex-end;margin-top:20px}.sheets-wrapper .sheet-modal .ant-modal-content{border-radius:10px;padding:25px}.sheets-wrapper .sheet-modal .ant-modal-title{text-align:center;font-weight:700;font-size:24px;color:var(--text)}.sheets-wrapper .sheet-modal .sub-heading{text-align:center;color:var(--secondary);font-size:14px;margin-bottom:20px}.sheets-wrapper .sheet-modal form{display:flex;flex-direction:column;gap:16px}.sheets-wrapper .sheet-modal form .btn-primary{width:100%;background-color:var(--black);color:var(--white);border:none;padding:12px 0;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer}.sheets-wrapper .sheet-modal .radio-group{display:flex;align-items:center;gap:15px}.sheets-wrapper .sheet-modal .radio-group .radio-label{font-weight:600}.sheets-wrapper .sheet-modal .radio-group .radio-label input{margin-right:6px}.sheet-details-modal .ant-modal-content{border-radius:10px;padding:25px}.sheet-details-modal .ant-modal-title{text-align:center;font-weight:700;font-size:24px;color:var(--text)}.sheet-details-modal .sub-heading{text-align:center;color:var(--secondary);font-size:14px;margin-bottom:20px}.sheet-details-modal form{display:flex;flex-direction:column;gap:16px}.sheet-details-modal form .btn-primary{width:100%;background-color:var(--black);color:var(--white);border:none;padding:12px 0;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s}.sheet-details-modal form .btn-primary:hover{background-color:#333}.mobile-filter .filter-options .btn-primary{width:100%;border-radius:50px}@media (max-width: 991px){.mobile-filter .filter-options .btn-primary{font-size:14px;padding:12px;margin-bottom:10px}}.ledger-wrapper{padding:20px 0;min-height:100vh}@media (max-width: 767px){.ledger-wrapper{padding:20px 0}}.ledger-wrapper .sheet-header{padding-bottom:14px;margin-bottom:20px;border-bottom:1px solid var(--border);gap:10px}@media (max-width: 576px){.ledger-wrapper .sheet-header{flex-direction:column;align-items:self-start}}@media (max-width: 767px){.ledger-wrapper .sheet-header .left-heading{margin-bottom:15px}}.ledger-wrapper .sheet-header .left-heading h3{text-align:left;font-size:20px}@media (max-width: 991px){.ledger-wrapper .sheet-header .left-heading h3{font-size:18px}}@media (max-width: 576px){.ledger-wrapper .sheet-header .left-heading h3{font-size:16px}}.ledger-wrapper .sheet-header .left-heading p{font-size:12px;margin:0}.ledger-wrapper .sheet-header h3{font-size:32px;font-weight:600;color:var(--text);margin:0;text-align:center}@media (max-width: 991px){.ledger-wrapper .sheet-header h3{font-size:25px;text-align:left}}@media (max-width: 576px){.ledger-wrapper .sheet-header h3{font-size:16px}}.ledger-wrapper .sheet-header .btn-add{display:flex;align-items:center;gap:8px;background-color:var(--light-bg);border:1px solid var(--black);padding:8px 20px;border-radius:30px;font-weight:600;cursor:pointer;transition:.3s;margin-left:auto}@media (max-width: 576px){.ledger-wrapper .sheet-header .btn-add{font-size:12px;gap:3px;padding:5px 10px}}.ledger-wrapper .sheet-header .btn-add .plus-icon{display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:var(--black);padding:4px}.ledger-wrapper .sheet-header .btn-add .plus-icon svg{fill:var(--white)}.ledger-wrapper .sheet-header .btn-add:hover{background-color:var(--black);color:var(--white)}.ledger-wrapper .filters{display:flex;align-items:center;gap:10px;margin-bottom:20px;justify-content:space-between}.ledger-wrapper .filters .total p{font-size:12px;margin-bottom:4px}.ledger-wrapper .filters .total h4{font-size:24px;font-weight:600}@media (max-width: 576px){.ledger-wrapper .filters .total h4{font-size:20px}}.ledger-wrapper .filters .product-info{padding:6px 12px;border-radius:4px;background-color:var(--light-bg)}.ledger-wrapper .filters .product-info p{font-size:12px;margin-bottom:4px;opacity:.9}.ledger-wrapper .filters .product-info h4{font-size:16px;font-weight:600}@media (max-width: 576px){.ledger-wrapper .filters .product-info h4{font-size:20px}}.ledger-wrapper .filters .filters-web .filter-options{display:flex;align-items:center;gap:10px}@media (max-width: 991px){.ledger-wrapper .filters .filters-web{display:none}}.ledger-wrapper .filters .ant-form-item{margin:0;width:auto;min-width:170px}.ledger-wrapper .filters .search{width:300px}.ledger-wrapper .filters .btn-primary{border-radius:30px;padding:12px 14px;width:auto}@media (max-width: 1440px){.ledger-wrapper .filters .btn-primary{font-size:12px}}.ledger-wrapper .filters .btn-primary.search-btn{padding:10px;height:40px;width:40px;display:flex;align-items:center;justify-content:center}.ledger-wrapper .common-table .ant-table-content{min-height:200px}.ledger-wrapper .common-table .ant-table-thead>tr>th,.ledger-wrapper .common-table .ant-table-tbody>tr>td{padding:12px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ledger-wrapper .common-table .ant-table-cell:nth-child(1){max-width:200px;min-width:150px}.ledger-wrapper .common-table .ant-table-cell:nth-child(2){max-width:120px;min-width:100px}.ledger-wrapper .common-table .ant-table-cell:nth-child(3){max-width:130px;min-width:120px}.ledger-wrapper .common-table .ant-table-cell:nth-child(4){max-width:120px;min-width:100px;text-align:right}.ledger-wrapper .common-table .ant-table-cell:nth-child(5){max-width:120px;min-width:100px;text-align:right}.ledger-wrapper .common-table .ant-table-cell:nth-child(6){max-width:130px;min-width:120px;text-align:right}.ledger-wrapper .common-table .ant-table-cell:nth-child(7){max-width:80px;min-width:60px;text-align:center}.ledger-wrapper .common-table .truncated-text{cursor:help;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ledger-wrapper .common-table .debit-amount{color:#ff4d4f;font-weight:600}.ledger-wrapper .common-table .credit-amount{color:#52c41a;font-weight:600}.ledger-wrapper .common-table .negative-balance{color:#ff4d4f!important;font-weight:600}.ledger-wrapper .common-table .positive-balance{color:#52c41a!important;font-weight:600}.ledger-wrapper .pagination{display:flex;justify-content:flex-end;margin:20px 0;background-color:var(--white);align-items:center;padding:12px 14px;border-radius:5px;border:1px solid var(--border2)}.ledger-wrapper .pagination ul{margin:0}.ledger-wrapper .footer-section{padding:12px 14px;background-color:var(--white);border-radius:5px;border:1px solid var(--border2)}.ledger-wrapper .footer-section .left-col{display:flex;align-items:center;gap:14px}@media (max-width: 576px){.ledger-wrapper .footer-section .left-col{gap:5px}}.ledger-wrapper .footer-section .left-col .ant-form-item{margin:0;width:160px}@media (max-width: 576px){.ledger-wrapper .footer-section .left-col .ant-form-item .ant-select-outlined{height:40px}}@media (max-width: 576px){.ledger-wrapper .footer-section .left-col .ant-form-item{width:100%;max-width:100%;font-size:14px}}@media (max-width: 576px){.ledger-wrapper .footer-section .left-col .ant-form-item .ant-select-selector{padding:10px}}.ledger-wrapper .footer-section .left-col .btn-primary{border-radius:50px;min-width:180px;padding:13px;display:flex;justify-content:center;align-items:center}@media (max-width: 576px){.ledger-wrapper .footer-section .left-col .btn-primary{min-width:auto;font-size:14px;width:100%}}.ledger-wrapper .footer-section .left-col .btn-print{border:1px solid var(--black);border-radius:50%;background-color:transparent;outline:none;padding:12px}@media (max-width: 576px){.ledger-wrapper .footer-section .left-col .btn-print{padding:8px}}.ledger-wrapper .footer-section .right-col{display:flex;justify-content:space-around;align-items:center}.ledger-wrapper .footer-section .right-col .data p{color:#5c5c5c;font-size:12px;font-weight:500}@media (max-width: 576px){.ledger-wrapper .footer-section .right-col .data p{font-size:10px}}.ledger-wrapper .footer-section .right-col .data h3{font-size:18px;font-weight:600}@media (max-width: 991px){.ledger-wrapper .footer-section .right-col .data h3{font-size:14px;margin-bottom:10px}}.ledger-wrapper .footer-section .right-col .data h3.negative-balance{color:#ff4d4f!important}.ledger-wrapper .footer-section .right-col .data h3.positive-balance{color:#52c41a!important}.ledger-modal .ant-radio-checked .ant-radio-inner{border-color:#000!important;background-color:#000!important}.ledger-modal .ant-radio-checked .ant-radio-inner:after{background-color:#fff}.ledger-modal .ant-radio:hover .ant-radio-inner{border-color:#000}.ledger-modal .ant-radio-input:focus+.ant-radio-inner{box-shadow:0 0 0 3px #0000001a}:root{--black:#000000;--secondary:#808080;--light-color:#F5F5F5;--text: #262626;--white:#FFFFFF;--border:#CCCCCC;--border2:#EAEAEA;--yellow:#FFB302;--green:#00CF18}*{padding:0;margin:0;box-sizing:border-box;font-family:Montserrat!important}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Regular-BdMzRefO.ttf) format("truetype");font-weight:400}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Medium-DZarjTSE.ttf) format("truetype");font-weight:500}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-SemiBold-C0-6BeuA.ttf) format("truetype");font-weight:600}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Bold-D4JCkd3k.ttf) format("truetype");font-weight:700}body{font-family:Montserrat!important;font-weight:400;line-height:1.1;background-color:var(--light-color);color:var(--textc)}button[type=button],button[type=submit]{cursor:pointer}button:disabled{opacity:.7;cursor:not-allowed}.container{max-width:1320px;margin:0 auto;padding:0 12px;height:100%}@media (max-width: 1440px){.container{max-width:1140px}}@media (max-width: 991px){.container{max-width:720px}}@media (max-width: 767px){.container{max-width:540px}}@media (max-width: 576px){.container{max-width:100%}}.container-fluid{width:100%;padding:0 12px}.main-wrapper{padding:2rem 0px;height:100%}.table-main{overflow:auto}.ant-pagination{margin-bottom:20px}.ant-pagination .ant-pagination-item-active{border-color:var(--primary)!important}.ant-pagination .ant-pagination-item-active a{color:var(--primary)!important}.ant-progress{width:60%}.ant-progress .ant-progress-bg{background:var(--primary)}.ant-progress .ant-progress-text{display:none}.btn-primary{border:1px solid var(--black);background-color:var(--black);color:var(--white);font-size:16px;font-weight:600;padding:18px;border-radius:5px}.cancel-btn{border:1px solid var(--secondary);background-color:var(--border2);color:var(--black);font-size:16px;font-weight:600;padding:18px;border-radius:5px}.ant-form-item{width:100%}@media (max-width: 767px){.ant-form-item{margin-bottom:16px}}@media (max-width: 576px){.ant-form-item{margin-bottom:10px}}.ant-form-item .ant-input-outlined{border:1px solid var(--border);font-size:14px;font-weight:400;color:#000;padding:11px 14px;border-radius:50px;background-color:var(--light-color)}@media (max-width: 576px){.ant-form-item .ant-input-outlined{padding:7px 10px}}.ant-form-item .ant-input-outlined:hover{border-color:var(--primary)}.ant-form-item .ant-input-outlined:focus-visible{box-shadow:unset}.ant-form-item .ant-input-outlined::placeholder{color:#5f7085;font-size:14px}.ant-form-item textarea.ant-input-outlined{border-radius:5px}.ant-form-item .ant-picker-outlined{border:1px solid var(--border);font-size:14px;font-weight:400;color:#000;padding:11px 14px!important;border-radius:50px;background-color:#f3f3f3}@media (max-width: 576px){.ant-form-item .ant-picker-outlined{padding:7px 10px!important}}.ant-form-item .ant-input-number-handler-wrap{display:none}.ant-form-item .ant-input-password{border:1px solid var(--border);font-size:14px;font-weight:400;color:#000;padding:12px 15px;border-radius:50px;background-color:var(--light-color)}.ant-form-item .ant-input-password:hover{border-color:var(--primary)}.ant-form-item .ant-input-password:focus-within{box-shadow:unset!important}.ant-form-item .ant-input-password .ant-input::placeholder{color:#5f7085;font-size:14px}.ant-form-item .ant-form-item-label label{color:var(--text);font-weight:600;font-size:14px;line-height:100%;margin-bottom:0;text-transform:capitalize;padding:0}@media (max-width: 767px){.ant-form-item .ant-form-item-label label{font-size:14px}}.ant-form-item .ant-select-outlined{min-height:30px;height:auto}.ant-form-item .ant-select-outlined.ant-select-focused .ant-select-selector{border-color:var(--primary)!important;box-shadow:unset!important}.ant-form-item .ant-select-outlined:focus-visible{box-shadow:unset}.ant-form-item .ant-select-outlined:hover .ant-select-selector{border-color:var(--primary)!important;box-shadow:unset!important}.ant-form-item .ant-select-outlined .ant-select-selector{border:1px solid var(--border);font-size:16px;font-weight:400;color:#000;padding:7px 15px!important;border-radius:50px;background-color:var(--light-color)}@media (max-width: 576px){.ant-form-item .ant-select-outlined .ant-select-selector{padding:3px 10px!important}}.ant-form-item .ant-radio-group-outline{gap:20px;display:flex;align-items:center}@media (max-width: 767px){.ant-form-item .ant-radio-group-outline{flex-wrap:wrap}}.ant-form-item .ant-radio-group-outline .ant-radio-button-wrapper{border:1px solid var(--border);font-size:16px;font-weight:400;color:#000;padding:12px 40px;border-radius:50px;height:auto;background-color:#fff;text-align:center}.ant-form-item .ant-radio-group-outline .ant-radio-button-wrapper.ant-radio-button-wrapper-checked{background-color:var(--primary)!important;color:#fff;border-color:var(--primary)}.custome-radio{margin-bottom:20px;display:flex;align-items:center;gap:12px;accent-color:#000;color:#7f7f7f;font-weight:600}@media (max-width: 576px){.custome-radio{margin-bottom:10px}}.custome-radio input{height:18px;width:18px}.ant-switch.ant-switch-checked{background:var(--primary)}.ant-switch.ant-switch-checked:hover{background:var(--primary)!important}.ant-radio-wrapper{font-size:15px}.ant-radio-wrapper .ant-radio-checked .ant-radio-inner{border-color:var(--primary);background-color:var(--primary)}.ant-radio-wrapper:hover .ant-radio-inner{border-color:var(--primary)}.ant-radio-wrapper .ant-radio-label{font-weight:600}.common-heading h3{color:#000;font-size:22px;font-style:normal;font-weight:700;line-height:30px;margin-bottom:30px}@media (max-width: 767px){.common-heading h3{font-size:18px;margin-bottom:10px}}.custom-upload{background:#fff!important;border:1px dashed #d9d9d9!important;border-radius:12px!important;padding:30px 20px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer}.custom-upload .ant-upload{background-color:transparent;border:0px}.custom-upload .upload-content{text-align:center}.custom-upload .upload-content svg{margin-bottom:8px}.custom-upload .upload-content p{color:#919191;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.custom-upload:hover{border-color:var(--primary)!important}.custom-upload-main{background:#fff;border:1px dashed #d9d9d9;border-radius:12px;position:relative;text-align:center;padding:30px 20px;cursor:pointer}.custom-upload-main input{display:none}.profile-wrapper{padding:3rem 0px;height:calc(100vh - 70px)}.error-msg,.ant-form-item-explain-error{color:#ff4d4f!important;font-size:12px!important;font-weight:400!important;transition:all .35s ease;animation:slidein .3s forwards ease}@keyframes slidein{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.common-modal .modal-footer-buttons{display:flex;gap:20px;align-items:center;justify-content:center;margin-top:30px}.common-modal .modal-footer-buttons button{padding:5px 10px}.common-modal .ant-modal-content{border-radius:8px;padding:30px 16px}.common-modal .ant-modal-title{text-align:center;font-size:24px;font-weight:700;color:var(--text);margin-bottom:0}.common-modal .sub-heading{text-align:center;font-size:12px;color:var(--secondary)}.common-modal form{display:flex;flex-direction:column;gap:0;margin-top:15px}.common-modal form .btn-primary{width:100%;background-color:var(--black);color:var(--white);padding:12px 0;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer}@media (max-width: 767px){.common-modal form .btn-primary{font-size:14px;padding:12px}}.ant-table-container{overflow-x:auto}.filter-icon{background-color:transparent;border:none;outline:none;display:none}@media (max-width: 991px){.filter-icon{display:block}}.common-table{background:var(--white);border-radius:5px;overflow:hidden}.common-table .ant-table-thead>tr>th{background:var(--black);color:var(--white);font-weight:600;font-size:14px;white-space:nowrap}@media (max-width: 767px){.common-table .ant-table-thead>tr>th{word-wrap:nowrap;white-space:nowrap}}.common-table .ant-table-cell:before{content:none!important}.common-table td{color:#5c5c5c;font-weight:500;font-size:14px;min-width:100px}@media (max-width: 991px){.common-table td{padding:10px!important;font-size:12px}}.common-table .status-tag{padding:6px 14px;border-radius:20px;font-weight:600;font-size:12px;min-width:75px}.common-table .status-tag.pending{background:#ffb3021a;color:var(--yellow)}.common-table .status-tag.completed{background:#f6ffed;color:var(--green)}.common-table .more-icon{font-size:18px;color:#5c5c5c;transition:color .3s}.common-table .more-icon:hover{color:var(--black)}.common-table .ant-dropdown-trigger{cursor:pointer}.common-table .debit-amount{color:#ff4d4f;font-weight:600}.common-table .negative-balance{color:#ff4d4f;font-weight:500}.common-table .credit-amount{color:#52c41a;font-weight:600}.back-button{padding:0;font-weight:600}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
