/*
 * =========================================================
 * SOCIAL LOGIN AREA
 * =========================================================
 */

#tutor-pro-social-authentication{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:10px !important;

    width:100%;
    box-sizing:border-box;

    padding-top:0 !important;
    padding-bottom:22px;

    border-top:0 !important;
    border-bottom:1px solid var(--tutor-border-idle, var(--tutor-border-color, #e0e2ea));
    margin-bottom:24px;
}

/*
 * Google
 */
#tutor-pro-google-authentication{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;

    width:100%;
    min-height:44px;
}

/*
 * Google iframe jangan diperbesar paksa.
 */
#tutor-pro-google-authentication iframe{
    display:block;
}

/*
 * =========================================================
 * MICROSOFT CUSTOM BUTTON
 * =========================================================
 */

#ice-ms-sso-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;

    width:100%;
    box-sizing:border-box;
}

.ice-ms-sso-button{
    box-sizing:border-box;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:10px;

    width:217px;
    min-height:44px;

    padding:10px 18px;

    background:#fff;

    border:1px solid #dadce0;
    border-radius:4px;

    color:#2f3b52 !important;

    text-decoration:none !important;

    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:500;
    line-height:20px;

    cursor:pointer;

    box-shadow:none;

    transition:
        background-color .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}

.ice-ms-sso-button:hover{
    background:#f8f9fa;
    border-color:#c8ccd1;

    box-shadow:0 1px 3px rgba(0,0,0,.10);

    text-decoration:none !important;
}

.ice-ms-sso-button:active{
    transform:translateY(1px);
}

.ice-ms-sso-button:focus{
    outline:none;

    border-color:#4285f4;

    box-shadow:0 0 0 3px rgba(66,133,244,.15);
}

.ice-ms-sso-button svg{
    flex:0 0 20px;

    width:20px;
    height:20px;

    display:block;
}

.ice-ms-sso-button span{
    display:block;
    white-space:nowrap;
}

/*
 * Mobile
 */
@media (max-width:480px){

    #tutor-pro-social-authentication{
        padding-left:0;
        padding-right:0;
    }

    .ice-ms-sso-button{
        width:217px;
        min-height:44px;
        font-size:15px;
    }
}




/* Hide native WPO365 Microsoft SSO button */
#wpo365SignInButton {
    display: none !important;
}

#wpo365SignInButton.wpo365-mssignin-button {
    display: none !important;
}

.wpo365-mssignin-spacearound:has(#wpo365SignInButton) {
    display: none !important;
}
