.countdown-timer {
    text-align: center;
  }
  
  .progress-bar {
    width: 100%;
    height: 20px;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
  }
  
  .fill {
    width: 100%; /* Starten Sie mit vollem Balken */
    height: 100%;
    background-color: #ff770f;
    transition: width 1s linear; /* Ändern Sie "height" zu "width" */
  }
  
  .time {
    font-size: 18px;
    margin-top: 10px;
  }
  
  .minutes,
  .seconds {
    font-weight: bold;
  }
  

.latest-orders-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 30px;
    align-items: center;
    border: solid 1px;
    border-radius: 6px;
    margin: 2px;
    padding: 14px;
    font-size:12px;
  }
.begruesse_benutzer{
     font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: black;
}