main.main-wrapper.jobs-list section.search-bar-wrapper {
  margin-top: -26px;
}
main.main-wrapper.jobs-list section.jobs-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
main.main-wrapper.jobs-list section.jobs-wrapper h2 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 50px;
}
main.main-wrapper.jobs-list section.jobs-wrapper h2 span {
  color: var(--dark_orange);
}

section.search-wrapper {
  margin-bottom: 75px;
  margin-top: -33px;
}
@media (max-width: 1200px) {
  section.search-wrapper {
    margin-bottom: 50px;
  }
}
section.search-wrapper .search-bar {
  border-radius: 50px;
  background-color: #f8f9fa;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 5px 15px;
}
@media (max-width: 570px) {
  section.search-wrapper .search-bar .form-control {
    font-size: 16px;
  }
}
section.search-wrapper .search-bar .button-looks {
  padding: 10px 20px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  section.search-wrapper .search-bar .button-looks {
    height: 46px;
  }
}
@media (max-width: 550px) {
  section.search-wrapper .search-bar .button-looks {
    height: 41px;
  }
}
section.search-wrapper .search-bar i {
  margin-top: 2px;
  font-size: 23px;
}
@media (max-width: 550px) {
  section.search-wrapper .search-bar i {
    font-size: 18px;
  }
}
section.search-wrapper .search-bar .fa-newspaper {
  margin-left: 20px;
}
@media (max-width: 550px) {
  section.search-wrapper .search-bar .fa-newspaper {
    margin-left: 10px;
  }
}
section.search-wrapper .search-bar input {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
section.search-wrapper .search-bar input:focus {
  outline: none;
  box-shadow: none;
}
section.search-wrapper .search-bar .search-icon {
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  padding: 8px;
}

.container-for-job {
  border-radius: 10px;
  border: 1px solid #ECECEC;
  width: 115px;
  height: 95px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .container-for-job {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }
}

.created-at-jobs {
  color: #2E2E2E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 768px) {
  .created-at-jobs {
    font-size: 12px;
  }
}

.title-jobs {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 768px) {
  .title-jobs {
    font-size: 14px;
    line-height: 21px;
  }
}

.clinic-jobs {
  color: var(--Red-Medatlas, #D52652);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
@media (max-width: 768px) {
  .clinic-jobs {
    font-size: 10px;
    line-height: 14px;
    margin-top: 5px;
  }
}

.location-jobs {
  color: var(--Text, #212529);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 768px) {
  .location-jobs {
    font-size: 12px;
  }
}

.green-container-jobs {
  margin-top: 10px;
  display: flex;
  max-width: 221px;
  border-radius: 91.25px;
  border: 0.913px solid rgba(138, 195, 188, 0.15);
  background: var(--Primary-50, #E6F2F1);
  padding: 9.125px 0px 9.125px 3.65px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .green-container-jobs {
    margin-top: 3px;
    padding: 8.125px 0px 8.125px 3.65px;
    max-width: 188px;
  }
}

@media (max-width: 767.98px) {
  .mobile-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.custom-money {
  color: var(--Primary-700, #01594E);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 768px) {
  .custom-money {
    font-size: 13px;
  }
}

.medical-facility-details {
  position: relative;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .medical-facility-details {
    padding-bottom: 60px;
  }
}

.save-button {
  margin-top: 29px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 768px) {
  .save-button {
    margin-bottom: 10px;
  }
}

.grey-button {
  margin-top: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 161px;
  padding: 10px 25px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #EBEBEB;
  border: none !important;
}

.custom-job-applied {
  margin-top: 20px;
  max-width: 350px;
}

.apply-fast {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: none !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.heart-animation {
  animation: pulse 0.3s ease-in-out;
}

i.fa-heart {
  font-size: 15px;
  color: darkred;
  margin-right: 2px;
}

i.fa-heart-circle-check {
  font-size: 15px;
  color: indianred;
  margin-right: 2px;
}

/*# sourceMappingURL=jobs.css.map */
