@charset "utf-8";.mod-modalDialog {
  font-size: 16px;
}
.mod-modalDialog[hidden] {
  display: none;
}
.mod-modalDialog:not([hidden]) {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mod-modalDialog-contentsWrapper {
  position: relative;
  pointer-events: none;
  padding: 48px 24px;
}
.mod-modalDialog-contents {
  position: relative;
  pointer-events: initial;
  box-sizing: border-box;
  width: 320px;
  max-width: 100%;
  margin: auto;
  padding: 24px;
  background-color: #fff;
  border-radius: 4px;
}
.mod-modalDialog-contents-head {
  margin-bottom: 20px;
}
.mod-modalDialog-contents-heading {
  color: #ed6103;
  font-weight: bold;
}
.mod-modalDialog-contents-heading.heading-center {
  text-align: center;
}
.mod-modalDialog-contents-heading.heading-font-medium {
  font-size: 1.125em;
}
.mod-modalDialog-contents-leadText {
  color: #515151;
  font-size: 0.75em;
}
.mod-modalDialog-contents-foot {
  margin-top: 20px;
}
.mod-modalDialog-contents-close-button {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 1em;
  font-weight: bold;
}
.mod-modalDialog-contents-close-textLink {
  display: block;
  margin: -8px auto 0 auto;
  padding: 12px 16px 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 0.875em;
  color: inherit;
}
.mod-modalDialog-contents-close-icon-button {
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: auto;
  left: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background-color: #000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.mod-modalDialog-contents-close-icon-button svg {
  flex: 0 0 10px;
}
.mod-modalDialog-backdrop-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.mod-modalDialog {
  padding: 0;
  overflow: visible;
}
.mod-modalDialog:not([hidden]) {
  overflow-y: unset;
}
.mod-modalDialog-contentsWrapper {
  height: 100%;
  display: flex;
  padding: 0;
}
.mod-modalDialog-contents {
  width: 22em;
  max-width: 100%;
  max-height: 95vh;
  margin: auto;
  padding: 1.5em;
  border-radius: 4px;
}
.mod-modalDialog-content-container {
  max-height: 75vh;
  overflow-y: auto;
}
.mod-modalDialog-content-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#prg-glossaryInformationButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.875em;
  border: 1px solid #d8d8d8;
  color: #000;
  background-color: #fff;
  text-align: center;
}

.mt-1-5em {
  margin-top: 1.5em;
}

#prg-glossaryInformationModalDialog .mod-modalDialog-contents-body {
  line-height: 1.5;
  font-size: 0.875em;
}
