/* ============================================
   MY SAVED ADS PAGE
   ============================================ */
#mySavedAds_wrapper {
  min-height: 500px;
}

#mySavedAds_wrapper .noSavedAd {
  height: 72px;
  color: #000;
  background: #fff;
  text-align: center;
  padding: 20px;
  position: relative;
  top: 38px;
  font-size: 22px;
  opacity: 0.9;
}

#mySavedAds_wrapper .link {
  text-decoration: none;
}

#mySavedAds_wrapper .link .mySearch_section {
  width: 95%;
  margin: 10px auto 0 auto;
  box-shadow: 0px 2px 16px 0px #0000000D;
  padding: 20px;
  display: flex;
  align-items: center;
}

#mySavedAds_wrapper .link .mySearch_section .numOfSaved {
  position: absolute;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

#mySavedAds_wrapper .link .mySearch_section p {
  font-size: 14px;
  color: var(--space);
  margin: 0;
}

#mySavedAds_wrapper .link .mySearch_section p:first-child {
  font-weight: 600;
}

#mySavedAds_wrapper .link .mySearch_section .bull {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 8px; /* להוסיף מרווח משני הצדדים של הבוליט */
}
