/* /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-o2ctfv1sda] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-o2ctfv1sda] {
  color: #0077cc;
}

.btn-primary[b-o2ctfv1sda] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-o2ctfv1sda],
.nav-pills .show>.nav-link[b-o2ctfv1sda] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-o2ctfv1sda] {
  border-top: 1px solid #e5e5e5;
}

.border-bottom[b-o2ctfv1sda] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-o2ctfv1sda] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-o2ctfv1sda] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-o2ctfv1sda] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

body[b-o2ctfv1sda] {
  background: #0f172a;
  color: white;
}

.hero[b-o2ctfv1sda] {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.upload-box[b-o2ctfv1sda] {
  background: #1e293b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.feature-card[b-o2ctfv1sda] {
  background: #1e293b;
  border: none;
  border-radius: 20px;
  transition: 0.3s;
}

.feature-card:hover[b-o2ctfv1sda] {
  transform: translateY(-8px);
}

.btn-custom[b-o2ctfv1sda] {
  background: #0dcaf0;
  color: #000;
  font-weight: bold;
}

.btn-custom:hover[b-o2ctfv1sda] {
  background: #31d2f2;
}

.text-gray[b-o2ctfv1sda] {
  color: #94a3b8;
}
