.social-login-divider {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.75rem 0;
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.social-login-divider::before,
.social-login-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--border-secondary);
}

.social-login-divider span {
    padding: 0 1rem;
}

.social-login-buttons .social-login-btn {
    appearance: none;
    box-sizing: border-box;
    min-height: 45px;
    width: 100%;
    gap: 10px;
    box-shadow: none;
    text-decoration: none;
    line-height: 1;
    font-weight: 500;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.social-login-buttons .social-login-btn:hover,
.social-login-buttons .social-login-btn:active {
    text-decoration: none;
}

.social-login-buttons .social-login-btn:focus {
    outline: 2px solid var(--social-login-focus-color, rgba(26, 115, 232, 0.85)) !important;
    outline-offset: 2px;
    box-shadow: none !important;
}

.social-login-buttons .social-login-btn[disabled],
.social-login-buttons .social-login-btn.disabled,
.social-login-buttons .social-login-btn[aria-disabled="true"] {
    opacity: var(--bs-btn-disabled-opacity, 0.65);
    pointer-events: none;
}

.social-login-text {
    display: block;
    min-width: 0;
    line-height: 1;
}

.social-login-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: currentColor;
    line-height: 1;
}

.social-login-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.social-login-icon-image::before,
.social-icon::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: var(--icon-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Google */
.social-login-buttons .social-login-btn-google,
.social-login-buttons .provider-google {
    --bs-btn-color: #3c4043;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #dadce0;
    --bs-btn-hover-color: #202124;
    --bs-btn-hover-bg: #f8fafd;
    --bs-btn-hover-border-color: #d2d5da;
    --bs-btn-active-color: #202124;
    --bs-btn-active-bg: #f1f3f4;
    --bs-btn-active-border-color: #c9ccd1;
    --bs-btn-disabled-color: #3c4043;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #dadce0;
    --social-login-border-color: #dadce0;
    --social-login-focus-color: #1a73e8;
    background-color: #ffffff;
    color: #3c4043;
    border-color: #dadce0 !important;
    border: 1px solid var(--social-login-border-color, var(--border-secondary, #dadce0)) !important;
}

.social-login-buttons .social-login-btn-google:hover,
.social-login-buttons .provider-google:hover {
    background-color: #f8fafd;
    color: #202124;
    border-color: #d2d5da !important;
}

.social-login-buttons .social-login-btn-google:active,
.social-login-buttons .provider-google:active {
    background-color: #f1f3f4;
    color: #202124;
    border-color: #c9ccd1 !important;
}

.social-login-buttons .social-login-btn-google:focus,
.social-login-buttons .provider-google:focus {
    outline-color: #1a73e8 !important;
}

/* Apple */
.social-login-buttons .social-login-btn-apple,
.social-login-buttons .provider-apple {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #1d1d1f;
    --bs-btn-hover-border-color: #1d1d1f;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000;
    --social-login-border-color: #000000;
    --social-login-focus-color: #0071e3;
    background-color: #000000;
    color: #ffffff;
    border-color: #000000 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", var(--bs-font-sans-serif);
}

.social-login-buttons .social-login-btn-apple:hover,
.social-login-buttons .provider-apple:hover {
    background-color: #1d1d1f;
    color: #ffffff;
    border-color: #1d1d1f !important;
}

.social-login-buttons .social-login-btn-apple:active,
.social-login-buttons .provider-apple:active {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000 !important;
}

.social-login-buttons .social-login-btn-apple:focus,
.social-login-buttons .provider-apple:focus {
    outline-color: #0071e3 !important;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: currentColor;
    line-height: 1;
}

.account-border {
    height: 2px;
    background: var(--tuva-gray-100);
}


.social-login-btn-user {
	color: var(--btn-info-text) !important;
	background-color: var(--btn-info-bg) !important;
	border: 1px solid transparent !important;
    font-weight: 500;

}

.social-login-divider {
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	margin: 0.5rem 0;
	color: rgba(0, 0, 0, 0.56);
	font-size: 14px;
	font-weight: 400;
}