body {
  margin: 0;
  font-family: system-ui;
}

.unique-url-list {
  list-style-type: none;
  padding: 0;
}

#authContainer {
  justify-content: center;
  flex-direction: column;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  top: 100px;
  text-align: center;
}

#authContainer input {
  padding: 10px;
}

#password {
  margin: 20px 0;
}

.btnLog {
  padding: 10px;
  cursor: pointer;
}

#progressBarContainer {
  width: 100%;
  background-color: #e0e0e0;
}

#progressBar {
  width: 0%;
  height: 30px;
  background-color: #4caf50;
  text-align: center;
  line-height: 30px;
  color: white;
}
.input-section{
  display: flex;
  flex-direction: column;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.input-section input{
  padding: 5px;
}
.input-flex{
  display: flex;
  justify-content: space-around;
}
.ma-top{
  margin-top: 20px;
}
#logoutBtn{
  margin: 10px 0;
}
#startDateInput{
  margin: 0 0 20px 0;
}
#endDateInput{
  margin: 0 0 20px 0;
}
.btnSearch{
  width: 200px;
  max-width: 100%;
  margin: 20px auto;
  cursor: pointer;
}
.unique-url-item {
  margin-bottom: 10px;
  cursor: pointer;
  color: blue;
}

.details {
  display: none;
}

#loader {
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-color: aliceblue;
}

#loader img {
  width: 100px;
  position: absolute;
  left: 0;
  top: 30%;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}

#detailsContainer {
  width: 900px;
  max-width: 100%;
}

.unique-url-list {
  width: 400px;
  max-width: 100%;
}

.input-section {}