

.ui-autocomplete{
    z-index: 1099 !important;
}

/* BEGIN: VITRINE */

.carousel .carousel-indicators li {background-color: black;}
.carousel .carousel-indicators li.active {background-color: gray;}

.imagem-aparelho-estoque {  
    box-shadow: 0 2px 3px 0px rgba(0,0,0,0.03), 0 1px 4px 0 rgba(0,0,0,0.04), 0 3px 1px -2px rgba(0,0,0,0.04); 
    border-radius: 5px;
    height: 300px;
    cursor: pointer;
}

.imagem-aparelho-estoque-selecionada { 
    border: 3px solid #26B4FF;
}

.swiper-container .swiper-slide .vitrine-form {
    padding: 5rem 0;
    text-align: center;
    font-size: 1.5rem;
}

.dark-style .swiper-container .swiper-slide {
    background: #2f3237;
}

#swiper-vertical {
    max-height: 195px;
}

#swiper-3d-cube-effect {
    max-width: 300px;
}

#swiper-3d-coverflow-effect .swiper-slide {
    box-shadow: 0 2px 3px 0px rgba(0,0,0,0.03), 0 1px 4px 0 rgba(0,0,0,0.04), 0 3px 1px -2px rgba(0,0,0,0.04); 
    border-radius: 5px;
    height: 300px
}

.imagem-wrapper {
    position: relative;
    display: inline-block;
  }
  
  .badge-destaque {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;
  }
  
  .badge-destaque .badge {
    background-color: #27b3ff; 
    font-size: 0.75rem;
    padding: 4px 8px;
  }

  .vitrine-cover {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  
  .vitrine-cover img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 1; 
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: block;
  }
  
  @media (max-width: 768px) {
    .vitrine-cover img {
      aspect-ratio: 2.5 / 1;
    }
    .vitrine-avatar {
      width: 90px;
      height: 90px;
    }
  }
  
  @media (max-width: 480px) {
    .vitrine-cover img {
      aspect-ratio: 2 / 1;
    }
    .vitrine-avatar {
      width: 70px;
      height: 70px;
    }
  }
  
  .vitrine-actions {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    z-index: 5;
    display: flex;
    gap: 0.75rem;
  }
  
  
  .vitrine-actions .btn {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background-color 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  }
  
  
  .vitrine-actions i {
    font-size: 1.4rem;
  }
  
  
  .vitrine-avatar-container {
    position: relative;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -60px;
  }
  
  .vitrine-avatar-container-edit {
    position: relative;
    padding: 0 16px;
    margin-top: -60px;
    display: inline-block;
  
  }
  
  
  .vitrine-avatar {
    border: 4px solid #000;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
  }
  
  .vitrine-info {
    padding: 12px 16px;
  }
  
  .vitrine-nome {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
  }
  
  .vitrine-username {
    color: #71767b;
    font-size: 15px;
    margin-bottom: 8px;
  }
  
  .img-vitrine {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      width: 100%;
      height: 25rem;
      object-fit: cover;
  }
  
  .cropper-previa-container {
    width: 100%;
    width: 500px;  
    height: 500px; 
    margin: 0 auto;
    overflow: hidden;
  }
  
    @media (max-width: 768px) {
    .cropper-previa-container {
      max-width: 400px;
      height: 400px;
    }
  }
  
  @media (max-width: 480px) {
    .cropper-previa-container {
      max-width: 300px;
      height: 300px;
    }
  }

  #crop-previa-img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
  }
  
  .modal-img-vitrine {
    border-radius: 6px;
    object-fit: contain;
    max-height: 550px;
  }
  
  .card-header-title {
    font-weight: 600;
    font-size: 1rem;
  }
  
  .text-muted {
    font-size: 0.9rem;
  }
  
  .carousel-indicators li {
    background-color: #999;
  }
  
  .carousel-indicators .active {
    background-color: #007bff;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(1);
  }
  

/* END: VITRINE */

/* BEGIN: MONITOR DE TRANSACOES */

.monitor-transacao-container {
    width: 100%;
    height: 300px;
  }
  
  @media (max-width: 768px) {
    .monitor-transacao-container{
      height: 230px;
    }
  }

/* END: MONITOR DE TRANSACOES */

/* BEGIN: SINGLE V2 */

.card{ 
    border-radius: 8px;
}

.btn{ 
    border-radius: 8px;
}

.modal-content { 
    border-radius: 8px;
}

@media (max-width: 575.98px) {
    .container-p-x {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }

    .layout-navbar.container-p-x {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

.tooltip {
    z-index: 99999;
}

/* END: SINGLE V2 */


/* BEGIN: TUTORIAL */

#confetti-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

.animate-premio {
transition: all 0.3s ease;
background: linear-gradient(135deg, #43bbff, #06bc77);
border: none;
}
.animate-premio:hover {
transform: scale(1.02);
background: linear-gradient(135deg, #43bbff, #06bc77);
box-shadow: 0 0 35px rgba(38,180,255, 0.6);
}
button[disabled],
button.disabled {
opacity: 0.6;
cursor: not-allowed;
background: linear-gradient(135deg, #a8a8a8, #6c757d) !important;
box-shadow: none !important;
transform: none !important;
}

/* END: TUTORIAL */