.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

label {
  font-weight: 500;
  font-size: 16px;
  line-height: 18.752px;
  color: #212121;
}
label .optional {
  color: #757575;
  font-weight: normal;
}
label .outer-container {
  position: relative;
}
label .outer-container .left-icons,
label .outer-container .right-icons {
  display: flex;
  position: absolute;
  height: 24px;
  gap: 8px;
}
label .outer-container .left-icons tttx-icon,
label .outer-container .right-icons tttx-icon {
  height: 24px;
  width: 24px;
}
label .outer-container .left-icons {
  left: 8px;
}
label .outer-container .right-icons {
  right: 8px;
}
label .outer-container input,
label .outer-container textarea {
  color: #212121;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  margin-top: 4px;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  /* iPhone OS fix */
}
label .outer-container input.has-input-icon,
label .outer-container textarea.has-input-icon {
  padding-left: 40px;
}
label .outer-container input.has-input-icon.has-left-icon,
label .outer-container textarea.has-input-icon.has-left-icon {
  padding-left: 72px;
}
label .outer-container input.has-left-icon,
label .outer-container textarea.has-left-icon {
  padding-left: 40px;
}
label .outer-container input.has-right-icon,
label .outer-container textarea.has-right-icon {
  padding-right: 40px;
}
label .outer-container input.invalid,
label .outer-container textarea.invalid {
  border: 1px solid #dc0000;
}
label .outer-container input:not([type=submit]),
label .outer-container textarea:not([type=submit]) {
  font-family: "Roboto", serif;
  width: 100%;
  height: 36px;
  font-size: 16px;
  line-height: 18.752px;
}
label .outer-container input[type=radio],
label .outer-container textarea[type=radio] {
  width: 20px;
  height: 20px;
}
label .outer-container input[type=date],
label .outer-container textarea[type=date] {
  background: white;
  display: block;
  min-width: calc(100% - 18px);
  line-height: 37px;
}
label .outer-container input[readonly],
label .outer-container textarea[readonly] {
  cursor: default;
  pointer-events: none;
  user-select: none;
  color: gray;
}
label .outer-container input:focus,
label .outer-container textarea:focus {
  border-color: #1479c6;
}
label .outer-container input:focus-visible,
label .outer-container textarea:focus-visible {
  outline: none;
}
label .outer-container textarea {
  padding: 8px;
  height: auto;
  min-height: 100px;
  resize: vertical;
}
label .outer-container textarea.resize-none {
  resize: none;
}
label .outer-container.inputBlock {
  display: flex;
  align-items: center;
  line-height: 21px;
}
label .outer-container.inputBlock .left-icons,
label .outer-container.inputBlock .right-icons {
  margin-top: 4px;
}
label .outer-container.inputBlock.readonly {
  pointer-events: none;
  user-select: none;
  color: gray;
}
label .outer-container.inputBlock.radioBlock {
  display: block;
}
label .outer-container.inputInline {
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin: 0;
}
label .outer-container.inputInline input {
  margin-top: 0;
}
label .secondarylabel {
  color: #757575;
  font-size: 14px;
  line-height: 16.408px;
  font-weight: normal;
  display: flex;
  margin-top: 4px;
}
label .errorBubble {
  position: relative;
  font-size: 14px;
  line-height: 16.408px;
  font-weight: normal;
  width: 100%;
  font-family: "Roboto", sans-serif;
  color: #dc0000;
  display: flex;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 4px;
}
label .errorBubble:not(.visible) {
  display: none;
}
label .errorBubble span {
  color: #dc0000;
  font-size: 16px;
  margin-right: 4px;
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #9e9e9e;
}

button {
  cursor: pointer;
}

.button {
  font-family: Roboto, serif;
  box-sizing: border-box;
  height: 36px;
  min-width: 36px;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #212121;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  text-transform: uppercase;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.button-content {
  display: block;
  padding: 0 16px;
}

.icon-left,
.icon-right {
  margin-top: 4px;
}

.iconleft {
  padding-left: 8px;
}

.iconleft .button-content {
  padding-left: 4px;
}

.iconright {
  padding-right: 8px;
}

.iconright .button-content {
  padding-right: 4px;
}

.notext {
  padding: 0 6px;
}

.button:active {
  background: rgba(17, 17, 17, 0.2);
  border: 1px solid #d5d5d5;
}

.blackout {
  background: #363636;
  border: 1px solid #363636;
  color: white;
}

.blackout:active {
  background: #212121;
  border: 1px solid #212121;
}

.primary {
  background: #1479c6;
  border: 1px solid #1479c6;
  color: white;
}

.primary:active {
  background: #1464a2;
  border: 1px solid #1464a2;
}

.borderless {
  background: transparent;
  border: none;
  color: #212121;
}

.borderless:active {
  background: rgba(17, 17, 17, 0.2);
  border: none;
}

.borderless-circle {
  background: transparent;
  border: none;
  color: #212121;
  border-radius: 50%;
}

.borderless-circle:active {
  border: none;
}

.borderless-circle:focus {
  border-color: transparent;
}

.danger {
  background: #dc0000;
  border: 1px solid #dc0000;
  color: white;
}

.danger:active {
  background: #b00000;
  border: 1px solid #b00000;
}

.disabled {
  background: #aeaeae;
  border: none;
  color: #4c4c4c;
  cursor: not-allowed;
}

.disabled:active {
  background: #aeaeae;
  border: none;
  color: #4c4c4c;
  cursor: not-allowed;
}

@media (hover: hover) {
  .button:hover {
    background: rgba(17, 17, 17, 0.1);
    border: 1px solid #d5d5d5;
  }

  .primary:hover {
    background: #146eb3;
    border: 1px solid #146eb3;
  }

  .borderless:hover {
    background: rgba(17, 17, 17, 0.1);
    border: none;
  }

  .borderless-circle:hover {
    background: rgba(17, 17, 17, 0.1);
    border: none;
  }

  .danger:hover {
    background: #c60000;
    border: 1px solid #c60000;
  }

  .disabled:hover {
    background: #aeaeae;
    border: none;
    color: #4c4c4c;
    cursor: not-allowed;
  }

  .blackout:hover {
    background: #212121;
    border: 1px solid #212121;
  }
}
:host {
  display: block;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

label {
  display: block;
  position: relative;
  margin-bottom: 16px;
}

.inlineLabel {
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
}

input ~ label {
  font-weight: 400;
}

select {
  font-family: "Roboto", serif;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 0 16px;
  font-size: 16px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  margin-top: 4px;
}

.placeholder {
  color: #9e9e9e;
}

.placeholder option {
  color: initial;
}

select.invalid:invalid {
  border: 1px solid #dc0000;
}

select ~ .errorBubble {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  font-family: "Roboto", sans-serif;
  color: #dc0000;
  display: flex;
  align-content: center;
  align-items: center;
  justify-items: center;
}

select ~ .errorBubble:not(.visible) {
  visibility: hidden;
}

select ~ .errorBubble span {
  color: #dc0000;
  font-size: 16px;
  margin-right: 4px;
  height: 16px;
}

select.invalid:invalid ~ .errorBubble {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  font-family: "Roboto", sans-serif;
  color: #dc0000;
  visibility: visible;
}

select:focus {
  border-color: #1479c6;
}

select:focus-visible {
  outline: none;
}

.button {
  padding: 0 16px;
}

.footer {
  display: flex;
  gap: 16px;
  flex-direction: row-reverse;
}

label.flex-label {
  display: flex;
  flex-direction: column;
  width: 346px;
  box-sizing: border-box;
}

label > .outer-container > input[type=date] {
  min-width: 0;
  width: 200px;
}

label.flex-label input[type=time] {
  min-width: auto;
  text-align: center;
  width: 130px;
  margin-left: 16px;
}

label > .outer-container > input[type=date],
label.flex-label input[type=time] {
  line-height: 36px;
}

input[type=radio] ~ span {
  transform: translateY(-17%);
  display: inline-block;
  margin-left: 5px;
}