.jobs-checkban {
  
  & :is(#profileFillBanner, #innerBanner, .SearchLinksPlaceHolder) {
    display: none !important;
  }
}


#HomeSearchBox,
#HomeSearchBox *,
#HomeSearchBox *:before,
#HomeSearchBox *:after ,
form.jobsSearchForm,
form.jobsSearchForm *,
form.jobsSearchForm *:before,
form.jobsSearchForm *:after {
  
  box-sizing: border-box;
}

form.jobsSearchForm {

  display: block;
  background: var(--colorWhite);
  width: calc(100vw - var(--scrollbarWidth, '15px'));
  margin-inline-start: calc(-50vw + (var(--scrollbarWidth, '15px') / 2 ) + 50%);
  padding: 20px 10px;
  position: relative;
  z-index: 15;
}

form.jobsSearchForm .jobsSearchFormContainer {
  
  max-width: 940px;
  width: 100%;
  padding: 0;
  margin: auto;
  display: flex;
  gap: 10px;
}

form.jobsSearchForm .jobsSearchFormContainer > div {
  
  flex: 1;
}

form.jobsSearchForm .jobsSearchFormContainer .ListSearchBoxBtn {
  
  max-width: 165px;
}

form.jobsSearchForm .jobsSearchFormContainer .ListSearchBoxBtn  button > span {
  
  white-space: nowrap;
}

.FreeSearchTextBoxPlaceHolder--mobile {
  
  display: none;
  background: var(--colorWhite);
  width: calc(100vw - var(--scrollbarWidth, '0px'));
  margin-inline-start: calc(-50vw + (var(--scrollbarWidth , '0px') / 2 ) + 50%);
  padding: 20px 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 15;
}
  
.filetrsPanelWrapper {
  
  display: block;
  background: var(--colorWhite);
  width: calc(100vw - var(--scrollbarWidth, '15px'));
  margin-inline-start: calc(-50vw + (var(--scrollbarWidth, '15px') / 2 ) + 50%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 14;
  box-sizing: border-box;
  margin-top: -20px;
} 


.filetrsPanelWrapper .filetrsPanelContainer {
  
  max-width: 960px;
  margin: auto;
}
  

.FreeSearchTextBoxPlaceHolder--mobile #searchMobile {
    
  position: relative;
  outline: 0;
  background: var(--colorWhite);
  border-radius: 0;
  border: 1px solid var(--colorBorder);
  border-radius: 100vh;
  padding: 5px 10px;
  padding-inline-start: 20px;
  padding-inline-end: 45px;
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  box-sizing: border-box;
}

.FreeSearchTextBoxPlaceHolder--mobile .buttonModileSearch {
   
  pointer-events: none;  
  width: 40px;
  height: 40px;
  background: var(--colorMain);
  position: absolute;
  inset-inline-end: 13px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  color: var(--colorWhite);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

#filetrsPanel,
#filetrsPanel *,
#filetrsPanel *:before,
#filetrsPanel *:after{
  
  box-sizing: border-box;
}

#filetrsPanel {
  
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding: 20px 10px;
  
  
  &::-webkit-scrollbar {
  
    display: none;
  }
}

#filetrsPanel:empty {
 
  min-height: 0;
  padding: 0;
  height: 30px;
}

.filetrsPanelWrapper:has(#filetrsPanel:empty) {
  
  margin-top: -30px;
}


#filetrsPanel > div {
  
  flex: none;
  
  & .fa-loader {
    
    position: absolute;
    top: 50%;
    inset-inline-end: 14px;
    translate: 0 -50%;
    background: var(--color10);
    z-index: 1;
    pointer-events: none;
  } 
}

#filetrsPanel .filterList:is(:focus) .filterHeader,
#filetrsPanel .filterList.active .filterHeader {
  
  outline: 2px solid var(--colorBorder);
  outline-offset: -2px;
}


#filetrsPanel .filterList.active ul.filterSelect {
  
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: translateX(0);
}

#filetrsPanel .filterHeader {
  
  position: relative;
  outline: 0;
  background: var(--color10);
  border-radius: 0;
  border: 1px solid var(--colorBorder);
  border-radius: 100vh;
  padding: 5px 20px;
  padding-inline-end: 40px;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  white-space: nowrap;
  text-transform: capitalize;
}

#filetrsPanel .filterHeader:after {
  
  content: '\f107';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 15px;
  margin: 0;
}

#filetrsPanel .filterHeader > a {
  
  position: absolute;
  inset: 0;
  z-index: 1;
}

#filetrsPanel .filterHeader.filterHeader--selected {
  
  background: var(--color15);
  color: var(--colorWhite);
  font-weight: bold;
}

#filetrsPanel .filterHeader.filterHeader--selected:after {
  
  content: '\f00d';
}


.sentList {
 
  & #ListSearchBox {
    
    display: block!important;
  }
 
  & #searchForm {
  
    
    & .input {
  
      position: relative;
      max-width: 665px;
      margin: auto;
    }
    
    & input {

      position: relative;
      outline: 0;
      background: var(--colorWhite);
      border-radius: 0;
      border: 1px solid var(--colorBorder);
      border-radius: 100vh;
      padding: 5px 10px;
      padding-inline-start: 20px;
      padding-inline-end: 45px;
      height: 45px;
      width: 100%;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      box-sizing: border-box;
     
    }
    
    & button {

      width: 40px;
      height: 40px;
      background: var(--colorMain);
      position: absolute;
      inset-inline-end: 3px;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      color: var(--colorWhite);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      border: 0;
      cursor: pointer;
    }
  }  
}

@media screen and (max-width: 700px) {
  
  #ListSearchBox {
    
    display: none !important; 
  }
  
  .FreeSearchTextBoxPlaceHolder--mobile {
    
    display: flex;
  }

}


  .myBoardBanner {
    
    margin-block: 20px 10px;
  }
  
  .byBoardNew .LastSearchesPlaceHolder{
    
    margin:0;
  }
  
  .byBoardNew .FreeSearchTextBoxExtraText{
    
    color: #5F5F5F;
    padding: 6px;
    font-size: 15px;
  }
  
  .byBoardNew .EditSearchLink{
    
    color: #5F5F5F;
    text-decoration: none;
    font-weight: 700;
    padding: 6px;
    border-radius: 10px;
    transition: 150ms;
    font-size: 15px;
  }
  
  .byBoardNew .EditSearchLink:hover{
    
    background: #B7B7B7;
  }
  
  .byBoardNew .EditSearchLink:hover{
    
    color: #5F5F5F;
  }
  
  .byBoardNew .LastSearchesTitle {
   
    padding-bottom: 7px;
    font-weight: 700;
  }
  
  .spaceTitle{
    
    padding: 23px 0;
    font-size: 18px;
  }
  
  .blueCommentContainer{
    
    display: flex; 
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    border-inline-start: 4px solid #2196f3; 
    background-color: var(--colorLigthBlue);
    border-radius: 10px;
  }
  
  .blueCommentImg{
    
    width: 50px;
  }
  
  #pagesDown{
    
    margin-block: 40px ;
  }
  
  .myBoardButtonsContainer {
    
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    justify-content: space-between;
    padding-top: 26px;
    
  }
  
  .bttn:hover {
    
    text-decoration: none;
    color: unset;
  }
  
  .blueCommentImg img{
    
    width: 50px;
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    width:24px;
    height:24px;
  }
  
  .blueCommentText{
    
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  
  .blueCommentButtnWrap {
   
    padding: 20px;
    padding-top: 0;
  }
  
  .blueCommentButtnWrap > .bttn {
    
    height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    border-radius: 100vh;
  }
  
  .blueCommentContainer img{
    
    width: 100%;
    max-width: 275px ;
    margin: auto;
  }
  
  .myBoardButtonsContainer .bttn {
    font-weight: 100;
  }
  
  .JobItemBottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #D9D9D9;
    height: auto;
  }
  .bottmButton{
    
    z-index: 10;
  }
  
  .bottomItems {
    
    z-index: 10;
    cursor: pointer;
    width: calc(33% - 2px);
    text-align: center;
    padding: 8px 0;
    transition: 100ms;
    font-size: 13px;
    display: flex;
    place-content: center;
    align-items: center;
  }
  
  .bottomItems:hover {
    background: #E4E2E0;
    border-radius: 7px;
    color: black;
  }
  
  .bottomItems i {
    
    font-size: 16px;
  }
  
  .bottomItems.disabled {
    
    pointer-events: none;
    opacity: .3;
  }
  
  #floatingDivContainer .bottomItemsSave:before,
  #floatingDivContainer .bottomItemsSend:before,
  #myBoardTab .JobItemBottom .bottomItems:before {
    
    background-image: none;
    background-size: 20px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    margin-inline-end: 5px;
    display: inline-block;
    content: none;
  }
  
  .JobItemBottom .darkBlueFullImage {
    right: 20px;
    top: 7px;
  }
  
  .bottomItemsSave:before{
    content: '';
    background-image: url('/images/topSargelIcons/heart_black.png');
  }
  .bottomItems .darkBlueFullImage i {
    color: black;
    font-size: 16px;
  }
  .openPopUpBlue.bottomItems .darkBlueFullImage i{
    color: white;
  }
  .bottomItemsSend.openPopUpBlue {
    
    background-color: #0069BE;
    color: white;
    border-radius: 7px;
  }
  .bottomItemsSend.openPopUpBlue:before{
    filter: brightness(5);
  }
  .bottomItems:hover:before{
    filter: brightness(0);
  }
  
  .bottomItemsSave.on i,
  .bottomItemsSave.On i {
    
    color: red;
  }  
  
  .bottomItemsSave.on:before{
    content: '';
    background-image: none;
  }
  
  .ArrowUpdate:after{
    
    top: 35px;
  }
  
  .LastSearches.myBoardButtons{
    
    margin-block: 40px 0;
  }
  .LastSearches.myBoardButtons .ArrowUpdate:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEX///8AAABlam9kam9kaHBlam5ka29kam9jam9qampkaW5jam9ka3Blam9kam9ja3Bkam8AAABaaY/SAAAAEHRSTlMAAY7lQp11nMMMm5qZmJdi3/zQnwAAAAFiS0dEAf8CLd4AAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgBhsICwgx9JRdAAAATElEQVQoz53SOQ4AIAhEUdx35f6ntdWEMUHK9xNoILrHWOdJGBOYo+SJORfBq9Kb0jvwofQpOy3gOMBV8PizdFjaR6kfJcECnuF4nw0iNQU7gMpOVQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNi0yN1QwODoxMTowOCswMjowMFE4h5EAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDYtMjdUMDg6MTE6MDgrMDI6MDAgZT8tAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==');
    width: 15px;
    height: 15px;
    top: 50%;
    left: 23px;
  }
  .ltr .LastSearches.myBoardButtons .ArrowUpdate:after{
    right: 23px;
    left: unset;
  }
  .LastSearches.myBoardButtons .LastSearchesItem {
    margin-bottom: 3px;
    padding-inline-start: 30px;
    width: 100%;
    color: #333333;
    font-size: 15px;
    position: relative;
    box-sizing: border-box;
  }
  .LastSearches.myBoardButtons .LastSearchesItem:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .myBoardButtons .LastSearchesItem:before{
    display: none;
  }
  
  .JobItem .CardHeader{
    position: static;
  }
  .JobItem .CardHeader:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .JobItem a:hover {
    text-decoration: none;
  }
  .LastSearches.myBoardButtons .LastSearchesItem:hover {
    color: #ffffff;
    text-decoration: none;
    background: #3333;
  }
  .bottomItemsDelete .fa-trash {
    font-size: 17px;
  }
  #pagesDown.noPaging{
    display: none;
  }
  .LastSearches.myBoardButtons .LastSearchesItem .fa-light {
    font-size: 18px;
    position: absolute;
    right: 7px;
    top: 14px;
  }
  .ltr .LastSearches.myBoardButtons .LastSearchesItem .fa-light {
    left: 7px;
  }
  .CardStyle.noSuggestionsYet {
    
    text-align: center;
    margin: auto;
    text-align-last: center;
    max-width: 500px;
    margin-block: 25px;
    padding: 20px;
    border-radius: 10px;
    font-family: Heebo ; 
    box-sizing: border-box;
  }
  .CardStyle.noSuggestionsYet .bttn {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 30px;
    min-width: 200px;
    
  }
  .noSuggestionsYetBold{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  .noSuggestionsYetText{
    font-size: 18px;
    padding: 10px 0;
  }
  .noSuggestionsYet .fa-bell-plus {
    font-size: 57px;
    padding-top: 10px;
    padding-bottom: 14px;
  }
  .spaceTitle .fa-bell {
    font-size: 27px;
    padding-left: 5px;
    vertical-align: sub;
  }
  .spaceTitle .bttn{
    margin-right: 10px;
    padding: 3px 20px;
    font-size: 14px;
  }
  .spaceTitle .blueBold{
    font-weight: bold;
    color: #142E70 ;
  }
  #myBoardTab .CenterContent{
    margin-top: 0;
    width: 100%;
  }
  .noSuggestionsYet .notificationSuggestions {
    width: 170px;
    margin-bottom: 10px;
  }
  
  @media only screen and (max-width: 700px){
    .bottomItems:before{
      width: 22px;
      margin-inline-end: 0px;
    }
    .CardStyle.noSuggestionsYet {
      width: 100%;
      border-radius: 0;
      box-shadow: none;
      background-color: white;
      margin-block: 0;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
    }
    .byBoardNew .LastSearchesPlaceHolder {
      width: 102%;
      padding-bottom: 38px;
    }
    .bottomItemsSend.openPopUpBlue {
      background-color: white;
      color: #333;
    }
    .bottomItemsSend.openPopUpBlue:before{
          filter: brightness(0);
    }
    .spaceTitle{
      padding-right: 10px;
      padding-top: 18px;
      padding-bottom: 15px;
    }
    .byBoardNew .EditSearchLink{
      padding-left: 19px;
    }
   
    .myBoardButtonsContainer {
      flex-wrap: nowrap; 
      width: 95%;
      height: auto;
      line-height: 19px;
      margin-right: 10px;
      padding-bottom: 11px;
    }
    
    .myBoardButtonsContainer .bttn {
      height: 25px;
      line-height: 1;
      width: 26%;
    }
    .LastSearches.myBoardButtons{
      width: calc(100% - 2px);
    }
    .LastSearches.myBoardButtons .LastSearchesItem{
      width: 99%;
      margin-right: 2px;
    }
  }
