/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
/* TYPOGRAPHY */
/* Google Fonts */
.form-status {
  align-items: flex-start;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin: 0;
  padding: 1rem;
  text-align: start;
  width: 100%;
  order: 0;
}
.form-status.is-success {
  background: #F1F9EF;
}
.form-status.is-error {
  background: #FDE9E6;
}
.form-status__copy {
  overflow-wrap: anywhere;
  width: 100%;
}
.form-status__message {
  margin: 0;
}
.form-status__details {
  color: #1A1C1E;
  margin: 0.25rem 0 0;
  padding-inline-start: 1.3125rem;
}
.form-status__detail {
  margin: 0;
}
.form-status__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.form-status__action {
  align-items: center;
  background: #ffffff;
  border: 1px solid #E8E2DB;
  border-radius: 0.625rem;
  color: #1A1C1E;
  display: inline-flex;
  font-weight: 500;
  gap: 0.5rem;
  min-height: 32px;
  min-width: 80px;
  padding-block: 0.5rem;
  padding-inline-end: 1rem;
  padding-inline-start: 0.75rem;
  text-decoration: none;
}
.form-status__action:hover, .form-status__action:focus-visible {
  border-color: #a44f17;
  color: #1A1C1E;
}
.form-status__action-icon {
  height: 16px;
  width: 16px;
}

.alert:has(.form-status) {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  margin: 1rem 0;
  padding: 0;
}
.alert:has(.form-status) .btn-close {
  display: none;
}

.form-actions > .form-status {
  margin-block-end: 0.75rem;
}

.sib-api-dashboard-popup-source,
.alert:has(.sib-api-dashboard-popup-source) {
  display: none !important;
}

.sib-api-dashboard-popup-overlay {
  background-color: rgba(26, 28, 30, 0.7);
}

.spb-popup-main-wrapper:has(.sib-api-dashboard-result-popup) {
  background: url("../images/bg-default.png");
  background-color: #ffffff;
  background-size: cover;
  border: 0;
  border-radius: 2.5rem;
  box-shadow: none;
  max-width: 520px;
  overflow: hidden;
  padding: 0;
  width: min(520px, 100% - 32px) !important;
}
.spb-popup-main-wrapper:has(.sib-api-dashboard-result-popup) .spb-controls {
  inset-inline-end: 24px;
  top: 24px;
}
.spb-popup-main-wrapper:has(.sib-api-dashboard-result-popup) .spb_close {
  background: url("../images/icons/close-menus.svg") center/32px 32px no-repeat;
  border: 0;
  height: 32px;
  width: 32px;
}
.spb-popup-main-wrapper:has(.sib-api-dashboard-result-popup) .spb-popup-content {
  padding: 0;
}

.spb-popup-main-wrapper.spb_center:has(.sib-api-dashboard-result-popup) {
  min-height: 0;
}

[dir=rtl] .spb-popup-main-wrapper:has(.sib-api-dashboard-result-popup) .spb-controls {
  inset-inline-end: 24px;
}
[dir=rtl] .spb-popup-main-wrapper:has(.sib-api-dashboard-result-popup) .spb_close {
  inset-inline-start: auto;
}

.sib-api-dashboard-result-popup {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.5rem;
  position: relative;
  text-align: center;
}
.sib-api-dashboard-result-popup__status {
  background: url("../images/icons/form-popup-success.svg") center/64px 64px no-repeat;
  display: block;
  height: 64px;
  width: 64px;
}
.sib-api-dashboard-result-popup__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.sib-api-dashboard-result-popup__title {
  font-family: var(--bs-font-sans-serif);
  line-height: 1.75rem;
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
[dir=rtl] .sib-api-dashboard-result-popup__title {
  font-size: 1.5rem;
}
.sib-api-dashboard-result-popup__subtitle, .sib-api-dashboard-result-popup__message {
  margin: 0;
}
.sib-api-dashboard-result-popup__subtitle > :first-child, .sib-api-dashboard-result-popup__message > :first-child {
  margin-block-start: 0;
}
.sib-api-dashboard-result-popup__subtitle > :last-child, .sib-api-dashboard-result-popup__message > :last-child {
  margin-block-end: 0;
}
.sib-api-dashboard-result-popup__reference {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  line-height: 1.5rem;
  min-width: 0;
  width: 100%;
}
.sib-api-dashboard-result-popup__reference strong {
  font-weight: 500;
}
.sib-api-dashboard-result-popup__copy {
  align-items: center;
  background: url("../images/icons/form-popup-copy.svg") center/32px 32px no-repeat;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.sib-api-dashboard-result-popup__copy.is-copied {
  opacity: 0.72;
}
.sib-api-dashboard-result-popup__details {
  display: grid;
  gap: 0.75rem;
  margin: 0.5rem 0 0;
  text-align: start;
  width: 100%;
}
.sib-api-dashboard-result-popup__detail {
  border-top: 1px solid rgba(26, 28, 30, 0.12);
  display: grid;
  gap: 0.25rem;
  padding-top: 0.75rem;
}
.sib-api-dashboard-result-popup__detail dt {
  color: #5d646b;
  font-size: 0.875rem;
  margin: 0;
}
.sib-api-dashboard-result-popup__detail dd {
  color: #1A1C1E;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  overflow-wrap: anywhere;
}
.sib-api-dashboard-result-popup__print {
  margin-top: 0.5rem;
}

.sib-api-dashboard-result-popup--warning .sib-api-dashboard-result-popup__status {
  background-image: url("../images/icons/form-popup-error.svg");
}

@media (max-width: 62rem) {
  .spb-popup-main-wrapper:has(.sib-api-dashboard-result-popup) {
    border-radius: 2.5rem;
    bottom: auto;
    max-width: calc(100% - 32px);
    position: relative;
    width: calc(100% - 32px) !important;
  }
  .spb-popup-main-wrapper.spb_center:has(.sib-api-dashboard-result-popup) {
    top: 50%;
  }
  .sib-api-dashboard-result-popup {
    padding: 2.5rem 1.5rem;
  }
}
