.ep-iFrameContainer { width: 100%; }
.ep-header, .ep-iFrameContainer, .ep-overlay { display: none; }
.ep-iFrame { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }
.ep-iFrameLarge { height: 500px; overflow: auto; }
.ep-overflow { overflow: unset; }
.ep-overlay { z-index: 10000; position: fixed; inset: 0px; background: rgba(0, 0, 0, 0.5); transition: opacity 0.2s; width: 100%; min-width: 100%; justify-content: center; align-items: center; }
.ep-wrapper { width: 100%; }
.ep-header { justify-content: flex-end; position: fixed; border-radius: 5px; z-index: 1; }
.ep-close-icon, .ep-minimize-icon { background: rgb(232, 232, 232); width: 23px; height: 23px; margin: 3px 6px 0px 0px; z-index: 999; color: rgb(74, 74, 74); transition: background 0.25s; text-align: center; cursor: pointer; }
.ep-minimize-icon { border-radius: 50%; line-height: 0.3ch; font-size: 22px; border: 1px solid rgb(204, 204, 204); font-family: sans-serif; }
.ep-close-icon { border-radius: 50%; line-height: 1.5ch; font-size: 20px; border: 1px solid rgb(204, 204, 204); font-family: Montserrat; }
.ep-minimize-text-container { height: fit-content; text-align: center; }
.ep-minimize-tc-sticky { writing-mode: vertical-lr; justify-content: center; }
.ep-minimize-tc-sticky-left { }
.ep-minimize-tc-sticky-right { transform: rotate(180deg); float: right; }
.ep-minimize-tc-polite { align-items: end; width: 100%; }
.ep-minimize-tc-polite-left { justify-content: start; }
.ep-minimize-tc-polite-right { justify-content: end; }
.ep-minimize-text { background-color: rgb(0, 0, 0); cursor: pointer; color: rgb(255, 255, 255); white-space: nowrap; overflow: hidden; max-width: 380px; text-overflow: ellipsis; }
.ep-minimize-text-polite { margin-bottom: 8px; }
.ep-minimize-text-polite-left { margin-left: 25px; margin-right: 8px; }
.ep-minimize-text-polite-right { margin-left: 8px; margin-right: 25px; }
.ep-sticky-sidebar { top: 50%; z-index: 9999; position: fixed; height: fit-content; transform: translateY(-50%); max-height: 100vh; }
.ep-height, .ep-sticky-sidebar .ep-wrapper { height: 100%; }
.ep-polite-slide-in { z-index: 9999; position: fixed; }
.ep-inline, .ep-popup { position: relative; margin: auto; }
.ep-polite-slide-in .ep-wrapper { position: relative; }
.ep-popup { z-index: 9999; }
.ep-inline { overflow: unset; }
.ep-right { right: 15px; }
.ep-left { left: 15px; }
.ep-bottom { bottom: 15px; }
@media only screen and (max-width: 550px) {
  .ep-iFrame, .ep-iFrameContainer { width: 100%; }
  .ep-popup { width: 100% !important; }
  .ep-right { right: 0px; }
  .ep-left { left: 0px; }
  .ep-bottom { bottom: 0px; }
}