.duet-internal-label {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  margin-bottom: 12px !important;
  position: relative;
  z-index: 100;
  display: inline-flex;
  width: auto;
  margin-top: 8px !important;
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 600 !important;
  line-height: 1.25;
  line-height: 1.25;
  color: rgb(8, 42, 77);
  text-align: left;
  word-break: break-word;
  cursor: default;
}
.duet-internal-label.duet-p-0 {
  padding: 0 !important;
}
.duet-internal-label.duet-m-0 {
  margin: 0 !important;
}
.duet-internal-label span {
  font-size: 1rem;
  font-weight: 600 !important;
  word-break: break-word;
}
.duet-internal-label.duet-m-0 {
  margin-bottom: 0 !important;
}
.duet-internal-label.duet-small-margin {
  margin-top: 8px !important;
  margin-bottom: 4px !important;
}
.duet-internal-label.duet-has-tooltip {
  padding-right: 48px;
}
@media (min-width: 48em) {
  .duet-internal-label.duet-has-tooltip {
    padding-right: 0;
  }
}
.duet-internal-label.duet-internal-label-small {
  font-size: 0.875rem;
}
.duet-internal-label.duet-internal-label-small span {
  font-size: 0.875rem;
}
.duet-internal-label.duet-weight-normal {
  font-weight: 400 !important;
}
.duet-internal-label.duet-weight-normal span {
  font-weight: 400 !important;
}
.duet-internal-label.duet-theme-turva {
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: rgb(23, 42, 59);
}

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

:host {
  margin-right: 16px !important;
}

:host(:last-child),
:host(:last-of-type) {
  margin-right: 0 !important;
}

:host(.form-distribute:last-of-type:not(:last-child)) {
  margin-right: 16px !important;
}

:host {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  margin-bottom: 12px !important;
  position: relative;
  display: inline-flex;
  width: 100%;
  min-width: calc(33.333% - 8px);
  max-width: 100%;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 36em) {
  :host {
    width: calc(50% - 16px - 3px);
  }
}

:host(.duet-expand) {
  width: 100% !important;
}

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

.duet-date {
  position: relative;
  width: 100%;
}

.duet-date button,
.duet-date-dialog button {
  max-width: initial !important;
  min-height: initial !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: initial;
}

.duet-date-button {
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  z-index: 200;
  box-sizing: content-box;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 48px;
  color: rgb(8, 42, 77);
  cursor: pointer;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(127, 150, 165);
  border-left-color: rgb(181, 198, 208);
  border-radius: 0 4px 4px 0;
  transition: box-shadow 150ms ease, border 150ms ease !important;
}
.duet-theme-turva .duet-date-button {
  color: rgb(23, 28, 58);
  border-color: rgb(143, 147, 158);
  border-left-color: rgb(199, 202, 207);
}
.duet-date-button::before {
  position: absolute;
  top: 0;
  left: -6px;
  width: 6px;
  height: 100%;
  content: "";
  background: linear-gradient(to left, rgba(181, 198, 208, 0.2) 0%, rgba(181, 198, 208, 0.2) 1px, rgba(181, 198, 208, 0.1) 1px, rgba(181, 198, 208, 0) 100%);
}
.duet-date-button:hover:not(:disabled) {
  outline: 2px solid;
  outline-color: rgb(98, 121, 138);
  outline-offset: -1px;
}
.duet-theme-turva .duet-date-button:hover:not(:disabled), .duet-date-button:hover:not(:disabled).duet-theme-turva, .duet-theme-turva2 .duet-date-button:hover:not(:disabled), .duet-date-button:hover:not(:disabled).duet-theme-turva2 {
  outline-color: rgb(120, 145, 164);
}
.duet-date-button:disabled {
  pointer-events: none;
  cursor: not-allowed;
  background: rgb(245, 248, 250) !important;
  border: 0 !important;
}
.duet-theme-turva .duet-date-button:disabled {
  background: rgb(245, 247, 250) !important;
}
.duet-date-button:disabled::before {
  display: none;
}
.duet-date-button:disabled duet-icon {
  opacity: 0.4;
}
.duet-date-button duet-icon {
  transform: translateY(-1px);
}
.duet-date-button:active duet-icon {
  transform: translateY(0);
}
.duet-date-input-has-focus .duet-date-button, .duet-date-button:focus {
  height: 46px;
  color: rgb(0, 119, 179);
}
.duet-date-input-has-focus .duet-date-button:focus, .duet-date-button:focus:focus {
  outline: 2px solid;
  outline-offset: 2px;
  outline-color: rgba(0, 119, 179, 0.8);
}
.duet-theme-turva .duet-date-input-has-focus .duet-date-button:focus, .duet-date-input-has-focus .duet-date-button:focus.duet-theme-turva, .duet-theme-turva2 .duet-date-input-has-focus .duet-date-button:focus, .duet-date-input-has-focus .duet-date-button:focus.duet-theme-turva2, .duet-theme-turva .duet-date-button:focus:focus, .duet-date-button:focus:focus.duet-theme-turva, .duet-theme-turva2 .duet-date-button:focus:focus, .duet-date-button:focus:focus.duet-theme-turva2 {
  outline: 2px solid;
  outline-offset: 2px;
  outline-color: rgba(53, 79, 101, 0.8);
}
.duet-theme-turva.duet-date-input-has-focus .duet-date-button, .duet-theme-turva .duet-date-button:focus {
  color: rgb(23, 28, 58);
}

.input-error {
  border-top-color: rgb(214, 28, 82);
  border-right-color: rgb(214, 28, 82);
  border-bottom-color: rgb(214, 28, 82);
}

.duet-date-dialog {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 900;
  display: flex;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  transform: scale(0.96) translateZ(0) translateY(-20px);
  transform-origin: top right;
  transition: transform 300ms ease, opacity 300ms ease, visibility 300ms ease;
}
@media (min-width: 36em) {
  .duet-date-dialog.left {
    right: 0;
    left: auto;
    width: auto;
  }
}
@media (max-width: 35.9375em) {
  .duet-date-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateZ(0);
    transform-origin: bottom center;
    transition: opacity 400ms ease, visibility 400ms ease;
  }
}
.duet-date-dialog.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1.0001) translateZ(0) translateY(0);
  transition-property: transform, opacity;
}
@media (min-width: 36em) {
  .duet-date-dialog.error {
    top: calc(100% - 28px);
    margin-top: 4px;
  }
}

.duet-date-dialog-wrapper {
  position: relative;
  z-index: 600;
  width: 100%;
  min-width: 290px;
  max-width: 310px;
  padding: 16px 16px 20px;
  margin-top: 8px;
  margin-left: auto;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(212, 223, 229);
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(0, 41, 77, 0.15);
  transform: none;
}
.duet-theme-turva .duet-date-dialog-wrapper {
  border-color: rgb(222, 224, 228);
}
@media (max-width: 35.9375em) {
  .duet-date-dialog-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 900;
    visibility: hidden;
    max-width: none;
    min-height: 25em;
    padding: 0 8% 20px;
    margin: 0;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    opacity: 0;
    transform: translateZ(0) translateY(100%);
    transition: transform 400ms ease, opacity 400ms ease, visibility 400ms ease;
  }
  .active .duet-date-dialog-wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateZ(0) translateY(0);
    transition-property: transform, opacity;
  }
}

.duet-date-table {
  width: 100%;
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: rgb(8, 42, 77);
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
}
.duet-date-table.duet-theme-turva {
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: rgb(23, 28, 58);
}
.duet-date-table th {
  padding-bottom: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.duet-date-table .duet-date-table-cell {
  text-align: center;
}
.duet-date-table .duet-date-table-cell:focus {
  outline: none;
}

.duet-date-table-button {
  position: relative;
  z-index: 100;
  display: inline-block !important;
  width: 36.9230769231px !important;
  height: 36.9230769231px !important;
  min-height: initial !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 2.6 !important;
  vertical-align: initial !important;
  color: rgb(8, 42, 77) !important;
  text-align: center;
  cursor: pointer;
  background: transparent !important;
  border-radius: 50% !important;
  transition: initial !important;
}
.duet-theme-turva .duet-date-table-button {
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  color: rgb(23, 28, 58) !important;
}
.duet-date-table-button:hover {
  background: rgb(228, 241, 247) !important;
}
.duet-theme-turva .duet-date-table-button:hover {
  background: rgb(255, 227, 228) !important;
}
.duet-date-table-button.today {
  z-index: 200;
  color: rgb(0, 75, 129) !important;
  background: rgb(240, 247, 250) !important;
  box-shadow: 0 0 0 1px #0077b3 !important;
}
.duet-theme-turva .duet-date-table-button.today {
  color: rgb(126, 2, 35) !important;
  background: rgb(255, 241, 241) !important;
  box-shadow: 0 0 0 1px #171c3a !important;
}
.selected .duet-date-table-button, :focus .duet-date-table-button {
  color: rgb(255, 255, 255) !important;
  outline: 0;
  background: rgb(0, 119, 179) !important;
}
.duet-theme-turva .selected .duet-date-table-button, .duet-theme-turva :focus .duet-date-table-button {
  color: rgb(255, 255, 255) !important;
  background: rgb(198, 12, 48) !important;
}
.duet-date-table-button:active {
  outline: 2px solid;
  outline-offset: 2px;
  outline-color: rgba(0, 119, 179, 0.8);
  z-index: 200;
  color: rgb(255, 255, 255) !important;
  background: rgb(0, 119, 179) !important;
}
.duet-theme-turva .duet-date-table-button:active, .duet-date-table-button:active.duet-theme-turva, .duet-theme-turva2 .duet-date-table-button:active, .duet-date-table-button:active.duet-theme-turva2 {
  outline-color: rgba(53, 79, 101, 0.8);
}
.duet-theme-turva .duet-date-table-button:active {
  color: rgb(255, 255, 255) !important;
  background: rgb(198, 12, 48) !important;
}
:focus .duet-date-table-button {
  outline: 2px solid;
  outline-offset: 2px;
  outline-color: rgba(0, 119, 179, 0.8);
  z-index: 200;
}
.duet-theme-turva :focus .duet-date-table-button, :focus .duet-date-table-button.duet-theme-turva, .duet-theme-turva2 :focus .duet-date-table-button, :focus .duet-date-table-button.duet-theme-turva2 {
  outline-color: rgba(53, 79, 101, 0.8);
}
.duet-date-table-button.disabled {
  color: rgb(127, 150, 165) !important;
  cursor: default;
  outline: none !important;
  background: transparent !important;
}
.duet-theme-turva .duet-date-table-button.disabled {
  color: rgb(143, 147, 158) !important;
  outline: none !important;
  background: transparent !important;
}
.duet-date-table-button.outside {
  color: rgb(127, 150, 165) !important;
  pointer-events: none;
  cursor: default;
  outline: none;
  background: rgb(245, 248, 250) !important;
  opacity: 0.75;
}
.duet-theme-turva .duet-date-table-button.outside {
  color: rgb(143, 147, 158);
  outline: none;
  background: rgb(245, 247, 250);
}

.duet-date-dialog-header {
  margin-bottom: 16px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.duet-date-dialog-buttons {
  white-space: nowrap;
}
.duet-date-dialog-buttons ::part(button) {
  border: 0;
}

.duet-date-dialog-select {
  position: relative;
  display: inline-flex;
  margin-top: 4px;
}
.duet-date-dialog-select .duet-date-dialog-select-label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 8px;
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: rgb(8, 42, 77);
  pointer-events: none;
  border-radius: 4px;
}
.duet-theme-turva .duet-date-dialog-select .duet-date-dialog-select-label {
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: rgb(23, 28, 58);
}
.duet-date-dialog-select span {
  margin-right: 4px;
}
.duet-date-dialog-select select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  cursor: pointer;
  opacity: 0;
}
.duet-date-dialog-select select:focus + .duet-date-dialog-select-label {
  outline: 2px solid;
  outline-offset: 2px;
  outline-color: rgba(0, 119, 179, 0.8);
}
.duet-theme-turva .duet-date-dialog-select select:focus + .duet-date-dialog-select-label, .duet-date-dialog-select select:focus + .duet-date-dialog-select-label.duet-theme-turva, .duet-theme-turva2 .duet-date-dialog-select select:focus + .duet-date-dialog-select-label, .duet-date-dialog-select select:focus + .duet-date-dialog-select-label.duet-theme-turva2 {
  outline-color: rgba(53, 79, 101, 0.8);
}

.duet-date-dialog-mobile-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120%;
  padding: 12px 20px;
  margin-bottom: 20px;
  margin-left: -10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgb(181, 198, 208);
}
@media (min-width: 36em) {
  .duet-date-dialog-mobile-header {
    position: absolute;
    top: -8px;
    right: -8px;
    width: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    border: 0;
  }
}
.duet-theme-turva .duet-date-dialog-mobile-header {
  border-color: rgb(199, 202, 207);
}
.duet-date-dialog-mobile-header label {
  display: inline-block;
  max-width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 36em) {
  .duet-date-dialog-mobile-header label {
    display: none;
  }
}

.duet-date-picker-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px !important;
  padding: 0 !important;
  color: rgb(8, 42, 77) !important;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: rgb(245, 248, 250) !important;
  border-radius: 50%;
}
@media (min-width: 36em) {
  .duet-date-picker-close {
    opacity: 0;
  }
}
.duet-theme-turva .duet-date-picker-close {
  background: rgb(245, 247, 250) !important;
}
.duet-date-picker-close:hover {
  background: rgb(245, 248, 250) !important;
}
.duet-theme-turva .duet-date-picker-close:hover {
  background: rgb(245, 247, 250) !important;
}
.duet-date-picker-close:focus {
  outline: 2px solid;
  outline-offset: 2px;
  outline-color: rgba(0, 119, 179, 0.8);
}
.duet-theme-turva .duet-date-picker-close:focus, .duet-date-picker-close:focus.duet-theme-turva, .duet-theme-turva2 .duet-date-picker-close:focus, .duet-date-picker-close:focus.duet-theme-turva2 {
  outline-color: rgba(53, 79, 101, 0.8);
}
@media (min-width: 36em) {
  .duet-date-picker-close:focus {
    opacity: 1;
  }
}

:host(.duet-theme-turva2) .duet-theme-turva .duet-date-button {
  color: rgb(23, 42, 59);
}
:host(.duet-theme-turva2) .duet-theme-turva.duet-date-input-has-focus :host(.duet-theme-turva2) .duet-theme-turva, :host(.duet-theme-turva2) .duet-theme-turva:focus {
  color: rgb(23, 42, 59);
}
:host(.duet-theme-turva2) .duet-theme-turva .duet-date-table-button {
  color: rgb(23, 42, 59) !important;
}
:host(.duet-theme-turva2) .duet-theme-turva .duet-date-table-button:hover:not(.disabled) {
  background: rgb(251, 225, 209) !important;
}
:host(.duet-theme-turva2) .duet-theme-turva .duet-date-table-button.today {
  background: rgb(253, 247, 242) !important;
}
:host(.duet-theme-turva2) .duet-theme-turva .duet-date-table-button:active {
  color: rgb(255, 255, 255) !important;
  background: rgb(230, 23, 64) !important;
}
:host(.duet-theme-turva2) .duet-theme-turva .duet-date-table-button.outside {
  color: rgb(120, 145, 164) !important;
  background: rgb(245, 246, 247) !important;
}
:host(.duet-theme-turva2) .duet-theme-turva .duet-date-table-button.disabled {
  color: rgb(199, 202, 207) !important;
}
:host(.duet-theme-turva2) .duet-theme-turva [aria-pressed=true] .duet-date-table-button,
:host(.duet-theme-turva2) .duet-theme-turva :focus .duet-date-table-button {
  color: rgb(255, 255, 255) !important;
  background: rgb(230, 23, 64) !important;
}
:host(.duet-theme-turva2) .duet-theme-turva.duet-date-table {
  color: rgb(23, 42, 59);
}