body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{background-color:#f5f7fa}.App{min-height:100vh}.error,.loading,.no-results{align-items:center;color:#666;display:flex;font-size:18px;justify-content:center;min-height:200px}.error{color:#e74c3c}.no-results{color:#7f8c8d;font-style:italic}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dashboard-container{margin:0 auto;max-width:1400px;padding:20px}.dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 20px #0000001a;color:#fff;margin-bottom:30px;padding:30px}.dashboard-header h1{font-size:2.5rem;font-weight:700;margin-bottom:10px;text-shadow:0 2px 4px #0000001a}.dashboard-header p{font-size:1.1rem;margin:0;opacity:.9}.applicants-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));margin-top:20px}@media (max-width:768px){.dashboard-container{padding:15px}.dashboard-header{padding:20px}.dashboard-header h1{font-size:2rem}.applicants-grid{gap:15px;grid-template-columns:1fr}}@media (max-width:480px){.dashboard-header h1{font-size:1.5rem}.dashboard-header p{font-size:1rem}}.dashboard-layout{grid-gap:30px;background-color:#f8f9fa;display:grid;gap:30px;grid-template-columns:280px 1fr;min-height:100vh}.filters-sidebar{background-color:#fff;border-right:1px solid #dee2e6;height:100vh;position:-webkit-sticky;position:sticky;top:0}.applicants-main-content,.filters-sidebar{overflow-y:auto;padding:20px}.main-header{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:20px}.job-title-section span{color:#6c757d;font-size:.9rem}.job-title-section h1{color:#212529;font-size:1.8rem;margin:0}.job-title-section .active-status{background-color:#28a7451a;border-radius:12px;color:#28a745;font-size:.8rem;font-weight:600;margin-left:10px;padding:3px 8px}.edit-button{background-color:initial;border:1px solid #007bff;border-radius:6px;color:#007bff;cursor:pointer;font-weight:600;padding:8px 16px}.tabs-container{border-bottom:1px solid #dee2e6;margin-bottom:20px}.main-tabs{display:flex;gap:10px}.main-tabs button{background:#0000;border:none;border-bottom:3px solid #0000;color:#6c757d;cursor:pointer;font-size:1rem;padding:10px 15px}.main-tabs button.active{border-bottom-color:#007bff;color:#007bff}.main-tabs button span{background-color:#e9ecef;border-radius:10px;color:#212529;font-size:.8rem;margin-left:8px;padding:2px 6px}.list-controls{color:#6c757d;margin-bottom:20px}.applicants-list{display:flex;flex-direction:column;gap:20px}.applicant-card{background:#fff;border:1px solid #e1e8ed;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}.applicant-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.applicant-card.expanded{box-shadow:0 8px 30px #00000026}.card-header{align-items:flex-start;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #e1e8ed;cursor:pointer;display:flex;justify-content:space-between;padding:20px;transition:background-color .3s ease}.card-header:hover{background:linear-gradient(135deg,#e9ecef,#dee2e6)}.applicant-basic-info{flex:1 1}.applicant-name{color:#2c3e50;font-size:1.3rem;font-weight:700;line-height:1.3;margin-bottom:8px}.applicant-role{color:#6c757d;font-size:1rem;font-weight:500;line-height:1.4;margin-bottom:8px}.applicant-location{align-items:center;color:#495057;display:flex;font-size:.9rem;gap:4px}.expand-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#6c757d;display:flex;font-size:1.5rem;font-weight:700;height:30px;justify-content:center;transition:all .3s ease;width:30px}.expand-icon:hover{background:#007bff;color:#fff;transform:scale(1.1)}.card-body{padding:20px}.key-metrics{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.metric{display:flex;flex-direction:column;gap:4px}.metric-label{color:#6c757d;font-size:.8rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.metric-value{color:#2c3e50;font-size:1rem;font-weight:600}.expanded-content{border-top:1px solid #e1e8ed;padding-top:20px}.section{margin-bottom:20px}.section h4{border-bottom:2px solid #e9ecef;color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:10px;padding-bottom:5px}.section p{color:#495057;font-size:.95rem;line-height:1.6;margin-bottom:10px}.skills-container{display:flex;flex-wrap:wrap;gap:8px}.skill-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 2px 8px #667eea4d;color:#fff;font-size:.8rem;font-weight:500;padding:6px 12px}.experience-list{display:flex;flex-direction:column;gap:15px}.experience-item{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;padding:15px}.exp-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:8px}.exp-header strong{color:#2c3e50;font-size:1rem}.exp-company{color:#667eea;font-size:.9rem;font-weight:500}.exp-duration{color:#6c757d;font-size:.85rem;font-style:italic;margin-bottom:8px}.exp-description{color:#495057;font-size:.9rem;line-height:1.5}.contact-info{display:flex;flex-direction:column;gap:8px}.contact-info div{align-items:center;color:#495057;display:flex;font-size:.9rem;gap:8px}.contact-info a{color:#667eea;font-weight:500;text-decoration:none}.contact-info a:hover{text-decoration:underline}@media (max-width:768px){.card-body,.card-header{padding:15px}.applicant-name{font-size:1.1rem}.key-metrics{gap:12px;grid-template-columns:1fr}.exp-header{align-items:flex-start;flex-direction:column}}.applicant-card-new{background:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s}.applicant-card-new:hover{box-shadow:0 4px 12px #00000014}.card-main-content{display:flex;padding:20px}.card-left{display:flex;flex-grow:1}.card-checkbox{align-self:flex-start;margin-right:15px;margin-top:5px}.applicant-details{display:flex;flex-direction:column;gap:8px}.name-line{align-items:center;display:flex;gap:10px;margin-bottom:5px}.applicant-name{color:#007bff;font-size:1.1rem;font-weight:600;margin:0}.recommended-tag{background-color:#e7f3ff;border-radius:12px;color:#007bff;font-size:.75rem;padding:3px 8px}.info-line{color:#495057;display:flex;font-size:.9rem;gap:15px}.info-line span:not(:last-child){border-right:1px solid #ced4da;padding-right:15px}.detail-line{color:#212529;display:flex;font-size:.9rem}.detail-label{color:#6c757d;flex-shrink:0;width:100px}.skills-pills{color:#495057}.add-comment button{background:none;border:none;color:#007bff;cursor:pointer;font-size:.9rem;padding:5px 0}.card-right{flex-shrink:0;margin-left:20px;text-align:center;width:220px}.profile-pic-placeholder{background:#e9ecef;border-radius:50%;height:60px;margin:0 auto 10px;width:60px}.profile-summary p{color:#495057;font-size:.85rem;line-height:1.5;margin-bottom:15px}.contact-buttons{display:flex;flex-direction:column;gap:8px}.contact-buttons button{border-radius:4px;cursor:pointer;font-weight:600;padding:8px}.contact-btn,.status-btn{background:#fff;border:1px solid #ced4da;color:#212529}.call-btn{background:#28a745;border:1px solid #28a745;color:#fff}.card-footer{align-items:center;background:#f8f9fa;border-top:1px solid #dee2e6;display:flex;justify-content:space-between;padding:10px 20px}.footer-actions{display:flex;gap:10px}.action-btn{border-radius:15px;cursor:pointer;font-weight:600;padding:5px 15px}.shortlist{background:#e7f3ff;border:1px solid #b3d7ff;color:#007bff}.maybe,.reject{background:#fff;border:1px solid #ced4da;color:#495057}.applied-date{color:#6c757d;font-size:.8rem}.search-filters{background:#fff;border:1px solid #e1e8ed;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:30px;padding:25px}.filters-row{grid-gap:20px;align-items:end;display:grid;gap:20px;grid-template-columns:2fr 1fr 1fr 1fr auto}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{color:#2c3e50;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.filter-group input,.filter-group select{background:#fff;border:2px solid #e1e8ed;border-radius:8px;color:#495057;font-size:.95rem;padding:12px 16px;transition:all .3s ease}.filter-group input:focus,.filter-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.filter-group input::placeholder{color:#adb5bd}.clear-filters-btn{background:linear-gradient(135deg,#e74c3c,#c0392b);border:none;border-radius:8px;box-shadow:0 2px 8px #e74c3c4d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:12px 20px;text-transform:uppercase;transition:all .3s ease}.clear-filters-btn:hover{box-shadow:0 4px 12px #e74c3c66;transform:translateY(-2px)}.clear-filters-btn:active{transform:translateY(0)}@media (max-width:1200px){.filters-row{gap:15px;grid-template-columns:1fr 1fr}.filter-group:last-child{grid-column:span 2;justify-self:center}}@media (max-width:768px){.search-filters{padding:20px}.filters-row{gap:15px;grid-template-columns:1fr}.filter-group:last-child{grid-column:span 1}.filter-group input,.filter-group select{padding:10px 14px}.clear-filters-btn{padding:10px 16px}}.search-filters-sidebar{font-family:Arial,sans-serif}.sidebar-title{color:#343a40;font-size:1.2rem;font-weight:600;margin-bottom:20px}.filter-section{border-bottom:1px solid #e9ecef;padding:15px 0}.filter-section:last-child{border-bottom:none}.section-header{align-items:center;background:none;border:none;color:#495057;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:0;text-align:left;width:100%}.chevron{border:solid #6c757d;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:rotate(45deg);transition:transform .2s}.chevron.open{transform:rotate(-135deg)}.section-content{margin-top:15px}.section-content input[type=text].keyword-input{border:1px solid #ced4da;border-radius:4px;font-size:.9rem;margin-bottom:10px;padding:10px;width:100%}.section-content .checkbox-label{align-items:center;color:#495057;cursor:pointer;display:flex;font-size:.9rem;margin-bottom:8px}.section-content input[type=checkbox]{margin-right:8px}.checkbox-list{max-height:200px;overflow-y:auto;padding-right:10px}.range-slider{align-items:center;display:flex;gap:10px;margin-bottom:10px}.range-slider span{color:#495057;font-size:.9rem;min-width:60px}.range-slider input[type=range]{-webkit-appearance:none;background:#dee2e6;border-radius:5px;height:5px;opacity:.7;outline:none;transition:opacity .15s ease-in-out;width:100%}.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#007bff;border-radius:50%;cursor:pointer;height:15px;width:15px}.experience-slider-placeholder{background:#f8f9fa;border-radius:4px;color:#6c757d;padding:10px}.filter-search-input{border:1px solid #ced4da;border-radius:4px;font-size:.9rem;margin-bottom:10px;padding:8px;width:100%}.range-slider input[type=range]::-moz-range-thumb{background:#007bff;border-radius:50%;cursor:pointer;height:15px;width:15px}.pagination{display:flex;justify-content:center;list-style:none;margin-top:30px;padding:0}.page-item{margin:0 5px}.page-link{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;color:#007bff;cursor:pointer;padding:8px 12px;transition:all .2s}.page-link:hover{background-color:#e9ecef}.page-item.active .page-link{background-color:#007bff;border-color:#007bff;color:#fff;z-index:1}.page-item.disabled .page-link{background-color:#fff;border-color:#dee2e6;color:#6c757d;pointer-events:none}.page-item.dots{align-self:flex-end;color:#6c757d}
/*# sourceMappingURL=main.7197e548.css.map*/