.label-right-bold {
  text-align: right;
  font-weight: bold;
}

.selected-operators-chip {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.operator-item-chip {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1px 10px;
  display: inline-flex;
  align-items: center;
}

.operator-item-chip .remove-btn-chip {
  margin-left: 5px;
  color: red;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 0 auto;
}

.card-queue-called {
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}

.card-queue-column-called {
  background-color: #F1F1F2;
  color: black;
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
  flex: 1;
  border: 2px solid #FFF;
  border-radius: 4px;
  height: 5.5rem;
  line-height: 50px;
}

.card-queue-column-called-first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-queue-column-called-last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.card-queue-skipped {
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  width: 70%;
  margin: 0 auto;
}

.card-queue-column-skipped {
  color: black;
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
  flex: 1;
  border: 1px solid #F39C12;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  margin-left: 2px;
}

/* Start of DISPLAY queue FARMASI */
.container-queue-pharmacy {
  width: 100vw;
  height: 100vh;
  background-image: url('../img/bg-display-queue-pharmacy.jpg');
  /* background: #000; */
  background-size: cover;
  background-repeat: no-repeat;
}

.side-logo-gradient-display-queue-pharmacy {
  position: absolute;
  top: 3vh;
  width: 50%;
  height: 11vh;
  background-image: url('../img/side-logo-gradient-display-queue-pharmacy.png');
  /* background: red; */
  background-repeat: no-repeat;
  padding-top: 2vh;
  padding-bottom: 2vh;
  padding-left: 5vh;
}

.side-logo-gradient-display-queue-pharmacy img {
  max-height: 100%;
}

.side-datetimes-queue-pharmacy {
  position: absolute;
  top: 3vh;
  right: 3vh;
  width: 15%;
  min-width: max-content;
  padding-bottom: 1rem;
  background-color: #FFF;
  text-align: center;
  border-radius: 4px;
}

.side-datetimes-time {
  display: block;
  color: #C22023;
  font-weight: bold;
  font-size: 3.5rem;
}
.side-datetimes-date {
  display: block;
  font-size: 1.3rem;
}

.section-header {
  width: 100%;
  padding-top: 10vh;

  text-align: center;
}
.section-header h1 {
  color: #004753;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.3rem;
}

.section-content {
  width: 95%;
  padding: 20px;
  /* background-color: #000; */
  border-radius: 4px;
  margin: 1rem auto;
  color: #FFF;
}
.section-content-non-mixture {
  background-color: #00B8D6;
}
.section-content-mixture {
  background-color: #A72023;
  margin-top: 2vh;
}
.section-content-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
}
.section-content-mixture-type {
  width: 72px;
  height: 4.5rem;
  border: 2px solid #FFF;
  border-radius: 4px;
  text-align: center;
  font-size: 3.5rem;
  line-height: 40px;
  font-weight: bold;
}
.section-content-mixture-name {
  width: max-content;
  height: 4.5rem;
  text-align: center;
  font-size: 3.5rem;
  line-height: 40px;
  font-weight: bold;
  margin-left: 20px;
  letter-spacing: 0.4rem;
}
.section-content-mixture-icon {
  width: max-content;
  height: 4.5rem;
  border-radius: 4px;
  text-align: center;
  font-size: 5rem;
  margin-left: auto;
  margin-top: -3vh;
  color: rgba(0, 0, 0, 0.1);
}

.section-content-queue-cards {
  margin-top: 10px;
}
.section-content-item-queue {
  width: 19%;
  min-width: max-content;
  border-radius: 4px;
  background-color: #FFF;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 8rem;
}

.item-queue-blinking {
  animation: queueBlinking .5s linear infinite;
}
/* Animation keyframes */
@keyframes queueBlinking {
  from {
    background-color: #FFFF00;
  }
  to {
    background-color: #FFF;
  }
}

.section-content-queue-skipped-wrap {
  margin-top: 10px;
}

.section-content-queue-skipped-wrap .section-content-queue-skipped-title {
  font-size: 1.4rem;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 3rem;
}

.section-content-queue-skipped-wrap .section-content-queue-skipped {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  max-height: max-content;
  /* border-right: 2px solid #FFF; */
}

.section-content-queue-skipped-wrap .section-content-queue-skipped .section-content-queue-skipped-item {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
  margin-right: 3rem;
  margin-bottom: 1px;
  max-width: max-content;
  align-items: center;

}

#skipped-wrapper {
  display: inline-flex;
  animation: runningText var(--animation-duration) linear infinite;
  animation-delay: calc(-1s * var(--initial-offset)); /* Start animation immediately */
}

/* Animation keyframes */
@keyframes runningText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.section-footer-queue-pharmacy {
  position: fixed;
  bottom: 0;
  width: 100%; /* Memastikan footer mengambil lebar penuh */
}

.section-footer-queue-pharmacy-text {
  display: block;
  margin: 0 auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #004753;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  width: 30%;
}
/* ./Animation Running Text */
/* End Of DISPLAY queue FARMASI */