.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 --- */
/* ------------------------------------------------------- */

dialog.cn-dialog {
  
  & .cn-dialogContent {
    
    background: #eeeeee;
  }
  
  & .cn-actionPannle {
  
    background: #eeeeee;
  }
}


@media only screen and (min-width: 700px) {
  
  #modal_content {
    
    overflow: auto!important;
  }
  
  #modal_title {
    
    padding: 6px 4px;
    width: 100%!important; 
    min-height: 40px;
    line-height: 30px;
    font-size: 16px;
    box-sizing: border-box;
  }
  
  #modal_content {
    
    max-height: calc(90vh - 45px);
    overflow: auto;
    height: auto;
  }
  
}


@media only screen and (max-width: 767px) {
  
  .noScroll {
  
    overflow: hidden;
  }
  
  .filterList.active:has(.open) .filterList {
    
    pointer-events: none;
  }
  
  
  #body:not(#wtf) .mobileSwipeDownPopup:not(.wtf) {
    
    all: revert;
   
    background: white;
    border-start-end-radius: 20px;
    border-start-start-radius: 20px;
    overflow: hidden;
    position: fixed;
    top: calc(100vh - 80vh);
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(100%);
    transition: transform 250ms ease-out;
    z-index: 100;
    touch-action: none;
    
    .swipeBar {
      
      display: block;
      width: 100%;
      height: 40px;
      position: relative;
      
      &:after {
        
        content: '';
        background: rgb(191, 191, 191);
        display: flex;
        width: 30px;
        height: 4px;
        border-radius: 4px;
        touch-action: none;
        position: absolute;
        top: 50%;
        inset-inline: 0;
        margin: auto;
        translate: 0 -50%;
      }
    }
    
    &.open {
      
      /*top: calc(100vh - 80vh);*/
      transform: translateY(0);
      
      + .mobileSwipeDownPopupShadow {
      
        opacity: 1;
        visibility: visible;
      }
      
    }
   
  }
  
  .mobileSwipeDownPopupShadow {
    
    opacity: 0;
    visibility: hidden;
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 /.2);
    z-index: 90;
  }
  
}