/* _content/blazor/Pages/Login.razor.rz.scp.css */
h3[b-ry6vlp3rog]{
    text-transform: uppercase;
}
/* _content/blazor/Pages/SignalR/RoomChat.razor.rz.scp.css */
.chat-sidebar[b-8pg5brja9g] {
  border-right: 1px solid #ddd;
  height: 100vh;
  overflow-y: auto;
}

.chat-room[b-8pg5brja9g] {
  height: 80vh;
  overflow-y: auto;
  padding: 15px;
}

.chat-message[b-8pg5brja9g] {
  margin-bottom: 15px;
}

.chat-message .time[b-8pg5brja9g] {
  font-size: 0.8rem;
  color: gray;
}
/* _content/blazor/Pages/StateManagement/BTBurger.State/BurgerView.razor.rz.scp.css */
.breadTop[b-5tphywpzaa]{
height: 20%;
width: 50%;
background: -webkit-gradient(linear, left top, left bottom, from(#bc581e), to(#e27b36));
background: -webkit-linear-gradient(#bc581e, #e27b36);
background: -o-linear-gradient(#bc581e, #e27b36);
background: linear-gradient(#bc581e, #e27b36);
border-radius: 50% 50% 0 0;
-webkit-box-shadow: inset -15px 0 #c15711;
box-shadow: inset -15px 0 #c15711;
margin: 2% auto;
position: relative;
height: 100px;
}
.breadBottom[b-5tphywpzaa]{
height: 13%;
width: 50%;
background: -webkit-gradient(linear, left top, left bottom, from(#F08E4A), to(#e27b36));
background: -webkit-linear-gradient(#F08E4A, #e27b36);
background: -o-linear-gradient(#F08E4A, #e27b36);
background: linear-gradient(#F08E4A, #e27b36);
border-radius: 0 0 30px 30px;
-webkit-box-shadow: inset -15px 0 #c15711;
box-shadow: inset -15px 0 #c15711;
margin: 2% auto;
height: 100px;
}
.salad[b-5tphywpzaa] {
width: 70%;
height: 7%;
margin: 2% auto;
background: -webkit-gradient(linear, left top, left bottom, from(#228c1d), to(#91ce50));
background: -webkit-linear-gradient(#228c1d, #91ce50);
background: -o-linear-gradient(#228c1d, #91ce50);
background: linear-gradient(#228c1d, #91ce50);
border-radius: 20px;
height: 10px;
}
.beef[b-5tphywpzaa]{
width: 50%;
height: 8%;
background: -webkit-gradient(linear, left top, left bottom, from(#7f3608), to(#702e05));
background: -webkit-linear-gradient(#7f3608, #702e05);
background: -o-linear-gradient(#7f3608, #702e05);
background: linear-gradient(#7f3608, #702e05);
margin: 2% auto;
border-radius: 15px;
height: 50px;
}
.cheese[b-5tphywpzaa]{
width: 60%;
height: 4.5%;
margin: 2% auto;
background: -webkit-gradient(linear, left top, left bottom, from(#f4d004), to(#d6bb22));
background: -webkit-linear-gradient(#f4d004, #d6bb22);
background: -o-linear-gradient(#f4d004, #d6bb22);
background: linear-gradient(#f4d004, #d6bb22);
border-radius: 20px;
height: 25px;
}
