ul.job-tag { margin: 5px 0 15px; }

.job-post {
  border-bottom: 1px solid #eee;
}

.job-card {
  display: flex;
  gap: 16px;
}

.job-card__logo {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  min-height: 142px;
  padding: 0 40px;
  width: 253px;
}

.job-card--feed .job-card__logo {
  padding: 0 28px;
}

.job-card__main {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 15px;
}

.job-card__top {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.job-card__heading {
  min-width: 0;
}

.job-card__network {
  flex: 0 0 auto;
  text-align: right;
}

.job-card__desc {
  margin-top: 4px;
}

.job-card__footer {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.job-card__coy {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.job-card__coy-logo {
  flex: 0 0 auto;
  width: 60px;
}

.job-card__salary {
  flex: 0 0 auto;
}

.job-tag > li {
  border: 1px solid #427eb0;
  color: #427eb0;
  display: inline-block;
  font-size: 14px;
  margin: 3px 6px 3px 0;
  padding: 3px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.job-tag > li:first-child { margin-left: 0; }
.job-tag > li:last-child { margin-right: 0; }

.job-tag-label { color: #5F5F5F; }

.jobcoy .glyphicon { color: #bababa; }

.coyinfo-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.coyinfo-row {
  align-items: center;
  display: flex;
  gap: 7px;
}

.coyinfo-title,
.coyinfo-meta {
  color: #212121;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.71px;
}

.coyinfo-pill {
  align-items: center;
  background: #f5f5f5;
  border-radius: 4px;
  color: #3f3f46;
  display: inline-flex;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 5px;
  width: fit-content;
}

.coyinfo-pill__transparent {
  background: transparent;
}

.coyinfo-pill .emp-responsive-msg {
  color: inherit;
  font-weight: 700;
}

.coyinfo-row fast-icon {
  --color: #bababa;
  flex: 0 0 auto;
}

.img-coylogo { margin: 0 auto; }

.img-listing-coylogo {
  max-width: 142px;
}

.job-salary { text-align: right; }

.salmin {
  color: #ff3e97;
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.salindi {
  color: #212121;
  font-size: 18px;
  text-transform: uppercase;
}

.job-status-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding-bottom: 6px;
}

.job-status-tags:not(:empty) {
  min-height: 28px;
}

.job-card__logo .img-listing-coylogo {
  aspect-ratio: 1;
  height: auto;
  max-height: 142px;
  object-fit: contain;
  width: 100%;
}

.featured-tag,
.urgent-tag {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  line-height: 16px;
  padding: 6px 12px;
}

.featured-tag {
  background: #FFEEF6;
  color: #FA4094;
}

.urgent-tag {
  background: #FEE2E2;
  color: #B91C1C;
}

.featured-tag fast-icon,
.urgent-tag fast-icon {
  flex-shrink: 0;
}

.career-fair-tag {
  background: url('../../../img/frontend/icon-career-fair-tag.png') no-repeat;
  background-size: 78px 24px;
  display: block;
  position: absolute;
  right: 0;
  top: 14px;
  width: 78px;
  height: 24px;
}

.job-notice {
  color: #a15d64;
  font-size: 12px;
  margin: 15px 10px 0;
  text-align: center;
}

.sort-search-header-highlight {
  background-color: #fff !important;
  border-radius: 5px !important;
  box-shadow: 0 0 0 3px #fff;
  position: relative !important;
  z-index: 10001 !important;
  width: fit-content;
  max-width: 100%;
  padding: 5px 15px 5px 10px;
}

.jf-sort-filter-container > div:first-child.sort-search-header-highlight {
  flex: 0 0 auto;
  align-self: flex-start;
}

.sort-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.sort-search-tooltip {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  height: auto;
  max-width: calc(100vw - 16px);
  padding: 20px 15px;
  position: fixed;
  width: 340px;
  z-index: 10002;
}

.sort-search-tooltip:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 15%;
  border-width: 8px;
  border-radius: 3px;
  rotate: 45deg;
  margin-bottom: -15px;
  border-style: solid;
  border-color: #fff;
  transform: translateX(-50%);
}

.sort-search-tooltip-title {
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.sort-search-tooltip-subtitle {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.sort-search-tooltip-dismiss-button {
  border: 1px solid #D4D4D4; 
  background-color: #fff; 
  border-radius: 4px; 
  display: block;
  margin: 12px 0 0 auto;
  padding: 3px 16px 3px 16px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
}
.jf-sort-list {
  min-width: 200px;
}


/*-----------------------------------------------------------------------------------*/
/*	Responsive - Tablet
/*-----------------------------------------------------------------------------------*/
@media (max-width: 991px) and (min-width: 768px) {
   .career-fair-tag { top: 10px; }
   .tablet-header {
    display: block !important;
  }

  .joblist-padding {
      margin-top: 0px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*	Responsive - Mobile
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .jobs {
    margin-left: -15px;
    margin-right: -15px;
  }

  .load-more {
    width: 300px !important;
}
  
  .job-card {
    display: block;
  }

  .job-card__main {
    padding: 0;
  }

  .job-card__footer {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }

  .job-card__coy {
    flex: 1 1 auto;
    min-width: 0;
  }

  .job-card__salary {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .coyinfo-title,
  .coyinfo-meta {
    font-size: 16px;
    line-height: 24px;
  }

  .coyinfo-pill {
    font-size: 12px;
    padding: 6px 10px;
  }

  .coyinfo-row fast-icon {
    display: none;
  }

  .coyinfo-row {
    gap: 0;
  }

  .featured-tag,
  .urgent-tag {
    font-size: 12px;
    padding: 4px 10px;
  }

  .job-tag > li {
    font-size: 13px;
    margin: 3px 4px 3px 0;
    padding: 2px 8px;
  }
  
  .job-tag-label { font-size: 14px; }
  
  .career-fair-tag {
    background-size: 59px 18px;
    top: 10px;
    width: 59px;
    height: 18px;
  }
  
  .salmin { font-size: 16px; }
  .salindi { font-size: 12px; }
  
  .jobcoy {
    font-size: 14px;
    margin: 0;
  }
  
  .jobcoy > [class*='col-'] {
    padding-right:0;
    padding-left:0;
  }

  .jobcoy .glyphicon { font-size: 13px; }
  
  .coylogo-holder,
  .reco-job .coylogo-holder {
    border: 1px solid #eee;
    min-height: 40px !important;
    margin: 0 15px 0 0;
    padding: 2px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  .img-coylogo.img-default { width: 50%; }
 
  .img-network-tag {
    width: 38px;
    height: 38px;
  }
  
  .text-after-apply-desc1 { 
      font-size: 13px;
      font-weight: bold;
      padding: 0px;
      margin-bottom: 10px;
  }
  
  .text-after-apply-desc2 {
      text-align: left;
      margin-top: 0px;
      color: #3b4674;
  }
  
  .list-download-icon li {
      margin-bottom: 10px;
  }
  
  .img-after-apply {
      padding: 0px;
  }
  .sort-search-tooltip {
    width: calc(100vw - 16px);
  }
  
  /*-----------------------------------------------------------------------------------*/
  /*	favourite jobs display in job list
  /*-----------------------------------------------------------------------------------*/
  .fav-job-line {
    display: none;
  }
  #cards_landscape_wrap-2 .card-flyer {
    margin-top: 6px !important;
  }
  #cards_landscape_wrap-2 > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .apply-favourite-job-label{
    flex: 1 1 0;
    min-width: 0;
    margin-top: 10px !important;
    margin-left: 5px !important;
  }
  .view-favourite-job-label {
    flex: 0 0 auto;
    width: auto;
    float: none;
    white-space: nowrap;
    text-align: right;
    margin-top: 10px !important;
    margin-right: 9px !important;
  }
  #cards_landscape_wrap-2 > .row > .slide {
    flex: 0 0 100%;
  }

  #cards_landscape_wrap-2 {
    margin-top: 1px !important;
    margin-bottom: 6px !important;
    background-color: #ffffff;
    padding-bottom: 20px;
  }
  .slide {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: inherit;
    margin-left: 10px;
    padding-right: 30px;
    width: 100%;
  }
  .slide .fav-job-display {
    display: flex;
    flex-shrink: 0;
    scroll-snap-align: start;
    scroll-behavior: smooth;
    align-items: center;
  }
  
  .text-box {
    width: 315px !important;
  }
}

/*-----------------------------------------------------------------------------------*/
/*	favourite jobs display in job list
/*-----------------------------------------------------------------------------------*/
.fav-job-display-salary h3 {
  margin-top: -5px;
  margin-bottom: 7px;
}
.fav-job-display-loc {
  color: #427eb0;

}
.fav-job-display-campName .glyphicon {
  color: #bababa;
}

.fav-job-display-campName .fav-job-display-fastresp {
  margin-top: 4px;
  display: block;
}

.fav-job-display-jobTitle h3, .fav-job-display-salary h3 {
  font-size: 14px;
}

.fav-job-display-jobTitle .fav-job-display-status-tags {
  margin: 6px 0 8px;
}

.fav-job-display-jobTitle .fav-job-display-status-tags .urgent-tag,
.fav-job-display-jobTitle .fav-job-display-status-tags .featured-tag {
  font-size: 11px;
  gap: 4px;
  line-height: 14px;
  padding: 4px 8px;
}

.fav-job-display-logo {
  margin-right: -10px;
  width: 80px;
  height: 50px;
}
.fav-job-display-line {
  margin-top: 8px;
}
.view-favourite-job-label {
  float: right;
  text-align: right;
}
.apply-favourite-job-label{
  text-align: left;
}
.favourite-job-details {

}
.fav-job-display-sal {
  color: #ff3e97;
  font-weight: 500;
}
.fab-job-apply-arrow {
  color: white;
}
.fav-jobs-display-btn {
  width: 100%;
  border-radius: revert;
  margin-top: 10px;
}
.fav-jobs-display-info, .fav-jobs-display-campInfo {
  padding: 1px 12px;
  font-size: 14px;
  color: black;
}
#cards_landscape_wrap-2 {
  margin-top: 10px;
}
#cards_landscape_wrap-2 .container{
  padding-top: 80px;
  padding-bottom: 100px;
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
  color: #ff3e97;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
  -webkit-transition:all .9s ease;
  -moz-transition:all .9s ease;
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease;
  width: 100%;
  height: 200px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: left;
}

#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  margin-top: 16px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 16px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6{
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Poppins', system-ui, Arial, sans-serif;
  letter-spacing: 1px;
  color: #00acc1;
}

@media (max-width: 767px) {
    .fav-jobs-display-info, .fav-jobs-display-campInfo {
        font-size: 12px;
      }
    .fav-job-display-logo {
        width: 60px;
        height: 40px;
      }
}

.load-more {
    width: 560px;
    padding: 15px;
}

/*---------------COURSES CARDS -------------------*/

.course-cards {
	min-height: 285px;
	border-radius: 3px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	margin-bottom: 30px;
}

#available-courses {
    background-color: #F6F6F6 !important;
}

.course-cards .provider-name  {

    text-align: left !important;
}

.course-cards .course-detail-ttl  {

    text-align: left !important;
}

.course-cards .course-detail-intro  {

    text-align: left !important;
}

.course-cards .tag-container  {

    text-align: left !important;
}

.cards-href {
text-decoration: none !important;

}
.course-lvl
{
    position: absolute;
    top: 0px;
    right: 15px;
    background-color: #777;
    color: #fff;
    padding: 5px 20px;
    border-bottom-left-radius: 25px;
}

.course-tag{
    background-color: #E4E5EA;
    color: #3D4CC0;
    font-size: 13px;
    border-radius: 20px;
    padding: 0px 15px;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 10px;
    line-height: 30px;
    display: inline-block;
}

.course-tag.funding {
    background-color:  #E4E5EA !important;
    color: #FA4094  !important;
}
.course-tag.industry { 
    background-color: #E4E5EA !important;
    color: #3D4CC0 !important;
}
.course-cards .course-coylogo {
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
.course-lvl.early {
    background-color: #27AE70 !important;
}
.course-lvl.mid {
    background-color: #FF6800 !important;
}

.provider-name {
    padding-top: 60px;
    color: #777;
    font-size: 16px!important;
}



.course-cards .header { height: 70px; padding: 10px; }
.course-cards .course-detail { margin-top: -20px; line-height: 15px; }
.course-cards .course-detail .course-detail_ { width: 100%; padding: 0 5%; }
.course-cards .course-detail .course-detail-coydism { font-size: 13px; }
.course-cards .course-detail .course-detail-ttl { font-size: 20px; line-height: 25px; }
.course-cards .course-detail .course-detail-coydism,
.course-cards .course-detail .course-detail-ttl {
	overflow: hidden;
	font-weight: 400;
	color: #11255A;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inherit;
}

.course-detail-ttl {
  margin-top: 50px;
}

.course-detail .course-detail-ttl{
	font-weight: bold!important;
}

.course-cards .course-detail .course-detail-intro {
	color: #777;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
  min-height: 50px;
}
.course-cards .course-detail .course-detail-salary { 
	font-size: 14px;
  	color: #777;
}
.course-cards .course-detail .course-detail-salary .data-salary {
	color: #fa4094;
	font-size: 18px;
	font-weight: 600;
}
.course-cards .course-detail .course-detail-info { padding-left: 5%; }
.course-cards .course-detail .course-detail-info li {
	float: left;
	border-radius: 15px;
	max-width: 185px;
	padding: 5px 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #E5E6EB;
}
.course-cards .course-detail .course-detail-info li span { color: #3A4BC2; font-size: 12px; }

.course-cards .job-coylogo {
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
/*---------------Apply Modes -------------------*/
.tablet-header {
  display: none;
}
.btn-apply-send {
  width: 100%;
  text-transform: none !important;
  height: 48px;
}

.mode-apply-div {
  flex-flow: row wrap;
  min-height: 50px;
  margin-top: 10px;
}
input[type="radio"] {
  display: none;
}

.mode-apply-label {
  min-height: 50px;
  display: block;
  background:#fff;
  border-radius: 5px;
  padding-top: 1.2rem;
  position: relative;
  padding-left: 5px;
  border: 1px solid #D4D4D4;
}

.mode-apply-label:hover {
    cursor: pointer;
}
input[type="radio"]:checked + .mode-apply-label {
  background:#FFEEF6;
  color: #222222;
  border: 1px solid #FA4094;
}

input[type="radio"]:checked + .mode-apply-label::after {
  color: white;
  font-family: FontAwesome;
  content: "";
  font-size: 13px;
  position: absolute;
  top: 16.5px;
  left: 30px;
  transform: translateX(-50%);
  height: 15px;
  width: 15px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background: #FA4094;
}

.mode-apply-info {
  position: relative;
}
.apply-method-title {
    font-size: 14px;
    display: block;
    text-align: center;
}

.fast-apply-reco {
  color: #F88ABC;
  margin-left: 3em;
  display: block;
  margin-top: -15px;
  font-family: 'Lato', system-ui, Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 10px;
  line-height: 19px;
}

.choose-mode-icon {
    position: absolute;
    top: -10px;
    left: 100px;
}

.jf-sort-filter .jf-sort-button {
  padding-left: 0px;
}

.btn-mode-appy-text {
  font-family: 'Lato', system-ui, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px !important;
  line-height: 16px !important;
  color: #979797;
  padding-left: 5px;
}

.btn-mode-apply {
  height: 50px;
  background: #F4F4F4;
  border-radius: 5px;
  border-color: #F4F4F4;
}
.icon-mode-apply {
  top: 11%;
  bottom: 54.4%;
  color: #FA4094;
}
.btn-call-apply {
  padding: 5px !important;
}
.vector {
  border: 1px dashed #ED2986; 
  width: 50%; 
  margin: auto; 
  margin-top: 5%;
  margin-bottom: 5%; 
}

.icon-checked {
  color: #FA4094;
  float: right;
  top: -17px;
  right: -20px;
  position: relative;
}  
.btn-mode-sms {
left: 51.74%;
right: 46.18%;
top: 41.56%;
bottom: 54.55%;
background: #FA4094;
}
.icon-stat-apply {
  width: 349px; 
  height: 12px;
}
.stat-number {
  font-family: 'Lato', system-ui, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.choose-outlet-text {
  font-family: 'Lato', system-ui, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  color: #262626;
}
.select-outlets {
  font-size: 16px ;
  font-weight: 400 ;
  font-family: 'Lato' !important;
  color: #3F3F46;
  top: 7px;
}
.icon-fastjobs-apply {
  position: absolute;
  height: 70px;
  left: 60px;
  top: -13px
}
.modal .modal-job-apply{
  height: 58px !important;
}

#modal-apply-confirm{
    overflow-y: hidden !important;
}

.modal .modal-job-apply-mobile{
  height: 40px !important;
}

.check-mode-apply {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  top: 4px;
}
.control--checkbox .check-mode-apply:after {
  left: 5px !important;
  top: 0px !important;
}
.btn-apply-back {
  background-color: transparent;
  font-family: 'Lato', system-ui, Arial, sans-serif!important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  border: none;
}
.btn-apply-back:hover {
  color: #FA4094 !important;
  background-color: transparent !important;
}
.btn-continue-browsing {
  width: 560px !important;
  /* margin-bottom: 20px; */
  padding: 15px;
}
.confirm-job-app {
  color: green;
}

a.whatsapplink-small {
  color: #059669; 
  border-bottom: 1.5px solid #059669; 
  font-weight: 400; 
  font-size: 14px; 
  cursor: pointer;
  text-decoration: none;
}

a.whatsapplink-small:hover,
a.whatsapplink-small:focus,
a.whatsapplink-small:visited,
a.whatsapplink-small:active { 
  color: #059669; 
  text-decoration: none;
}

span.whatsapplink-indicator {
  color: #059669;
  font-weight: 700; 
  padding-top: 3px; 
  font-size: 15px
}

span.whatsapplink-indicator-small {
  color: #059669;
  font-weight: 400; 
  padding-top: 3px; 
  font-size: 16px
}

.choose-method-text {
  line-height: 50px;
}
#available-courses .container {
  margin-top: 30px !important;
}
.col-1mode-apply {
  width: 100%;
}

.app-3-mode{
    padding-right: 20px !important;
}
.app-4-mode{
    padding-right: 20px !important;
    padding-bottom: 5px !important;
}

.desktop-qrcode {
    position: relative; bottom: 5px; 
    right: 20px;
}

.joblist-container {
  width: 100% !important;
}

.joblist-padding {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex; 
  justify-content: center;
}

.list-container {
  display: block; 
  margin-top: 20px;
}

/* Apply Success Page descriptions */
.desc1, .desc2 {
    text-align: left !important;
}
.desc2 { color: #FA4094 !important; }
.desktop-qr {
    width: 180px !important; height: 180px !important;
}
/* ---------  */
 
/*---------------Mobile Apply modes -------------------*/
@media screen and (max-width: 767px) {
  .tablet-header {
    display: none;
  }
  
  .modal-body-outlet-mobile {
    background-color: #ffff;
    height: min-content;
    top: auto !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .modal-apply-body {
    background-color: #ffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: fit-content;
    top: auto !important;
  }
  .modal .apply-modal-phone {
    color: #222222 !important;
  }
  
  .modal .apply-modal {
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 22px !important; 
  }
  .modal-footer {
    position: fixed !important;
    margin-left: -20px !important;
    padding: 7px !important;
  }
  .icon-stat-apply {
    width: 100% !important;
  }
  .mobile-stat-apply {
    margin-top: 13px;
  }
  .modal-mobile-outlet {
    height: 71% !important;
    top: 29% !important;
  }
  .mobile-modal-close {
    font-size: 30px !important;
    display: contents;
  }
  .mobile-mode-close {
    top: 451px !important;
  }
  .mobile-mode-body {
    padding-bottom: 14px !important;
  }
  .btn-continue-browsing {
    width: 90% !important;
  }
  .mobile-dialog-apply{
    height: 60% !important;
    top: 40% !important;
  }
  .mobile-apply-content {
    height: 49% !important;
    top: 51% !important;
  }
  .mobile-dialog-error-xp{
    height: 46% !important;
    top: 27% !important;
    width: 95% !important;
    margin: auto !important;
  }
  .btn-apply-send {
    width: 100% !important;
    height: 48px !important;
  }
  #outlet-options-error {
    display: none;
    margin-left: auto;
  }
  .mobile-mode-apply-dialog {
    height: 100% !important;
    top: 28% !important;
  }
  .mobile-mode-apply-body {
    top: 0px !important;
  }
  .mobile-mode-apply {
    margin: 1px !important;
  }
  
  .outlet-line {
      margin-top: 15px !important;
      margin-bottom: 10px !important;
  }
  
  .outlet-group-mobile {
    min-height: 2vh !important;
    max-height: 30vh !important;
    overflow: auto;
  }

  .list-container {
    margin-top: 10px;
  }
}
@media screen and (max-width: 360px) and (min-width: 321){ 
  .mobile-mode-close {
    top: 212px !important;
  }
}
@media screen and (max-width: 320px){ 
  .mobile-apply-close {
    top: -117px !important;
  }
}

@media screen and (max-width: 600px) and (min-width: 361px) { 
  .mobile-mode-close {
    top: 64% !important;
  }
  .mobile-close-apply {
    top: 20% !important;
  }
}

.tick-icon {
	display: block;
    width: 15%;
    margin: 0px auto;
    border-radius: 50%;
    padding: 20px;
}
.partner-name {
	color : #FA4094;
	font-weight: bold;
}
.btn-continue-browsing-partner {
  width: 360px !important;
  border-radius: 8px;
}

.joblist-padding {
  margin-top: 0px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .btn-continue-browsing-partner {
    width: 90% !important;
  }
  .tick-icon {
    display: block;
      width: 35%;
      margin: 0px auto;
      border-radius: 50%;
      padding: 20px;
  }

  .jf-sort-button {
    margin-left: 10px !important;
  }
  .mobile-emp-responsive-container {
    margin-bottom: 2px !important;
  }
}

.joblocation-info {
  font-weight: 700 !important;
}

.jf-sort-filter-container {
  margin-bottom: 20px !important;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}

.jf-sort-filter-container > div:first-child {
  min-width: 0;
  flex: 1 1 auto;
  /* overflow must stay visible — dropdown-menu lives inside this wrapper */
  overflow: visible;
}

.jf-sort-filter-container-sm {
  margin-bottom: 20px !important;
}

.jf-sort-filter .selected {
  position: relative;
}

.jf-sort-filter .selected .dropdown-item {
    font-weight: bold;
}
.jf-sort-filter span.check-mark {
  font-weight: bold;
}
.jf-sort-filter .dropdown-menu li.selected a span.check-mark::after {
  content: url("data:image/svg+xml;utf8,<svg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 7L5.64645 11.6464C5.84171 11.8417 6.15829 11.8417 6.35355 11.6464L17 1' stroke='%23047857' stroke-width='1.5' stroke-linecap='round'/></svg>"); /* Checkmark SVG */
  position: absolute; 
  right: 0;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.jf-sort-button {
  background-color: #ffffff;
  border: 0px !important;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  min-width: 120px;
  max-width: 100%;
  margin-top: -5px;
  position: relative;
  padding-right: 28px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jf-sort-filter .jf-sort-dropdown-indicator {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  pointer-events: none;
}

.jf-sort-item {
  padding: 8px 60px 8px 14px !important;
  font-family: Lato !important;
  font-size: 16px !important;
  line-height: 19.2px !important;
  cursor: pointer;
}

.jf-sort-filter-title {
  font-family: Lato; 
  font-size: 16px; 
  font-weight: 400; 
  line-height: 24px;
}

.select-location-apply {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  border-radius: 2px;
}

.control input:checked ~ .control__indicator {
  background-color: #FA4094;
  border-color: #FA4094;
  content: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.75L4.39645 9.14645C4.59171 9.34171 4.90829 9.34171 5.10355 9.14645L13 1.25' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
}
.emp-responsive-container {
  background: #ECFDF5;
  display: flex;
  align-items: center;
  width: max-content;
  border-radius: 4px;
  margin-top: 4px;
  margin-bottom: -19px;
  padding: 3px 8px;
}
.emp-responsive-msg {
  color: #047857;
  font-size: 12px;
  font-weight: 400;
}
.coy-responsive {
  margin-bottom: unset
}

.adbox-spon-img-container {
  margin: 8px 0px 16px 0px; 
  max-height: 278px;
   display: flex; 
   justify-content: center; 
   align-items: center;
}

.adbox-spon-img-link {
  display: block; 
  width: 100%;
}

.adbox-spon-img {
  max-height: 278px; 
  width: 100%; 
  height: auto; 
  object-fit: contain; 
  display: block;
}

@media (min-width: 767px) {
  .joblist-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .adbox-spon-img-container {
    margin: 28px 0px 16px 0px; 
    max-height: 278px;
     display: flex; 
     justify-content: center; 
     align-items: center;
  }

  .jf-sort-filter .jf-sort-button {
    padding-left: 10px;
  }
}

@media (min-width: 901px) {
  .joblist-padding {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 1280px) {
  .joblist-padding {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.padding-bottom-md { padding-bottom: 3em; }
