.recent-sale .modal-dialog {
  right: 0;
  bottom: 0;
}
.recent-sale .modal-content .modal-header {
  border-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12345;
}
.recent-sale .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;
}
.recent-sale .modal-content .modal-body {
  align-items: center;
}
.recent-sale .modal-content .modal-body .card .content p {
  font-size: 16px;
  color: rgb(44, 44, 44);
  line-height: 1.32;
}/*# sourceMappingURL=recent-sale.css.map */