/* ============================================
  IMPORTS - All Google Fonts consolidated here
  ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Fredoka&display=swap');


/* Layout Styles */
@import url('../layout/header.css');
@import url('../layout/menu.css');
@import url('../layout/overlay.css');
@import url('../layout/footer.css');

/* Utility Styles */
@import url('../utilities/layout.css');
@import url('../utilities/modals.css');
@import url('../utilities/forms.css');
@import url('../utilities/font-sizes.css');
@import url('../utilities/print.css');
@import url('../utilities/backgrounds.css');

/* ============================================
  CSS VARIABLES
  ============================================ */
:root {
  --Almost-black: #222;
  --medium-grey: #767676;
  --light-grey: #A0A0A0;
  --space: #262A2E;
  --Line-Gray: #A0A0A0;
  --violet: #FF4382;
  --deepsky: #20B1F3;
  --white: #ffffff;
  --Iron: #D4D7D9;
  --Almost-White: #FBFBFB;
  --supernova: #FFD43A;
  --smoke: #F4F4F4;
  --Red: #EF5350;
  --alice-blue: #EDF7FF;
  --go-green: #55C05A;
  --Shark: #1D1D1B;
  --bright-sun: #F6DC56;
  --Bunker: #121517;

  --main-wrapper-margin: 0.75rem;
}

/* ============================================
  BASE/RESET STYLES
  ============================================ */
html {
  height: -webkit-fill-available;
  min-height: 100vh;
  min-height: 100dvh;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-height: 100dvh;
  color: var(--Almost-black);
  font-family: 'Fredoka', sans-serif !important;
}


/* ============================================
  ENABLE TOOLBAR FIXES
  ============================================ */
body.trigger-position-left #enable-toolbar-trigger {
  top: -90px !important;
}

body #enable-toolbar {
  z-index: 99!important;  /* fixes safari bottom toolbar issue */
}

/* ============================================
  MAIN WRAPPER
  ============================================ */
#main_wrapper {
  flex-grow: 1;
  padding-bottom: 40px;
  width: 100%;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-position: bottom;
}


/* ============================================
  TEXT STYLES
  ============================================ */
.text span:active {
  text-decoration: underline;
}

.category-list a:active {
  text-decoration: underline;
}

.field-validation-error span {
  color: red;
}

.ir {
  overflow: hidden;
  border: 0;
  background-color: transparent;
}

.ir:before {
  display: block;
  content: "";
  width: 0;
  height: 100%;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  filter: contrast(1.05) saturate(1.1) brightness(1.1) sepia(0.1);
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0;
}

.fbconnect {
  border-radius: 0 !important;
}

/* ============================================
  PUBLISH WRAPPER
  ============================================ */
#PublishWrapper {
  height: 100%;
}

#PublishWrapper div:not(.CloseAd) {
  width: 100%;
  height: 100%;
}

#PublishWrapper a:not(.CloseAd) {
  width: 100%;
  height: 100%;
}

#PublishWrapper .CloseAd {
  height: 25px;
  width: 30px;
  z-index: 99999999999 !important;
  position: relative;
  float: right;
  right: 5px;
  top: 5px;
  background: url('/content/materials/closeFilterGray.png') right center no-repeat;
  background-color: transparent;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

#PublishWrapper #moad_container_3412,
#PublishWrapper #moad_container_2620 {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999999999 !important;
  background-color: #fff;
  margin-top: -25px;
}

#PublishWrapper #moad_container_3412 img,
#PublishWrapper #moad_container_2620 img {
  height: 100%;
  width: 100%;
}

/* ============================================
  HOME PAGE STYLES
  ============================================ */
.HPtitle {
  position: relative;
  margin: 10px 10px 40px 10px;
}

.HPtitle .HPtitleImg {
  width: 100%;
  border-radius: 8px;
}

.HPtitle .HPtitleText {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  width: 50%;
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: 500;
}

.HPsubtitle {
  margin: 10px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.HPdescription {
  margin: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

/* ============================================
   PAGE TITLE
   ============================================ */
.page-title {
  width: 100%;
  height: 56px;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-title h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.plus_yellow {
  width: 100%;
  position: fixed;
  bottom: 20px;
  display: none;
}

.plus_yellow img {
  width: 7%;
  min-width: 60px;
}

/* ============================================
   PAGER (Pagination for Results)
   ============================================ */
#pager {
  margin: 20px 10px 20px 10px;
  padding-bottom: 40px;
}

#pager .pagerLink {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: -0.32px;
  color: #000000;
}

#pager .prev {
  width: 78px;
  height: 33px;
  border-radius: 5px;
  box-shadow: 0px 4px 6.1px 0.9px rgba(0, 0, 0, 0.09);
  background-color: #ffc50a;
  text-align: center;
  padding: 4px;
}

#pager img {
  width: 11px;
  height: 17px;
  margin: 0 2px 0 2px;
}

#pager imgP {
  margin: 0 0 0 7px;
}

#pager imgN {
  margin: 0 7px 0 0;
}

#pager .current {
  width: 23px !important;
  height: 23px;
  box-shadow: 0px 3px 3.4px 0.6px rgba(0, 0, 0, 0.12);
  background-color: #ffc50a;
  border-radius: 25px;
}

#pager .prevUnOff {
  width: 79px;
  height: 33px;
  border-radius: 5px;
  background-color: #cbcbcb;
  text-align: center;
  padding-top: 9px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: -0.32px;
  color: #000000;
}

#pager .PagerText {
  width: 8%;
  text-align: center;
  padding-top: 4px;
}

#pager .PagerText:first-child {
  margin-left: 60px;
}

#pager .PagerText:last-child {
  margin-right: 40px;
}

/* ============================================
   SERVICE AUTOCOMPLETE OPTIONS
   ============================================ */

.autocompleteOptions li {
  text-align: center !important;
  font-weight: 500;
  font-size: 20px;
  background: #d2e5fc;
  color: #3e3e3e;
  opacity: 1;
}

/* ============================================
   POST THANK YOU PAGE
   ============================================ */
.postThanks {
  background-color: #efefef;
}

.postThanks .AdDetails {
  text-align: right;
  width: 80%;
  margin: 30px auto;
  font-size: 20px;
}

.BigiconText {
  font-size: 20px;
  width: 90%;
  margin: 20px auto;
}

.closeThankYou {
  z-index: 2;
  width: 26px;
  height: 26px;
  left: 3%;
  top: 2%;
}

.closeThankYou:hover {
  opacity: 0.8;
}

.closeThankYou img {
  width: 100%;
  cursor: pointer;
}

/* ============================================
   ITEM BUTTON INVISIBLE (Share Panel)
   ============================================ */
#item-btn-invisible {
  height: auto;
  min-height: 308px;
  width: 100%;
  bottom: -530px;
  margin: 0;
  position: fixed;
  overflow: hidden;
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
}

#item-btn-invisible.height {
  width: 100%;
  bottom: 0;
  z-index: 9;
  position: fixed;
  visibility: visible;
}

#item-btn-invisible .closeShare {
  height: 25px;
  cursor: pointer;
}

#item-btn-invisible .closeShare:active {
  text-decoration: underline;
}

#item-btn-invisible .closeShare img {
  width: 100%;
}

#item-btn-invisible .ShareBtnWrapper {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 20px;
}

#item-btn-invisible .ShareBtnWrapper .Title {
  font-size: 26px;
  padding: 15px 0 25px 0;
}

#item-btn-invisible .ShareBtnWrapper .NewShareBtn {
  padding: 0 10px 0 10px;
  text-align: center;
}

#item-btn-invisible .ShareBtnWrapper .NewShareBtn p {
  padding-top: 20px;
  color: white;
}

.fromTo {
  width: 100%;
  height: 270px;
  cursor: pointer;
}


.BCtitle {
  font-size: 17px;
  color: #6f6f6f;
}

.BCtitle a {
  text-decoration: none;
  color: #000;
}

/* ============================================
  SUB HEADER STYLES
  ============================================ */
.sub-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px var(--main-wrapper-margin);
}

.sub-header-container .SubHeader {
  color: var(--Almost-black);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.sub-header-container .SubHeader.addad {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sub-header-container .SubHeader a {
  text-decoration: none;
  color: #000;
}

.sub-header-container .SubHeader a img {
  margin-bottom: 2px;
}

.SubHeaderMain {
  width: 100%;
  background-color: #e8e8e8;
  height: 4px;
}

.SubHeaderMain .SubHeaderaction {
  width: 23%;
  background-color: #ffc50a;
  height: 4px;
  float: right;
  margin: 0 10px 0 5px;
}

.SubHeaderMain .SubHeaderactionEmpty {
  background-color: #e8e8e8;
  height: 4px;
  width: 15%;
  float: right;
}

.SubHeaderMain .SubHeaderactionEmptyBig {
  width: 40%;
  background-color: #e8e8e8;
  height: 4px;
  float: right;
}

/* ============================================
   AGENCY BOX
   ============================================ */
#AgencyBox {
}

#AgencyBox .AgencyBox {
  width: 100%;
  height: 216px;
  background-image: url('../../IconsND/Agency/AgencyBGWhite.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 50px;
}

#AgencyBox .button {
  width: 180px;
  height: 33px;
  border-radius: 5px;
  background-color: #ffc50a;
  text-align: center;
  padding-top: 3px;
  margin: auto;
}

#AgencyBox .button a {
  font-size: 16px;
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.32px;
  color: #000000;
  text-decoration: none;
}

#AgencyBox .title {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.58;
  letter-spacing: -0.52px;
  text-align: center;
  color: #ffffff;
}

#AgencyBox .title2 {
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.5;
  letter-spacing: normal;
  text-align: center;
}

.PaddingAdx {
  /* reserved class, for AD js logic */
}

.ad-container-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 50px auto;
  max-height:400px;
  max-width: 95%;
}


/* ============================================
   AD NATIVE BOX FEED
   ============================================ */
.AdvNativeBoxFeed {
  margin: auto;
  height: 110px;
  margin-top: 10px;
  width: 90%;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.16);
  background-color: #f3f6fb;
}

/* ============================================
   BIG ICON AND FORM PANEL
   ============================================ */
.Bigicon {
  padding-bottom: 25px;
}

.Bigicon img {
  padding-bottom: 25px;
}

div.formPanel.cell.border {
  width: 95% !important;
  margin: 10px auto 10px auto;
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.05));
  background-color: white;
  border: unset !important;
  height: unset;
}

.divIcon {
  display: flex;
  /* position: absolute; */
  top: 0;
  right: 0;
  padding: 10px;
}

.divIcon div {
  margin: 5px 10px 0 0;
  color: var(--Almost-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.6px;
}

.advPublish {
  color: var(--space);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 117.857% */
}

/* ============================================
   BUTTON STYLES
   ============================================ */
.btnprivateZone {
  /*display: flex;*/
  width: 37%;
  height: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #55C05A;
  box-shadow: 0px 8px 4px -4px rgba(255, 67, 130, 0.08), 0px 4px 3px -4px rgba(255, 67, 130, 0.12);
  margin: 3% 10% 3% 3%;
  line-height: 40px;
}

.btnprivateZone a {
  color: white;
  text-decoration: none;
}

.btnShowAd {
  /*display: flex;*/
  width: 37%;
  height: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--supernova, #FFD43A);
  box-shadow: 0px 8px 4px -4px rgba(254, 199, 0, 0.08), 0px 4px 3px -4px rgba(254, 199, 0, 0.12);
  margin: 3% 3% 3% 3%;
  line-height: 40px;
}

.btnShowAd a {
  color: white;
  text-decoration: none;
}

.btnAddAd {
  display: flex;
  width: 80%;
  height: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--space, #262A2E);
  box-shadow: 0px 8px 4px -4px rgba(38, 42, 46, 0.08), 0px 4px 3px -4px rgba(38, 42, 46, 0.12);
  margin: auto;
  line-height: 40px;
  align-items: center;
}

.btnAddAd a {
  color: #FFD43A;
  text-decoration: none;
}

/* ============================================
   CAROUSEL STYLES
   ============================================ */
.carousel-indicators [data-bs-target] {
  width: 8px !important;
  height: 8px !important;
  border-top: unset !important;
  border-bottom: unset !important;
  border-radius: 7px;
}

.carousel-control-prev-icon {
  width: 30px !important;
  height: 60px !important;
  border-radius: 30px 0 0 30px;
  background-image: url('../../images/icons-svg/arrow_left_alt.svg') !important;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1D1D1B99;
}

.carousel-control-next-icon {
  width: 30px !important;
  height: 60px !important;
  border-radius: 0 30px 30px 0;
  background-image: url('../../images/icons-svg/arrow_right_alt.svg') !important;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1D1D1B99;
}

.carousel-control-next,
.carousel-control-prev {
  width: unset !important;
}

.bottom-left-button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  background-color: #F4F4F4;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 0 1px 4px 0px;
}

.bottom-left-button img {
  width: 13px;
  height: 10px;
}

.bottom-left-button.bottom-left-button-desktop-version {
  bottom: 20px;
  border-radius: 0 4px 4px 0;
  left: 0px;
}


/* ============================================
   PAGE breadcrumb
   ============================================ */
.page-breadcrumb {
  margin: 20px 10px;
}

.page-breadcrumb h2,
.page-breadcrumb h3,
.page-breadcrumb h4,
.page-breadcrumb h5 {
  display: inline;
}

/* ============================================
   POST AD MAIN IMAGE
   ============================================ */
.PostAdMainImage {
  text-align: center;
  padding-top: 100px;
}



/* ============================================
  BIG ICON STYLES
  ============================================ */
.Bigicon {
  text-align: center;
}

.Bigicon .BigiconTitle {
  margin: 25px 0 5px;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: center;
}

.BigiconsubTitle {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -.30000001192092896px;
  text-align: center;
  padding: 30px 0;
  clear: both;
}

/* ============================================
   HR STYLES WITH DECORATIVE SPAN
   ============================================ */
.hr-iron {
  text-align: center;
  position: relative;
  margin-bottom: 45px;
}

.hr-iron span {
  position: absolute;
  z-index: 1;
  margin-top: 0px;
  margin-right: 13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--supernova);
  width: 162px;
  height: 32px;
  padding: 4px 16px;
  border-radius: 32px;
  line-height: 24px;
}

/* ============================================
   BACKGROUND IMAGE FEED STYLES
   ============================================ */
.BGimageFeed {
  filter: brightness(110%) sepia(.2);
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
  height: 220px;
}

.BGimageFeedNofilter {
  height: 160px;
  object-fit: cover;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.BGimageFeed-mini {
  filter: brightness(95%);
  height: 40px;
  object-fit: cover;
  width: 345px;
  border-radius: 5px 5px 0 0;
}

.BGimageFeed-Jobs {
  filter: brightness(95%);
  height: 40px;
  object-fit: cover;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

/* ============================================
   ROUNDED RECTANGLE CARD STYLES
   ============================================ */
.Rounded-Rectangle {
  width: 94%;
  height: 320px;
  border-radius: 5px;
  margin: auto;
}

.Rounded-Rectangle-mini {
  width: 345px;
  height: 97px;
  border-radius: 5px;
  box-shadow: 0px 4px 26.7px 3.3px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin: auto;
}

.Rounded-Rectangle-Articles {
  width: 90%;
  margin: auto;
  margin-bottom: 25px;
}

.Rounded-Rectangle-withoutBoarder {
  border-radius: 4px;
  margin: auto;
}

/* ============================================
   ARTICLE IMAGE CARD STYLES
   ============================================ */
.Articles-ImgCard {
  width: 100%;
  height: 160px;
  position: relative;
  direction: rtl;
  text-align: right;
}

.Articles-ImgCard img {
  border-radius: 5px;
  height: 160px !important;
}

/* ============================================
   FONT STYLE FEED VARIATIONS
   ============================================ */
.fontStyleFeed {
  font-size: 18px;
  text-align: right;
  color: var(--medium-grey);
}

.box .fontStyleFeed {
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  text-align: right;
  color: #000;
}

.fontStyleFeedPromoted {
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  text-align: right;
  color: #000000;
}

.fontStyleFeedPromoted .shekel {
  font-size: 12px;
}

.fontStyleFeeddiv {
  padding: 8px 5px 0 15px;
  max-width: 100%;
}

.fontStyleFeedSmall {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  text-align: right;
  color: var(--medium-grey);
}

.fontStyleFeedSmall span {
  font-size: 15px;
}

.fontStyleFeeddivSmall {
  padding: 5px 10px 0 0;
}

.fontStyleViewAddivSmall {
  padding: 5px 5px 0 0;
}

/* ============================================
   NO PICTURE CLASS STYLES
   ============================================ */
.noPicClass {
  width: 100%;
  text-align: right;
  padding: 11px 40px 5px 5px;
  position: relative;
  bottom: 37px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.59;
  letter-spacing: -0.54px;
  color: #ffffff;
  float: right;
}

.noPicClassJobs {
  width: 100%;
  text-align: right;
  padding: 11px 50px 5px 5px;
  position: relative;
  bottom: 37px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.59;
  letter-spacing: -0.54px;
  color: #ff9800;
  float: right;
}

/* ============================================
   BOTTOM RIGHT TEXT CONTAINER
   ============================================ */
.bottom-right {
  width: 100%;
  text-align: right;
  padding: 15px 10px 15px 10px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.59;
  letter-spacing: -0.54px;
}

.bottom-right span {
  font-size: 16px;
}

/* ============================================
   PROMOTED AD LABEL
   ============================================ */
.PromotedAdLabel {
  padding: 2px 5px 2px 5px;
  position: relative;
  top: -163px;
  color: #e7ba0a;
  display: inline-block;
  background: #efefef;
  border-radius: 8px;
  border: #e0e0e0 1px solid;
  margin: 6px;
}

/* ============================================
   DATE STYLES
   ============================================ */
.WhiteDate {
  font-size: 15px;
  margin-top: 5px;
}

.BlackDate {
  font-size: 15px;
  margin-top: 5px;
  color: #000;
}

/* ============================================
  MATERIAL ICONS
  ============================================ */
.material-icons {
  display: inline-flex;
  vertical-align: top;
  font-family: 'Material Icons' !important;
}


/* ============================================
  ICON FILTER OVERRIDES
  ============================================ */
.PostAdIcon {
  filter: unset;
}

.SearchAdIcon {
  filter: unset;
}
