body {
  overflow: hidden;
  font-family: "Lato";
  background-color: #f8fafc;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1 {
  margin-bottom: 90px;
}
ul {
  padding: 0;
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: end;
}
li {
  display: flex;
  list-style-type: none;
}
.modal-container {
  display: flex;
  justify-content: center;
  min-width: 600px;
  width: fit-content;
  background-color: #ffffff;
}
.modal {
  overflow: scroll;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 450px;
  width: fit-content;
  height: 80vh;
  padding-top: 75px;
}
.modal::-webkit-scrollbar {
  display: none;
}
.row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a {
  color: #4f9852;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  min-width: 90px;
}
p {
  color: #6a6d7c;
  font-weight: 400;
  font-size: 14px;
}
.row-line {
  width: 100%;
  height: 0px;
  border: 0.590654px solid #e3e5ee;
}
button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  border: none;
  transition: 0.4s;
}
.icon {
  width: 75px;
  text-align: right;
  margin-right: 10px;
}
.icon:after {
  content: "\002B";
}
.minusicon:after {
  content: "\2212";
}
.latest-version-row {
  display: flex;
  align-items: center;
}
.active {
  display: flex;
}
