.custom-social-proof {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999999999999 !important;
}
.custom-social-proof .custom-notification {
  width: 100%;
  max-width: 450px;
  border: 0;
  text-align: left;
  z-index: 99999;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 50px;
  box-shadow: 2px 5px 10px 2px rgba(11, 10, 10, 0.35);
  background-color: #fff;
  position: relative;
  cursor: pointer;
  padding: 10px;
}
.custom-social-proof .custom-notification .custom-notification-container {
  display: flex !important;
  align-items: center;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
  max-height: 60px;
  margin: 2px 10px 0;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
  margin: 0;
  height: 100%;
  color: #2d2c2c;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0 6px 6px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
  font-family: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  line-height: 1.4;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content #notify-1 {
  font-size: 14px;
  font-weight: 700;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content #notify-1 .person,
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content #notify-1 .city,
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content #notify-1 .state {
  text-transform: capitalize;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content #notify-3 {
  margin-top: 3px;
  display: block !important;
  font-size: 14px !important;
  color: #1768bb;
  font-weight: bold !important;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content .productName {
  font-weight: normal;
  color: #666;
  font-size: 12px;
}
.custom-social-proof .custom-notification .custom-close {
  position: absolute;
  top: 50%;
  right: 8px;
  height: 12px;
  width: 12px;
  margin-top: -5px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  transform: rotate(45deg);
  opacity: 0;
}
.custom-social-proof .custom-notification .custom-close:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: gray;
  position: absolute;
  left: 0;
  top: 5px;
}
.custom-social-proof .custom-notification .custom-close:after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: gray;
  position: absolute;
  left: 5px;
  top: 0;
}
.custom-social-proof .custom-notification:hover .custom-close {
  opacity: 1;
}

@media (max-width: 600px) {
  .custom-social-proof {
    display: none !important;
  }
}/*# sourceMappingURL=socialProof.css.map */