/* google-auth.css */
#googleLoginBtn {
    cursor: pointer;
    transition: all 0.3s;
}

#googleLoginBtn:hover {
    background: #db4437;
    border-color: #db4437;
    color: white;
}

#googleLoginBtn:hover svg path {
    fill: white;
}

#googleCompleteProfileModal {
    display: none;
}

#googleCompleteProfileModal[style*="flex"] {
    display: flex !important;
}

@media (min-width: 769px) {
    #googleLoginBtn {
        min-width: 280px;
        margin: 0 auto;
    }

    .social-login {
            display: flex;
            justify-content: center;
}