.special-offer .modal {
  position: relative;
}
.special-offer .modal .modal-dialog {
  position: absolute;
  right: 0;
  bottom: 0;
}
.special-offer .modal .modal-dialog .modal-content {
  border-radius: 20px;
  border: 0;
}
.special-offer .modal .modal-dialog .modal-content .modal-body {
  align-items: center;
}
.special-offer .modal .modal-dialog .modal-content .modal-body .card {
  background-color: rgb(65, 79, 228);
  overflow: hidden;
  border: 0;
  border-radius: 20px;
}
.special-offer .modal .modal-dialog .modal-content .modal-body .card .content h2 {
  color: rgb(255, 255, 255);
  font-size: 36px;
  text-align: center;
}
.special-offer .modal .modal-dialog .modal-content .modal-body .card .content p {
  font-size: 18px;
  color: rgb(255, 255, 255);
}
.special-offer .modal .modal-dialog .modal-content .modal-body .card .content .coupon-title {
  color: rgb(255, 255, 255);
}
.special-offer .modal .modal-dialog .modal-content .modal-body .card .content .copy-container {
  position: relative;
  display: inline-block;
  margin: 23px 0;
  width: 100%;
}
.special-offer .modal .modal-dialog .modal-content .modal-body .card .content .copy-container .copy-btn {
  border: 2px dotted;
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
  padding: 12px 8px;
  cursor: pointer;
  font-size: 18px;
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
}
.special-offer .modal .modal-dialog .modal-content .modal-body .card .content .copy-container .copied-msg {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: rgb(255, 255, 255);
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  display: none;
  white-space: nowrap;
  z-index: 10;
}
.special-offer .modal .modal-dialog .modal-content .modal-body .card .popup-btn {
  background-color: rgb(255, 255, 255);
  color: rgb(17, 17, 17);
  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;
}
.special-offer .modal .modal-dialog .modal-content .modal-body .card .popup-btn:hover {
  border: 2px solid rgb(255, 255, 255);
  background-color: rgb(17, 17, 17);
  color: rgb(255, 255, 255);
}/*# sourceMappingURL=special-offer.css.map */