.black-friday-coupon .modal-content {
  border-radius: 20px;
}
.black-friday-coupon .modal-content .modal-header {
  border-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1111;
}
.black-friday-coupon .modal-content .modal-header .close-btn {
  background-color: rgba(41, 41, 41, 0.968627451);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 20px;
}
.black-friday-coupon .modal-content .modal-body {
  align-items: center;
}
.black-friday-coupon .modal-content .modal-body .card {
  background-color: rgb(255, 199, 0);
  overflow: hidden;
}
.black-friday-coupon .modal-content .modal-body .card .content h2 {
  color: rgb(17, 17, 17);
  font-size: 36px;
  text-align: center;
}
.black-friday-coupon .modal-content .modal-body .card .content p {
  font-size: 18px;
  color: rgb(17, 17, 17);
}
.black-friday-coupon .modal-content .modal-body .card .content .copy-container {
  position: relative;
  display: inline-block;
  margin: 23px 0;
  width: 100%;
}
.black-friday-coupon .modal-content .modal-body .card .content .copy-container .copy-btn {
  border: 2px dotted;
  border-color: rgba(17, 17, 17, 0.5);
  background: transparent;
  padding: 12px 8px;
  cursor: pointer;
  font-size: 18px;
  color: rgb(17, 17, 17);
  background-color: rgba(17, 17, 17, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
}
.black-friday-coupon .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;
}
.black-friday-coupon .modal-content .modal-body .card .popup-btn {
  background-color: rgb(17, 17, 17);
  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;
}
.black-friday-coupon .modal-content .modal-body .card .popup-btn:hover {
  border: 2px solid rgb(17, 17, 17);
  background-color: rgb(255, 255, 255);
  color: rgb(17, 17, 17);
}/*# sourceMappingURL=black-friday-coupon.css.map */