@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

.pointer-hover:hover{
	cursor: pointer;
}

.help-me-right i{
	color:#fff;
    background-color:#feb22a;
    width:12px;
    height:12px;
    display:inline-block;
    border-radius:100%;
    font-size:10px;
    font-weight: bold;
    font-style: normal;
    text-align:center;
    text-decoration:none;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    cursor: pointer;
    margin-left: -8px;
}

.help-me-right {
  position: relative;
  display: inline-block;
}

.help-me-right .help-me-text {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
  text-decoration:none;
  font-weight: normal;
}

.help-me-right .help-me-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.help-me-right:hover .help-me-text {
  visibility: visible;
}

.users-list-wrapper .dataTables_length {
  margin-top: 0 !important;
}

.users-list-wrapper .dataTables_length select {
  margin: 0 .5rem 0 .5rem;
}

.users-list-wrapper .dataTables_filter {
  margin-top: 0 !important;
}

.users-view .table-borderless td {
  padding: .3rem 0 .3rem 0;
  word-break: break-word;
  white-space: normal;
}

.users-view .table-borderless td:first-child {
  width: 140px;
}

.users-view .users-avatar-shadow, .users-edit .users-avatar-shadow {
  box-shadow: 2px 4px 14px 0 rgba(0, 0, 0, 0.4);
}

.form-error{
	color: #FF5B5C;
	font-weight: bold;
}

.password-icon {
	cursor: pointer;
	margin-top: 9px;
}

.tree {
	margin: 0;
	padding: 0;
}

.tree .tree-branche {
  	-webkit-user-select: none;
 	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

.tree .branche-item {
	margin-left: -20px;
}

.tree .tree-branche .tree-branche {
	margin-left: -20px;
}

.tree .branche-title {
	cursor: pointer;
}

.tree, .tree ul {
	list-style-type: none;
}

.tree .branche-items {
	display: none;
}

.tree .active {
	display: block;
}


/* Pulsar gris pour la page live */
.pulse-circle.gray {
  background-color: #888888; 
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse-gray 1.5s infinite;

}



@keyframes pulse-gray {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(136, 136, 136, 0.5);
  }
  70% {
    transform: scale(1.1); 
    box-shadow: 0 0 0 10px rgba(136, 136, 136, 0); 
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(136, 136, 136, 0);
  }
}

.pulse-circle.gray:hover::before {
  content: attr(data-before);
  position: absolute;
  transform: translateY(-50%);
  background: #fff;
  left: 25px;
  top: -20px;
  padding: 2px 6px;
  border: 1px solid #ccc;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  animation: none;
}


.live-page-banner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-spinner {
  -moz-appearance: textfield;
}

