.mainBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Full viewport height */
}

.loginBox {
    width: 80%;
    max-width: 400px; /* Adjust as needed */
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.downloadBox {
    width: 80%;
    max-width: 400px; /* Adjust as needed */
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.loginBoxButtons {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.bodyWrap {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.navbar {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between; /* Space items evenly */
    align-items: center; /* Align items vertically in the center */
}

.projectListBody {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    min-width: 50%;
}

.projects-table-container {
    max-height: 50vh; /* Set a max height for the scrollable area */
    overflow-y: auto;
}

.projects-table-fixed thead {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.manageProjectBody {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.userListBody {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.users-table-container {
    max-height: 50vh; /* Set a max height for the scrollable area */
    overflow-y: auto;
}

.users-table-fixed thead {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.manageUserBody {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.scrollable-project-list {
    max-height: 300px; /* Set the maximum height based on your design */
    overflow-y: auto; /* Enable vertical scrolling if the content exceeds the maximum height */
    border: 1px solid #ccc; /* Add a border for better visual separation */
    padding: 10px; /* Add padding to the container */
    margin-bottom: 20px; /* Adjust margin as needed */
}

/* Style for individual project switches */
.form-check {
    margin-bottom: 10px; /* Adjust spacing between switches */
}

.updatePasswordBody {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.cliTokensListBody {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    min-width: 40%;
}

.clitokens-table-container {
    max-height: 50vh; /* Set a max height for the scrollable area */
    overflow-y: auto;
}

.clitokens-table-fixed thead {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.manageCLITokenBody {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.projectBrowseBody {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    min-width: 50%;
}

.projectbrowse-table-container {
    max-height: 50vh; /* Set a max height for the scrollable area */
    overflow-y: auto;
}

.projectbrowse-table-fixed thead {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.projectJobBrowseBody {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    min-width: 50%;
}

.projectjobbrowse-table-container {
    max-height: 50vh; /* Set a max height for the scrollable area */
    overflow-y: auto;
}

.projectjobbrowse-table-fixed thead {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.scrollable-artifact-wlusers-list {
    max-height: 300px; /* Set the maximum height based on your design */
    overflow-y: auto; /* Enable vertical scrolling if the content exceeds the maximum height */
    border: 1px solid #ccc; /* Add a border for better visual separation */
    padding: 10px; /* Add padding to the container */
    margin-bottom: 20px; /* Adjust margin as needed */
}

/* Style for individual project switches */
.artifact-wlusers-form-check {
    margin-bottom: 10px; /* Adjust spacing between switches */
}

.manageArtifactVisibilityBody {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    min-width: 50%;
}