/* /Controls/Generic/TimelineComponent.razor.rz.scp.css */
/* Outer container for scrolling */
.timeline-container[b-85uguv1yr5] {
	overflow-x: auto; /* Allow horizontal scrolling if needed */
	width: 100%; /* Full width of the container */
	position: relative;
	padding: 20px 0;
}

/* Main timeline */
.timeline[b-85uguv1yr5] {
	position: relative;
	width: 100%; /* Full width of the timeline */
	height: auto; /* Adjust height as needed */
	display: flex;
}

/* Timeline item */
.timeline-item[b-85uguv1yr5] {
	position: relative; /* Use absolute positioning for precise alignment */
	text-align: center; /* Center text and icon */
	min-width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Icon wrapper */
.timeline-icon-wrapper[b-85uguv1yr5] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px; /* Fixed height for consistent icon placement */
	width: 40px;
	z-index: 0;
}

/* Base icon styling */
.timeline-icon[b-85uguv1yr5] {
	font-size: 24px; /* Adjust size of the icon */
}

/* Specific colors */
.timeline-icon-blue[b-85uguv1yr5] {
	color: #0088c6;
}

.timeline-icon-green[b-85uguv1yr5] {
	color: #198754;
}

/* Line between icons */
.timeline-line[b-85uguv1yr5] {
	margin-top: 20px;
	height: 1px;
	background-color: #0088c6;
	z-index: 1;
}

/* Text below the icon */
.category-name[b-85uguv1yr5] {
	margin-top: 10px; /* Space between the icon and text */
	font-size: 0.9rem;
	color: #000;
	word-wrap: break-word; /* Allow text wrapping */
}
/* /Controls/Management/HeadlineVORReportDisplay.razor.rz.scp.css */
/* Adds border between table columns  */
.center-rows td:nth-child(2)[b-uswzk7791f],
.center-rows td:nth-child(3)[b-uswzk7791f] {
	text-align: center;
}

.border-first td:nth-child(1)[b-uswzk7791f] {
	border-right: 1px solid black;
}

.border-rows td:nth-child(1)[b-uswzk7791f],
.border-rows td:nth-child(2)[b-uswzk7791f] {
	border-right: 1px solid black;
}

.full-height-table[b-uswzk7791f] {
	width: 100%;
	table-layout: fixed; /* Ensures table rows have consistent size */
}

	.full-height-table td[b-uswzk7791f] {
		height: 100%; /* Ensure td takes full height */
		vertical-align: top; /* Align the content at the top of td */
	}

.full-height-div[b-uswzk7791f] {
	height: 100%; /* Set div to 100% height of td */
	display: flex; /* Optional: Use flexbox to align content inside div */
	align-items: center; /* Vertically center content */
	justify-content: center; /* Horizontally center content */
}

.vertical-border[b-uswzk7791f] {
	width: 1px; /* Thickness of the border */
	height: 2em; /* Height of the vertical line (adjust as needed) */
	background-color: black; /* Color of the border */
}

.date-time-container[b-uswzk7791f] {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem; /* Spacing between the date, border, and time */
}
/* /Controls/Management/HeadlineVORWorkshopStatusDisplay.razor.rz.scp.css */
tbody td[b-ghpu5tcz00], tbody th[b-ghpu5tcz00] {
	border: 1px solid black;
	padding: 3px;
}

thead th[b-ghpu5tcz00] {
	border: none;
}

/* Apply styles to all columns except the first */
.custom-table th:not(:first-child)[b-ghpu5tcz00],
.custom-table td:not(:first-child)[b-ghpu5tcz00] {
	text-align: center;
}
/* /Controls/UI/MainLayout.razor.rz.scp.css */
.page[b-uqcz2y6cde] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uqcz2y6cde] {
    flex: 1;
}

.top-row[b-uqcz2y6cde] {
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
	height: 3.5rem;
	display: flex;
	align-items: center;
	padding-left: 0.3rem;
	background-color: #f4f4f4;
}

    .top-row[b-uqcz2y6cde]  a, .top-row[b-uqcz2y6cde]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-uqcz2y6cde]  a:hover, .top-row[b-uqcz2y6cde]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-uqcz2y6cde]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-uqcz2y6cde] {
        display: none;
    }

    .top-row.auth[b-uqcz2y6cde] {
        justify-content: space-between;
    }

    .top-row[b-uqcz2y6cde]  a, .top-row[b-uqcz2y6cde]  .btn-link {
        margin-left: 0;
    }

    .article[b-uqcz2y6cde] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .top-row[b-uqcz2y6cde] {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 641px) {
    .page[b-uqcz2y6cde] {
        flex-direction: row;
    }

    .sidebar[b-uqcz2y6cde] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uqcz2y6cde] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-uqcz2y6cde]  div {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-uqcz2y6cde], article[b-uqcz2y6cde] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Controls/UI/NoMenuLayout.razor.rz.scp.css */
.page[b-057z7ist64] {
	position: relative;
	display: flex;
	flex-direction: column;
}

main[b-057z7ist64] {
	flex: 1;
}


.top-row[b-057z7ist64] {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
	height: 3.5rem;
	display: flex;
	align-items: center;
}

	.top-row[b-057z7ist64]  a, .top-row[b-057z7ist64]  .btn-link {
		white-space: nowrap;
		margin-left: 1.5rem;
		text-decoration: none;
	}

	.top-row[b-057z7ist64]  a:hover, .top-row[b-057z7ist64]  .btn-link:hover {
		text-decoration: underline;
	}

	.top-row[b-057z7ist64]  a:first-child {
		overflow: hidden;
		text-overflow: ellipsis;
	}

@media (max-width: 640.98px) {
	.top-row:not(.auth)[b-057z7ist64] {
		display: none;
	}

	.top-row.auth[b-057z7ist64] {
		justify-content: space-between;
	}

	.top-row[b-057z7ist64]  a, .top-row[b-057z7ist64]  .btn-link {
		margin-left: 0;
	}
}

@media (min-width: 641px) {
	.page[b-057z7ist64] {
		flex-direction: row;
	}

	.sidebar[b-057z7ist64] {
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.top-row[b-057z7ist64] {
		position: sticky;
		top: 0;
		z-index: 1;
	}

	.top-row.auth[b-057z7ist64]  a:first-child {
		flex: 1;
		text-align: right;
		width: 0;
	}

	.top-row[b-057z7ist64], article[b-057z7ist64] {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}
}
/* /Pages/Anonymous/LogUptimeCase.razor.rz.scp.css */
/* Make sidebar fixed, full height and black background */
.sidebar[b-1mi0pb1ugi] {
	position: fixed;
	top: 0;
	left: 0;
	width: 240px; /* adjust width as needed */
	height: 100vh; /* full viewport height */
	background-color: #000; /* solid black */
	color: #fff; /* white text */
	overflow: hidden; /* no scrollbars */
	padding-top: 1rem;
	z-index: 1000;
}

/* Push main content right so it doesn't overlap sidebar */
.main[b-1mi0pb1ugi] {
	margin-left: 240px; /* same as sidebar width */
	padding: 1rem;
	overflow-y: auto; /* allow scrolling if content too tall */
	height: 100vh; /* full viewport height */
	box-sizing: border-box;
	width: auto;
}

/* Remove scrollbars from page */
html[b-1mi0pb1ugi], body[b-1mi0pb1ugi], .page[b-1mi0pb1ugi] {
	height: 100%;
	margin: 0;
	overflow: hidden; /* no scrollbars on whole page */
	position: fixed;
	width: 100%;
	position: fixed;
	top: 0;
}
