input#lMobile{ 
  padding-inline-start: 113px;
}

.AutocompleteRow.InappropriateLink {
  font-size: 0px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  padding: 0;
  height: 15px;
  cursor: default;
  width: 10px;
}
.AutocompleteRow.InappropriateLink:hover{
  background-color: white;
}
.byBoardNew.noUserSuggestions{
  display:none;
}
li.TransitionQuick.BorderMarker {
  line-height: 30px;
}

.FreeSearchTextBoxPlaceHolder #qResults,
.FreeSearchTextBoxPlaceHolder #lResults,
.FreeSearchTextBoxPlaceHolder #lMobileResults,
.FreeSearchTextBoxPlaceHolder #qMobileResults{
    width: calc(100% - 27px);
    inset-inline-start: 0px;
    padding-inline-start: 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #dedede;
    border-top: 1px solid #dedede;
}
.FreeSearchTextBoxPlaceHolder #lResults,
.FreeSearchTextBoxPlaceHolder #lMobileResults{
    width: calc(100% - 27px);
}
.FreeSearchTextBoxPlaceHolder #lMobileResults{
    width: calc(100% - 27px);
}

.FreeSearchTextBoxAutoComplete{
  
  width: calc(100% - 80px);
  right: 73px;
}

.advancedSearch {
  padding: 8px 0;
  color: white;
  font-weight: 700;
  text-align: left;
  width: 100%;
  padding-inline-end: 13px;
  
  
  text-align: end;
}
.advancedSearchText {
  width: fit-content;
  cursor:pointer;
  padding: 10px;
  border-radius: 14px;
  transition: 150ms;
  font-size:13px;
}
.advancedSearchText:hover {
  background: #B7B7B7;
}
.triggerView {
  display: flex;
  flex-wrap: wrap;
  place-content: space-around;
  color: #5F5F5F;
  font-size: 14px;
  background: #fff;
  max-width: 799px;
}
.triggerViewDiv {
  border-bottom: 2px solid #E4E2E0;
  width: 50%;
  text-align: center;
  padding: 16px 0;
  color: #333333;
}
.triggerViewDiv span {
  cursor:pointer;
  font-size: 18px;
}
.triggerViewCenter{
  background: white;
  text-align: center;
 text-align: -webkit-center;
 text-align: -moz-center;
}


input#l {
    padding-inline-start: 87px;
    width: calc(100% - 113px);
}

.AutocompleteRow{
  font-size: 16px;
}
.CenterContent.paddingTopCenterContent{
  padding-top: 20px;
}
.popularSearchesLink {
  color: #fff;
  text-decoration: none !important;
  font-size: 13px;
  background: transparent;
  border-radius: 16px;
  padding: 5px 10px;
  display: inline-block;
  margin: 3px;
  line-height: 18px;
  transition: background 0.2s ease;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
.popularSearchesContent {
    padding-inline-start: 10px;
}
.popularSearchesTitle {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    align-self: center;
}

.triggerViewDiv #misrotNumNew{
  font-size: 14px;
}
.popularSearches {
  background: transparent;
  width: 100%;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-inline-start: 20px;
}
.popularSearches.displayNone{
  background: transparent;
}
.popularSearchesLink:before {
  
  background: url(/images/search_black.png) no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  background-size: contain;
  margin-inline-end: 5px;
  position: relative;
  top: 2px;
}
.popularSearchesLink:hover{
  background:#fff;
  color: #000000;
}
.submitFind {
    position: relative;
    cursor: pointer;
    height: 90px;
    width: 90px;
    border-radius:50%;
    border: 2px solid white;
    background: #e32527;
    font-size:16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.submitFind__text {
    display: flex;
    flex-direction: column;
    text-align-last: center;
    margin-top: 15px;
}

.submitFind__text--img {
    background: url(/images/topSargelIcons/search_white.png);
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 20px;
    height: 20px;
    margin: auto;
}
.byBoardNew #peopleDiv{
  
}
.campaign__textHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    font-weight: bold;
    color:white;
}

.campaign__textHeader.displayNone{
  display:none;
}


.campaign__textHeader.noUserSuggestions{
  display: flex;
}

.firstRow {
    font-size: 40px;
    line-height:26px;
}

.twoRow {
    font-size: 61px;
}

.LastSearches {
    border: none;
}

.FreeSearchTextBox {
  height:42px;
  width: calc(100% - 62px);
  font-size: 18px;
  margin: auto;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  outline: 0;
}
.ltr .FreeSearchTextBox{
  padding-inline-start: 50px;
}
.FreeSearchTextBox::placeholder{
  font-size: 12px;
  padding-inline-start: 0px;
  padding-top: 0px;
}

.buttomSmallText{
  padding: 15px 0;
  font-size: 14px;
  width: 42%;
  line-height: 18px;
  
}
.buttomSmallText.firstText {
  margin-top: 9px;
}
.HomeSplashPlaceholder.noUserIn .mainSearchFormPlaceHolder.fixBackground{
  background: rgba(145, 41, 43, 0.7);
  margin-top: 20px;
}

@media only screen and (max-width: 700px) {
  
  .popularSearchesContent{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 0px;
    gap: 6px;
    margin: 0 -10px;
    overflow: auto;
    width: 100%;
  }
  .FreeSearchTextBox{
    height: 50px;
    border: 1px solid #A0B4B7;
    padding-inline-start: 40px;
  }
  .FreeSearchTextBox::placeholder{
    color: #DBDBDB;
    size: 12px;
  }
  input#l{
    padding-inline-start: 100px;
  }
  .ltr input#l{
    padding-inline-start: 110px;
  }
  .popularSearchesLink {
    color: #333333;
    border: 1px solid #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    height: 40px;
    border: 1px solid rgba(160, 180, 183, 0.266667);
    border-radius: 30px;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
  }
  .popularSearchesTitle{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #333333;
    text-align: right;
    align-self: unset;
    
  }
  .campaign__textHeader.noUserSuggestions{
    display: none;
  }
  
  .popularSearches {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    gap: 4px;
    align-items: flex-start;
  }
  .CenterContent.mobile100{
    width: 100%;
    margin-top: 0px;
    background: #fff;
  }
  .CenterContent.paddingTopCenterContent{
    padding-top: 0;
    margin-top: 0;
    
  }
  .submitFind {
    display: flex;
    justify-content: space-around;
    height: 40px;
    border-radius: 40px;
    border: none;
    padding: 0 15px;
    min-width: 130px;
  }
 .submitFind__text{
    flex-direction: row;
    align-items: center;
    white-space: pre;
    padding: 0 3px;
    margin-top: 0px;
  }
  
  .submitFind__text--img {
    margin: 0 5px; 
  }
  
  .campaign__textHeader {
    display: none;
  }
  #myBoardTab{
    min-height: 200px;
  }
  .triggerView{
    width: 100%;
    margin-top: 0;
  }
  .buttomSmallText{
    width:95%;
    padding-right: 10px;
  }
  .advancedSearch{
    color:black;
  }
  .CenterContent.mobileChangeCenterContent{
    margin-top: 0;
    width: 100% ;
  }
  .byBoardNew{
    background:transparent;
  }
  .advancedSearchText{
    text-decoration: underline;
    font-size: 14px;
    padding-top: 0px;
    padding-left: 0;
  }
  .advancedSearchText:hover{
    background: transparent;
  }
  .byBoardNew .LastSearchesPlaceHolder {
    width: 102%;
  }
}


.mainSearchFormPlaceHolder.fixBackground {
    position: relative;
    top: 0px;
}

.mainSearchFormPlaceHolder.fixBackground{
  background: rgba(48, 45, 46, 0.47);
  margin-top: 20px;
}

.mainSearchFormPlaceHolder.fixBackground.noUser{
      margin-top: 13px;
}
@media only screen and (max-width: 700px) {

  .mainSearchFormPlaceHolder.fixBackground{
    background: white;
    margin-top: 0;
  }
  .HomeSplashPlaceholder.noUserIn .mainSearchFormPlaceHolder.fixBackground{
    background: white;
    margin-top: 0;
  }
}


.TopSargelFixPlaceHolder {
 margin-bottom:0px;
}
.notfLink {
    text-decoration: none;
    cursor: pointer;
}
.HomeSplashPlaceholder {
  width: 100%;
  position: relative;
  padding-bottom: 21px;
  padding-top: 18px;
}

.HomeSplashPlaceholder:before {
  content: '';
  background-color: #df2528;
  background-image: url('/images/bgPic_re.jpg');
  background-position: 0px -56px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}


.HomeSplashPlaceholder.WithFade,
.HomeSplashPlaceholder.WithFade:before {
  height: 500px;
}

.HomeSplashPlaceholder.WithFade:after {
  content: '';
  background-image: linear-gradient(to bottom, transparent 50%, #f7f7f7 100%);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 500px;
}

.HomeSplashPlaceholder.WithFade ~ .CenterContent {
  margin-top: -150px;
}

.HexagonPlaceHolder {
  width: 600px;
  height: 170px;
  margin: auto;
  color: #ffffff;
  background-image: url('/images/oval.svg');
  background-position: center 74%;
  background-repeat: no-repeat;
  display: table;
  opacity: 0.7;
}

.SplashHeader {
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  animation-name: Splash;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  width: 400px;
}

@keyframes Splash {
  from {
    margin-top: 30px;
    opacity: 0;
  }
  to {
    margin-top: 10px;
    opacity: 1;
  }
}

.mainSearchFormPlaceHolder {
  max-width: 800px;
  width: 100%;
  margin: 0px auto 1px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  flex-wrap: wrap;
}

.SearchPlaceHolder{
  width: 100%;
  display: contents;
}

.SearchPlaceHolderDiv {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  padding-top: 20px;
}

.SearchPlaceHolder:last-child {
  border-bottom: none;
}

.FreeSearchItem {
  width: 42%;
}

.FreeSearchTextBoxExtraText {
  color: #ffffff;
}

.FreeSearchTextBoxExtraText.Big {
  font-size: 18px;
  font-weight: 700;

}

.FreeSearchTextBoxPlaceHolder {
  display: block;
  width: auto;
  margin: auto;
}

.ClearText {
  inset-inline-end: 4px;
  top: 6px;
}

.SearchIcon {
  top:4px;
  right:10px;
}
.grayDiv{
  display: none;
}

.SubMenuheader.HomeHeader {
 
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}

#lastSearchesTab .InnerContainer.promotionContainer {
  
  margin-top: 60px;
  
  @media screen and (max-width: 767px) {
  
    margin-top: 10px;
  }
}
 
.ModulesPlaceHolder {

  display: flex;
  gap: 10px;
  justify-content: center;
  
  & > div {
  
    width: calc(100% / 3);  
  } 
  
  & .promotionWrap {
    
    display: flex;
    height: 100%;
    
    & > div {
      
      min-height: 230px;
    }
    
    & .HotJobDescription {
      
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 12px;
      line-height: 1.4;
    }
  }
}

.ModulePlaceHolder .CardStyle {

  list-style: none;
  line-height: 1.4;
  overflow: hidden;
  padding: 0px;
  border-radius: 10px;
  border: 1px solid color-mix(in lab, var(--colorBorder), white 50%);
  box-shadow: none;
}

.ModulePlaceHolder .CardStyle.Clipped {
  
  padding: 0;
  min-height: 220px;
}


.ModulePlaceHolder .CardStyle.WithShowMore {
  
}
.ModulePlaceHolder .CardStyle.WithShowMore.oneColl {
  padding-bottom: 21px;
  border-radius: 6px;
  margin-top: 7px;
}
.ModulePlaceHolder .CardStyle.WithShowMore.Clipped {
  height: 256px !important;
  
}
.ModulePlaceHolder .CardStyle.WithShowMore .innerContainer.Clipped {
  height: 248px !important;
}

.ModulePlaceHolder .HalfHeight .CardStyle.Clipped {
 
  height: 95px;
}

.ModulePlaceHolder .HalfHeight .CardStyle.Clipped:first-child {
  
  margin-bottom: 10px;
}

.ModulePlaceHolder .SubListHeader {
  
  padding: 0px 10px;
}

.ModulePlaceHolder li {
  
  position: relative;
  cursor: pointer;
}


.ModulePlaceHolder li .counter {
  
  color: gray;
  text-decoration: none;
  font-size: 11px;
  display: inline-block;
}

.CardStyle.twoColls {
  
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.innerContainer{
  
  display: flex;
  flex-wrap: wrap;
  margin: 2px;
  background: #fff;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  height: 248px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#lastSearchesTab {
  
  & .promoteAppsContent {
    
    display: flex;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  
  & .hotJobsList {
    
    & li {
      
      padding: 10px;
      border-bottom: 1px solid color-mix(in lab, var(--colorBorder), white 50%);
      
      &:is(:hover, :focus) {
        
        background: rgba(0,0,0,0.05);
      }
      
      & a {
        
        color: #1a0dab;
        text-decoration: none;
        
        &:is(:hover, :focus) {
          
          text-decoration: underline;
        }
      }
    }
  }
  
  & .ShowMoreLink {
    
    & a {
      
      position: relative;
      padding: 10px;
      display: block;
      color: inherit;
      text-decoration: none;
      background: var(--colorWhite);

      &:is(:hover, :focus) {
    
        background: color-mix(in lab, black, white 95%);
      }

      &:after {
        
        content: '\f054';
        font-family: "Font Awesome 6 Pro";
        font-weight: 300;
        font-size: 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        inset-inline-end: 10px;
      }
      
    }  
  }
}

body.rtl  {
  
  & #lastSearchesTab {

    & .ShowMoreLink {
      
      & a {

        &:after {
          
          content: '\f053';
        }
        
      }  
    }
  }  
}


#lastSearchesTab .ModulePlaceHolder .HotLinkLi {
  
  text-align: center;
  line-height: 1.4;
  border-bottom: 1px solid color-mix(in lab, var(--colorBorder), white 50%);
   
  & > a {
    
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #1a0dab;
    
    &:is(:hover, :focus) {
  
      background: rgba(0,0,0,0.05);
      text-decoration: underline;
    }
  }
}



.bannerLogoPlaceHolder {

  display: flex;
  gap: 10px;
  flex-flow: row wrap;
  justify-content: center;
  padding: 10px;
  
  & .BannerLogoLink {

    width: clamp( 0px ,calc( ( 100% / 2) - 5px), 140px);
    aspect-ratio: 120 / 38 ;
    background: #eee;
    line-height: normal;
    border: 1px solid color-mix(in lab, var(--colorBorder), white 50%);
    box-shadow: none;
    
    & img {
      
      width: 100%;
      height: 100%;
      object-fit: cover;
      box-shadow: none;
      display: block;
    }
  }
}

.ModulePlaceHolder .HotJobTitleRow {
  
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ModulePlaceHolder .HotJobTitle {
 
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}

.ModulePlaceHolder .HotJobDate {
  
  font-size: 11px;
  color:gray;
}

.AppPicsPlaceHolder {
  
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.ModulePlaceHolder .HorizonItem {
  
  width: clamp(0px,50%,150px);
}

.googlePlayLink,
.appStoreLink {
  
  width: 100%;
  height: 40px;
  margin-top: 10px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.appStoreLink {
  background-image: url('/images/apple_store.png');
  
}

.googlePlayLink {
  background-image: url('/images/google_play.png');
}

.HandImage {
  background-image: url('/images/mobile_app.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display:block;
  width: 130px;
  height: 137px;
}

.AppsHeader {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  padding: 0px 20px;
}

.AppsHeader--img {
  
  padding-block: 10px 35px;
  background-image: url(/images/5stars.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#JobsByLocation{
  display: none;
}
  
.tabSwitcher{
  display: none;
}
.submitFind:hover {
    background: #ae2728;
}



@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.FreeSearchTextBoxExtraText.mobileOnly {
  display: none;
}
@media only screen and (max-width: 767px) {
  
  #modal_window .FreeSearchTextBox{
    height: 50px !important;
  }
  
  .FreeSearchTextBoxExtraText.mobileOnly {
    
    display: block;
    position: absolute;
    top: 19px;
    inset-inline-start: 15px;
    font-size: 14px;
  }
  
  .SearchIcon.Job{
    
    display: none;
  }
  
  .SearchIcon.Location{
    
    display: none;
  }
  
  .FreeSearchTextBoxExtraText.noMobile{
    
    display: none;
  }
  
  .SearchPlaceHolderDiv{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 10px;
    gap: 20px;
  }
  
  .ModulePlaceHolder li.BorderMarker:hover {
    
    background-color: #ececec;
  }
  
  .TopSargelPadder {
    
    padding-top: 0px;
  }
  
  .ModulePlaceHolder .CardStyle.WithShowMore.Clipped {
    
    height: 265px;
  }
  
  .tabSwitcher {
    
    display: flex;
    width: 100%;
    font-size: 14px;
    justify-content: space-around;
  }
   
  .SubMenuheader.HomeHeader.promoted{
   
    display:block;
  }
   
  .SubMenuheader{
    display: none;
  }
  
  .tabSwitcherTab {
    
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px transparent solid;
    font-weight: 100;
    cursor: pointer;
  }
  
  .tabSwitcherTab.selectedTabSwitcher {
    
    border-bottom: 3px #2557A7 solid;
    font-weight: 700;
  }
  
  .switchTab.noDisplay{
    
    display: none;
  }
  
  .switchTab.flexDisplay{
    
    display: flex;
  }
  
  .HomeSplashPlaceholder:before {
   
    display: none;
  }
  
  .HexagonPlaceHolder {
    
    display: none;
  }
  
  .innerContainer{
   
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  
  .ClearText,
  .SearchIcon,
  .SelectedCountry{
    
    height: 31px;
    line-height: 36px;
  }
  


  .HomeSplashPlaceholder,
  .HomeSplashPlaceholder.noUserIn
   {
    background: #ffffff;
    min-height: auto;
    padding: 10px calc(1% + 3px);
    width: calc(98% - 6px);
  }
  
  .mainSearchFormPlaceHolder {
    background: transparent;
  }
  
  .SearchPlaceHolder {
    flex-direction: column;
    background: transparent;
  }
  
  .FreeSearchItem {
    width: 100%;
    position: relative;
  }
  
  .FreeSearchTextBoxExtraText {
    color: #333333;
  }
  
  .FreeSearchTextBoxExtraText.Small {
    position: absolute;
    inset-inline-end: 0px;
    top: 0px;
    line-height: 18px;
  }
  
  .FreeSearchItem.Submit {
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: normal;
  }
  
  .ModulesPlaceHolder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    padding: 15px 0;
    padding-top: 23px;
    padding-bottom: 0;
  }
  .ModulesPlaceHolder.promotionLink{
    background: transparent;
    padding-top: 0;
    max-width: 100%;
  }
  .ModulePlaceHolder.ThirdWidth {
    width: 100%;
  }
  .ModulePlaceHolder.ThirdWidth.ThirdWidthNew {
    width: 100%;
  }
  .ModulePlaceHolder.ThirdWidth.ThirdWidthNewSmall {
    width: 100%;
  }
  
  .MobileAppVersionPlaceHolder {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  
  .EditSearchLink,
  .EditSearchLink:hover {
    color: #333333;
  }
  
  #JobsByLocation{
    display : block;
  }
  
  #JobsByLocation a{
   text-decoration: none;
   color: rgb(51, 51, 51);
  }
  
  .grayDiv{
    display: block ;
    background: #e4e2e0;
    height: 12px;
  }
  
  
}