#modal-sections,
#modal-sections *,
#modal-sections ::before,
#modal-sections ::after {
  box-sizing: border-box !important;
}
.modal-section-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000061;
}
.modal-section-backdrop.backdrop-full {
  z-index: 1000000;
}
.modal-section-backdrop.backdrop-sub-head-menu {
  z-index: 999;
}
.modal-section {
  position: absolute;
  width: 100%;
  display: none;
}
.modal-section,
.modal-section *,
.modal-section ::before,
.modal-section ::after {
  box-sizing: border-box !important;
}
.modal-section .modal-section-wrapper {
  overflow: hidden;
}
.modal-section.section-center .modal-section-wrapper,
.modal-section.section-top .modal-section-wrapper,
.modal-section.section-left .modal-section-wrapper,
.modal-section.section-right .modal-section-wrapper,
.modal-section.section-bottom .modal-section-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-section .modal-section-actions {
  position: absolute;
  z-index: 10;
}
.modal-section .modal-section-btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #3e3e3e;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  user-select: none;
}
.modal-section .modal-section-btn-close:hover {
  cursor: pointer;
  background-color: #000;
}
.modal-section .modal-section-content {
  height: 100%;
  background-color: #fff;
  overflow: auto;
  position: relative;
}
.modal-section .modal-section-content[data-embedding="interactive"] {
  padding-left: 15px;
  padding-right: 15px;
}
.modal-section .modal-section-content[data-embedding="iframe"] {
  overflow: hidden;
}
.modal-section.section-center {
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  overflow: auto;
  width: auto;
}
.modal-section.section-center .modal-section-actions {
  right: 2rem;
  top: 1.4rem;
}
.modal-section.section-top {
  top: -100%;
  left: 0;
  right: 0;
  min-height: 360px;
  overflow: auto;
}
.modal-section.section-top .modal-section-wrapper {
  padding-bottom: 16px;
}
.modal-section.section-top .modal-section-actions {
  bottom: 0;
  padding-left: 16px;
}
.modal-section.section-left {
  top: 0;
  left: -100%;
  bottom: 0;
  width: clamp(360px, 50vw, 750px);
  overflow-x: auto;
}
.modal-section.section-left .modal-section-wrapper {
  padding-right: 16px;
}
.modal-section.section-left .modal-section-actions {
  right: 0;
  padding-top: 16px;
}
.modal-section.section-right {
  top: 0;
  right: -100%;
  bottom: 0;
  width: clamp(360px, 50vw, 750px);
  overflow-x: auto;
}
.modal-section.section-right .modal-section-wrapper {
  padding-left: 16px;
}
.modal-section.section-right .modal-section-actions {
  left: 0;
  padding-top: 16px;
}
.modal-section.section-bottom {
  left: 0;
  right: 0;
  bottom: -100%;
  min-height: 360px;
  overflow: auto;
}
.modal-section.section-bottom .modal-section-wrapper {
  padding-top: 16px;
}
.modal-section.section-bottom .modal-section-actions {
  top: 0;
  padding-left: 16px;
}
.modal-section.section-sub-head-menu {
  position: initial;
  min-height: 2rem;
  max-height: calc(100vh - 111px - 32px);
  overflow: auto;
  background-color: #fff;
}
.modal-section.section-sub-head-menu .modal-section-wrapper {
  padding-bottom: 16px;
  height: inherit;
  overflow: hidden;
}
.modal-section.section-sub-head-menu .modal-section-actions {
  bottom: 16px;
  padding-left: 16px;
}
/*# sourceMappingURL=modal_sections.css.map */