/* _content/project2/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-tnhgvj2td2] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-tnhgvj2td2] {
  color: #0077cc;
}

.btn-primary[b-tnhgvj2td2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-tnhgvj2td2], .nav-pills .show > .nav-link[b-tnhgvj2td2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-tnhgvj2td2] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-tnhgvj2td2] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-tnhgvj2td2] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-tnhgvj2td2] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-tnhgvj2td2] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.theme-switch[b-tnhgvj2td2] {
  --background: #FFF;
  --text: #333;
  color: var(--text);
  width: 70px;
  height: 30px;
  background: var(--highlight);
  border-radius: 50px;
  position: relative;

  .switch {
    background: white;
    width: 24px;
    height: 24px;
    background: var(--background);
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: 4px;
    transition: 0.5s all ease;
  }
  /* Add this to your site's main CSS file or layout view */
/* Apply this to your main stylesheet or within <style> tags in _Layout.cshtml */
body[b-tnhgvj2td2] {
    font-family: "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: white; /* Sets text color to white */
    background-color: #1e1e1e; /* Optional: dark background to complement white text */
}

h1[b-tnhgvj2td2], h2[b-tnhgvj2td2], h3[b-tnhgvj2td2] {
    font-weight: 600;
    color: white;
}

strong[b-tnhgvj2td2], .btn[b-tnhgvj2td2], .highlight[b-tnhgvj2td2] {
    font-weight: bold;
    color: white;
}

code[b-tnhgvj2td2], pre[b-tnhgvj2td2] {
    font-family: Consolas, "Courier New", monospace;
    background-color: #2c2c2c;
    color: #dcdcdc;
    padding: 2px 4px;
    border-radius: 4px;
}


strong[b-tnhgvj2td2], .btn[b-tnhgvj2td2], .highlight[b-tnhgvj2td2] {
    font-weight: bold; /* Segoe UI Bold feel */
}

code[b-tnhgvj2td2], pre[b-tnhgvj2td2] {
    font-family: Consolas, "Courier New", monospace;
    background-color: #f5f5f5;
    padding: 2px 4px;
    border-radius: 4px;
}
/* site.css or your custom stylesheet */
.theme-toggle-btn[b-tnhgvj2td2] {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    padding: 8px 16px;
    font-size: 14px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Light mode styling override */
body.light-mode .theme-toggle-btn[b-tnhgvj2td2] {
    background-color: #f0f0f0;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Hover effect */
.theme-toggle-btn:hover[b-tnhgvj2td2] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

}
