.filterContainer {
  font-size: 0.8rem;
  gap: 1rem;
  margin-bottom: 1rem;
}
.filterContainer > form {
  display: flex;
  gap: 1rem;
}
.filterContainer > form > .inputsContainer {
  display: flex;
  gap: 0.5rem;
  overflow: hidden;
}
.filterContainer > form > .inputsContainer .itemContainer:first-child > .item:last-child {
  max-height: 200px;
  overflow-y: auto;
  display: none;
  background: white;
  position: fixed;
  z-index: 999;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  box-shadow: 1px 1px 8px rgba(21, 21, 21, 0.4);
}
.filterContainer > form > .inputsContainer .itemContainer:first-child > .item:last-child > div {
  margin: 0.4rem;
  padding: 0.1rem 0.5rem;
  cursor: pointer;
  padding: 0.4rem;
}
.filterContainer > form > .inputsContainer .itemContainer:first-child > .item:last-child > div:hover {
  transition: background 0.4s ease, color 0.4s ease;
  background: rgb(1, 162, 255);
  color: white;
  border-radius: 0.4rem;
}
.filterContainer > form > .inputsContainer .item > input {
  border-radius: 0 !important;
  height: 1rem;
  padding: 0.6rem;
  border: none;
  background: white;
  border-bottom: 1px solid rgb(1, 162, 255);
}
.filterContainer > form > .inputsContainer .item > input:focus-visible {
  outline: none;
}
.filterContainer > form > .buttonsContainer {
  display: flex;
  gap: 0.4rem;
}
.filterContainer > form > .buttonsContainer .item > button {
  border: none;
  border-radius: 0.4rem;
  padding: 0.6rem 1rem;
  background: rgb(1, 162, 255);
  cursor: pointer;
  color: white;
  justify-self: start;
  box-shadow: 1px 1px 4px rgba(15, 15, 15, 0.4);
}

::-webkit-scrollbar {
  width: 4px;
  border-top-right-radius: 24px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgb(101, 101, 101);
  border-top-right-radius: 24px;
}

::-webkit-scrollbar-thumb:hover {
  overflow: hidden;
  background: #555;
}

.selectedRow {
  font-size: 0.8rem;
  font-weight: 700;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: rgb(15, 15, 15);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.aimsSelectionTable {
  padding: 0.2rem;
  overflow: hidden;
}
.aimsSelectionTable > tbody {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.aimsSelectionTable > tbody > tr {
  display: flex;
  gap: 1rem;
}
.aimsSelectionTable > tbody > tr > td {
  font-size: 0.9rem;
}
.aimsSelectionTable > tbody > tr > td:first-child {
  width: 100px;
  font-weight: 700;
}
.aimsSelectionTable > tbody > tr > td:last-child {
  max-width: 350px;
  box-sizing: border-box;
  word-break: keep-all;
}

.notApp {
  background: rgba(15, 196, 228, 0.998);
  background: white;
  font-size: 0.8rem;
  border: 1px solid red;
}

.ecrewLogoImage {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.tableGrayRow {
  background: rgba(21, 21, 21, 0.1);
}

.tableOrangeRow {
    background: #ffd589;
}

.aimsVersionsTable {
  width: 100%;
  text-align: center;
  border-spacing: 0;
}
.aimsVersionsTable > thead {
  background: rgb(1, 162, 255);
  color: white;
  padding: 20px;
  height: 45px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.aimsVersionsTable > tbody {
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0.8rem;
}
.aimsVersionsTable > tbody > tr {
  cursor: pointer;
}
.aimsVersionsTable > tbody > tr > td {
  padding: 15px;
}
.aimsVersionsTable > tbody > tr > td:nth-child(1) {
  width: 100px;
  padding: 10px 20px;
}
.aimsVersionsTable > tbody > tr > td:nth-child(2) {
  width: 150px;
  padding: 10px 20px;
}
.aimsVersionsTable > tbody > tr > td:nth-child(3) {
  width: 100px;
  padding: 10px 10px;
}
.aimsVersionsTable > tbody > tr > td:nth-child(4) {
  width: 200px;
  padding: 10px 10px;
}
.aimsVersionsTable > tbody > tr > td:last-child {
  width: 40px;
  align-self: flex-end;
}
.aimsVersionsTable > tbody > tr > td > button {
  cursor: pointer;
  border-radius: 0.6rem;
  border: none;
  background: rgb(1, 162, 255);
  padding: 0.8rem 2rem;
  color: white;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.8rem;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.aimsVersionsTable > tbody > tr > td > button:disabled {
    background: rgb(140, 140, 140);
    cursor: not-allowed;
    transition: background 0.6s ease;
}
.aimsVersionsTable > tbody > tr > td > button:disabled:hover{
    background: rgb(241 83 83);
}

.aimsAddUserForm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
}
.aimsAddUserForm > input {
  padding: 1rem;
  border: none;
  background: rgba(209, 209, 209, 0.209);
  border-radius: 0.6rem;
}
.aimsAddUserForm > .aimsRadioHolder {
  display: flex;
  justify-content: space-between;
}
.aimsAddUserForm > .aimsRadioHolder > .holder {
  font-size: 0.8rem;
}
.aimsAddUserForm > button {
  cursor: pointer;
  border-radius: 0.6rem;
  border: none;
  background: rgb(1, 162, 255);
  padding: 0.8rem 2rem;
  color: white;
  font-weight: 700;
}

.aimsAddUserContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.6);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.aimsAddUserContainer > .aimsTab {
  width: 800px;
  height: 400px;
  background: white;
  display: grid;
  grid-template-rows: repeat(24, 1fr);
  grid-template-columns: repeat(24, 1fr);
  border-radius: 0.6rem;
  overflow: hidden;
}
.aimsAddUserContainer > .aimsTab > .aimsRow:first-child {
  font-weight: 700;
  grid-column: 1/-1;
  grid-row: 1/2;
  padding: 1rem;
  color: white;
  background: rgb(1, 162, 255);
  display: flex;
  justify-content: space-between;
}
.aimsAddUserContainer > .aimsTab > .aimsRow:first-child > .aimsCol:last-child {
  cursor: pointer;
}
.aimsAddUserContainer > .aimsTab > .aimsRow:last-child {
  grid-row: 2/-1;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.aimsAddUserContainer > .aimsTab > .aimsRow:last-child > .aimsCol:nth-child(1) {
  grid-row: 1/-1;
  grid-column: 1/8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aimsAddUserContainer > .aimsTab > .aimsRow:last-child > .aimsCol:nth-child(2) {
  padding: 0.4rem;
  grid-row: 1/-1;
  grid-column: 8/-1;
  overflow-y: scroll;
}
.aimsAddUserContainer > .aimsTab > .aimsRow:last-child > .aimsCol:nth-child(2) > .aimsTab {
  margin-bottom: 4px;
}
.aimsAddUserContainer > .aimsTab > .aimsRow:last-child > .aimsCol:nth-child(2) > .aimsTab > .aimsRow {
  font-size: 0.8rem;
}
.aimsAddUserContainer > .aimsTab > .aimsRow:last-child > .aimsCol:nth-child(2) > .aimsTab > .aimsRowBold {
  font-size: 0.8rem;
  font-weight: 700;
}

.aimsVersionsContainer {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-rows: repeat(24, 1fr);
  grid-template-columns: repeat(1, 1fr);
  overflow: hidden;
  background: white;
}
.aimsVersionsContainer > .aimsRow:nth-child(1) {
  grid-row: 1/2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aimsVersionsContainer > .aimsRow:nth-child(1) > .aimsCol:first-child {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.aimsVersionsContainer > .aimsRow:nth-child(1) > .aimsCol:first-child > img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.aimsVersionsContainer > .aimsRow:nth-child(1) > .aimsCol:first-child > div {
  color: white;
  font-weight: 700;
  font-size: 1rem;
}
.aimsVersionsContainer > .aimsRow:nth-child(1) > .aimsCol:last-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.aimsVersionsContainer > .aimsRow:nth-child(1) > .aimsCol:last-child > .aimsCol .announceBellArea {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  transition: 0.5s background ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aimsVersionsContainer > .aimsRow:nth-child(1) > .aimsCol:last-child > .aimsCol .announceBellArea:hover {
  transition: 0.5s background ease;
  background: green;
}
.aimsVersionsContainer > .aimsRow:nth-child(1) > .aimsCol:last-child > .aimsCol .announceBellArea > .announceBell {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: greenyellow;
}
.aimsVersionsContainer > .aimsRow:nth-child(1) > .aimsCol:last-child > .aimsCol .announceBellArea > .announceBell > .announceIndicator {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: -1px;
  right: -1px;
}
.aimsVersionsContainer > .aimsRow:nth-child(1) > .aimsCol:last-child > .aimsCol .announceBellArea > .announceBell > .announceIndicator.attention {
  background: red;
}
.aimsVersionsContainer > .aimsRow:nth-child(1) > .aimsCol:last-child > .aimsCol:first-child .welcomeUser {
  color: white;
}
.aimsVersionsContainer > .aimsRow:nth-child(1) > .aimsCol:last-child > .aimsCol:last-child > button {
  padding: 0.7rem !important;
  min-width: 100px;
}
.aimsVersionsContainer > .aimsRow:nth-child(1) > .aimsCol:last-child > .aimsCol:last-child > button:nth-child(1) {
  cursor: pointer;
  border-radius: 0.6rem;
  border: none;
  background: white;
  padding: 0.8rem 2rem;
  color: rgb(1, 162, 255);
  font-weight: 700;
  margin-right: 0.5rem;
}
.aimsVersionsContainer > .aimsRow:nth-child(1) > .aimsCol:last-child > .aimsCol:last-child > button:nth-child(2) {
  cursor: pointer;
  border-radius: 0.6rem;
  border: none;
  background: red;
  padding: 0.8rem 2rem;
  color: white;
  font-weight: 700;
}
.aimsVersionsContainer > .aimsRow:nth-child(2) {
  position: relative;
  grid-row: 2/-2;
  background: white;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(32, 1fr);
  align-items: start;
  padding: 0.8rem 1rem;
  overflow-x: auto;
}
.aimsVersionsContainer > .aimsRow:nth-child(2) > .aimsRow:first-child {
  grid-row: 1/2;
  padding-top: 10px;
}
.aimsVersionsContainer > .aimsRow:nth-child(2) > .aimsRow:last-child {
  grid-row: 2/-1;
  display: flex;
  gap: 1rem;
  height: 100%;
}
.aimsVersionsContainer > .aimsRow:nth-child(2) > .aimsRow:last-child > .aimsCol {
  box-sizing: border-box;
  border-radius: 0.6rem;
  overflow: hidden;
}
.aimsVersionsContainer > .aimsRow:nth-child(2) > .aimsRow:last-child > .aimsCol:first-child {
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 8px rgba(21, 21, 21, 0.4);
  overflow-y: auto;
}
.aimsVersionsContainer > .aimsRow:nth-child(2) > .aimsRow:last-child > .aimsCol:last-child {
  width: 800px;
  height: 100%;
  display: none;
  box-shadow: 1px 1px 8px rgba(21, 21, 21, 0.4);
  box-sizing: border-box;
}
.aimsVersionsContainer > .aimsRow:nth-child(2) > .aimsRow:last-child > .aimsCol:last-child > .aimsRow {
  box-sizing: border-box;
  padding: 1rem;
}
.aimsVersionsContainer > .aimsRow:nth-child(2) > .aimsRow:last-child > .aimsCol:last-child > .aimsRow:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(1, 162, 255);
  color: white;
  height: 45px;
  font-weight: 700;
}
.aimsVersionsContainer > .aimsRow:nth-child(2) > .aimsRow:last-child > .aimsCol:last-child > .aimsRow:first-child > .aimsCol:last-child {
  cursor: pointer;
}
.aimsVersionsContainer > .aimsRow:nth-child(2) > .aimsRow:last-child > .aimsCol:last-child > .aimsRow:last-child {
  height: 100%;
  display: flex;
  overflow-y: auto;
  background: white;
  box-sizing: border-box;
  flex-direction: column;
  box-sizing: border-box;
  gap: 1rem;
  padding: 1.4rem;
}
.aimsVersionsContainer > .aimsRow:nth-child(2) > .aimsRow:last-child > .aimsCol:last-child > .aimsRow:last-child > .viewerItem {
  display: flex;
  align-items: start;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.aimsVersionsContainer > .aimsRow:nth-child(2) > .aimsRow:last-child > .aimsCol:last-child > .aimsRow:last-child > .viewerItem > .viewerItemTitle {
  min-width: 100px;
  font-weight: 700;
  font-size: 0.8rem;
}
.aimsVersionsContainer > .aimsRow:nth-child(2) > .aimsRow:last-child > .aimsCol:last-child > .aimsRow:last-child > .viewerItem > .viewerItemValue {
  width: 100%;
  text-align: justify;
  font-size: 0.9rem;
}
.aimsVersionsContainer > .aimsRow:nth-child(3) {
  background: rgb(1, 162, 255);
  color: white;
  display: flex;
  align-items: center;
  padding: 1rem;
  font-size: 0.8rem;
}

.aimsDownloadInfoWindow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.6);
  visibility: hidden;
  cursor: pointer;
  z-index: 999;
}
.aimsDownloadInfoWindow .aimsDownloadTab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem;
  width: 600px;
  background: white;
  border-radius: 0.6rem;
  overflow: hidden;
}
.aimsDownloadInfoWindow .aimsDownloadTab .aimsDownloadTabLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(0, 123, 255);
}
.aimsDownloadInfoWindow .aimsDownloadTab .aimsDownloadTimes {
  color: black;
  text-align: center;
  padding: 2rem;
  font-size: 1.1rem;
  line-height: 1.8;
}
.aimsDownloadInfoWindow .aimsDownloadTab .aimsDownloadActions > button {
  color: white;
  border: none;
  border-radius: 0.6rem;
  padding: 0.8rem;
  box-shadow: 1px 1px 8px rgba(21, 21, 21, 0.4);
  min-width: 120px;
  cursor: pointer;
}
.aimsDownloadInfoWindow .aimsDownloadTab .aimsDownloadActions > button:nth-child(1) {
  background: white;
  margin-right: 40px;
  color: black;
  transition: background 0.4s ease, color 0.4s ease;
}
.aimsDownloadInfoWindow .aimsDownloadTab .aimsDownloadActions > button:nth-child(1):hover {
  color: white;
  background: rgb(223, 0, 0);
  transition: background 0.4s ease, color 0.4s ease;
}
.aimsDownloadInfoWindow .aimsDownloadTab .aimsDownloadActions > button:nth-child(2) {
  background: rgb(77, 158, 245);
  transition: background 0.4s ease, color 0.4s ease;
}
.aimsDownloadInfoWindow .aimsDownloadTab .aimsDownloadActions > button:nth-child(2):hover {
  color: white;
  background: rgb(0, 123, 255);
  transition: background 0.4s ease, color 0.4s ease;
}/*# sourceMappingURL=aimsVersions.css.map */