
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */
/* #table-1_filter{ 
    display: none;
} */
.error-red > label{
  color: red !important;
}
.image-upload:hover{
  cursor: pointer;
}
.ticket-space-add{
  display: none;
}
.description-cus{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow:ellipsis; 
}
.cus-input-number::-webkit-outer-spin-button,
 .cus-input-number::-webkit-inner-spin-button,
 .cus-input-number
  {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0
 }
/* ul[role="tablist"] {
    overflow: auto !important;
    white-space: nowrap !important;
    display: inherit;
 }

 ul[role="tablist"] li {
   display: inline-block !important;
 } */
/*# sourceMappingURL=custom.css.map */

.cart-sold-send {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #040300cc;
  z-index: 99999999;
  text-align: center;
  transform: scaleY(0);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}

.cart-sold-send.open {
  transform: scaleY(1);
}

.logo-circle {
    width: 120px;         /* Taille fixe */
    height: 120px;        /* Même valeur que width */
    border-radius: 50%;   /* Cercle parfait */
    object-fit: cover;    /* Recadre l'image sans déformation */
    border: 3px solid #ddd; /* Optionnel, pour une bordure */
}
