.bg-sidebar {
  background-color: var(--bs-info);
}

.btn-grafur {
  background-color: #36b9cc;
  color: #ffffff;
}

.text-grafur {
  color: #36b9cc;
  text-decoration: none;
}

.spending {
  line-height: 0px;
}
.text-normal {
  color: var(--bs-secondary);
  text-decoration: none;
}

.text-grafur:hover {
  color: #36b9cc;
}


.text-normal {
  color: var(--bs-secondary);
  text-decoration: none;
}

.text-grafur:hover {
  color: #36b9cc;
}

a {
  text-decoration: none;
}

a:hover {
  color: #0dcaf0 !important;
  text-emphasis: none;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: 12px;
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.centered {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-grafur {
  background-color: #36b9cc;
  color: #ffffff;
}

.nav-bottom {
  background: #ffffff;
  box-shadow: rgb(0 0 0 / 12%) 0px 2px 8px 0px;
  height: 72px;
}

.nav-bottom-cart {
  background: #ffffff;
  box-shadow: rgb(0 0 0 / 12%) 0px 2px 8px 0px;
  height: 96px;
}

.icon-nav {
  height: 26px;
  font-size: 20px;
}

.nav-link {
  margin-top: 10px;
  padding: 5px;
  color: #bcbcbc;
}

.nav-link:hover {
  text-decoration: none;
}

.navbar-light .navbar-brand {
  color: #0dcaf0;
}

.detail-transaction {
  text-decoration: none;
  color: var(--bs-secondary);
}

.detail-transaction:hover {
  color: var(--bs-secondary);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.43rem 1.84rem 0.43rem 0.84rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #51585e;
  vertical-align: middle;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: right 0.84rem center;
  background-size: 16px 12px;
  border: 1px solid #dee2e6;
  border-radius: 0.35rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header {
  height: 64px;
  border-radius: 5px;
}

.img-cart {
  height: 64px;
  border-radius: 5px;
}

.input-qty {
  max-width: 72px;
  margin-left: 0.5rem;
}
#main-content {
  margin-top: 5rem;
}

.img-profile {
  height: 96px;
}

.img-brand {
  height: 48px;
}

.icon-file {
  font-size: 24px;
}

.digitotp-group {
  display: flex;
  margin-bottom: 10px;
}

.digit {
  text-align: center;
}

/* -------------------------------------------------------------------------
  VERTICAL STEPPERS
-------------------------------------------------------------------------- */

/* Steps */

.step {
  position: relative;
  min-height: 1em;
  color: gray;
}

.step + .step {
  margin-top: 1.5em;
}

.step > div:first-child {
  position: static;
  height: 0;
}

.step > div:not(:first-child) {
  margin-left: 1.5em;
  padding-left: 1em;
}

.step.step-active {
  color: #36b9cc;
}

.step.step-active .circle {
  background-color: #36b9cc;
}

/* Circle */

.circle {
  background: gray;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 3px #fff;
}

/* Vertical Line */

.circle:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 1px;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 100%;
  width: 1px;
  transform: scale(1, 2);
  transform-origin: 50% -100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.step:last-child .circle:after {
  display: none;
}

/* Stepper Titles */

.title {
  line-height: 1.5em;
  font-weight: bold;
}

#main-content {
  margin-top: 5rem;
}

.img-profile {
  height: 96px;
}

.img-brand {
  height: 48px;
}

.icon-file {
  font-size: 24px;
}

.digitotp-group {
  display: flex;
  margin-bottom: 10px;
}

.digit {
  text-align: center;
}

/* -------------------------------------------------------------------------
  END OF VERTICAL STEPPERS
-------------------------------------------------------------------------- */

/* Steps */

.step {
  position: relative;
  min-height: 1em;
  color: gray;
}

.step + .step {
  margin-top: 1.5em;
}

.step > div:first-child {
  position: static;
  height: 0;
}

.step > div:not(:first-child) {
  margin-left: 1.5em;
  padding-left: 1em;
}

.step.step-active {
  color: #36b9cc;
}

.step.step-active .circle {
  background-color: #36b9cc;
}

/* Circle */

.circle {
  background: gray;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 3px #fff;
}

/* Vertical Line */

.circle:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 1px;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 100%;
  width: 1px;
  transform: scale(1, 2);
  transform-origin: 50% -100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.step:last-child .circle:after {
  display: none;
}

div#mlkeyboard ul {
  width: 800px;
}
div#mlkeyboard ul li {
  width: 50px;
}
div#mlkeyboard ul #mlkeyboard-left-shift {
  width: 132px;
}
div#mlkeyboard ul #mlkeyboard-space {
  width: 794px;
}
div#mlkeyboard ul #mlkeyboard-capslock {
  width: 95px;
}

.nmpd-grid td {
  padding: 10px;
}

.nmpd-grid > :not(:first-child) {
  border-top: 1px solid #fff;
}

.nmpd-grid .numero {
  width: 50px;
  background: #fff !important;
}

.nmpd-grid .done {
  color: #fff;
  background: #198754;
}

input.nmpd-display {
  background: #fff;
}

.nmpd-grid {
  border: none; 
  padding: 20px;
  background: #eeeeee;
}
.nmpd-grid>tbody>tr>td {border: none;}

/* Some custom styling for Bootstrap */
.qtyInput {display: block;
  width: 100%;
  padding: 6px 12px;
  color: #555;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.card.antrian-carousel-area {
  background-color: #008187;
  color: white;
  border-radius: 20px;
}

.card.antrian-form-area {
  background-color: #f99509;
  color: white;
  border-radius: 20px;
}
.card.antrian-form-area .card-header{
  border-radius: 20px;
  background-color: #f99509;
  border-bottom: 0px;
}

.card.antrian-form-area .form-text{
  color: white;
}

.antrian-sekarang {
  color: white;
  background-color: #007d83;
  font-size: 2rem;
}
.antrian-count {
  background-color: #f99509;
}

.antrian-count {
  margin-left: 115px;
}

.blink{
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#progress {
    width: 100%;
    height: 20px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-top: 10px;
}
#progress-bar {
    height: 100%;
    width: 0;
    background-color: #4caf50;
    border-radius: 5px;
}
#preview {
    margin-top: 10px;
    display: none;
}

