

  body.rtl  .fa-arrow-up-right-from-square {
      
    transform: scaleX(-1);
  }
  
  .jobofferlistDescription {
    
    margin-top: 10px;
  }
  
  *:has([type="checkbox"] + label.switch) > [type="checkbox"] {
    
    appearance: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
  }
  
  [type="checkbox"] + label.switch {
   
    display: inline-flex;
    position: relative;
    gap: 10px;
  }
  
  [type="checkbox"] + label.switch:before {
      
    content: '';
    position: relative;
    display: inline-block;
    min-width: 40px;
    width: 40px;
    height: 20px;
    background: #ccc;
    overflow: hidden;
    border-radius: 100vh;
    cursor: pointer;
  }
    
  [type="checkbox"] + label.switch:after { 
      
    content: '';
    position: absolute;
    top: 1px;
    inset-inline-start: 1px;
    width: 18px;
    aspect-ratio: 1;
    background: var(--colorWhite);
    border-radius: 50%;
    transition: 250ms;
    cursor: pointer;
  }
  
  [type="checkbox"]:checked + label.switch:before {
  
    background: #1a73e8;
  }
    
  [type="checkbox"]:checked + label.switch:after { 
  
    inset-inline-start: calc(39px - 18px);
  } 
  
  #sohenDiv .mainContent > div {
  
    margin: -10px;  
  }
  
  #sohenDiv .mainContent .CardRow {
    
    width: 100%;
    padding: 10px;
  }

  .linkBtnWrap {
    
    display: flex;
    justify-content: end;
    gap: 10px;
  }  
  
  .linkBtnWrap a, .linkBtnWrap [tabindex] {
    
    color: inherit;
    text-decoration: none;
    cursor: pointer;
  }
  
  .linkBtnWrap .linkBtn {
    
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 100vh;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #4d90fe, #4787ed);
    color: white;
    padding: 0 25px;
  }
  
  .linkBtnWrap .linkBtn:is(:hover) {
  
    background: linear-gradient(180deg, #4d90fe, #357ae8);
    color: white;  
  }
  
  
  .linkBtnWrap .linkRoundBtn {
    
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 50%;
    background: var(--colorWhite);
  }
  
  .linkBtnWrap .linkRoundBtn span {
    
    position: absolute;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
  }
  
  .linkBtnWrap .linkRoundBtn:is(:hover) {
  
    background: color-mix(lab in, black,20% , var(--colorWhite));  
  }

  .contentWrap, 
  .contentWrap *, 
  .contentWrap *:after, 
  .contentWrap *:before {
    
    box-sizing: border-box;
  }

  .contentWrap { 
  
    display: flex;
    justify-content: center;
    column-gap: 25px;
    row-gap: 10px;
    flex-flow: row nowrap;
    margin: 0;
    width: clamp(0px, 100%, 960px);
    padding-inline: 10px;
    font-size: 14px;
  }

  .contentWrap .loaderWrapper {
    
    position: relative;
    padding: 10px;
    width: auto;
    background: var(--colorWhite);
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .contentWrap > div {

    display: flex;
    flex-flow: column wrap;
    row-gap: 20px;
    width: clamp(0px,100%,600px);
    height: 100%;
  }
  
  .contentWrap > div > [id] {
  
    counter-increment: section;
    position: relative;
    flex: 1;
    width: 100%;
    min-width: calc(50% - 10px);
    border-radius: 10px;
    background: var(--colorWhite);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: clip;
    border-top: 5px solid var(--colorBoxBorder);
  }
  
  .contentWrap > div > [id]:has(.skeletonWrapper) {
    
    border: 0;
  }

  .contentWrap .MainPanelHeader {
    
    all: unset;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 10px;
    min-height: 50px;
    border-bottom: 1px solid var(--color11);
    gap: 10px;
    justify-content: start;
    padding-inline-end: 90px;
  }
  
  .contentWrap .MainPanelHeader h2 {
    
    margin: 0;
    font-size: 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
    
  .contentWrap .MainPanelHeader .trashCanMobile {
      
    all: revert;  
    opacity: .5;
    border-radius: 15px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
  }
  
  .contentWrap .MainPanelHeader .trashCanMobile.trashCanMobileShow {
  
    pointer-events: all;
    opacity: 1;
  }
  
  .contentWrap .MainPanelHeader .trashCanMobile.trashCanMobileShow:is(:hover) {
    
    background: rgba(0,0,0,.05);
  }
  
  .contentWrap .MainPanelHeader:before {
    
    content: counter(section);
    min-width: 40px;
    height: 40px;
    font-size: 25px;
    font-weight: bold;
    color: var(--colorWhite);
    background: var(--colorBoxBorder);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  
  
  
  .contentWrap .mainContent {
    
    position: relative;
    padding: 10px;
    width: auto;
    background: var(--colorWhite);
    min-height: 50px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    
    & ul {
      
      line-height: 1.4;
    }
    
    &.alertsList {
      
      & .alerts {
        
        margin: -10px;
        
        & .alert {
          
          position: relative;
          padding: 10px;
          padding-inline-start: 55px;
          width: auto;
          background: var(--colorWhite);
          min-height: 50px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
          justify-content: space-between;
          align-items: center;
          border-bottom: 1px solid var(--color11);
          
          & > div {
            
            display: inline-flex;
            align-items: center;
          }
          
          & .subcatname {
            
            flex-grow: 1;
            flex-shrink: 1;
            max-width: calc(100% - 50px);
            display: block;
          }
          
          & .delete {
            
            position: absolute;
            top: 50%;
            inset-inline-start: 10px;
            transform: translateY(-50%);
            width: 36px;
            height: 36px;
            border: 1px solid rgba(0,0,0,0.1);
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            cursor: pointer;
            overflow: clip;
            
            & > label {
              
              display: flex;
              justify-content: center;
              align-items: center;
              width: 100%;
              height: 100%;
              cursor: pointer;
              position: relative;
              z-index: 1;
            }  
            
            & > [type="checkbox"] {
              
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              margin: 0;
            }
            
            
            &:is(:hover) {
              
              background: rgba(0,0,0,.05);
            }
          }
        }
      }
    }
  }
  
  .contentWrap .buttonActions {
    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 10px;
    display: flex;
    gap: 5px;
  }
  
  .contentWrap .btn_color_text {
    
    border-radius: 100vh;
    height: 30px;
    color: #1a73e8;
    border-color: rgb(218, 220, 224);
    background: #fff;
    line-height: inherit;
    padding-inline: 20px;
  }

  .openAddFieldsAlertPopup, 
  .openAddFieldsAlertPopup *,
  .openAddFieldsAlertPopup *:before,
  .openAddFieldsAlertPopup *:after  {
    
    box-sizing: border-box;
  }

  .openAddFieldsAlertPopup {
    
    margin: -10px;
    overflow: clip;
  }

  .openAddFieldsAlertPopup ::-webkit-scrollbar {
    
    display:block;
    width: 8px;
    height: 8px;
  }
  
  .openAddFieldsAlertPopup *:hover::-webkit-scrollbar {
    
    display:block;
    width: 8px;
    height: 8px;
  }
  
  .openAddFieldsAlertPopup ::-webkit-scrollbar-track {
    
    box-shadow: inset 0 0 5px #e8e8e8;
    border-radius: 10px;
  }

  .openAddFieldsAlertPopup ::-webkit-scrollbar-thumb {
   
    border-radius: 2px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%); 
    background: #CDCDCD;
    border-radius: 10px;
  }
  
  .openAddFieldsAlertPopup input[type="search"]  {
    
    appearance: none;
    height: 40px;
    padding-block:  10px;
    padding-inline-start: 30px;
    padding-inline-end: 10px;
    border: 0;
    background: var(--colorWhite);
    width: 100%;
  }
  
  .openAddFieldsAlertPopup select {
    
    appearance: none;
    height: 40px;
    padding:  10px;
    border: 0;
    background: var(--colorWhite);
    width: 100%;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgo8ZGVmcz4KPC9kZWZzPgo8ZyBzdHlsZT0ic3Ryb2tlOiBub25lOyBzdHJva2Utd2lkdGg6IDA7IHN0cm9rZS1kYXNoYXJyYXk6IG5vbmU7IHN0cm9rZS1saW5lY2FwOiBidXR0OyBzdHJva2UtbGluZWpvaW46IG1pdGVyOyBzdHJva2UtbWl0ZXJsaW1pdDogMTA7IGZpbGw6IG5vbmU7IGZpbGwtcnVsZTogbm9uemVybzsgb3BhY2l0eTogMTsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNDA2NTkzNDA2NTkzNDAxNiAxLjQwNjU5MzQwNjU5MzQwMTYpIHNjYWxlKDIuODEgMi44MSkiID4KCTxwYXRoIGQ9Ik0gOTAgMjQuMjUgYyAwIC0wLjg5NiAtMC4zNDIgLTEuNzkyIC0xLjAyNSAtMi40NzUgYyAtMS4zNjYgLTEuMzY3IC0zLjU4MyAtMS4zNjcgLTQuOTQ5IDAgTCA0NSA2MC44IEwgNS45NzUgMjEuNzc1IGMgLTEuMzY3IC0xLjM2NyAtMy41ODMgLTEuMzY3IC00Ljk1IDAgYyAtMS4zNjYgMS4zNjcgLTEuMzY2IDMuNTgzIDAgNC45NSBsIDQxLjUgNDEuNSBjIDEuMzY2IDEuMzY3IDMuNTgzIDEuMzY3IDQuOTQ5IDAgbCA0MS41IC00MS41IEMgODkuNjU4IDI2LjA0MiA5MCAyNS4xNDYgOTAgMjQuMjUgeiIgc3R5bGU9InN0cm9rZTogbm9uZTsgc3Ryb2tlLXdpZHRoOiAxOyBzdHJva2UtZGFzaGFycmF5OiBub25lOyBzdHJva2UtbGluZWNhcDogYnV0dDsgc3Ryb2tlLWxpbmVqb2luOiBtaXRlcjsgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOyBmaWxsOiByZ2IoMCwwLDApOyBmaWxsLXJ1bGU6IG5vbnplcm87IG9wYWNpdHk6IDE7IiB0cmFuc2Zvcm09IiBtYXRyaXgoMSAwIDAgMSAwIDApICIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiAvPgo8L2c+Cjwvc3ZnPg==);
    background-size: 10px;
    background-position: right 10px center;
    background-repeat: no-repeat;
  }
  
  .openAddFieldsAlertPopup mark {
    
    background: none;
    font-weight: bold;
  }
  
  .openAddFieldsAlertPopup ul {
    
    margin: 0;
    padding: 0;
  }
  
  .openAddFieldsAlertPopup ul  > li {
        
    position: relative;      
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #BDCEE3;
    line-height: 1.4;
    cursor: pointer;
  }
  
  .openAddFieldsAlertPopup ul  > li:is(:hover) {
    
    background: color-mix(in lab, black 2% , var(--colorWhite));
  }
      
  .openAddFieldsAlertPopup ul  > li.isActive {
    
    pointer-events: none;
    background: red;  
    pointer-events: none;
    background: #F6F4F1;
    filter: grayscale(1);
  }
  
  .openAddFieldsAlertPopup ul  > li > div:nth-child(1) {
          
    flex: 2;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
        
  .openAddFieldsAlertPopup ul  > li > div:nth-child(2) {
         
    flex: 1;
    color: #88A0BD;
  }  
  
  .openAddFieldsAlertPopup ul  > li > div:nth-child(2) > * {
            
    display: block;
    padding-inline-start: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .openAddFieldsAlertPopup .openAddFieldsAlertPopupContentWrap {
    
    padding-inline: 10px;
  }
  
  .openAddFieldsAlertPopup .openAddFieldsAlertPopupTitle {
    
    padding: 10px;
  }
  
  .openAddFieldsAlertPopup .openAddFieldsAlertPopupSearch {
    
    display: flex;
    flex-flow: row wrap;
    column-gap: 10px;
    background: var(--colorWhite);
    border-radius: 10px 10px 0 0;
    overflow: clip;
    border: 1px solid var(--colorBorder);
  }
  
  .openAddFieldsAlertPopup .openAddFieldsAlertPopupSearch > div:nth-child(1) {
        
    flex: 2;
    position: relative;
  } 
  
  .openAddFieldsAlertPopup .openAddFieldsAlertPopupSearch > div:nth-child(1):before {
    
    content: '\f002';
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    top: 50%;
    inset-inline-start: 10px;
    transform: translateY(-50%);
  }    
  
  .openAddFieldsAlertPopup .openAddFieldsAlertPopupSearch  > div:nth-child(2) {
      
    flex: 1;
    position: relative;
  } 
  
  .openAddFieldsAlertPopup .openAddFieldsAlertPopupSearch  > div:nth-child(2):before {
        
    content: '';
    border-inline-start: 1px solid var(--colorBorder);
    display: block;
    position: absolute;
    top: 5px;
    bottom: 5px;
    inset-inline-start: 0;
  }

  .openAddFieldsAlertPopup .openAddFieldsAlertPopupSearchSelectOptionList {
    
    background: var(--colorWhite);
    height: 240px;
    overflow: auto;
    border-bottom: 1px solid var(--colorBorder);
    border-inline: 1px solid var(--colorBorder);
  }
    
  .openAddFieldsAlertPopup .openAddFieldsAlertPopupSearchSelectOptionList [type="checkbox"] {
      
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: calc((36px / 2) + 3px);
    margin: 0;
  }
 
  .openAddFieldsAlertPopup .openAddFieldsAlertPopupSearchSelectOptionList label {
    
    display: inline-flex;
    align-items: center;
  }

  .openAddFieldsAlertPopup .openAddFieldsAlertPopupSearchSelectOptionList label:before {
    
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    margin-inline-end: 5px;
  }

  .openAddFieldsAlertPopup .openAddFieldsAlertPopupSearchSelectOptionList label:after {
    
    content: '';
    position: absolute;
    inset: 0;
    cursor: pointer;
  }

  .openAddFieldsAlertPopup .openAddFieldsAlertPopupSearchSelectOptionList li:is(:hover) label:before {
          
    background: rgba(0,0,0,.05);
  }
  
  .openAddFieldsAlertPopup .openAddFieldsAlertPopupSearchActions {
  
    display: flex;
    padding-block: 10px;
    gap: 10px;
    justify-content: end;
  }
  
  .openAddFieldsAlertPopup .openAddFieldsAlertPopupSearchActions .bttn {
  
    height: 40px;
    border-radius: 100vh;
    padding-inline: 25px;
    box-sizing: border-box;
    font-size: 14px;
  }
  
  .openAddFieldsAlertPopup [type="search"]::-webkit-search-decoration,
  .openAddFieldsAlertPopup [type="search"]::-webkit-search-cancel-button{
    
    appearance: none;
    
  }
  
  .openAddFieldsAlertPopup .searchWrap .faIcon.xmark {
          
    display: none;
  }
  
  .openAddFieldsAlertPopup .searchWrap:has([type="search"]:not(:placeholder-shown)) .faIcon.xmark {
    
    display: flex;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    inset-inline-end: 10px;
  }
  
  body.rtl .openAddFieldsAlertPopup select {
      
    background-position: left 10px center;
  } 
  
  #modal_window .employmentStatusUpdateDate {
      
    background: var(--colorWhite);
    margin: -10px;
    padding: 10px;
    display: flex;
    justify-content: center;
  }
  
  #modal_window .employmentStatusUpdateDateContent {
    
    display: flex;
    gap: 10px;
  }
  
  #modal_window .employmentStatusUpdateDateContent button {
    
    height: 40px;
    border-radius: 30px;
    min-width: 100px;
    border: 1px solid var(--color4);
    font-weight: normal;
    color: var(--color4);
    background: var(--colorWhite);
  }
  
  

@media only screen and (max-width: 699px) {
  
  .openAddFieldsAlertPopup {
    
    & .openAddFieldsAlertPopupSearchSelectOptionList {
      
      height: calc(100dvh - 250px);
    }
  }  
}