.sale-notification .modal-content {
  background-color: rgb(6, 139, 136);
}
.sale-notification .modal-content .modal-header {
  border-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1111;
}
.sale-notification .modal-content .modal-header .close-btn {
  background-color: rgba(231, 231, 231, 0.95);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  color: rgba(17, 17, 17, 0.7);
  text-decoration: none;
  font-size: 16px;
}
.sale-notification .modal-content .modal-body {
  align-items: center;
}
.sale-notification .modal-content .modal-body .content h3 {
  color: #fff;
}
.sale-notification .modal-content .modal-body .content p {
  font-size: 16px;
  color: #fff;
}
.sale-notification .modal-content .modal-body .popup-btn {
  background-color: #000;
  color: #fff;
  font-size: 13px;
  padding: 8px 19px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.5s linear;
  width: 100%;
  text-transform: uppercase;
}
.sale-notification .modal-content .modal-body .popup-btn:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}/*# sourceMappingURL=sale-notification.css.map */