@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/LivingMessiah/Features/Calendar/Carousel.razor.rz.scp.css */
.carousel-container[b-4oj7muxop1] {
	max-width: 900px;
	margin: 20px auto;
	padding: 20px;
	background-color: #f8f9fa;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-content[b-4oj7muxop1] {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 20px;
	text-align: center;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	border-radius: 8px;
}

.carousel-content img[b-4oj7muxop1] {
	max-width: 100%;
	max-height: 250px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}

.carousel-content p[b-4oj7muxop1] {
	margin: 0;
	font-size: 1rem;
	line-height: 1.4;
	max-width: 500px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* _content/LivingMessiah/Features/Sukkot/NormalUser/TwoWeeks.razor.rz.scp.css */
datehdr[b-7j90dzinkf] {
	background-color: lightblue;
	width: 30px;
	border: 3px solid blue;
	padding: 5px;
	margin: 1px;
	font-family: "Lucida Console", "Courier New", monospace;
	font-weight: normal;
}

datex[b-7j90dzinkf] {
	background-color: ghostwhite;
	width: 30px;
	border: 3px solid blue;
	padding: 5px;
	margin: 1px;
	font-family: "Lucida Console", "Courier New", monospace;
	font-weight: normal;
}

date[b-7j90dzinkf] {
	background-color: blue;
	width: 30px;
	border: 3px solid blue;
	padding: 5px;
	margin: 1px;
	font-family: "Lucida Console", "Courier New", monospace;
	font-weight: normal;
	color: white;
}
/* _content/LivingMessiah/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-tektmjm0k4] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tektmjm0k4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
