/* _content/User/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-a5szyyiiiv] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-a5szyyiiiv] {
  color: #0077cc;
}

.btn-primary[b-a5szyyiiiv] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-a5szyyiiiv], .nav-pills .show > .nav-link[b-a5szyyiiiv] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-a5szyyiiiv] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-a5szyyiiiv] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-a5szyyiiiv] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-a5szyyiiiv] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-a5szyyiiiv] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
.layout-ls[b-a5szyyiiiv] {
    display: flex;
    height: 100vh;
    color: white;
    font-family: sans-serif;
}

/* Sidebar trái */
.sidebar-ls[b-a5szyyiiiv] {
    width: 240px;
    border-right: 1px solid #1e293b;
    padding: 20px 10px;
}

/* Nội dung chính */
.main-ls[b-a5szyyiiiv] {
    flex: 1;
    padding: 20px;
    margin-top: 50px;
}

.title-ls[b-a5szyyiiiv] {
    font-size: 20px;
    margin-bottom: 20px;
}

.map-container-ls[b-a5szyyiiiv] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-img-ls[b-a5szyyiiiv] {
    max-width: 100%;
    height: auto;
}

/* Panel phải */
.right-ls[b-a5szyyiiiv] {
    width: 360px;
    border-left: 2px solid #1e293b;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

.sidebar-ls[b-a5szyyiiiv] {
    width: 360px;
    border-right: 2px solid #1e293b;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

.panel-ls[b-a5szyyiiiv] {
    border-radius: 12px;
    padding: 15px;
}

.sidebar-logo-ls[b-a5szyyiiiv] {
    font-size: 24px;
    font-weight: bold;
    color: #22c55e;
    padding: 10px 15px;
}

.sidebar-menu-ls[b-a5szyyiiiv] {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.sidebar-item-ls[b-a5szyyiiiv] {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s;
}

    .sidebar-item-ls:hover[b-a5szyyiiiv],
    .sidebar-item-ls.active-ls[b-a5szyyiiiv] {
        background-color: #1e293b;
        border: 1px solid #334155;
    }

    .sidebar-item-ls img[b-a5szyyiiiv] {
        width: 24px;
        height: 24px;
        margin-right: 12px;
    }

    .sidebar-item-ls span[b-a5szyyiiiv] {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.5px;
    }

.right-panel-ls[b-a5szyyiiiv] {
    width: 360px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    overflow-y: auto;
    border-left: 2px solid #1e293b;
    z-index: 999;
}

.status-box-ls[b-a5szyyiiiv] {
    background: #1e293b;
    border-radius: 12px;
    padding: 20px;
}

.locked-card-ls[b-a5szyyiiiv] {
    background: #334155;
    padding: 12px;
    border-radius: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.icon-sm-ls[b-a5szyyiiiv] {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.task-item-ls[b-a5szyyiiiv] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}

.task-content-ls[b-a5szyyiiiv] {
    flex: 1;
}

    .task-content-ls span[b-a5szyyiiiv] {
        font-size: 14px;
        font-weight: 500;
        color: white;
        display: block;
        margin-bottom: 4px;
    }

.progress[b-a5szyyiiiv] {
    height: 8px;
    background-color: #334155;
    border-radius: 4px;
}

.progress-bar[b-a5szyyiiiv] {
    height: 100%;
    border-radius: 4px;
}
