@media only screen and (max-width: 1500px) {
  .container:not(.contextual-region .container) {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .container:not(.contextual-region .container) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.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;
  border-radius: 12px;
}
.modal-content .modal-body a {
  color: #0dcaf0;
  text-decoration: underline;
}
.modal-content .close-btn {
  padding: 10px;
  right: 0;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNyAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjk4MzMgMkw0IDExLjk4MzQiIHN0cm9rZT0iIzY2NjY2NiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEzLjk5MTcgMTEuOTkzOEw0IDIiIHN0cm9rZT0iIzY2NjY2NiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  width: 52px;
  height: 52px;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
}

.without-margin {
  padding: 0px;
}

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

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