/* _content/Hangar5ServerApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-aacuhum2in] {
    position: relative;
    display: flex;
    flex-direction: column;
    color:white
}

main[b-aacuhum2in] {
    flex: 1;
    padding: 20px;
}

.sidebar[b-aacuhum2in] {
    background-color: #202020; /* Slightly lighter grey for sidebar */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
    border-right: 2px solid #D7FF11;
}


  
  section[b-aacuhum2in] {
    margin-bottom: 40px;
  }
  
  h2[b-aacuhum2in] {
    margin-top: 0;
  }
  
  .project-details[b-aacuhum2in] {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .test-run[b-aacuhum2in] {
    flex-basis: 50%;
  }
  
  .metrics[b-aacuhum2in] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  
  .metric[b-aacuhum2in] {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .chart[b-aacuhum2in] {
    flex-basis: 50%;
  }

.top-row[b-aacuhum2in] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-aacuhum2in]  a, .top-row[b-aacuhum2in]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-aacuhum2in]  a:hover, .top-row[b-aacuhum2in]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-aacuhum2in]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-aacuhum2in] {
        justify-content: space-between;
    }

    .top-row[b-aacuhum2in]  a, .top-row[b-aacuhum2in]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-aacuhum2in] {
        flex-direction: row;
    }

    .sidebar[b-aacuhum2in] {
        width: 105px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-aacuhum2in] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-aacuhum2in]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-aacuhum2in], article[b-aacuhum2in] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-aacuhum2in] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-aacuhum2in] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Hangar5ServerApp/Components/Layout/NavMenu.razor.rz.scp.css */
.hangar5-icon[b-52q9lb8f1i]{
    width: 55px;
    height: 55px;
    margin-bottom: 40px;
}
.nav-link[b-52q9lb8f1i] {
    display: contents;
    padding: 10px !important;
}

.logout-icon[b-52q9lb8f1i] {
    width: 35px;
    
}

.sidebar-icon[b-52q9lb8f1i] {
    width: 35px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.sidebar-icon img[b-52q9lb8f1i] {
    width: 100%;
    height: auto;
}

.sidebar-footer[b-52q9lb8f1i] {
    margin-top: auto;
    padding-bottom: 10px;
}

.sidebar-footer img[b-52q9lb8f1i] {
    width: 35px;
    height: 35px;
    margin-bottom: 30px; /* Add margin from the bottom */
    position: absolute; /* Or use relative positioning if inside a positioned parent */
    bottom: 0;
}
/* _content/Hangar5ServerApp/Components/Layout/PDFLayout.razor.rz.scp.css */
.page[b-tg579716c8] {
    position: relative;
    display: flex;
    flex-direction: column;
    color:white
}

main[b-tg579716c8] {
    flex: 1;
    padding: 20px;
}

.logoPDFCover[b-tg579716c8] {
        max-width: 50px;
        height: auto;
        margin-bottom: 20px;
}

.sidebar[b-tg579716c8] {
    background-color: #202020; /* Slightly lighter grey for sidebar */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
    border-right: 2px solid #D7FF11;
}


  
  section[b-tg579716c8] {
    margin-bottom: 40px;
  }
  
  h2[b-tg579716c8] {
    margin-top: 0;
  }
  
  .project-details[b-tg579716c8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .test-run[b-tg579716c8] {
    flex-basis: 50%;
  }
  
  .metrics[b-tg579716c8] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  
  .metric[b-tg579716c8] {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .chart[b-tg579716c8] {
    flex-basis: 50%;
  }

.top-row[b-tg579716c8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tg579716c8]  a, .top-row[b-tg579716c8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-tg579716c8]  a:hover, .top-row[b-tg579716c8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tg579716c8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-tg579716c8] {
        justify-content: space-between;
    }

    .top-row[b-tg579716c8]  a, .top-row[b-tg579716c8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tg579716c8] {
        flex-direction: row;
    }

    .sidebar[b-tg579716c8] {
        width: 105px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tg579716c8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tg579716c8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tg579716c8], article[b-tg579716c8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-tg579716c8] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tg579716c8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Hangar5ServerApp/Components/Layout/PDFLayoutSpecial.razor.rz.scp.css */
.page[b-ttd4b2j1wy] {
    position: relative;
    display: flex;
    flex-direction: column;
    color:white
}

main[b-ttd4b2j1wy] {
    flex: 1;
    padding: 20px;
}

.logoPDFCover[b-ttd4b2j1wy] {
        max-width: 50px;
        height: auto;
        margin-bottom: 20px;
}

.sidebar[b-ttd4b2j1wy] {
    background-color: #202020; /* Slightly lighter grey for sidebar */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
    border-right: 2px solid #D7FF11;
}


  
  section[b-ttd4b2j1wy] {
    margin-bottom: 40px;
  }
  
  h2[b-ttd4b2j1wy] {
    margin-top: 0;
  }
  
  .project-details[b-ttd4b2j1wy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .test-run[b-ttd4b2j1wy] {
    flex-basis: 50%;
  }
  
  .metrics[b-ttd4b2j1wy] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  
  .metric[b-ttd4b2j1wy] {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .chart[b-ttd4b2j1wy] {
    flex-basis: 50%;
  }

.top-row[b-ttd4b2j1wy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ttd4b2j1wy]  a, .top-row[b-ttd4b2j1wy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ttd4b2j1wy]  a:hover, .top-row[b-ttd4b2j1wy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ttd4b2j1wy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ttd4b2j1wy] {
        justify-content: space-between;
    }

    .top-row[b-ttd4b2j1wy]  a, .top-row[b-ttd4b2j1wy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ttd4b2j1wy] {
        flex-direction: row;
    }

    .sidebar[b-ttd4b2j1wy] {
        width: 105px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ttd4b2j1wy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ttd4b2j1wy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ttd4b2j1wy], article[b-ttd4b2j1wy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ttd4b2j1wy] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ttd4b2j1wy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
