/* /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-lz1e33s3ve] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-lz1e33s3ve] {
  color: #0077cc;
}

.btn-primary[b-lz1e33s3ve] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-lz1e33s3ve], .nav-pills .show > .nav-link[b-lz1e33s3ve] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-lz1e33s3ve] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-lz1e33s3ve] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-lz1e33s3ve] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-lz1e33s3ve] {
  font-size: 1rem;
  line-height: inherit;
}

/* =========================
   MODAL
========================= */
.modal[b-lz1e33s3ve] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1055;
}

.modal-backdrop[b-lz1e33s3ve] {
    z-index: 1050;
}

.modal-dialog-centered[b-lz1e33s3ve] {
    min-height: calc(100% - 1rem);
}

.modal-content[b-lz1e33s3ve] {
    background: rgba(10, 25, 47, 0.95);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 240, 255, 0.2);
    color: white;
    border-radius: 10px;
}

.modal-header[b-lz1e33s3ve] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-footer[b-lz1e33s3ve] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-title[b-lz1e33s3ve] {
    color: #00f0ff;
    font-weight: 600;
}
