.type-selector-container {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
.type-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50%;
  height: 80px;
  flex-direction: column;
  font-size: 18px;
  color: #1b2326;
  font-weight: 600;
  cursor: pointer;
  @media (min-width: 640px) {
    font-size: 24px;
    height: 109px;
  }
}
.type-selector .hr-div {
  border-bottom: solid 2px #c6c8c9;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.type-selector.active .hr-div {
  border-bottom: solid 4px #e73a3b;
  transform: translateY(50%);
}
.type-selector.active {
  background-color: rgba(27, 35, 38, 0.04);
}
.list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
  @media (min-width: 1341px) {
    justify-content: space-between;
  }
}

.job-item {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  width: 390px;
  height: 190px;
  border: solid 1px #c6c8c9 !important;
  text-decoration: none !important;
  @media (max-width: 400px) {
    width: 320px;
  }
}
.app-container {
  width: 100%;
  flex-flow: column;
  display: flex;
  margin-top: 120px;
  margin-bottom: 120px;
  @media (max-width: 767px) {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.app-img {
  height: 80px !important;
  width: 160px !important;
  filter: brightness(0.4);
}
.app-heading {
  font-weight: 600;
  font-size: 36px;
  align-self: center;
  color: #325472;
  margin-bottom: 72px;
  @media (max-width: 673px) {
    text-align: center;
  }
}
.app-items {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  @media (max-width: 673px) {
    flex-flow: column;
  }
}
.job-item-blue {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  width: 390px;
  height: 190px;
  border: solid 1px #fff !important;
  color: #fff !important;
  text-decoration: none !important;
  @media (max-width: 400px) {
    width: 320px;
  }
}

.result-container {
  width: 100%;
}
.job-title {
  font-size: 24px;
  line-height: 37px;
  font-weight: 400;
}
.job-description {
  height: 45px;
  display: flex;
  gap: 16px;
}
.company-name {
  font-size: 18px;
  font-weight: 300;
}
.district-name {
  font-size: 12px;
  font-weight: 700;
}
.company_logo {
  height: 45px !important;
  width: auto !important;
  max-width: 50% !important;
}
