#social-auth {
    display: block !important;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    width: fit-content;
    margin: auto;
}

#social-auth .social-auth-title {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1;
    color: #333;
}

.social-auth-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-auth-btn {
    width: 37px;
    height: 38px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    border-radius: 50%;
    overflow: hidden;

}
.iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  
}
.iframe-container{
    width: 100% !important;
    height: 100% !important;
}
.iframe-container.iframe-hidden {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
}


.social-auth-btn svg {
    width: 100%;
    height: 100%;
}


