/* /Pages/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-ju8dtgp4h9] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-ju8dtgp4h9] {
  color: #0077cc;
}

.btn-primary[b-ju8dtgp4h9] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ju8dtgp4h9], .nav-pills .show > .nav-link[b-ju8dtgp4h9] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-ju8dtgp4h9] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-ju8dtgp4h9] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ju8dtgp4h9] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ju8dtgp4h9] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-ju8dtgp4h9] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}



/*
    NavBar edit v1?
*/

.chrono-nav[b-ju8dtgp4h9] {
    background: rgba(10,10,15,0.85);
    backdrop-filter: blur(12px);
    font-family: 'Oritron', sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0,1);

}

.chrono-brand[b-ju8dtgp4h9] { 
    color: #00ffe7;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.3rem;
    text-shadow: 0 0 10px #00ffe7;
    transition: all 0.3s ease;
}

.chrono-brand:hover[b-ju8dtgp4h9] {
    color: #00ffe7;
    text-shadow: 0 0 23px #00ffe7 ;
}

.chrono-link[b-ju8dtgp4h9]{
    color: #cccccc !important;
    margin-left: 1rem;
    position: relative;
    transition: all 0.3s ease;
}

.chrono-link[b-ju8dtgp4h9]::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #00ffe7;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;   
}

.chrono-link:hover[b-ju8dtgp4h9]::after {
    width: 100%;
}


/*
    sidde image
*/
body[b-ju8dtgp4h9] {
    margin: 0;
    padding: 0;
}

.side-img[b-ju8dtgp4h9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 80px; /* Adjust width as needed */
    height: 100%;
    background-image: url('/img/25.png'); /* path depends on your framework */
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.page-content[b-ju8dtgp4h9] {
    margin-left: 80px; /* match the width of the image */
    position: relative;
    z-index: 2;
}

/* 
    something cool:

*/

#shader-header[b-ju8dtgp4h9] {
    position: relative;
    width: 100%;
    height: 250px; /* adjust to your needs */
    overflow: hidden;
    z-index: 0;
}

#shader-canvas[b-ju8dtgp4h9] {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /* so nav stays on top */
}



/* Font styles for character sections */
.character-header[b-ju8dtgp4h9] {
    font-family: 'Orbitron', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: #00ffe7;
    text-shadow: 0 0 10px rgba(0, 255, 231, 0.6);
    margin-top: 2rem;
}

.character-body[b-ju8dtgp4h9] {
    font-family: 'Nanum Brush Script', cursive;
    font-size: 1.25rem;
    color: #dddddd;
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem;
    border-radius: 10px;
    line-height: 1.8;
    margin-bottom: 2rem;
}

    .character-body ul[b-ju8dtgp4h9] {
        padding-left: 1.5rem;
    }

    .character-body li[b-ju8dtgp4h9] {
        margin-bottom: 0.5rem;
    }
