.job-post_with-details {
  position: relative;
}
.job-post_with-details .jobpost_flex {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  align-items: center;
  gap: 20px;	
}
.job-post_with-details .jobpost_flex .flex_item,
.joppost_fillter_container form .resetbtn {
  cursor: pointer;
}
.job-post_with-details .jobpost_flex .flex_item.column-3 {
  flex: 3 1 calc(33.33% - 20px);
}
.job-post_with-details .jobpost_flex .flex_item.column-2 {
  flex: 2 1 calc(50% - 20px);
}
.job-post_with-details .jobpost_flex .flex_item.column-1 {
  flex: 1 1 calc(100% - 20px);
}
.job-post_with-details .jobpost_flex .jobpost_box {
  height: 100%;
  transition: all 0.4s ease;
}
.job-post_with-details .jobpost_box .job_address_type {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.job-post_with-details .jobpost_flex .jobpost_box .add_location {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.job-post_with-details .jobpost_flex .jobpost_box .add_location i {
  padding-right: 7px;
}
.job-post_with-details .jobpost_box .button_area i {
  padding-left: 5px;
}
@media (max-width: 992px) {	
  .job-post_with-details .jobpost_flex .flex_item.column-3 {
    flex: 2 1 calc(50% - 20px);		
  }
}
@media (max-width: 768px) {
  .job-post_with-details .jobpost_flex {
    flex-direction: column;
  }
  .job-post_with-details .jobpost_flex .flex_item {
    flex: 1 1 calc(100% - 20px) !important;
  }
  .job-post_with-details .jobpost_flex .jobpost_box {
    height: 100% !important;
  }
  .job-post_with-details .jobpost_box .job_address_type {
    flex-direction: column;
    align-items: flex-start;
  }
  .job-post_with-details .jobpost_box .job_address_type .j_type {
    display: inline-block;
  }
}
*, :after, :before {
  box-sizing: border-box;
}
.job-post_with-details a,
.job-post_with-details a:hover,
.job-post_with-details a:focus {
  text-decoration: none;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
{# Filter Css #}
.joppost_fillter_container form {
  margin-bottom: 60px;
}
.joppost_fillter_container form select,
.joppost_fillter_container form input,
.joppost_fillter_container form .filterselect,
.joppost_fillter_container form .job_search,
.joppost_fillter_container form .resetfilter {
  width: 100%;
  display: block;
}
.joppost_fillter_container form .resetbtn {
  text-align: center;
  width: 100%;
  display: block;
}
.joppost_fillter_container .jop_fillter_flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.joppost_fillter_container form .job_search {
  position: relative;
}
.joppost_fillter_container form .job_search input.search_in,
.joppost_fillter_container form select {
  display: block;
  width: 100%;                                                                                                                                                                                                  
  transition: all .3s ease;
  outline: none;
}
.job-post_with-details .jobpost_box .button_area .job_btn {
  display: inline-block;
}
@media(max-width: 900px){
  .joppost_fillter_container .jop_fillter_flex {
    flex-direction: column;
    gap: 15px;
  }
}
{# Load More CSS #}
.job-post_with-details .load-more_btn {
  width: 100%;
  text-align: center;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
  text-decoration: none;
  outline: 0;
  transition: all .3s ease;
}
{# Detail Page Css #}
.jobpost_detailpage .jd_content .jd_flex {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.jobpost_detailpage .jd_content .jd_flex .jd_flexitem.two {
  flex: 0 0 40%;
}
.jobpost_detailpage .jd_content .jd_c_flex {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  width: 100%;
}
.jobpost_detailpage .jd_content .jd_c_flex .jd_img img {
  object-fit: cover;
}
.jobpost_detailpage .jd_content .jd_flex .jd_txt {
  width: 100%;
}
.jobpost_detailpage .jd_content .jd_txt .jd_tc_flex {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jobpost_detailpage .jd_content .jd_flex .jd_txt .direction i {
  padding-right: 7px;
}
.jobpost_detailpage .jd_content .jd_txt .jd_date_flex {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.jobpost_detailpage .jd_content .backtolist i {
  padding-left: 10px;
}
.jobpost_detailpage .jd_content .backtolist {
  display: inline-block;
  text-decoration: none;
}
.jobpost_detailpage .jd_flexitem.two form input[type="text"],
.jobpost_detailpage .jd_flexitem.two form input[type="password"],
.jobpost_detailpage .jd_flexitem.two form input[type="email"],
.jobpost_detailpage .jd_flexitem.two form input[type="number"],
.jobpost_detailpage .jd_flexitem.two form input[type="search"],
.jobpost_detailpage .jd_flexitem.two form input[type="tel"],
.jobpost_detailpage .jd_flexitem.two form input[type="url"],
.jobpost_detailpage .jd_flexitem.two form input[type="date"],
.jobpost_detailpage .jd_flexitem.two form input[type="month"],
.jobpost_detailpage .jd_flexitem.two form input[type="week"],
.jobpost_detailpage .jd_flexitem.two form input[type="time"],
.jobpost_detailpage .jd_flexitem.two form input[type="datetime-local"],
.jobpost_detailpage .jd_flexitem.two form input[type="color"],
.jobpost_detailpage .jd_flexitem.two form input[type="radio"],
.jobpost_detailpage .jd_flexitem.two form input[type="range"],
.jobpost_detailpage .jd_flexitem.two form input[type="file"],
.jobpost_detailpage .jd_flexitem.two form input[type="image"],
.jobpost_detailpage .jd_flexitem.two form textarea,
.jobpost_detailpage .jd_flexitem.two form select {
  width: 100%;
}
.jobpost_detailpage .jd_flexitem.two form input[type="checkbox"] {
  margin-bottom: 0px !important;
  width: fit-content !important;
}
@media(max-width: 900px){ 
  .jobpost_detailpage .jd_content .jd_flex {
    flex-direction: column;
  }
  .jobpost_detailpage .jd_content .jd_flex .jd_flexitem.one {
    flex: 0 0 100%;
  }
  .jobpost_detailpage .jd_content .jd_flex .jd_flexitem.two {
    flex: 0 0 100%;
  }
}
@media(max-width: 600px){ 
  .jobpost_detailpage .jd_content .jd_flex .jd_c_flex {
    flex-direction: column;
    gap: 20px;
  }
  .jobpost_detailpage .jd_content .jd_flex .jd_c_flex .jd_img img {
    max-width: 100% !important;
    min-width: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
  }
}
{# Animation Css #}
.fade-in {
  animation: fadeIn 0.3s ease-in-out forwards;
}
.fade-out {
  animation: fadeOut 0.3s ease-in-out forwards;
}
.slide-in {
  animation: slideIn 0.4s ease-in-out forwards;
}
.slide-out {
  animation: slideOut 0.4s ease-in-out forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); 
  }
  100% {
    opacity: 1;
    transform: translateY(0); 
  }
}
.flex_item {
  opacity: 0; 
  animation: none; 
}
.flex_item.fadeInUp {
  animation: fadeInUp 0.5s ease-out forwards; 
}