.frames-news-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 160000;
}

.frames-news-popup-container > .frames-news-popup-content {
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.7);
  box-shadow: 0 5px 15px rgba(0,0,0,.7);
  background: #fcfcfc;
  -webkit-font-smoothing: subpixel-antialiased;
}

.frames-news-popup-container > .frames-news-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 360px;
  background: #000;
  opacity: .7;
  z-index: 1;
}

.frames-news-popup-container > .frames-news-popup-content > .frames-news-popup-close {
  position: absolute;
  top: -1px;
  right: 0;
  width: 35px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background: 0 0;
  color: #666;
  z-index: 1000;
  cursor: pointer;
  outline: 0;
  line-height: 0;
  font-weight: bold;
  font-size: 30px;
  display: none;
}

.frames-news-popup-container > .frames-news-popup-content > iframe {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.frames-news-admin-add-frame {
  position: relative;
}

.frames-news-admin-add-frame > .recommendation-notifier {
  position: absolute;
  border-radius: 50%;
  background-color: rgb(33, 150, 243);
  display: flex;
  flex-flow: row wrap;
  place-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
  color: white;
  font-size: 11px;
}
