/* /Components/TemperatureControl.razor.rz.scp.css */
.card[b-uwzusowh91] {
    border: 1px solid #222222;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

    .card .card-header[b-uwzusowh91] {
        border-bottom: 1px solid #222222;
    }

.temperature-card[b-uwzusowh91] {
    max-width: 280px; /* Prevents excessive size on large screens */
    min-width: 180px; /* Ensures visibility on small screens */
    text-align: center;
    margin: 1em;
}
    .temperature-card .card-body[b-uwzusowh91] {
        position: relative;
        flex-grow: 1; /* Allows it to expand proportionally */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1.5em;
    }

.temperature-circle[b-uwzusowh91] {
    width: 60%; /* Circle scales properly with card */
    aspect-ratio: 1 / 1; /* Ensures a perfect circle */
    border-radius: 50%;
    background: var(--temp-gradient, #000066); /* Default color before Blazor sets it */
}

.temperature-value[b-uwzusowh91] {
    font-size: 1.5rem; /* Prevent infinite scaling */
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ljrbsm9s3c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ljrbsm9s3c] {
    flex: 1;
}

.sidebar[b-ljrbsm9s3c] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #03396c 70%);
}

.top-row[b-ljrbsm9s3c] {
    background-color: #EEF2F8;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 10;
}

    .top-row[b-ljrbsm9s3c]  a, .top-row[b-ljrbsm9s3c]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ljrbsm9s3c]  a:hover, .top-row[b-ljrbsm9s3c]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ljrbsm9s3c]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ljrbsm9s3c] {
        justify-content: space-between;
    }

    .top-row[b-ljrbsm9s3c]  a, .top-row[b-ljrbsm9s3c]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ljrbsm9s3c] {
        flex-direction: row;
    }

    .sidebar[b-ljrbsm9s3c] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ljrbsm9s3c] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row.auth[b-ljrbsm9s3c]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ljrbsm9s3c], article[b-ljrbsm9s3c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t4aqyddrum] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-t4aqyddrum] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-t4aqyddrum] {
    font-size: 1.1rem;
}

.bi[b-t4aqyddrum] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-t4aqyddrum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-t4aqyddrum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-t4aqyddrum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-display-nav-menu[b-t4aqyddrum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-display' viewBox='0 0 16 16'%3E%3Cpath d='M0 4s0-2 2-2h12s2 0 2 2v6s0 2-2 2h-4q0 1 .25 1.5H11a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1h.75Q6 13 6 12H2s-2 0-2-2zm1.398-.855a.76.76 0 0 0-.254.302A1.5 1.5 0 0 0 1 4.01V10c0 .325.078.502.145.602q.105.156.302.254a1.5 1.5 0 0 0 .538.143L2.01 11H14c.325 0 .502-.078.602-.145a.76.76 0 0 0 .254-.302 1.5 1.5 0 0 0 .143-.538L15 9.99V4c0-.325-.078-.502-.145-.602a.76.76 0 0 0-.302-.254A1.5 1.5 0 0 0 13.99 3H2c-.325 0-.502.078-.602.145'/%3E%3C/svg%3E");
}

.bi-triangle-nav-menu[b-t4aqyddrum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-exclamation-triangle' viewBox='0 0 16 16'%3E%3Cpath d='M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.15.15 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.2.2 0 0 1-.054.06.1.1 0 0 1-.066.017H1.146a.1.1 0 0 1-.066-.017.2.2 0 0 1-.054-.06.18.18 0 0 1 .002-.183L7.884 2.073a.15.15 0 0 1 .054-.057m1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767z'/%3E%3Cpath d='M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z'/%3E%3C/svg%3E");
}

.bi-speedometer2-nav-menu[b-t4aqyddrum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-speedometer2' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.39.39 0 0 0-.029-.518z'/%3E%3Cpath fill-rule='evenodd' d='M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A8 8 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3'/%3E%3C/svg%3E");
}

.nav-item[b-t4aqyddrum] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-t4aqyddrum] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t4aqyddrum] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t4aqyddrum]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-t4aqyddrum]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-t4aqyddrum]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-t4aqyddrum] {
        display: none;
    }

    .collapse[b-t4aqyddrum] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-t4aqyddrum] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.card[b-vnth58kajf] {
    border: 1px solid #222222;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
    .card .card-header[b-vnth58kajf] {
        border-bottom: 1px solid #222222;
    }

.adjust-temp-card[b-vnth58kajf] {
    max-width: 500px; /* Prevents excessive size on large screens */
    min-width: 180px; /* Ensures visibility on small screens */
    margin: 1em;
}

.slider-container[b-vnth58kajf] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

.slider-label[b-vnth58kajf] {
    width: 100px;  /* Adjust label width for proper alignment */
    text-align: right;
}

.slider-container input[b-vnth58kajf] {
    flex-grow: 1;  /* Allows slider to take up most of the space */
    max-width: 250px;
}

.slider-value[b-vnth58kajf] {
    width: 50px;  /* Ensures values remain aligned */
    text-align: left;
}
/* /Pages/Home.razor.rz.scp.css */
/* /Pages/Monitor.razor.rz.scp.css */
.console[b-6r3xdawv3k] {
    background-color: black;
    color: lime;
    font-family: monospace;
    padding: 1rem;
    overflow-y: auto;
    height: 75vh;
    border: 1px solid #ccc;
}

    .console div[b-6r3xdawv3k] {
        white-space: pre-wrap;
    }

.message-info[b-6r3xdawv3k] {
    background-color: rgba(0, 128, 255, 0.2); /* Light blue */
    padding: 5px;
    border-radius: 4px;
}

.message-warning[b-6r3xdawv3k] {
    background-color: rgba(255, 165, 0, 0.2); /* Light orange */
    padding: 5px;
    border-radius: 4px;
}

.message-error[b-6r3xdawv3k] {
    background-color: rgba(255, 0, 0, 0.2); /* Light red */
    padding: 5px;
    border-radius: 4px;
}

.message-critical[b-6r3xdawv3k] {
    background-color: rgba(128, 0, 128, 0.2); /* Light purple */
    padding: 5px;
    border-radius: 4px;
}

.message-timestamp[b-6r3xdawv3k] {
    font-size: 0.85rem;
    color: #666;
}

.message-item[b-6r3xdawv3k] {
    padding: 6px 0; /* Adds subtle spacing between messages */
    border-bottom: 1px solid rgba(200, 200, 200, 0.3); /* Light separator */
}

    .message-item:last-child[b-6r3xdawv3k] {
        border-bottom: none; /* Removes border from the last message */
    }


/* /Pages/Readings.razor.rz.scp.css */

.custom-select-width[b-i8h9qt27h2] {
    width: 30ch; /* Suitable width for ~50 characters */
    max-width: 100%; /* Ensure it doesn't overflow */
}

/* Media Query for Smaller Screens */
@media (max-width: 768px) {
    .custom-select-width[b-i8h9qt27h2] {
        width: 100%; /* Full width on smaller screens */
    }
}

@media (max-width: 480px) {
    .custom-select-width[b-i8h9qt27h2] {
        width: 100%; /* Mobile portrait view support */
    }
}
/* /Pages/Risk.razor.rz.scp.css */
.video-container[b-z74myi1sge] {
    position: relative;
    width: 100%; /* Full width of the parent */
    padding-top: 56.25%; /* Maintain aspect ratio: 16:9 */
    max-height: 500px; /* Set maximum height for the video container */
    margin: 0 auto; /* Optional: Center the container */
    overflow: hidden; /* Prevent content overflow */
}

    .video-container iframe[b-z74myi1sge] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; /* Scale width to container */
        height: 100%; /* Scale height proportionally */
        border: none; /* Remove border */
    }
