.reelgood-pub-widget-popup-container {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: normal;
  font-size: 16px;

  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reelgood-pub-widget-popup-container > .reelgood-pub-widget-popup-wrapper {
  background-color: #ffffff;
  width: 90%;
  
  max-width: 1100px;
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.reelgood-pub-widget-popup-container > .reelgood-pub-widget-popup-wrapper.reelgood_wrap_content {
  max-height: 80%;
}

.reelgood-pub-widget-popup-container > .reelgood-pub-widget-popup-wrapper:not(.reelgood_wrap_content) {
  height: 80%;
}

.reelgood-pub-widget-popup-container > .reelgood-pub-widget-popup-wrapper > .reelgood-pub-widget-popup-footer {
  background-color: #ffffff;
  width: 100%;
  min-height: 110px;
  bottom: 0;
  left: 0;
  border-top-style: solid;
  border-top-color: #979797;
  border-top-width: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
}

.reelgood-pub-widget-popup-container > .reelgood-pub-widget-popup-wrapper > .reelgood-pub-widget-popup-footer > *:first-child {
  margin-left: 32px;
}

.reelgood-pub-widget-popup-container > .reelgood-pub-widget-popup-wrapper > .reelgood-pub-widget-popup-footer > *:last-child {
  margin-right: 32px;
}

.reelgood-pub-widget-popup-container > .reelgood-pub-widget-popup-wrapper > .reelgood-pub-widget-popup-content {
  padding-top: 32px;
  overflow-y: scroll;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
