/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ow58t3xncl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ow58t3xncl] {
    flex: 1;
}

.sidebar[b-ow58t3xncl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ow58t3xncl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ow58t3xncl]  a, .top-row[b-ow58t3xncl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ow58t3xncl]  a:hover, .top-row[b-ow58t3xncl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ow58t3xncl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ow58t3xncl] {
        justify-content: space-between;
    }

    .top-row[b-ow58t3xncl]  a, .top-row[b-ow58t3xncl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ow58t3xncl] {
        flex-direction: row;
    }

    .sidebar[b-ow58t3xncl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ow58t3xncl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ow58t3xncl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ow58t3xncl], article[b-ow58t3xncl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Color/ColorPickers/ColorPickersShakti.razor.rz.scp.css */
/* Scoped styles for ColorPickersShakti number pad */

[b-c6rs1uo81e] .number-pad {
	display: grid!important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	align-items: stretch;
}

@media (max-width: 320px) {
	[b-c6rs1uo81e] .number-pad {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Number button look */
[b-c6rs1uo81e] .num-btn {
	--num-bg-top: rgba(255,255,255,0.10);
	--num-bg-bottom: rgba(255,255,255,0.04);
	--num-border: rgba(255,255,255,0.16);
	--num-border-hover: rgba(255,255,255,0.28);
	--num-shadow: 0 2px 6px rgba(0,0,0,0.35), 0 1px 1px rgba(0,0,0,0.25);
	--num-shadow-hover: 0 6px 14px rgba(0,0,0,0.40), 0 2px 4px rgba(0,0,0,0.28);
	--num-shadow-pressed: inset 0 2px 6px rgba(0,0,0,0.45), inset 0 -1px 0 rgba(255,255,255,0.06);
	--num-ring: #7c4dff; /* purple accent as default ring */
	min-width:25px;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 999px; /* perfect circle */
	background: linear-gradient(180deg, var(--num-bg-top), var(--num-bg-bottom));
	border: 1px solid var(--num-border);
	color: #ffffff;
	box-shadow: var(--num-shadow);
	backdrop-filter: saturate(120%) blur(6px);
	-webkit-backdrop-filter: saturate(120%) blur(6px);
	transition: transform 80ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease, opacity 160ms ease;
	padding: 0; /* let grid/aspect define size */
	position: relative;
}

/* Strong, centered numeral */
[b-c6rs1uo81e] .num-btn .mud-button-label {
	font-weight: 800;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	pointer-events: none;
}

/* Subtle top highlight for keycap feel */
/* Gloss + shine overlay */
	[b-c6rs1uo81e] .num-btn::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
		background: radial-gradient(60% 40% at 35% 22%, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.45) 40%, rgba(255,255,255,0) 65%), linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0.2) 85%);
		opacity: 0.6;
		pointer-events: none;
	}

/* Inner core with tint */
[b-c6rs1uo81e] .num-btn::after {
	content: "";
	position: absolute;
	inset: 14%;
	border-radius: 999px;
	background:
		radial-gradient(120% 120% at 50% 55%, var(--core-color, rgba(255,255,255,0.85)) 0%, rgba(255,255,255,0.75) 55%, rgba(255,255,255,0.35) 85%, rgba(255,255,255,0.15) 100%),
		radial-gradient(120% 120% at 30% 30%, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.88) 40%, rgba(255,255,255,0.55) 100%);
	box-shadow: inset 0 6px 10px rgba(0,0,0,0.15), inset 0 -6px 10px rgba(0,0,0,0.10);
	pointer-events: none;
}

/* Colored outer rings per design */
[b-c6rs1uo81e] .num-btn {
	--ring-green: linear-gradient(180deg, #39d17d 0%, #16a34a 100%);
	--ring-red: linear-gradient(180deg, #ff6a6a 0%, #e11d48 100%);
	--ring-violet: linear-gradient(180deg, #b388ff 0%, #7c4dff 100%);
}

/* Base ring */
[b-c6rs1uo81e] .num-btn {
	background: radial-gradient(100% 100% at 50% 50%, rgba(255,255,255,0.16) 60%, rgba(255,255,255,0.08) 62%, rgba(0,0,0,0.30) 100%);
	border: none;
}

/* Outer depth only (no permanent white rim) */
[b-c6rs1uo81e] .num-btn {
	box-shadow:
		0 6px 14px rgba(0,0,0,0.45),
		0 2px 4px rgba(0,0,0,0.28);
}

/* Number color rings mapping: 0 & 5 have violet accent; 1,3,7,9 green; 2,4,6,8 red */
[b-c6rs1uo81e] .num-0 {
	background: linear-gradient(to bottom left, var(--mud-palette-error) 0%,var(--mud-palette-error) 45%, #7c4dff 55%, #AA00FF 65%, #AA00FF 100%);
}
[b-c6rs1uo81e] .num-5 {
	background: linear-gradient(to bottom left, var(--mud-palette-success) 0%,var(--mud-palette-success) 45%, #7c4dff 55%, #AA00FF 65%, #AA00FF 100%);
}

[b-c6rs1uo81e] .num-1,
[b-c6rs1uo81e] .num-3,
[b-c6rs1uo81e] .num-7,
[b-c6rs1uo81e] .num-9 { background-image: var(--ring-green), radial-gradient(100% 100% at 50% 50%, rgba(255,255,255,0.16) 60%, rgba(255,255,255,0.08) 62%, rgba(0,0,0,0.30) 100%); }

[b-c6rs1uo81e] .num-2,
[b-c6rs1uo81e] .num-4,
[b-c6rs1uo81e] .num-6,
[b-c6rs1uo81e] .num-8 { background-image: var(--ring-red), radial-gradient(100% 100% at 50% 50%, rgba(255,255,255,0.16) 60%, rgba(255,255,255,0.08) 62%, rgba(0,0,0,0.30) 100%); }

/* Core tint color by number group */
[b-c6rs1uo81e] .num-1,
[b-c6rs1uo81e] .num-3,
[b-c6rs1uo81e] .num-5,
[b-c6rs1uo81e] .num-7,
[b-c6rs1uo81e] .num-9 { --core-color: rgba(75, 222, 140, 0.85); }

[b-c6rs1uo81e] .num-0,
[b-c6rs1uo81e] .num-2,
[b-c6rs1uo81e] .num-4,
[b-c6rs1uo81e] .num-6,
[b-c6rs1uo81e] .num-8 { --core-color: rgba(255, 112, 112, 0.85); }

/* Dual-color diagonal sweep for 0 and 5 across inner core */
[b-c6rs1uo81e] .num-0::after,
[b-c6rs1uo81e] .num-5::after {
	background:
		linear-gradient(135deg, rgba(124,77,255,0.55) 0 38%, rgba(124,77,255,0) 38% 62%, rgba(124,77,255,0.55) 62% 100%),
		radial-gradient(120% 120% at 50% 55%, var(--core-color, rgba(255,255,255,0.85)) 0%, rgba(255,255,255,0.75) 55%, rgba(255,255,255,0.35) 85%, rgba(255,255,255,0.15) 100%),
		radial-gradient(120% 120% at 30% 30%, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.88) 40%, rgba(255,255,255,0.55) 100%);
}

/* Ensure label sits above inner core */
[b-c6rs1uo81e] .num-btn .mud-button-label {
	position: relative;
	z-index: 1;
}

/* Selection state */
[b-c6rs1uo81e] .num-btn.is-selected, [b-c6rs1uo81e] .mud-button.is-selected {
	transform: translateY(-2px) scale(1.03);
	box-shadow: 0 10px 22px rgba(0,0,0,0.55), 0 4px 8px rgba(0,0,0,0.35), inset 0 0 0 6px rgba(255,255,255,0.95), /* visible white rim only when selected */
	inset 0 0 0 2px rgba(0,0,0,0.45);
}
[b-c6rs1uo81e] .num-btn:hover, [b-c6rs1uo81e] .num-btn:active, [b-c6rs1uo81e] .num-btn:focus-visible, [b-c6rs1uo81e] .mud-button:hover, [b-c6rs1uo81e] .mud-button:active, [b-c6rs1uo81e] .mud-button:focus-visible {
	transform: translateY(-2px) scale(1.03);
	box-shadow: 0 10px 22px rgba(0,0,0,0.55), 0 4px 8px rgba(0,0,0,0.35), inset 0 0 0 4px rgba(255,255,255,0.95), /* visible white rim only when selected */
	inset 0 0 0 2px rgba(0,0,0,0.45);
}

/* Disabled safeguard */
[b-c6rs1uo81e] .num-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	transform: none;
	box-shadow: var(--num-shadow);
}
/* /Pages/Color/GameRecentResults/GameRecentResultsShakti.razor.rz.scp.css */
/* Number button look */
[b-toziqho2oo] .num-btn {
    --num-bg-top: rgba(255,255,255,0.10);
    --num-bg-bottom: rgba(255,255,255,0.04);
    --num-border: rgba(255,255,255,0.16);
    --num-border-hover: rgba(255,255,255,0.28);
    --num-shadow: 0 2px 6px rgba(0,0,0,0.35), 0 1px 1px rgba(0,0,0,0.25);
    --num-shadow-hover: 0 6px 14px rgba(0,0,0,0.40), 0 2px 4px rgba(0,0,0,0.28);
    --num-shadow-pressed: inset 0 2px 6px rgba(0,0,0,0.45), inset 0 -1px 0 rgba(255,255,255,0.06);
    --num-ring: #7c4dff; /* purple accent as default ring */
    min-width: 25px;
    width: 100%;
    max-width: 50px;
    aspect-ratio: 1 / 1;
    border-radius: 999px; /* perfect circle */
    background: linear-gradient(180deg, var(--num-bg-top), var(--num-bg-bottom));
    border: 1px solid var(--num-border);
    color: #ffffff;
    box-shadow: var(--num-shadow);
    backdrop-filter: saturate(120%) blur(6px);
    -webkit-backdrop-filter: saturate(120%) blur(6px);
    transition: transform 80ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease, opacity 160ms ease;
    padding: 0; /* let grid/aspect define size */
    position: relative;
}

/* Strong, centered numeral */
[b-toziqho2oo] .num-btn .mud-button-label {
	font-weight: 800;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	pointer-events: none;
}

/* Subtle top highlight for keycap feel */
/* Gloss + shine overlay */
	[b-toziqho2oo] .num-btn::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
		background: radial-gradient(60% 40% at 35% 22%, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.45) 40%, rgba(255,255,255,0) 65%), linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0.2) 85%);
		opacity: 0.6;
		pointer-events: none;
	}

/* Inner core with tint */
[b-toziqho2oo] .num-btn::after {
	content: "";
	position: absolute;
	inset: 14%;
	border-radius: 999px;
	background:
		radial-gradient(120% 120% at 50% 55%, var(--core-color, rgba(255,255,255,0.85)) 0%, rgba(255,255,255,0.75) 55%, rgba(255,255,255,0.35) 85%, rgba(255,255,255,0.15) 100%),
		radial-gradient(120% 120% at 30% 30%, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.88) 40%, rgba(255,255,255,0.55) 100%);
	box-shadow: inset 0 6px 10px rgba(0,0,0,0.15), inset 0 -6px 10px rgba(0,0,0,0.10);
	pointer-events: none;
}

/* Colored outer rings per design */
[b-toziqho2oo] .num-btn {
	--ring-green: linear-gradient(180deg, #39d17d 0%, #16a34a 100%);
	--ring-red: linear-gradient(180deg, #ff6a6a 0%, #e11d48 100%);
	--ring-violet: linear-gradient(180deg, #b388ff 0%, #7c4dff 100%);
}

/* Base ring */
[b-toziqho2oo] .num-btn {
	background: radial-gradient(100% 100% at 50% 50%, rgba(255,255,255,0.16) 60%, rgba(255,255,255,0.08) 62%, rgba(0,0,0,0.30) 100%);
	border: none;
}

/* Outer depth only (no permanent white rim) */
[b-toziqho2oo] .num-btn {
	box-shadow:
		0 6px 14px rgba(0,0,0,0.45),
		0 2px 4px rgba(0,0,0,0.28);
}

/* Number color rings mapping: 0 & 5 have violet accent; 1,3,7,9 green; 2,4,6,8 red */
[b-toziqho2oo] .num-0 {
	background: linear-gradient(to bottom left, var(--mud-palette-error) 0%,var(--mud-palette-error) 45%, #7c4dff 55%, #AA00FF 65%, #AA00FF 100%);
}
[b-toziqho2oo] .num-5 {
	background: linear-gradient(to bottom left, var(--mud-palette-success) 0%,var(--mud-palette-success) 45%, #7c4dff 55%, #AA00FF 65%, #AA00FF 100%);
}

[b-toziqho2oo] .num-1,
[b-toziqho2oo] .num-3,
[b-toziqho2oo] .num-7,
[b-toziqho2oo] .num-9 { background-image: var(--ring-green), radial-gradient(100% 100% at 50% 50%, rgba(255,255,255,0.16) 60%, rgba(255,255,255,0.08) 62%, rgba(0,0,0,0.30) 100%); }

[b-toziqho2oo] .num-2,
[b-toziqho2oo] .num-4,
[b-toziqho2oo] .num-6,
[b-toziqho2oo] .num-8 { background-image: var(--ring-red), radial-gradient(100% 100% at 50% 50%, rgba(255,255,255,0.16) 60%, rgba(255,255,255,0.08) 62%, rgba(0,0,0,0.30) 100%); }

/* Core tint color by number group */
[b-toziqho2oo] .num-1,
[b-toziqho2oo] .num-3,
[b-toziqho2oo] .num-5,
[b-toziqho2oo] .num-7,
[b-toziqho2oo] .num-9 { --core-color: rgba(75, 222, 140, 0.85); }

[b-toziqho2oo] .num-0,
[b-toziqho2oo] .num-2,
[b-toziqho2oo] .num-4,
[b-toziqho2oo] .num-6,
[b-toziqho2oo] .num-8 { --core-color: rgba(255, 112, 112, 0.85); }

/* Dual-color diagonal sweep for 0 and 5 across inner core */
[b-toziqho2oo] .num-0::after,
[b-toziqho2oo] .num-5::after {
	background:
		linear-gradient(135deg, rgba(124,77,255,0.55) 0 38%, rgba(124,77,255,0) 38% 62%, rgba(124,77,255,0.55) 62% 100%),
		radial-gradient(120% 120% at 50% 55%, var(--core-color, rgba(255,255,255,0.85)) 0%, rgba(255,255,255,0.75) 55%, rgba(255,255,255,0.35) 85%, rgba(255,255,255,0.15) 100%),
		radial-gradient(120% 120% at 30% 30%, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.88) 40%, rgba(255,255,255,0.55) 100%);
}

/* Ensure label sits above inner core */
[b-toziqho2oo] .num-btn .mud-button-label {
	position: relative;
	z-index: 1;
}
/* /Pages/Color/GameResultsList/GameResultsListShakti.razor.rz.scp.css */
/* Number button look */
[b-61i6zxs8ga] .num-btn {
    --num-bg-top: rgba(255,255,255,0.10);
    --num-bg-bottom: rgba(255,255,255,0.04);
    --num-border: rgba(255,255,255,0.16);
    --num-border-hover: rgba(255,255,255,0.28);
    --num-shadow: 0 2px 6px rgba(0,0,0,0.35), 0 1px 1px rgba(0,0,0,0.25);
    --num-shadow-hover: 0 6px 14px rgba(0,0,0,0.40), 0 2px 4px rgba(0,0,0,0.28);
    --num-shadow-pressed: inset 0 2px 6px rgba(0,0,0,0.45), inset 0 -1px 0 rgba(255,255,255,0.06);
    --num-ring: #7c4dff; /* purple accent as default ring */
    min-width: 25px;
    width: 100%;
    max-width: 50px;
    aspect-ratio: 1 / 1;
    border-radius: 999px; /* perfect circle */
    background: linear-gradient(180deg, var(--num-bg-top), var(--num-bg-bottom));
    border: 1px solid var(--num-border);
    color: #ffffff;
    box-shadow: var(--num-shadow);
    backdrop-filter: saturate(120%) blur(6px);
    -webkit-backdrop-filter: saturate(120%) blur(6px);
    transition: transform 80ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease, opacity 160ms ease;
    padding: 0; /* let grid/aspect define size */
    position: relative;
}

/* Strong, centered numeral */
[b-61i6zxs8ga] .num-btn .mud-button-label {
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    pointer-events: none;
}

/* Subtle top highlight for keycap feel */
/* Gloss + shine overlay */
    [b-61i6zxs8ga] .num-btn::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
        background: radial-gradient(60% 40% at 35% 22%, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.45) 40%, rgba(255,255,255,0) 65%), linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0.2) 85%);
        opacity: 0.6;
        pointer-events: none;
    }

/* Inner core with tint */
[b-61i6zxs8ga] .num-btn::after {
    content: "";
    position: absolute;
    inset: 14%;
    border-radius: 999px;
    background:
        radial-gradient(120% 120% at 50% 55%, var(--core-color, rgba(255,255,255,0.85)) 0%, rgba(255,255,255,0.75) 55%, rgba(255,255,255,0.35) 85%, rgba(255,255,255,0.15) 100%),
        radial-gradient(120% 120% at 30% 30%, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.88) 40%, rgba(255,255,255,0.55) 100%);
    box-shadow: inset 0 6px 10px rgba(0,0,0,0.15), inset 0 -6px 10px rgba(0,0,0,0.10);
    pointer-events: none;
}

/* Colored outer rings per design */
[b-61i6zxs8ga] .num-btn {
    --ring-green: linear-gradient(180deg, #39d17d 0%, #16a34a 100%);
    --ring-red: linear-gradient(180deg, #ff6a6a 0%, #e11d48 100%);
    --ring-violet: linear-gradient(180deg, #b388ff 0%, #7c4dff 100%);
}

/* Base ring */
[b-61i6zxs8ga] .num-btn {
    background: radial-gradient(100% 100% at 50% 50%, rgba(255,255,255,0.16) 60%, rgba(255,255,255,0.08) 62%, rgba(0,0,0,0.30) 100%);
    border: none;
}

/* Outer depth only (no permanent white rim) */
[b-61i6zxs8ga] .num-btn {
    box-shadow:
        0 6px 14px rgba(0,0,0,0.45),
        0 2px 4px rgba(0,0,0,0.28);
}

/* Number color rings mapping: 0 & 5 have violet accent; 1,3,7,9 green; 2,4,6,8 red */
[b-61i6zxs8ga] .num-0 {
    background: linear-gradient(to bottom left, var(--mud-palette-error) 0%,var(--mud-palette-error) 45%, #7c4dff 55%, #AA00FF 65%, #AA00FF 100%);
}
[b-61i6zxs8ga] .num-5 {
    background: linear-gradient(to bottom left, var(--mud-palette-success) 0%,var(--mud-palette-success) 45%, #7c4dff 55%, #AA00FF 65%, #AA00FF 100%);
}

[b-61i6zxs8ga] .num-1,
[b-61i6zxs8ga] .num-3,
[b-61i6zxs8ga] .num-7,
[b-61i6zxs8ga] .num-9 { background-image: var(--ring-green), radial-gradient(100% 100% at 50% 50%, rgba(255,255,255,0.16) 60%, rgba(255,255,255,0.08) 62%, rgba(0,0,0,0.30) 100%); }

[b-61i6zxs8ga] .num-2,
[b-61i6zxs8ga] .num-4,
[b-61i6zxs8ga] .num-6,
[b-61i6zxs8ga] .num-8 { background-image: var(--ring-red), radial-gradient(100% 100% at 50% 50%, rgba(255,255,255,0.16) 60%, rgba(255,255,255,0.08) 62%, rgba(0,0,0,0.30) 100%); }

/* Core tint color by number group */
[b-61i6zxs8ga] .num-1,
[b-61i6zxs8ga] .num-3,
[b-61i6zxs8ga] .num-5,
[b-61i6zxs8ga] .num-7,
[b-61i6zxs8ga] .num-9 { --core-color: rgba(75, 222, 140, 0.85); }

[b-61i6zxs8ga] .num-0,
[b-61i6zxs8ga] .num-2,
[b-61i6zxs8ga] .num-4,
[b-61i6zxs8ga] .num-6,
[b-61i6zxs8ga] .num-8 { --core-color: rgba(255, 112, 112, 0.85); }

/* Dual-color diagonal sweep for 0 and 5 across inner core */
[b-61i6zxs8ga] .num-0::after,
[b-61i6zxs8ga] .num-5::after {
    background:
        linear-gradient(135deg, rgba(124,77,255,0.55) 0 38%, rgba(124,77,255,0) 38% 62%, rgba(124,77,255,0.55) 62% 100%),
        radial-gradient(120% 120% at 50% 55%, var(--core-color, rgba(255,255,255,0.85)) 0%, rgba(255,255,255,0.75) 55%, rgba(255,255,255,0.35) 85%, rgba(255,255,255,0.15) 100%),
        radial-gradient(120% 120% at 30% 30%, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.88) 40%, rgba(255,255,255,0.55) 100%);
}

/* Ensure label sits above inner core */
[b-61i6zxs8ga] .num-btn .mud-button-label {
    position: relative;
    z-index: 1;
}

