/* _content/Sazoya/Pages/Shared/_AdminLayout.cshtml.rz.scp.css */
/* Admin Layout Styling */
body[b-9kr5c4rn7p] {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f6f9;
}

/* Sidebar */
.sidebar[b-9kr5c4rn7p] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    background-color: #343a40;
    padding-top: 20px;
    transition: all 0.3s ease;
}

    .sidebar .nav-link[b-9kr5c4rn7p] {
        color: #ddd;
        padding: 12px 20px;
        display: flex;
        align-items: center;
        font-size: 15px;
        transition: all 0.3s;
    }

        .sidebar .nav-link:hover[b-9kr5c4rn7p] {
            background-color: #495057;
            color: #fff;
            text-decoration: none;
        }

        .sidebar .nav-link i[b-9kr5c4rn7p] {
            margin-right: 10px;
        }

/* Top Navbar */
.top-navbar[b-9kr5c4rn7p] {
    margin-left: 250px;
    background-color: #fff;
    padding: 12px 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .top-navbar h5[b-9kr5c4rn7p] {
        margin: 0;
        font-weight: 600;
        color: #333;
    }

/* Content Area */
.content[b-9kr5c4rn7p] {
    margin-left: 250px;
    padding: 20px;
}

/* Footer */
footer[b-9kr5c4rn7p] {
    margin-left: 250px;
    padding: 10px;
    background-color: #f1f1f1;
    text-align: center;
    border-top: 1px solid #ddd;
    color: #555;
}

/* Mobile View */
@media (max-width: 768px) {
    .sidebar[b-9kr5c4rn7p] {
        width: 200px;
    }

    .top-navbar[b-9kr5c4rn7p], .content[b-9kr5c4rn7p], footer[b-9kr5c4rn7p] {
        margin-left: 200px;
    }
}
/* _content/Sazoya/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-sgjh176jwj] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-sgjh176jwj] {
  color: #0077cc;
}

.btn-primary[b-sgjh176jwj] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-sgjh176jwj], .nav-pills .show > .nav-link[b-sgjh176jwj] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-sgjh176jwj] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-sgjh176jwj] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-sgjh176jwj] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-sgjh176jwj] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-sgjh176jwj] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
