.custom-table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  border: 0;
}

.custom-table th,
.custom-table td {
  border: 0;
  padding: 16px;
  word-wrap: break-word;
}

.custom-table th {
  background-color: #ebebeb;
  font-weight: bold;
}

.header-container {
  margin-bottom: 32px;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #ebebeb;
  font-family: "Roboto", sans-serif;
}

.progress-container {
  width: 25vw;
  height: 10px;
  background-color: #fff;
  overflow: hidden;
}

.progress-bar {
  width: 0;
  height: 100%;
  background-color: #ff3a47;
  transition: width 0.5s ease-in-out;
}

#topazAlert {
  background-color: #0f0f11;
  color: #ffffff;
  padding: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

#faceAuthArea {
  position: absolute;
  flex: 9999;
  flex-direction: column;
  height: 550px;
}

#video,
#videoOverlay {
  width: 640px;
  height: 480px;
  position: relative;
}
