/*-----------------------------------------------------------------------------------*/
/*	Framework
/*-----------------------------------------------------------------------------------*/
body.jobfeed { 
  font-family: 'Lato', system-ui, Arial, sans-serif;
}

h1 { 
  font-weight: 500;
  font-size: 24px;
  margin: 5px 0 15px; 
  font-family: 'Poppins', system-ui, Arial, sans-serif;
}

.breadcrumb { background: #ecf0f3; }

.keyword-tags { margin: 0 0 10px; }

.keyword-tag {
  background: #ecf0f3;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #777;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin: 3px 5px 2px 0;
  padding: 3px 15px;
}

div.adbox {
  color: #212121!important;
  display: inline-block;
  width: 100%;
}

div.adbox-margin {
  margin-top: 15px;
} 

.joblink {
  color: #212121!important;
  text-decoration: none;
}

.joblink:hover,
.joblink:focus {
  text-decoration: none;
}

a.adbox:hover h2,
a.adbox:hover .job-card__heading h3.job-card__title { color: #19598b; }

.job-post {
  background: #fff;
  color: #212121;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  padding: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.job-post h2,
.job-post .job-card__heading h3.job-card__title {
  font-size: 26px;
  margin: 0 0 10px;
  font-weight: 500;
}

.adsbygoogle-holder {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.adsbygoogle { min-height: 160px; width: 100%; }

.partner-container { margin-top: 50px; }
.company-container { margin-top: 50px; }

.company-container .company-fastresp-pill {
  margin: 8px 0 16px;
}
/*-----------------------------------------------------------------------------------*/
/*	Navigation
/*-----------------------------------------------------------------------------------*/
#navbar-search {
  position: fixed;
  top: 120px;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 6;
}

#navbar-search.logged-in { top: 115px !important; }

#navbar-search .btn-default:hover, .btn-default:focus {
  background-color: #FE8AC7 !important;
  border-color: #f285bd !important;
  color: #fff !important;
}

#navbar-search.nav-up { top: -80px; }

.navbar-search {
  background: #ecf0f3;
  border-bottom: 3px solid #ff87c7;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 6px;
  padding-top: 10px;
}

.navbar-search .container { padding-top: 0; }

.navbar-search ul.radio { margin: 5px 0 0; }
.navbar-search ul.radio > li {
  display: inline;
  margin: 0 15px;
}
.navbar-search ul.radio > li:last-child { margin-right: 0; }

.navbar-search ul.radio > li.divider {
  border-right: 1px solid #cacdcf;
  margin: 0 10px 0 0;
  padding: 5px 0;
}

.navbar-search ul.radio label {
  font-weight: 500;
  vertical-align: middle;
}

.navbar-search .location-option {
  padding: 10px;
}

.navbar-search .location-option li {
  cursor: pointer;
  padding: 5px 10px;
}

.navbar-search .location-option li:hover,
.navbar-search .location-option li.active { font-weight: 900; }

.navbar-search .btn.with-pref {
  border-color: #1f659b;
  border-width: 2px;
  font-weight: 500;
  padding: 5px 12px;
}

.navbar-search .with-pref .input-group-addon,
.navbar-search .with-pref .form-control {
  border-color: #1f659b;
  border-width: 2px;
  font-weight: 500;
}

.navbar-search .remove-search-keyword {
  color: #1f659b;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.navbar-search .dropdown-label{
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 96%;
}

.navbar-search .dropdown .dropdown-menu{
  width: 100%;
}

.navbar-search .form-control.selected { border: 2px solid #1f659b; }

/*-----------------------------------------------------------------------------------*/
/*	Checkbox
/*-----------------------------------------------------------------------------------*/
.checkbox > li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox > li .icheckbox_minimal {
  flex-shrink: 0;
  background: transparent;
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  height: 24px;
  width: 24px;
}

.checkbox > li .icheckbox_minimal.checked {
  display: flex;
  border-color: #FA4094;
  background: #FA4094;
  overflow: hidden;
}

.checkbox > li .icheckbox_minimal.checked::before {
  content: url('data:image/svg+xml; utf8, <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5.8L4.42857 9L13 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  height: 100%;
  width: 100%;
}

.filter-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.filter-list > li {
  color: #212121;
  border-bottom: 1px solid #f8f8f8;
  padding: 12px;
}

/*-----------------------------------------------------------------------------------*/
/*	Location Filter
/*-----------------------------------------------------------------------------------*/
.location-option {
  min-width: 300px;
}

.location-option .location-option-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 10px 4px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 250px;
  min-width: 100px;
}

.location-option .location-option-footer {
  display: flex;
  justify-content: center;
  margin: 5px auto;
}

.location-option .location-option-apply {
  width: 100%;
}

.location-option .location-option-list > li {
  padding: 5px 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	Sidebar Filter
/*-----------------------------------------------------------------------------------*/
.sidebar .filters-container {
  border-left: 1px solid #ebebeb;
  font-size: 14px;
  padding: 20px 0 20px 30px;
}

.sidebar .filter-option {
  clear: both;
  margin-bottom: 50px;
}

.sidebar .filter-option.last { margin-bottom: 0; }

.sidebar .filter-option h4 {
  border-bottom: 1px solid #ccc;
  color: #333333;
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 10px;
  padding-bottom: 10px;
}

.sidebar .filter-option .radio > li {
  display: flex;
  align-items: center;
}

.sidebar .filter-option .radio > li .iradio_minimal {
  flex-shrink: 0;
  background: transparent;
  border: 1px solid #CFCFCF;
  border-radius: 100%;
  height: 24px;
  width: 24px;
}

.sidebar .filter-option .radio > li .iradio_minimal.checked {
  display: flex;
  border-color: #FA4094;
}

.sidebar .filter-option .radio > li .iradio_minimal.checked::before {
  content: '';
  background: #FA4094;
  border-radius: 100%;
  margin: auto;
  height: 16px;
  width: 16px;
}

.sidebar label {
  font-weight: 400;
  vertical-align: middle;
  width: 90%;
}

.sidebar .filter-option > ul > li {
  margin: 5px 0;
  padding-bottom: 7px;
  padding-top: 7px;
}

.filter-option .radio label, 
.filter-option .checkbox label {
  padding-left: 10px;
}

.modal-header .mobile-header { padding-bottom: 15px; }
.modal-header .mobile-header a { color: #fff; }

/*-----------------------------------------------------------------------------------*/
/*	Responsive - Tablet
/*-----------------------------------------------------------------------------------*/
@media (max-width: 991px) and (min-width: 768px) {
  .navbar-search .btn,
  .navbar-search .btn.with-pref {
    padding: 6px 12px;
  }

  .navbar-search ul.radio > li {
    display: inline-block;
    font-size: 14px;
    margin: 0 20px 0 0;
  }
  
  .job-post { font-size: 16px; }

  .job-post h2,
  .job-post .job-card__heading h3.job-card__title { font-size: 24px; }
}

/*-----------------------------------------------------------------------------------*/
/*	Responsive - Mobile
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  /* Firefox/Safari: Workaround scrolling x-axis issue */
  html,body{
    overflow-x: hidden;
  }

  body.jobfeed { 
    background: #ffffff;
  }

  body.jobfeed h1 { font-size: 22px; }

  #jobfeed-search {
    width: 70%;
    float: left;
    margin-left: 30px;
    margin-top: 5px;
  }
    
  .navbar-search { margin-bottom: 0; padding-bottom: 5px; padding-top: 0; }
  .navbar-search .filter-toolbar {
    border-right: 1px solid #ccc;
    margin-right: 5px;
  }
  .navbar-search .filter-toolbar.last {
    border-right: none;
    margin-right: 0;
  }
  .navbar-search .filter-label {
    font-size: 11px;
    text-transform: uppercase;
  }
  .navbar-search .filter-value-heading {
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 3px 7px;
  }
  .navbar-search .filter-toolbar .caret.text-right {
    float: right;
    margin: 5px 2px 0;
  }

  .modal-header .mobile-header { 
    margin-top: 4px;
    padding-bottom: 0;
  }
  
  .modal.modal-fullscreen .modal-close {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 0;
    right: 0;
    top: 13px;
  }
  
  .salary-filter .btn { margin-top: 0; }
  .salary-filter .form-control { height: 41px; }
  button.salary-period,
  button.mobile-salary-period{
    background: none;
    border: none;
    color: #00678f;
    padding: 5px 10px;
  }

  button.salary-period.active,
  button.mobile-salary-period.active{ font-weight: bold; }
  button.salary-period:hover { color: #069ad3; text-decoration: underline; }
  
  .keyword-tag {
    background: #f9f9f9;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 2px 10px;
  }
  
  .container--jobs {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }

  .job-post {
    border-bottom: none;
    font-size: 15px;
    padding: 16px;
  }

  .job-post h2,
  .job-post .job-card__heading h3.job-card__title {
    color: #263F88;
    font-size: 17px;
    margin-bottom: 4px;
    text-transform: uppercase;
  }

  .job-post .job-card__heading h3.job-card__title {
    color: #212121;
    text-transform: none;
  }

  .navbar-toggle {
    margin-right: 8px !important;
  }
}

.panel.panel-clear{
  background: none;
  border: none;
}

.panel.panel-clear .panel-body{
  padding: 0;
}
.panel.panel-clear .panel-body a.adbox{
  margin-top: 15px;
  border: 1px solid #dedede;
  border-radius: 5px;
  overflow: hidden;
}

.panel.panel-clear .panel-body .job-title{
  background-color: #d3d6df;
  text-decoration: none;
  color: #1b1c1d;
  padding: 10px;
}

.panel.panel-clear .panel-body .job-title > span{
  font-weight: bold;
  text-decoration: none !important;
}

.panel.panel-clear .panel-body .job-title > span.intddtme{
  float: right;
  color: #ffffff;
  background-color: #00c09d;
  padding: 1px 10px;
  border-radius: 24px;
  font-size: 0.9em;
}

.panel.panel-clear .panel-body .job-title > span.intddtme.empty{
  float: right;
  background-color: #182852;
}

/* Masonry can overlap adjacent cards by 1px and hide border-bottom after font/layout reflow (e.g. ta). */
.user-page .jobs .adbox .job-post {
  position: relative;
  z-index: 1;
}


@media(max-width: 476px){
  .job-post {
    overflow: visible;
  }

  .applied-title-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
  }

  #btnDownloadAppSummary{
    width: 100%;
  }

  .jobs .job-title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

}

@media screen and (max-width: 767px) {
  .job-listing-inner-header {
      background-color: #F7F7F7 !important;
      padding: 8px 12px !important;
      width: 100% !important;
  }

  .job-page-title-count {
      font-weight: 700 !important;
      font-size: 16px !important;
  }

  .job-page-title {
      font-weight: 500 !important;
      font-size: 16px !important;
  }
}

.selected-locations {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #3F3F46;
  display: inline-block;
  width: 80%;
}

.job-listing-header {
    display: flex; 
    justify-content: space-between;
    gap: 50px;
}

.job-listing-inner-header {
    background-color: transparent;
    padding: 0px;
    border-radius: 4px;
}

.job-page-title-count {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    display: inline;
    margin: 0;
}

.job-page-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    display: inline;
    margin: 0;
}

.job-pagination {
    align-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    font-family: 'Poppins';
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: auto;
}


.job-alert-joblisting-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #FA4094;
  padding: 16px 24px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(247, 232, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(247, 232, 255, 1) 100%);
  margin-bottom: 20px;
  gap: 16px;
}
.job-alert-joblisting-title,
.manage-alert-cta-container {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
.job-alert-joblisting-title {
  flex: 1 1 auto;
}
.manage-alert-cta-container {
  flex-shrink: 0;
}
.job-alert-joblisting-text {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 700;
}
.job-alert-joblisting-text p {
  margin: 0;
}
.create-jobAlert-btn {
  flex-shrink: 0;
}
.job-alert-joblisting-container-success {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-radius: 5px;
  border: 1px solid #047857;
  background: #ECFDF5;
  margin-bottom: 20px;
  gap: 16px;
}
#closeManageAlertCtaContainer {
  cursor: pointer;
}

@media (max-width: 468px) {
  .job-alert-joblisting-container,
  .job-alert-joblisting-container-success {
      flex-direction: column;
      align-items: stretch;
      padding: 16px 11px;
      gap: 12px;
  }

  /* Job alert success should stay horizontal on mobile (matches design). */
  .job-alert-joblisting-container-success {
      flex-direction: row;
      align-items: center;
      padding: 12px 11px;
  }

  .job-alert-joblisting-title,
  .manage-alert-cta-container {
      gap: 10px;
      flex: none;
      width: 100%;
  }

  .job-alert-joblisting-container-success .job-alert-joblisting-title {
      flex: 1 1 auto;
      width: auto;
  }

  .job-alert-joblisting-container-success .manage-alert-cta-container {
      width: auto;
  }

  .create-jobAlert-btn {
      width: 100%;
      white-space: normal;
      height: auto;
      min-height: 40px;
      --padding-inline-start: 12px;
      --padding-inline-end: 12px;
  }

  .job-alert-joblisting-text {
      margin-top: 0;
      font-size: 16px;
  }

  .create-job-alert-text {
      margin-top: 0;
  }

  .manage-alert-cta-container {
      justify-content: space-between;
      align-items: center;
  }

  #closeManageAlertCtaContainer {
      display: none;
  }
}

.joblist-auto-correct {
  font-size: 16px; 
  font-weight: 400; 
  font-family: Lato;
  line-height: 24px;
  display: flex;
  color: #3F3F46;
}

.joblist-auto-correct-top-margin {
  margin-top: 10px;
}

.joblist-suggested-keyword {
  color: #1D4ED8; 
  font-weight: 700; 
  text-decoration: underline;
  cursor: pointer
}

html[lang="ta"] {
  .applied-title-wrapper{
    font-size: 20px;
  }
  .view-all-jobs-btn {
    font-size: 15px;
    width: auto;
  }
  #btnDownloadAppSummary{
    font-size: 14px;
  }
  .panel.panel-clear .panel-body .job-title > span {
    font-size: 14px;
  }
  .panel.panel-clear .panel-body .job-title > span.intddtme {
    font-size: 12px;
  }
  @media (max-width: 768px) {
    .manage-alert-cta-container {
      width: 50%;
      article {
        font-size: 13px;
      }
    }
    .job-alert-joblisting-title {
      gap: 5px;
      article {
        font-size: 13px;
      }
    }
  }
}