.hs-facebook-spinner {
  height: 40px;
  width: 250px;
  border-radius: 5px;
  background: #4267b2;
  color: #fff;
  text-align: center;
}

.hs-membership-social-container {
  text-align: center;
}

.hs-membership-social {
  display: inline-block;
}

.login-module {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 40%);
    z-index: 100000;
}

.login-module.show {
	display: flex;
}

.login-module--dialog {
    position: relative;
}

.login-module--close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}

.sh-login-module {
    width: 311px;
    background: #FFFFFF;
    padding: 25px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    gap: 25px;
}

.sh-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh-logo img {
    width: 158px;
}

.sh-login--sso {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.sh-login--content {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 11px;
}

.sh-login--content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #000;
    margin: 0;
}

.sh-login--content p {//
    styleName: Mobile/Paragraph 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #000;
    margin: 0;
}

.login-module--close svg circle {fill: #fff;}

.login-module--close svg path {
    fill: #000;
}

.nsm7Bb-HzV7m-LgbsSe {
    border-radius: 20px;
    max-width: 100% !important;
    width: 100% !important;
}

.haAclf {
    padding: 0 !important;
    display: flex;
}

.login-social {
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background: #D9D9D9;
}

.hs-membership-social-container {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.hs-membership-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-scroll {
	overflow: hidden !important;
}