@import"https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap";:root{background-color:#fff}body{margin:0;font-family:Libre Franklin,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;overflow-x:hidden}.text{color:#fff}.dashboard{display:flex;flex-direction:column;row-gap:30px;margin-bottom:30px}.dashboard .dashTitleSec{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-block-start:40px;margin-block-end:20px}.dashboard .dashTitleSec .title{color:#1e4942}.dashboard .dashTitleSec .subTitle{color:#1e4942;margin-top:0;font-size:18px}.dashboard .dashContainer{display:flex;justify-content:space-between;gap:30px}.dashboard .dashContainer .cartContainer{border-radius:6px;padding:20px 30px;border:1px solid #A9B1AF;min-height:520px;width:100%;min-width:0;background:linear-gradient(135deg,#fff,#fafbfc);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a;transition:all .3s ease}.dashboard .dashContainer .cartContainer:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#9ca5a3}.dashboard .dashContainer .cartContainer .toolBox{display:flex;justify-content:flex-end}.dashboard .dashContainer .cartContainer .toolBox .extrapolate{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:.5rem;font-weight:500;font-size:.675rem;transition:all .2s ease-in-out;cursor:pointer;border:none}.dashboard .dashContainer .cartContainer .toolBox .extrapolate:disabled{opacity:.5;cursor:not-allowed}.dashboard .dashContainer .cartContainer .toolBox .extrapolate{padding-block:10px;color:#fff;background-color:#1e4942;box-shadow:0 2px 4px #1e494233;transition:all .3s ease}.dashboard .dashContainer .cartContainer .toolBox .extrapolate:hover:not(:disabled){background-color:#163a34;box-shadow:0 4px 8px #1e49424d;transform:translateY(-1px)}.dashboard .dashContainer .cartContainer .responsiveContainer{overflow-x:auto;overflow-y:hidden;height:calc(100% - 60px);background:#ffffff80;border-radius:8px;padding:10px}.dashboard .dashContainer .cartContainer .responsiveContainer::-webkit-scrollbar{height:8px}.dashboard .dashContainer .cartContainer .responsiveContainer::-webkit-scrollbar-track{background:#1e49420d;border-radius:4px}.dashboard .dashContainer .cartContainer .responsiveContainer::-webkit-scrollbar-thumb{background:#1e49424d;border-radius:4px}.dashboard .dashContainer .cartContainer .responsiveContainer::-webkit-scrollbar-thumb:hover{background:#1e494280}.dashboard .dashContainer .cartContainer .responsiveContainer .chartResponsiveContainer{min-width:400px}.dashboard .dashContainer .cartContainer .responsiveContainer .chartResponsiveContainer .chartLegend{font-weight:500;color:#374151}.dashboard .dashContainer .cartContainer .responsiveContainer .chartResponsiveContainer .chartLegend .recharts-legend-wrapper{border-top:1px solid rgba(30,73,66,.1);padding-top:15px!important}.dashboard .dashContainer .fundListContainer{border-radius:6px;padding:20px 30px;border:1px solid #A9B1AF;padding-inline:0;max-height:500px;max-width:420px;display:flex;flex-direction:column;row-gap:20px;transition:all .3s ease;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.dashboard .dashContainer .fundListContainer:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#9ca5a3}.dashboard .dashContainer .fundListContainer .titleSec{display:flex;justify-content:space-between;padding-inline:30px}.dashboard .dashContainer .fundListContainer .titleSec .title{font-size:20px;color:#1e4942;margin:8px 0}.dashboard .dashContainer .fundListContainer .titleSec .addButton{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:.5rem;font-weight:500;font-size:.675rem;transition:all .2s ease-in-out;cursor:pointer;border:none}.dashboard .dashContainer .fundListContainer .titleSec .addButton:disabled{opacity:.5;cursor:not-allowed}.dashboard .dashContainer .fundListContainer .titleSec .addButton{color:#fff;background-color:#1e4942}.dashboard .dashContainer .fundListContainer .yearControl .yearTabs{color:#1e4942;background-color:#ebf4e9}.dashboard .dashContainer .fundListContainer .yearControl .yearTabs .yearTab{color:#1e4942;padding-inline:5px;font-size:12px}.dashboard .dashContainer .fundListContainer .fundList{display:flex;flex-direction:column;row-gap:15px;border-radius:6px;flex-grow:1;overflow:auto;padding-inline:30px}.dashboard .dashContainer .fundListContainer .noDataSec{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:10px;flex-grow:1}.dashboard .dashContainer .fundListContainer .noDataSec .title{font-size:18px}.dashboard .dashContainer .fundListContainer .noDataSec .subTitle{font-size:16px}.dashboard .dashContainer .fundListContainer .buttonSec{padding-inline:30px}.dashboard .dashContainer .fundListContainer .buttonSec .addButton{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:.5rem;font-weight:500;font-size:.675rem;transition:all .2s ease-in-out;cursor:pointer;border:none}.dashboard .dashContainer .fundListContainer .buttonSec .addButton:disabled{opacity:.5;cursor:not-allowed}.dashboard .dashContainer .fundListContainer .buttonSec .addButton{padding-block:8px;color:#fff;background-color:#1e4942}.dashboard .dashLockedAllocations{border-radius:6px;padding:20px 30px;border:1px solid #A9B1AF;display:flex;flex-direction:column;row-gap:30px;transition:all .3s ease;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.dashboard .dashLockedAllocations:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#9ca5a3}.dashboard .dashLockedAllocations .titleSec{display:flex;justify-content:space-between;align-items:center}.dashboard .dashLockedAllocations .titleSec .title{font-size:24px;font-weight:600;color:#1e4942}.dashboard .dashLockedAllocations .titleSec .subTitle{font-size:16px;font-weight:500;color:#1e4942;cursor:pointer;transition:all .2s ease}.dashboard .dashLockedAllocations .titleSec .subTitle:hover{color:#069a3c;text-decoration:underline}.dashboard .dashLockedAllocations .container{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:16px;max-height:800px;overflow-y:auto}@media screen and (max-width: 1040px){.dashboard .dashContainer{flex-wrap:wrap}.dashboard .dashContainer .cartContainer{padding-inline:10px}.dashboard .dashContainer .fundListContainer{margin-inline:auto}}@media screen and (max-width: 600px){.dashboard .dashContainer .fundListContainer{max-width:100%}.dashboard .dashLockedAllocations{padding-inline:10px}}@media screen and (max-width: 425px){.dashboard .dashTitleSec .title{text-align:center}.dashboard .dashContainer .fundListContainer{max-width:100%}.dashboard .dashContainer .fundListContainer .titleSec,.dashboard .dashContainer .fundListContainer .fundList{padding-inline:10px}.dashboard .dashContainer .fundListContainer .noDataSec .subTitle{text-align:center}.dashboard .dashLockedAllocations .container{max-height:400px;grid-template-columns:1fr}}.fund-slider{background-color:#fff;width:450px;flex:1;padding:40px 20px 20px;display:flex;flex-direction:column;row-gap:16px;max-height:100dvh}.fund-slider .topSec{display:flex;justify-content:space-between;align-items:flex-start}.fund-slider .topSec .titleSec .title{font-size:20px;color:#1e4942;margin:8px 0;font-weight:600}.fund-slider .topSec .titleSec .subtitle{font-size:14px;color:#6b7280;margin:4px 0}.fund-slider .topSec .closeBtn{color:#1e4942;cursor:pointer;padding:8px;border-radius:50%;background-color:#ebfbe4;display:flex;justify-content:center;align-items:center;transition:background-color .2s ease}.fund-slider .topSec .closeBtn:hover{background-color:#d4f4d0}.fund-slider .topSec .closeBtn .btn{font-size:16px}.fund-slider .searchField{margin-bottom:4px}.fund-slider .searchField .MuiOutlinedInput-root{border-radius:8px;background-color:#f9fafb}.fund-slider .searchField .MuiOutlinedInput-root:hover{background-color:#f3f4f6}.fund-slider .searchField .MuiOutlinedInput-root.Mui-focused{background-color:#fff}.fund-slider .loadingContainer{display:flex;justify-content:center;align-items:center;padding:60px 20px;flex:1}.fund-slider .noResults{display:flex;justify-content:center;align-items:center;padding:40px 20px;text-align:center;color:#9ca3af}.fund-slider .fundList{display:flex;flex-direction:column;row-gap:12px;flex:1;max-height:calc(100dvh - 360px);overflow-y:auto;padding-right:4px}.fund-slider .fundList::-webkit-scrollbar{width:6px}.fund-slider .fundList::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.fund-slider .fundList::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.fund-slider .fundList::-webkit-scrollbar-thumb:hover{background:#9ca3af}.fund-slider .paginationContainer{display:flex;flex-direction:column;align-items:center;padding:16px 0;border-top:1px solid #E5E7EB;gap:8px}.fund-slider .bottomActions{display:flex;flex-direction:column;gap:8px;padding-top:8px;border-top:1px solid #E5E7EB}.fund-slider .bottomActions .selectionCount{text-align:center;color:#1e4942;font-weight:500;font-size:14px}.fund-slider .addButton{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:.5rem;font-weight:500;font-size:.675rem;transition:all .2s ease-in-out;cursor:pointer;border:none}.fund-slider .addButton{padding-block:10px;color:#fff;background-color:#1e4942;transition:background-color .2s ease,opacity .2s ease}.fund-slider .addButton:hover:not(:disabled){background-color:#16403a}.fund-slider .addButton:disabled{opacity:.5;cursor:not-allowed}@media screen and (max-width: 425px){.fund-slider{width:320px;padding:30px 16px}}.fundCard{border:1px solid #A9B1AF;display:flex;border-radius:10px;align-items:flex-start;padding:15px 10px}.fundCard .topSec{width:100%;display:flex;justify-content:space-between;align-items:flex-start;column-gap:10px}.fundCard .topSec--left{display:flex;flex-grow:1}.fundCard .topSec--left .selectFund{display:flex;align-items:flex-start;padding:0 8px}.fundCard .topSec--left .fundInfo .fundTitle{color:#1e4942;font-size:16px;font-weight:700;margin:4px 0 10px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.fundCard .topSec--left .fundInfo .fundSubtitle{font-size:14px;font-weight:500;color:#1e4942;margin-top:0}.fundCard .topSec--right{display:flex}.extrapolateModal .content{max-width:460px;padding-inline:30px;display:flex;flex-direction:column;row-gap:40px}.extrapolateModal__titleSec{text-align:center}.extrapolateModal__body{display:flex;flex-direction:column;row-gap:25px}.extrapolateModal__body .legendSec{display:flex;justify-content:space-between}.extrapolateModal__body .legendSec .legend{display:flex;align-items:center;column-gap:10px}.extrapolateModal__bottom .button{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:.5rem;font-weight:500;font-size:.675rem;transition:all .2s ease-in-out;cursor:pointer;border:none}.extrapolateModal__bottom .button:disabled{opacity:.5;cursor:not-allowed}.extrapolateModal__bottom .button{color:#fff;background-color:#1e4942;padding-block:10px}.fundCard{border:1px solid #A9B1AF;display:flex;flex-direction:column;background-color:#fff;border-radius:10px;padding:15px}.fundCard__topSec{display:flex;width:100%}.fundCard__topSec .topData{display:flex;flex-direction:column;flex-grow:1}.fundCard__topSec .topData .title{color:#1e4942;font-size:16px;font-weight:600;margin:0 0 10px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.fundCard__topSec .topData .subTitle{font-size:14px;font-weight:600;color:#1e4942;margin-top:0}.fundCard__topSec .closeSec{display:flex;justify-content:center;align-items:center;width:22px;height:22px;border-radius:50%;background-color:#ebfbe4}.fundCard__topSec .closeSec svg{cursor:pointer}.fundCard__topSec .closeSec:hover{background-color:#d4f5c8;transition:background-color .3s ease}.fundCard__bottomSec{display:flex;align-items:center;column-gap:15px;width:100%}.fundCard__bottomSec .allocationData{background-color:#ebfbe4;border-radius:6px;padding:5px;width:110px;display:flex;justify-content:center;align-items:center}.fundCard__bottomSec .allocationData .fundName{font-size:14px;font-weight:600;color:#1e4942;margin-block:5px}.fundCard__bottomSec .noDataPresent{color:red;margin:0}.fundCard.errorBorder{border:2px solid #dd2626}.noHistoricDataAllocated{background-color:#ebe7e759}.noHistoricDataAllocated .topData .title,.noHistoricDataAllocated .topData .subTitle{color:#858282}.savedAllocation{border:1px solid #374845;border-radius:8px;display:flex;flex-direction:column;width:100%;max-width:340px;min-width:320px;background-color:#fff}.savedAllocation .topSec{padding:12px 15px;background-color:#ebf4e9;border-bottom:1px solid #D1E7DD;border-top-left-radius:8px;border-top-right-radius:8px}.savedAllocation .topSec .yearRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.savedAllocation .topSec .yearRow .allocationYear{font-weight:600;font-size:18px;color:#1e4942;margin:0}.savedAllocation .topSec .yearRow .statusLabel{font-size:13px;font-weight:600;padding:3px 10px;border-radius:4px}.savedAllocation .topSec .yearRow .statusLabel.complete{background-color:#ebfbe4;color:#069a3c}.savedAllocation .topSec .yearRow .statusLabel.incomplete{background-color:#fff4e6;color:#e9b306}.savedAllocation .topSec .statsRow{display:flex;align-items:center;gap:8px;font-size:13px;color:#374845}.savedAllocation .topSec .statsRow .statItem{font-weight:500}.savedAllocation .topSec .statsRow .separator{color:#a9b1af}.savedAllocation .midSec{padding:12px 15px;display:flex;flex-direction:column;gap:10px}.savedAllocation .midSec .fundRow{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #F0F0F0}.savedAllocation .midSec .fundRow:last-child{border-bottom:none}.savedAllocation .midSec .fundRow .fundInfo{flex:1;min-width:0}.savedAllocation .midSec .fundRow .fundInfo .fundName{font-weight:500;font-size:14px;color:#1e4942;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.savedAllocation .midSec .fundRow .fundInfo .fundMeta{display:flex;align-items:center;gap:6px;font-size:12px;color:#5a7a73}.savedAllocation .midSec .fundRow .fundInfo .fundMeta .ticker{font-weight:600;color:#1e4942}.savedAllocation .midSec .fundRow .allocation{background-color:#ebfbe4;color:#1e4942;padding:6px 12px;border-radius:4px;font-weight:600;font-size:14px;white-space:nowrap}.savedAllocation .bottomSec{padding:10px 15px;border-top:1px solid #E5EFE9;display:flex;justify-content:center;align-items:center;gap:12px}.savedAllocation .bottomSec .navBtn{cursor:pointer;display:flex;align-items:center;color:#1e4942}.savedAllocation .bottomSec .navBtn.disabled{opacity:.3;cursor:not-allowed}.savedAllocation .bottomSec .navBtn:not(.disabled):hover{color:#069a3c}.savedAllocation .bottomSec .pageInfo{font-size:12px;color:#5a7a73;font-weight:500}@media screen and (max-width: 600px){.savedAllocation{min-width:280px;max-width:100%}.savedAllocation .topSec{padding:10px 12px}.savedAllocation .topSec .yearRow .allocationYear{font-size:16px}.savedAllocation .midSec{padding:10px 12px}.savedAllocation .midSec .fundRow{padding:8px 0}.savedAllocation .midSec .fundRow .fundInfo .fundName{font-size:13px}}@media screen and (max-width: 425px){.savedAllocation{max-width:280px}.savedAllocation .topSec{padding-inline:8px}.savedAllocation .midSec{gap:5px;padding-inline:8px}.savedAllocation .midSec .fundRow{gap:6px}}.dashboardNavbar{display:flex;justify-content:space-between;align-items:center;padding:16px 30px;background-color:#fff;border-bottom:2px solid #EBF4E9;box-shadow:0 2px 8px #1e49420f;position:sticky;top:0;z-index:100}.dashboardNavbar .navInnerSec{display:flex;align-items:center;justify-content:space-between}.dashboardNavbar .navInnerSec .navbarBrand{display:flex;align-items:center}.dashboardNavbar .navInnerSec .navbarBrand .brandText{color:#1e4942;font-size:24px;font-weight:700;letter-spacing:1px}.dashboardNavbar .navInnerSec .navbarActions{display:flex;align-items:center;gap:16px}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:10px;background-color:#fff;border:1.5px solid #e5e7eb;cursor:pointer;transition:all .25s ease}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection:hover{background-color:#fafafa;border-color:#1e4942;box-shadow:0 2px 8px #1e494214}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection.active{background-color:#fafafa;border-color:#1e4942;box-shadow:0 2px 12px #1e49421a}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection .profileAvatar{transition:all .25s ease;border:2px solid #e5e7eb;flex-shrink:0}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection .profileAvatar:hover{border-color:#1e4942}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection .userInfo{display:flex;flex-direction:column;gap:3px;max-width:180px;min-width:140px}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection .userInfo .userName{color:#1e4942;font-size:14px;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection .userInfo .companyName{color:#6b7280;font-size:12px;font-weight:500;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection .dropdownIcon{color:#6b7280;transition:all .25s ease;flex-shrink:0;margin-left:auto}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection .dropdownIcon.open{transform:rotate(180deg);color:#1e4942}.profileDropdownMenu .menuItem{padding:14px 20px;min-height:50px;display:flex;align-items:center;gap:12px;font-size:14px;color:#1e4942;transition:all .2s ease;border-radius:6px;margin:4px 8px}.profileDropdownMenu .menuItem:hover{background-color:#f5f5f5}.profileDropdownMenu .menuItem .MuiListItemIcon-root{min-width:36px}.profileDropdownMenu .menuItem .MuiTypography-root{font-weight:500;font-size:14px;color:inherit}.profileDropdownMenu .menuItem.logoutItem{border-top:1px solid #e5e7eb;margin-top:8px;border-radius:0 0 6px 6px}.profileDropdownMenu .menuItem.logoutItem:hover{background-color:#fef2f2}@media screen and (max-width: 768px){.dashboardNavbar .navInnerSec .navbarActions .userProfileSection{padding:8px 12px;gap:10px}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection .userInfo{max-width:140px;min-width:100px}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection .userInfo .userName{font-size:13px}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection .userInfo .companyName{font-size:11px;max-width:120px}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection .profileAvatar{width:38px!important;height:38px!important;font-size:15px!important}}@media screen and (max-width: 425px){.dashboardNavbar{padding-inline:0}.dashboardNavbar .navInnerSec{width:100%;justify-content:space-between;padding:0}.dashboardNavbar .navInnerSec .navbarBrand .brandText{font-size:18px}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection{padding:8px;gap:0}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection .userInfo,.dashboardNavbar .navInnerSec .navbarActions .userProfileSection .dropdownIcon{display:none}.dashboardNavbar .navInnerSec .navbarActions .userProfileSection .profileAvatar{width:38px!important;height:38px!important;font-size:15px!important}}.profilePage{min-height:100vh;padding:40px 0}.profilePage .profileHeader{display:flex;flex-direction:column;margin-bottom:40px}.profilePage .profileHeader .backButton{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:.5rem;font-weight:500;font-size:.675rem;transition:all .2s ease-in-out;cursor:pointer;border:none}.profilePage .profileHeader .backButton:disabled{opacity:.5;cursor:not-allowed}.profilePage .profileHeader .backButton{color:#1e4942;background-color:transparent;border:1px solid #1E4942;padding:8px 16px;font-size:14px;font-weight:600;width:fit-content;transition:all .3s ease}.profilePage .profileHeader .backButton:hover{background-color:#1e4942;color:#fff}.profilePage .profileHeader .breadcrumb{font-size:16px;color:#6b7280;margin-bottom:8px}.profilePage .profileHeader .breadcrumb a{font-weight:500;color:#6b7280;text-decoration:none;transition:color .2s ease}.profilePage .profileHeader .breadcrumb a:hover{text-decoration:underline}.profilePage .profileHeader .breadcrumb .MuiBreadcrumbs-separator{margin:0 8px;color:#9ca3af}.profilePage .profileHeader .breadcrumb li:last-child a{color:#1e4942;font-weight:600}.profilePage .profileHeader .pageSubtitle{color:#1e4942;font-size:15px;font-weight:400;margin:0;opacity:.8}.profilePage .profileContainer{display:flex;flex-direction:column;gap:30px}.profilePage .profileSection{border-radius:6px;padding:20px 30px;border:1px solid #A9B1AF;background:#fff;box-shadow:0 2px 8px #1e494214;transition:box-shadow .3s ease}.profilePage .profileSection:hover{box-shadow:0 4px 16px #1e49421f}.profilePage .profileSection .sectionHeader{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:2px solid #EBF4E9;margin-bottom:30px}.profilePage .profileSection .sectionHeader .sectionTitleGroup{display:flex;align-items:center;gap:12px}.profilePage .profileSection .sectionHeader .sectionTitleGroup .sectionTitle{color:#1e4942;font-size:18px;font-weight:700;margin:0}.profilePage .profileSection .sectionHeader .editButton{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:.5rem;font-weight:500;font-size:.675rem;transition:all .2s ease-in-out;cursor:pointer;border:none}.profilePage .profileSection .sectionHeader .editButton:disabled{opacity:.5;cursor:not-allowed}.profilePage .profileSection .sectionHeader .editButton{color:#fff;background-color:#1e4942;padding:8px 18px;font-size:12px;font-weight:600;transition:all .3s ease}.profilePage .profileSection .sectionHeader .editButton .editIcon{font-size:16px}.profilePage .profileSection .sectionHeader .editButton:hover{background-color:#153832;transform:translateY(-2px);box-shadow:0 4px 12px #1e494240}.profilePage .profileSection .sectionHeader .editActions{display:flex;gap:10px}.profilePage .profileSection .sectionHeader .editActions .cancelButton{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:.5rem;font-weight:500;font-size:.675rem;transition:all .2s ease-in-out;cursor:pointer;border:none}.profilePage .profileSection .sectionHeader .editActions .cancelButton:disabled{opacity:.5;cursor:not-allowed}.profilePage .profileSection .sectionHeader .editActions .cancelButton{color:#6b7280;background-color:#f3f4f6;padding:8px 18px;font-size:12px;font-weight:600;transition:all .3s ease}.profilePage .profileSection .sectionHeader .editActions .cancelButton:hover{background-color:#e5e7eb;color:#4b5563}.profilePage .profileSection .sectionHeader .editActions .saveButton{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:.5rem;font-weight:500;font-size:.675rem;transition:all .2s ease-in-out;cursor:pointer;border:none}.profilePage .profileSection .sectionHeader .editActions .saveButton:disabled{opacity:.5;cursor:not-allowed}.profilePage .profileSection .sectionHeader .editActions .saveButton{color:#fff;background-color:#1e4942;padding:8px 18px;font-size:12px;font-weight:600;transition:all .3s ease}.profilePage .profileSection .sectionHeader .editActions .saveButton:hover{background-color:#153832;transform:translateY(-2px);box-shadow:0 4px 12px #1e494240}.profilePage .profileSection .sectionContent{display:flex;column-gap:60px}.profilePage .profileSection .sectionContent .profilePicSection{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:30px}.profilePage .profileSection .sectionContent .profilePicSection .profilePicWrapper{width:90px;height:90px;border-radius:50%;overflow:hidden;border:4px solid #EBF4E9;box-shadow:0 4px 16px #1e494226;transition:all .3s ease}.profilePage .profileSection .sectionContent .profilePicSection .profilePicWrapper:hover{transform:scale(1.05);box-shadow:0 8px 24px #1e494233}.profilePage .profileSection .sectionContent .profilePicSection .profilePicWrapper .profilePic{width:100%;height:100%;object-fit:cover}.profilePage .profileSection .sectionContent .profilePicSection .profilePicWrapper .profilePicPlaceholder{width:100%;height:100%;background:linear-gradient(135deg,#1e4942,#2a6b5f);display:flex;align-items:center;justify-content:center}.profilePage .profileSection .sectionContent .profilePicSection .profilePicWrapper .profilePicPlaceholder .initials{color:#fff;font-size:30px;font-weight:700;letter-spacing:2px}.profilePage .profileSection .sectionContent .profilePicSection .profilePicActions .uploadButton{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:.5rem;font-weight:500;font-size:.675rem;transition:all .2s ease-in-out;cursor:pointer;border:none}.profilePage .profileSection .sectionContent .profilePicSection .profilePicActions .uploadButton:disabled{opacity:.5;cursor:not-allowed}.profilePage .profileSection .sectionContent .profilePicSection .profilePicActions .uploadButton{color:#1e4942;background-color:#ebf4e9;padding:8px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.profilePage .profileSection .sectionContent .profilePicSection .profilePicActions .uploadButton:hover{background-color:#d4e8cf;transform:translateY(-2px)}.profilePage .profileSection .sectionContent .formGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}.profilePage .profileSection .sectionContent .formGrid .formField{display:flex;flex-direction:column;gap:8px}.profilePage .profileSection .sectionContent .formGrid .formField.fullWidth{grid-column:1/-1}.profilePage .profileSection .sectionContent .formGrid .formField .fieldLabel{color:#1e4942;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.profilePage .profileSection .sectionContent .formGrid .formField .fieldValue{color:#1e4942;font-size:16px;font-weight:500;padding:12px 16px;background-color:#fafafa;border-radius:8px;border:2px solid #e5e7eb;transition:all .3s ease}.profilePage .profileSection .sectionContent .formGrid .formField .fieldValue.readonly{background-color:#f9fafb;color:#4b5563;border-color:#e5e7eb}.profilePage .profileSection .sectionContent .formGrid .formField .fieldValue .websiteLink{color:#1e4942;text-decoration:none;font-weight:600;transition:all .2s ease}.profilePage .profileSection .sectionContent .formGrid .formField .fieldValue .websiteLink:hover{color:#153832;text-decoration:underline}.profilePage .profileSection .sectionContent .formGrid .formField .fieldInput{padding:12px 14px;font-size:16px;font-family:Libre Franklin,sans-serif;font-weight:500;color:#1e4942;background-color:#fff;border:2px solid #e5e7eb;border-radius:8px;transition:all .3s ease;outline:none}.profilePage .profileSection .sectionContent .formGrid .formField .fieldInput::placeholder{color:#9ca3af;font-weight:400}.profilePage .profileSection .sectionContent .formGrid .formField .fieldInput:hover{border-color:#d1d5db}.profilePage .profileSection .sectionContent .formGrid .formField .fieldInput:focus{border-color:#1e4942;box-shadow:0 0 0 4px #1e494214;transform:translateY(-1px)}.profilePage .profileSection .sectionContent .formGrid .formField .fieldInput.error{border-color:#ef4444}.profilePage .profileSection .sectionContent .formGrid .formField .fieldInput.error:focus{border-color:#dc2626;box-shadow:0 0 0 4px #ef44441a}.profilePage .profileSection .sectionContent .formGrid .formField .errorText{color:#ef4444;font-size:12px;font-weight:500;margin-top:4px;display:block}@media screen and (max-width: 768px){.profilePage{padding:24px 0}.profilePage .profileHeader{margin-bottom:24px}.profilePage .profileHeader .pageTitle{font-size:28px}.profilePage .profileHeader .pageSubtitle{font-size:14px}.profilePage .profileContainer{gap:20px}.profilePage .profileSection{padding:16px 20px}.profilePage .profileSection .sectionHeader{flex-direction:column;align-items:flex-start;gap:16px}.profilePage .profileSection .sectionHeader .sectionTitleGroup .sectionTitle{font-size:18px}.profilePage .profileSection .sectionHeader .editButton,.profilePage .profileSection .sectionHeader .editActions{width:100%}.profilePage .profileSection .sectionHeader .editButton button,.profilePage .profileSection .sectionHeader .editActions button{flex:1}.profilePage .profileSection .sectionContent .formGrid{grid-template-columns:1fr;gap:16px}.profilePage .profileSection .sectionContent .formGrid .formField.fullWidth{grid-column:1}}@media screen and (max-width: 480px){.profilePage{padding:16px 0}.profilePage .profileHeader .pageTitle{font-size:24px}.profilePage .profileSection{padding:16px}.profilePage .profileSection .sectionHeader .sectionTitleGroup{flex-wrap:wrap}.profilePage .profileSection .sectionHeader .sectionTitleGroup .sectionTitle{font-size:16px}.profilePage .profileSection .sectionHeader .sectionTitleGroup .sectionBadge{font-size:10px;padding:3px 10px}.profilePage .profileSection .sectionContent .profilePicSection .profilePicWrapper{width:100px;height:100px}.profilePage .profileSection .sectionContent .profilePicSection .profilePicWrapper .profilePicPlaceholder .initials{font-size:32px}}.authContainer{display:flex;min-height:100vh;width:100%;overflow:hidden}.authLeftSection{flex:2;position:relative;background:linear-gradient(135deg,#1e4942,#2a6b5f);display:flex;align-items:center;justify-content:center;overflow:hidden}.authLeftSection .logoWrapper{position:absolute;top:40px;left:40px;z-index:3;transition:all .3s ease}.authLeftSection .logoWrapper:hover{transform:translateY(-2px);filter:drop-shadow(0 6px 20px rgba(0,0,0,.2))}.authLeftSection .logoWrapper img{height:50px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.authLeftSection .coverImageWrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.authLeftSection .coverImageWrapper .coverImage{width:100%;height:100%;object-fit:cover;opacity:.3}.authLeftSection .overlayContent{position:relative;z-index:2;text-align:center;padding:40px;max-width:600px}.authLeftSection .overlayContent .brandTitle{color:#fff;font-size:48px;font-weight:800;margin:0 0 16px;line-height:1.2;letter-spacing:-1px;text-shadow:0 2px 8px rgba(0,0,0,.2)}.authLeftSection .overlayContent .brandSubtitle{color:#ffffffe6;font-size:18px;font-weight:500;margin:0;line-height:1.6;text-shadow:0 1px 4px rgba(0,0,0,.15)}.authLeftSection:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1e4942b3,#2a6b5f80);z-index:1}.authRightSection{flex:1;display:flex;align-items:center;justify-content:center;background:#fafafa;padding:40px;position:relative}.authRightSection:before{content:"";position:absolute;top:-10%;right:-5%;width:300px;height:300px;background:radial-gradient(circle,rgba(30,73,66,.03) 0%,transparent 70%);border-radius:50%;pointer-events:none}.authRightSection:after{content:"";position:absolute;bottom:-10%;left:-5%;width:250px;height:250px;background:radial-gradient(circle,rgba(30,73,66,.02) 0%,transparent 70%);border-radius:50%;pointer-events:none}.loginCard{background:#fff;border-radius:20px;padding:48px;width:100%;max-width:480px;box-shadow:0 20px 60px #1e494214,0 4px 16px #1e49420a;border:1px solid rgba(30,73,66,.06);position:relative;z-index:1}.loginHeader{margin-bottom:36px}.loginHeader .loginTitle{color:#1e4942;font-size:32px;font-weight:700;margin:0 0 12px;line-height:1.2;letter-spacing:-.5px}.loginHeader .loginSubtitle{color:#1e4942;font-size:15px;font-weight:500;margin:0;opacity:.65;line-height:1.5}.loginForm{display:flex;flex-direction:column;gap:24px}.formGroup{display:flex;flex-direction:column;gap:8px}.formLabel{color:#1e4942;font-size:14px;font-weight:600;margin:0;letter-spacing:.2px}.formInput{padding:14px 18px;font-size:15px;font-family:Libre Franklin,sans-serif;font-weight:500;color:#1e4942;background-color:#fafafa;border:2px solid #e5e7eb;border-radius:10px;transition:all .25s cubic-bezier(.4,0,.2,1);outline:none}.formInput::placeholder{color:#9ca3af;font-weight:400}.formInput:hover:not(:focus){border-color:#d1d5db;background-color:#fff}.formInput:focus{border-color:#1e4942;background-color:#fff;box-shadow:0 0 0 4px #1e494214,0 1px 2px #0000000d;transform:translateY(-1px)}.formInput.inputError{border-color:#ef4444;background-color:#fef2f2}.formInput.inputError:focus{box-shadow:0 0 0 4px #ef444414,0 1px 2px #0000000d}.errorMessage{color:#ef4444;font-size:13px;font-weight:600;margin:0;display:flex;align-items:center;gap:4px}.formOptions{display:flex;justify-content:flex-end;margin-top:-8px}.formOptions .forgotPassword{color:#1e4942;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease;position:relative}.formOptions .forgotPassword:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#1e4942;transition:width .3s ease}.formOptions .forgotPassword:hover{color:#2a6b5f}.formOptions .forgotPassword:hover:after{width:100%}.submitButton{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:.5rem;font-weight:500;font-size:.675rem;transition:all .2s ease-in-out;cursor:pointer;border:none}.submitButton:disabled{opacity:.5;cursor:not-allowed}.submitButton{width:100%;padding:16px;font-size:16px;font-weight:700;color:#fff;background:linear-gradient(135deg,#1e4942,#2a6b5f);margin-top:8px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #1e494233,0 2px 4px #1e49421a;letter-spacing:.5px;position:relative;overflow:hidden}.submitButton:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.submitButton:hover:not(:disabled){background:linear-gradient(135deg,#153832,#235248);transform:translateY(-2px);box-shadow:0 8px 20px #1e49424d,0 4px 8px #1e494226}.submitButton:hover:not(:disabled):before{left:100%}.submitButton:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #1e494233,0 1px 4px #1e49421a}.submitButton:disabled{opacity:.5;cursor:not-allowed;transform:none}@media screen and (max-width: 1024px){.authLeftSection .overlayContent .brandTitle{font-size:36px}.authLeftSection .overlayContent .brandSubtitle{font-size:16px}.loginCard{padding:40px}}@media screen and (max-width: 768px){.authContainer{flex-direction:column}.authLeftSection{flex:none;min-height:300px;height:35vh}.authLeftSection .logoWrapper{top:24px;left:24px}.authLeftSection .overlayContent{padding:24px}.authLeftSection .overlayContent .brandTitle{font-size:28px}.authLeftSection .overlayContent .brandSubtitle{font-size:14px}.authRightSection{flex:none;min-height:65vh;padding:24px}.loginCard{padding:32px 24px;max-width:100%}.loginHeader .loginTitle{font-size:26px}.loginHeader .loginSubtitle{font-size:14px}}@media screen and (max-width: 480px){.authLeftSection{min-height:250px}.authLeftSection .logoWrapper img{height:40px}.authLeftSection .overlayContent .brandTitle{font-size:24px}.authLeftSection .overlayContent .brandSubtitle{font-size:13px}.loginCard{padding:24px 20px}.loginHeader{margin-bottom:24px}.loginHeader .loginTitle{font-size:22px}.loginHeader .loginSubtitle{font-size:13px}.loginForm{gap:20px}}.verifyOTPModal{border-radius:15px!important}.verifyOTPModal .content{min-width:440px;max-width:480px;padding:48px 40px;display:flex;flex-direction:column;row-gap:32px;position:relative}.verifyOTPModal__titleSec{text-align:center;display:flex;flex-direction:column;gap:8px}.verifyOTPModal__titleSec .title{color:#1e4942;font-weight:700;margin-bottom:4px}.verifyOTPModal__titleSec .subtitle{color:#1e4942;font-size:14px;opacity:.7}.verifyOTPModal__titleSec .email{color:#1e4942;font-size:15px;font-weight:600;margin-top:4px}.verifyOTPModal__titleSec .expirationNote{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:12px;padding:8px 16px;background-color:#fff3cd;border-radius:8px;border:1px solid #ffc107}.verifyOTPModal__titleSec .expirationNote .expirationText{color:#856404;font-size:13px;font-weight:600}.verifyOTPModal__titleSec .expirationNote svg{color:#856404}.verifyOTPModal__body{display:flex;flex-direction:column;align-items:center;gap:20px}.verifyOTPModal__body .otpInputContainer{display:flex;gap:12px;justify-content:center;width:100%;max-width:280px}.verifyOTPModal__body .otpInput{width:56px;height:56px;font-size:24px;font-weight:600;text-align:center;border:2px solid #e5e7eb;border-radius:12px;background-color:#fafafa;color:#1e4942;transition:all .25s cubic-bezier(.4,0,.2,1);outline:none;font-family:Libre Franklin,sans-serif}.verifyOTPModal__body .otpInput:hover:not(:focus){border-color:#d1d5db;background-color:#fff}.verifyOTPModal__body .otpInput:focus{border-color:#1e4942;background-color:#fff;box-shadow:0 0 0 4px #1e494214;transform:scale(1.05)}.verifyOTPModal__body .otpInput.filled{border-color:#1e4942;background-color:#ebf4e9}.verifyOTPModal__body .otpInput.error{border-color:#ef4444;background-color:#fef2f2}.verifyOTPModal__body .otpInput.error:focus{box-shadow:0 0 0 4px #ef444414}.verifyOTPModal__body .otpInput::-webkit-outer-spin-button,.verifyOTPModal__body .otpInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.verifyOTPModal__body .otpInput[type=number]{-moz-appearance:textfield}.verifyOTPModal__body .errorMessage{color:#ef4444;font-size:13px;font-weight:600;text-align:center;margin:0}.verifyOTPModal__bottom{display:flex;flex-direction:column;gap:20px}.verifyOTPModal__bottom .loadingMessage{display:flex;justify-content:center;align-items:center;padding:12px 16px;background-color:#ebf4e9;border-radius:8px;border:1px solid #1E4942}.verifyOTPModal__bottom .loadingMessage .loadingText{color:#1e4942;font-size:14px;font-weight:600;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.verifyOTPModal__bottom .autoSubmitNote{text-align:center;color:#1e4942;font-size:12px;opacity:.6;font-style:italic;margin-top:-8px}.verifyOTPModal__bottom .button.verify{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:.5rem;font-weight:500;font-size:.675rem;transition:all .2s ease-in-out;cursor:pointer;border:none}.verifyOTPModal__bottom .button.verify{color:#fff;max-width:400px;margin-inline:auto;background:linear-gradient(135deg,#1e4942,#2a6b5f);padding:12px 16px;font-size:16px;font-weight:600;box-shadow:0 4px 12px #1e494233;transition:all .3s cubic-bezier(.4,0,.2,1)}.verifyOTPModal__bottom .button.verify:hover:not(:disabled){background:linear-gradient(135deg,#153832,#235248);transform:translateY(-2px);box-shadow:0 6px 16px #1e49424d}.verifyOTPModal__bottom .button.verify:active:not(:disabled){transform:translateY(0)}.verifyOTPModal__bottom .button.verify:disabled{opacity:.5;cursor:not-allowed}.verifyOTPModal__bottom .resendSection{display:flex;flex-direction:column;align-items:center;gap:8px}.verifyOTPModal__bottom .resendSection .resendText{color:#1e4942;font-size:13px;opacity:.7}.verifyOTPModal__bottom .resendSection .button.resend{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:.5rem;font-weight:500;font-size:.675rem;transition:all .2s ease-in-out;cursor:pointer;border:none}.verifyOTPModal__bottom .resendSection .button.resend:disabled{opacity:.5;cursor:not-allowed}.verifyOTPModal__bottom .resendSection .button.resend{color:#1e4942;background:transparent;padding:8px 16px;font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:all .2s ease;min-width:120px}.verifyOTPModal__bottom .resendSection .button.resend:hover:not(:disabled){color:#153832;text-decoration-thickness:2px}.verifyOTPModal__bottom .resendSection .button.resend:disabled{opacity:.5;text-decoration:none;cursor:not-allowed}@media screen and (max-width: 480px){.verifyOTPModal .content{padding:36px 24px;min-width:100%}.verifyOTPModal__titleSec .expirationNote{padding:6px 12px;margin-top:8px}.verifyOTPModal__titleSec .expirationNote .expirationText{font-size:12px}.verifyOTPModal__body .otpInputContainer{gap:8px;max-width:240px}.verifyOTPModal__body .otpInput{width:48px;height:48px;font-size:20px}.verifyOTPModal__bottom .autoSubmitNote{font-size:11px}.verifyOTPModal__bottom .resendSection .button.resend{font-size:13px;min-width:100px}}
