/* 올드한 디자인 걷어내기 */
.social-container {
  display: flex;
  flex-direction: column;
  gap: .5rem;

  .button_social_login {
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
  }

  .button_social_login a {
    display: flex;
    font-size: 0.875rem;
    padding: 0.5rem;

    &:hover {
      background-color: rgb(241 245 249);
    }

    strong {
      font-weight: 500 !important;
    }

    img {
      width: 1.25rem;
      height: 1.25rem;
      margin-right: 1rem;
    }
  }

  & > div {
  }

  .button_social_login a {
  }
}

.er_ajax_loading {
  display: none;
}