/* /Components/Data/Audio.razor.rz.scp.css */
/* CSS cho Layout chung */
.admin-layout[b-h9n38r04we] {
    display: flex;
    height: 100vh;
    background-color: #f4f7f6;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
}

/* Sidebar */
.sidebar[b-h9n38r04we] {
    width: 250px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e0e0e0;
}

.sidebar-header[b-h9n38r04we] {
    background-color: #2962ff;
    color: white;
    padding: 20px;
}

.logo-area[b-h9n38r04we] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

    .logo-area h4[b-h9n38r04we] {
        margin: 0;
        font-size: 10px;
        opacity: 0.8;
    }

    .logo-area h2[b-h9n38r04we] {
        margin: 0;
        font-size: 20px;
        font-weight: bold;
    }

    .logo-area small[b-h9n38r04we] {
        font-size: 11px;
    }

.sidebar-nav[b-h9n38r04we] {
    flex-grow: 1;
    padding: 20px 0;
}

.nav-item[b-h9n38r04we] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    color: #555;
    text-decoration: none;
    font-weight: 500;
}

    .nav-item:hover[b-h9n38r04we] {
        background-color: #f0f4ff;
    }

    .nav-item.active[b-h9n38r04we] {
        background-color: #f0f4ff;
        color: #2962ff;
        border-left: 4px solid #2962ff;
    }

.sidebar-footer[b-h9n38r04we] {
    padding: 20px;
    border-top: 1px solid #eee;
}

.btn-logout[b-h9n38r04we] {
    background: none;
    border: none;
    color: #d32f2f;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    gap: 5px;
}

/* Main Content */
.main-content[b-h9n38r04we] {
    flex-grow: 1;
    padding: 30px;
    overflow-y: auto;
    position: relative;
}

.page-header[b-h9n38r04we] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .page-header h3[b-h9n38r04we] {
        margin: 0;
        font-size: 18px;
        color: #333;
    }

.btn-create[b-h9n38r04we] {
    background-color: #00bfa5;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    gap: 5px;
    align-items: center;
}

/* Cards */
.tour-grid[b-h9n38r04we] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.tour-card[b-h9n38r04we] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

.card-img[b-h9n38r04we] {
    height: 160px;
    background-size: cover;
    background-position: center;
}

.placeholder-img[b-h9n38r04we] {
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    font-size: 40px;
}

.card-body[b-h9n38r04we] {
    padding: 15px;
}

    .card-body h4[b-h9n38r04we] {
        margin: 0 0 10px 0;
        font-size: 16px;
    }

    .card-body p[b-h9n38r04we] {
        margin: 0 0 15px 0;
        font-size: 13px;
        color: #666;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.card-meta[b-h9n38r04we] {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #888;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.text-muted[b-h9n38r04we] {
    color: #aaa !important;
    font-style: italic;
}

/* FAB */
.fab-btn[b-h9n38r04we] {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00bfa5;
    color: white;
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    cursor: pointer;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Components/Data/POICommandCenter.razor.rz.scp.css */
.command-center[b-foww5sg1cv] {
    display: flex;
    height: 100vh; /* Full màn hình */
    width: 100%;
    background: #fdfdfd;
}

.sidebar-left[b-foww5sg1cv] {
    width: 400px;
    background: white;
    display: flex;
    flex-direction: column;
    z-index: 100;
    border-right: 1px solid #eee;
}

.sidebar-content[b-foww5sg1cv] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.section-box[b-foww5sg1cv] {
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 20px;
}

/* Kiểu dáng input hiện đại */
.form-control-custom[b-foww5sg1cv] {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
}

.readonly[b-foww5sg1cv] {
    background: #f9f9f9;
    color: #888;
    border-style: dashed;
}

.btn-submit[b-foww5sg1cv] {
    background: #00b894; /* Màu xanh HeriStep */
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    width: 100%;
}

.map-container[b-foww5sg1cv] {
    flex: 1;
    position: relative;
}

#map[b-foww5sg1cv] {
    height: 100%;
    width: 100%;
}

.map-badge[b-foww5sg1cv] {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background: rgba(255,255,255,0.9);
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-x76l6oeayv] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); /* Màu xanh gradient chuyên nghiệp */
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qcwt59w8ic] {
    display: flex;
    min-height: 100vh;
    background-color: #f8fafc; /* Nền xám nhạt hiện đại */
    font-family: 'Inter', -apple-system, sans-serif;
}

/* Sidebar Wrapper */
.sidebar-wrapper[b-qcwt59w8ic] {
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    background-color: #0f172a; /* Màu xanh đen Slate 900 */
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.05);
    z-index: 100;
}

.is-full[b-qcwt59w8ic] {
    width: 260px;
}

.is-mini[b-qcwt59w8ic] {
    width: 80px;
}

/* Main Content Area */
main[b-qcwt59w8ic] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/* Top Row (Header) */
.top-row[b-qcwt59w8ic] {
    height: 70px;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    position: sticky;
    top: 0;
    z-index: 99;
}

.top-bar-content[b-qcwt59w8ic] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.system-name[b-qcwt59w8ic] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.user-info[b-qcwt59w8ic] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-role[b-qcwt59w8ic] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
}

.avatar[b-qcwt59w8ic] {
    width: 38px;
    height: 38px;
    background-color: #10b981; /* Màu xanh lá thương hiệu */
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

/* Content Area */
.content[b-qcwt59w8ic] {
    padding: 2rem 1.5rem;
    flex: 1;
}

/* Container để nội dung không bị tràn */
.container-fluid[b-qcwt59w8ic] {
    max-width: 1400px;
    margin: 0 auto;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Container chính */
.sidebar-container[b-7dz2dvl9js] {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Full chiều cao màn hình */
    background-color: #0f172a;
    color: #94a3b8;
    transition: all 0.3s ease;
    overflow-x: hidden;
}

/* Header */
.navbar-wrapper[b-7dz2dvl9js] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    flex-shrink: 0;
}

.brand-section[b-7dz2dvl9js] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon[b-7dz2dvl9js] {
    background: #10b981;
    color: white;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: bold;
}

.nav-brand[b-7dz2dvl9js] {
    color: white !important;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Menu chính - Chiếm không gian giữa */
.nav-links[b-7dz2dvl9js] {
    flex: 1; /* Đẩy footer xuống đáy */
    overflow-y: auto; /* Nếu menu quá dài sẽ có thanh cuộn riêng */
    padding-top: 1rem;
}

    /* Ép thẻ a của NavLink nằm ngang */
    .nav-links[b-7dz2dvl9js]  a {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        padding: 0.75rem 1rem !important;
        margin: 0.25rem 0.75rem !important;
        border-radius: 10px !important;
        color: #94a3b8 !important;
        text-decoration: none !important;
        transition: all 0.2s;
    }

        .nav-links[b-7dz2dvl9js]  a:hover {
            background-color: rgba(255, 255, 255, 0.05) !important;
            color: white !important;
        }

        .nav-links[b-7dz2dvl9js]  a.active {
            background-color: #10b981 !important;
            color: white !important;
        }

/* Icon & Text */
.nav-icon[b-7dz2dvl9js] {
    width: 24px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.text-item[b-7dz2dvl9js] {
    margin-left: 12px !important;
    font-size: 0.9rem;
    white-space: nowrap;
}

/* FOOTER - NƠI CHỨA NÚT ĐĂNG XUẤT */
.sidebar-footer[b-7dz2dvl9js] {
    margin-top: auto; /* Cú chốt để đẩy xuống đáy */
    padding: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}

.footer-info[b-7dz2dvl9js] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: #64748b;
}

.btn-logout[b-7dz2dvl9js] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px !important;
    border-radius: 8px !important;
    font-weight: 600;
    width: 100%;
    border: none;
    transition: all 0.2s;
}

/* KHI THU NHỎ (COLLAPSED) */
.collapsed .nav-brand[b-7dz2dvl9js],
.collapsed .text-item[b-7dz2dvl9js],
.collapsed .footer-info span[b-7dz2dvl9js] {
    display: none !important;
}

.collapsed .nav-links[b-7dz2dvl9js]  a {
    justify-content: center !important;
    margin: 0.25rem 0.5rem !important;
}

.collapsed .footer-info[b-7dz2dvl9js] {
    justify-content: center;
}

.collapsed .btn-logout[b-7dz2dvl9js] {
    padding: 10px 0 !important;
}

/* Nút Toggle */
.btn-toggle-menu[b-7dz2dvl9js] {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yaop3pqa2y],
.components-reconnect-repeated-attempt-visible[b-yaop3pqa2y],
.components-reconnect-failed-visible[b-yaop3pqa2y],
.components-pause-visible[b-yaop3pqa2y],
.components-resume-failed-visible[b-yaop3pqa2y],
.components-rejoining-animation[b-yaop3pqa2y] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yaop3pqa2y],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yaop3pqa2y],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yaop3pqa2y],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yaop3pqa2y],
#components-reconnect-modal.components-reconnect-retrying[b-yaop3pqa2y],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yaop3pqa2y],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yaop3pqa2y],
#components-reconnect-modal.components-reconnect-failed[b-yaop3pqa2y],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yaop3pqa2y] {
    display: block;
}


#components-reconnect-modal[b-yaop3pqa2y] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-yaop3pqa2y 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-yaop3pqa2y 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-yaop3pqa2y 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-yaop3pqa2y]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-yaop3pqa2y 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-yaop3pqa2y {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-yaop3pqa2y {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-yaop3pqa2y {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-yaop3pqa2y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-yaop3pqa2y] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-yaop3pqa2y] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yaop3pqa2y] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-yaop3pqa2y] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-yaop3pqa2y] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-yaop3pqa2y] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-yaop3pqa2y 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-yaop3pqa2y] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-yaop3pqa2y {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-yfhdpjwh24] {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: #f4f7f6;
}

/* Header chỉ số nổi trên bản đồ */
.dashboard-header[b-yfhdpjwh24] {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex;
    gap: 20px;
}

.stat-card[b-yfhdpjwh24] {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px); /* Hiệu ứng kính mờ */
    padding: 12px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

    .stat-card i[b-yfhdpjwh24] {
        font-size: 1.5rem;
        color: #ae2012; /* Màu đỏ di sản */
    }

    .stat-card .label[b-yfhdpjwh24] {
        display: block;
        font-size: 0.8rem;
        color: #666;
    }

    .stat-card .value[b-yfhdpjwh24] {
        font-weight: bold;
        font-size: 1.1rem;
        color: #222;
    }

/* Map */
.map-wrapper[b-yfhdpjwh24] {
    height: 100%;
    width: 100%;
}

#map-container[b-yfhdpjwh24] {
    height: 100% !important;
    width: 100%;
}

/* Controls nổi */
.map-controls[b-yfhdpjwh24] {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ctrl-btn[b-yfhdpjwh24] {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    border: none;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: 0.3s;
}

    .ctrl-btn:hover[b-yfhdpjwh24] {
        background: #ae2012;
        color: white;
    }
/* /Components/Pages/Login.razor.rz.scp.css */
.split-login-container[b-hwxayq8p6c] {
    display: flex;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

/* PHẦN BÊN TRÁI */
.welcome-section[b-hwxayq8p6c] {
    flex: 1.2;
    background-image: url('resources/images/login-bg.jpg'); /* Đảm bảo bạn đã lưu ảnh vào wwwroot/images */
    background-size: cover;
    background-position: center;
    position: relative;
}

.welcome-overlay[b-hwxayq8p6c] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    color: white;
}

.icon-circle[b-hwxayq8p6c] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
}

/* PHẦN BÊN PHẢI */
.signin-section[b-hwxayq8p6c] {
    flex: 1;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.signin-card[b-hwxayq8p6c] {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.small-label[b-hwxayq8p6c] {
    font-size: 0.7rem;
    font-weight: 800;
    color: #64748b;
    margin-bottom: 8px;
    display: block;
}

.custom-input[b-hwxayq8p6c] {
    border-radius: 10px;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.signin-btn[b-hwxayq8p6c] {
    background-color: #0f172a; /* Màu đen xanh đậm hiện đại */
    color: white;
    border-radius: 10px;
    transition: all 0.3s ease;
}

    .signin-btn:hover[b-hwxayq8p6c] {
        background-color: #1e293b;
        transform: translateY(-2px);
        color: white;
    }

.forgot-link[b-hwxayq8p6c] {
    font-size: 0.8rem;
    text-decoration: none;
    color: #2563eb;
}

.footer-text[b-hwxayq8p6c] {
    font-size: 0.75rem;
    color: #94a3b8;
}
.password-wrapper[b-hwxayq8p6c] {
    position: relative;
    display: flex;
    align-items: center;
}
/* Nút con mắt */
.btn-toggle-password[b-hwxayq8p6c] {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}

    .btn-toggle-password:hover[b-hwxayq8p6c] {
        color: #2563eb;
    }
/* Đảm bảo ô input có đủ chỗ trống bên phải để không bị chữ đè lên icon */
.password-wrapper .custom-input[b-hwxayq8p6c] {
    padding-right: 45px !important;
}

/* Các style khác giữ nguyên như bản trước của bạn */
.small-label[b-hwxayq8p6c] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
}

.custom-input[b-hwxayq8p6c] {
    border-radius: 12px;
    padding: 16px 20px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    width: 100%;
    font-size: 1rem;
}

