@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: 'Inter', sans-serif;
}
.search-job {
  display: none;
}

.experience-select,
.location-select,
.function-select {
  display: none;
}

.select {
  border-radius: 35px;
  color: #fff;
  padding: 10px;
  font-size: 13px;
}

.select select option {
  color: #000;
}

.select select {
  background-image: url('https://media-eu.jobylon.com/assets_vector/companies/2986/red-down-arrow.24ed96b4.svg');
  background-size: 20px auto;
}

.departments-select {
  display: inline-block !important;
}

.layers-1-select {
  display: inline-block !important;
}

.select.layers-1-select:before {
    content: 'Department:';
    font-weight: bold;  
  font-size: 13px;
}

.select.departments-select:before {
    content: 'Location:';
    font-weight: bold; 
  font-size: 13px;
}

.job-details {
  display: none;
}

.job-wrapper .job {
  padding: 24px 0px; 
  border-bottom: 1px solid #425563;
  border-top: 0;
  font-family: "Inter", sans-serif;
}

.title {
  font-size: 18px;
  color: #fff;
  transition: all 0.2s linear;
}

.job-wrapper .job:hover {
  background-color: transparent;
}

.job-wrapper .job:hover .title {
  padding-left: 24px;
}


.footer {
  border-top: 1px solid #425563;
  
}

.job-wrapper .internal .job .title:after {
    content: 'Internal';
    display: inline-block;
    margin-left: 10px;
    background-color: #181818;
    padding: 0px 8px;
    border-radius: 15px;
    color: #d5011c;
    font-size: 15px;
}

/* pagination */
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background: transparent;
    color: #fff;
  border-color: transparent;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.pagination li.active a,
.pagination li.active a:hover {
    color: #d5011c;
    background: transparent;
    cursor: text;
  border-color: transparent;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #425563 !important; 
  background-color: transparent;
  border-color: transparent;
}

.footer {
    display: none;
}