/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-48908ufhc8] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


.btn-primary[b-48908ufhc8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-48908ufhc8], .nav-pills .show > .nav-link[b-48908ufhc8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-48908ufhc8] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-48908ufhc8] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-48908ufhc8] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-48908ufhc8] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-48908ufhc8] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.chat-toggle[b-48908ufhc8] {
  position: fixed;
  right: 0;
  background-color: #0d6efd;
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
}

#generalChatToggle[b-48908ufhc8] {
  bottom: 0;
}

#tradeChatToggle[b-48908ufhc8] {
  bottom: 60px;
  background-color: #198754;
}

.chat-box[b-48908ufhc8] {
  position: fixed;
  right: 20px;
  width: 300px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px 8px 0 0;
  display: none;
  z-index: 1050;
}

#generalChatBox[b-48908ufhc8] {
  bottom: 40px;
}

#tradeChatBox[b-48908ufhc8] {
  bottom: 100px;
}

.chat-header[b-48908ufhc8] {
  background: #343a40;
  color: #fff;
  padding: 5px;
}

.chat-messages[b-48908ufhc8] {
  height: 200px;
  overflow-y: auto;
  padding: 5px;
}

.chat-input[b-48908ufhc8] {
  display: flex;
  padding: 5px;
}

.chat-input input[b-48908ufhc8] {
  flex: 1;
}

.chat-input button[b-48908ufhc8] {
  margin-left: 5px;
}
