.velentineday-popup .modal-content {
  border-radius: 0;
}
.velentineday-popup .modal-content .modal-header {
  border-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12345;
}
.velentineday-popup .modal-content .modal-header .close-btn {
  background-color: rgba(231, 231, 231, 0.95);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  color: rgba(17, 17, 17, 0.7);
  text-decoration: none;
  font-size: 20px;
}
.velentineday-popup .modal-content .modal-body {
  align-items: center;
}
.velentineday-popup .modal-content .modal-body .card {
  background-image: url("../../images/popup/velentineday-bg.jpeg");
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 11111;
}
.velentineday-popup .modal-content .modal-body .card::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.68);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1111111;
}
.velentineday-popup .modal-content .modal-body .card img {
  height: 300px;
  width: 300px;
  display: block;
  margin: auto;
}
.velentineday-popup .modal-content .modal-body .card .content h5 {
  color: rgb(199, 8, 62);
  font-size: 20px;
  text-align: center;
}
.velentineday-popup .modal-content .modal-body .card .content h1 {
  color: rgb(199, 8, 62);
  font-size: 46px;
  text-align: center;
}
.velentineday-popup .modal-content .modal-body .card .content p {
  font-size: 16px;
  color: rgb(199, 8, 62);
}
.velentineday-popup .modal-content .modal-body .card .content .copy-container {
  position: relative;
  display: inline-block;
  margin: 10px 0 10px 0;
  width: 100%;
}
.velentineday-popup .modal-content .modal-body .card .content .copy-container .copy-btn {
  border: 2px dotted;
  border-color: rgba(199, 8, 62, 0.5);
  background: transparent;
  padding: 12px 8px;
  cursor: pointer;
  font-size: 18px;
  color: rgb(199, 8, 62);
  background-color: rgba(199, 8, 62, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  font-weight: 700;
}
.velentineday-popup .modal-content .modal-body .card .content .copy-container .copied-msg {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  display: none;
  white-space: nowrap;
  z-index: 10;
}
.velentineday-popup .modal-content .modal-body .card .popup-btn {
  background-color: rgb(199, 8, 62);
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 11px 26px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.5s linear;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 0px;
}
.velentineday-popup .modal-content .modal-body .card .popup-btn:hover {
  border: 2px solid rgb(199, 8, 62);
  background-color: rgb(255, 255, 255);
  color: rgb(199, 8, 62);
}/*# sourceMappingURL=velentineday-popup.css.map */