.iconvertpr-remote-notification {
  padding: 0;
}

.iconvertpr-remote-notification.is-dismissible {
  position: relative;
  padding-right: 50px;
}

.iconvertpr-remote-notification-info {
  border-left-color: #a041f7;
  background: #ffffff;
  --iconvertpr-notice-base-font-size: 20px;
}

.iconvertpr-remote-notification-info * {
  font-size: var(--iconvertpr-notice-base-font-size, 16px);
}

.iconvertpr-remote-notification-message {
  display: flex;
  align-items: center;
}

.iconvertpr-remote-notification-message h1 {
  font-size: calc(var(--iconvertpr-notice-base-font-size) * 2);
}
.iconvertpr-remote-notification-message h2 {
  font-size: calc(var(--iconvertpr-notice-base-font-size) * 1.5);
}
.iconvertpr-remote-notification-message h3 {
  font-size: calc(var(--iconvertpr-notice-base-font-size) * 1.25);
}
.iconvertpr-remote-notification-message h4 {
  font-size: calc(var(--iconvertpr-notice-base-font-size) * 1);
}
.iconvertpr-remote-notification-message h5 {
  font-size: calc(var(--iconvertpr-notice-base-font-size) * 0.8);
}
.iconvertpr-remote-notification-message h6 {
  font-size: calc(var(--iconvertpr-notice-base-font-size) * 0.64);
}

.iconvertpr-remote-notification-message h1,
.iconvertpr-remote-notification-message h2,
.iconvertpr-remote-notification-message h3,
.iconvertpr-remote-notification-message h4,
.iconvertpr-remote-notification-message h5,
.iconvertpr-remote-notification-message h6 {
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.2;
}

.iconvertpr-remote-notification-message .lead {
  font-size: calc(var(--iconvertpr-notice-base-font-size) * 1.25);
  font-weight: 300;
}

.iconvertpr-remote-notification-message small,
.iconvertpr-remote-notification-message .small {
  font-size: 0.875em;
}

.iconvertpr-remote-notification-message sub,
.iconvertpr-remote-notification-message sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

.iconvertpr-remote-notification-message sub {
  bottom: -0.25em;
}

.iconvertpr-remote-notification-message sup {
  top: -0.5em;
}

.iconvertpr-remote-notification-message .text-muted {
  color: #6c757d;
}

.iconvertpr-remote-notification-message .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.iconvertpr-remote-notification-message blockquote {
  margin: 0 0 1em;
  font-size: calc(var(--iconvertpr-notice-base-font-size) * 1.25);
}

.iconvertpr-remote-notification-message .blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.iconvertpr-remote-notification-message hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid currentColor;
  opacity: 0.25;
}

.iconvertpr-remote-notification-message legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.iconvertpr-remote-notification-message mark,
.iconvertpr-remote-notification-message .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.iconvertpr-remote-notification-message dt {
  font-weight: 700;
}

.iconvertpr-remote-notification-message kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

.iconvertpr-remote-notification-message .list-inline {
  padding-left: 0;
  list-style: none;
}

.iconvertpr-remote-notification-message .list-inline-item {
  display: inline-block;
}

.iconvertpr-remote-notification-message .list-inline-item:not(:last-child) {
  margin-right: 0.5em;
}

.iconvertpr-remote-notification-info .iconvertpr-remote-notification-icon {
  fill: #a041f7;
}
.iconvertpr-remote-notification-error .iconvertpr-remote-notification-icon {
  fill: #a041f7;
  background-color: rgba(214, 54, 56, 0.1);
}
.iconvertpr-remote-notification-warning .iconvertpr-remote-notification-icon {
  fill: #dba617;
  background-color: rgba(219, 166, 23, 0.1);
}
.iconvertpr-remote-notification-success .iconvertpr-remote-notification-icon {
  fill: #00a32a;
  background-color: rgba(0, 163, 42, 0.1);
}

.iconvertpr-remote-notification-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.iconvertpr-remote-notification-icon {
  display: flex;
  align-items: center;
  color: #5246f1;
  fill: #5246f1;
  padding: 16px;
  background-color: rgba(82, 70, 241, 0.1);
}
.iconvertpr-remote-notification-icon img {
  width: 32px;
}

.iconvertpr-remote-notification-message {
  width: 100%;
  padding: 20px;
  font-size: 16px;
}
.iconvertpr-remote-notification-message a {
  color: #5246f1;
}
.iconvertpr-remote-notification-message p {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.iconvertpr-remote-notification-message > :first-child {
  margin-top: 0;
}

.iconvertpr-remote-notification-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
}

.iconvertpr-remote-notification-buttons
  .iconvertpr-remote-notification-primary {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  background-color: #5246f1;
  color: #ffffff;
  text-decoration: none;
  min-width: unset;
  height: unset;
  width: unset;
  text-transform: uppercase;
  font-size: 13px !important;
  padding: 6px 20px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-items: center;
  border-radius: 2px;
}
.iconvertpr-remote-notification-buttons
  .iconvertpr-remote-notification-primary:hover {
  background-color: #6a5ef3;
  color: #ffffff;
  text-decoration: none;
}
.iconvertpr-remote-notification-buttons
  .iconvertpr-remote-notification-secondary {
  display: inline-block;
  padding: 0.375em 0.75em;
  color: #5246f1;
  text-decoration: underline;
  background-color: transparent;
  border: none;
}
.iconvertpr-remote-notification-buttons
  .iconvertpr-remote-notification-secondary:hover {
  color: #6a5ef3;
  text-decoration: underline;
  background-color: transparent;
}

@media (max-width: 768px) {
  .iconvertpr-remote-notification-buttons {
    flex-direction: column;
  }
}
