/* For Accordion Toggle - START */
.result {
  max-width: 700px;
  /* margin-top: 80px; */
  margin-left: auto;
  /* margin-bottom: 80px; */
  margin-right: auto;
}

.accordion {
  /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); */
}

.accordion-item {
  position: relative;
}

.accordion-toggle {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 20px;
  margin: 0;
  border: 0;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: inherit;
  text-align: left;
}

.accordion-toggle:hover {
  background-color: #f5f5f5;
}

.is-open>.accordion-toggle {
  background-color: #00484c;
  color: #ffffff;
}

.accordion-panel {
  background-color: #ffffff;
  padding-inline: 15px;
  margin-block: 20px;
}

.accordion-panel div {
  margin-bottom: 10px;
}

.accordion-panel label {
  font-family: "Inter";
  color: rgba(81, 91, 111, 1);
  font-weight: 400;
}

.accordion-panel>*:last-child {
  margin-bottom: 0;
}

.accordion-panel p {
  padding: 20px;
  font-size: 14px;
}

.arrow {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 26px;
  right: 0;
  padding-right: 20px;
  cursor: pointer;
}

.arrow:before,
.arrow:after {
  content: "";
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: black;
  width: 3px;
  height: 9px;
}

.is-open>.arrow:before,
.is-open>.arrow:after {
  background-color: white;
}

.is-open>.arrow:before {
  transform: translate(-2px, 0) rotate(45deg);
}

.arrow:before {
  transform: translate(2px, 0) rotate(45deg);
}

.is-open>.arrow:after {
  transform: translate(2px, 0) rotate(-45deg);
}

.arrow:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

/* For Accordion Toggle - END */

.main-container {
  background: #f5f5f5;
  padding-inline: 5%;
}

.heading {
  text-align: center;
  margin-bottom: 50px;
}

.heading h1 {
  color: #00484c;
  font-size: 3.2rem;
  font-family: "Inter";
  padding-top: 50px;
  margin-block: 0;
}

.heading h1 span {
  color: #ffbd59;
}

.heading p {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  font-size: 1.1rem;
}

.search-and-filters form input:not(input[type="submit"]) {
  min-height: 70px;
  padding-inline: 50px 30px;
}

.search-and-filters form input,
.search-and-filters form input:focus-visible {
  border: none;
  outline: none;
  font-family: "Inter";
}

.search-and-filters form .search::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50%;
  background: #e6e6e6;
  right: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
}

.search-and-filters form .search {
  width: 65%;
}

.search-and-filters form .location {
  width: 60%;
}

.search-and-filters form .search,
.search-and-filters form .location {
  position: relative;
}

.search-and-filters form .search img,
.search-and-filters form .location img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin-block: auto;
}

.search-and-filters form .search input,
.search-and-filters form .location input {
  width: 100%;
  font-size: 1rem;
}

.search-and-filters form {
  display: flex;
  flex-direction: row;
  position: relative;
}

.search-and-filters form input[type="submit"] {
  position: absolute;
  right: 15px;
  top: 10px;
  bottom: 10px;
  margin-block: auto;
  cursor: pointer;
  color: white;
  background: rgba(0, 72, 76, 1);
  border-radius: 5px;
  font-size: 1rem;
  padding-inline: 10px;
}

.filters-added .right {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.filters-added .right a {
  color: rgba(0, 72, 76, 1);
}

.filters-added {
  background: white;
  padding: 20px;
  box-sizing: border-box;
  margin-block: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 50px;
}

.filters-added .filters {
  column-gap: 10px;
}

.filters-added .filters,
.filters-added .filters .single-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.filters-added .filters .single-filter {
  background: rgba(243, 243, 243, 1);
  padding: 10px 20px;
  column-gap: 10px;
}

.filters-added * {
  margin: 0;
}

.filters-added .left {
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.filters-added .left h2,
.filters-added .left p {
  color: #25324b;
}

.filters-added .left p {
  font-weight: 400;
}

.filters-and-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 50px;
}

.filters-and-content .filters-col {
  width: 23%;
  overflow: hidden;
  background: white;
  border-radius: 10px;
}

.filters-and-content .content-col {
  width: 75%;
}

.filters-and-content .results-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.filters-and-content .results-wrapper .single-card {
  border-radius: 10px;
  background: white;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.filters-and-content .results-wrapper .single-card>.top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.filters-and-content .results-wrapper .single-card .top .left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.filters-and-content .results-wrapper .single-card .top .left img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.filters-and-content .results-wrapper .single-card .top .created-from {
  color: rgba(20, 20, 20, 0.5);
  margin: 0;
}

.filters-and-content .results-wrapper .single-card .top .left .info * {
  margin: 0;
}

.filters-and-content .results-wrapper .single-card .top .left .info {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  gap: 10px;
  margin-left: 20px;
}

.filters-and-content .results-wrapper .single-card .top .left .info>.top {
  column-gap: 20px;
  display: flex;
  flex-direction: row;
}

.filters-and-content .results-wrapper .single-card .top .left .info .job-title {
  /* width: 100%; */
  color: #00484c;
  font-weight: 500;
  font-size: 1.5rem;
}

.filters-and-content .results-wrapper .single-card .top .left .info .location {
  font-family: "Inter";
  font-weight: 400;
  color: #919191;
}

.filters-and-content .results-wrapper .single-card .bottom {
  margin-top: 15px;
  gap: 15px;
}

.filters-and-content .results-wrapper .single-card .bottom div {
  gap: 8px;
  color: rgba(20, 20, 20, 0.7);
}

.filters-and-content .results-wrapper .single-card .bottom {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.filters-and-content .results-wrapper .single-card .bottom .tabs_bottom {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 40px;
}

.filters-and-content .results-wrapper .single-card .bottom .center-tabs {
  display: flex;
  align-items: center;

}

#popup-content {
  position: fixed;
  inset: 5%;
  background: white;
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}

#popup-content.hidden {
  display: none;
}

#close-popup {
  background: #00484c;
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-block: 10px;
  margin-left: auto;
}

.popup-btn {
  display: none;
  font-family: "Inter";
  background: white;
  border: 1px solid rgba(0, 72, 76, 1);
  font-size: 1.1rem;
  color: rgba(0, 72, 76, 1);
  width: 100%;
  padding-block: 15px;
  border-radius: 5px;
}

.filters-popup-mob {
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  .filters-and-content .filters-col {
    display: none;
  }

  .filters-and-content .content-col {
    width: 100%;
  }

  .popup-btn {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .filters-added {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }

  .filters-added .left {
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
  }

  .search-and-filters form {
    flex-direction: column;
  }

  .search-and-filters form .search,
  .search-and-filters form .location {
    width: 100%;
  }

  .search-and-filters form input[type="submit"] {
    inset: unset;
    position: relative;
    font-size: 1.1rem;
    padding-block: 15px;
    border-radius: 5px;
    margin-top: 20px;
  }

  .search-and-filters form .search::after {
    display: none;
  }

  .search-and-filters form .search {
    border-bottom: 1px solid rgba(20, 20, 20, 0.5);
  }

  .filters-added .filters {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}