/* /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-g5hvthi8k0] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-g5hvthi8k0] {
  color: #0077cc;
}

.btn-primary[b-g5hvthi8k0] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-g5hvthi8k0], .nav-pills .show > .nav-link[b-g5hvthi8k0] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}


.border-top[b-g5hvthi8k0] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-g5hvthi8k0] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-g5hvthi8k0] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-g5hvthi8k0] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-g5hvthi8k0] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* =========================
   COMPANY LOGO
   ========================= */

.company-logo[b-g5hvthi8k0] {
    height: 34px;
    width: auto;
    transition: transform 0.2s ease;
}

    .company-logo:hover[b-g5hvthi8k0] {
        transform: scale(1.03);
    }


/* =========================
   NAVBAR
   ========================= */

.navbar[b-g5hvthi8k0] {
    min-height: 60px;
    padding: 0.5rem 1.2rem;
}


/* =========================
   MAIN MENU
   ========================= */

.main-menu[b-g5hvthi8k0] {
    gap: 0.4rem;
}


/* =========================
   MENU LINKS
   ========================= */

.menu-link[b-g5hvthi8k0] {
    display: flex !important;
    align-items: center;
    gap: 8px;
    color: #343a40 !important;
    font-weight: 600;
    padding: 0.6rem 0.9rem !important;
    border-radius: 6px;
    transition: background-color 0.2s ease, color 0.2s ease;
}


/* =========================
   MENU ICON
   ========================= */

.menu-icon[b-g5hvthi8k0] {
    min-width: 18px;
    text-align: center;
}


/* =========================
   HOVER EFFECT
   ========================= */

.menu-link:hover[b-g5hvthi8k0] {
    background-color: #e9ecef;
    color: #000000 !important;
}


/* =========================
   ACTIVE MENU
   ========================= */

.menu-link.active[b-g5hvthi8k0] {
    background-color: #e9ecef;
    color: #000000 !important;
    font-weight: 700;
}


/* =========================
   USER NAME
   ========================= */

.user-name[b-g5hvthi8k0] {
    color: #343a40 !important;
    font-weight: 600;
    display: flex !important;
    align-items: center;
    gap: 7px;
}


/* =========================
   LOGOUT
   ========================= */

.logout-form[b-g5hvthi8k0] {
    margin: 0;
}

.logout-button[b-g5hvthi8k0] {
    display: flex !important;
    align-items: center;
    gap: 7px;
    color: #343a40 !important;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
}

    .logout-button:hover[b-g5hvthi8k0] {
        background-color: #f1f3f5;
        color: #000000 !important;
    }


/* =========================
   MOBILE
   ========================= */

@media (max-width: 991px) {

    .main-menu[b-g5hvthi8k0] {
        margin-top: 10px;
    }

    .menu-link[b-g5hvthi8k0] {
        padding: 0.7rem 0.8rem !important;
    }

    .logout-button[b-g5hvthi8k0] {
        width: 100%;
        padding: 0.7rem 0.8rem !important;
    }
}


/* =========================
   APPLICATION FOOTER
   ========================= */

.app-footer[b-g5hvthi8k0] {
    margin-top: 40px;
    background-color: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding: 18px 0;
}


.footer-content[b-g5hvthi8k0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}


/* =========================
   LEFT SIDE
   ========================= */

.footer-brand[b-g5hvthi8k0] {
    display: flex;
    align-items: center;
    gap: 12px;
}


.footer-logo[b-g5hvthi8k0] {
    height: 26px;
    width: auto;
}


.footer-divider[b-g5hvthi8k0] {
    width: 1px;
    height: 22px;
    background-color: #d1d5db;
}


.footer-text[b-g5hvthi8k0] {
    font-size: 0.85rem;
    color: #6b7280;
}


/* =========================
   RIGHT SIDE
   ========================= */

.footer-right[b-g5hvthi8k0] {
    display: flex;
    align-items: center;
    gap: 16px;

    font-size: 0.85rem;
    color: #6b7280;
}


.footer-right a[b-g5hvthi8k0] {
    color: #374151;
    text-decoration: none;
    font-weight: 500;

    transition: color 0.2s ease;
}


.footer-right a:hover[b-g5hvthi8k0] {
    color: #0077cc;
}

/* Make the entire page at least the height of the screen */
html[b-g5hvthi8k0],
body[b-g5hvthi8k0] {
    height: 100%;
}


/* Main page structure */
.app-body[b-g5hvthi8k0] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


/* Takes all remaining available space */
.app-content[b-g5hvthi8k0] {
    flex: 1;
}


/* =========================
   FOOTER
   ========================= */

.app-footer[b-g5hvthi8k0] {
    margin-top: auto;
    background-color: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding: 16px 0;
}


.footer-content[b-g5hvthi8k0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.footer-brand[b-g5hvthi8k0] {
    display: flex;
    align-items: center;
    gap: 12px;
}


.footer-logo[b-g5hvthi8k0] {
    height: 24px;
    width: auto;
}


.footer-divider[b-g5hvthi8k0] {
    width: 1px;
    height: 22px;
    background-color: #d1d5db;
}


.footer-text[b-g5hvthi8k0],
.footer-right[b-g5hvthi8k0] {
    font-size: 0.85rem;
    color: #6b7280;
}


.footer-right[b-g5hvthi8k0] {
    display: flex;
    align-items: center;
    gap: 16px;
}


.footer-right a[b-g5hvthi8k0] {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
}


.footer-right a:hover[b-g5hvthi8k0] {
    color: #0077cc;
}


/* Mobile */

@media (max-width: 768px) {

    .footer-content[b-g5hvthi8k0] {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

}
