@media screen and (max-width:768px){
  .overflow-invisible-scroll,
  #career_details_container {
    max-height: 960px;
    height: 100%;
    /* overflow: hidden; */
  }
  #career_details_container {
    max-height: 1800px;
  }
  .overflow-invisible-scroll .jet-listing-grid.jet-listing {
    max-height: 960px;
    height: 100%;
    /* overflow: hidden; */
  }
  .overflow-invisible-scroll > .elementor-widget-container {
    height: initial !important;
    -webkit-overflow-scrolling: touch;
  }
  #career_details_container > .e-con-inner {
    /* height: fit-content; */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 769px) {
  .overflow-invisible-scroll,
  #career_details_container {
    max-height: 960px;
    height: 100%;
    /* overflow: hidden; */
  }
  #career_details_container {
    /* max-height: 1800px; */
  }
  /* .overflow-invisible-scroll .jet-listing-grid.jet-listing {
    max-height: 960px;
    height: 100%;
    overflow: hidden;
  } */
  .overflow-invisible-scroll > .elementor-widget-container {
    height: initial !important;
    -webkit-overflow-scrolling: touch;
  }
  /* .overflow-invisible-scroll
    .jet-listing-grid.jet-listing
    > .jet-listing-grid__items {

  } */
}
#career_details_container {
  height: 100%;
  /* overflow: hidden; */
}
#career_details_container > .e-con-inner {
  height: fit-content;
  /* overflow-y: auto; */
  -webkit-overflow-scrolling: touch;
}

.container_click_action .tv-api-popup-addon {
  display: none;
}

a.button.tv-green-btn {
  padding: 10px;
  margin-top: 15px;
  color: #00492b;
  border: 1px solid #00492b;
  border-radius: 5px;
  display: inline-block;
  transition: 0.5s;
}

a.button.tv-green-btn:hover {
  background-color: #00492b;
  color: white;
}

@media screen and (max-width: 768px) {
  #career_details_container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    align-items: start;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    padding: 0 !important;
    /* overflow: hidden; */
  }
  #career_details_container > .e-con-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: auto;
    background-color: white;
    padding: 20px 15px;
    height: 100%;
    /* overflow-y: auto; */
    -webkit-overflow-scrolling: touch;
  }
}
#career_details_container .career_detail_close {
  width: 30px;
  height: 30px;
  background-color: #00492b;
  position: fixed;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  color: white;
  font-weight: 900;
  text-align: center;
  display: grid;
  align-items: center;
  z-index: 999;
}

#career_details_container .e-con-inner {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}

.overflow-invisible-scroll {
  /* scrollbar-gutter: stable both-edges; */
}
@media screen and (min-width: 768px) {
  .overflow-invisible-scroll {
    -ms-overflow-style: 10px; /* IE and Edge */
    scrollbar-width: 10px;
    scrollbar-color: #ffffff #00492b;
    overflow-y: overlay;
    padding-right: 10px;
  }
}

#career_details_container .e-con-inner,
.overflow-invisible-scroll::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}

.container_click_action {
  border: 2px solid transparent;
  cursor: pointer;
}

.container_click_action.active {
  border-color: #00492b !important;
}

#filter-bar-content .jet-search-filter__input,
#filter-bar-content .jet-select__control,
#filter-bar-content .jet-filter-items-dropdown__label {
  max-height: 44px;
  height: 44px;
  border: none;
  background-color: white;
}

#filter-bar-content .jet-filter-items-dropdown__label{
  display: flex;
  align-items: center;
  font-family: ivyjournal;
}

@media screen and (max-width: 768px) {
  #filter-bar-content {
    padding: 0 !important;
  }
}

#filter-bar-content .elementor-widget {
  width: 100%;
}

#filter-bar-content button {
  max-height: 44px;
  font-size: 1rem;
  line-height: 50%;
  height: 44px;
}

#career-sort-filter .jet-select__control {
  height: 44px;
  max-height: 44px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #666;
}

.overflowing {
  text-align: center;
}/*# sourceMappingURL=careers.css.map */