.form-tryon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20000;
}

.form-tryon > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}

.div-form-tryon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  min-width: 480px;
  max-width: 480px;
  min-height: 480px;
  max-height: 480px;
  border-radius: 8px;
  overflow: hidden;
}

.div-form-tryon > canvas, .form-tryon #tryonVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(-1, 1);
}

.form-tryon #completedVideo {
  position: absolute;
  width: 100%;
  height: 100%;
}

.form-tryon #info {
  position: absolute;
  bottom: 16px;
  font-size: 16px;
  border-radius: 8px;
  color: white;
  font-weight: 500;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}

.form-tryon #labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute; 
  top: 16px;
  gap: 4px;
}

@media (max-width: 460px) {
  .form-tryon #labels {
    width: 278px;
  }
}

@media (max-width: 370px) {
  .form-tryon #labels {
    width: 185px;
  }
}

.close-form-tryon {
  position: absolute;
  top: 16px;
  right: 16px;

  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);

  outline: none;
  border: none;
  cursor: pointer;

  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-form-tryon > img {
  width: 16px;
  height: 16px;
}

.open-ajuda-tryon {
  position: absolute;

  bottom: 16px;
  right: 16px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;

  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.open-ajuda-tryon > p {
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin: 0;
}

.open-ajuda-tryon > div {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;

  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.open-ajuda-tryon > div > img {
  width: 16px;
  height: 16px;
}

#noGlasses > span, #lookStraight > span, #facePosition > span {
  display: flex;
  align-items: center;
  gap: 4px;

  border: 1px solid white;
  border-radius: 8px;
  padding: 8px 16px;

  font-size: 16px;
  color: black;
  font-weight: 500;
  line-height: 120%;
}

.open-form-tryon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #19154d;
  position: fixed; 
  left: 16px;
  bottom: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 20000;
}
