@import '_content/EPRI.BlazorUiFramework/EPRI.BlazorUiFramework.w5z6bilt18.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.main-container[b-2j34s36qzm] {
    display: flex;
    min-height: 100vh;
}

.sidebar[b-2j34s36qzm] {
    border-right: 1px solid #dee2e6;
    transition: width 0.3s;
}
/* /Layout/SplashScreen.razor.rz.scp.css */
.splash-screen-overlay[b-tpq8u26qss] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.splash-screen-window[b-tpq8u26qss] {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    max-width: 1000px;
    width: 90%;
    max-height: 90vh; /* Limit height to 90% of viewport */
    overflow-y: auto; /* Enable vertical scrolling */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center; /* Center all content including logo and buttons */
}

.splash-screen-button[b-tpq8u26qss] {
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
/* /Pages/CompanyRecords.razor.rz.scp.css */
.header-container[b-tgyz1t339k] {
    display: flex;
    justify-content: center; /* Center horizontally */
}

.container[b-tgyz1t339k] {
    display: flex;
    flex-direction: row;
    min-width: 1200px;
}

.left-section[b-tgyz1t339k] {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
}

.right-section[b-tgyz1t339k] {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
    padding-left: 20px;
}
/* /Pages/MeasurementForm.razor.rz.scp.css */
.header-container[b-biebjwqiav] {
    display: flex;
    justify-content: center; /* Center horizontally */
}

.container[b-biebjwqiav] {
    display: flex;
    flex-direction: row;
    min-width: 1200px;
}

.bend-container[b-biebjwqiav] {
    display: flex;
}

.top-bar[b-biebjwqiav] {
    position: fixed;
    top: 65px;
    right: 0;
    width: 150px;
    background-color: #1976D2; /* Match the title bar color */
    padding: 0.5rem 0; /* Add padding to the top and bottom */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 1000; /* Ensure the top bar is on top of everything */
}

.btn-outline-white[b-biebjwqiav] {
    color: white;
    border: 1px solid white;
    background-color: transparent;
    width: 65px;
    margin-right: 10px;
    padding: 0.25rem 0.5rem; /* Adjust padding to make buttons more rectangular */
    height: auto;
}

    .btn-outline-white:hover[b-biebjwqiav] {
        color: #007bff;
        background-color: white;
        border-color: white;
    }

.left-section[b-biebjwqiav] {
    flex-basis: 55%;
    flex-grow: 1;
    flex-shrink: 0;
}

.right-section[b-biebjwqiav] {
    flex-basis: 45%;
    flex-grow: 1;
    flex-shrink: 0;
    padding-left: 20px;
}

.left-section-40[b-biebjwqiav] {
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 0;
}

.right-section-60[b-biebjwqiav] {
    flex-basis: 60%;
    flex-grow: 1;
    flex-shrink: 0;
    padding-left: 20px;
}

.form-group-left[b-biebjwqiav] {
    padding-left: 10px;
    padding-bottom: 10px;
}

.form-group-right[b-biebjwqiav] {
    padding-right: 10px;
    padding-bottom: 10px;
}

.form-group-left-right[b-biebjwqiav] {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.area-heading[b-biebjwqiav] {
    padding-top: 5px;
    padding-bottom: 5px;
}

input.form-control[b-biebjwqiav] {
    border-color: #000; /* Darker border color */
}

    input.form-control[b-biebjwqiav]::placeholder {
        color: #aaa; /* Lighter placeholder text */
    }

select.form-control[b-biebjwqiav] {
    border-color: #000; /* Darker border color */
}

label[b-biebjwqiav] {
    font-weight: bold; /* Bold labels */
}

.toggle-button[b-biebjwqiav] {
    position: absolute;
    top: 5px;
    left: 5px;
    background: blue;
    color: white;
    font-size: 1em;
    border: none;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.minimized[b-biebjwqiav] {
    display: none;
}

.custom-spacing > .col[b-biebjwqiav] {
    margin-left: 2px;
    margin-right: 2px;
}

.border[b-biebjwqiav] {
    display: flex;
    flex-direction: column;
}

@media (max-width: 640.98px) {
    .top-bar[b-biebjwqiav] {
        top: 100px;
    }
}

@media (min-width: 641px) and (max-width: 767.98px) {
    .top-bar[b-biebjwqiav] {
        top: 75px;
    }
}

@media (max-width: 1000px) {
    .top-bar[b-biebjwqiav] {
        top: 65px;
    }
}
/* /Pages/Reports.razor.rz.scp.css */
.container[b-0flbg1gtxv] {
    display: flex;
    flex-direction: row;
    min-width: 1200px;
}

.left-section[b-0flbg1gtxv] {
    flex-basis: 28%;
    flex-grow: 1;
    flex-shrink: 0;
}

.right-section[b-0flbg1gtxv] {
    flex-basis: 72%;
    flex-grow: 1;
    flex-shrink: 0;
}

.area-heading[b-0flbg1gtxv] {
    padding-top: 5px;
    padding-left: 10px;
    font-weight: bold;
}

.minimized[b-0flbg1gtxv] {
    display: none;
}

.report-content[b-0flbg1gtxv] {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-tabs .nav-link.active[b-0flbg1gtxv] {
    background-color: #1976D2; /* Blue background */
    color: white; /* White text */
    border-color: #1976D2; /* Match border color */
}

.nav-tabs .nav-link[b-0flbg1gtxv] {
    color: #007bff; /* Default text color for inactive tabs */
    border: 1px solid transparent; /* Default border */
}

    .nav-tabs .nav-link:hover[b-0flbg1gtxv] {
        background-color: #e9ecef; /* Light gray background on hover */
        color: #0056b3; /* Darker blue text on hover */
    }
/* /Pages/Settings.razor.rz.scp.css */
.image-container[b-ia9wpipism] {
    width: 220px; /* Slightly larger than the image width */
    height: 260px; /* Slightly larger than the image height */
    border: 1px solid #ccc; /* Optional: Add a border for better visibility */
    border-radius: 8px; /* Optional: Add rounded corners */
    background-color: #f8f9fa; /* Optional: Light background for contrast */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
}

    .image-container img[b-ia9wpipism] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; /* Ensures the image fits within the container */
    }

.always-light[b-ia9wpipism] {
    color: #000 !important; /* Ensure text is always black */
    background-color: #fff !important; /* Ensure background is always white */
    border-color: #ccc !important; /* Ensure borders are light */
}

    .always-light input[type="radio"][b-ia9wpipism] {
        accent-color: #007bff; /* Optional: Use a specific color for the radio button */
    }

    .always-light label[b-ia9wpipism] {
        font-weight: bold; /* Optional: Make the label text bold for better visibility */
    }
