/**
 * @file
 * Kiosk header component styles - Colored bar
 */

.kiosk-header {
  flex-grow: 0;
}

.kiosk-colored-bar {
  height: 9px;
  border: 0;
  margin: 0;
  opacity: 1;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Satoshi', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.1px;
  position: relative;
}

.kiosk-colored-bar .btn-gtranslate {
  transition: color 0.2s;
  text-decoration: underline;
  font-weight: 500;
}

.kiosk-colored-bar .btn-gtranslate:hover,
.kiosk-colored-bar .btn-gtranslate:focus,
.kiosk-colored-bar .btn-gtranslate:active {
  color: #fff;
}

.kiosk-colored-bar--has-text {
  padding: 12px 24px;
  height: unset;
}

.kiosk-colored-bar__red {
  background-color: #D14C29;
}

.kiosk-colored-bar__red.kiosk-colored-bar--thick {
  min-height: 36px;
}

.kiosk-colored-bar__orange {
  background-color: #ec634a;
}

.kiosk-colored-bar__orange.kiosk-colored-bar--thick {
  min-height: 28px;
}

.kiosk-colored-bar__light-orange {
  background-color: #ef9e59;
}

.kiosk-colored-bar__light-orange.kiosk-colored-bar--thick {
  min-height: 24px;
}