@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/LivingMessiahSukkot/Features/Components/RegistrationForm/TwoWeeks.razor.rz.scp.css */
datehdr[b-wz21m8vh2t] {
	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-wz21m8vh2t] {
	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-wz21m8vh2t] {
	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/LivingMessiahSukkot/Features/LandingPage/SukkotTShirt.razor.rz.scp.css */
.img-button[b-iqjmrecike] {
    border: 2px solid #ffc107;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.2s;
}
.img-button:hover[b-iqjmrecike], .img-button:focus[b-iqjmrecike] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transform: scale(1.03);
}
/* _content/LivingMessiahSukkot/Layout/Footer.razor.rz.scp.css */
.footer[b-c0g53l5vz6] {
	background: linear-gradient(to right, #6c757d, #adb5bd); /* Grey gradient left to right */
	padding: 1rem 0;
	text-align: center;
	margin-top: 0.5rem; /* Reduced margin top */
}

.footer a[b-c0g53l5vz6] {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s;
}

	.footer a:hover[b-c0g53l5vz6] {
		color: #f8f9fa;
	}
/* _content/LivingMessiahSukkot/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-048leqhhaj] {
    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-048leqhhaj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
