@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/APTDataCenterMon/Pages/Admin/Rooms.razor.rz.scp.css */
.admin-header[b-fe9epq2j76] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.room-card[b-fe9epq2j76] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    overflow: hidden;
    background: white;
}

    .room-card:hover[b-fe9epq2j76] {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

.room-header[b-fe9epq2j76] {
    background: linear-gradient(to right, #667eea, #764ba2);
    color: white;
    padding: 1.25rem 1.5rem;
    border-bottom: none;
}

.sensor-item[b-fe9epq2j76] {
    border: none;
    border-left: 4px solid #667eea;
    margin-bottom: 0.5rem;
    border-radius: 0 8px 8px 0;
    transition: all 0.2s ease;
    padding: 1rem;
}

    .sensor-item:hover[b-fe9epq2j76] {
        background-color: #f8f9ff;
        border-left-width: 6px;
        transform: translateX(5px);
    }

.sensor-icon[b-fe9epq2j76] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.1rem;
}

.sensor-temperature[b-fe9epq2j76] {
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    color: white;
}

.sensor-smoke[b-fe9epq2j76] {
    background: linear-gradient(135deg, #ff9e44, #ffb76d);
    color: white;
}

.sensor-power[b-fe9epq2j76] {
    background: linear-gradient(135deg, #1dd1a1, #2ecc71);
    color: white;
}



.sensor-default[b-fe9epq2j76] {
    background: linear-gradient(135deg, #54a0ff, #3498db);
    color: white;
}


.sensor-temperature[b-fe9epq2j76] {
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    color: white;
}

.sensor-smoke[b-fe9epq2j76] {
    background: linear-gradient(135deg, #ff9e44, #ffb76d);
    color: white;
}

.sensor-power[b-fe9epq2j76] {
    background: linear-gradient(135deg, #1dd1a1, #2ecc71);
    color: white;
}

.sensor-waterleak[b-fe9epq2j76] {
    background: linear-gradient(135deg, #00b4d8, #0077b6);
    color: white;
}

.sensor-doorstatus[b-fe9epq2j76] {
    background: linear-gradient(135deg, #9d4edd, #7b2cbf);
    color: white;
}

.sensor-default[b-fe9epq2j76] {
    background: linear-gradient(135deg, #54a0ff, #3498db);
    color: white;
}

.badge-temperature[b-fe9epq2j76] {
    background-color: #ff6b6b;
    color: white;
}

.badge-smoke[b-fe9epq2j76] {
    background-color: #ff9e44;
    color: white;
}

.badge-power[b-fe9epq2j76] {
    background-color: #1dd1a1;
    color: white;
}

.badge-waterleak[b-fe9epq2j76] {
    background-color: #00b4d8;
    color: white;
}

.badge-doorstatus[b-fe9epq2j76] {
    background-color: #9d4edd;
    color: white;
}

.badge-default[b-fe9epq2j76] {
    background-color: #54a0ff;
    color: white;
}



.btn-edit[b-fe9epq2j76] {
    background: linear-gradient(to right, #3498db, #2980b9);
    border: none;
    color: white;
    transition: all 0.3s ease;
    border-radius: 6px;
    padding: 0.375rem 0.75rem;
}

    .btn-edit:hover[b-fe9epq2j76] {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
    }

.btn-delete[b-fe9epq2j76] {
    background: linear-gradient(to right, #e74c3c, #c0392b);
    border: none;
    color: white;
    transition: all 0.3s ease;
    border-radius: 6px;
    padding: 0.375rem 0.75rem;
}

    .btn-delete:hover[b-fe9epq2j76] {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(231, 76, 60, 0.3);
    }

.btn-add[b-fe9epq2j76] {
    background: linear-gradient(to right, #9b59b6, #8e44ad);
    border: none;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 6px rgba(155, 89, 182, 0.2);
}

    .btn-add:hover[b-fe9epq2j76] {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(155, 89, 182, 0.3);
    }

.btn-add-sensor[b-fe9epq2j76] {
    background: linear-gradient(to right, #2ecc71, #27ae60);
    border: none;
    color: white;
    border-radius: 6px;
    padding: 0.375rem 0.75rem;
    transition: all 0.3s ease;
}

    .btn-add-sensor:hover[b-fe9epq2j76] {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(46, 204, 113, 0.3);
    }

.loading-spinner[b-fe9epq2j76] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    flex-direction: column;
}

.spinner[b-fe9epq2j76] {
    width: 3rem;
    height: 3rem;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin-b-fe9epq2j76 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-fe9epq2j76 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.empty-state[b-fe9epq2j76] {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
}

    .empty-state i[b-fe9epq2j76] {
        font-size: 4rem;
        margin-bottom: 1rem;
        opacity: 0.5;
    }

.sensor-identifier[b-fe9epq2j76] {
    font-family: 'Courier New', monospace;
    background-color: #f8f9fa;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #495057;
}

.action-buttons[b-fe9epq2j76] {
    display: flex;
    gap: 0.5rem;
}

/* Modal Styles */
.modal-overlay[b-fe9epq2j76] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.modal-content-custom[b-fe9epq2j76] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);


    overflow: hidden;
    animation: modalFadeIn-b-fe9epq2j76 0.3s ease-out;


    width: auto;
    margin: 1rem;
    max-width: 90vw;
    max-height: 95%;
/*    overflow-x: auto;*/
    overflow-y: auto;
    white-space: nowrap;
}

@keyframes modalFadeIn-b-fe9epq2j76 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header-custom[b-fe9epq2j76] {
    background: linear-gradient(to right, #667eea, #764ba2);
    color: white;
    padding: 1.25rem;
    border-bottom: none;
}

.modal-body-custom[b-fe9epq2j76] {
    padding-top: 1.5rem;
    padding-right: 8.5rem;
    padding-left: 1.5rem;
}

.modal-footer-custom[b-fe9epq2j76] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.form-control-custom[b-fe9epq2j76] {
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    padding: 0.75rem;
    transition: all 0.3s;
    margin-bottom: 1rem;
}

    .form-control-custom:focus[b-fe9epq2j76] {
        border-color: #667eea;
        box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    }

.btn-close-custom[b-fe9epq2j76] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: white;
    opacity: 0.8;
    transition: opacity 0.3s;
}

    .btn-close-custom:hover[b-fe9epq2j76] {
        opacity: 1;
    }

.sensor-type-badge[b-fe9epq2j76] {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-temperature[b-fe9epq2j76] {
    background-color: #ff6b6b;
    color: white;
}

.badge-smoke[b-fe9epq2j76] {
    background-color: #ff9e44;
    color: white;
}

.badge-power[b-fe9epq2j76] {
    background-color: #1dd1a1;
    color: white;
}

.badge-default[b-fe9epq2j76] {
    background-color: #54a0ff;
    color: white;
}

@media (max-width: 768px) {
    .action-buttons[b-fe9epq2j76] {
        flex-direction: column;
    }

    .sensor-item[b-fe9epq2j76] {
        flex-direction: column;
        align-items: flex-start;
    }

    .sensor-info[b-fe9epq2j76] {
        margin-bottom: 1rem;
        width: 100%;
    }


}


/* _content/APTDataCenterMon/Pages/ChunkRenderer.razor.rz.scp.css */
.chunk-loading[b-65cubduc4y] {
    text-align: center;
    padding: 10px;
    color: #999;
    font-size: 14px;
}
/* _content/APTDataCenterMon/Pages/Dashboard.razor.rz.scp.css */

:root[b-hzfzwb1orp] {
    --primary-color: #4361ee;
    --secondary-color: #3f37c9;
    --success-color: #4cc9f0;
    --warning-color: #f72585;
    --danger-color: #fb5607;
    --light-bg: #f8f9fa;
    --card-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --card-hover-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.bodyDash[b-hzfzwb1orp] {
    background-color: #f5f7fb;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 20px;
}

.dashboard-header[b-hzfzwb1orp] {
    background: linear-gradient(to right, #4361ee, #3f37c9);
    color: white;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.room-card[b-hzfzwb1orp] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    overflow: hidden;
    border: none;
}

    .room-card:hover[b-hzfzwb1orp] {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    }

.card-header[b-hzfzwb1orp] {
    background: linear-gradient(to right, #4361ee, #3f37c9);
    color: white;
    font-weight: 600;
    padding: 1rem 1.25rem;
    border-bottom: none;
}

.sensor-item[b-hzfzwb1orp] {
    text-align: center;
    padding: 1rem 0.5rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

    .sensor-item:hover[b-hzfzwb1orp] {
        background-color: rgba(67, 97, 238, 0.05);
    }

.sensor-icon[b-hzfzwb1orp] {
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
}

.sensor-value[b-hzfzwb1orp] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.sensor-name[b-hzfzwb1orp] {
    font-size: 0.85rem;
    color: #6c757d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.status-indicator[b-hzfzwb1orp] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.status-online[b-hzfzwb1orp] {
    background-color: #28a745;
}

.status-offline[b-hzfzwb1orp] {
    background-color: #dc3545;
}

.no-sensors[b-hzfzwb1orp] {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
    font-style: italic;
}

.dashboard-stats[b-hzfzwb1orp] {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.stat-item[b-hzfzwb1orp] {
    text-align: center;
    padding: 0.5rem;
}

.stat-value[b-hzfzwb1orp] {
    font-size: 2rem;
    font-weight: 700;
    color: #4361ee;
}

.stat-label[b-hzfzwb1orp] {
    font-size: 0.9rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .room-card[b-hzfzwb1orp] {
        margin-bottom: 1rem;
    }

    .sensor-item[b-hzfzwb1orp] {
        padding: 0.75rem 0.25rem;
    }

    .sensor-icon[b-hzfzwb1orp] {
        font-size: 1.5rem;
    }

    .sensor-value[b-hzfzwb1orp] {
        font-size: 1.1rem;
    }
}
/* _content/APTDataCenterMon/Pages/Dashboard3.razor.rz.scp.css */
.sensor-type-dashboard[b-vqtd88s579] {
    padding: 20px;
    background: #f5f7fa;
    min-height: 100vh;
}

/* Header */
.dashboard-header[b-vqtd88s579] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.header-content[b-vqtd88s579] {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .header-content i[b-vqtd88s579] {
        font-size: 2rem;
        color: #3498db;
        background: #e3f2fd;
        padding: 15px;
        border-radius: 10px;
    }

.header-text h1[b-vqtd88s579] {
    margin: 0;
    color: #2c3e50;
    font-size: 1.5rem;
}

.header-text p[b-vqtd88s579] {
    margin: 5px 0 0 0;
    color: #7f8c8d;
}

.header-stats[b-vqtd88s579] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.stat[b-vqtd88s579] {
    color: #5d6d7e;
    font-size: 0.9rem;
}

    .stat strong[b-vqtd88s579] {
        color: #2c3e50;
        font-size: 1.1rem;
    }

.connection-status[b-vqtd88s579] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #27ae60;
    font-weight: 500;
}

.status-dot[b-vqtd88s579] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

    .status-dot.online[b-vqtd88s579] {
        background: #27ae60;
        box-shadow: 0 0 6px #27ae60;
    }

/* Sensor Type Navigation */
.sensor-type-nav[b-vqtd88s579] {
    display: flex;
    gap: 1px;
    background: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.nav-item[b-vqtd88s579] {
    flex: 1;
    background: white;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    color: #5d6d7e;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

    .nav-item:hover[b-vqtd88s579] {
        background: #f8f9fa;
        color: #3498db;
    }

    .nav-item.disabled[b-vqtd88s579] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .nav-item i[b-vqtd88s579] {
        display: block;
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

.type-name[b-vqtd88s579] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.type-count[b-vqtd88s579] {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #2c3e50;
}

/* Sensor Type Sections */
.sensor-type-section[b-vqtd88s579] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 25px;
    overflow: hidden;
}

.section-header[b-vqtd88s579] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
}

    .section-header i[b-vqtd88s579] {
        font-size: 1.3rem;
        color: #3498db;
    }

    .section-header h2[b-vqtd88s579] {
        margin: 0;
        color: #2c3e50;
        font-size: 1.3rem;
    }

.section-count[b-vqtd88s579] {
    margin-left: auto;
    background: #3498db;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Sensors Grid */
.sensors-grid[b-vqtd88s579] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 0;
}

.sensor-card[b-vqtd88s579] {
    padding: 20px;
    border-bottom: 1px solid #f1f3f4;
    border-right: 1px solid #f1f3f4;
    transition: all 0.3s ease;
}

    .sensor-card:hover[b-vqtd88s579] {
        background: #f8f9fa;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    /* Temperature Sensor Cards */
    .sensor-card.temperature.normal[b-vqtd88s579] {
        border-left: 4px solid #27ae60;
    }

    .sensor-card.temperature.warning[b-vqtd88s579] {
        border-left: 4px solid #f39c12;
    }

    .sensor-card.temperature.critical[b-vqtd88s579] {
        border-left: 4px solid #e74c3c;
    }

    /* Door Sensor Cards */
    .sensor-card.door.open[b-vqtd88s579] {
        border-left: 4px solid #e74c3c;
        background: #fff5f5;
    }

    .sensor-card.door.closed[b-vqtd88s579] {
        border-left: 4px solid #27ae60;
        background: #f0fff4;
    }

    /* Power Sensor Cards */
    .sensor-card.power.on[b-vqtd88s579] {
        border-left: 4px solid #f39c12;
    }

    .sensor-card.power.off[b-vqtd88s579] {
        border-left: 4px solid #95a5a6;
        opacity: 0.7;
    }

    /* Smoke Sensor Cards */
    .sensor-card.smoke.detected[b-vqtd88s579] {
        border-left: 4px solid #e74c3c;
        background: #fff5f5;
        animation: pulse-b-vqtd88s579 2s infinite;
    }

    .sensor-card.smoke.normal[b-vqtd88s579] {
        border-left: 4px solid #27ae60;
    }

    /* Water Sensor Cards */
    .sensor-card.water.leak[b-vqtd88s579] {
        border-left: 4px solid #3498db;
        background: #f0f8ff;
    }

    .sensor-card.water.dry[b-vqtd88s579] {
        border-left: 4px solid #27ae60;
    }

    /* Motion Sensor Cards */
    .sensor-card.motion.motion[b-vqtd88s579] {
        border-left: 4px solid #9b59b6;
        background: #f8f0ff;
    }

    .sensor-card.motion.still[b-vqtd88s579] {
        border-left: 4px solid #95a5a6;
    }

/* Sensor Card Content */
.sensor-header[b-vqtd88s579] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.sensor-icon[b-vqtd88s579] {
    width: 40px;
    height: 40px;
    background: #e3f2fd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3498db;
    font-size: 1.1rem;
}

.sensor-info[b-vqtd88s579] {
    flex: 1;
}

.sensor-name[b-vqtd88s579] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 2px;
}

.sensor-room[b-vqtd88s579] {
    font-size: 0.8rem;
    color: #7f8c8d;
}

.sensor-type[b-vqtd88s579] {
    font-size: 0.7rem;
    color: #bdc3c7;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sensor-status[b-vqtd88s579] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

    .sensor-status.normal[b-vqtd88s579] {
        background: #27ae60;
    }

    .sensor-status.warning[b-vqtd88s579] {
        background: #f39c12;
    }

    .sensor-status.critical[b-vqtd88s579] {
        background: #e74c3c;
    }

    .sensor-status.active[b-vqtd88s579] {
        background: #27ae60;
    }

    .sensor-status.inactive[b-vqtd88s579] {
        background: #95a5a6;
    }

/* Temperature Values */
.sensor-values[b-vqtd88s579] {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.temp-value[b-vqtd88s579] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e74c3c;
}

.humidity-value[b-vqtd88s579] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #3498db;
    padding: 5px 10px;
    background: #e3f2fd;
    border-radius: 6px;
}

/* Status Badges */
.status-badge[b-vqtd88s579] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .status-badge.open[b-vqtd88s579] {
        background: #ffeaea;
        color: #e74c3c;
    }

    .status-badge.closed[b-vqtd88s579] {
        background: #e8f5e8;
        color: #27ae60;
    }

    .status-badge.on[b-vqtd88s579] {
        background: #fff3e0;
        color: #f39c12;
    }

    .status-badge.off[b-vqtd88s579] {
        background: #f5f5f5;
        color: #95a5a6;
    }

    .status-badge.detected[b-vqtd88s579] {
        background: #ffeaea;
        color: #e74c3c;
    }

    .status-badge.normal[b-vqtd88s579] {
        background: #e8f5e8;
        color: #27ae60;
    }

    .status-badge.leak[b-vqtd88s579] {
        background: #e3f2fd;
        color: #3498db;
    }

    .status-badge.dry[b-vqtd88s579] {
        background: #e8f5e8;
        color: #27ae60;
    }

    .status-badge.motion[b-vqtd88s579] {
        background: #f3e8fd;
        color: #9b59b6;
    }

    .status-badge.still[b-vqtd88s579] {
        background: #f5f5f5;
        color: #95a5a6;
    }

/* Sensor Value Display */
.sensor-value[b-vqtd88s579] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
}

/* Sensor Footer */
.sensor-footer[b-vqtd88s579] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    color: #95a5a6;
}

/* Animations */
@keyframes pulse-b-vqtd88s579 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .sensor-type-nav[b-vqtd88s579] {
        flex-wrap: wrap;
    }

    .nav-item[b-vqtd88s579] {
        flex: 1 1 calc(50% - 1px);
    }

    .sensors-grid[b-vqtd88s579] {
        grid-template-columns: 1fr;
    }

    .header-content[b-vqtd88s579] {
        flex-direction: column;
        text-align: center;
    }

    .header-stats[b-vqtd88s579] {
        margin-left: 0;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .nav-item[b-vqtd88s579] {
        flex: 1 1 100%;
    }

    .sensor-values[b-vqtd88s579] {
        flex-direction: column;
        gap: 10px;
    }
}
/* _content/APTDataCenterMon/Pages/Dashboard4.razor.rz.scp.css */
.sensor-type-dashboard[b-lscepgyehm] {
    padding: 20px;
    background: #f5f7fa;
    min-height: 100vh;
}

/* Header */
.dashboard-header[b-lscepgyehm] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.header-content[b-lscepgyehm] {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .header-content i[b-lscepgyehm] {
        font-size: 2rem;
        color: #3498db;
        background: #e3f2fd;
        padding: 15px;
        border-radius: 10px;
    }

.header-text h1[b-lscepgyehm] {
    margin: 0;
    color: #2c3e50;
    font-size: 1.5rem;
}

.header-text p[b-lscepgyehm] {
    margin: 5px 0 0 0;
    color: #7f8c8d;
}

.header-stats[b-lscepgyehm] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.stat[b-lscepgyehm] {
    color: #5d6d7e;
    font-size: 0.9rem;
}

    .stat strong[b-lscepgyehm] {
        color: #2c3e50;
        font-size: 1.1rem;
    }

.connection-status[b-lscepgyehm] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #27ae60;
    font-weight: 500;
}

.status-dot[b-lscepgyehm] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

    .status-dot.online[b-lscepgyehm] {
        background: #27ae60;
        box-shadow: 0 0 6px #27ae60;
    }

/* Sensor Type Cards */
.sensor-type-cards[b-lscepgyehm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
}

.sensor-type-card[b-lscepgyehm] {
    background: white;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

    .sensor-type-card:hover[b-lscepgyehm] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        border-color: #3498db;
    }

    .sensor-type-card.selected[b-lscepgyehm] {
        border-color: #3498db;
        background: #f0f8ff;
    }

    .sensor-type-card.has-alerts[b-lscepgyehm] {
        border-color: #e74c3c;
        background: #fff5f5;
        animation: pulse-alert-b-lscepgyehm 2s infinite;
    }

.sensor-type-icon[b-lscepgyehm] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    font-size: 1.5rem;
    color: white;
}

    .sensor-type-icon.temperature[b-lscepgyehm] {
        background: #e74c3c;
    }

    .sensor-type-icon.doorstatus[b-lscepgyehm] {
        background: #3498db;
    }

    .sensor-type-icon.power[b-lscepgyehm] {
        background: #f39c12;
    }

    .sensor-type-icon.smoke[b-lscepgyehm] {
        background: #e67e22;
    }

    .sensor-type-icon.water[b-lscepgyehm] {
        background: #2980b9;
    }

    .sensor-type-icon.motion[b-lscepgyehm] {
        background: #9b59b6;
    }

    .sensor-type-icon.humidity[b-lscepgyehm] {
        background: #27ae60;
    }

    .sensor-type-icon.default[b-lscepgyehm] {
        background: #95a5a6;
    }

    .sensor-type-icon.offline-color[b-lscepgyehm] {
        background: #0f1515;
    }

    .sensor-type-icon.security[b-lscepgyehm] {
        background: #681717;
    }

    .sensor-type-icon.alert[b-lscepgyehm] {
        background: #e74c3c;
        animation: pulse-b-lscepgyehm 1.5s infinite;
    }

.alert-indicator[b-lscepgyehm] {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: #e74c3c;
    border: 3px solid white;
    border-radius: 50%;
    animation: blink-b-lscepgyehm 1s infinite;
}

.sensor-type-info[b-lscepgyehm] {
    text-align: left;
}

.sensor-type-name[b-lscepgyehm] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.sensor-type-stats[b-lscepgyehm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sensor-count[b-lscepgyehm] {
    font-size: 0.85rem;
    color: #7f8c8d;
}

.alert-count[b-lscepgyehm] {
    font-size: 0.75rem;
    background: #e74c3c;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 600;
}

/* Selected Sensor Section */
.selected-sensor-section[b-lscepgyehm] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
}

.section-header[b-lscepgyehm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
}

.section-title[b-lscepgyehm] {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .section-title i[b-lscepgyehm] {
        font-size: 1.5rem;
        color: #3498db;
    }

    .section-title h2[b-lscepgyehm] {
        margin: 0;
        color: #2c3e50;
        font-size: 1.4rem;
    }

.section-badge[b-lscepgyehm] {
    background: #3498db;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

    .section-badge.has-alerts[b-lscepgyehm] {
        background: #e74c3c;
    }

.alert-badge[b-lscepgyehm] {
    background: rgba(255,255,255,0.3);
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 5px;
    font-size: 0.7rem;
}

.btn-close[b-lscepgyehm] {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #7f8c8d;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.2s;
}

    .btn-close:hover[b-lscepgyehm] {
        background: #e9ecef;
        color: #e74c3c;
    }

/* Rooms Grid */
.rooms-grid[b-lscepgyehm] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 0;
}

.room-card[b-lscepgyehm] {
    padding: 20px;
    border-bottom: 1px solid #f1f3f4;
    border-right: 1px solid #f1f3f4;
    transition: all 0.3s ease;
}

    .room-card:hover[b-lscepgyehm] {
        background: #f8f9fa;
    }

.room-card-header[b-lscepgyehm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ecf0f1;
}

.room-name[b-lscepgyehm] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 1.1rem;
    color: #2c3e50;
    cursor: pointer;
    transition: color 0.2s;
}

    .room-name:hover[b-lscepgyehm] {
        color: #3498db;
    }

    .room-name i[b-lscepgyehm] {
        color: #3498db;
        font-size: 0.9rem;
    }

.room-status[b-lscepgyehm] {
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

    .room-status.normal[b-lscepgyehm] {
        background: #d5f4e6;
        color: #27ae60;
    }

    .room-status.alert[b-lscepgyehm] {
        background: #fdeaea;
        color: #e74c3c;
    }

    .room-status.warning[b-lscepgyehm] {
        background: #fef5e7;
        color: #f39c12;
    }

/* Sensor Details */
.sensor-details[b-lscepgyehm] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sensor-detail[b-lscepgyehm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #27ae60;
    transition: all 0.2s;
}

    .sensor-detail.alert[b-lscepgyehm] {
        border-left-color: #e74c3c;
        background: #fff5f5;
        animation: pulse-alert-b-lscepgyehm 2s infinite;
    }

    .sensor-detail:hover[b-lscepgyehm] {
        transform: translateX(2px);
    }

.sensor-info[b-lscepgyehm] {
    flex: 1;
}

.sensor-name[b-lscepgyehm] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 2px;
}

.sensor-value[b-lscepgyehm] {
    font-size: 0.9rem;
    color: #7f8c8d;
}

.sensor-meta[b-lscepgyehm] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sensor-time[b-lscepgyehm] {
    font-size: 0.75rem;
    color: #95a5a6;
    display: flex;
    align-items: center;
    gap: 4px;
}

.sensor-status[b-lscepgyehm] {
    font-size: 1rem;
}

    .sensor-status.normal[b-lscepgyehm] {
        color: #27ae60;
    }

    .sensor-status.alert[b-lscepgyehm] {
        color: #e74c3c;
    }

/* Default Overview */
.default-overview[b-lscepgyehm] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 25px;
}

.overview-header[b-lscepgyehm] {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ecf0f1;
}

    .overview-header h2[b-lscepgyehm] {
        margin: 0;
        color: #2c3e50;
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        gap: 10px;
    }

.overview-stats[b-lscepgyehm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.overview-stat[b-lscepgyehm] {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 2px solid transparent;
}

    .overview-stat:hover[b-lscepgyehm] {
        border-color: #3498db;
    }

.stat-value[b-lscepgyehm] {
    font-size: 2rem;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 5px;
}

    .stat-value.has-alerts[b-lscepgyehm] {
        color: #e74c3c;
        animation: pulse-b-lscepgyehm 2s infinite;
    }

    .stat-value.has-warning[b-lscepgyehm] {
        color: #f39c12;
    }

.stat-label[b-lscepgyehm] {
    font-size: 0.9rem;
    color: #7f8c8d;
    font-weight: 500;
}

/* Recent Alerts */
.recent-alerts[b-lscepgyehm] {
    margin-top: 30px;
}

    .recent-alerts h3[b-lscepgyehm] {
        margin: 0 0 15px 0;
        color: #2c3e50;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        gap: 8px;
    }

.alerts-list[b-lscepgyehm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.alert-item[b-lscepgyehm] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: #fff5f5;
    border-radius: 8px;
    border-left: 4px solid #e74c3c;
    transition: all 0.2s;
}

    .alert-item:hover[b-lscepgyehm] {
        transform: translateX(2px);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

.alert-icon[b-lscepgyehm] {
    width: 35px;
    height: 35px;
    background: #e74c3c;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
}

.alert-details[b-lscepgyehm] {
    flex: 1;
}

.alert-message[b-lscepgyehm] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 2px;
}

.alert-meta[b-lscepgyehm] {
    display: flex;
    gap: 15px;
    font-size: 0.75rem;
    color: #7f8c8d;
}

.alert-room[b-lscepgyehm] {
    font-weight: 500;
}

/* Animations */
@keyframes pulse-b-lscepgyehm {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulse-alert-b-lscepgyehm {
    0% {
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(231, 76, 60, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
    }
}

@keyframes blink-b-lscepgyehm {
    0%, 50% {
        opacity: 1;
    }

    51%, 100% {
        opacity: 0;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .sensor-type-cards[b-lscepgyehm] {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .rooms-grid[b-lscepgyehm] {
        grid-template-columns: 1fr;
    }

    .header-content[b-lscepgyehm] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .header-stats[b-lscepgyehm] {
        margin-left: 0;
        justify-content: center;
    }

    .section-header[b-lscepgyehm] {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .sensor-detail[b-lscepgyehm] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .sensor-meta[b-lscepgyehm] {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 480px) {
    .sensor-type-cards[b-lscepgyehm] {
        grid-template-columns: 1fr 1fr;
    }

    .overview-stats[b-lscepgyehm] {
        grid-template-columns: 1fr 1fr;
    }
}





.loading-overlay[b-lscepgyehm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(2px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn-b-lscepgyehm .2s ease-out;
}

.loading-dialog[b-lscepgyehm] {
    background: white;
    padding: 25px 40px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
    text-align: center;
}

.spinner[b-lscepgyehm] {
    width: 40px;
    height: 40px;
    border: 5px solid #ddd;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin-b-lscepgyehm 0.7s linear infinite;
    margin: 0 auto 10px auto;
}

@keyframes spin-b-lscepgyehm {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn-b-lscepgyehm {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}








.status-filter[b-lscepgyehm] {
    display: flex;
    gap: 15px;
    margin-left: auto;
    align-items: center;
    padding: 0 15px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.form-check-inline[b-lscepgyehm] {
    margin-right: 0;
}

.form-check-input[b-lscepgyehm] {
    cursor: pointer;
}

.form-check-label[b-lscepgyehm] {
    cursor: pointer;
    font-weight: 500;
    color: #495057;
}

.form-check-input:checked[b-lscepgyehm] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input#filterAlert:checked[b-lscepgyehm] {
    background-color: #dc3545;
    border-color: #dc3545;
}

.form-check-input#filterWarning:checked[b-lscepgyehm] {
    background-color: #ffc107;
    border-color: #ffc107;
}

.section-header[b-lscepgyehm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title[b-lscepgyehm] {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* _content/APTDataCenterMon/Pages/LoginPage.razor.rz.scp.css */

.bodyLogin[b-1fkvrxi05d] {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
    color: #2d3748;
}

.login-container[b-1fkvrxi05d] {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    max-width: 450px;
    position: relative;
}

.login-header[b-1fkvrxi05d] {
    background: linear-gradient(to right, #6c63ff, #4a44b5);
    color: white;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .login-header[b-1fkvrxi05d]::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    }

    .login-header h2[b-1fkvrxi05d] {
        margin: 0;
        font-weight: 600;
        position: relative;
        z-index: 1;
    }

    .login-header p[b-1fkvrxi05d] {
        margin: 10px 0 0;
        opacity: 0.9;
        position: relative;
        z-index: 1;
    }

.login-body[b-1fkvrxi05d] {
    padding: 30px;
}

.form-group[b-1fkvrxi05d] {
    margin-bottom: 20px;
    position: relative;
}

.form-control[b-1fkvrxi05d] {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 16px;
    transition: all 0.3s;
    background-color: #f8f9fa;
}

    .form-control:focus[b-1fkvrxi05d] {
        border-color: #6c63ff;
        box-shadow: 0 0 0 0.2rem rgba(108, 99, 255, 0.25);
        background-color: white;
    }

.form-label[b-1fkvrxi05d] {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #718096;
    transition: all 0.3s;
    pointer-events: none;
    background-color: #f8f9fa;
    padding: 0 5px;
}

.form-control:focus + .form-label[b-1fkvrxi05d],
.form-control:not(:placeholder-shown) + .form-label[b-1fkvrxi05d] {
    top: -10px;
    font-size: 12px;
    color: #6c63ff;
    background-color: white;
}

.btn-login[b-1fkvrxi05d] {
    background: linear-gradient(to right, #6c63ff, #4a44b5);
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

    .btn-login:hover[b-1fkvrxi05d] {
        transform: translateY(-3px);
        box-shadow: 0 7px 14px rgba(108, 99, 255, 0.4);
    }

    .btn-login:active[b-1fkvrxi05d] {
        transform: translateY(0);
    }

.login-footer[b-1fkvrxi05d] {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #e2e8f0;
    background-color: #f8f9fa;
}

    .login-footer a[b-1fkvrxi05d] {
        color: #6c63ff;
        text-decoration: none;
        transition: color 0.3s;
    }

        .login-footer a:hover[b-1fkvrxi05d] {
            color: #4a44b5;
        }

.social-login[b-1fkvrxi05d] {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.social-btn[b-1fkvrxi05d] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s;
}

    .social-btn:hover[b-1fkvrxi05d] {
        transform: translateY(-3px);
    }

.social-google[b-1fkvrxi05d] {
    background-color: #db4437;
}

.social-facebook[b-1fkvrxi05d] {
    background-color: #4267B2;
}

.social-twitter[b-1fkvrxi05d] {
    background-color: #1DA1F2;
}

.decoration[b-1fkvrxi05d] {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(108, 99, 255, 0.1);
    z-index: 0;
}

.decoration-1[b-1fkvrxi05d] {
    top: -75px;
    left: -75px;
}

.decoration-2[b-1fkvrxi05d] {
    bottom: -75px;
    right: -75px;
}

@@media (max-width: 576px) {
    .login-container[b-1fkvrxi05d] {
        border-radius: 10px;
    }

    .login-body[b-1fkvrxi05d] {
        padding: 20px;
    }
}

/* _content/APTDataCenterMon/Pages/loginUser.cshtml.rz.scp.css */

.bodyLogin[b-kw1fkttg7y] {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
    color: #2d3748;
}

.login-container[b-kw1fkttg7y] {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    max-width: 450px;
    position: relative;
}

.login-header[b-kw1fkttg7y] {
    background: linear-gradient(to right, #6c63ff, #4a44b5);
    color: white;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .login-header[b-kw1fkttg7y]::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    }

    .login-header h2[b-kw1fkttg7y] {
        margin: 0;
        font-weight: 600;
        position: relative;
        z-index: 1;
    }

    .login-header p[b-kw1fkttg7y] {
        margin: 10px 0 0;
        opacity: 0.9;
        position: relative;
        z-index: 1;
    }

.login-body[b-kw1fkttg7y] {
    padding: 30px;
}

.form-group[b-kw1fkttg7y] {
    margin-bottom: 20px;
    position: relative;
}

.form-control[b-kw1fkttg7y] {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 16px;
    transition: all 0.3s;
    background-color: #f8f9fa;
}

    .form-control:focus[b-kw1fkttg7y] {
        border-color: #6c63ff;
        box-shadow: 0 0 0 0.2rem rgba(108, 99, 255, 0.25);
        background-color: white;
    }

.form-label[b-kw1fkttg7y] {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #718096;
    transition: all 0.3s;
    pointer-events: none;
    background-color: #f8f9fa;
    padding: 0 5px;
}

.form-control:focus + .form-label[b-kw1fkttg7y],
.form-control:not(:placeholder-shown) + .form-label[b-kw1fkttg7y] {
    top: -10px;
    font-size: 12px;
    color: #6c63ff;
    background-color: white;
}

.btn-login[b-kw1fkttg7y] {
    background: linear-gradient(to right, #6c63ff, #4a44b5);
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

    .btn-login:hover[b-kw1fkttg7y] {
        transform: translateY(-3px);
        box-shadow: 0 7px 14px rgba(108, 99, 255, 0.4);
    }

    .btn-login:active[b-kw1fkttg7y] {
        transform: translateY(0);
    }

.login-footer[b-kw1fkttg7y] {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #e2e8f0;
    background-color: #f8f9fa;
}

    .login-footer a[b-kw1fkttg7y] {
        color: #6c63ff;
        text-decoration: none;
        transition: color 0.3s;
    }

        .login-footer a:hover[b-kw1fkttg7y] {
            color: #4a44b5;
        }

.social-login[b-kw1fkttg7y] {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.social-btn[b-kw1fkttg7y] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s;
}

    .social-btn:hover[b-kw1fkttg7y] {
        transform: translateY(-3px);
    }

.social-google[b-kw1fkttg7y] {
    background-color: #db4437;
}

.social-facebook[b-kw1fkttg7y] {
    background-color: #4267B2;
}

.social-twitter[b-kw1fkttg7y] {
    background-color: #1DA1F2;
}

.decoration[b-kw1fkttg7y] {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(108, 99, 255, 0.1);
    z-index: 0;
}

.decoration-1[b-kw1fkttg7y] {
    top: -75px;
    left: -75px;
}

.decoration-2[b-kw1fkttg7y] {
    bottom: -75px;
    right: -75px;
}

@@media (max-width: 576px) {
    .login-container[b-kw1fkttg7y] {
        border-radius: 10px;
    }

    .login-body[b-kw1fkttg7y] {
        padding: 20px;
    }
}
/* _content/APTDataCenterMon/Pages/RoomsDashboard.razor.rz.scp.css */
.table-danger[b-yw6fry7p6i] {
    animation: pulse-b-yw6fry7p6i 1.2s infinite;
}

@keyframes pulse-b-yw6fry7p6i {
    0% {
        background-color: #ffcccc;
    }

    50% {
        background-color: #ffe5e5;
    }

    100% {
        background-color: #ffcccc;
    }
}
/* _content/APTDataCenterMon/Pages/SerachPage.razor.rz.scp.css */
.loading-overlay[b-fp6q6lxmfj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease-in-out;
}
/* _content/APTDataCenterMon/Shared/MainLayout.razor.rz.scp.css */
.page[b-ex22jv5cyw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ex22jv5cyw] {
    flex: 1;
}

.sidebar[b-ex22jv5cyw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ex22jv5cyw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ex22jv5cyw]  a, .top-row .btn-link[b-ex22jv5cyw] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ex22jv5cyw] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ex22jv5cyw] {
        display: none;
    }

    .top-row.auth[b-ex22jv5cyw] {
        justify-content: space-between;
    }

    .top-row a[b-ex22jv5cyw], .top-row .btn-link[b-ex22jv5cyw] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ex22jv5cyw] {
        flex-direction: row;
    }

    .sidebar[b-ex22jv5cyw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ex22jv5cyw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ex22jv5cyw], article[b-ex22jv5cyw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/APTDataCenterMon/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rj2agtnf4n] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rj2agtnf4n] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rj2agtnf4n] {
    font-size: 1.1rem;
}

.oi[b-rj2agtnf4n] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-rj2agtnf4n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rj2agtnf4n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rj2agtnf4n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rj2agtnf4n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-rj2agtnf4n]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-rj2agtnf4n]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rj2agtnf4n] {
        display: none;
    }

    .collapse[b-rj2agtnf4n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-rj2agtnf4n] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
