/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.mud-button-google {
	width: 175px; /* Adjust the width to match the image size */
	height: 40px; /* Adjust the height to match the image size */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 500;
	border: 1px solid transparent;
	border-radius: 0.375rem;
	background-image: url('/images/signin-assets/Web/png@1x/light/web_light_rd_SI@1x.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	cursor: pointer;
	transition: opacity 0.15s ease-in-out, border-color 0.15s ease-in-out;
	text-transform: none; /* Ensure text is not transformed */
}

	.mud-button-google:hover {
		opacity: 0.8; /* Slightly reduce opacity on hover */
	}

.hidden-tabs .mud-tabs-toolbar {
	display: none;
}




