/* C4C Dashboard master theme for Jobs */
:root{
 --c4c-navy:#123f66; --c4c-blue:#155b91; --c4c-orange:#f65b18;
 --c4c-bg:#f5f7f9; --c4c-border:#dbe4eb; --c4c-text:#243746; --c4c-muted:#71808e;
}
body{background:var(--c4c-bg);color:var(--c4c-text);font-family:Arial,Helvetica,sans-serif}
.c4c-dashboard-header{background:#fff;border-bottom:1px solid var(--c4c-border);box-shadow:0 2px 14px rgba(18,63,102,.06)}
.c4c-dashboard-topbar{background:var(--c4c-navy);color:#fff}
.c4c-dashboard-nav a{color:var(--c4c-navy);font-weight:700}
.c4c-dashboard-nav a:hover,.c4c-dashboard-nav a.active{color:var(--c4c-orange)}
.c4c-dashboard-brand img{display:block;width:auto;max-width:260px;height:auto;max-height:62px;object-fit:contain}
.c4c-card{background:#fff;border:1px solid var(--c4c-border);border-radius:8px;box-shadow:0 4px 18px rgba(18,63,102,.05)}
.c4c-btn-primary{background:var(--c4c-orange)!important;border:1px solid var(--c4c-orange)!important;color:#fff!important;font-weight:700}
.c4c-btn-secondary{background:#fff!important;border:1px solid var(--c4c-blue)!important;color:var(--c4c-blue)!important;font-weight:700}
.c4c-input:focus,.c4c-select:focus,.c4c-textarea:focus{border-color:var(--c4c-blue);box-shadow:0 0 0 3px rgba(21,91,145,.10);outline:0}
@media(max-width:700px){.c4c-dashboard-brand img{max-width:190px;max-height:50px}}
