*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
}

:host {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  margin-right: 8px !important;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
:host:last-child, :host:last-of-type {
  margin-right: 0 !important;
}
[alignment=form-distribute] > :host:last-of-type:not(:last-child) {
  margin-right: 8px !important;
}

:host(.duet-m-0) {
  margin: 0 !important;
}

.duet-logo {
  -webkit-user-select: none;
  user-select: none;
  display: block;
  width: 154px;
  height: 40px;
  border-radius: 4px;
}
.duet-logo:focus {
  outline: 2px solid;
  outline-offset: 2px;
  outline-color: rgba(0, 119, 179, 0.8);
}
.duet-theme-turva .duet-logo:focus, .duet-logo:focus.duet-theme-turva, .duet-theme-turva2 .duet-logo:focus, .duet-logo:focus.duet-theme-turva2 {
  outline: 2px solid;
  outline-offset: 2px;
  outline-color: rgba(53, 79, 101, 0.8);
}
.duet-logo.duet-logo-en {
  width: 166px;
}
.duet-logo.duet-logo-sv {
  width: 167px;
}
.duet-logo.duet-theme-turva {
  width: 110px;
  height: 40px;
}
.duet-logo.duet-logo-inverse:focus {
  outline: 2px solid;
  outline-offset: 2px;
  outline-color: rgb(255, 255, 255);
}
.duet-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.duet-logo.large {
  width: 184.8px;
  height: 48px;
}
.duet-logo.large.duet-logo-en {
  width: 199.2px;
}
.duet-logo.large.duet-logo-sv {
  width: 200.4px;
}
.duet-logo.large.duet-theme-turva {
  width: 149.6px;
  height: 54.4px;
}
.duet-logo.duet-logo-only-symbol {
  width: 28px;
  height: 28px;
}

:host(.duet-theme-turva2) .duet-logo {
  width: 92px;
  height: 22.2px;
}
:host(.duet-theme-turva2) .duet-logo.large {
  width: 124.3243243243px;
  height: 30px;
}
:host(.duet-theme-turva2) .duet-logo.duet-logo-only-symbol {
  width: 28px;
  height: 28px;
}