.preflight_configHeader {
  font-family: 'Open Sans';
  font-size: 1.3rem;
  margin-bottom: 0.25rem;
  display: inline-flex;
  gap:0.5rem
}

#systemInfo{
	gap:3rem;
	display:grid;
	width:50rem
}

#status-container{
	gap:5rem;
	display:grid;
}

.loader_new__dots{
  gap: 2px	;
}

.loader_new__dot{
  scale:.75	;
  margin-right:0.1rem !important;
}

.header-container{
    border-bottom: 1px solid #D7D7D7;
    font-weight: 900;
    font-size: 1.75rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    text-align: center;
	
}


.context-text{
	font-style: normal;
    font-weight: 400;
    font-size: .96rem;
}

.status-breakdown {
    --image-size: 9.6rem;
    gap: 1rem;
    display: inline-grid;    
    align-items: center;
  /*  width: 5.25rem;
    height: 7.5rem;*/
    
}

.status-breakdown__item svg {
    top: 8.5rem;
    right: 4rem;
    margin: 0;
    position: absolute;
    scale: .8;
}

.status-breakdown__item img {
    width: var(--image-size);
    height: var(--image-size); 
 /* left: 1.5rem;
    top: -1.1rem;*/
    scale:.4;
    position: relative
}

.status-breakdown__figurecaption{
	/*position: absolute;
	left: 1.3rem;
	top: -3rem;*/
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    color: #3D3D3D;
    text-align:center
}

.inspector-card__confirmation-icon {
    width: auto;
    height: 1.5em;
    margin-right: 0.5rem;
    fill: #0f7827;
}
.status-breakdown__item {
    --icon-size: 20%;
    /* to display side by side div*/
    display: inline-flex;
    position: relative;
    width:100%;
    height:100%;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 14%);
}


.results-tables {   
    display: flex;
    flex-direction: column;
    gap:0.75rem
}

.results-table {   
    text-align: left;    
    width: 100%;
    gap:1.5rem;
    display:flex;
    flex-direction:column;
    
}

.results-table table {
  --success-table: #B5B5B5;
  /*border-collapse: collapse;*/
  font-size: 1rem;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(191, 0, 0, 1)
}
.results-table table thead tr {
  text-align: left;
  background-color: var(--success-table);
}
.results-table table th,
.results-table table td {
  padding: 1rem 1.5rem;
}
.results-table table th:first-child{
  width: 100%;
  white-space: nowrap;
  font-weight:normal;
  
  /*font-weight: 600;*/
}

.results-table table td:first-child {
  width: 100%;
  white-space: nowrap;
  /*font-weight: 600;*/
}
.results-table table th.center,
.results-table table td.center {
  text-align: center;
  
}

.results-table table th:last-child{
	padding-right:2rem;
	padding-left:2rem;
	text-align:left;
	white-space:normal
}
.results-table table td:last-child {
  /*width: 85px;*/
  padding-right:2rem;
  text-align:right;
  white-space:normal
}

.results-table table th svg,
.results-table table td svg {
  margin: 0;
}
.results-table table th.error svg,
.results-table table td.error svg {
  fill: var(--error-text);
}
.results-table table th {
  font-size: 1rem;
}
.results-table table td {
  font-size: 0.85rem;
  font-style: italic;
  font-family: 'Open Sans';
 
}
.results-table table td:first-child {
  font-style: normal;
  text-align: left;
  display: inline-flex;
  white-space: normal
  
}
.results-table table tbody tr {
  border-bottom: 1px solid #D7D7D7;
}
.results-table table tbody tr:first-of-type {
  background-color:#F2CCCC;
}
/*.results-table table tbody tr:last-of-type {
  border-bottom: 2px solid var(--success-table);
}
*/
.preflight_configHeader {
    position: relative;
    top: 1rem;
}

.errorIcon {
    right: 1rem;
    position: relative;
}

.plus-buttton-container {
    position: relative;
    right: -2rem;
    top: 0.3rem;
}
