
/** job-form-section **/

.job-form-section{
  position: relative;
  background: var(--secondary-color);
}

.job-form-section .sec-title p{
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-top: 18px;
}

.job-form-section .form-inner{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 40px 30px;
  padding-bottom: 10px;
}

.job-form-section .form-inner .title-box{
  position: relative;
  display: block;
  padding: 17px 0px 17px 120px;
  margin-bottom: 40px;
}

.job-form-section .form-inner .title-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background: var(--secondary-color);
  font-size: 30px;
}

.job-form-section .form-inner .title-box  h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
}

.job-form-section .form-inner .title-box p{
  font-size: 16px;
  line-height: 30px;
}

.job-form-section .form-inner .form-group{
  position: relative;
  margin-bottom: 30px;
}

.job-form-section .form-inner .select-box{
  min-height: 60px;
}

.job-form-section .form-inner .form-group input[type='text'],
.job-form-section .form-inner .form-group input[type='email'],
.job-form-section .form-inner .form-group textarea,
.job-form-section .form-inner .form-group .nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  color: var(--text-color);
  transition: all 500ms ease;
}

.job-form-section .form-inner .form-group .nice-select{
  padding: 0px 25px;
  line-height: 60px;
}

.job-form-section .form-inner .form-group input:focus,
.job-form-section .form-inner .form-group textarea:focus{
  
}

.job-form-section .form-inner .form-group textarea{
  height: 150px;
  border-radius: 20px;
  resize: none;
  padding-top: 15px;
}

.job-form-section .form-inner .right-content{
  position: relative;
  padding-top: 134px;
  padding-left: 30px;
}

.job-form-section .form-inner .right-content:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: calc(100% + 80px);
  left: 0px;
  top: -40px;
}

.job-form-section .form-inner .theme-btn{
  width: 100%;
}


/** job-section **/

.job-section{
  position: relative;
}

.job-block-one{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
}

.job-block-one .upper-box{
  position: relative;
  display: block;
  padding: 5px 40px;
  border-bottom: 1px solid #e5e5e5;
}

.job-block-one .upper-box .job-info{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.job-block-one .upper-box .job-info li{
  position: relative;
  display: inline-block;
  margin-right: 40px;
}

.job-block-one .upper-box .job-info li:last-child{
  margin: 0px !important;
}

.job-block-one .upper-box .job-info li span{
  font-weight: 600;
  color: var(--title-color);
}

.job-block-one .upper-box .job-info li i{
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-right: 8px;
  color: var(--title-color);
  top: 2px;
}

.job-block-one .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
}

.job-block-one .inner-box .title-box{
  position: relative;
  display: block;
  padding: 0px 0px 15px 140px;
}

.job-block-one .inner-box .title-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: var(--secondary-color);
  border-radius: 50%;
  font-size: 50px;
}

.job-block-one .inner-box .title-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 6px;
}

.job-block-one .inner-box span{
  position: relative;
  display: block;
}

.job-block-one .inner-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--text-font);
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 6px;
}

.job-block-one .inner-box .theme-btn{
  border: solid;
  border-width: 1px;
  background: transparent;
  padding: 2px 20px;
  margin: 5px;
}

.job-block-one .inner-box .theme-btn:hover{
  border-color: var(--secondary-color) !important;
  background: var(--secondary-color);
}


.job-form-section.dark-section{
  background: transparent;
}

.job-form-section.dark-section .sec-title p{
  color: var(--text-color);
}

.job-form-section.dark-section .form-inner{
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.06);
}

.job-form-section .form-inner .upload-box{
  position: relative;
  display: flex;
  align-items: center;
}

.job-form-section .form-inner .upload-box .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 16px;
  text-align: center;
}

.job-form-section .form-inner .upload-box input{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
}

.job-form-section .form-inner .upload-box button{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--text-color);
  cursor: pointer;
}

.job-form-section.dark-section .form-inner .theme-btn{
  width: auto;
  padding: 15px 116px;
}

.search-form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 15px 40px;
  background-color: #fff;
  border-radius: 50px;
}
.search-input,
.location-select,
.date-select {
  flex: 1;
  padding: 10px 40px;
  border: 1px solid #ccc;
  border-radius: 50px;
  margin: 5px;
  width: 100%;
}

.category-widget {
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.category-widget h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bolder;
}
label {
  font-size: small;
}
.category-list {
  list-style: none;
  padding: 0;
}
.category-list li {
  margin-bottom: 5px;
}
.category-checkbox {
  margin-right: 10px;
  transform: scale(1.2);
}
.subcategory-checkbox {
  transform: scale(1.2);
}
.subcategory-list {
  list-style: none;
  margin-left: 20px; /* Add margin-left for indentation */
  padding: 0;
}
.subcategory-list li {
  margin: 10px 0;
}
.subcategory-checkbox {
  margin-right: 8px;
}
.show-more {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}
.show-more i {
  margin-right: 5px;
}
.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#rank > .nice-select:before {
  top: 0px;
  right: 0px;
}
.nice-select:before {
  position: absolute;
  content: '\e914';
  font-family: 'icomoon';
  font-size: 7px;
  top: 12px;
  right: 25px;
}
.blog-sidebar {
  position: relative;
  display: block;
  padding: 10px 30px;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.custom-position {
  margin: 0rem ;
}
.heading-widget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  font-family: Arial, sans-serif;
  padding: 30px 10px;
  font-size: 16px;
}
.heading-widget .filters h2 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.heading-widget .applied h4 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #007bff;
}
.heading-widget .applied h4 span {
  font-weight: bold;
}
.list{
  width:100%
}
.job-block-one > .inner-box{
  border-bottom: 1px solid #e5e5e5;
}
.sort-by-container {
display: flex;
align-items: center;
gap: 10px; /* Space between label and dropdown */
}
.sort-by-container label {
margin: 0;
font-size: 0.9rem; /* Adjust font size */
color: #333; /* Text color */
margin-bottom: 7px;
}
.sort-by-container .form-select {
max-width: 250px; /* Limit dropdown width */
font-size: 0.85rem; /* Adjust font size */
padding: 5px 70px; /* Inner padding for dropdown */
border-radius: 5px; /* Rounded corners */
border: 1px solid #ddd; /* Subtle border color */
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Light shadow for depth */
transition: box-shadow 0.3s ease;
}
.sort-by-container .nice-select:before {
  content: '';
}
#searchText::placeholder {
  color: gray; /* Change this to your preferred color */
  opacity: 0.7; /* Adjust opacity if needed */
}

.clear-filter h4{
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color:rgb(255, 255, 255);
  padding: 0px;
  margin: 0px;
}

#clearall {
  position: relative;
  z-index: 1000; /* Ensure it's above other elements */
  cursor: pointer; /* Change cursor to pointer to indicate it's clickable */
}
.rank-title {
  display: flex;
  align-items: center; /* Aligns the items vertically in the middle */
}

.ranks {
  margin-right: 10px; /* Adds space between the elements */
}

.dropdown-icon-2 {
  margin-left: auto; /* Pushes the icon to the right */
}

.category{
  margin-right: 10px;
}

/** rtl-css **/

.rtl .job-form-section .form-inner .title-box{
  padding-left: 0px;
  padding-right: 120px;
}

.rtl .job-form-section .form-inner .title-box .icon-box{
  left: inherit;
  right: 0px;
}

.rtl .job-form-section .form-inner .right-content{
  padding-left: 0px;
  padding-right: 30px;
}

.rtl .job-form-section .form-inner .right-content:before{
  left: inherit;
  right: 0px;
}

.rtl .job-block-one .inner-box .title-box{
  padding-left: 0px;
  padding-right: 140px;
}

.rtl .job-block-one .inner-box .title-box .icon-box{
  left: inherit;
  right: 0px;
}

.rtl .job-block-one .upper-box .job-info li{
  margin-right: 0px;
  margin-left: 40px;
}

.rtl .job-block-one .upper-box .job-info li i{
  margin-right: 0px;
  margin-left: 8px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .job-form-section .form-inner .right-content{
    padding: 0px !important;
  }

  .job-form-section .form-inner .right-content:before{
    display: none;
  }

  .job-block-one .inner-box{
    display: block;
    padding-bottom: 6px;
  }

  .job-block-one .inner-box .title-box,
  .job-block-one .inner-box .salary-box,
  .job-block-one .inner-box .experience-box,
  .job-block-one .inner-box .btn-box{
    position: relative;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  

  .rtl .job-block-one .inner-box .title-box,
  .rtl .job-block-one .inner-box .salary-box,
  .rtl .job-block-one .inner-box .experience-box,
  .rtl .job-block-one .inner-box .btn-box{
    margin-right: 0px;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px){
  .job-form-section{
    padding: 70px 0px 40px 0px;
  }

  .job-block-one .upper-box,
  .job-block-one .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .job-section{
    padding: 60px 0px 40px 0px;
  }
}

@media only screen and (max-width: 599px){
  .job-form-section.dark-section .form-inner .theme-btn{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 499px){
  .job-block-one .inner-box .title-box{
    padding-left: 0px;
  }

  .rtl .job-block-one .inner-box .title-box{
    padding-right: 0px;
  }

  .job-block-one .inner-box .title-box .icon-box{
    position: relative;
    margin-bottom: 20px;
  }

  .job-form-section .form-inner .title-box{
    padding-left: 0px;
  }

  .rtl .job-form-section .form-inner .title-box{
    padding-right: 0px;
  }

  .job-form-section .form-inner .title-box .icon-box{
    position: relative;
    margin-bottom: 20px;
  }
}

/* Styles for laptop and larger screens */
@media (min-width: 990px) {
  .search-form {
      flex-direction: row;
      padding: 0px 10px 10px 10px;
      border-radius: 0px;
  }
  .search-input,
  .location-select,
  .date-select {
      max-width: 100%;
  }
  .search-button {
      max-width: 150px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .search-form {
      display: flex;
      flex-wrap: wrap; 
      flex-direction: row;
      justify-content: space-between; 
      padding: 15px 40px;
      border-radius: 50px;
  }
  .search-input,
  .location-select,
  .date-select {
      flex: 1 1 45%;
      max-width: 100%; 
      box-sizing: border-box; 
  }
  .theme-btn.btn-one {
      margin: 5px; 
  }
}
/* Styles for mobile devices */
@media (max-width: 767px) {
  .search-form {
      flex-direction: column;
      align-items: stretch;
      gap: 15px;
      padding: 15px 40px;
      border-radius: 50px;
  }
  .search-input,
  .location-select,
  .date-select,
  .search-button {
      width: 97%;
  }
}









































