html,
body {
  font-size: 16px;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.operator main {
  margin-top: 71px;
}
.operator main .card .card-header {
  font-size: 1.25em;
  font-weight: bold;
}
.operator main .card .card-body {
  padding-bottom: 0;
}
.operator main .card .card-body .dropdown {
  margin-bottom: 1.25rem;
}
.operator main .card .card-body .btn {
  margin-bottom: 1.25rem;
}
.operator .dropdown-item {
  font-size: 1.25rem;
  padding: 1rem 1.5rem;
}
.btn-xl {
  padding: .5rem 1rem;
  font-size: 1.75rem;
  line-height: 2;
  border-radius: 0.3rem;
}
.kiosk {
  color: #00499A;
  padding: 36px;
  width: 1920px;
  height: 750px;
  -webkit-transform: scale(0.695, 0.695);
  -webkit-transform-origin: left top;
}
.kiosk .container-fluid .header-1 {
  font-size: 120px;
  font-weight: 600;
  line-height: 1;
}
.kiosk .container-fluid .header-10 {
  font-size: 120px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 64px;
}
.kiosk .container-fluid .header-2 {
  font-size: 60px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 48px;
}
.kiosk .container-fluid .first-row {
  border-top: 6px solid #00499A;
}
.kiosk .container-fluid .second-row {
  border-top: 1px solid #00499A;
  border-bottom: 1px solid #00499A;
}
.kiosk .container-fluid .last-row {
  border-bottom: 1px solid #00499A;
  padding-top: 54px;
}
.kiosk .container-fluid .last-row p {
  font-size: 30px;
  text-align: right;
  margin-bottom: 0;
  line-height: 1.5;
}
.kiosk .container-fluid .last-row p.font-size-40 {
  font-size: 40px;
}
.kiosk .container-fluid .btn {
  font-size: 68px;
  font-weight: 500;
  border-radius: 12px;
  margin: 44px 10px;
  width: 790px;
  height: 400px;
}
.kiosk .container-fluid .btn-main {
  color: #fff;
  background-color: #00499A;
  border-color: #00499A;
  padding: 15px;
  line-height: 1.3;
}
.kiosk .container-fluid .btn-second {
  color: #fff;
  background-color: #636463;
  border-color: #636463;
  padding: 15px;
  line-height: 1;
}
.kiosk .container-fluid .display-10 {
  font-size: 360px;
  font-weight: 600;
  line-height: 600px;
}
.kiosk .logo {
  width: 287px;
}
.lcd .client-action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lcd .big-display-1 {
  font-size: 70vh;
  font-weight: bold;
}
.multi-lcd .action-box-called .card-body,
.multi-lcd .action-box-served .card-body {
  padding: 0;
}
.multi-lcd .action-box-called .card-body .card-title,
.multi-lcd .action-box-served .card-body .card-title {
  font-size: 46vw;
  /* 46vw - fullHD screen*/
  text-align: center;
  margin-bottom: 0;
}
.cards {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.cards > hr {
  margin-right: 0;
  margin-left: 0;
}
.cards > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.cards > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.cards-deck {
  display: flex;
  flex-direction: column;
}
.cards-deck .cards {
  margin-bottom: 15px;
}
/*
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}


*/
.table th,
.table td {
  vertical-align: middle;
}
.blink-1 {
  -webkit-animation: blink-1 2s 3 both;
  animation: blink-1 2s 3 both;
}
.slow {
  -webkit-animation: 2s;
  animation: 2s;
}
.bg-yellow {
  background-color: #FFFF00 !important;
}
.bg-lightgrey {
  background-color: #CCCCCC !important;
}
.color-red {
  color: #FF0000;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-10-8 14:20:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.1;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.1;
  }
}
