*,
*::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;
  display: inline-flex;
  width: 100%;
  min-width: calc(33.333% - 8px);
  max-width: 100%;
  line-height: 1.25;
  vertical-align: bottom;
  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-number-container {
  position: relative;
  width: 100%;
}

.duet-number-buttons {
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 200;
  width: 96px;
  height: calc(100% - 2px);
}
.duet-number-buttons .duet-number-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
}
.duet-number-buttons .duet-number-button:focus {
  outline: 0;
}
:host(.user-is-tabbing) .duet-number-buttons .duet-number-button:focus {
  outline: 2px solid;
  outline-offset: 0;
  outline-color: rgba(0, 119, 179, 0.8);
}
.duet-theme-turva :host(.user-is-tabbing) .duet-number-buttons .duet-number-button:focus, :host(.user-is-tabbing) .duet-number-buttons .duet-number-button:focus.duet-theme-turva, .duet-theme-turva2 :host(.user-is-tabbing) .duet-number-buttons .duet-number-button:focus, :host(.user-is-tabbing) .duet-number-buttons .duet-number-button:focus.duet-theme-turva2 {
  outline-color: rgba(53, 79, 101, 0.8);
}
.duet-number-buttons .duet-number-button[aria-disabled=true], .duet-number-buttons .duet-number-button:disabled {
  pointer-events: none;
}
.duet-number-buttons .duet-number-button[aria-disabled=true] duet-icon, .duet-number-buttons .duet-number-button:disabled duet-icon {
  opacity: 0.4;
}
.duet-number-buttons .duet-number-button:active duet-icon {
  transform: translateY(1px);
}
:host(.user-is-tabbing) .duet-number-buttons .duet-number-button:focus {
  z-index: 2;
}
.duet-number-buttons .duet-number-button:first-of-type {
  border-left: 1px solid rgb(181, 198, 208);
}
.duet-number-buttons .duet-number-button:first-of-type::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-number-buttons .duet-number-button:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.duet-number-buttons .duet-number-button:last-of-type::before {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
  width: 1px;
  height: 60%;
  content: "";
  background: rgb(212, 223, 229);
}

:host(.duet-theme-turva) .duet-number-buttons .duet-number-button:first-of-type::before {
  background: linear-gradient(to left, rgba(199, 202, 207, 0.2) 0%, rgba(199, 202, 207, 0.2) 1px, rgba(199, 202, 207, 0.1) 1px, rgba(199, 202, 207, 0) 100%);
}
:host(.duet-theme-turva) .duet-number-buttons .duet-number-button:last-of-type::before {
  background: rgb(222, 224, 228);
}

:host(.duet-theme-turva2) .duet-theme-turva .duet-number-buttons .duet-number-button:first-of-type::before {
  background: linear-gradient(to left, rgba(178, 194, 205, 0.2) 0%, rgba(178, 194, 205, 0.2) 1px, rgba(178, 194, 205, 0.1) 1px, rgba(178, 194, 205, 0) 100%);
}
:host(.duet-theme-turva2) .duet-theme-turva .duet-number-buttons .duet-number-button:last-of-type::before {
  background: rgb(212, 221, 226);
}