/* _content/HotelReview.GuestClaims.RCL/Components/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-z17m3bjbc5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-z17m3bjbc5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/HotelReview.GuestClaims.RCL/Components/RoomArea.razor.rz.scp.css */
.FullWidth[b-0yudmuptof] {
	border: solid;
	border-width: 2px;
	border-color: #4CAF50;
	color: #4CAF50;
	background-color: white;
	display: block;
	width: 100%;
	padding: 14px 28px;
	font-size: 26px;
	cursor: pointer;
	text-align: left;
	margin-bottom: 10px;
}

	.FullWidth:hover[b-0yudmuptof] {
		border-width: 2px;
		border-color: #4CAF50;
		background-color: #4CAF50;
		color: white;
	}

.FullWidth0[b-0yudmuptof] {
	display: block;
	width: 100%;
	border: none;
	background-color: #4CAF50;
	color: white;
	padding: 14px 28px;
	font-size: 26px;
	cursor: pointer;
	text-align: left;
	margin-bottom: 10px;
}

	.FullWidth0:hover[b-0yudmuptof] {
		background-color: #ddd;
		color: black;
	}

.FullWidth2[b-0yudmuptof] {
	display: block;
	width: 100%;
	border: none;
	background-color: #4CAF50;
	color: white;
	padding: 14px 28px;
	font-size: 26px;
	cursor: pointer;
	text-align: left;
	margin-bottom: 10px;
}

	.FullWidth2:hover[b-0yudmuptof] {
		border: solid;
		border-width: 2px;
		border-color: #4CAF50;
		color: #4CAF50;
		background-color: white;
	}
/* _content/HotelReview.GuestClaims.RCL/Pages/ThankYou.razor.rz.scp.css */
.ty[b-zxh8vw14ec] {
	border: solid;
	border-width: 1px;
	background-color:azure;
	padding: 10px;
	margin-top:20px;
	font-size:x-large;
}
