.browser-dialog-close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.browser-dialog-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 80%;
  background-color: #333;
  content: '';
  transform-origin: 50% 50%;
  transform: translate(0, -50%)rotate(45deg);
}

.browser-dialog-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 80%;
  background-color: #333;
  content: '';
  transform-origin: 50% 50%;
  transform:translate(0, -50%) rotate(-45deg);
}

.browser-dialog-close:hover {
  background-color: #f1f2f3;
  transition: all 0.3s;
}

#aff-im-root {
  display: none !important;
}
#aff-im-root .embed-icon {
  display: none !important;
}
#aff-im-root .embed-group-icon {
  display: none !important;
}

#aff-im-root .embed-messageboard-base {
  display: none !important;
}

#aff-im-root * {
  display: none !important;
}