:root {
  --bs-body-bg: #FEFEFE;
  --bs-body-color: #000000;
}

html[data-theme=dark] {
  --bs-body-bg: #000000;
  --color-dark: #FFFFFF;
}

body {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}

.modal[aria-labelledby=exampleModalLabel2] .modal-content .btn-close {
  position: absolute;
  right: 15px;
}

.modal-content {
  min-height: auto !important;
}
.modal-content .modal-body {
  font-size: 0.875rem;
  line-height: 1.5;
}
.modal-content .modal-body img {
  width: 100%;
  height: auto;
}

.without-margin {
  padding: 0px;
}

.without-margin p:last-child {
  margin-bottom: 0px;
}

/*# sourceMappingURL=popup.css.map */
