.button {
  background-color: white;
  width: 8px;
  height: 8px;
  float: left;
  margin-right: 5px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s ease width;
}

.button:last-child {
  margin-right: 0;
}

.button.btnSelect {
  width: 20px;
  cursor: auto;
  background-color: rgba(39, 176, 202, 1);
}

.container_pagenation {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  width: fit-content;
  min-width: 52px;
  height: 8px;
  margin: 0 auto;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 1;
}
