.component {
	line-height: 1.5em;
	margin: 0 auto;
	padding: 2em 0 3em;
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
}

table {
    border-collapse: collapse;
   /* margin-bottom: 3em;*/
    width: 100%;
    text-align: center;
}
td, th {
    padding: 1em 1em;
    text-align: center;
}
table tr {

}
table tr.table-row-bgcolor-gray {
    background-color: rgba(155,202,236,0.2);
}
table tr th {
    border: 2px solid #005EB8;
    border-top: 0px;
    padding: 12px 0px;
    color: #8A8582;
	font-size: 18px;
	font-weight: normal;
}
table tr th.deliverd_color{
	color:#00a34e;
}
table tr.header_bgclr th {
    background: #e5f2fa;
}
table tr td .col_def {
    display: block;
    width: 150px;
}
table tr th .col_def_top {
	display:flex;
	justify-content:center;
	align-items:center;
	width: 50px;
	text-align:center;
    white-space:nowrap;
    writing-mode: vertical-rl;
  	transform: rotate(180deg);
	overflow-wrap: break-word;
}
table tr .border-0 {
    border: 0;
    border-right: 2px solid #005EB8;
    border-bottom: 2px solid #005EB8;
}
table tr .border-dark-left {
    border-left: 2px solid #005EB8;
}

#roadmap-table tbody [rowspan],
#roadmap-table tbody [rowspan] ~ th,
#roadmap-table tbody [rowspan] ~ td{
  border-top: 2px solid #005EB8;
}


/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 2% 0 1%;
	width: 100%;

}


.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
	.sticky-wrap .sticky-thead {
		box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
		z-index: 100;
		width: 100%; /* Force stretch */
        background: #F2F8FA;
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;
border: 0px;
	}
		.sticky-wrap .sticky-intersect th {
			color: #eee;

		}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}
.sticky-wrap td {
    border-top: 0px;
    border-right: 2px solid #005EB8;
    color: #5A5A5A;
    font-size: 14px;
}
.sticky-wrap td.border-0 {
    border: 0px;
    border-right: 2px solid #005EB8;
    border-bottom: 2px solid #005EB8;
}
.sticky-wrap th.border-dark-left {
    border-right: 2px solid #005EB8;
    border-left: 0px;
	background: #e5f2fa;
}



.sticky-wrap th {
	background: #F2F8FA;
}
/* Not needed for sticky header/column functionality */
td.user-name {
	text-transform: capitalize;
}
.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 70vh;
}
.sticky-intersect tr th {
border: none;
    background: none;
}


::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background: #ccc;
}

::-webkit-scrollbar-thumb {
	background: #777;
	border: 1px solid #777;
}


.upload-section {
	display: flex;
	flex-direction: column;
}

#myFile {
	margin-top: 30px;
}

#upload-file-button {
	color: white;
	background-color: #005EB8;
	border: none;
	width: 200px;
	padding: 20px;
	font-size: 25px;
	margin-top: 50px;
}

.sectionSelector {
	background-color: #005EB8;
	color: white;
	width: 400px;
	margin-top: 30px;
	border:none;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	 font-size: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
}

