/* _content/blazor2/Pages/Login.razor.rz.scp.css */
h3[b-rw9b0ad7xx] {
    text-transform: uppercase;
}
/* _content/blazor2/Pages/SignalR/RoomChat.razor.rz.scp.css */
.chat-sidebar[b-0fg6b1z0m4] {
      border-right: 1px solid #ddd;
      height: 100vh;
      overflow-y: auto;
    }
    .chat-room[b-0fg6b1z0m4] {
      height: 80vh;
      overflow-y: auto;
      padding: 15px;
    }
    .chat-message[b-0fg6b1z0m4] {
      margin-bottom: 15px;
    }
    .chat-message .time[b-0fg6b1z0m4] {
      font-size: 0.8rem;
      color: gray;
    }
/* _content/blazor2/Pages/StateManagement/BTBurgerState/BurgerView.razor.rz.scp.css */
.breadTop[b-kh3r15n40l]{
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-kh3r15n40l]{
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-kh3r15n40l] {
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-kh3r15n40l]{
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-kh3r15n40l]{
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;
}
