/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

:root {
  --text: #242b36;
  --textalt: #516074;
  --textother: #4B5563;
  --white: #ffffff;
  --bg: #eef2fa;
  --border: #e0e5f0;
  --blue: #0366f2;
  --green: #16a34a;
  --dorange: #fc8100;
  --teal: #00bcd4;
--dteal: #109384;
--dpurple: #4f46e5;
--red: #ef4444;
--borderact: #eef1f6;
}

/* 
==========================================================================
GLOBAL & WP SPECIFIC STYLES
==========================================================================
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none; 	
}

input, textarea, select {
    -webkit-border-radius:0; 
    border-radius:0;
}

img,
audio,
video,
canvas {
	max-width: 100%;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical!important; 
}

::selection {
	background: var(--blue);
	color: var(--white);
}

::-moz-selection {
	background: var(--blue);
	color: var(--white);
}

::-webkit-selection {
	background: var(--blue);
	color: var(--white);
}

.cf:before,.cf:after {content: " "; /* 1 */    display: table; /* 2 */}
.cf:after {clear: both;}
.cf {clear: both;}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: var(--blue);
	text-decoration: none;
}

a:hover {
	color: var(--text);
	text-decoration: none;
}


/* 
==========================================================================
H & LINKS
==========================================================================
*/

h1 {
	font: 30px 'Inter', Helvetica , Arial, sans-serif;	
	margin:0 0 20px 0;
	padding:0;
}

h2 {
	font: 26px 'Inter', Helvetica , Arial, sans-serif;	
	margin:0 0 20px 0;
	padding:0;
}

h3 {
	font: 22px 'Inter', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
}

h4 {
	font: 20px 'Inter', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
}

h5 {
	font: 18px 'Inter', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
}


/* 
==========================================================================
GENERAL
==========================================================================
*/

body {
	background: var(--bg);
	color: var(--textalt);
  	font: 15px/1.45 'Inter', Helvetica, Arial, sans-serif;
    font-variant-numeric: normal;
 	 margin: 0;
  	-webkit-font-smoothing: antialiased;
  	overflow-x: hidden;
  	letter-spacing: -0.01em;
  	font-variant-numeric: tabular-nums;
	padding: 0 15px;
}

.container {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin:0 auto 90px auto;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 10px;
}


.job-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-items: stretch;
    align-items: inital;	
}

.job-card {
	padding: 15px;
	background: var(--white);
}

.job-card-head {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 50px auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-items: stretch;
  align-items: center;
  margin: 0 0 15px 0;
  padding: 0 20px 0 0;
}

.jc-boxes {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border);
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

.jc-box {
  flex: 0 0 auto;
  width: auto;
  white-space: nowrap;
  text-align: center;
  background: var(--border);
  padding: 5px 10px;
  color: var(--textother);
  font-size: 13px;
  font-weight: 600;
}

.jc-col img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 50%;
}

.jc-col {
  position: relative;
}

.jc-book {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 18px;
  height: 18px;
}

.jc-book img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.jc-col h2 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: var(--text);
}

.jc-col h5 {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	color: var(--textalt);
}

.jc-loc {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  color: var(--textother);
}

.jc-comp {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  color: var(--textalt);
}


.jc-meta {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  justify-items: stretch;
  align-items: center;
  margin: 0;
}

.jcap {
border-bottom: 1px solid var(--border);
  padding: 0 0 15px 0;
  margin: 0 0 10px 0;
}

.jc-dates {
border-bottom: 1px solid var(--border);
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}


.jc-slideout{
  position:fixed;
  top:0;
  right:-100%;
  width:90%;
  max-width:400px;
  height:100vh;
  background:#fff;
  z-index:9999;
  transition:right .3s ease;
  overflow-y:auto;
  box-shadow:-4px 0 25px rgba(0,0,0,.15);
}

.jc-slideout.open{
  right:0;
}

.jc-slideout-inner{
  padding:25px;
  min-height:100%;
  display:flex;
  flex-direction:column;
}

.jc-slideout-close{
  position:absolute;
  top:15px;
  right:15px;
  cursor:pointer;
  background:none;
  border:0;
  padding:0;
  font-size:24px;
  line-height:1;
}

.jc-slideout-head{
  margin-bottom:20px;
}

.jc-slideout-head h2{
  margin:0 0 10px 0;
}

.jc-slideout-company{
  margin-bottom:10px;
}

.jc-slideout-meta{
  margin-bottom:20px;
}

.jc-slideout-description{
  line-height:1.6;
  white-space:pre-wrap;
}

.jc-slideout-actions{
  margin-top:30px;
}

.jc-slideout-apply{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.jc-slideout-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  opacity:0;
  pointer-events:none;
  transition:opacity .3s ease;
  z-index:9998;
}

.jc-slideout-overlay.open{
  opacity:1;
  pointer-events:auto;
}

.jc-match {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}

.match-great { background: #45a84e;}

.match-good { background: #85af39;}

.match-ok { background: #f4bd39;}  

.match-poor { background: #ed7330;}  

.match-bad { background: #d53633;}

.jc-match h6 {
  color: var(--white);
  font: 15px 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}

.jc-match span {
  display: block;
  padding: 5px 10px;
  width: fit-content;
}

.jc-actions {
  text-align: right;
}

.jc-more {
  font-size: 14px;
  font-weight: 600;
  color: var(--blue);
}

.jc-more:hover {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}

.jc-more:hover .vmlink {
  fill: var(--text);
}


.dash-intro-block {
  position: relative;
  display: block;
  margin: 15px 0;
}

.dib-pad {
  margin: 25px 0 15px 0;
}


.dash-intro-block h1 {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
  text-transform: capitalize;
}

.dash-intro-block p {
  display: none;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--textalt);
}


.header-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-items: stretch;
  align-items: center;
}

.header-col:first-child {
  justify-self: start;
}

.header-col:last-child {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-col-pro {
  display: flex;
  align-items: center;
  order: 2;
}

.header-col-log {
  display: flex;
  align-items: center;
  order: 1;
}

.head-log {
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-log img {
  width: 24px;
  height: 24px;
  display: block;
}

.head-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.head-profile-photo,
.head-profile-initials {
  width: 42px;
  height: 42px;
  border-radius: 100px;
}

.head-profile-photo {
  object-fit: cover;
  display: block;
}

.head-profile-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  background: #111;
  color: #fff;
}

.head-logo {
  width: 50px;
  display: block;
  height: auto;
  margin: 2px 0 0 0;
}

/* 
==========================================================================
HEADER
==========================================================================
*/

header {
	width:100%;
	margin: 0 auto;
	height: 50px;
}

.logo {
	transition: all 0.3s ease-in;    
}

.jobsvg {
  width: 14px;
  display: inline-block;
  vertical-align: sub;
}

.jobsvg svg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.vmbot {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}

.vmsvg {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
  margin: 0 0 0 3px;
}

.jc-ai-reason {
  margin: 0 20px 0 0;
  background: var(--dorange);
  padding: 6px;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
}

.vmlink {
  fill: var(--blue);
}

.job-loc {
  fill: var(--textalt);
}

.vmbot {
  fill: var(--white);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 25px;
  padding: 0 0 10px 0;
}

.result-count {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: var(--textalt);
}

.result-buts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.pag-but {
border: 0 !important;
  border-radius: 50% !important;
  background: var(--blue) !important;
  color: var(--white) !important;
  cursor: pointer !important;  
  width: 44px;
  height: 44px;
  padding: 8px !important;
}


.pag-but:hover {
border: 0 !important;
  border-radius: 50% !important;
  background: var(--green) !important;
  color: var(--white) !important;
  cursor: pointer !important;  
  width: 44px;
  height: 44px;
  padding: 8px !important;
}

.pag-but img {
  width: 18px;
  height: 18px;
  display: block;
  text-align: center;
}

#next img {
  margin: 0 0 0 6px;
}

#prev img {
  margin:0 0 0 4px;
}

.search-job-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-items: stretch;
  align-items: inital;
}


.search-job-col label {
  display: block!important;
  margin: 0 0 5px 0!important;
  font: 14px 'Inter', Helvetica, Arial, sans-serif!important;
  font-weight: 600!important;
color: var(--textalt)!important;
}


.search-job-col textarea,
.search-job-col input[type="number"],
.search-job-col select,
.search-job-col input[type="text"] {
color: var(--textalt)!important;
  font: 16px 'Inter', Helvetica, Arial, sans-serif!important;
  padding: 10px!important;
  border: 1px solid var(--border)!important;
background: var(--white)!important;
  border-radius: 0!important;
  width: 100%!important;
}

.sync-jobs,
.save-search {
  display: inline-block!important;
  border-radius: 0!important;
  padding: 10px 20px!important;
  margin: 15px 0 0 0!important;
  background: var(--green)!important;
  border: 0!important;
  color: var(--white)!important;
  font: 14px 'Inter', Helvetica, Arial, sans-serif!important;
  font-weight: 600!important;
  cursor: pointer!important;
}

.sync-jobs:hover,
.save-search:hover {
  background: var(--text)!important;
  color: var(--white)!important;
  font: 14px 'Inter', Helvetica, Arial, sans-serif!important;
  font-weight: 600!important;
  cursor: pointer!important;
}

.del-search {
  display: inline-block!important;
  border-radius: 0!important;
  padding: 10px 20px!important;
  margin: 15px 0 0 0!important;
  background: var(--red)!important;
  border: 0!important;
  color: var(--white)!important;
  font: 14px 'Inter', Helvetica, Arial, sans-serif!important;
  font-weight: 600!important;
  cursor: pointer!important;
}

.del-search:hover {
  background: var(--text)!important;
  color: var(--white)!important;
  font: 14px 'Inter', Helvetica, Arial, sans-serif!important;
  font-weight: 600!important;
  cursor: pointer!important;
}

.card {
  background: var(--white);
  margin: 0 0 15px 0;
}

.card-head-alt {border-bottom: 1px solid var(--border);padding: 15px;}

.card-head-alt h3 {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  text-transform: capitalize;
}

.card-inner {
  padding: 15px;
}

.card-inner h3 {
font: 15px 'Inter', Helvetica , Arial, sans-serif;

  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 800;
  color: var(--text);
}

.card-inner .meta {
  margin: 3px 0;
  color: var(--textother);
  font-size: 14px;
}


.card-inner input[type="email"],
.card-inner input[type="password"],
.card-inner textarea,
.card-inner input[type="number"],
.card-inner select,
.card-inner input[type="text"] {
color: var(--textalt)!important;
  font: 16px 'Inter', Helvetica, Arial, sans-serif!important;
  padding: 10px!important;
  border: 1px solid var(--border)!important;
background: var(--white)!important;
  border-radius: 0!important;
  width: 100%!important;
}

.dashboard-stats {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-items: stretch;
  align-items: center;
  margin: 0 auto 20px auto;
}

.dash-stat-card {
  background: white;
  padding: 10px;
  text-align: center;
}

.dashboard-actions {
  display: none;
}


.dashboard-grid {
width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-items: stretch;
  align-items: inital;
}


.dash-list-item {
  margin: 0 0 15px 0;
}

.dash-list-item p {
  margin: 0;
}

.dash-list-item h3 {
  font: 15px 'Inter', Helvetica , Arial, sans-serif;
  margin: 0 0 3px 0;
  padding: 0;
  font-weight: 800;
  color: var(--text);
}

.cv-secure {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px 0;
  border-bottom: 1px solid var(--border);
  padding: 0 0 15px 0;
}


/* 
==========================================================================
FOOTER
==========================================================================
*/

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right:0;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
  padding: 15px 0 15px 0;
  z-index: 1000;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.03);

  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
}

.footer-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr  1fr 1.5fr 1fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: stretch;
    align-items: center;
}

.footer-link {
  display: block;
  margin: 3px auto 0 auto;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: var(--textalt);
  padding: 10px;
  border-radius: 50%;
}

.footer-link:hover {
  display: block;
  text-align: center;
  color: var(--text);
}

.footer-link span {
  display: none;
  margin: 3px auto 0 auto;
  text-align: center;
}

.footer-link svg {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
}

.foo-nav {
	fill: var(--textalt);
}

.footer-link:hover .foo-nav {
  fill: var(--text);
}

.foot-mid-link {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: var(--textalt);
}

.foot-mid-link:hover {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: var(--text);
}


.foot-mid-link span {
  display: block;
  margin: 5px auto 0 auto;
  text-align: center;
}

.foot-mid-link svg {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 auto;
}

.fv-mid {
	fill: var(--white);
}

.foot-circ {
	background: var(--blue);
	color: var(--white);
	padding: 11px;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	margin: 0 auto;
}

.foot-mid-link:hover .foot-circ {
	background: var(--text);
	color: var(--white);
}


.foot-mid-link:hover .foo-nav {
  fill: var(--white);
}

.footer-link.active .foo-nav {
  fill: var(--textalt);
}

.footer-link.active  {
   background: var(--borderact);
}

.foot-mid-link.active .foot-circ {
  background: var(--green)!important;
}

/* 
==========================================================================
MEDIA QUERIES
==========================================================================
*/


@media screen and (min-width: 960px) {

}


@media screen and (max-width: 960px) {

}


@media screen and (max-width: 768px) {

}


@media screen and (max-width: 524px) {

}


@media screen and (max-width: 480px) {

}


@media screen and (max-width: 320px) {

 .container {
	min-width:240px;
	width:100%;
 }
 
}