.success-highlight {
  background-color: hsl(120, 100%, 95%); /* Ein helles Grün als Hintergrundfarbe */
  animation: fadeInOut 2s ease-in-out;
  margin: 0;
  padding: 0;
  border-radius: 20;
}

@keyframes fadeInOut {
  0% { background-color: transparent; }
  50% { background-color: hsl(120, 100%, 95%); }
  100% { background-color: transparent; }
}


@keyframes glow {
  from {
      box-shadow: 0 0 5px hsl(120, 86%, 17%);
  }
  to {
      box-shadow: 0 0 20px hsl(120, 86%, 17%);
  }
}

.btn-groß {
  width: 120px;
  transition-property: all;
  pointer-events: none; 
  opacity: 0.6; 
}


.btn-verschwinden-swi {
  display: none;
  transition-property: all;

}
.btn-verstecken-swi {
  display: none;
}

#swiAdminButton {
  display: none;
}

.btn-spacing-swi {
  
  justify-content: start;
  align-items: center;

}

.status-color-important {
  background-color: initial !important;
}

  #timeTrackingInput {     
    width: 90px;            
    padding: 0;             
    vertical-align: middle; 
}

#VF-container, #Produkt-container {
  display: none;
}






