.fg-social-user-list-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  overflow: auto;
  cursor: zoom-out;
}

.fg-social-user-list-content-wrapper {
  width: 442px;
  min-height: 100vh;

  margin: auto;

  background-color: rgba(255, 255, 255, 0.5);
  cursor: auto;
}

.fg-social-user-list-content {
  width: 412px;
  min-height: 100vh;

  margin: auto;
  padding: 30px 16px;

  background-color: #DDDDDD;
}

.fg-social-user-list-loader-icon {
  position: relative;
  left: 50%;

  margin: 20px 0 35px;

  transform: translateX(-17.5px);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fg-social-user-list-content-wrapper {
    width: 312px;
  }

  .fg-social-user-list-content {
    width: 282px;
  }
}

@media screen and (max-width: 767px) {
  .fg-social-user-list-content-wrapper {
    width: calc(60vw + 60px);
  }

  .fg-social-user-list-content {
    width: calc(60vw + 30px);
  }
}

