/* _content/Move/Views/Login/Index.cshtml.rz.scp.css */
.wrapper[b-ei2uuc8nwh] {
    margin: 0 auto;
    margin-top: 100px;
    max-width: 540px;
    padding: 1rem;
}

ul[b-ei2uuc8nwh] {
    margin: 0;
}
/* _content/Move/Views/Shared/_Backoffice.cshtml.rz.scp.css */
.body-wrapper[b-kfdrwsvqus] {
    display: flex;
    justify-content: flex-end;
}

.sidebar-wrapper[b-kfdrwsvqus] {
    height: 100vh;
    left: 0;
    position: fixed;
    transition: width 0.5s;
    width: 280px;
}

.content-wrapper[b-kfdrwsvqus] {
    transition: width 0.5s;
    width: calc(100% - 280px);
}

.menu-item:hover[b-kfdrwsvqus],
.menu-item-active[b-kfdrwsvqus] {
    background-color: #34383d;
}

.menu-item-icon[b-kfdrwsvqus] {
    margin-right: 1rem;
}

@media (max-width: 768px) {
    .sidebar-wrapper[b-kfdrwsvqus] {
        width: 60px;
        z-index: 99;
    }

    .content-wrapper[b-kfdrwsvqus] {
        width: calc(100% - 60px);
    }

    .menu-item-name[b-kfdrwsvqus] {
        display: none;
    }

    .sidebar-wrapper.toggled[b-kfdrwsvqus] {
        width: 280px;
    }

        .sidebar-wrapper.toggled .menu-item-name[b-kfdrwsvqus] {
            display: block;
        }
}
/* _content/Move/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-4m81yp5n20] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-4m81yp5n20] {
  color: #0077cc;
}

.btn-primary[b-4m81yp5n20] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-4m81yp5n20], .nav-pills .show > .nav-link[b-4m81yp5n20] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-4m81yp5n20] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-4m81yp5n20] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-4m81yp5n20] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-4m81yp5n20] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-4m81yp5n20] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/Move/Views/Shared/_LoadingSpinner.cshtml.rz.scp.css */
.loading-overlay[b-m7u70atpqe] {
    background: rgb(0 0 0 / 20%);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
