body.invisible {
    visibility: hidden;
}

.not-present {
    display: none;
}

.g_id_signin {
    width: 200px; /* Match the width of your custom button */
    height: 48px; /* Match the height of your custom button */
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.g_id_signin > div {
    width: 100%; /* Ensure the icon scales to fit */
    height: 100%;
}

.profile {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}