/* _content/Lmswebsite/Views/Shared/_Layout - New.cshtml.rz.scp.css */
/* Modern Responsive Layout - English LTR */
:root[b-bjizn1bggd] {
    --primary-color: #2563eb;
    --primary-dark: #1d4ed8;
    --secondary-color: #4f46e5;
    --accent-color: #f59e0b;
    --text-dark: #1f2937;
    --text-muted: #6b7280;
    --bg-light: #f9fafb;
    --white: #ffffff;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

*[b-bjizn1bggd] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-bjizn1bggd] {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: var(--bg-light);
    color: var(--text-dark);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Navbar */
/* Navbar Styles */
.navbar[b-bjizn1bggd] {
    background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%) !important;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem !important; /* تقليل المسافة */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-brand[b-bjizn1bggd] {
    font-weight: 700;
    color: #ffffff !important;
}

/* لون الروابط في الـ Navbar */
.navbar-nav .nav-link[b-bjizn1bggd] {
    color: rgba(255, 255, 255, 0.9) !important; /* أبيض شفاف */
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
}

    .navbar-nav .nav-link:hover[b-bjizn1bggd],
    .navbar-nav .nav-link.active[b-bjizn1bggd] {
        color: #ffffff !important; /* أبيض كامل عند hover */
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 6px;
    }

/* زر Logout */
.logout-btn[b-bjizn1bggd] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    border: none;
    color: #ffffff !important;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .logout-btn:hover[b-bjizn1bggd] {
        background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
        color: #ffffff !important;
        transform: translateY(-1px);
    }

/* تقليل المسافة بين Navbar والمحتوى */
.container[b-bjizn1bggd] {
    padding-top: 0.5rem;
}

main[b-bjizn1bggd] {
    padding: 1.5rem;
}
/* Footer */
.footer[b-bjizn1bggd] {
    background: var(--text-dark);
    color: #9ca3af;
    padding: 1.5rem 0;
    margin-top: auto;
    font-size: 0.875rem;
}

    .footer a[b-bjizn1bggd] {
        color: var(--accent-color);
        text-decoration: none;
        transition: color 0.2s;
    }

        .footer a:hover[b-bjizn1bggd] {
            color: var(--white);
            text-decoration: underline;
        }

/* Buttons */
.btn-primary[b-bjizn1bggd] {
    background: var(--primary-color);
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s;
}

    .btn-primary:hover[b-bjizn1bggd] {
        background: var(--primary-dark);
        transform: translateY(-1px);
    }

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .navbar-collapse[b-bjizn1bggd] {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 1rem;
        margin-top: 0.5rem;
    }

    .nav-link[b-bjizn1bggd] {
        padding: 0.75rem !important;
        margin-bottom: 0.25rem;
    }

    .logout-btn[b-bjizn1bggd] {
        width: 100%;
        margin-top: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .container[b-bjizn1bggd] {
        padding: 1rem 0.75rem;
    }

    main[b-bjizn1bggd] {
        padding: 1.25rem;
    }

    .navbar-brand[b-bjizn1bggd] {
        font-size: 1.25rem;
    }
}

/* Animations */
@keyframes fadeIn-b-bjizn1bggd {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

main[b-bjizn1bggd] {
    animation: fadeIn-b-bjizn1bggd 0.3s ease-out;
}
/* _content/Lmswebsite/Views/Shared/_Layout - Users.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-gi3pelrd65] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-gi3pelrd65] {
  color: #0077cc;
}

.btn-primary[b-gi3pelrd65] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-gi3pelrd65], .nav-pills .show > .nav-link[b-gi3pelrd65] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-gi3pelrd65] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-gi3pelrd65] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-gi3pelrd65] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-gi3pelrd65] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-gi3pelrd65] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/Lmswebsite/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-tcgmfetwzj] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-tcgmfetwzj] {
  color: #0077cc;
}

.btn-primary[b-tcgmfetwzj] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-tcgmfetwzj], .nav-pills .show > .nav-link[b-tcgmfetwzj] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-tcgmfetwzj] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-tcgmfetwzj] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-tcgmfetwzj] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-tcgmfetwzj] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-tcgmfetwzj] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
