/* _content/elogistic/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-lpwykmyd60] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-lpwykmyd60] {
  color: #0077cc;
}

.btn-primary[b-lpwykmyd60] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-lpwykmyd60], .nav-pills .show > .nav-link[b-lpwykmyd60] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-lpwykmyd60] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-lpwykmyd60] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-lpwykmyd60] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-lpwykmyd60] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-lpwykmyd60] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/elogistic/Views/Shared/_LayoutSidebar.cshtml.rz.scp.css */

body[b-1k0ibexnst] {
    font-family: 'Poppins', sans-serif;
}

h1[b-1k0ibexnst] {
    font-weight: 800;
}

li[b-1k0ibexnst] {
    list-style: none;
}

a[b-1k0ibexnst] {
    text-decoration: none;
}

.main[b-1k0ibexnst] {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: #f9f9f9;
}

#sidebar[b-1k0ibexnst] {
    max-width: 264px;
    min-width: 264px;
    transition: all 0.35s ease-in-out;
    background-color: #213040;
    display: flex;
    flex-direction: column;
}

#sidebar.collapsed[b-1k0ibexnst] {
    margin-left: -264px;
}

.toggler-btn[b-1k0ibexnst] {
    background-color: transparent;
    cursor: pointer;
    border: 0;
}

.toggler-btn i[b-1k0ibexnst] {
    font-size: 1.5rem;
    color: #213040;
    font-weight: 800;
}

.navbar[b-1k0ibexnst] {
    padding: .75rem 1rem;
    border-bottom: 1px solid #213040;
}

.sidebar-nav[b-1k0ibexnst] {
    flex: 1 1 auto;
}

.sidebar-logo[b-1k0ibexnst] {
    padding: .75rem 1.5rem;
    text-align: center;
    border-bottom: 1px solid white;
}

.sidebar-logo a[b-1k0ibexnst] {
    color: #FFF;
    font-weight: 400;
    font-size: 1.5rem;
}

.sidebar-header[b-1k0ibexnst] {
    color: #FFF;
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
}

a.sidebar-link[b-1k0ibexnst] {
    padding: .625rem 1.625rem;
    color: #FFF;
    position: relative;
    transition: all 0.35s;
    display: block;
    font-size: 1rem;
}

a.sidebar-link:hover[b-1k0ibexnst] {
    background-color: #f9f6f630;
}

.sidebar-link[data-bs-toggle="collapse"][b-1k0ibexnst]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed[b-1k0ibexnst]::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

/* Screen size less than 768px */

@media (max-width:768px) {

    .sidebar-toggle[b-1k0ibexnst] {
        margin-left: -264px;
    }

    #sidebar.collapsed[b-1k0ibexnst] {
        margin-left: 0;
    }
}
