.Jobseekers-module__5SVDna__jobseekers{flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;width:100%;height:100%;display:flex}.Jobseekers-module__5SVDna__statusBadge{text-transform:capitalize;white-space:nowrap;border-radius:.375rem;align-items:center;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.Jobseekers-module__5SVDna__statusBadge[data-status=pending]{color:#f97316;background-color:#fffdf1;border:1px solid rgba(249,115,22,.2)}.Jobseekers-module__5SVDna__statusBadge[data-status=referred]{color:#fff;background:linear-gradient(135deg,#60a5fa,#3b82f6);border:1px solid rgba(59,130,246,.4)}.Jobseekers-module__5SVDna__statusBadge[data-status=deployed]{color:#16a34a;background-color:#f0fdf4;border:1px solid #86efac}.Jobseekers-module__5SVDna__statusBadge[data-status=rejected],.Jobseekers-module__5SVDna__statusBadge[data-status=withdrawn]{color:#dc2626;background-color:#fef2f2;border:1px solid #fca5a5}.Jobseekers-module__5SVDna__top{justify-content:flex-start;align-items:center;gap:2rem;width:95%;margin:0 2rem;display:flex}.Jobseekers-module__5SVDna__spacer{width:20%}.Jobseekers-module__5SVDna__totalStatistics{flex-direction:column;flex-shrink:0;width:22%;display:flex}.Jobseekers-module__5SVDna__topRight{flex-shrink:0;justify-content:flex-end;align-items:center;gap:1rem;width:22%;display:flex}.Jobseekers-module__5SVDna__sortBy{align-items:center;gap:.5rem;display:flex}.Jobseekers-module__5SVDna__sortBy label{font-size:.875rem;font-weight:700}.Jobseekers-module__5SVDna__sortBy select{cursor:pointer;background:#fff;border:1px solid rgba(52,152,219,.2);border-radius:.25rem;padding:.5rem 1rem;font-size:.875rem;transition:border-color .2s}.Jobseekers-module__5SVDna__sortBy select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px rgba(52,152,219,.1)}.Jobseekers-module__5SVDna__topBar{justify-content:flex-start;align-items:center;gap:7rem;width:50%;padding:0 2rem;display:flex;position:relative}.Jobseekers-module__5SVDna__searchContainer{flex:1;justify-content:center;align-items:center;width:100%;max-width:600px;display:flex;position:relative}.Jobseekers-module__5SVDna__search{width:100%;position:relative}.Jobseekers-module__5SVDna__topRightControls{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex;top:0;right:2rem}.Jobseekers-module__5SVDna__topRowControls{align-items:center;gap:1rem;display:flex}.Jobseekers-module__5SVDna__bottomRowControls{justify-content:center;align-items:center;gap:1rem;margin-right:-7.5rem;display:flex}.Jobseekers-module__5SVDna__sortByButton{color:var(--text-primary);cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:.25rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.Jobseekers-module__5SVDna__sortByButton:hover{background:#f5f5f5}.Jobseekers-module__5SVDna__sortDropdown{z-index:100;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.375rem;min-width:200px;margin-top:.5rem;position:absolute;top:100%;right:0;box-shadow:0 4px 12px rgba(0,0,0,.15)}.Jobseekers-module__5SVDna__sortDropdown button{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:background .2s;display:block}.Jobseekers-module__5SVDna__sortDropdown button:hover{background:rgba(52,152,219,.1)}.Jobseekers-module__5SVDna__sortDropdown button:first-child{border-radius:.375rem .375rem 0 0}.Jobseekers-module__5SVDna__sortDropdown button:last-child{border-radius:0 0 .375rem .375rem}.Jobseekers-module__5SVDna__archiveButton,.Jobseekers-module__5SVDna__selectAllButton{padding:.5rem 1rem;font-size:.7rem;font-weight:500}.Jobseekers-module__5SVDna__selectAllButton{color:var(--text-primary);border:2px solid var(--accent);cursor:pointer;white-space:nowrap;background:#fff;border-radius:.25rem;transition:all .2s}.Jobseekers-module__5SVDna__selectAllButton:hover{background:var(--accent);color:#fff}.Jobseekers-module__5SVDna__archiveButton{color:#fff;cursor:pointer;box-shadow:0 0px px rgba(54,52,52,.62);white-space:nowrap;background:rgba(77,75,75,.62);border:none;border-radius:.25rem;align-items:center;gap:.5rem;transition:all .2s;display:flex}.Jobseekers-module__5SVDna__archiveButton:hover{background:rgba(77,75,75,.62);transform:translateY(-2px)}.Jobseekers-module__5SVDna__archiveButton:active{transform:translateY(0)}.Jobseekers-module__5SVDna__search input{background-color:#fff;border:none;border-radius:.25rem;width:100%;height:3rem;padding:.75rem 4rem .75rem 1rem;transition:all .25s;display:flex;box-shadow:0 6px 24px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.08)}.Jobseekers-module__5SVDna__search input:focus{outline:none;box-shadow:0 0 0 3px rgba(52,152,219,.1),0 4px 16px rgba(52,152,219,.2)}.Jobseekers-module__5SVDna__searchIcon{background-color:var(--accent);color:#fff;z-index:10;pointer-events:none;border-radius:0 .25rem .25rem 0;justify-content:center;align-items:center;width:3rem;height:3rem;padding:.5rem;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.Jobseekers-module__5SVDna__searchIcon svg{aspect-ratio:1;width:1.5rem}.Jobseekers-module__5SVDna__search input:focus~.Jobseekers-module__5SVDna__searchIcon{background-color:#87d66f}.Jobseekers-module__5SVDna__jobseekersTable{flex-direction:column;justify-self:center;gap:.75rem;max-width:90%;display:flex}.Jobseekers-module__5SVDna__tableRow{grid-template-columns:auto auto;margin-bottom:.5rem;display:grid}.Jobseekers-module__5SVDna__highlightedRow{border-radius:8px;transition:all .3s;box-shadow:0 4px 6px rgba(245,158,11,.2);background-color:#fef3c7!important;border:2px solid #f59e0b!important}.Jobseekers-module__5SVDna__tableHeader,.Jobseekers-module__5SVDna__tableRow{text-align:center;grid-template-columns:4fr .5fr;justify-content:center;align-items:center;width:100%;font-weight:700;display:grid}.Jobseekers-module__5SVDna__jobseekersDetailsHeader{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-size:.7rem;font-weight:700!important}.Jobseekers-module__5SVDna__jobseekersDetailsHeader,.Jobseekers-module__5SVDna__jobseekersDetails{grid-template-columns:.8fr 2fr 2fr 2fr 2fr;justify-content:center;align-items:center;gap:2rem;width:100%;padding:.75rem 1.5rem;font-weight:400;display:grid}.Jobseekers-module__5SVDna__checkbox{justify-content:center;align-items:center;padding:0;display:flex}.Jobseekers-module__5SVDna__checkbox input[type=checkbox]{cursor:pointer;width:1.125rem;height:1.125rem;accent-color:var(--accent);border-radius:.25rem}.Jobseekers-module__5SVDna__checkbox input[type=checkbox]:hover{outline-offset:2px;outline:2px solid rgba(52,152,219,.2)}.Jobseekers-module__5SVDna__jobseekersDetails{will-change:transform;border:1px solid rgba(52,152,219,.1);border-radius:.375rem;height:auto;transition:transform .25s,box-shadow .25s,border-color .25s,background-color .25s;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.08)}.Jobseekers-module__5SVDna__jobseekersDetails:hover{cursor:pointer;border-color:rgba(52,152,219,.3);transform:translateY(-4px);box-shadow:0 8px 24px rgba(52,152,219,.15)}.Jobseekers-module__5SVDna__expandedActive{background-color:rgba(52,152,219,.02);border-color:var(--accent)!important;box-shadow:0 8px 24px rgba(52,152,219,.2)!important}.Jobseekers-module__5SVDna__expandIcon{color:var(--accent);align-items:center;display:flex;position:absolute;right:1rem}.Jobseekers-module__5SVDna__expandedRow{grid-column:1/-1;width:77%;margin-bottom:.5rem;animation:.3s Jobseekers-module__5SVDna__slideDown}@keyframes Jobseekers-module__5SVDna__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Jobseekers-module__5SVDna__expandedContent{background-color:#dedddd;border:1px solid rgba(52,152,219,.2);border-radius:.375rem;padding:1.5rem;box-shadow:inset 0 2px 8px rgba(52,152,219,.05)}.Jobseekers-module__5SVDna__expandedHeader{margin-bottom:1rem}.Jobseekers-module__5SVDna__expandedHeader h4{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.Jobseekers-module__5SVDna__appliedJobsTable{flex-direction:column;gap:.5rem;display:flex}.Jobseekers-module__5SVDna__appliedJobsHeader{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);text-align:center;border-radius:.25rem;grid-template-columns:2fr 2fr 2fr 1fr;gap:1rem;padding:.75rem 1rem;font-size:.7rem;font-weight:700;animation:.3s .2s backwards Jobseekers-module__5SVDna__slideInFromLeft;display:grid}@keyframes Jobseekers-module__5SVDna__slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.Jobseekers-module__5SVDna__appliedJobRow{text-align:center;animation:Jobseekers-module__5SVDna__slideInFromLeft .3s ease calc(.3s + var(--index)*50ms)backwards;background:#fff;border:1px solid rgba(52,152,219,.1);border-radius:.25rem;grid-template-columns:2fr 2fr 2fr 1fr;align-items:center;gap:1rem;padding:1rem;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1);display:grid}.Jobseekers-module__5SVDna__appliedJobRow:hover{border-color:rgba(52,152,219,.3);transform:translateY(-4px);box-shadow:0 6px 16px rgba(52,152,219,.12)}.Jobseekers-module__5SVDna__companyCell{align-items:center;gap:.75rem;display:flex}.Jobseekers-module__5SVDna__companyLogo{object-fit:cover;border-radius:.25rem;width:2.5rem;height:2.5rem;box-shadow:0 2px 6px rgba(0,0,0,.1)}.Jobseekers-module__5SVDna__jobStatus{text-transform:uppercase;border-radius:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.Jobseekers-module__5SVDna__statusReferred{color:#fff;background:linear-gradient(135deg,#60a5fa,#3b82f6)}.Jobseekers-module__5SVDna__statusDeployed{color:#fff;background:linear-gradient(135deg,#34d399,#10b981)}.Jobseekers-module__5SVDna__statusPending{color:#fff;background:linear-gradient(135deg,#fb923c,#f97316)}.Jobseekers-module__5SVDna__statusRejected{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.Jobseekers-module__5SVDna__statusDefault{color:#666;background:#e0e0e0}.Jobseekers-module__5SVDna__statusCell{position:relative}.Jobseekers-module__5SVDna__statusContainer{align-items:center;gap:.5rem;display:inline-flex;position:relative}.Jobseekers-module__5SVDna__statusEditIcon{cursor:pointer;color:#000;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;transition:all .2s;display:flex;position:absolute;top:-10px;right:-10px}.Jobseekers-module__5SVDna__statusEditIcon:hover{color:var(--accent);transform:scale(1.1)}.Jobseekers-module__5SVDna__statusEditIcon:disabled{opacity:.5;cursor:not-allowed}.Jobseekers-module__5SVDna__statusDropdown{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;min-width:150px;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15)}.Jobseekers-module__5SVDna__statusOption{text-align:left;cursor:pointer;color:#1e293b;background:#fff;border:none;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:background .2s;display:flex}.Jobseekers-module__5SVDna__statusOption:hover:not(:disabled){background:#f3f4f6}.Jobseekers-module__5SVDna__statusOption:disabled{opacity:.5;cursor:not-allowed}.Jobseekers-module__5SVDna__statusDot{border-radius:50%;width:.5rem;height:.5rem}.Jobseekers-module__5SVDna__avatarCell{width:max-content}.Jobseekers-module__5SVDna__avatar{aspect-ratio:1;border-radius:.375rem;width:3rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.Jobseekers-module__5SVDna__status{filter:brightness();border-radius:.25rem;padding:.2rem .7rem;font-size:.9rem;font-weight:600;transition:all .25s}.Jobseekers-module__5SVDna__status.Jobseekers-module__5SVDna__toreview{color:#fff;background:#ccc}.Jobseekers-module__5SVDna__status.Jobseekers-module__5SVDna__referred{color:#1e40af;background:#93c5fd}.Jobseekers-module__5SVDna__status.Jobseekers-module__5SVDna__deployed{color:#166534;background:#86efac}.Jobseekers-module__5SVDna__status.Jobseekers-module__5SVDna__pending{color:#fff;background:#ffa726}.Jobseekers-module__5SVDna__detailsBtn{color:#081761;cursor:pointer;background:linear-gradient(135deg,#b2e5f9,#91c4e8);border:none;border-radius:.25rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px rgba(52,152,219,.2)}.Jobseekers-module__5SVDna__detailsBtn:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(52,152,219,.3)}.Jobseekers-module__5SVDna__detailsBtn:active{transform:translateY(0)}.Jobseekers-module__5SVDna__status:hover span{filter:brightness(.9);cursor:pointer}.Jobseekers-module__5SVDna__checkbox input{cursor:pointer;width:30px;height:30px;margin-top:.5rem}.Jobseekers-module__5SVDna__paginationContainer{flex-direction:column;align-items:center;gap:1rem;margin-top:.5rem;padding:0;display:flex}.Jobseekers-module__5SVDna__paginationInfo{color:var(--text-secondary);font-size:.875rem;font-weight:500}.Jobseekers-module__5SVDna__pagination{align-items:center;gap:.5rem;display:flex}.Jobseekers-module__5SVDna__paginationBtn{color:var(--text-primary);cursor:pointer;background:#fff;border:1px solid rgba(52,152,219,.2);border-radius:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:transform .2s,box-shadow .2s,border-color .2s;box-shadow:0 2px 4px rgba(0,0,0,.05)}.Jobseekers-module__5SVDna__paginationBtn:hover:not(:disabled){border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px rgba(52,152,219,.15)}.Jobseekers-module__5SVDna__paginationBtn:disabled{opacity:.4;cursor:not-allowed}.Jobseekers-module__5SVDna__paginationNumber{min-width:2.5rem;height:2.5rem;color:var(--text-primary);cursor:pointer;background:#fff;border:1px solid rgba(52,152,219,.1);border-radius:.25rem;padding:.5rem;font-size:.875rem;font-weight:600;transition:transform .2s,background .2s,border-color .2s;box-shadow:0 2px 4px rgba(0,0,0,.05)}.Jobseekers-module__5SVDna__paginationNumber:hover{border-color:var(--accent);background:rgba(52,152,219,.05);transform:translateY(-2px)}.Jobseekers-module__5SVDna__paginationActive{background:linear-gradient(135deg,var(--accent),var(--button));color:#fff;border-color:transparent;box-shadow:0 4px 12px rgba(52,152,219,.3)}.Jobseekers-module__5SVDna__paginationActive:hover{background:linear-gradient(135deg,var(--accent),var(--button));transform:translateY(-2px)}.Jobseekers-module__5SVDna__paginationEllipsis{color:var(--text-muted);padding:.5rem;font-weight:600}.Jobseekers-module__5SVDna__modalOverlay{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.Jobseekers-module__5SVDna__modalContent{background:#fff;border-radius:.375rem;width:100%;max-width:700px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 8px 32px rgba(0,0,0,.2)}.Jobseekers-module__5SVDna__closeBtn{cursor:pointer;background:0 0;border:none;font-size:2rem;position:absolute;top:1rem;right:1rem}.Jobseekers-module__5SVDna__applicationNav{gap:2rem;margin-bottom:1rem;padding:0;list-style:none;display:flex}.Jobseekers-module__5SVDna__applicationNav li{cursor:pointer;border-radius:.25rem;padding:.5rem 1rem}.Jobseekers-module__5SVDna__applicationNav .Jobseekers-module__5SVDna__active{color:#081761;background:#b2e5f9;font-weight:700}.Jobseekers-module__5SVDna__notFound{text-align:center;color:var(--accent);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.Jobseekers-module__5SVDna__notFound svg{width:15rem;color:var(--accent)}.Jobseekers-module__5SVDna__manageJobseeker{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;width:100%;height:100%;margin:0 0 15rem;padding:0;display:flex}.Jobseekers-module__5SVDna__manageJobseeker .Jobseekers-module__5SVDna__back{margin-left:2rem}.Jobseekers-module__5SVDna__back{cursor:pointer;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;margin-top:2rem;font-weight:700;transition:all .25s;display:flex}.Jobseekers-module__5SVDna__backIcon{color:#fff;background-color:#0571d3;border-radius:50%;padding:.5rem;transition:all .25s}.Jobseekers-module__5SVDna__back:hover .Jobseekers-module__5SVDna__backIcon{background-color:#219ae0}.Jobseekers-module__5SVDna__back:hover{color:#219ae0}.Jobseekers-module__5SVDna__back span{margin-top:.1rem}@media (max-width:768px){.Jobseekers-module__5SVDna__jobseekers{gap:2rem}.Jobseekers-module__5SVDna__top{flex-direction:column;gap:1.5rem;width:95%;margin:1rem}.Jobseekers-module__5SVDna__totalStatistics{width:100%}.Jobseekers-module__5SVDna__topRight{flex-direction:column;gap:.75rem;width:100%}.Jobseekers-module__5SVDna__sortBy{justify-content:space-between;width:100%}.Jobseekers-module__5SVDna__sortBy select{flex:1;max-width:60%}.Jobseekers-module__5SVDna__search input{width:100%;max-width:25rem;height:3rem;font-size:.9rem}.Jobseekers-module__5SVDna__jobseekersTable{max-width:95%;margin-top:5rem;font-size:.85rem}.Jobseekers-module__5SVDna__jobseekersDetailsHeader,.Jobseekers-module__5SVDna__jobseekersDetails{grid-template-columns:.6fr 1.5fr 1.5fr 1.5fr 1.5fr;gap:1rem;padding:.75rem 1rem}.Jobseekers-module__5SVDna__avatar{width:2.5rem}.Jobseekers-module__5SVDna__status{padding:.15rem .5rem;font-size:.8rem}.Jobseekers-module__5SVDna__detailsBtn{padding:.25rem .75rem;font-size:.85rem}.Jobseekers-module__5SVDna__modalContent{max-width:90vw;max-height:85vh;padding:1.5rem;overflow-y:auto}.Jobseekers-module__5SVDna__closeBtn{font-size:1.5rem}.Jobseekers-module__5SVDna__applicationNav{flex-wrap:wrap;gap:1rem;font-size:.9rem}.Jobseekers-module__5SVDna__manageJobseeker{margin-bottom:8rem}.Jobseekers-module__5SVDna__pagination{flex-wrap:wrap;justify-content:center}.Jobseekers-module__5SVDna__paginationBtn{padding:.4rem .8rem;font-size:.75rem}.Jobseekers-module__5SVDna__paginationNumber{min-width:2rem;height:2rem;font-size:.75rem}}@media (max-width:480px){.Jobseekers-module__5SVDna__jobseekers{gap:2rem}.Jobseekers-module__5SVDna__top{gap:1rem;margin:.5rem}.Jobseekers-module__5SVDna__sortBy{flex-direction:column;align-items:flex-start;gap:.5rem}.Jobseekers-module__5SVDna__sortBy select{max-width:100%}.Jobseekers-module__5SVDna__search input{text-indent:1.5rem;max-width:100%;height:2.5rem;font-size:.85rem}.Jobseekers-module__5SVDna__searchIcon{left:.75rem}.Jobseekers-module__5SVDna__jobseekersTable{margin-top:3rem;font-size:.8rem}.Jobseekers-module__5SVDna__tableHeader,.Jobseekers-module__5SVDna__tableRow{grid-template-columns:3fr 1fr}.Jobseekers-module__5SVDna__jobseekersDetailsHeader,.Jobseekers-module__5SVDna__jobseekersDetails{grid-template-columns:1fr 2fr 2fr;gap:.5rem;padding:.5rem .75rem;font-size:.75rem}.Jobseekers-module__5SVDna__jobseekersDetailsHeader{display:none}.Jobseekers-module__5SVDna__avatar{width:2rem}.Jobseekers-module__5SVDna__status{padding:.1rem .4rem;font-size:.7rem}.Jobseekers-module__5SVDna__detailsBtn{padding:.2rem .6rem;font-size:.75rem}.Jobseekers-module__5SVDna__modalContent{max-width:95vw;max-height:95vh;padding:1rem;overflow-y:auto}.Jobseekers-module__5SVDna__closeBtn{font-size:1.25rem;top:.5rem;right:.5rem}.Jobseekers-module__5SVDna__applicationNav{gap:.5rem;font-size:.85rem}.Jobseekers-module__5SVDna__applicationNav li{padding:.4rem .75rem}.Jobseekers-module__5SVDna__manageJobseeker{margin-bottom:5rem}.Jobseekers-module__5SVDna__notFound svg{width:10rem}.Jobseekers-module__5SVDna__modalContent>*{max-width:100%;overflow-x:hidden}}.Jobseekers-module__5SVDna__sortableHeader{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:center;align-items:center;gap:.5rem;transition:color .2s;display:flex}.Jobseekers-module__5SVDna__sortableHeader:hover{color:var(--accent)}.Jobseekers-module__5SVDna__archiveCell{justify-content:center;align-items:center;display:flex}.Jobseekers-module__5SVDna__archiveBtn{cursor:pointer;color:#dc2626;background:0 0;border:1px solid rgba(220,38,38,.2);border-radius:.25rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Jobseekers-module__5SVDna__archiveBtn:hover{background:#fef2f2;border-color:#dc2626;transform:translateY(-2px);box-shadow:0 2px 8px rgba(220,38,38,.2)}.Jobseekers-module__5SVDna__archiveBtn:active{transform:translateY(0)}.Jobseekers-module__5SVDna__viewActions{justify-content:center;align-items:center;gap:1rem;padding:.75rem .5rem;display:flex}.Jobseekers-module__5SVDna__examResultBtn,.Jobseekers-module__5SVDna__referralBtn{cursor:pointer;text-transform:uppercase;border:none;border-radius:.25rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;transition:all .2s}.Jobseekers-module__5SVDna__examResultBtn{color:#fff;background-color:#3b82f6}.Jobseekers-module__5SVDna__examResultBtn:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.Jobseekers-module__5SVDna__examResultBtn:active{transform:translateY(0)}.Jobseekers-module__5SVDna__referralBtn{color:#fff;background-color:#10b981}.Jobseekers-module__5SVDna__referralBtn:hover{background-color:#059669;transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,185,129,.3)}.Jobseekers-module__5SVDna__referralBtn:active{transform:translateY(0)}.Jobseekers-module__5SVDna__statusBadge{text-transform:uppercase;border-radius:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.Jobseekers-module__5SVDna__manageJobseekerWrapper{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100%;margin:0;padding:0;display:flex}.Jobseekers-module__5SVDna__navWrapper{justify-content:center;width:100%;margin-top:2rem;display:flex}.Jobseekers-module__5SVDna__navContainer{max-width:max-content;position:relative}.Jobseekers-module__5SVDna__navList{border-bottom:2px solid #e5e7eb;gap:2rem;margin:0;padding:0 0 .5rem;list-style:none;display:flex}.Jobseekers-module__5SVDna__navList li{text-align:start;cursor:pointer;color:#64748b;padding:.5rem 0;font-size:.875rem;font-weight:600;transition:color .2s}.Jobseekers-module__5SVDna__navList li:hover{color:#1e293b}.Jobseekers-module__5SVDna__navList li.Jobseekers-module__5SVDna__activeNav{color:#0571d3}.Jobseekers-module__5SVDna__navIndicator{z-index:1;background:#0571d3;height:4px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-2px;left:0}.Jobseekers-module__5SVDna__tabContentWrapper{justify-content:center;width:100%;margin-top:2rem;display:flex}.Jobseekers-module__5SVDna__jobseekerContainer{justify-content:center;align-items:center;gap:1.5rem;margin:2rem 0 0;display:flex}.Jobseekers-module__5SVDna__jobseekerContainer img{border:1px solid #e5e7eb;border-radius:.25rem}.Jobseekers-module__5SVDna__jobseekerDetails{flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;display:flex}.Jobseekers-module__5SVDna__jobseekerContainer h2{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.75rem;font-weight:700}.Jobseekers-module__5SVDna__jobseekerName{color:#1e293b;font-size:1.25rem;font-weight:600}.Jobseekers-module__5SVDna__jobseekerPreferredPOA,.Jobseekers-module__5SVDna__jobseekerType{color:#64748b;font-size:.875rem}.Jobseekers-module__5SVDna__messageJobseekerBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;margin-left:auto;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px rgba(52,152,219,.2)}.Jobseekers-module__5SVDna__messageJobseekerBtn:hover{background:var(--button);transform:translateY(-2px);box-shadow:0 4px 12px rgba(52,152,219,.3)}.Jobseekers-module__5SVDna__messageJobseekerBtn:active{transform:translateY(0);box-shadow:0 2px 6px rgba(52,152,219,.2)}.Jobseekers-module__5SVDna__messageJobseekerBtn svg{flex-shrink:0}.Jobseekers-module__5SVDna__resumeContainer{justify-content:center;width:100%;padding:2rem 0;display:flex}.Jobseekers-module__5SVDna__noData{color:#64748b;justify-content:center;align-items:center;padding:4rem;font-size:1.1rem;display:flex}.Jobseekers-module__5SVDna__tabs{border-bottom:2px solid #e2e8f0;gap:.5rem;width:90%;margin:0 2rem;display:flex}.Jobseekers-module__5SVDna__tab{cursor:pointer;color:#64748b;background:0 0;border:none;border-bottom:3px solid transparent;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex;position:relative;bottom:-2px}.Jobseekers-module__5SVDna__tab:hover{color:var(--accent);background:rgba(52,152,219,.05)}.Jobseekers-module__5SVDna__activeTab{color:var(--accent);border-bottom-color:var(--accent)}.Jobseekers-module__5SVDna__tabCount{background:rgba(52,152,219,.1);border-radius:.25rem;justify-content:center;align-items:center;min-width:1.5rem;height:1.5rem;padding:0 .5rem;font-size:.75rem;font-weight:700;display:inline-flex}.Jobseekers-module__5SVDna__activeTab .Jobseekers-module__5SVDna__tabCount{background:var(--accent);color:#fff}.Jobseekers-module__5SVDna__archivedView{justify-content:center;align-items:center;width:90%;min-height:40vh;margin:2rem;display:flex}.Jobseekers-module__5SVDna__archivedView .Jobseekers-module__5SVDna__notFound{flex-direction:column;align-items:center;gap:1rem;display:flex}.Jobseekers-module__5SVDna__archivedView .Jobseekers-module__5SVDna__notFound p{color:#94a3b8;margin:0;font-size:.95rem}.Jobseekers-module__5SVDna__filterGroup{position:relative}.Jobseekers-module__5SVDna__filterButton{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.Jobseekers-module__5SVDna__filterButton:hover{border-color:var(--accent);background:#f9fafb}.Jobseekers-module__5SVDna__filterCount{background:var(--accent);color:#fff;border-radius:10px;margin-left:.25rem;padding:.125rem .5rem;font-size:.75rem;font-weight:600}.Jobseekers-module__5SVDna__filterDropdown{z-index:10;background:#fff;border:1px solid #d1d5db;border-radius:6px;min-width:250px;max-height:300px;margin-top:.5rem;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 4px 12px rgba(0,0,0,.1)}.Jobseekers-module__5SVDna__filterCheckbox{cursor:pointer;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background .2s;display:flex}.Jobseekers-module__5SVDna__filterCheckbox:hover{background:#f9fafb}.Jobseekers-module__5SVDna__filterCheckbox input[type=checkbox]{cursor:pointer;width:1rem;height:1rem;accent-color:var(--accent)}.Jobseekers-module__5SVDna__filterCheckbox span{color:#374151;font-size:.875rem}.Jobseekers-module__5SVDna__validIdBtn{cursor:pointer;text-transform:uppercase;color:#fff;background-color:#f59e0b;border:none;border-radius:.25rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;transition:all .2s}.Jobseekers-module__5SVDna__validIdBtn:hover{background-color:#d97706;transform:translateY(-2px);box-shadow:0 4px 12px rgba(245,158,11,.3)}.Jobseekers-module__5SVDna__validIdBtn:active{transform:translateY(0)}.Jobseekers-module__5SVDna__selectIndicator{cursor:pointer;border:1.5px solid #e5e7eb;justify-content:center;place-self:center;align-items:center;width:2rem;height:2rem;transition:all .2s;display:flex}.Jobseekers-module__5SVDna__selectIndicator:hover{background:rgba(128,231,177,.1)}.Jobseekers-module__5SVDna__selectIndicator svg{width:1.25rem;height:1.25rem;color:var(--accent)}.Jobseekers-module__5SVDna__applicantRow:has(.Jobseekers-module__5SVDna__selectIndicator svg){border-left:4px solid var(--accent)5;background:rgba(128,231,177,.1)}.Jobseekers-module__5SVDna__applicantRow:has(.Jobseekers-module__5SVDna__selectIndicator svg):hover{background:rgba(128,231,177,.15)}
.Toast-module__Ihpcpq__toast{opacity:0;pointer-events:none;z-index:3000;will-change:transform;background:#fff;border-radius:6px;max-width:min(90vw,420px);padding:20px 35px 20px 25px;transition:transform .5s cubic-bezier(.68,-.55,.265,1.35),opacity .2s;position:fixed;top:25px;right:30px;overflow:hidden;transform:translate(120%);box-shadow:0 6px 20px -5px rgba(0,0,0,.1)}.Toast-module__Ihpcpq__active{opacity:1;pointer-events:auto;transform:translate(0%)}.Toast-module__Ihpcpq__toastContent{align-items:center;display:flex}.Toast-module__Ihpcpq__check{color:#fff;background-color:#4070f4;border-radius:.25rem;justify-content:center;align-items:center;width:35px;height:35px;font-size:20px;display:flex;overflow:hidden}.Toast-module__Ihpcpq__toast.Toast-module__Ihpcpq__success .Toast-module__Ihpcpq__progressBar{background-color:#10b981}.Toast-module__Ihpcpq__toast.Toast-module__Ihpcpq__error .Toast-module__Ihpcpq__progressBar{background-color:#ef4444}.Toast-module__Ihpcpq__toast.Toast-module__Ihpcpq__warning .Toast-module__Ihpcpq__progressBar{background-color:#f59e0b}.Toast-module__Ihpcpq__toast.Toast-module__Ihpcpq__info .Toast-module__Ihpcpq__progressBar{background-color:#3b82f6}.Toast-module__Ihpcpq__toast.Toast-module__Ihpcpq__success{border-left:4px solid #10b981}.Toast-module__Ihpcpq__toast.Toast-module__Ihpcpq__error{border-left:4px solid #ef4444}.Toast-module__Ihpcpq__toast.Toast-module__Ihpcpq__warning{border-left:4px solid #f59e0b}.Toast-module__Ihpcpq__toast.Toast-module__Ihpcpq__info{border-left:4px solid #3b82f6}.Toast-module__Ihpcpq__message{flex-direction:column;margin:0 20px;display:flex}.Toast-module__Ihpcpq__text{color:#666;font-size:16px;font-weight:400}.Toast-module__Ihpcpq__text1{color:#333;font-weight:600}.Toast-module__Ihpcpq__close{cursor:pointer;opacity:.7;padding:5px;position:absolute;top:10px;right:15px}.Toast-module__Ihpcpq__close:hover{opacity:1}.Toast-module__Ihpcpq__progress{width:100%;height:3px;position:absolute;bottom:0;left:0}.Toast-module__Ihpcpq__progressBar{content:"";background-color:var(--accent);width:100%;height:100%;position:absolute;bottom:0;right:0}.Toast-module__Ihpcpq__progressActive .Toast-module__Ihpcpq__progressBar{animation:5s linear forwards Toast-module__Ihpcpq__progress}@keyframes Toast-module__Ihpcpq__progress{to{right:100%}}@media (max-width:768px){.Toast-module__Ihpcpq__toast{max-width:calc(100vw - 30px);padding:16px 30px 16px 20px;top:20px;left:15px;right:15px}.Toast-module__Ihpcpq__check{width:30px;height:30px;font-size:18px}.Toast-module__Ihpcpq__message{margin:0 16px}.Toast-module__Ihpcpq__text,.Toast-module__Ihpcpq__text1{font-size:15px}.Toast-module__Ihpcpq__close{top:8px;right:12px}}@media (max-width:480px){.Toast-module__Ihpcpq__toast{max-width:calc(100vw - 20px);padding:14px 28px 14px 18px;top:15px;left:10px;right:10px}.Toast-module__Ihpcpq__check{width:28px;height:28px;font-size:16px}.Toast-module__Ihpcpq__message{margin:0 12px}.Toast-module__Ihpcpq__text,.Toast-module__Ihpcpq__text1{font-size:14px}.Toast-module__Ihpcpq__close{padding:4px;top:6px;right:10px}.Toast-module__Ihpcpq__progress{height:2px}}
.DropdownChecklist-module__KbwiuW__dropdownContainer{position:relative;width:100%!important}.DropdownChecklist-module__KbwiuW__label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.DropdownChecklist-module__KbwiuW__required{color:#dc2626}.DropdownChecklist-module__KbwiuW__tagsWrapper{cursor:text;background-color:#fff;border-radius:.375rem;flex-wrap:wrap;align-items:center;gap:.5rem;min-width:100%;min-height:44px;transition:all .2s;display:flex;position:relative}.DropdownChecklist-module__KbwiuW__tagsWrapper.DropdownChecklist-module__KbwiuW__errorBorder{border-color:#dc2626}.DropdownChecklist-module__KbwiuW__tagsWrapper.DropdownChecklist-module__KbwiuW__errorBorder:hover,.DropdownChecklist-module__KbwiuW__tagsWrapper.DropdownChecklist-module__KbwiuW__errorBorder.DropdownChecklist-module__KbwiuW__focused{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.DropdownChecklist-module__KbwiuW__tagsList{flex-wrap:wrap;align-items:center;gap:.5rem;width:auto;max-width:100%;display:flex}.DropdownChecklist-module__KbwiuW__tag{background-color:var(--accent,#4f46e5);color:#fff;border-radius:.25rem;align-items:center;gap:.5rem;padding:.375rem .625rem;font-size:.875rem;line-height:1.25;transition:background-color .15s;display:inline-flex}.DropdownChecklist-module__KbwiuW__tag:hover{background-color:color-mix(in srgb,var(--accent,#4f46e5)85%,black)}.DropdownChecklist-module__KbwiuW__removeButton{color:#fff;cursor:pointer;background:rgba(255,255,255,.2);border:none;border-radius:50%;justify-content:center;align-items:center;width:1.125rem;height:1.125rem;margin:0;padding:0;font-size:1rem;line-height:0;transition:background-color .15s;display:flex}.DropdownChecklist-module__KbwiuW__removeButton:hover{background:rgba(255,255,255,.35)}.DropdownChecklist-module__KbwiuW__input{color:#333;background:0 0;border:none;outline:none;flex:1;min-width:120px;padding:.25rem;font-size:1rem}.DropdownChecklist-module__KbwiuW__input::placeholder{color:#9ca3af}.DropdownChecklist-module__KbwiuW__dropdownList{z-index:9999;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;max-height:300px;animation:.2s DropdownChecklist-module__KbwiuW__slideDown;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}@keyframes DropdownChecklist-module__KbwiuW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.DropdownChecklist-module__KbwiuW__dropdownHeader{background:#f9fafb;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.DropdownChecklist-module__KbwiuW__dropdownTitle{text-transform:uppercase;color:#6b7280;letter-spacing:.05em;font-size:.75rem;font-weight:600}.DropdownChecklist-module__KbwiuW__dropdownHint{color:#9ca3af;font-size:.75rem}.DropdownChecklist-module__KbwiuW__optionsList{max-height:250px;margin:0;padding:0;list-style:none;overflow-y:auto}.DropdownChecklist-module__KbwiuW__optionItem{cursor:pointer;border-bottom:1px solid #f3f4f6;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background-color .15s;display:flex}.DropdownChecklist-module__KbwiuW__optionItem:last-child{border-bottom:none}.DropdownChecklist-module__KbwiuW__optionItem:hover,.DropdownChecklist-module__KbwiuW__optionItem.DropdownChecklist-module__KbwiuW__highlighted{background-color:#f3f4f6}.DropdownChecklist-module__KbwiuW__itemIcon{width:1.25rem;height:1.25rem;color:var(--accent,#4f46e5);flex-shrink:0}.DropdownChecklist-module__KbwiuW__optionItem span{color:#374151;font-size:.95rem;line-height:1.5}.DropdownChecklist-module__KbwiuW__errorMessage{color:#dc2626;margin-top:.375rem;font-size:.875rem}.DropdownChecklist-module__KbwiuW__optionsList::-webkit-scrollbar{width:8px}.DropdownChecklist-module__KbwiuW__optionsList::-webkit-scrollbar-track{background:#f3f4f6}.DropdownChecklist-module__KbwiuW__optionsList::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.DropdownChecklist-module__KbwiuW__optionsList::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width:768px){.DropdownChecklist-module__KbwiuW__tagsWrapper{min-height:40px;padding:.375rem}.DropdownChecklist-module__KbwiuW__tag{padding:.25rem .5rem;font-size:.8125rem}.DropdownChecklist-module__KbwiuW__removeButton{width:1rem;height:1rem;font-size:.875rem}.DropdownChecklist-module__KbwiuW__input{font-size:.9375rem}.DropdownChecklist-module__KbwiuW__dropdownHeader{padding:.625rem .875rem}.DropdownChecklist-module__KbwiuW__dropdownTitle,.DropdownChecklist-module__KbwiuW__dropdownHint{font-size:.6875rem}.DropdownChecklist-module__KbwiuW__optionItem{padding:.625rem .875rem}.DropdownChecklist-module__KbwiuW__optionItem span{font-size:.875rem}.DropdownChecklist-module__KbwiuW__dropdownList{max-height:250px}.DropdownChecklist-module__KbwiuW__optionsList{max-height:200px}}@media (max-width:480px){.DropdownChecklist-module__KbwiuW__tagsWrapper{gap:.375rem;min-height:38px;padding:.25rem}.DropdownChecklist-module__KbwiuW__tag{gap:.375rem;padding:.1875rem .4375rem;font-size:.75rem}.DropdownChecklist-module__KbwiuW__removeButton{width:.875rem;height:.875rem;font-size:.8125rem}.DropdownChecklist-module__KbwiuW__input{min-width:100px;font-size:.875rem}.DropdownChecklist-module__KbwiuW__dropdownHeader{padding:.5rem .75rem}.DropdownChecklist-module__KbwiuW__dropdownTitle{font-size:.625rem}.DropdownChecklist-module__KbwiuW__dropdownHint{display:none}.DropdownChecklist-module__KbwiuW__optionItem{padding:.5rem .75rem}.DropdownChecklist-module__KbwiuW__optionItem span{font-size:.8125rem}.DropdownChecklist-module__KbwiuW__itemIcon{width:1rem;height:1rem}.DropdownChecklist-module__KbwiuW__optionsList{max-height:180px}}
.WelcomeResumeModal-module__nDWmoG__modalOverlay{z-index:9999;background:rgba(0,0,0,.45);justify-content:center;align-items:center;animation:.2s ease-in-out WelcomeResumeModal-module__nDWmoG__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes WelcomeResumeModal-module__nDWmoG__fadeIn{0%{opacity:0}to{opacity:1}}.WelcomeResumeModal-module__nDWmoG__modal{background:#fff;border-radius:8px;width:90%;max-width:480px;padding:2.5rem;animation:.3s ease-out WelcomeResumeModal-module__nDWmoG__slideUp;position:relative;box-shadow:0 8px 28px rgba(0,0,0,.25)}@keyframes WelcomeResumeModal-module__nDWmoG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.WelcomeResumeModal-module__nDWmoG__content{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.WelcomeResumeModal-module__nDWmoG__iconContainer{margin-bottom:.5rem}.WelcomeResumeModal-module__nDWmoG__iconContainer svg{width:64px;height:64px}.WelcomeResumeModal-module__nDWmoG__title{color:#333;margin:0;font-size:1.75rem;font-weight:600}.WelcomeResumeModal-module__nDWmoG__message{color:#555;margin:.5rem 0 1.5rem;font-size:1.1rem;line-height:1.6}.WelcomeResumeModal-module__nDWmoG__buttonContainer{justify-content:center;gap:1rem;width:100%;margin-top:1rem;display:flex}.WelcomeResumeModal-module__nDWmoG__createButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#80e7b1,#7adaef);border:none;border-radius:6px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px rgba(128,231,177,.3)}.WelcomeResumeModal-module__nDWmoG__createButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(128,231,177,.4)}.WelcomeResumeModal-module__nDWmoG__createButton:active{transform:translateY(0)}.WelcomeResumeModal-module__nDWmoG__skipButton{color:#666;cursor:pointer;background:#f5f5f5;border:2px solid #ddd;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.WelcomeResumeModal-module__nDWmoG__skipButton:hover{color:#333;background:#e8e8e8;border-color:#ccc}.WelcomeResumeModal-module__nDWmoG__skipButton:active{transform:scale(.98)}@media (max-width:768px){.WelcomeResumeModal-module__nDWmoG__modal{max-width:95%;padding:2rem}.WelcomeResumeModal-module__nDWmoG__title{font-size:1.5rem}.WelcomeResumeModal-module__nDWmoG__message{font-size:1rem}.WelcomeResumeModal-module__nDWmoG__buttonContainer{flex-direction:column;gap:.75rem}.WelcomeResumeModal-module__nDWmoG__createButton,.WelcomeResumeModal-module__nDWmoG__skipButton{width:100%;padding:.875rem 1rem}.WelcomeResumeModal-module__nDWmoG__iconContainer svg{width:56px;height:56px}}.WelcomeResumeModal-module__nDWmoG__createButton:focus,.WelcomeResumeModal-module__nDWmoG__skipButton:focus{outline-offset:2px;outline:2px solid #80e7b1}.WelcomeResumeModal-module__nDWmoG__createButton:focus:not(:focus-visible){outline:none}.WelcomeResumeModal-module__nDWmoG__skipButton:focus:not(:focus-visible){outline:none}
.VerifiedIdManager-module__YPjkgG__container{max-width:800px;margin:0 auto;padding:2rem}.VerifiedIdManager-module__YPjkgG__loading{color:#64748b;justify-content:center;place-self:center;align-items:center;padding:3rem;font-size:1rem;display:flex}.VerifiedIdManager-module__YPjkgG__dropdownSection{margin-bottom:2rem}.VerifiedIdManager-module__YPjkgG__label{color:#64748b;letter-spacing:.5px;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.VerifiedIdManager-module__YPjkgG__dropdown{color:#1e293b;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.25rem;border:2px solid #e2e8f0;border-radius:.5rem;width:100%;padding:.875rem 3rem .875rem 1rem;font-size:1rem;transition:all .2s}.VerifiedIdManager-module__YPjkgG__dropdown:hover{border-color:#cbd5e1}.VerifiedIdManager-module__YPjkgG__dropdown:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px rgba(52,152,219,.1)}.VerifiedIdManager-module__YPjkgG__dropdown:disabled{cursor:not-allowed;opacity:.6;background-color:#f8fafc}.VerifiedIdManager-module__YPjkgG__uploadGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.VerifiedIdManager-module__YPjkgG__uploadSingle{justify-content:center;margin-bottom:2rem;display:flex}.VerifiedIdManager-module__YPjkgG__uploadSingle .VerifiedIdManager-module__YPjkgG__uploadSection{width:calc(50% - .75rem)}.VerifiedIdManager-module__YPjkgG__uploadSection{flex-direction:column;display:flex}.VerifiedIdManager-module__YPjkgG__uploadLabel{color:#64748b;letter-spacing:.5px;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.VerifiedIdManager-module__YPjkgG__uploadBox{aspect-ratio:16/10;background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:.75rem;transition:all .2s;position:relative;overflow:hidden}.VerifiedIdManager-module__YPjkgG__uploadBox:hover{border-color:var(--accent);background-color:#f1f5f9}.VerifiedIdManager-module__YPjkgG__uploadPlaceholder{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:1.5rem;display:flex}.VerifiedIdManager-module__YPjkgG__uploadIcon{color:#7adaef;width:3rem;height:3rem;margin-bottom:1rem}.VerifiedIdManager-module__YPjkgG__placeholderIcon{margin-top:.5rem}.VerifiedIdManager-module__YPjkgG__idCardIcon{opacity:.7;width:5rem;height:auto}.VerifiedIdManager-module__YPjkgG__selfieIcon{color:#9e9e9e;width:3rem;height:3rem}.VerifiedIdManager-module__YPjkgG__previewImage{object-fit:cover;width:100%;height:100%;display:block}.VerifiedIdManager-module__YPjkgG__verifiedBadge{z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;padding:2px;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.VerifiedIdManager-module__YPjkgG__modalOverlay{z-index:1000;background:rgba(0,0,0,.6);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.VerifiedIdManager-module__YPjkgG__defaultModal{background:#fff;border-radius:1rem;width:100%;max-width:500px;padding:2rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.VerifiedIdManager-module__YPjkgG__modalTitle{color:#1e293b;text-align:center;margin:0 0 1rem;font-size:1.5rem;font-weight:600}.VerifiedIdManager-module__YPjkgG__modalMessage{color:#64748b;text-align:center;margin:0 0 1.5rem;font-size:1rem;line-height:1.6}.VerifiedIdManager-module__YPjkgG__modalButtons{justify-content:center;gap:1rem;display:flex}.VerifiedIdManager-module__YPjkgG__modalButtons button{flex:1;max-width:200px}.VerifiedIdManager-module__YPjkgG__actionLinks{background-color:transparent;justify-content:center;align-items:center;gap:2rem;margin-top:.75rem;padding:.5rem 0;visibility:visible!important;display:flex!important}.VerifiedIdManager-module__YPjkgG__changeLink,.VerifiedIdManager-module__YPjkgG__removeLink{cursor:pointer;letter-spacing:.3px;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-block}.VerifiedIdManager-module__YPjkgG__changeLink{color:#7adaef!important}.VerifiedIdManager-module__YPjkgG__changeLink:hover{text-decoration:underline;color:#5bc4dc!important}.VerifiedIdManager-module__YPjkgG__removeLink{color:#ef4444!important}.VerifiedIdManager-module__YPjkgG__removeLink:hover{text-decoration:underline;color:#dc2626!important}.VerifiedIdManager-module__YPjkgG__fileInput{display:none}.VerifiedIdManager-module__YPjkgG__buttonContainer{border-top:1px solid #e2e8f0;justify-content:flex-end;padding-top:1rem;display:flex}@media (max-width:768px){.VerifiedIdManager-module__YPjkgG__container{padding:1.5rem 1rem}.VerifiedIdManager-module__YPjkgG__uploadGrid{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.VerifiedIdManager-module__YPjkgG__uploadSingle .VerifiedIdManager-module__YPjkgG__uploadSection{width:100%}.VerifiedIdManager-module__YPjkgG__uploadBox{aspect-ratio:16/9}.VerifiedIdManager-module__YPjkgG__uploadIcon{width:2.5rem;height:2.5rem}.VerifiedIdManager-module__YPjkgG__idCardIcon{width:4rem}.VerifiedIdManager-module__YPjkgG__selfieIcon{width:2.5rem;height:2.5rem}.VerifiedIdManager-module__YPjkgG__actionLinks{gap:1.5rem;padding:.625rem}.VerifiedIdManager-module__YPjkgG__changeLink,.VerifiedIdManager-module__YPjkgG__removeLink{font-size:.8rem}.VerifiedIdManager-module__YPjkgG__buttonContainer{justify-content:stretch}.VerifiedIdManager-module__YPjkgG__buttonContainer button{width:100%!important}}@media (max-width:480px){.VerifiedIdManager-module__YPjkgG__container{padding:1rem .75rem}.VerifiedIdManager-module__YPjkgG__dropdown{padding:.75rem 2.5rem .75rem .875rem;font-size:.9rem}.VerifiedIdManager-module__YPjkgG__uploadLabel{margin-bottom:.5rem;font-size:.7rem}.VerifiedIdManager-module__YPjkgG__uploadBox{aspect-ratio:4/3}.VerifiedIdManager-module__YPjkgG__uploadIcon{width:2rem;height:2rem}.VerifiedIdManager-module__YPjkgG__idCardIcon{width:3rem}.VerifiedIdManager-module__YPjkgG__selfieIcon{width:2rem;height:2rem}.VerifiedIdManager-module__YPjkgG__actionLinks{gap:1rem;padding:.5rem}.VerifiedIdManager-module__YPjkgG__changeLink,.VerifiedIdManager-module__YPjkgG__removeLink{font-size:.75rem}}.VerifiedIdManager-module__YPjkgG__cropModal{background:#fff;border-radius:1rem;width:100%;max-width:600px;padding:2rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.VerifiedIdManager-module__YPjkgG__cropContainer{background:#000;border-radius:.75rem;width:100%;height:400px;margin-bottom:1.5rem;position:relative;overflow:hidden}.VerifiedIdManager-module__YPjkgG__cropControls{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.VerifiedIdManager-module__YPjkgG__zoomLabel{color:#64748b;flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.VerifiedIdManager-module__YPjkgG__zoomSlider{-webkit-appearance:none;background:#e2e8f0;border-radius:3px;outline:none;width:100%;height:6px}.VerifiedIdManager-module__YPjkgG__zoomSlider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:18px;height:18px;transition:all .2s}.VerifiedIdManager-module__YPjkgG__zoomSlider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 0 0 4px rgba(52,152,219,.2)}.VerifiedIdManager-module__YPjkgG__zoomSlider::-moz-range-thumb{background:var(--accent);cursor:pointer;border:none;border-radius:50%;width:18px;height:18px;transition:all .2s}.VerifiedIdManager-module__YPjkgG__zoomSlider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 0 0 4px rgba(52,152,219,.2)}.VerifiedIdManager-module__YPjkgG__cropHint{text-align:center;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;margin-bottom:1.5rem;padding:.75rem;font-size:.875rem}@media (max-width:768px){.VerifiedIdManager-module__YPjkgG__cropModal{max-width:95vw;padding:1.5rem}.VerifiedIdManager-module__YPjkgG__cropContainer{height:300px}.VerifiedIdManager-module__YPjkgG__modalButtons{flex-direction:column}.VerifiedIdManager-module__YPjkgG__modalButtons button{width:100%;max-width:none}}@media (max-width:480px){.VerifiedIdManager-module__YPjkgG__cropModal{border-radius:.75rem;padding:1rem}.VerifiedIdManager-module__YPjkgG__cropContainer{height:250px}.VerifiedIdManager-module__YPjkgG__modalTitle{font-size:1.25rem}.VerifiedIdManager-module__YPjkgG__cropHint{padding:.625rem;font-size:.8125rem}.VerifiedIdManager-module__YPjkgG__zoomLabel{font-size:.8125rem}}
.ExamResultView-module__L8pM9W__scoreHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.ExamResultView-module__L8pM9W__scoreInfo{flex:1;min-width:250px}.ExamResultView-module__L8pM9W__scoreTitle{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.ExamResultView-module__L8pM9W__scoreDate{color:#6b7280;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.ExamResultView-module__L8pM9W__scoreBadge{text-align:center;border-radius:6px;min-width:180px;padding:1.5rem 2rem;transition:transform .2s;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.ExamResultView-module__L8pM9W__scoreBadge:before{content:"";opacity:0;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);width:200%;height:200%;transition:opacity .3s;position:absolute;top:-50%;left:-50%}.ExamResultView-module__L8pM9W__scoreBadge:hover:before{opacity:1}.ExamResultView-module__L8pM9W__scoreBadge:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.ExamResultView-module__L8pM9W__scoreBadgePassed{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.ExamResultView-module__L8pM9W__scoreBadgeFailed{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.ExamResultView-module__L8pM9W__scoreNumber{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1);z-index:1;margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1;position:relative}.ExamResultView-module__L8pM9W__scoreStatus{color:rgba(255,255,255,.95);text-transform:uppercase;letter-spacing:.05em;z-index:1;font-size:.9rem;font-weight:600;position:relative}.ExamResultView-module__L8pM9W__questionBlockIncorrect,.ExamResultView-module__L8pM9W__questionBlockCorrect{border-radius:.25rem;padding:2rem}.ExamResultView-module__L8pM9W__questionBlockCorrect{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:2px solid #f97316;position:relative;overflow:hidden;box-shadow:0 1px 3px rgba(249,115,22,.1)}.ExamResultView-module__L8pM9W__questionBlockCorrect:before{content:"";background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);width:4px;position:absolute;top:0;bottom:0;left:0}.ExamResultView-module__L8pM9W__questionBlockIncorrect{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:2px solid #f59e0b;position:relative;overflow:hidden;box-shadow:0 1px 3px rgba(245,158,11,.1)}.ExamResultView-module__L8pM9W__questionBlockIncorrect:before{content:"";background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);width:4px;position:absolute;top:0;bottom:0;left:0}.ExamResultView-module__L8pM9W__resultIcon{margin-left:.75rem;font-size:1.5rem;animation:.3s ExamResultView-module__L8pM9W__popIn;display:inline-block}@keyframes ExamResultView-module__L8pM9W__popIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.ExamResultView-module__L8pM9W__choicesContainer{flex-direction:column;gap:.75rem;margin-top:1.25rem;display:flex}.ExamResultView-module__L8pM9W__choiceItem{background:#fff;border:2px solid #e5e7eb;border-radius:6px;align-items:center;gap:.75rem;padding:1rem 1.25rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.ExamResultView-module__L8pM9W__choiceItem:before{content:"";width:0;transition:width .2s;position:absolute;top:0;bottom:0;left:0}.ExamResultView-module__L8pM9W__choiceCorrect{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-color:#f97316;box-shadow:0 2px 4px rgba(249,115,22,.1)}.ExamResultView-module__L8pM9W__choiceCorrect:before{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);width:4px}.ExamResultView-module__L8pM9W__choiceIncorrect{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-color:#f59e0b;box-shadow:0 2px 4px rgba(245,158,11,.1)}.ExamResultView-module__L8pM9W__choiceIncorrect:before{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);width:4px}.ExamResultView-module__L8pM9W__choiceText{color:#374151;flex:1;font-size:1rem;line-height:1.5}.ExamResultView-module__L8pM9W__choiceTextBold{color:#9a3412;font-weight:600}.ExamResultView-module__L8pM9W__choiceLabel{white-space:nowrap;border-radius:6px;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;font-weight:600;display:inline-flex}.ExamResultView-module__L8pM9W__choiceLabelCorrect{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);box-shadow:0 2px 4px rgba(249,115,22,.3)}.ExamResultView-module__L8pM9W__choiceLabelIncorrect{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 2px 4px rgba(245,158,11,.3)}.ExamResultView-module__L8pM9W__paragraphContainer{flex-direction:column;gap:1rem;margin-top:1.25rem;display:flex}.ExamResultView-module__L8pM9W__userAnswerBox{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:2px solid #f59e0b;border-left-width:4px;border-radius:6px;padding:1.25rem;box-shadow:0 2px 4px rgba(245,158,11,.1)}.ExamResultView-module__L8pM9W__correctAnswerBox{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:2px solid #f97316;border-left-width:4px;border-radius:6px;padding:1.25rem;box-shadow:0 2px 4px rgba(249,115,22,.1)}.ExamResultView-module__L8pM9W__answerLabel{color:#9a3412;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:flex}.ExamResultView-module__L8pM9W__answerText{color:#1f2937;margin:0;font-size:.95rem;line-height:1.6}.ExamResultView-module__L8pM9W__statsSummary{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.ExamResultView-module__L8pM9W__statCard{text-align:center;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:2px solid #fed7aa;border-radius:6px;flex:1;min-width:200px;padding:1rem 1.5rem}.ExamResultView-module__L8pM9W__statValue{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2rem;font-weight:800}.ExamResultView-module__L8pM9W__statLabel{color:#9a3412;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}@media (max-width:768px){.ExamResultView-module__L8pM9W__scoreHeader{flex-direction:column;align-items:stretch}.ExamResultView-module__L8pM9W__scoreBadge{width:100%}.ExamResultView-module__L8pM9W__scoreTitle{font-size:1.5rem}.ExamResultView-module__L8pM9W__scoreNumber{font-size:2.5rem}.ExamResultView-module__L8pM9W__statCard{min-width:100%}}
.ResumeUploader-module__Cedn9G__modalOverlay{z-index:999999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.6);justify-content:center;align-items:center;width:100%;min-width:100vw;height:100%;min-height:100vh;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.ResumeUploader-module__Cedn9G__uploaderContainer{z-index:1;background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:700px;max-height:90vh;display:flex;position:relative;overflow-y:auto;box-shadow:0 4px 20px rgba(0,0,0,.15)}.ResumeUploader-module__Cedn9G__uploaderHeader{z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:24px 28px;display:flex;position:-webkit-sticky;position:sticky;top:0}.ResumeUploader-module__Cedn9G__uploaderHeader h2{color:#1f2937;margin:0;font-size:24px;font-weight:600}.ResumeUploader-module__Cedn9G__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:32px;line-height:1;transition:all .2s;display:flex}.ResumeUploader-module__Cedn9G__closeButton:hover{color:#1f2937;background:#f3f4f6}.ResumeUploader-module__Cedn9G__uploaderBody{flex:1;padding:28px}.ResumeUploader-module__Cedn9G__dropzone{text-align:center;cursor:pointer;background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;margin-bottom:24px;padding:48px 32px;transition:all .3s}.ResumeUploader-module__Cedn9G__dropzone:hover{background:#eff6ff;border-color:#3b82f6}.ResumeUploader-module__Cedn9G__dropzoneActive{background:#dbeafe;border-color:#3b82f6;transform:scale(1.02)}.ResumeUploader-module__Cedn9G__dropzoneDisabled{cursor:not-allowed;opacity:.6;pointer-events:none}.ResumeUploader-module__Cedn9G__uploadIcon{color:#3b82f6;width:64px;height:64px;margin:0 auto 16px}.ResumeUploader-module__Cedn9G__dropzone h3{color:#1f2937;margin:0 0 8px;font-size:20px;font-weight:600}.ResumeUploader-module__Cedn9G__dropzone p{color:#6b7280;margin:0 0 12px;font-size:15px}.ResumeUploader-module__Cedn9G__fileTypes{color:#4b5563;background:#e5e7eb;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500;display:inline-block}.ResumeUploader-module__Cedn9G__loadingState{flex-direction:column;align-items:center;gap:16px;display:flex}.ResumeUploader-module__Cedn9G__loadingState p{color:#6b7280;margin:0;font-size:16px;font-weight:500}.ResumeUploader-module__Cedn9G__spinner{border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite ResumeUploader-module__Cedn9G__spin}@keyframes ResumeUploader-module__Cedn9G__spin{to{transform:rotate(360deg)}}.ResumeUploader-module__Cedn9G__buttonSpinner{border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-right:8px;animation:.6s linear infinite ResumeUploader-module__Cedn9G__spin;display:inline-block}.ResumeUploader-module__Cedn9G__progressBar{background:#e5e7eb;border-radius:4px;width:100%;height:8px;margin-top:12px;overflow:hidden}.ResumeUploader-module__Cedn9G__progressFill{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:4px;height:100%;transition:width .3s;animation:1.5s infinite ResumeUploader-module__Cedn9G__shimmer}@keyframes ResumeUploader-module__Cedn9G__shimmer{0%{background-position:-100% 0}to{background-position:100% 0}}.ResumeUploader-module__Cedn9G__infoBox{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-top:16px;padding:20px}.ResumeUploader-module__Cedn9G__infoBox h4{color:#0c4a6e;margin:0 0 12px;font-size:16px;font-weight:600}.ResumeUploader-module__Cedn9G__infoBox ul{color:#0c4a6e;margin:0 0 16px;padding-left:24px}.ResumeUploader-module__Cedn9G__infoBox li{margin-bottom:6px;font-size:14px}.ResumeUploader-module__Cedn9G__infoBox li strong{font-weight:600}.ResumeUploader-module__Cedn9G__tip{color:#0c4a6e;background:#fff;border-left:3px solid #3b82f6;border-radius:6px;margin:0;padding:12px;font-size:14px}.ResumeUploader-module__Cedn9G__tip strong{font-weight:600}.ResumeUploader-module__Cedn9G__parsedDataPreview{background:#f9fafb;border-radius:12px;padding:24px}.ResumeUploader-module__Cedn9G__parsedDataPreview h3{color:#059669;align-items:center;gap:8px;margin:0 0 8px;font-size:20px;font-weight:600;display:flex}.ResumeUploader-module__Cedn9G__reviewText{color:#6b7280;margin:0 0 24px;font-size:14px}.ResumeUploader-module__Cedn9G__previewGrid{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.ResumeUploader-module__Cedn9G__previewField{background:#fff;border:1px solid #e5e7eb;border-radius:8px;grid-template-columns:140px 1fr;align-items:start;gap:12px;padding:12px;display:grid}.ResumeUploader-module__Cedn9G__previewField label{color:#374151;font-size:14px;font-weight:600}.ResumeUploader-module__Cedn9G__previewField span{color:#1f2937;word-break:break-word;font-size:14px}.ResumeUploader-module__Cedn9G__skillsList{line-height:1.6;display:block}.ResumeUploader-module__Cedn9G__actionButtons{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.ResumeUploader-module__Cedn9G__cancelButton,.ResumeUploader-module__Cedn9G__confirmButton{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:140px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.ResumeUploader-module__Cedn9G__cancelButton{color:#6b7280;background:#fff;border:1px solid #d1d5db}.ResumeUploader-module__Cedn9G__cancelButton:hover:not(:disabled){color:#374151;background:#f9fafb;border-color:#9ca3af}.ResumeUploader-module__Cedn9G__confirmButton{color:#fff;background:#3b82f6}.ResumeUploader-module__Cedn9G__confirmButton:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.ResumeUploader-module__Cedn9G__cancelButton:disabled,.ResumeUploader-module__Cedn9G__confirmButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.ResumeUploader-module__Cedn9G__warningBox,.ResumeUploader-module__Cedn9G__errorBox,.ResumeUploader-module__Cedn9G__successBox{border-radius:8px;margin-top:16px;padding:16px;font-size:14px}.ResumeUploader-module__Cedn9G__warningBox{color:#92400e;background:#fef3c7;border:1px solid #fbbf24}.ResumeUploader-module__Cedn9G__warningBox h4{margin:0 0 8px;font-size:15px;font-weight:600}.ResumeUploader-module__Cedn9G__warningBox ul{margin:0;padding-left:20px}.ResumeUploader-module__Cedn9G__warningBox li{margin-bottom:4px}.ResumeUploader-module__Cedn9G__errorBox{color:#991b1b;background:#fee2e2;border:1px solid #ef4444}.ResumeUploader-module__Cedn9G__successBox{color:#065f46;background:#d1fae5;border:1px solid #10b981}.ResumeUploader-module__Cedn9G__errorBox strong,.ResumeUploader-module__Cedn9G__successBox strong{font-weight:600}@media (max-width:768px){.ResumeUploader-module__Cedn9G__modalOverlay{padding:0}.ResumeUploader-module__Cedn9G__uploaderContainer{border-radius:0;max-width:100%;max-height:100vh}.ResumeUploader-module__Cedn9G__uploaderHeader{border-radius:0;padding:20px}.ResumeUploader-module__Cedn9G__uploaderHeader h2{font-size:20px}.ResumeUploader-module__Cedn9G__uploaderBody{padding:20px}.ResumeUploader-module__Cedn9G__dropzone{padding:32px 20px}.ResumeUploader-module__Cedn9G__uploadIcon{width:48px;height:48px}.ResumeUploader-module__Cedn9G__dropzone h3{font-size:18px}.ResumeUploader-module__Cedn9G__previewField{grid-template-columns:1fr;gap:6px}.ResumeUploader-module__Cedn9G__actionButtons{flex-direction:column}.ResumeUploader-module__Cedn9G__cancelButton,.ResumeUploader-module__Cedn9G__confirmButton{width:100%}}
.DeployedNoticeModal-module__MN9hyG__overlay{z-index:1000;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center;animation:.2s ease-out DeployedNoticeModal-module__MN9hyG__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes DeployedNoticeModal-module__MN9hyG__fadeIn{0%{opacity:0}to{opacity:1}}.DeployedNoticeModal-module__MN9hyG__modal{text-align:center;background:#fff;border-radius:.75rem;width:90%;max-width:28rem;padding:2rem;animation:.3s ease-out DeployedNoticeModal-module__MN9hyG__slideUp;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}@keyframes DeployedNoticeModal-module__MN9hyG__slideUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.DeployedNoticeModal-module__MN9hyG__iconContainer{background-color:#fef3c7;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.5rem;display:flex}.DeployedNoticeModal-module__MN9hyG__icon{color:#f59e0b;width:2.5rem;height:2.5rem}.DeployedNoticeModal-module__MN9hyG__title{color:#111827;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.DeployedNoticeModal-module__MN9hyG__message{color:#374151;margin:0 0 .75rem;font-size:1rem;line-height:1.5}.DeployedNoticeModal-module__MN9hyG__submessage{color:#6b7280;margin:0 0 1.5rem;font-size:.875rem}.DeployedNoticeModal-module__MN9hyG__actions{justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.DeployedNoticeModal-module__MN9hyG__actions button{flex:1;max-width:10rem}@media (max-width:480px){.DeployedNoticeModal-module__MN9hyG__modal{padding:1.5rem}.DeployedNoticeModal-module__MN9hyG__title{font-size:1.25rem}.DeployedNoticeModal-module__MN9hyG__actions{flex-direction:column}.DeployedNoticeModal-module__MN9hyG__actions button{max-width:100%}}
.ManageJobseeker-module__Yk3y5q__nav{width:auto;position:relative}.ManageJobseeker-module__Yk3y5q__nav ul{border-bottom:2px solid gray;gap:2rem;padding:0 0 .5rem;display:flex}.ManageJobseeker-module__Yk3y5q__nav ul li{text-align:start;cursor:pointer}.ManageJobseeker-module__Yk3y5q__tabIndicator{z-index:1;background:#0571d3;height:4px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:.95rem;left:0}.ManageJobseeker-module__Yk3y5q__content{background-color:#fff;border-radius:.25rem;align-self:center;width:90%;height:80%;padding:2rem;overflow-y:auto;box-shadow:0 2px 8px rgba(0,0,0,.5)}.ManageJobseeker-module__Yk3y5q__jobseekerContainer{justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.ManageJobseeker-module__Yk3y5q__jobseekerContainer img{border:1px solid #000;border-radius:.25rem}.ManageJobseeker-module__Yk3y5q__jobseekerDetails{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.ManageJobseeker-module__Yk3y5q__jobseekerContainer h2{text-align:center;align-self:center;font-size:1rem;font-weight:700}.ManageJobseeker-module__Yk3y5q__jobseekerName{font-size:1rem}.ManageJobseeker-module__Yk3y5q__jobseekerPreferredPOA,.ManageJobseeker-module__Yk3y5q__jobseekerType{font-size:.7rem}.ManageJobseeker-module__Yk3y5q__resumeContainer{justify-content:center;width:100%;display:flex}.ManageJobseeker-module__Yk3y5q__noData{color:#64748b;justify-content:center;align-items:center;height:100%;font-size:1.1rem;display:flex}.ManageJobseeker-module__Yk3y5q__loading{color:#64748b;justify-content:center;place-self:center;align-items:center;height:100%;font-size:1.1rem;display:flex}.ManageJobseeker-module__Yk3y5q__modalOverlay{z-index:2000;background:rgba(0,0,0,.6);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.ManageJobseeker-module__Yk3y5q__modal{background:#fff;border-radius:.375rem;width:90%;max-width:50vw;max-height:70vh;padding:2rem;position:relative;overflow:auto;box-shadow:0 8px 32px rgba(0,0,0,.3)}.ManageJobseeker-module__Yk3y5q__closeBtn{cursor:pointer;color:#64748b;background:0 0;border:none;font-size:1.5rem;font-weight:700;position:absolute;top:1rem;right:1rem}.ManageJobseeker-module__Yk3y5q__closeBtn:hover{color:#1e293b}.ManageJobseeker-module__Yk3y5q__modal h2{color:#1e293b;margin:0 0 1.5rem}.ManageJobseeker-module__Yk3y5q__examResultContent{flex-direction:column;display:flex}.ManageJobseeker-module__Yk3y5q__referralContent,.ManageJobseeker-module__Yk3y5q__examResultContent{height:100%;margin-bottom:1.5rem;overflow:auto}.ManageJobseeker-module__Yk3y5q__referralContent p,.ManageJobseeker-module__Yk3y5q__examResultContent p{color:#64748b;margin:.5rem 0}.ManageJobseeker-module__Yk3y5q__warning{color:#856404;background:#fff3cd;border:1px solid #ffc107;border-radius:.25rem;padding:1rem;margin-top:1rem!important}.ManageJobseeker-module__Yk3y5q__modalActions{justify-content:flex-end;gap:1rem;display:flex}.ManageJobseeker-module__Yk3y5q__scoreDisplay{background:#f8f9fa;border-radius:.25rem;align-self:center;margin-top:1.5rem;padding:1.5rem}.ManageJobseeker-module__Yk3y5q__paragraphGradingSection{background:#f8f9fa;border-radius:4px;margin-top:2rem;padding:1.5rem}.ManageJobseeker-module__Yk3y5q__paragraphGradingSection h3{color:#333;margin-bottom:1rem}.ManageJobseeker-module__Yk3y5q__paragraphAnswer{background:#fff;border:1px solid #dee2e6;border-radius:4px;margin-bottom:1.5rem;padding:1rem}.ManageJobseeker-module__Yk3y5q__answerText{background:#f1f3f5;border-left:3px solid #007bff;border-radius:4px;margin:1rem 0;padding:.75rem}.ManageJobseeker-module__Yk3y5q__answerText p{margin:0}.ManageJobseeker-module__Yk3y5q__gradingButtons{gap:.5rem;margin-top:1rem;display:flex}.ManageJobseeker-module__Yk3y5q__gradedCorrect{color:#28a745;background:#d4edda;border-radius:4px;padding:.5rem;font-weight:700}.ManageJobseeker-module__Yk3y5q__gradedIncorrect{color:#dc3545;background:#f8d7da;border-radius:4px;padding:.5rem;font-weight:700}.ManageJobseeker-module__Yk3y5q__idWarning{color:#92400e;text-align:center;background:#fef3c7;border:2px solid #fbbf24;border-radius:4px;margin-bottom:20px;padding:15px;font-weight:500}.ManageJobseeker-module__Yk3y5q__manageJobseekerWrapper{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100%;margin:0;padding:0;display:flex}.ManageJobseeker-module__Yk3y5q__navContainer{width:auto;margin-bottom:2rem;position:relative}.ManageJobseeker-module__Yk3y5q__navList{border-bottom:2px solid #e5e7eb;gap:2rem;margin:0;padding:0 0 .5rem;list-style:none;display:flex}.ManageJobseeker-module__Yk3y5q__navList li{text-align:start;cursor:pointer;color:#64748b;padding:.5rem .75rem;font-weight:500;transition:color .2s}.ManageJobseeker-module__Yk3y5q__navList li:hover{color:#1e293b}.ManageJobseeker-module__Yk3y5q__navList li.ManageJobseeker-module__Yk3y5q__active{color:#0571d3;font-weight:600}.ManageJobseeker-module__Yk3y5q__indicator{z-index:1;background:#0571d3;height:3px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-2px;left:0}.ManageJobseeker-module__Yk3y5q__tabContent{background-color:#fff;border-radius:.25rem;align-self:center;width:90%;max-width:1200px;padding:2rem;overflow-y:auto;box-shadow:0 2px 8px rgba(0,0,0,.1)}@media (max-width:768px){.ManageJobseeker-module__Yk3y5q__nav{margin-left:1.5rem}.ManageJobseeker-module__Yk3y5q__nav ul{white-space:nowrap;gap:1.5rem;font-size:.9rem;overflow-x:auto}.ManageJobseeker-module__Yk3y5q__content{width:95%;height:auto;min-height:60vh;max-height:85vh;padding:1.5rem;overflow-y:auto}.ManageJobseeker-module__Yk3y5q__resumeContainer{width:100%;overflow-x:hidden}.ManageJobseeker-module__Yk3y5q__modal{max-width:90vw;max-height:70vh;padding:1.5rem}.ManageJobseeker-module__Yk3y5q__modal h2{margin-bottom:1.25rem;font-size:1.25rem}.ManageJobseeker-module__Yk3y5q__scoreDisplay{margin-top:1.25rem;padding:1.25rem}.ManageJobseeker-module__Yk3y5q__score{font-size:2.5rem}.ManageJobseeker-module__Yk3y5q__modalActions{flex-direction:column}.ManageJobseeker-module__Yk3y5q__modalActions button{width:100%}}@media (max-width:480px){.ManageJobseeker-module__Yk3y5q__nav{margin-left:1rem}.ManageJobseeker-module__Yk3y5q__nav ul{gap:1rem;font-size:.85rem}.ManageJobseeker-module__Yk3y5q__content{border-radius:.25rem;width:100%;max-height:90vh;padding:1rem;overflow-y:auto}.ManageJobseeker-module__Yk3y5q__resumeContainer{width:100%;overflow-x:hidden}.ManageJobseeker-module__Yk3y5q__modal{border-radius:.25rem;max-width:95vw;padding:1.25rem}.ManageJobseeker-module__Yk3y5q__modal h2{margin-bottom:1rem;font-size:1.15rem}.ManageJobseeker-module__Yk3y5q__closeBtn{font-size:1.25rem;top:.75rem;right:.75rem}.ManageJobseeker-module__Yk3y5q__referralContent,.ManageJobseeker-module__Yk3y5q__examResultContent{margin-bottom:1rem;font-size:.9rem}.ManageJobseeker-module__Yk3y5q__warning{padding:.75rem;font-size:.85rem}.ManageJobseeker-module__Yk3y5q__scoreDisplay{margin-top:1rem;padding:1rem}.ManageJobseeker-module__Yk3y5q__scoreDisplay h3{font-size:.9rem}.ManageJobseeker-module__Yk3y5q__score{font-size:2rem}.ManageJobseeker-module__Yk3y5q__noData,.ManageJobseeker-module__Yk3y5q__loading{font-size:1rem}.ManageJobseeker-module__Yk3y5q__resumeContainer>*{width:100%;max-width:100%;transform:none}}
.VerifiedIdUpload-module__iJEd5G__container{max-width:800px;margin:0 auto}.VerifiedIdUpload-module__iJEd5G__header{text-align:center;margin-bottom:2.5rem}.VerifiedIdUpload-module__iJEd5G__title{color:#1e293b;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.VerifiedIdUpload-module__iJEd5G__subtitle{color:#64748b;font-size:.95rem;line-height:1.5}.VerifiedIdUpload-module__iJEd5G__stepIndicator{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-radius:.5rem;justify-content:center;align-items:center;margin-bottom:3rem;padding:2rem;display:flex}.VerifiedIdUpload-module__iJEd5G__stepItem{z-index:1;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:relative}.VerifiedIdUpload-module__iJEd5G__stepCircle{color:#cbd5e1;background:#fff;border:3px solid #e2e8f0;border-radius:.25rem;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.125rem;font-weight:700;transition:all .3s;display:flex}.VerifiedIdUpload-module__iJEd5G__stepActive .VerifiedIdUpload-module__iJEd5G__stepCircle{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-color:#f97316;box-shadow:0 4px 12px rgba(249,115,22,.3)}.VerifiedIdUpload-module__iJEd5G__stepLabel{color:#94a3b8;font-size:.875rem;font-weight:600;transition:color .3s}.VerifiedIdUpload-module__iJEd5G__stepActive .VerifiedIdUpload-module__iJEd5G__stepLabel{color:#9a3412}.VerifiedIdUpload-module__iJEd5G__stepLine{background:#e2e8f0;width:120px;height:3px;margin:0 1rem;position:relative;top:-12px}.VerifiedIdUpload-module__iJEd5G__form{margin-bottom:2rem}.VerifiedIdUpload-module__iJEd5G__stepContent{animation:.4s VerifiedIdUpload-module__iJEd5G__fadeInUp}@keyframes VerifiedIdUpload-module__iJEd5G__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.VerifiedIdUpload-module__iJEd5G__formGroup{margin-bottom:2rem}.VerifiedIdUpload-module__iJEd5G__label{margin-bottom:.75rem;display:block}.VerifiedIdUpload-module__iJEd5G__labelText{color:#374151;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:600}.VerifiedIdUpload-module__iJEd5G__required{color:#f97316;margin-left:.25rem}.VerifiedIdUpload-module__iJEd5G__select{color:#374151;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23374151'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E") right 1rem center/1.5rem no-repeat;border:2px solid #e5e7eb;border-radius:.25rem;width:100%;padding:.875rem 3rem .875rem 1.25rem;font-size:1rem;transition:all .2s}.VerifiedIdUpload-module__iJEd5G__select:hover{border-color:#fb923c}.VerifiedIdUpload-module__iJEd5G__select:focus{border-color:#f97316;outline:none;box-shadow:0 0 0 3px rgba(249,115,22,.1)}.VerifiedIdUpload-module__iJEd5G__uploadArea{position:relative}.VerifiedIdUpload-module__iJEd5G__fileInput{display:none}.VerifiedIdUpload-module__iJEd5G__uploadLabel{cursor:pointer;display:block}.VerifiedIdUpload-module__iJEd5G__uploadPlaceholder{background:#fff;border:2px dashed #e5e7eb;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;transition:all .3s;display:flex}.VerifiedIdUpload-module__iJEd5G__uploadPlaceholder:hover{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-color:#f97316;transform:translateY(-2px)}.VerifiedIdUpload-module__iJEd5G__uploadIcon{color:#f97316;width:48px;height:48px;margin-bottom:1rem}.VerifiedIdUpload-module__iJEd5G__uploadText{color:#374151;margin-bottom:.25rem;font-size:1rem;font-weight:600}.VerifiedIdUpload-module__iJEd5G__uploadHint{color:#94a3b8;font-size:.875rem}.VerifiedIdUpload-module__iJEd5G__previewContainer{border:2px solid #f97316;border-radius:.5rem;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(249,115,22,.15)}.VerifiedIdUpload-module__iJEd5G__previewImage{object-fit:contain;background:#f8fafc;width:100%;height:auto;max-height:400px;display:block}.VerifiedIdUpload-module__iJEd5G__changeOverlay{opacity:0;background:linear-gradient(135deg,rgba(249,115,22,.9),rgba(234,88,12,.9));justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.VerifiedIdUpload-module__iJEd5G__changeOverlay span{color:#fff;font-size:1rem;font-weight:600}.VerifiedIdUpload-module__iJEd5G__previewContainer:hover .VerifiedIdUpload-module__iJEd5G__changeOverlay{opacity:1}.VerifiedIdUpload-module__iJEd5G__buttonGroup{border-top:2px solid #f3f4f6;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.VerifiedIdUpload-module__iJEd5G__buttonGroup button{min-width:180px}.VerifiedIdUpload-module__iJEd5G__message{border-radius:.375rem;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.25rem 1.5rem;animation:.3s VerifiedIdUpload-module__iJEd5G__slideIn;display:flex}@keyframes VerifiedIdUpload-module__iJEd5G__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.VerifiedIdUpload-module__iJEd5G__messageSuccess{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border:2px solid #10b981}.VerifiedIdUpload-module__iJEd5G__messageError{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border:2px solid #ef4444}.VerifiedIdUpload-module__iJEd5G__messageIcon{border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.125rem;font-weight:700;display:flex}.VerifiedIdUpload-module__iJEd5G__messageSuccess .VerifiedIdUpload-module__iJEd5G__messageIcon{color:#fff;background:#10b981}.VerifiedIdUpload-module__iJEd5G__messageError .VerifiedIdUpload-module__iJEd5G__messageIcon{color:#fff;background:#ef4444}.VerifiedIdUpload-module__iJEd5G__messageText{flex:1;font-size:.95rem;font-weight:500;line-height:1.5}.VerifiedIdUpload-module__iJEd5G__messageSuccess .VerifiedIdUpload-module__iJEd5G__messageText{color:#065f46}.VerifiedIdUpload-module__iJEd5G__messageError .VerifiedIdUpload-module__iJEd5G__messageText{color:#991b1b}.VerifiedIdUpload-module__iJEd5G__instructions{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-left:4px solid #3b82f6;border-radius:.375rem;padding:1.75rem}.VerifiedIdUpload-module__iJEd5G__instructionsTitle{color:#1e40af;margin-bottom:1rem;font-size:1.125rem;font-weight:700}.VerifiedIdUpload-module__iJEd5G__instructionsList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.VerifiedIdUpload-module__iJEd5G__instructionsList li{color:#1e40af;padding-left:1.75rem;font-size:.9rem;line-height:1.6;position:relative}.VerifiedIdUpload-module__iJEd5G__instructionsList li:before{content:"→";color:#3b82f6;font-weight:700;position:absolute;left:0}.VerifiedIdUpload-module__iJEd5G__viewHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.VerifiedIdUpload-module__iJEd5G__uploadDate{color:#94a3b8;margin:.25rem 0 0;font-size:.8125rem}.VerifiedIdUpload-module__iJEd5G__viewGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin-bottom:1.5rem;display:grid}.VerifiedIdUpload-module__iJEd5G__viewCard{background:#fff;border:1px solid rgba(52,152,219,.1);border-radius:.375rem;padding:1rem;transition:all .25s}.VerifiedIdUpload-module__iJEd5G__viewCard:hover{border-color:rgba(52,152,219,.3);transform:translateY(-4px);box-shadow:0 8px 24px rgba(52,152,219,.15)}.VerifiedIdUpload-module__iJEd5G__viewLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.8125rem;font-weight:600}.VerifiedIdUpload-module__iJEd5G__viewImageWrapper{cursor:pointer;background:#f1f5f9;border-radius:.25rem;width:100%;padding-top:65%;position:relative;overflow:hidden}.VerifiedIdUpload-module__iJEd5G__viewImage{object-fit:cover;width:100%;height:100%;transition:transform .25s;position:absolute;top:0;left:0}.VerifiedIdUpload-module__iJEd5G__viewOverlay{opacity:0;background:rgba(0,0,0,.5);justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.VerifiedIdUpload-module__iJEd5G__viewOverlay span{color:#fff;font-size:.875rem;font-weight:600}.VerifiedIdUpload-module__iJEd5G__viewImageWrapper:hover .VerifiedIdUpload-module__iJEd5G__viewImage{transform:scale(1.05)}.VerifiedIdUpload-module__iJEd5G__viewImageWrapper:hover .VerifiedIdUpload-module__iJEd5G__viewOverlay{opacity:1}.VerifiedIdUpload-module__iJEd5G__editNote{color:#92400e;background:#fffdf1;border:1px solid rgba(249,115,22,.2);border-radius:.375rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.8125rem}.VerifiedIdUpload-module__iJEd5G__editNote p{margin:0}.VerifiedIdUpload-module__iJEd5G__editNote strong{font-weight:600}.VerifiedIdUpload-module__iJEd5G__submitSection{background:linear-gradient(135deg,color-mix(in srgb,var(--accent)85%,transparent),color-mix(in srgb,var(--button)70%,transparent));border:1px solid rgba(128,231,177,.3);border-radius:.375rem;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem;display:flex}.VerifiedIdUpload-module__iJEd5G__submitInfo{text-align:center;align-items:center;gap:1rem;display:flex}.VerifiedIdUpload-module__iJEd5G__checkIcon{color:#fff;flex-shrink:0;width:48px;height:48px}.VerifiedIdUpload-module__iJEd5G__submitInfo h3{color:#fff;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.VerifiedIdUpload-module__iJEd5G__submitInfo p{color:#fff;opacity:.9;margin:0;font-size:.875rem}.VerifiedIdUpload-module__iJEd5G__modalOverlay{z-index:10000;background:rgba(0,0,0,.85);justify-content:center;align-items:center;padding:2rem;animation:.2s VerifiedIdUpload-module__iJEd5G__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes VerifiedIdUpload-module__iJEd5G__fadeIn{0%{opacity:0}to{opacity:1}}.VerifiedIdUpload-module__iJEd5G__modal{max-width:90vw;max-height:90vh;animation:.25s VerifiedIdUpload-module__iJEd5G__slideInModal;position:relative}@keyframes VerifiedIdUpload-module__iJEd5G__slideInModal{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.VerifiedIdUpload-module__iJEd5G__modalImage{border-radius:.375rem;max-width:100%;max-height:90vh;box-shadow:0 4px 24px rgba(0,0,0,.3)}.VerifiedIdUpload-module__iJEd5G__closeButton{cursor:pointer;color:#1e293b;background:#fff;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .25s;display:flex;position:absolute;top:-3rem;right:0;box-shadow:0 2px 8px rgba(0,0,0,.2)}.VerifiedIdUpload-module__iJEd5G__closeButton:hover{background:#f1f5f9;transform:scale(1.1)}@media (max-width:768px){.VerifiedIdUpload-module__iJEd5G__viewHeader{flex-direction:column;align-items:flex-start}.VerifiedIdUpload-module__iJEd5G__viewGrid{grid-template-columns:1fr;gap:1rem}.VerifiedIdUpload-module__iJEd5G__submitSection{padding:1.25rem}.VerifiedIdUpload-module__iJEd5G__submitInfo{flex-direction:column}.VerifiedIdUpload-module__iJEd5G__checkIcon{width:40px;height:40px}}@media (max-width:480px){.VerifiedIdUpload-module__iJEd5G__submitSection button{width:100%}.VerifiedIdUpload-module__iJEd5G__modalOverlay{padding:1rem}.VerifiedIdUpload-module__iJEd5G__closeButton{width:36px;height:36px;font-size:1.25rem;top:-2.5rem}}@media (max-width:768px){.VerifiedIdUpload-module__iJEd5G__title{font-size:1.5rem}.VerifiedIdUpload-module__iJEd5G__stepIndicator{padding:1.5rem 1rem}.VerifiedIdUpload-module__iJEd5G__stepCircle{width:40px;height:40px;font-size:1rem}.VerifiedIdUpload-module__iJEd5G__stepLine{width:60px}.VerifiedIdUpload-module__iJEd5G__stepLabel{font-size:.75rem}.VerifiedIdUpload-module__iJEd5G__buttonGroup{flex-direction:column-reverse}.VerifiedIdUpload-module__iJEd5G__buttonGroup button{width:100%;min-width:auto}.VerifiedIdUpload-module__iJEd5G__uploadPlaceholder{padding:2rem 1rem}.VerifiedIdUpload-module__iJEd5G__uploadIcon{width:36px;height:36px}}
.ProfileNavigation-module__1Dkulq__profileOptionsNav{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;width:100%;margin:0;padding:0;font-size:12px;display:flex}.ProfileNavigation-module__1Dkulq__profileOptionsNav li{color:#64748b;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;justify-content:flex-start;align-items:center;gap:.75rem;padding:1rem 2rem .5rem;font-size:.9rem;font-weight:600;transition:all .25s;display:flex}.ProfileNavigation-module__1Dkulq__profileOptionsNav li:hover{color:var(--nav)}.ProfileNavigation-module__1Dkulq__profileOptionsNav li:focus-visible{color:var(--nav)}.ProfileNavigation-module__1Dkulq__profileOptionsNav li.ProfileNavigation-module__1Dkulq__active>span{border-bottom:2px solid var(--nav);color:var(--nav)}.ProfileNavigation-module__1Dkulq__profileOptionsNav li span{opacity:1;white-space:nowrap;max-width:none;transition:none;overflow:visible;transform:none}.ProfileNavigation-module__1Dkulq__profileOptionsNav li:hover span,.ProfileNavigation-module__1Dkulq__profileOptionsNav li.ProfileNavigation-module__1Dkulq__active span{opacity:1;max-width:none;transform:none}.ProfileNavigation-module__1Dkulq__profileOptionsNav li:focus-visible span{opacity:1;max-width:none;transform:none}
:root{--text-primary:#1e293b;--text-secondary:#64748b;--text-muted:#94a3b8;--border-light:#e5e7eb;--border-medium:#d1d5db;--success-bg:#ecfdf5;--success-border:#a7f3d0;--success-text:#10b981;--warning-bg:#fef3c7;--warning-border:#fbbf24;--danger-bg:#fef2f2;--danger-border:#fca5a5}.IDViewModal-module__21yS-q__overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(0,0,0,.85);justify-content:center;align-items:center;padding:1.25rem;animation:.2s IDViewModal-module__21yS-q__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes IDViewModal-module__21yS-q__fadeIn{0%{opacity:0}to{opacity:1}}.IDViewModal-module__21yS-q__modal{border:1px solid var(--border-light);background:#fff;border-radius:.75rem;flex-direction:column;width:100%;max-width:1000px;max-height:90vh;animation:.3s cubic-bezier(.4,0,.2,1) IDViewModal-module__21yS-q__slideUp;display:flex;position:relative;overflow-y:auto;box-shadow:0 25px 50px rgba(0,0,0,.3)}@keyframes IDViewModal-module__21yS-q__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.IDViewModal-module__21yS-q__closeBtn{color:#64748b;border:1px solid var(--border-light);cursor:pointer;z-index:100;background:rgba(255,255,255,.98);border-radius:.5rem;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:1.25rem;right:1.25rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.IDViewModal-module__21yS-q__closeBtn:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5;transform:translateY(-2px)scale(1.05);box-shadow:0 6px 16px rgba(220,38,38,.2)}.IDViewModal-module__21yS-q__closeBtn:active{transform:scale(.95)}.IDViewModal-module__21yS-q__header{border-bottom:2px solid var(--border-light);background:var(--accent);color:#fff;flex-shrink:0;padding:2rem 2.5rem 1.5rem;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15)}.IDViewModal-module__21yS-q__header:before{content:"";pointer-events:none;background:rgba(255,255,255,.1);border-radius:.25rem;width:300px;height:300px;position:absolute;top:-50%;right:-20%}.IDViewModal-module__21yS-q__header h2{z-index:1;letter-spacing:-.025em;align-items:center;gap:.75rem;margin:0 0 .75rem;font-size:1.5rem;font-weight:700;line-height:1.2;display:flex;position:relative}.IDViewModal-module__21yS-q__warning{border-left:4px solid var(--warning);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1;background:rgba(255,255,255,.2);border-radius:.5rem;align-items:center;gap:.625rem;margin:0 0 .75rem;padding:.625rem 1rem;font-size:.8125rem;line-height:1.5;display:flex;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.1)}.IDViewModal-module__21yS-q__tabs{border-bottom:2px solid var(--border-light);background:#fff;flex-wrap:wrap;flex-shrink:0;gap:.375rem;padding:0 1.5rem;display:flex;position:relative}.IDViewModal-module__21yS-q__tab{cursor:pointer;min-width:140px;color:var(--text-muted);background:0 0;border:none;border-bottom:3px solid transparent;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.IDViewModal-module__21yS-q__tab:hover{color:var(--text-secondary);background:#f9fafb}.IDViewModal-module__21yS-q__activeTab{font-weight:700;color:var(--accent)!important;border-bottom-color:var(--accent)!important}.IDViewModal-module__21yS-q__imageContainer{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-top:1px solid var(--border-light);background:#fafbfc;flex:1;justify-content:center;align-items:center;min-height:400px;max-height:500px;padding:2rem;display:flex;position:relative;overflow-y:auto}.IDViewModal-module__21yS-q__idImage{object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;border:1px solid var(--border-medium);background:#fff;border-radius:.75rem;max-width:100%;max-height:450px;box-shadow:0 12px 32px rgba(0,0,0,.15)}.IDViewModal-module__21yS-q__watermarkOverlay{color:rgba(220,38,38,.08);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:5;white-space:nowrap;letter-spacing:2px;text-transform:uppercase;font-size:4rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-45deg)}.IDViewModal-module__21yS-q__loader{color:var(--text-secondary);flex-direction:column;align-items:center;gap:1rem;display:flex}.IDViewModal-module__21yS-q__spinner{border:3px solid #e5e7eb;border-top-color:var(--accent);border-radius:100%;width:50px;height:50px;animation:.8s linear infinite IDViewModal-module__21yS-q__spin}@keyframes IDViewModal-module__21yS-q__spin{to{transform:rotate(360deg)}}.IDViewModal-module__21yS-q__loader p{color:var(--text-muted);font-size:.875rem;font-weight:500}.IDViewModal-module__21yS-q__error{color:#dc2626;text-align:center;background:#fee2e2;border:1px solid #fca5a5;border-radius:.25rem;padding:1.5rem;font-weight:500}.IDViewModal-module__21yS-q__error p{margin:0;font-size:.875rem}.IDViewModal-module__21yS-q__footer{border-top:2px solid var(--border-light);background:#fafbfc;flex-direction:column;flex-shrink:0;gap:1rem;padding:1.5rem 2rem;display:flex}.IDViewModal-module__21yS-q__disclaimer{color:var(--text-secondary);border-left:3px solid var(--accent);background:#f0f9ff;border-radius:.5rem;align-items:flex-start;gap:.5rem;margin:0;padding:.625rem 1rem;font-size:.75rem;line-height:1.5;display:flex}.IDViewModal-module__21yS-q__modal *{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-khtml-user-select:none}.IDViewModal-module__21yS-q__disclaimer,.IDViewModal-module__21yS-q__header h2,.IDViewModal-module__21yS-q__warning{-webkit-user-select:text;-moz-user-select:text;user-select:text}@media (max-width:768px){.IDViewModal-module__21yS-q__overlay{padding:.75rem}.IDViewModal-module__21yS-q__modal{border-radius:.375rem;max-width:100%;max-height:95vh}.IDViewModal-module__21yS-q__closeBtn{width:36px;height:36px;font-size:16px;top:.75rem;right:.75rem}.IDViewModal-module__21yS-q__header{padding:1.25rem 1.5rem}.IDViewModal-module__21yS-q__header h2{font-size:1rem}.IDViewModal-module__21yS-q__warning{padding:.625rem .875rem;font-size:.8rem}.IDViewModal-module__21yS-q__tabs{gap:.5rem;padding:.75rem}.IDViewModal-module__21yS-q__tab{border:1px solid var(--border-light);border-radius:.25rem;min-width:100px;padding:.625rem 1rem;font-size:.8rem}.IDViewModal-module__21yS-q__activeTab:after{display:none}.IDViewModal-module__21yS-q__imageContainer{min-height:250px;max-height:350px;padding:1rem}.IDViewModal-module__21yS-q__idImage{max-height:300px}.IDViewModal-module__21yS-q__watermarkOverlay{font-size:2rem}.IDViewModal-module__21yS-q__footer{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem}.IDViewModal-module__21yS-q__disclaimer{text-align:center;font-size:.75rem}}@media (max-width:480px){.IDViewModal-module__21yS-q__header h2{font-size:1.125rem}.IDViewModal-module__21yS-q__tabs{flex-direction:column;padding:.5rem}.IDViewModal-module__21yS-q__tab{border:1px solid var(--border-light);border-radius:.25rem;width:100%}.IDViewModal-module__21yS-q__imageContainer{min-height:200px;max-height:300px;padding:.75rem}.IDViewModal-module__21yS-q__watermarkOverlay{font-size:1.5rem}}.IDViewModal-module__21yS-q__idTypeSelector{z-index:1;align-items:center;gap:1rem;margin-top:0;display:flex;position:relative}.IDViewModal-module__21yS-q__idTypeSelector label{color:#fff;letter-spacing:.025em;font-size:.9375rem;font-weight:600}.IDViewModal-module__21yS-q__applicantName{color:rgba(255,255,255,.95);letter-spacing:.01em;margin:.5rem 0;font-size:1rem;font-weight:500}.IDViewModal-module__21yS-q__idTypeDropdown{color:var(--text-primary);cursor:pointer;background:rgba(255,255,255,.98);border:2px solid rgba(255,255,255,.4);border-radius:.5rem;min-width:200px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.1)}.IDViewModal-module__21yS-q__idTypeDropdown:hover{background:#fff;border-color:rgba(255,255,255,.6);box-shadow:0 4px 12px rgba(0,0,0,.15)}.IDViewModal-module__21yS-q__idTypeDropdown:focus{outline:none;box-shadow:0 0 0 3px rgba(255,255,255,.3)}.IDViewModal-module__21yS-q__verificationControls{border:2px solid var(--border-light);background:#fff;border-radius:.75rem;flex-wrap:wrap;align-items:center;gap:.75rem;padding:1rem;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.05)}.IDViewModal-module__21yS-q__verifiedBadge{background:var(--success-bg);border:2px solid var(--success-border);border-radius:.75rem;align-items:center;gap:1rem;width:100%;padding:.875rem 1.25rem;display:flex;box-shadow:0 2px 8px rgba(16,185,129,.1)}.IDViewModal-module__21yS-q__verifiedStatus{color:var(--success-text);flex:1;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.IDViewModal-module__21yS-q__rejectForm{background:var(--danger-bg);border:2px solid var(--danger-border);border-radius:.75rem;width:100%;padding:1.25rem;box-shadow:0 2px 8px rgba(220,38,38,.1)}.IDViewModal-module__21yS-q__rejectForm h3{color:#dc2626;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:700;display:flex}.IDViewModal-module__21yS-q__reasonSelector{margin-bottom:.875rem}.IDViewModal-module__21yS-q__reasonLabel{color:#1e293b;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.IDViewModal-module__21yS-q__reasonDropdown{border:2px solid var(--danger-border);cursor:pointer;background-color:#fff;border-radius:.5rem;width:100%;padding:.625rem .875rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px rgba(0,0,0,.05)}.IDViewModal-module__21yS-q__reasonDropdown:focus{border-color:#dc2626;outline:none;box-shadow:0 0 0 4px rgba(220,38,38,.15)}.IDViewModal-module__21yS-q__customReasonWrapper{margin-bottom:.875rem}.IDViewModal-module__21yS-q__reasonTextarea{border:2px solid var(--danger-border);resize:vertical;border-radius:.5rem;width:100%;min-height:80px;padding:.625rem .875rem;font-family:inherit;font-size:.875rem;line-height:1.5;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px rgba(0,0,0,.05)}.IDViewModal-module__21yS-q__reasonTextarea:focus{border-color:#dc2626;outline:none;box-shadow:0 0 0 4px rgba(220,38,38,.15)}.IDViewModal-module__21yS-q__reasonTextarea::placeholder{color:#9ca3af}.IDViewModal-module__21yS-q__rejectActions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}@media (max-width:768px){.IDViewModal-module__21yS-q__idTypeSelector{flex-direction:column;align-items:flex-start}.IDViewModal-module__21yS-q__idTypeDropdown{width:100%}.IDViewModal-module__21yS-q__verificationControls{flex-direction:column;align-items:stretch}.IDViewModal-module__21yS-q__verifiedBadge{flex-direction:column;align-items:stretch;gap:.75rem}.IDViewModal-module__21yS-q__rejectActions{flex-direction:column}.IDViewModal-module__21yS-q__rejectActions button{width:100%}}
.Search-module__TDyoLW__searchContainer{width:100%;height:100%}.Search-module__TDyoLW__searchContent{margin:2rem 10rem}.Search-module__TDyoLW__jobList{margin-bottom:1rem}@media (max-width:768px){.Search-module__TDyoLW__searchContent{margin:1.5rem 2rem}}@media (max-width:480px){.Search-module__TDyoLW__searchContent{margin:1rem}}
.ReferralLetter-module__vrtGea__container{background-color:#fff;max-width:64rem;margin:0 auto;padding:2rem;font-family:Times New Roman,Times,serif;position:relative}.ReferralLetter-module__vrtGea__editable{cursor:pointer;will-change:transform;border-radius:.25rem;min-width:50px;margin:-4px -8px;padding:4px 8px;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative}.ReferralLetter-module__vrtGea__editable:hover{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-radius:.25rem;transform:translateY(-1px);box-shadow:0 4px 12px rgba(52,152,219,.15)}.ReferralLetter-module__vrtGea__editable:before{content:"";background:linear-gradient(90deg,#3498db,#27ae60);border-radius:2px;height:2px;transition:transform .25s;position:absolute;bottom:0;left:8px;right:8px;transform:scaleX(0)}.ReferralLetter-module__vrtGea__editable:hover:before{transform:scaleX(1)}.ReferralLetter-module__vrtGea__bodySection{margin-bottom:2rem}.ReferralLetter-module__vrtGea__bodyTextEditable{cursor:pointer;text-align:justify;will-change:transform;border-radius:.25rem;margin:-1rem;padding:1rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.ReferralLetter-module__vrtGea__bodyTextEditable:hover{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);transform:translateY(-2px);box-shadow:0 8px 24px rgba(52,152,219,.15)}.ReferralLetter-module__vrtGea__editorContainer{background:#fff;border:2px solid #3498db;border-radius:.25rem;width:100%;overflow:hidden;box-shadow:0 8px 24px rgba(52,152,219,.2)}.ReferralLetter-module__vrtGea__toolbar{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-bottom:1px solid rgba(52,152,219,.2);flex-wrap:wrap;align-items:center;gap:.25rem;padding:.5rem;display:flex}.ReferralLetter-module__vrtGea__toolbarBtn{cursor:pointer;color:#1e293b;background:#fff;border:1px solid rgba(52,152,219,.2);border-radius:.25rem;justify-content:center;align-items:center;min-width:36px;padding:.5rem .75rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.ReferralLetter-module__vrtGea__toolbarBtn:hover{background:#e0f2fe;border-color:#3498db;transform:translateY(-1px)}.ReferralLetter-module__vrtGea__toolbarBtn:active{transform:translateY(0)}.ReferralLetter-module__vrtGea__toolbarBtnActive{box-shadow:0 2px 8px rgba(52,152,219,.3);color:#fff!important;background:#3498db!important;border-color:#3498db!important}.ReferralLetter-module__vrtGea__toolbarBtnActive:hover{background:#2980b9!important;border-color:#2980b9!important}.ReferralLetter-module__vrtGea__toolbarBtnSuccess{color:#fff;background:#27ae60;border-color:#27ae60;margin-left:auto;padding:.5rem 1rem}.ReferralLetter-module__vrtGea__toolbarBtnSuccess:hover{background:#229954;border-color:#229954;transform:translateY(-1px)}.ReferralLetter-module__vrtGea__toolbarDivider{background:rgba(52,152,219,.2);width:1px;height:24px;margin:0 .25rem}.ReferralLetter-module__vrtGea__richTextEditor{color:#64748b;text-align:justify;box-sizing:border-box;border:2px solid transparent;outline:none;width:100%;min-height:300px;max-height:500px;padding:1.5rem;font-family:Times New Roman,Times,serif;font-size:1rem;line-height:1.625;overflow-y:auto}.ReferralLetter-module__vrtGea__richTextEditor:focus{background:rgba(240,249,255,.3);border-color:rgba(52,152,219,.3)}.ReferralLetter-module__vrtGea__richTextEditor p{color:#64748b;margin-bottom:1.5rem}.ReferralLetter-module__vrtGea__richTextEditor p:last-child{margin-bottom:0}.ReferralLetter-module__vrtGea__richTextEditor strong{color:#1e293b;font-weight:600}.ReferralLetter-module__vrtGea__richTextEditor em{font-style:italic}.ReferralLetter-module__vrtGea__richTextEditor u{text-decoration:underline}.ReferralLetter-module__vrtGea__richTextEditor ul,.ReferralLetter-module__vrtGea__richTextEditor ol{margin-bottom:1.5rem;margin-left:2rem}.ReferralLetter-module__vrtGea__richTextEditor li{margin-bottom:.5rem;overflow:auto}.ReferralLetter-module__vrtGea__bodyTextEditable p{color:#64748b;margin-bottom:1.5rem;line-height:1.625}.ReferralLetter-module__vrtGea__bodyTextEditable p:last-child{margin-bottom:0}.ReferralLetter-module__vrtGea__bodyTextEditable strong{color:#1e293b;font-weight:600}.ReferralLetter-module__vrtGea__bodyTextEditable em{font-style:italic}.ReferralLetter-module__vrtGea__bodyTextEditable u{text-decoration:underline}.ReferralLetter-module__vrtGea__editableInput{font-family:Times New Roman,Times,serif;font-size:inherit;font-weight:inherit;line-height:inherit;text-align:inherit;resize:vertical;color:#1e293b;background:#fff;border:1px solid #3498db;border-radius:.25rem;outline:none;width:100%;padding:.5rem .75rem;transition:all .25s;box-shadow:0 4px 12px rgba(52,152,219,.15)}.ReferralLetter-module__vrtGea__editableInput:focus{border-color:#3498db;transform:translateY(-2px);box-shadow:0 0 0 3px rgba(52,152,219,.1),0 8px 24px rgba(52,152,219,.2)}.ReferralLetter-module__vrtGea__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ReferralLetter-module__vrtGea__logoContainer{gap:.5rem;display:flex}.ReferralLetter-module__vrtGea__logo{width:5rem;height:5rem}.ReferralLetter-module__vrtGea__logoImage{object-fit:contain;width:100%;height:100%}.ReferralLetter-module__vrtGea__centerContent{text-align:center;flex-direction:column;flex:1;align-items:center;padding:0 1rem;display:flex}.ReferralLetter-module__vrtGea__centerContent p{color:#1e293b;margin-bottom:.25rem;font-size:1rem;font-weight:700}.ReferralLetter-module__vrtGea__centerContent p:last-child{margin-bottom:0}.ReferralLetter-module__vrtGea__divider{border-top:2px solid rgba(52,152,219,.1);margin-bottom:1.5rem}.ReferralLetter-module__vrtGea__dateSection{text-align:left;margin-bottom:2rem}.ReferralLetter-module__vrtGea__date{color:#1e293b;font-size:1.125rem;font-weight:600}.ReferralLetter-module__vrtGea__recipientSection{margin-top:2rem;margin-bottom:1.5rem}.ReferralLetter-module__vrtGea__recipientName{color:#1e293b;margin-bottom:.25rem;font-size:1rem;font-weight:700}.ReferralLetter-module__vrtGea__recipientDetail{color:#64748b;margin-bottom:.25rem;font-size:1rem}.ReferralLetter-module__vrtGea__recipientAddress{color:#64748b;margin-bottom:1rem;font-size:1rem}.ReferralLetter-module__vrtGea__signature{margin-top:3rem}.ReferralLetter-module__vrtGea__signatureClosing{color:#64748b;margin-bottom:.25rem;font-size:1rem}.ReferralLetter-module__vrtGea__signatureDetails{margin-top:2rem;margin-bottom:.5rem}.ReferralLetter-module__vrtGea__signerName{color:#1e293b;font-size:1rem;font-weight:700}.ReferralLetter-module__vrtGea__signerTitle{color:#64748b;font-size:1rem}.ReferralLetter-module__vrtGea__downloadButton{position:absolute;bottom:1rem;right:1rem}@media print{body *{visibility:hidden}.ReferralLetter-module__vrtGea__container,.ReferralLetter-module__vrtGea__container *{visibility:visible}.ReferralLetter-module__vrtGea__container{width:100%;position:absolute;top:0;left:0}.ReferralLetter-module__vrtGea__downloadButton{display:none}.ReferralLetter-module__vrtGea__editable:hover,.ReferralLetter-module__vrtGea__bodyTextEditable:hover{box-shadow:none;background:0 0;transform:none}.ReferralLetter-module__vrtGea__editable:before{display:none}}
.LoadingSpinner-module__DKcTUq__fullscreenContainer{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.LoadingSpinner-module__DKcTUq__container{justify-content:center;align-items:center;width:100%;min-height:200px;padding:2rem;display:flex}.LoadingSpinner-module__DKcTUq__spinnerContent{flex-direction:column;align-items:center;gap:1rem;display:flex}.LoadingSpinner-module__DKcTUq__message{color:var(--accent,#4070f4);text-align:center;max-width:300px;margin:0;font-size:.95rem;font-weight:500;line-height:1.5}
