.bttn[disabled]:not([disabled="true"])  {
  
  opacity: .5; 
  pointer-events: none;
}

input[disabled]:not([disabled="true"]), 
input[disabled]:not([disabled="true"]) + label,
input[disabled]:not([disabled="true"]) + label + span{
  
  pointer-events: none;
  filter: grayscale(1);
  opacity: .5;
}

.checkboxSliderWrap {
  
  display: flex;
  align-items: center;
}

/* --- checkbox button --- */
/* ------------------------------------------------------- */

.checkboxSliderWrap input[type="checkbox"].checkboxSlider + .toggle {

  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  padding: 0;
  
}

.checkboxSliderWrap input[type="checkbox"].checkboxSlider + .toggle:before {

  content: "";
  position: relative;
  top: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: var(--colorBorder);
  border-radius: 8px;
  transition: background 0.2s ease;
  border: 0;
  transform: none;
}

.checkboxSliderWrap input[type="checkbox"].checkboxSlider + .toggle span {

  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
  transition: all 0.2s ease;
  z-index: 2;
  border: 1px solid var(--colorBorder);
}

.checkboxSliderWrap input[type="checkbox"].checkboxSlider + .toggle span:before {

  content: "";
  position: absolute;
  display: block;
  margin: -5px;
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,.1);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

.checkboxSliderWrap input[type="checkbox"].checkboxSlider:checked + .toggle:before {

  background: var(--color4);
}

.checkboxSliderWrap input[type="checkbox"].checkboxSlider:checked + .toggle span {

  transform: translateX(20px);
  box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
  border: 1px solid var(--colorBorder);
}

.checkboxSliderWrap input[type="checkbox"].checkboxSlider:checked + .toggle span:before {

  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease;
}

.checkboxSliderWrap input[type="checkbox"].checkboxSlider + .toggle:after {

  content: none!important;
}

/* --- Radio button --- */
/* ------------------------------------------------------- */

.checkboxSliderWrap input[type='radio'] {
  
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.checkboxSliderWrap input[type="radio"].checkboxSlider + .toggle {
  
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
  border: 1px solid var(--colorBorder);
  transition: 250ms;
}

.checkboxSliderWrap input[type="radio"].checkboxSlider + .toggle:is(:hover, :focus) {

  border: 1px solid var(--color4);
}

.checkboxSliderWrap input[type="radio"].checkboxSlider:checked + .toggle {
  
  border: 1px solid var(--color4);
  background: var(--color4);
}

.checkboxSliderWrap input[type="radio"].checkboxSlider + .toggle:before {
  
  scale: 0;
  content: '';
  width: 10px;
  height: 10px;
  background: var(--colorWhite);
  border-radius: 50%;
  transition: 250ms;
}

.checkboxSliderWrap input[type="radio"].checkboxSlider:checked + .toggle:before {
  
  scale: 1;
}

.checkboxSliderWrap input[type="radio"].checkboxSlider + .toggle + span {
  
  margin-inline-start: 10px;
}


/* --- golbal popup hunter --- */
/* ------------------------------------------------------- */

.jobHunterPriniumPopup > div {

  padding: 20px;
}

.jobHunterPriniumPopup .imgPremiumWrap {

  width: 50px;
  margin: auto;
}

.jobHunterPriniumPopup .imgPremiumWrap img{

  max-width: 100%;
}

.jobHunterPriniumPopup  a {
  
  color: var(--oobePrimary);
  text-decoration: underline;
}

.jobHunterPriniumPopup a:is(:hover, :focus) {
  
  color: var(--oobePrimary);
  text-decoration: underline;
}

.jobHunterPriniumPopup .contentPremiumWrap {

  padding: 20px;
  text-align: center;
}

.jobHunterPriniumPopup .linksPremiumWrap {
  
  display: flex; 
  gap: 10px;
  justify-content: center;
}

.jobHunterPriniumPopup .linksPremiumWrap a {
  
  width: 110px;
  text-decoration: none;
  color: inherit;
}

a.bttn.whatsapp {
  
  color: white;
  background-color: #25D366;
  background-image: linear-gradient(#25D366,#13c756);
}

/* --- accessibility --- */
/* ------------------------------------------------------- */

a:-webkit-any-link:focus-visible {
 
  outline-offset: 0;
  outline: 0;
}

.-container--has-focus:not(:has(detailsContainer)) *:focus {
  box-shadow: inset  0 0 3px 2px #1997fc !important
}

.-container--has-focus:not(:has(detailsContainer)) .com_carousel *:focus {
  box-shadow: inset 0 0 3px 2px #1997fc !important
}

.-container--has-focus:not(:has(detailsContainer)) .com_carousel *:focus > img {
  border: inset 3px solid #1997fc !important
}

.-container--has-focus:not(:has(detailsContainer)) .f:focus-within {
  box-shadow:inset  0 0 3px 2px #1997fc !important
}

/* --- custom select --- */
/* ------------------------------------------------------- */

.s-hidden {
  
  visibility:hidden;
  padding-inline-start: 10px;
}

.selectWrap {
  
  cursor:pointer;
  position:relative;
  color:black;
  border:1px solid var(--colorBorder);
}

.styledSelect {
  
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background: var(--colorWhite);
  appearance: none;
  width: 100%;
  min-height: 40px;
  padding: 2px 10px;
  padding-top: 15px;
  outline: 0;
  display: block;
  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDkwLjY4OCA0OTAuNjg4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OTAuNjg4IDQ5MC42ODg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsOiNGRkMxMDc7IiBkPSJNNDcyLjMyOCwxMjAuNTI5TDI0NS4yMTMsMzQ3LjY2NUwxOC4wOTgsMTIwLjUyOWMtNC4yMzctNC4wOTMtMTAuOTktMy45NzUtMTUuMDgzLDAuMjYyDQoJYy0zLjk5Miw0LjEzNC0zLjk5MiwxMC42ODcsMCwxNC44MmwyMzQuNjY3LDIzNC42NjdjNC4xNjUsNC4xNjQsMTAuOTE3LDQuMTY0LDE1LjA4MywwbDIzNC42NjctMjM0LjY2Nw0KCWM0LjIzNy00LjA5Myw0LjM1NC0xMC44NDUsMC4yNjItMTUuMDgzYy00LjA5My00LjIzNy0xMC44NDUtNC4zNTQtMTUuMDgzLTAuMjYyYy0wLjA4OSwwLjA4Ni0wLjE3NiwwLjE3My0wLjI2MiwwLjI2Mg0KCUw0NzIuMzI4LDEyMC41Mjl6Ii8+DQo8cGF0aCBkPSJNMjQ1LjIxMywzNzMuNDE1Yy0yLjgzMSwwLjAwNS01LjU0OC0xLjExNS03LjU1Mi0zLjExNUwyLjk5NCwxMzUuNjMzYy00LjA5My00LjIzNy0zLjk3NS0xMC45OSwwLjI2Mi0xNS4wODMNCgljNC4xMzQtMy45OTIsMTAuNjg3LTMuOTkyLDE0LjgyLDBsMjI3LjEzNiwyMjcuMTE1bDIyNy4xMTUtMjI3LjEzNmM0LjA5My00LjIzNywxMC44NDUtNC4zNTQsMTUuMDgzLTAuMjYyDQoJYzQuMjM3LDQuMDkzLDQuMzU0LDEwLjg0NSwwLjI2MiwxNS4wODNjLTAuMDg2LDAuMDg5LTAuMTczLDAuMTc2LTAuMjYyLDAuMjYyTDI1Mi43NDQsMzcwLjI3OQ0KCUMyNTAuNzQ4LDM3Mi4yODEsMjQ4LjAzOSwzNzMuNDA4LDI0NS4yMTMsMzczLjQxNXoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);
  background-size: 10px;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-inline-end: 22px;
}

.selectWrap .options {
    
  display:none;
  position:absolute;
  top:100%;
  right:0;
  left:0;
  z-index:999;
  margin:0 0;
  padding:0 0;
  list-style:none;
  border:1px solid #ccc;
  background-color:white;
  -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}

.selectWrap[tabindex]  .options{
  
  display: block;
}

.selectWrap .options {
  
  max-height: 300px;
  overflow: auto;
}

.selectWrap .options li {
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid var(--colorBorder);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selectWrap .options li:hover {
  
  background: rgba(0,0,0,.05);
}

[role="tablist"] {
  
  position: relative;
  display: flex;
  width: fit-content;
}

[role="tablist"]::after {
  
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  scale: var(--_width, 0.125) 1;
  translate: var(--_left, 0) 0;
  transform-origin: left;
  transition: scale 200ms, translate 200ms;
  background: var(--colorMain);
}

[role="tab"] {
  
  color: var(--colorText);
  background: none;
  padding: 10px 20px;
  border: 0;
  font: inherit;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
}

/* --- Popup fix --- */
/* ------------------------------------------------------- */

.cn-dialog {
  
  background: #eee;
}

@media only screen and (min-width: 700px) {
  
  #modal_content {
    
    overflow: auto!important;
  }
  
  #modal_title {
    
    padding: 6px 4px;
    width: 100%!important; 
    height: 40px;
    line-height: 30px;
    font-size: 16px;
    box-sizing: border-box;
  }
  
  #modal_content {
    
    max-height: calc(90vh - 45px);
    overflow: auto;
    height: auto;
  }
}

/* --- parsing Status Popup style --- */
/* ------------------------------------------------------- */

.parsingStatusPopup {
  
  margin: -10px;
}

.parsingStatusPopup .popupContentWrapper  {
  
  max-width: 250px;
  margin: auto;
  padding: 20px;
}

.parsingStatusPopup .popupContentWrapper .img {
  
  display: block;
  max-width: 150px;
  aspect-ratio: 1;
  margin: auto;
}

.parsingStatusPopup .popupContentWrapper .img > img {
  
  width: 100%;
}

.parsingStatusPopup .popupContentWrapper .content{
  
  text-align: center;
}

.parsingStatusPopup .content p {
 
  margin-block: 10px; 
}

.parsingStatusPopup .content p:first-child {
 
  margin-top: 0; 
}

.parsingStatusPopup .content p:last-child {
 
  margin-bottom: 0; 
}

.parsingStatusPopup .actionsPanel {
  
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
}

.parsingStatusPopup .actionsPanel .bttn {
  
  height: 40px;
  border-radius: 100vh;
  padding-inline: 25px;
  box-sizing: border-box;
  font-size: 14px;
}


/* --- banner campain style --- */
/* ------------------------------------------------------- */

#HomeCampainBanner {
  
  flex: 1;
  border-radius: 10px;
  border-top: 4px solid #50676A;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  min-width: 50%;
}

#HomeCampainBanner img {
  
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#innerSearchCampainBanner,
#searchCampainBanner {
  
  flex: 1;
  border-radius: 10px;
  overflow: clip;
  border: 1px solid  rgba(0, 0, 0, 0.12);
  border-top: 4px solid #50676A;
  margin-bottom: 20px;
}

#innerSearchCampainBanner img,
#searchCampainBanner img {
  
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#jobFullDetails:has(#searchCampainBanner)  {
  
  padding: 20px;  
}

.img-show:not(.wtf) {
  
  display: block;
}

.img-hide:not(.wtf) {
  
  display: none ;   
}

#snackbar {
  visibility: hidden;
  min-width: 265px;
  width: 265px;
  background-color: white;
  color: #333;
  border: 1px solid #c8c8c8;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 12;
  bottom: 30px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  box-shadow: 1px 1px 7px #999;
  place-items: center;
  height: 40px;
  overflow: hidden;
  inset-inline-end: 100px;
  font-size: 13px;
}

.toastHeart .fa-light.fa-heart {
  
  font-size: 20px;
  color: #666666;
}

.toastHeart .fa-light.fa-trash {
  
  font-size: 20px;
}

.toastHeart .fa-light.fa-bell {
  
  font-size: 20px;
}

.toastHeart {
  
  position: relative;
  height: inherit;
  display: flex;
  align-items: center;
  padding-inline-end: 10px;
  border-inline-start: 1px solid #c8c8c8;
  padding-inline-start: 10px;
  background-color: #dedede;
}

.progress-bar {
  
  width: calc(100% - 0px);
  height: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  direction: ltr;
}

.progress-bar-fill {

  display: block;
  height: 3px;
  background: #B3B3B3;
  border-radius: 3px;
  transition: width 5s ease-in-out;
}

.progress-bar-floatingDiv {
 
  width: calc(100% - 0px);
  height: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  direction: ltr;
}

.progress-bar-floatingDiv-fill {
  
  display: block;
  height: 3px;
  background: #B3B3B3;
  border-radius: 3px;
  transition: width 5s ease-in-out;
} 


.toastTrash.toastHeart:before{
 
  width: 46px;
}
.cancleDelete{
  
  color: #709FD4;
  cursor: pointer;
  text-decoration: underline;
  padding-inline-end: 10px;
}

.closeSnackbar{
  
  cursor: pointer;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #666666;
  width: 22px;
  border-inline-start: 1px solid #d9d9d9;
  padding-inline-start: 10px;
  height: 29px;
  display: flex;
  align-items: center;
}

#snackbar.show {
  
  visibility: visible;
}


@media only screen and (max-width: 700px) {
  
  .img-sp_show:not(.wtf) {
    
    display: block;
  }
  
  .img-sp_hide:not(.wtf) {
    
    display: none;
  }
  
  #HomeCampainBanner img {
  
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0; 
  }
}

