/* /Views/Monster/Monster.cshtml.rz.scp.css */
namespace EchoesOfTheRealms.Views.Monster[b-kxyc8gtfro]
{
    public class Monster
    {
    }
}
/* /Views/Shared/_Footer.cshtml.rz.scp.css */
footer[b-yxn3idywdb] {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    background-color: var(--color5);
    font-weight: bold;
    color: white;
    justify-content: center;
    align-items: center;

    a {
        color: black;
    }

    height: 7vh;
    width: 100vw;

    border-top: 5px solid var(--color1);[b-yxn3idywdb]
}
/* /Views/Shared/_Header.cshtml.rz.scp.css */
header[b-rgwfa4zajn] {
    height: 70px;
    background-color: var(--color5);
    display: flex;
    align-items: center;

    nav {
        margin: 0 1em;

        ul {
            margin: 0;
            padding: 0;
            display: flex;
            gap: 1em;
            list-style: none;

            li {
                a {
                    color: var(--color3);
                    text-decoration: unset;
                    font-weight: bold;

                    &:hover {
                        color: deepskyblue;
                    }

                }
            }
        }
    }

    .logo[b-rgwfa4zajn] 
    {
        height: 5vh;
        width: auto;
        margin-right: 0.25vw;
        margin-left: 1vw;
    }

     border-bottom: 5px solid var(--color1);

    .log[b-rgwfa4zajn] {
        position: absolute;
        right: 1vw;
    }
}
/* /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-svtkbjum4x] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-svtkbjum4x] {
  color: #0077cc;
}

.btn-primary[b-svtkbjum4x] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-svtkbjum4x], .nav-pills .show > .nav-link[b-svtkbjum4x] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-svtkbjum4x] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-svtkbjum4x] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-svtkbjum4x] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-svtkbjum4x] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-svtkbjum4x] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
