/* _content/Kadnex/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. */
.navbar-nav[b-irj2d7mq7p] {
    padding-left: 0;
    margin: 0;
    font-size:1.3rem;
    color:black ;
}

.navbar-nav .nav-link[b-irj2d7mq7p] {
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

    .navbar-nav .nav-item:hover[b-irj2d7mq7p] {
        color: #dc3545; /* Bootstrap primary */
    }
.border-top[b-irj2d7mq7p] {
    border-top: 1px solid #e5e5e5;
}
.border-bottom[b-irj2d7mq7p] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-irj2d7mq7p] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-irj2d7mq7p] {
  font-size: 1.5rem;
  line-height: inherit;
}

.footer[b-irj2d7mq7p] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* Logout button style */
.btn-logout-icon[b-irj2d7mq7p] {
    background-color: #007bff;
    color: white;
    border-radius: 10px;
    font-size: 1.3rem;
    padding: 8px 14px;
    border: none;
    transition: 0.3s ease;
}

    .btn-logout-icon:hover[b-irj2d7mq7p] {
        background-color: #0056b3;
        color: #fff;
    }

/* Dropdown */
.dropdown-menu[b-irj2d7mq7p] {
    min-width: 150px;
    border-radius: 10px;
}

