.wrapper_custom {
  min-height: 100vh;
  overflow: hidden;
  background-image: url('./assets/img/lock.jpg');
}

.round-btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 40px; /* Adjust the size as needed */
  height: 40px; /* Adjust the size as needed */
  padding: 0;
  margin: 5px;
  font-size: 9px;
  font-weight: bold;
  line-height: normal;
}

.round-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the button without stretching */
}

.iris_div {
  justify-content: center !important;
}

@media screen and ( width < 550px) {
  .iris_div {
    justify-content: space-between !important;
    overflow-x: auto;
  }
}