:root{--lenoy-blue:#1769e0;--lenoy-blue-2:#37a7f2;--lenoy-navy:#10233e;--lenoy-text:#172033;--lenoy-muted:#64748b;--lenoy-border:#e3e9f1;--lenoy-bg:#f6f9fd;--lenoy-danger:#b42318}
.lenoy-area-shell,.lenoy-area-nav{width:100%;max-width:1120px;margin-left:auto;margin-right:auto;font-family:Arial,Helvetica,sans-serif;color:var(--lenoy-text)}
.lenoy-area-shell *,.lenoy-area-nav *{box-sizing:border-box}
.lenoy-area-nav{margin-top:24px;margin-bottom:22px;padding:0 16px}
.lenoy-area-nav__inner{display:flex;gap:8px;overflow-x:auto;padding:8px;border:1px solid var(--lenoy-border);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(15,35,65,.06);scrollbar-width:thin}
.lenoy-area-nav__link{flex:0 0 auto;padding:10px 14px;border-radius:12px;color:#42536b;text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap}
.lenoy-area-nav__link:hover,.lenoy-area-nav__link.is-active{background:linear-gradient(135deg,var(--lenoy-blue),var(--lenoy-blue-2));color:#fff}
.lenoy-area-shell{padding:0 16px 44px}
.lenoy-area-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px;padding:30px;border-radius:24px;background:radial-gradient(circle at top right,rgba(103,199,255,.35),transparent 36%),linear-gradient(135deg,#071a31,#123d68);color:#fff;box-shadow:0 22px 55px rgba(15,35,65,.18)}
.lenoy-area-hero h1{margin:0 0 8px;color:#fff;font-size:32px;line-height:1.15}.lenoy-area-hero p{margin:0;max-width:720px;color:rgba(255,255,255,.82);line-height:1.6}
.lenoy-area-card{margin-bottom:20px;padding:26px;border:1px solid var(--lenoy-border);border-radius:22px;background:#fff;box-shadow:0 14px 36px rgba(15,35,65,.07)}
.lenoy-area-card h2,.lenoy-area-card h3{margin-top:0;color:var(--lenoy-navy)}
.lenoy-area-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.lenoy-area-field{display:flex;flex-direction:column;gap:8px}.lenoy-area-field--full{grid-column:1/-1}
.lenoy-area-field label{font-size:14px;font-weight:700;color:#24364f}.lenoy-area-field small{color:var(--lenoy-muted);line-height:1.45}
.lenoy-area-field input,.lenoy-area-field select,.lenoy-area-field textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:var(--lenoy-text);font-size:16px}.lenoy-area-field textarea{min-height:120px;resize:vertical}
.lenoy-preferences-form{display:grid;gap:24px}.lenoy-pref-section{display:grid;gap:12px;padding:18px 18px 20px;border:1px solid #e6edf5;border-radius:18px;background:linear-gradient(180deg,#fcfeff 0%,#f7fbff 100%)}.lenoy-pref-section__head{display:grid;gap:4px}.lenoy-pref-section__head h2{margin:0;font-size:18px;color:#17324d}.lenoy-pref-section__head p{margin:0;color:#6b7d92;font-size:14px;line-height:1.5}.lenoy-pref-grid-top{margin-top:-2px}.lenoy-pref-grid-bottom{margin-top:-2px}.lenoy-area-checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.lenoy-area-check{position:relative;display:flex;align-items:center;gap:12px;min-height:60px;padding:14px 16px;border:1px solid #d9e4f1;border-radius:16px;background:#fff;box-shadow:0 6px 18px rgba(15,35,65,.05);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;cursor:pointer}.lenoy-area-check:hover{border-color:#b9d1ee;box-shadow:0 12px 24px rgba(15,35,65,.08);transform:translateY(-1px)}.lenoy-area-check input{position:absolute;opacity:0;pointer-events:none}.lenoy-area-check__box{display:flex;align-items:center;justify-content:center;flex:0 0 22px;width:22px;height:22px;border:2px solid #c3d3e8;border-radius:7px;background:#fff;transition:all .2s ease}.lenoy-area-check__box::after{content:'✓';font-size:12px;font-weight:900;color:#fff;opacity:0;transform:scale(.7);transition:all .2s ease}.lenoy-area-check__label{display:block;color:#1f344b;font-size:14px;font-weight:800;line-height:1.35}.lenoy-area-check input:checked + .lenoy-area-check__box{border-color:#1769e0;background:#1769e0;box-shadow:0 0 0 4px rgba(23,105,224,.12)}.lenoy-area-check input:checked + .lenoy-area-check__box::after{opacity:1;transform:scale(1)}.lenoy-area-check input:checked ~ .lenoy-area-check__label{color:#0f3c82}.lenoy-area-check:has(input:checked){border-color:#9ec0ef;background:linear-gradient(180deg,#ffffff 0%,#f2f8ff 100%);box-shadow:0 14px 28px rgba(23,105,224,.10)}.lenoy-area-checks--modalities{grid-template-columns:repeat(3,minmax(0,1fr))}.lenoy-area-checks--schedules{grid-template-columns:repeat(4,minmax(0,1fr))}.lenoy-area-checks--binary{grid-template-columns:repeat(2,minmax(0,1fr))}
.lenoy-area-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.lenoy-area-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 20px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--lenoy-blue),var(--lenoy-blue-2));color:#fff!important;text-decoration:none!important;font-size:15px;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.lenoy-area-button:hover{transform:translateY(-1px);filter:saturate(1.02)}.lenoy-area-button--secondary{border:1px solid #cbd5e1;background:#fff;color:#24364f!important}.lenoy-area-button--danger{background:#fff1f0;color:var(--lenoy-danger)!important;border:1px solid #fecdca}.lenoy-area-button--lenoy-red{background:linear-gradient(135deg,#b91c1c,#dc2626)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 12px 24px rgba(185,28,28,.18)}.lenoy-area-button--lenoy-red:hover{box-shadow:0 15px 28px rgba(185,28,28,.24)}.lenoy-area-button--mobile-full{width:auto}
.lenoy-area-notice{max-width:900px;margin:18px auto;padding:14px 16px;border-radius:12px;border:1px solid #bfd7ff;background:#eff6ff;color:#1e4f91}.lenoy-area-notice--success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.lenoy-area-notice--error{border-color:#fecaca;background:#fef2f2;color:#991b1b}
.lenoy-area-photo{display:flex;align-items:center;gap:18px}.lenoy-area-photo__image{width:112px;height:112px;border-radius:24px;object-fit:cover;border:4px solid rgba(255,255,255,.2);background:#eaf2fc}.lenoy-area-photo__placeholder{display:flex;align-items:center;justify-content:center;font-size:38px}
.lenoy-area-file{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid var(--lenoy-border);border-radius:16px;background:#f8fbff}.lenoy-area-file__name{font-weight:700;color:var(--lenoy-navy);overflow-wrap:anywhere}
@media(max-width:760px){.lenoy-area-nav{padding:0 10px}.lenoy-area-shell{padding:0 10px 32px}.lenoy-area-hero{align-items:flex-start;flex-direction:column;padding:24px 20px;border-radius:20px}.lenoy-area-hero h1{font-size:28px}.lenoy-area-card{padding:22px 17px;border-radius:18px}.lenoy-area-grid{grid-template-columns:1fr}.lenoy-area-field--full{grid-column:auto}.lenoy-pref-section{padding:16px}.lenoy-area-checks,.lenoy-area-checks--modalities,.lenoy-area-checks--schedules,.lenoy-area-checks--binary{grid-template-columns:1fr}.lenoy-area-photo{align-items:flex-start;flex-direction:column}.lenoy-area-file{align-items:flex-start;flex-direction:column}}
.lenoy-dashboard-head{display:flex;align-items:center;gap:22px}.lenoy-dashboard-head__photo{width:112px;height:112px;flex:0 0 112px;border-radius:28px;object-fit:cover;border:4px solid rgba(255,255,255,.22);background:#eaf2fc}.lenoy-dashboard-head__placeholder{display:flex;align-items:center;justify-content:center;font-size:42px;color:#153b63}.lenoy-dashboard-head__content{min-width:0}.lenoy-dashboard-head__eyebrow{display:inline-block;margin-bottom:9px;padding:6px 11px;border-radius:30px;background:rgba(255,255,255,.12);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.lenoy-dashboard-head__logout{display:inline-flex;margin-top:13px;color:#fff!important;font-weight:700}
.lenoy-dashboard-progress{margin-top:18px}.lenoy-dashboard-progress__track{height:12px;overflow:hidden;border-radius:30px;background:rgba(255,255,255,.2)}.lenoy-dashboard-progress__bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,#fff,#7dd3fc)}.lenoy-dashboard-progress__label{display:block;margin-top:8px;font-weight:700;color:#fff}
.lenoy-dashboard-counts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.lenoy-dashboard-count{padding:18px;border:1px solid var(--lenoy-border);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(15,35,65,.06)}.lenoy-dashboard-count strong{display:block;font-size:29px;color:var(--lenoy-blue)}.lenoy-dashboard-count span{color:var(--lenoy-muted);font-size:14px;font-weight:700}
.lenoy-dashboard-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.lenoy-dashboard-card{display:flex;flex-direction:column;min-height:220px;padding:23px;border:1px solid var(--lenoy-border);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(15,35,65,.06)}.lenoy-dashboard-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:16px;border-radius:14px;background:#edf6ff;font-size:24px}.lenoy-dashboard-card h2{margin:0 0 9px;font-size:20px;color:var(--lenoy-navy)}.lenoy-dashboard-card p{margin:0 0 16px;color:var(--lenoy-muted);line-height:1.55}.lenoy-dashboard-card .lenoy-area-button{margin-top:auto;align-self:flex-start}
@media(max-width:900px){.lenoy-dashboard-counts{grid-template-columns:repeat(2,minmax(0,1fr))}.lenoy-dashboard-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.lenoy-dashboard-head{align-items:flex-start;flex-direction:column}.lenoy-dashboard-head__photo{width:92px;height:92px;flex-basis:92px}.lenoy-dashboard-counts,.lenoy-dashboard-cards{grid-template-columns:1fr}.lenoy-dashboard-card{min-height:0}}
.lenoy-job-filters{padding:22px}.lenoy-job-filters__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.lenoy-job-filters__heading h2{margin:0 0 5px}.lenoy-job-filters__heading p{margin:0;color:var(--lenoy-muted)}.lenoy-job-filters__heading a{font-weight:700;text-decoration:none}.lenoy-job-filters__form{display:grid;grid-template-columns:2fr repeat(3,minmax(130px,1fr));gap:14px;align-items:end}.lenoy-job-filter--wide{grid-column:span 2}.lenoy-job-filters__action{display:flex;align-items:flex-end;height:100%}.lenoy-job-filters__action .lenoy-area-button{width:100%}
.lenoy-jobs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.lenoy-job-card{display:flex;flex-direction:column;gap:16px;padding:24px;border:1px solid var(--lenoy-border);border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);box-shadow:0 13px 34px rgba(15,35,65,.07)}.lenoy-job-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.lenoy-job-card__brand{display:flex;align-items:flex-start;gap:14px;min-width:0}.lenoy-job-card__icon{display:flex;align-items:center;justify-content:center;flex:0 0 52px;width:52px;height:52px;border-radius:16px;background:#edf6ff;font-size:24px}.lenoy-job-card__identity{min-width:0}.lenoy-match{padding:7px 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:800;white-space:nowrap}.lenoy-match.is-medium{background:#fff7ed;color:#9a3412}.lenoy-match.is-high{background:#ecfdf3;color:#166534}.lenoy-job-card h2{margin:0 0 6px;font-size:23px;color:var(--lenoy-navy);line-height:1.2}.lenoy-job-card__company{margin:0;font-weight:700;color:#40536d}.lenoy-job-tags{display:flex;flex-wrap:wrap;gap:7px;margin:0}.lenoy-job-tags span{padding:6px 9px;border-radius:9px;background:#f3f7fb;color:#52647b;font-size:12px;font-weight:700}.lenoy-job-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.lenoy-job-meta-card{display:flex;align-items:flex-start;gap:10px;padding:12px 13px;border:1px solid #e8eef5;border-radius:14px;background:#f8fbff}.lenoy-job-meta-card__icon{display:flex;align-items:center;justify-content:center;flex:0 0 30px;width:30px;height:30px;border-radius:10px;background:#fff;color:var(--lenoy-blue);font-size:15px;box-shadow:0 3px 10px rgba(23,105,224,.08)}.lenoy-job-meta-card__content{display:flex;flex-direction:column;gap:2px;min-width:0}.lenoy-job-meta-card__content small{color:#738399;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.lenoy-job-meta-card__content strong{color:#1f344b;font-size:14px;line-height:1.35;font-weight:800}.lenoy-job-card__salary{display:inline-flex;align-items:center;align-self:flex-start;margin:0;padding:10px 14px;border-radius:999px;background:#ecfdf3;color:#166534;font-weight:800}.lenoy-job-card__summary{margin:0;color:var(--lenoy-muted);line-height:1.6}.lenoy-job-details{margin:0;border-top:1px solid var(--lenoy-border);border-bottom:1px solid var(--lenoy-border);padding:12px 0}.lenoy-job-details summary{cursor:pointer;font-weight:800;color:var(--lenoy-blue)}.lenoy-job-details h3{margin:16px 0 5px;font-size:15px}.lenoy-job-details p{margin:0;color:#52647b;line-height:1.55}.lenoy-job-card__favorite{margin:0}.lenoy-job-apply{margin-top:auto}.lenoy-job-apply textarea{width:100%;min-height:82px;margin-bottom:10px;padding:11px 12px;border:1px solid #cbd5e1;border-radius:12px;resize:vertical}.lenoy-job-card__button{width:100%;margin-top:auto}.lenoy-pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:24px}.lenoy-pagination a{display:flex;align-items:center;justify-content:center;min-width:42px;height:42px;border:1px solid var(--lenoy-border);border-radius:11px;background:#fff;color:#334155;text-decoration:none;font-weight:800}.lenoy-pagination a.is-active,.lenoy-pagination a:hover{background:var(--lenoy-blue);color:#fff}.lenoy-empty-state{text-align:center;padding:44px}.lenoy-empty-state__icon{font-size:46px;margin-bottom:10px}.lenoy-empty-state p{color:var(--lenoy-muted)}
@media(max-width:980px){.lenoy-job-filters__form{grid-template-columns:repeat(2,minmax(0,1fr))}.lenoy-job-filter--wide{grid-column:span 2}.lenoy-jobs-grid{grid-template-columns:1fr}}@media(max-width:700px){.lenoy-job-filters__heading{flex-direction:column}.lenoy-job-filters__form,.lenoy-jobs-grid{grid-template-columns:1fr}.lenoy-job-filter--wide{grid-column:auto}.lenoy-job-card{padding:19px}.lenoy-job-card__top{flex-direction:column;align-items:flex-start}.lenoy-job-card h2{font-size:21px}.lenoy-job-meta-grid{grid-template-columns:1fr}} .lenoy-area-shell,.lenoy-company-shell,.lenoy-modern-shell{width:min(96%,1600px)!important;max-width:1600px!important;margin-inline:auto!important}.lenoy-area-card,.lenoy-company-panel,.lenoy-document-item,input,select,textarea,button{border-radius:8px!important}.lenoy-documents-panel{margin-top:14px;padding:16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;text-align:left}.lenoy-documents-panel h3{margin:0 0 14px;font-size:18px;font-weight:600}.lenoy-documents-form,.lenoy-document-review,.lenoy-document-upload{display:grid;gap:10px;margin-top:12px}.lenoy-documents-form label{display:grid;gap:6px;font-weight:500}.lenoy-documents-form input,.lenoy-documents-form textarea,.lenoy-document-review input,.lenoy-document-review select{width:100%;padding:10px;border:1px solid #cbd5e1}.lenoy-document-item{padding:14px;margin-top:12px;border:1px solid #e2e8f0;background:#f8fafc}.lenoy-document-status{display:inline-block;margin-left:8px;padding:3px 7px;border-left:3px solid #c51f2c;background:#fff;font-size:12px}.lenoy-document-error{color:#9f1239}.lenoy-document-history{padding-left:20px}.lenoy-documents-details{margin-top:10px;text-align:left}.lenoy-documents-details summary{cursor:pointer;color:#b91c1c;font-weight:600}@media(max-width:767px){.lenoy-area-shell,.lenoy-company-shell,.lenoy-modern-shell{width:96%!important}.lenoy-document-review{grid-template-columns:1fr}.lenoy-documents-panel{padding:12px}} .lenoy-candidate-summary__stats a{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;column-gap:10px;text-decoration:none;color:inherit}
.lenoy-candidate-summary__stats a>.dashicons{grid-row:1/3}
.lenoy-dashboard-feed{margin-top:18px;padding:22px;border:1px solid #e6e8ec;border-radius:12px;background:#fff;box-shadow:0 8px 26px rgba(18,24,40,.045)}
.lenoy-dashboard-feed__heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}
.lenoy-dashboard-feed__eyebrow{display:block;margin-bottom:4px;color:#c51f2c;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.lenoy-dashboard-feed h2{margin:0;color:#171717;font-size:22px;font-weight:650}
.lenoy-dashboard-feed__jobs{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid #e2e4e8;border-radius:10px;background:#fff;color:#262626;text-decoration:none;font-weight:600}
.lenoy-dashboard-updates{display:grid;gap:10px}
.lenoy-dashboard-update{display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:13px;padding:14px 15px;border:1px solid #eceef1;border-radius:11px;background:#fafafa;color:#202124;text-decoration:none;transition:border-color .2s ease,background .2s ease,transform .2s ease}
.lenoy-dashboard-update:hover{border-color:#f0b7bc;background:#fff;transform:translateY(-1px)}
.lenoy-dashboard-update__icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:#fff0f1;color:#c51f2c;font-size:20px}
.lenoy-dashboard-update__content{display:grid;gap:3px;min-width:0}
.lenoy-dashboard-update__content strong{font-size:15px;font-weight:650}
.lenoy-dashboard-update__content small{color:#69707d;font-size:13px;line-height:1.4}
.lenoy-candidate-actions{display:none!important}
@media(max-width:767px){
.lenoy-dashboard-feed{padding:16px;border-radius:12px}
.lenoy-dashboard-feed__heading{align-items:flex-start;flex-direction:column;margin-bottom:13px}
.lenoy-dashboard-feed h2{font-size:20px}
.lenoy-dashboard-feed__jobs{width:100%;justify-content:center;background:linear-gradient(135deg,#b91c1c,#dc2626);color:#fff;border-color:transparent;box-shadow:0 12px 24px rgba(185,28,28,.16)}
.lenoy-area-button--mobile-full{width:100%;justify-content:center}
.lenoy-dashboard-update{grid-template-columns:38px minmax(0,1fr) 18px;padding:12px}
.lenoy-dashboard-update__icon{width:38px;height:38px;font-size:18px}
.lenoy-candidate-summary__stats a{min-height:78px;padding:12px;border:1px solid #eceef1;border-radius:11px;background:#fff}
} @media screen and (max-width: 768px) {
html body .lenoy-candidate-page,
html body .lenoy-candidate-layout,
html body .lenoy-candidate-main,
html body .lenoy-candidate-module-output,
html body .lenoy-candidate-module-output.is-mounted,
html body .lenoy-candidate-dashboard,
html body .lenoy-candidate-dashboard.lenoy-area-shell {
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
box-sizing: border-box !important;
}
html body .lenoy-candidate-page {
width: calc(100% - 24px) !important;
margin: 0 12px 28px !important;
}
html body .lenoy-candidate-layout,
html body .lenoy-candidate-main,
html body .lenoy-candidate-module-output,
html body .lenoy-candidate-dashboard {
display: block !important;
}
html body .lenoy-candidate-summary {
display: block !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
margin: 0 0 12px !important;
padding: 16px !important;
box-sizing: border-box !important;
}
html body .lenoy-candidate-summary__profile {
display: grid !important;
grid-template-columns: 68px minmax(0, 1fr) !important;
align-items: start !important;
gap: 14px !important;
width: 100% !important;
min-width: 0 !important;
}
html body .lenoy-candidate-summary .lenoy-dashboard-head__photo,
html body .lenoy-candidate-summary .lenoy-dashboard-head__placeholder {
width: 68px !important;
height: 68px !important;
min-width: 68px !important;
max-width: 68px !important;
margin: 0 !important;
}
html body .lenoy-candidate-summary__identity {
display: block !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
text-align: left !important;
}
html body .lenoy-candidate-summary__identity h1,
html body .lenoy-candidate-summary__identity p,
html body .lenoy-dashboard-progress,
html body .lenoy-dashboard-progress__meta {
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
word-break: normal !important;
overflow-wrap: normal !important;
white-space: normal !important;
hyphens: none !important;
text-align: left !important;
}
html body .lenoy-candidate-summary__identity h1 {
font-size: 21px !important;
line-height: 1.2 !important;
}
html body .lenoy-candidate-summary__identity p {
font-size: 14px !important;
line-height: 1.45 !important;
}
html body .lenoy-candidate-summary__stats {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 10px !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
margin: 16px 0 0 !important;
padding: 14px 0 0 !important;
border: 0 !important;
border-top: 1px solid #ececf0 !important;
box-sizing: border-box !important;
}
html body .lenoy-candidate-summary__stats > a {
display: grid !important;
grid-template-columns: 40px minmax(0, 1fr) !important;
grid-template-rows: auto auto !important;
align-items: center !important;
column-gap: 10px !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
min-height: 78px !important;
margin: 0 !important;
padding: 11px !important;
border: 1px solid #e7e7eb !important;
border-radius: 13px !important;
background: #fff !important;
box-shadow: 0 3px 12px rgba(24,24,27,.05) !important;
box-sizing: border-box !important;
text-decoration: none !important;
}
html body .lenoy-candidate-summary__stats > a .dashicons {
display: flex !important;
grid-row: 1 / 3 !important;
align-items: center !important;
justify-content: center !important;
width: 40px !important;
height: 40px !important;
min-width: 40px !important;
font-family: dashicons !important;
font-size: 19px !important;
line-height: 40px !important;
}
html body .lenoy-candidate-summary__stats > a small,
html body .lenoy-candidate-summary__stats > a strong {
display: block !important;
width: auto !important;
min-width: 0 !important;
margin: 0 !important;
word-break: normal !important;
overflow-wrap: normal !important;
white-space: normal !important;
text-align: left !important;
}
html body .lenoy-candidate-summary__stats > a small {
font-size: 12px !important;
line-height: 1.2 !important;
}
html body .lenoy-candidate-summary__stats > a strong {
font-size: 20px !important;
line-height: 1.15 !important;
}
html body .lenoy-dashboard-feed {
display: block !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
margin: 0 !important;
padding: 15px !important;
box-sizing: border-box !important;
text-align: left !important;
}
html body .lenoy-dashboard-feed__heading {
display: grid !important;
grid-template-columns: 1fr !important;
gap: 10px !important;
width: 100% !important;
min-width: 0 !important;
}
html body .lenoy-dashboard-feed__heading > div,
html body .lenoy-dashboard-feed__jobs,
html body .lenoy-dashboard-updates {
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
box-sizing: border-box !important;
}
html body .lenoy-dashboard-feed__jobs {
display: flex !important;
justify-content: center !important;
}
html body .lenoy-dashboard-updates {
display: grid !important;
grid-template-columns: 1fr !important;
gap: 10px !important;
}
html body .lenoy-dashboard-update {
display: grid !important;
grid-template-columns: 42px minmax(0, 1fr) 18px !important;
align-items: center !important;
gap: 11px !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
margin: 0 !important;
padding: 13px !important;
box-sizing: border-box !important;
text-align: left !important;
}
html body .lenoy-dashboard-update__content,
html body .lenoy-dashboard-update__content strong,
html body .lenoy-dashboard-update__content small {
display: block !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
word-break: normal !important;
overflow-wrap: normal !important;
white-space: normal !important;
text-align: left !important;
}
} .lenoy-candidate-main .lenoy-documents-panel{display:grid;gap:16px}.lenoy-candidate-main .lenoy-documents-panel__head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.lenoy-candidate-main .lenoy-document-counts{display:grid;grid-template-columns:repeat(3,minmax(72px,1fr));gap:8px}.lenoy-candidate-main .lenoy-document-counts span{display:grid;gap:2px;padding:9px;border:1px solid #e5e7eb;border-radius:8px;background:#fafafa;text-align:center}.lenoy-candidate-main .lenoy-document-counts small{font-size:11px;color:#667085}.lenoy-candidate-main .lenoy-document-item{display:grid;gap:12px;padding:14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.lenoy-candidate-main .lenoy-document-item__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.lenoy-candidate-main .lenoy-document-status{display:inline-flex;white-space:nowrap;padding:5px 8px;border-radius:999px;background:#f3f4f6;font-size:12px}.lenoy-candidate-main .lenoy-document-status--approved{background:#ecfdf3;color:#027a48}.lenoy-candidate-main .lenoy-document-status--rejected{background:#fef3f2;color:#b42318}.lenoy-candidate-main .lenoy-document-status--sent,.lenoy-candidate-main .lenoy-document-status--reviewing{background:#eff8ff;color:#175cd3}.lenoy-candidate-main .lenoy-document-history{display:grid;gap:6px;margin:0;padding:0;list-style:none}.lenoy-candidate-main .lenoy-document-history li{display:flex;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:6px;background:#f8fafc}.lenoy-candidate-main .lenoy-document-upload{display:grid;gap:9px}.lenoy-candidate-main .lenoy-document-error{padding:9px 10px;border-radius:6px;background:#fef3f2;color:#b42318}
@media(max-width:767px){.lenoy-candidate-main .lenoy-documents-panel__head,.lenoy-candidate-main .lenoy-document-item__head{display:grid}.lenoy-candidate-main .lenoy-document-counts{width:100%}.lenoy-candidate-main .lenoy-document-history li{display:grid}.lenoy-candidate-main .lenoy-document-upload .lenoy-area-button{width:100%}} body.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-feed,
body.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-updates,
body.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update,
body.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update__content,
body.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update__content strong,
body.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update__content small,
body.lenoy-modern-ui.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-feed,
body.lenoy-modern-ui.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-updates,
body.lenoy-modern-ui.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update,
body.lenoy-modern-ui.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update__content,
body.lenoy-modern-ui.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update__content strong,
body.lenoy-modern-ui.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update__content small{
width:100% !important;
max-width:none !important;
min-width:0 !important;
box-sizing:border-box !important;
white-space:normal !important;
word-break:normal !important;
overflow-wrap:anywhere !important;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-updates,
body.lenoy-modern-ui.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-updates{
display:grid !important;
grid-template-columns:1fr !important;
gap:12px !important;
align-items:stretch !important;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update,
body.lenoy-modern-ui.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update{
display:grid !important;
grid-template-columns:42px minmax(0,1fr) 20px !important;
align-items:center !important;
gap:13px !important;
margin:0 !important;
padding:14px 15px !important;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update__content strong,
body.lenoy-modern-ui.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update__content strong{
display:block !important;
margin:0 0 4px !important;
line-height:1.35 !important;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update__content small,
body.lenoy-modern-ui.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update__content small{
display:block !important;
line-height:1.5 !important;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update__content,
body.lenoy-modern-ui.lenoy-candidate-app-mounted .lenoy-candidate-dashboard .lenoy-dashboard-update__content{
display:flex !important;
flex-direction:column !important;
align-items:flex-start !important;
justify-content:center !important;
flex:1 1 auto !important;
} body.lenoy-candidate-app-mounted{
background:linear-gradient(180deg,#f8fafc 0%,#f1f5f9 100%);
}
body.lenoy-candidate-app-mounted .lenoy-app-header--candidate{
position:relative;
top:auto;
z-index:40;
width:min(1480px,calc(100% - 36px));
max-width:1480px;
margin:24px auto 18px;
padding:18px 24px;
border:1px solid #e8ecf3;
border-radius:24px;
background:rgba(255,255,255,.96);
box-shadow:0 18px 48px rgba(15,23,42,.08);
display:grid;
grid-template-columns:auto minmax(0,1fr) auto;
align-items:center;
gap:24px;
}
body.lenoy-candidate-app-mounted .lenoy-app-header--candidate .lenoy-app-header__brand{
display:flex;
align-items:center;
gap:14px;
min-width:170px;
padding-right:20px;
border-right:1px solid #eceff5;
}
body.lenoy-candidate-app-mounted .lenoy-app-header--candidate .lenoy-app-header__logo{
width:150px!important;
max-width:150px!important;
height:auto!important;
max-height:none!important;
}
body.lenoy-candidate-app-mounted .lenoy-app-header--candidate .lenoy-app-header__slogan{
display:none!important;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__section--candidate{
display:flex;
align-items:center;
gap:18px;
min-width:0;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__nav--candidate{
display:flex;
align-items:center;
gap:8px;
min-width:0;
flex-wrap:wrap;
}
body.lenoy-candidate-app-mounted .lenoy-app-header--candidate .lenoy-app-header__link{
display:inline-flex;
align-items:center;
gap:9px;
padding:10px 14px;
border-radius:14px;
border:1px solid transparent;
color:#334155;
font-size:14px;
font-weight:700;
text-decoration:none;
background:transparent;
transition:all .2s ease;
}
body.lenoy-candidate-app-mounted .lenoy-app-header--candidate .lenoy-app-header__link:hover,
body.lenoy-candidate-app-mounted .lenoy-app-header--candidate .lenoy-app-header__link.is-active{
color:#c51f2c;
background:#fff5f5;
border-color:#f2d1d5;
box-shadow:0 8px 22px rgba(197,31,44,.08);
}
body.lenoy-candidate-app-mounted .lenoy-app-header__link-icon{
font-size:18px;
width:18px;
height:18px;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__search{
display:flex;
align-items:center;
gap:10px;
flex:1 1 340px;
min-width:250px;
padding:0 16px;
border:1px solid #e2e8f0;
border-radius:999px;
background:#fff;
box-shadow:inset 0 1px 0 rgba(255,255,255,.6);
}
body.lenoy-candidate-app-mounted .lenoy-app-header__search .dashicons{
color:#94a3b8;
font-size:18px;
width:18px;
height:18px;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__search input{
width:100%;
min-height:46px;
padding:0;
border:0;
outline:0;
background:transparent;
box-shadow:none;
font-size:14px;
color:#0f172a;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__search input::placeholder{
color:#94a3b8;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__actions{
display:flex;
align-items:center;
gap:10px;
padding-left:18px;
border-left:1px solid #eceff5;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__action,
body.lenoy-candidate-app-mounted .lenoy-app-header__account{
min-height:46px;
border:1px solid #e5e7eb;
border-radius:16px;
background:#fff;
box-shadow:none;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__action{
padding:0 14px;
font-size:14px;
font-weight:700;
color:#334155;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__action:hover{
border-color:#f2d1d5;
background:#fff5f5;
color:#c51f2c;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__account{
display:flex;
align-items:center;
gap:12px;
padding:7px 16px 7px 10px;
text-decoration:none;
min-width:220px;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__avatar{
width:44px;
height:44px;
border-radius:50%;
flex:0 0 44px;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__user{
display:flex!important;
flex-direction:column;
gap:2px;
min-width:0;
color:#0f172a;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__user strong{
font-size:14px;
line-height:1.2;
font-weight:800;
color:#0f172a;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__user small{
font-size:12px;
line-height:1.2;
font-weight:600;
color:#16a34a;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page{
width:min(1480px,calc(100% - 36px));
max-width:1480px;
margin:0 auto 34px;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-layout{
align-items:flex-start;
gap:20px;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-sidebar{
position:sticky;
top:18px;
flex:0 0 220px;
padding:14px;
border:1px solid #e8ecf3;
border-radius:22px;
background:#fff;
box-shadow:0 14px 40px rgba(15,23,42,.05);
}
body.lenoy-candidate-app-mounted .lenoy-candidate-sidebar nav{
display:grid;
gap:6px;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-sidebar__link,
body.lenoy-candidate-app-mounted .lenoy-candidate-sidebar__logout{
display:flex;
align-items:center;
gap:12px;
padding:12px 14px;
border-radius:14px;
font-size:14px;
font-weight:700;
color:#334155;
text-decoration:none;
transition:all .2s ease;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-sidebar__link:hover,
body.lenoy-candidate-app-mounted .lenoy-candidate-sidebar__link.is-active,
body.lenoy-candidate-app-mounted .lenoy-candidate-sidebar__logout:hover{
background:#fff3f4;
color:#c51f2c;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-sidebar__link .dashicons,
body.lenoy-candidate-app-mounted .lenoy-candidate-sidebar__logout .dashicons{
font-size:17px;
width:17px;
height:17px;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-main{
flex:1 1 auto;
min-width:0;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-main .lenoy-candidate-module-output{
margin:0;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-area-shell{
width:100%!important;
max-width:none!important;
padding:28px;
border:1px solid #e8ecf3;
border-radius:28px;
background:#fff;
box-shadow:0 18px 48px rgba(15,23,42,.06);
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-area-hero{
margin:0 0 24px;
padding:0 0 18px;
border-radius:0;
border-bottom:1px solid #edf2f7;
background:transparent;
box-shadow:none;
color:#0f172a;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-area-hero h1{
margin:0 0 6px;
font-size:32px;
line-height:1.1;
color:#111827;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-area-hero p{
max-width:920px;
color:#64748b;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-area-card,
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-dashboard-card,
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-job-card,
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-candidate-application-card,
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-message-thread,
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-message-list,
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-message-compose,
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-documents-panel{
border:1px solid #edf2f7;
border-radius:22px;
background:#fff;
box-shadow:0 14px 36px rgba(15,23,42,.05);
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-area-card{
padding:24px;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-dashboard-cards{
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:20px;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-dashboard-card{
min-height:230px;
padding:24px;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-dashboard-card__icon{
background:#fff3f4;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-jobs-grid{
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:20px;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-job-filters{
padding:24px;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-job-card__button,
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-area-button{
border-radius:12px;
}
@media(max-width:1180px){
body.lenoy-candidate-app-mounted .lenoy-app-header--candidate{
grid-template-columns:1fr;
gap:16px;
}
body.lenoy-candidate-app-mounted .lenoy-app-header--candidate .lenoy-app-header__brand,
body.lenoy-candidate-app-mounted .lenoy-app-header__actions{
border:0;
padding:0;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__section--candidate{
flex-direction:column;
align-items:stretch;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__nav--candidate{
justify-content:flex-start;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__search{
min-width:0;
}
}
@media(max-width:900px){
body.lenoy-candidate-app-mounted .lenoy-candidate-layout{
display:block;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-sidebar{
display:none;
}
}
@media(max-width:767px){
body.lenoy-candidate-app-mounted .lenoy-app-header--candidate,
body.lenoy-candidate-app-mounted .lenoy-candidate-page{
width:calc(100% - 20px);
margin-left:auto;
margin-right:auto;
}
body.lenoy-candidate-app-mounted .lenoy-app-header--candidate{
padding:16px;
border-radius:20px;
margin-top:14px;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__nav--candidate{
overflow-x:auto;
padding-bottom:2px;
flex-wrap:nowrap;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__actions{
justify-content:space-between;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__action span:last-child{
display:none;
}
body.lenoy-candidate-app-mounted .lenoy-app-header__account{
min-width:0;
flex:1 1 auto;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-area-shell{
padding:20px 16px;
border-radius:22px;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-page--showcase .lenoy-area-hero h1{
font-size:28px;
}
} body.lenoy-modern-ui .lenoy-app-header__brand{color:inherit!important;text-decoration:none!important;cursor:pointer}
body.lenoy-modern-ui .lenoy-app-header__brand:hover{color:inherit!important;text-decoration:none!important} @media(max-width:767px){
body.lenoy-modern-ui.lenoy-candidate-app-mounted .lenoy-app-header--candidate,
body.lenoy-modern-ui .lenoy-app-header--candidate,
body.lenoy-modern-ui .lenoy-app-header--company{
display:flex!important;
flex-direction:row!important;
align-items:center!important;
justify-content:space-between!important;
width:calc(100% - 20px)!important;
min-height:64px!important;
height:auto!important;
margin:10px auto 12px!important;
padding:9px 11px!important;
gap:10px!important;
border-radius:14px!important;
overflow:visible!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__brand,
body.lenoy-modern-ui .lenoy-app-header--company .lenoy-app-header__brand{
display:flex!important;
flex:0 0 auto!important;
flex-direction:row!important;
align-items:center!important;
justify-content:flex-start!important;
width:auto!important;
min-width:0!important;
min-height:0!important;
padding:0!important;
border:0!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__logo,
body.lenoy-modern-ui .lenoy-app-header--company .lenoy-app-header__logo{
display:block!important;
width:auto!important;
max-width:72px!important;
height:42px!important;
max-height:42px!important;
margin:0!important;
object-fit:contain!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__section--candidate{
display:none!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__actions,
body.lenoy-modern-ui .lenoy-app-header--company .lenoy-app-header__actions{
display:flex!important;
flex:0 0 auto!important;
align-items:center!important;
justify-content:flex-end!important;
gap:5px!important;
width:auto!important;
min-width:0!important;
padding:0!important;
border:0!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__action,
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__account,
body.lenoy-modern-ui .lenoy-app-header--company .lenoy-app-header__action,
body.lenoy-modern-ui .lenoy-app-header--company .lenoy-app-header__account{
flex:0 0 auto!important;
min-width:38px!important;
min-height:38px!important;
width:38px!important;
height:38px!important;
margin:0!important;
padding:6px!important;
justify-content:center!important;
border:1px solid #ececf0!important;
border-radius:10px!important;
background:#fff!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__account,
body.lenoy-modern-ui .lenoy-app-header--company .lenoy-app-header__account{
border-left:1px solid #ececf0!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__user,
body.lenoy-modern-ui .lenoy-app-header--company .lenoy-app-header__user,
body.lenoy-modern-ui .lenoy-app-header--company .lenoy-app-header__action>span:last-child{
display:none!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__action--help>span:last-child{
display:none!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__avatar,
body.lenoy-modern-ui .lenoy-app-header--company .lenoy-app-header__avatar{
width:27px!important;
height:27px!important;
margin:0!important;
}
} @media (max-width:767px){
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__actions{
display:flex!important;
align-items:center!important;
justify-content:flex-end!important;
gap:10px!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__action,
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__account{
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
width:auto!important;
height:auto!important;
min-width:28px!important;
min-height:28px!important;
padding:0!important;
margin:0!important;
border:0!important;
border-radius:0!important;
background:transparent!important;
box-shadow:none!important;
overflow:visible!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__action:hover,
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__account:hover{
background:transparent!important;
box-shadow:none!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__action .dashicons{
display:inline-block!important;
width:22px!important;
height:22px!important;
font-size:22px!important;
line-height:22px!important;
color:#dc2626!important;
overflow:visible!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-notification-trigger__icon{
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
width:23px!important;
height:23px!important;
min-width:23px!important;
min-height:23px!important;
color:#dc2626!important;
overflow:visible!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-notification-trigger__icon svg{
display:block!important;
width:23px!important;
height:23px!important;
fill:currentColor!important;
overflow:visible!important;
}
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__avatar,
body.lenoy-modern-ui .lenoy-app-header--candidate .lenoy-app-header__avatar--image{
display:block!important;
width:29px!important;
height:29px!important;
min-width:29px!important;
min-height:29px!important;
margin:0!important;
border:0!important;
border-radius:50%!important;
box-shadow:none!important;
object-fit:cover!important;
}
} .lenoy-candidate-summary__stats .lenoy-candidate-stat{
display:grid;
grid-template-columns:auto 1fr;
grid-template-rows:auto auto;
align-items:center;
column-gap:10px;
color:inherit;
text-decoration:none;
}
.lenoy-candidate-summary__stats .lenoy-candidate-stat>.dashicons{grid-row:1/3}
.lenoy-candidate-summary__stats .lenoy-candidate-stat.is-disabled{
cursor:default!important;
pointer-events:none!important;
}
.lenoy-candidate-summary__stats .lenoy-candidate-stat.is-disabled:hover{
transform:none!important;
box-shadow:0 3px 12px rgba(24,24,27,.05)!important;
}
@media(max-width:767px){
html body .lenoy-candidate-summary__stats>.lenoy-candidate-stat{
display:grid!important;
grid-template-columns:40px minmax(0,1fr)!important;
grid-template-rows:auto auto!important;
align-items:center!important;
column-gap:10px!important;
width:100%!important;
max-width:100%!important;
min-width:0!important;
min-height:78px!important;
margin:0!important;
padding:11px!important;
border:1px solid #e7e7eb!important;
border-radius:13px!important;
background:#fff!important;
box-shadow:0 3px 12px rgba(24,24,27,.05)!important;
box-sizing:border-box!important;
text-decoration:none!important;
}
html body .lenoy-candidate-summary__stats>.lenoy-candidate-stat .dashicons{
display:flex!important;
grid-row:1/3!important;
align-items:center!important;
justify-content:center!important;
width:40px!important;
height:40px!important;
min-width:40px!important;
font-family:dashicons!important;
font-size:19px!important;
line-height:40px!important;
}
html body .lenoy-candidate-summary__stats>.lenoy-candidate-stat small,
html body .lenoy-candidate-summary__stats>.lenoy-candidate-stat strong{
display:block!important;
width:auto!important;
min-width:0!important;
margin:0!important;
white-space:normal!important;
text-align:left!important;
}
html body .lenoy-candidate-summary__stats>.lenoy-candidate-stat small{font-size:12px!important;line-height:1.2!important}
html body .lenoy-candidate-summary__stats>.lenoy-candidate-stat strong{font-size:20px!important;line-height:1.15!important}
} .lenoy-resume-page .lenoy-resume-invite{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;background:linear-gradient(135deg,#fff 0%,#fff7f8 100%);border-left:4px solid #e3152a}.lenoy-resume-invite__content{max-width:760px}.lenoy-resume-invite__eyebrow,.lenoy-resume-card-heading__badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#fff0f2;color:#b31225;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.lenoy-resume-invite h2{margin:8px 0 8px;font-size:26px}.lenoy-resume-invite p{margin:0;color:#5e6670;line-height:1.55}.lenoy-resume-invite__button{flex:0 0 auto}.lenoy-resume-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.lenoy-resume-card-heading h2{margin:8px 0 5px}.lenoy-resume-card-heading p{margin:0;color:#68707a}.lenoy-resume-status{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;font-size:12px;white-space:nowrap}.lenoy-resume-status.is-ready{background:#edf8f0;color:#176b32}.lenoy-resume-status.is-pending{background:#fff7e7;color:#8a5a00}.lenoy-resume-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px;padding-top:20px;border-top:1px solid #eceff2}.lenoy-resume-sections a{display:flex;flex-direction:column;gap:4px;padding:15px;border:1px solid #e5e8ec;border-radius:10px;background:#fafbfc;color:#20242a;text-decoration:none}.lenoy-resume-sections a:hover{border-color:#e3152a;background:#fff}.lenoy-resume-sections span{color:#6c737d;font-size:12px}.lenoy-resume-upload-card{margin-top:18px}.lenoy-resume-current-file{margin-bottom:18px}.lenoy-resume-remove-file{margin-top:12px}.lenoy-resume-remove-file .lenoy-area-button{min-height:36px;padding:0 13px;font-size:12px}@media(max-width:760px){.lenoy-resume-page .lenoy-resume-invite,.lenoy-resume-card-heading{align-items:stretch;flex-direction:column}.lenoy-resume-invite__button{width:100%}.lenoy-resume-sections{grid-template-columns:1fr}.lenoy-resume-status{align-self:flex-start}} .lenoy-resume-highlight-title{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:#fff0f2;color:#b31225;font-size:22px;font-weight:800;line-height:1.2;box-shadow:0 8px 18px rgba(227,21,42,.08)}
.lenoy-resume-card-heading__badge--upload{min-height:34px;padding:0 14px;font-size:12px;background:#fff0f2;color:#b31225;box-shadow:0 8px 18px rgba(227,21,42,.08)} .lenoy-resume-showcase{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center;gap:34px;min-height:390px;padding:38px;background:radial-gradient(circle at 70% 45%,rgba(227,21,42,.10),transparent 35%),linear-gradient(135deg,#fff 0%,#fffafa 100%);overflow:hidden}.lenoy-resume-showcase__eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;background:#fff0f2;color:#b31225;font-size:12px;font-weight:800}.lenoy-resume-showcase__copy h2{margin:20px 0 14px;font-size:34px;line-height:1.15}.lenoy-resume-showcase__copy h2 strong{color:#c91f2b}.lenoy-resume-showcase__copy p{max-width:650px;margin:0 0 24px;color:#59616c;font-size:16px;line-height:1.65}.lenoy-resume-showcase__button{min-height:48px;padding:0 22px}.lenoy-resume-showcase__visual{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:310px}.lenoy-resume-showcase__visual>small{margin-top:12px;color:#68707a;font-weight:700}.lenoy-resume-preview-card{width:min(330px,92%);padding:20px;border:1px solid #e3e7eb;border-top:8px solid #d52232;border-radius:15px;background:#fff;box-shadow:0 24px 45px rgba(25,32,42,.16);transform:rotate(2deg)}.lenoy-resume-preview-card__top{display:flex;align-items:center;gap:12px;margin-bottom:16px}.lenoy-resume-preview-card__photo,.lenoy-resume-preview-card__avatar{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;object-fit:cover;background:#f2f4f6}.lenoy-resume-preview-card__top div{display:flex;flex-direction:column;gap:4px}.lenoy-resume-preview-card__top span{color:#69717b;font-size:11px}.lenoy-resume-preview-card__line{height:6px;width:62%;margin:8px 0;border-radius:99px;background:#e8ebef}.lenoy-resume-preview-card__line.is-wide{width:88%;background:#df3340}.lenoy-resume-preview-card__section{display:flex;align-items:center;gap:10px;margin-top:15px}.lenoy-resume-preview-card__section i{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:#fff0f2;color:#c91f2b;font-style:normal}.lenoy-resume-preview-card__section div{display:flex;flex-direction:column}.lenoy-resume-preview-card__section b{font-size:12px}.lenoy-resume-preview-card__section span{color:#7a8189;font-size:10px}.lenoy-resume-file-preview{width:min(330px,92%);height:300px;overflow:hidden;border:1px solid #dde2e7;border-radius:15px;background:#fff;box-shadow:0 24px 45px rgba(25,32,42,.16)}.lenoy-resume-file-preview object{width:100%;height:100%;border:0}.lenoy-resume-file-preview__fallback{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(135deg,#fff,#fff3f4);color:#c91f2b;font-size:42px;font-weight:900}.lenoy-resume-empty-illustration{position:relative;width:260px;height:300px;border:1px solid #e3e7eb;border-top:8px solid #d52232;border-radius:16px;background:#fff;box-shadow:0 24px 45px rgba(25,32,42,.16);transform:rotate(2deg)}.lenoy-resume-empty-illustration>span{position:absolute;top:28px;left:28px;display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#f4f5f7;font-size:30px}.lenoy-resume-empty-illustration>b{position:absolute;top:38px;left:112px;color:#c91f2b;font-size:24px}.lenoy-resume-empty-illustration>i{position:absolute;right:24px;top:24px;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#edf8f0;color:#176b32;font-style:normal}.lenoy-resume-empty-illustration>em{position:relative;display:block;width:72%;height:8px;margin:18px 0 0 28px;border-radius:99px;background:#e8ebef}.lenoy-resume-empty-illustration>em:first-of-type{margin-top:125px;background:#df3340}.lenoy-resume-editor{padding:0;overflow:hidden}.lenoy-resume-editor>summary{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:0 22px;background:#fff;color:#1f252c;font-weight:800;cursor:pointer;list-style:none}.lenoy-resume-editor>summary::-webkit-details-marker{display:none}.lenoy-resume-editor>summary:after{content:'+';font-size:24px;color:#c91f2b}.lenoy-resume-editor[open]>summary:after{content:'−'}.lenoy-resume-editor>form{padding:24px;border-top:1px solid #eceff2}.lenoy-resume-upload-card{display:grid;grid-template-columns:minmax(240px,.65fr) minmax(320px,1.35fr);gap:28px;align-items:start}.lenoy-resume-upload-card>.lenoy-resume-card-heading{grid-column:1}.lenoy-resume-upload-card>.lenoy-resume-current-file,.lenoy-resume-upload-card>form{grid-column:2}.lenoy-resume-upload-card>.lenoy-resume-remove-file{grid-column:2}.lenoy-resume-upload-card input[type=file]{padding:22px;border:2px dashed #d9dee5;border-radius:12px;background:#fafbfc}@media(max-width:900px){.lenoy-resume-showcase{grid-template-columns:1fr}.lenoy-resume-upload-card{grid-template-columns:1fr}.lenoy-resume-upload-card>*{grid-column:1!important}}@media(max-width:600px){.lenoy-resume-showcase{padding:24px}.lenoy-resume-showcase__copy h2{font-size:28px}.lenoy-resume-preview-card,.lenoy-resume-file-preview{width:100%}} .lenoy-resume-showcase{grid-template-columns:minmax(300px,.78fr) minmax(420px,1.22fr);gap:30px;min-height:430px}
.lenoy-resume-showcase__copy{max-width:470px}
.lenoy-resume-showcase__copy p{max-width:410px;font-size:15px;line-height:1.55}
.lenoy-resume-showcase__visual{min-height:350px}
.lenoy-match-document{width:min(390px,92%);height:460px;padding:24px 24px 28px;border:1px solid #dfe4e9;border-top:10px solid #d52232;border-radius:10px;background:#fff;box-shadow:0 30px 60px rgba(23,31,42,.22);transform:rotate(2.5deg);overflow:hidden;color:#1e252d}
.lenoy-match-document header{display:flex;align-items:center;gap:14px;padding-bottom:16px;border-bottom:2px solid #e52a3a}
.lenoy-match-document__photo,.lenoy-match-document__avatar{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;object-fit:cover;background:#f0f2f4;font-size:28px}
.lenoy-match-document header h3{margin:0 0 3px;font-size:19px}.lenoy-match-document header p,.lenoy-match-document header small{margin:0;color:#66707b;font-size:11px}
.lenoy-match-document section{padding:13px 0;border-bottom:1px solid #edf0f2}.lenoy-match-document h4{margin:0 0 7px;color:#c91f2b;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.lenoy-match-document section>p{margin:3px 0;color:#56606a;font-size:10px;line-height:1.45}.lenoy-match-document section>strong{font-size:12px}.lenoy-match-document__skills{display:flex;flex-wrap:wrap;gap:5px}.lenoy-match-document__skills span{padding:4px 7px;border-radius:99px;background:#fff0f2;color:#9e1c29;font-size:9px;font-weight:700}
.lenoy-resume-file-preview--real{width:min(390px,92%);height:460px;border-radius:10px;box-shadow:0 30px 60px rgba(23,31,42,.22);transform:rotate(2.5deg);background:#fff}
.lenoy-resume-file-preview--real iframe,.lenoy-resume-file-preview--real object{width:100%;height:100%;border:0;background:#fff}.lenoy-resume-file-preview__image{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}
.lenoy-resume-modal{width:min(1080px,calc(100vw - 28px));max-height:calc(100vh - 34px);padding:0;border:0;border-radius:18px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.34);overflow:hidden}.lenoy-resume-modal::backdrop{background:rgba(8,14,22,.68);backdrop-filter:blur(3px)}
.lenoy-resume-modal__panel{display:flex;flex-direction:column;max-height:calc(100vh - 34px)}.lenoy-resume-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 26px;border-bottom:1px solid #e7eaee;background:linear-gradient(135deg,#fff,#fff6f7)}.lenoy-resume-modal__header span{display:inline-flex;padding:5px 9px;border-radius:99px;background:#fff0f2;color:#b31225;font-size:11px;font-weight:800;text-transform:uppercase}.lenoy-resume-modal__header h2{margin:8px 0 4px;font-size:25px}.lenoy-resume-modal__header p{margin:0;color:#65707b}.lenoy-resume-modal__header>button{width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:#333;font-size:27px;cursor:pointer;box-shadow:0 5px 15px rgba(0,0,0,.1)}
.lenoy-resume-modal__form{padding:24px 26px;overflow:auto}.lenoy-resume-modal__form section{padding:0 0 24px;margin:0 0 24px;border-bottom:1px solid #eceff2}.lenoy-resume-modal__form section:last-of-type{margin-bottom:0}.lenoy-resume-modal__form h3{margin:0 0 16px;font-size:18px}.lenoy-resume-modal__choice-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.lenoy-resume-modal__choice-groups>div{padding:14px;border:1px solid #e4e8ec;border-radius:12px;background:#fafbfc}.lenoy-resume-modal__choice-groups strong{display:block;margin-bottom:10px}.lenoy-resume-modal__checks{display:flex;flex-direction:column;gap:8px}.lenoy-resume-modal__checks label,.lenoy-resume-modal__binary label{font-size:13px}.lenoy-resume-modal__binary{display:flex;flex-wrap:wrap;gap:18px;margin-top:16px}.lenoy-resume-modal__sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.lenoy-resume-modal__sections a{display:flex;flex-direction:column;gap:4px;padding:15px;border:1px solid #e4e8ec;border-radius:11px;background:#fafbfc;color:#222;text-decoration:none}.lenoy-resume-modal__sections a:hover{border-color:#d52232;background:#fff}.lenoy-resume-modal__sections span{color:#68717a;font-size:12px}.lenoy-resume-modal__form footer{position:sticky;bottom:-24px;display:flex;justify-content:flex-end;gap:10px;margin:0 -26px -24px;padding:15px 26px;border-top:1px solid #e7eaee;background:#fff}
@media(max-width:900px){.lenoy-resume-showcase{grid-template-columns:1fr}.lenoy-resume-showcase__copy{max-width:none}.lenoy-resume-modal__choice-groups,.lenoy-resume-modal__sections{grid-template-columns:1fr}.lenoy-match-document,.lenoy-resume-file-preview--real{transform:none}} .lenoy-resume-modal__checks label,
.lenoy-resume-modal__binary label{display:flex;align-items:center;gap:10px;line-height:1.35;color:#334155}
.lenoy-resume-modal__checks input[type="checkbox"],
.lenoy-resume-modal__binary input[type="checkbox"]{flex:0 0 auto;margin:0;width:15px;height:15px;vertical-align:middle}
.lenoy-resume-modal__checks{display:flex;flex-direction:column;gap:10px} body.lenoy-modern-ui .lenoy-resume-modal .lenoy-resume-modal__checks label,
body.lenoy-modern-ui .lenoy-resume-modal .lenoy-resume-modal__binary label{
display:grid!important;
grid-template-columns:18px minmax(0,1fr)!important;
align-items:center!important;
justify-content:start!important;
column-gap:9px!important;
width:100%!important;
margin:0!important;
padding:0!important;
text-align:left!important;
}
body.lenoy-modern-ui .lenoy-resume-modal .lenoy-resume-modal__checks input[type="checkbox"],
body.lenoy-modern-ui .lenoy-resume-modal .lenoy-resume-modal__binary input[type="checkbox"]{
position:static!important;
display:block!important;
grid-column:1!important;
width:15px!important;
min-width:15px!important;
max-width:15px!important;
height:15px!important;
min-height:15px!important;
margin:0!important;
padding:0!important;
transform:none!important;
}
body.lenoy-modern-ui .lenoy-resume-modal .lenoy-resume-modal__checks label>span{
grid-column:2!important;
display:block!important;
width:auto!important;
margin:0!important;
padding:0!important;
line-height:1.35!important;
white-space:normal!important;
}
body.lenoy-modern-ui .lenoy-resume-modal .lenoy-resume-modal__binary label{width:auto!important} body.lenoy-modern-ui .lenoy-resume-modal .lenoy-resume-modal__checks label,
body.lenoy-modern-ui .lenoy-resume-modal .lenoy-resume-modal__binary label{
display:grid !important;
grid-template-columns:16px minmax(0,1fr) !important;
align-items:start !important;
gap:10px !important;
width:100% !important;
margin:0 !important;
padding:0 !important;
}
body.lenoy-modern-ui .lenoy-resume-modal .lenoy-resume-modal__checks label input[type="checkbox"],
body.lenoy-modern-ui .lenoy-resume-modal .lenoy-resume-modal__binary label input[type="checkbox"]{
appearance:auto !important;
-webkit-appearance:checkbox !important;
display:block !important;
position:static !important;
float:none !important;
width:16px !important;
min-width:16px !important;
max-width:16px !important;
height:16px !important;
min-height:16px !important;
margin:2px 0 0 0 !important;
padding:0 !important;
transform:none !important;
}
body.lenoy-modern-ui .lenoy-resume-modal .lenoy-resume-modal__checks label span,
body.lenoy-modern-ui .lenoy-resume-modal .lenoy-resume-modal__binary label span{
display:block !important;
margin:0 !important;
padding:0 !important;
line-height:1.35 !important;
white-space:normal !important;
}
body.lenoy-modern-ui .lenoy-resume-modal .lenoy-resume-modal__binary{
display:grid !important;
grid-template-columns:repeat(2,minmax(220px,1fr)) !important;
gap:14px 18px !important;
}
@media(max-width:900px){
body.lenoy-modern-ui .lenoy-resume-modal .lenoy-resume-modal__binary{grid-template-columns:1fr !important;}
}@media (min-width: 901px) {
body.lenoy-candidate-app-mounted,
body.lenoy-company-app-mounted {
--lenoy-ui-red:#d8232a;
--lenoy-ui-red-dark:#b91c1c;
--lenoy-ui-ink:#172033;
--lenoy-ui-muted:#697386;
--lenoy-ui-line:#e7e9ee;
--lenoy-ui-soft:#f7f8fa;
--lenoy-ui-shadow:0 10px 30px rgba(22,32,51,.055);
background:#f7f8fa !important;
} body.lenoy-candidate-app-mounted .lenoy-area-shell,
body.lenoy-candidate-app-mounted .lenoy-candidate-main,
body.lenoy-candidate-app-mounted .lenoy-candidate-dashboard,
body.lenoy-company-app-mounted .lenoy-company-shell,
body.lenoy-company-app-mounted .lenoy-company-dashboard,
body.lenoy-company-app-mounted .lenoy-company-jobs-page {
max-width:1520px !important;
} body.lenoy-candidate-app-mounted .lenoy-area-hero,
body.lenoy-company-app-mounted .lenoy-company-hero {
position:relative;
overflow:hidden;
min-height:132px;
padding:28px 210px 28px 30px !important;
border:1px solid var(--lenoy-ui-line) !important;
border-radius:22px !important;
background:linear-gradient(135deg,#fff 0%,#fff 68%,#fff7f7 100%) !important;
color:var(--lenoy-ui-ink) !important;
box-shadow:var(--lenoy-ui-shadow) !important;
}
body.lenoy-candidate-app-mounted .lenoy-area-hero::after,
body.lenoy-company-app-mounted .lenoy-company-hero::after {
content:"";
position:absolute;
right:24px;
top:50%;
width:174px;
height:108px;
transform:translateY(-50%);
background-repeat:no-repeat;
background-position:center;
background-size:contain;
opacity:.96;
pointer-events:none;
}
body.lenoy-candidate-app-mounted .lenoy-area-hero::after { background-image:url(//lenoy.com.br/wp-content/plugins/lenoy-empregos/assets/images/ui/candidate-profile.svg); }
body.lenoy-company-app-mounted .lenoy-company-hero::after { background-image:url(//lenoy.com.br/wp-content/plugins/lenoy-empregos/assets/images/ui/company-team.svg); }
body.lenoy-candidate-app-mounted .lenoy-area-hero h1,
body.lenoy-company-app-mounted .lenoy-company-hero h1 { color:var(--lenoy-ui-ink) !important; font-size:28px !important; letter-spacing:-.02em; }
body.lenoy-candidate-app-mounted .lenoy-area-hero p,
body.lenoy-company-app-mounted .lenoy-company-hero p { color:var(--lenoy-ui-muted) !important; max-width:780px; }
body.lenoy-company-app-mounted .lenoy-company-hero__eyebrow,
body.lenoy-candidate-app-mounted .lenoy-dashboard-head__eyebrow { background:#fff1f2 !important; color:var(--lenoy-ui-red) !important; } body.lenoy-candidate-app-mounted :is(.lenoy-area-card,.lenoy-dashboard-card,.lenoy-job-card,.lenoy-candidate-application-card,.lenoy-application-card,.lenoy-candidate-offer-card,.lenoy-candidate-profile-panel__box,.lenoy-documents-panel,.lenoy-document-item,.lenoy-education__section,.lenoy-chat-panel),
body.lenoy-company-app-mounted :is(.lenoy-company-panel,.lenoy-company-card,.lenoy-company-count,.lenoy-company-widget,.lenoy-job-manage-card,.lenoy-selected-job-card,.lenoy-application-card,.lenoy-candidate-profile-panel__box,.lenoy-company-result-card) {
border:1px solid var(--lenoy-ui-line) !important;
border-radius:18px !important;
background:#fff !important;
box-shadow:var(--lenoy-ui-shadow) !important;
}
body.lenoy-candidate-app-mounted :is(.lenoy-area-card,.lenoy-dashboard-card,.lenoy-job-card,.lenoy-candidate-application-card,.lenoy-candidate-offer-card),
body.lenoy-company-app-mounted :is(.lenoy-company-panel,.lenoy-company-card,.lenoy-company-widget,.lenoy-job-manage-card,.lenoy-selected-job-card,.lenoy-application-card) {
transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
body.lenoy-candidate-app-mounted :is(.lenoy-dashboard-card,.lenoy-job-card,.lenoy-candidate-application-card):hover,
body.lenoy-company-app-mounted :is(.lenoy-company-card,.lenoy-company-widget,.lenoy-job-manage-card,.lenoy-application-card):hover {
transform:translateY(-2px);
border-color:#f2c8cb !important;
box-shadow:0 15px 36px rgba(22,32,51,.08) !important;
} body.lenoy-candidate-app-mounted .lenoy-dashboard-card__icon,
body.lenoy-company-app-mounted .lenoy-company-card__icon,
body.lenoy-company-app-mounted .lenoy-company-count__icon,
body.lenoy-company-app-mounted .lenoy-job-manage-card__icon,
body.lenoy-candidate-app-mounted .lenoy-job-card__icon {
width:48px !important;
height:48px !important;
border-radius:14px !important;
background:#fff1f2 !important;
color:var(--lenoy-ui-red) !important;
box-shadow:inset 0 0 0 1px #ffe0e2;
} body.lenoy-candidate-app-mounted .lenoy-dashboard-cards > :nth-child(4n+2) .lenoy-dashboard-card__icon,
body.lenoy-company-app-mounted .lenoy-company-counts > :nth-child(5n+2) .lenoy-company-count__icon { background:#eff6ff !important; color:#2563eb !important; box-shadow:inset 0 0 0 1px #dbeafe; }
body.lenoy-candidate-app-mounted .lenoy-dashboard-cards > :nth-child(4n+3) .lenoy-dashboard-card__icon,
body.lenoy-company-app-mounted .lenoy-company-counts > :nth-child(5n+3) .lenoy-company-count__icon { background:#fff7ed !important; color:#ea580c !important; box-shadow:inset 0 0 0 1px #ffedd5; }
body.lenoy-candidate-app-mounted .lenoy-dashboard-cards > :nth-child(4n+4) .lenoy-dashboard-card__icon,
body.lenoy-company-app-mounted .lenoy-company-counts > :nth-child(5n+4) .lenoy-company-count__icon { background:#f5f3ff !important; color:#7c3aed !important; box-shadow:inset 0 0 0 1px #ede9fe; }
body.lenoy-company-app-mounted .lenoy-company-counts > :nth-child(5n+5) .lenoy-company-count__icon { background:#ecfdf5 !important; color:#059669 !important; box-shadow:inset 0 0 0 1px #d1fae5; } body.lenoy-company-app-mounted .lenoy-company-count,
body.lenoy-candidate-app-mounted .lenoy-candidate-stat {
position:relative;
min-height:104px;
padding:18px 18px 16px 78px !important;
}
body.lenoy-company-app-mounted .lenoy-company-count strong { color:var(--lenoy-ui-ink) !important; font-size:28px !important; }
body.lenoy-company-app-mounted .lenoy-company-count span { color:var(--lenoy-ui-muted) !important; } body.lenoy-candidate-app-mounted :is(.lenoy-area-card,.lenoy-documents-panel,.lenoy-education__section) > :is(h2,h3):first-child,
body.lenoy-company-app-mounted :is(.lenoy-company-panel,.lenoy-company-widget,.lenoy-candidate-profile-panel__box) > :is(h2,h3):first-child {
display:flex;
align-items:center;
gap:10px;
color:var(--lenoy-ui-ink) !important;
letter-spacing:-.01em;
}
body.lenoy-candidate-app-mounted :is(.lenoy-area-card,.lenoy-documents-panel,.lenoy-education__section) > :is(h2,h3):first-child::before,
body.lenoy-company-app-mounted :is(.lenoy-company-panel,.lenoy-company-widget,.lenoy-candidate-profile-panel__box) > :is(h2,h3):first-child::before {
content:"✦";
display:grid;
place-items:center;
width:34px;
height:34px;
flex:0 0 34px;
border-radius:10px;
background:#fff1f2;
color:var(--lenoy-ui-red);
font-size:15px;
box-shadow:inset 0 0 0 1px #ffe0e2;
} body.lenoy-candidate-app-mounted .lenoy-area-button:not(.lenoy-area-button--secondary),
body.lenoy-company-app-mounted .lenoy-company-button:not(.lenoy-company-button--secondary):not(.lenoy-company-button--danger):not(.lenoy-company-button--success) {
border-radius:10px !important;
background:linear-gradient(135deg,#d8232a,#c51f2c) !important;
box-shadow:0 8px 18px rgba(216,35,42,.15);
}
body.lenoy-candidate-app-mounted .lenoy-area-button--secondary,
body.lenoy-company-app-mounted .lenoy-company-button--secondary,
body.lenoy-company-app-mounted .lenoy-company-mini-button {
border-radius:10px !important;
background:#fff !important;
} body.lenoy-candidate-app-mounted [class*="lenoy-ai"],
body.lenoy-company-app-mounted [class*="lenoy-ai"] { border-radius:16px; }
body.lenoy-candidate-app-mounted [class*="lenoy-ai"] button,
body.lenoy-company-app-mounted [class*="lenoy-ai"] button {
position:relative;
}
body.lenoy-candidate-app-mounted .lenoy-ai-tool-button::before,
body.lenoy-company-app-mounted .lenoy-ai-tool-button::before {
content:"";
width:22px;
height:22px;
margin-right:8px;
background:url(//lenoy.com.br/wp-content/plugins/lenoy-empregos/assets/images/ui/ai-spark.svg) center/contain no-repeat;
} body.lenoy-candidate-app-mounted .lenoy-documents-panel,
body.lenoy-candidate-app-mounted .lenoy-area-file {
position:relative;
}
body.lenoy-candidate-app-mounted .lenoy-documents-panel { padding-left:145px !important; min-height:150px; }
body.lenoy-candidate-app-mounted .lenoy-documents-panel::before {
content:"";
position:absolute;
left:18px;
top:18px;
width:112px;
height:112px;
background:url(//lenoy.com.br/wp-content/plugins/lenoy-empregos/assets/images/ui/upload-doc.svg) center/contain no-repeat;
pointer-events:none;
} body.lenoy-candidate-app-mounted :is(.lenoy-candidate-application-card,.lenoy-application-card,.lenoy-candidate-offer-card),
body.lenoy-company-app-mounted :is(.lenoy-application-card,.lenoy-job-manage-card,.lenoy-company-result-card) { padding:20px !important; }
body.lenoy-company-app-mounted .lenoy-company-table-wrap { border-radius:16px !important; box-shadow:var(--lenoy-ui-shadow); background:#fff; }
body.lenoy-company-app-mounted .lenoy-company-table th { background:#fafafa !important; color:#596273 !important; }
body.lenoy-company-app-mounted .lenoy-company-table tr:hover td { background:#fffafa; } body.lenoy-candidate-app-mounted :is(input,select,textarea),
body.lenoy-company-app-mounted :is(input,select,textarea) {
border-color:#dfe3e8 !important;
border-radius:10px !important;
background:#fff !important;
}
body.lenoy-candidate-app-mounted :is(input,select,textarea):focus,
body.lenoy-company-app-mounted :is(input,select,textarea):focus {
border-color:#ef9aa0 !important;
box-shadow:0 0 0 3px rgba(216,35,42,.08) !important;
outline:none !important;
} body.lenoy-candidate-app-mounted .lenoy-candidate-sidebar a,
body.lenoy-company-app-mounted .lenoy-company-sidebar a {
border-radius:10px !important;
transition:background .16s ease,color .16s ease,transform .16s ease;
}
body.lenoy-candidate-app-mounted .lenoy-candidate-sidebar a:hover,
body.lenoy-company-app-mounted .lenoy-company-sidebar a:hover { transform:translateX(2px); background:#fafafa !important; }
body.lenoy-candidate-app-mounted .lenoy-candidate-sidebar a.is-active,
body.lenoy-company-app-mounted .lenoy-company-sidebar a.is-active { background:#fff1f2 !important; color:var(--lenoy-ui-red) !important; } body.lenoy-candidate-app-mounted .lenoy-dashboard-cards { gap:16px !important; }
body.lenoy-candidate-app-mounted .lenoy-dashboard-card { min-height:190px !important; padding:20px !important; }
body.lenoy-candidate-app-mounted .lenoy-dashboard-card h2 { font-size:18px !important; }
body.lenoy-candidate-app-mounted .lenoy-dashboard-card p { color:var(--lenoy-ui-muted) !important; } body.lenoy-company-app-mounted .lenoy-company-dashboard-grid { gap:16px !important; }
body.lenoy-company-app-mounted .lenoy-company-widget { overflow:hidden; }
body.lenoy-company-app-mounted .lenoy-company-widget__title { color:var(--lenoy-ui-ink) !important; }
body.lenoy-company-app-mounted .lenoy-company-widget--priority::after,
body.lenoy-company-app-mounted .lenoy-company-widget--tools::after {
content:"";
position:absolute;
right:18px;
bottom:12px;
width:82px;
height:82px;
border-radius:50%;
background:radial-gradient(circle,#fff1f2 0 48%,transparent 49%);
opacity:.75;
pointer-events:none;
}
body.lenoy-company-app-mounted .lenoy-company-widget { position:relative; } body.lenoy-candidate-app-mounted .lenoy-empty-state,
body.lenoy-company-app-mounted .lenoy-company-market__empty,
body.lenoy-company-app-mounted .lenoy-chat-empty {
padding:42px !important;
text-align:center;
background:linear-gradient(180deg,#fff,#fffafa) !important;
} body.lenoy-candidate-app-mounted :is(.lenoy-area-help,.lenoy-area-card p,.lenoy-dashboard-card p),
body.lenoy-company-app-mounted :is(.lenoy-company-panel__intro,.lenoy-company-card p,.lenoy-company-widget p) {
color:var(--lenoy-ui-muted) !important;
line-height:1.55;
}
}