body {
  font-size: 16px;
  margin: 1rem;
  background-color: #f5f5f5;
}

.video-container {
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-around;
  padding: 1rem 0;
}

.video-container > div {
  width: 45%;
  background-color: #eaeaea;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.report-container {
  min-height: 25vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.report-info {
  padding: 1rem;
  width: 30%;
  background-color: #fff;
  border-radius: 0.5rem;
}

.heading {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

.report-info > .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.report-info > .info > span {
  display: block;
}

.report-info > .info > .label {
  font-weight: 100;
}

.emp-info {
  background-color: #eaeaea;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.emp-info > div > span:first-child {
  color: #8b8b8b;
}

.save-log-div {
  display: flex;
  justify-content: right;
  margin-top: 1rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
}
