* {
  box-sizing: border-box;
}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  /*cursor: none;*/
  width: 100px;
  height: 100px;
}

.img-vertical-bar {
  position: absolute;
  border: 1px solid #080808;
  width: 1px;
  height: 100%;
  opacity: 0.5;
  top: 0px;
}

.img-vertical-slice {
  position: relative;
  /* border: 1px solid #d4d4d4; */
  width: 100px;
  height: 100%;
}

.audio-container {
  display: flex;
  justify-content: center;
  padding: 10px;
  /* height: 400;*/
}

.spec-container {
  display: flex;
  justify-content: center;
  height: 400;
}

.spec-image {
  width: 100%;
  height: 400px;
}

.button-container {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 10px;
}

.btn-group button {
  background-color: #04aa6d;
  border: 1px solid green;
  color: white;
  padding: 10px 24px;
  cursor: pointer; /* Pointer/hand icon */
  width: 50%; /* Set a width if needed */
  font-size: 12px;
}

.btn-group button:not(:last-child) {
  border-bottom: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #3e8e41;
}

.spec-box {
  position: absolute;
  top: 0%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border: 2px solid #d4d4d4;
}
