/**
* CSS Reset heavily inspired by Fraser Boag's reset.
* Source: https://www.boag.online/blog/css-reset
*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.seam-components {
  font-family: "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.seam-components *,
.seam-components *::before,
.seam-components *::after {
  box-sizing: border-box;
}
.seam-components html,
.seam-components body,
.seam-components div,
.seam-components span,
.seam-components object,
.seam-components iframe,
.seam-components figure,
.seam-components h1,
.seam-components h2,
.seam-components h3,
.seam-components h4,
.seam-components h5,
.seam-components h6,
.seam-components p,
.seam-components blockquote,
.seam-components pre,
.seam-components a,
.seam-components code,
.seam-components em,
.seam-components img,
.seam-components small,
.seam-components strike,
.seam-components strong,
.seam-components sub,
.seam-components sup,
.seam-components tt,
.seam-components b,
.seam-components u,
.seam-components i,
.seam-components ol,
.seam-components ul,
.seam-components li,
.seam-components fieldset,
.seam-components form,
.seam-components label,
.seam-components table,
.seam-components caption,
.seam-components tbody,
.seam-components tfoot,
.seam-components thead,
.seam-components tr,
.seam-components th,
.seam-components td,
.seam-components main,
.seam-components canvas,
.seam-components embed,
.seam-components footer,
.seam-components header,
.seam-components nav,
.seam-components section,
.seam-components video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}
.seam-components footer,
.seam-components header,
.seam-components nav,
.seam-components section,
.seam-components main {
  display: block;
}
.seam-components body {
  line-height: 1;
}
.seam-components ol,
.seam-components ul {
  list-style: none;
}
.seam-components blockquote,
.seam-components q {
  quotes: none;
}
.seam-components blockquote::before,
.seam-components blockquote::after,
.seam-components q::before,
.seam-components q::after {
  content: "";
  content: none;
}
.seam-components table {
  border-collapse: collapse;
  border-spacing: 0;
}
.seam-components input {
  appearance: none;
  border-radius: 0;
}
.seam-components h1,
.seam-components h2,
.seam-components h3,
.seam-components h4,
.seam-components h5,
.seam-components h6 {
  font-weight: 600;
}
.seam-components .seam-caption {
  color: #9da1a9;
}
.seam-components .seam-text-danger {
  color: #e36857;
}
.seam-components html {
  color: #232b3a;
}
.seam-components .seam-truncated-text {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.seam-components .seam-font-24 {
  font-size: 24px;
}
.seam-components .seam-table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  padding: 0 16px;
}
.seam-components .seam-table-header .seam-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.seam-components .seam-table-header .seam-table-header-loading-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seam-components .seam-table-title {
  font-size: 21px;
  line-height: 132%;
}
.seam-components .seam-table-title .seam-caption {
  font-size: 16px;
  line-height: 134%;
}
.seam-components .seam-table-row {
  display: flex;
  padding: 4px;
  height: 72px;
  border-bottom: 1px solid #eee;
}
.seam-components .seam-table-row:hover {
  background: rgb(244, 246, 248);
}
.seam-components .seam-table-row .seam-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 132%;
}
.seam-components .seam-table-cell {
  display: flex;
  align-items: center;
  padding: 4px;
}
.seam-components .seam-table-empty-placeholder {
  height: 300px;
  font-size: 18px;
  line-height: 132%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seam-components .seam-table-filter-bar {
  display: flex;
  align-items: center;
  padding: 6px 16px;
  background: #f1f3f4;
}
.seam-components .seam-table-filter-bar .seam-clear-filters-button {
  margin-left: 6px;
  border: 0;
  background: transparent !important;
  padding: 0;
}
.seam-components .seam-table-filter-bar .seam-clear-filters-button svg {
  font-size: 20px;
}
.seam-components .seam-table-filter-bar .seam-clear-filters-button svg * {
  fill: #6e7179;
}
.seam-components .seam-table-filter-item {
  display: flex;
  align-items: center;
  padding: 2px 8px 2px 5px;
  border-radius: 5px;
  border: 1px solid #f1f3f4;
  font-size: 14px;
  line-height: 134%;
}
.seam-components .seam-table-filter-item svg {
  font-size: 19px;
  margin: 3px 4px;
}
.seam-components .seam-table-filter-item.seam-clickable {
  cursor: pointer;
}
.seam-components .seam-table-filter-item.seam-clickable:hover {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #d5d8dc;
}
.seam-components .seam-table-filter-item.seam-selected {
  background: #fff;
  border: 1px solid #d5d8dc;
}
.seam-components .seam-text-field > .seam-main {
  background: #fff;
  border: 1px solid #d5d8dc;
  border-radius: 8px;
  display: flex;
  padding: 0 8px;
  align-items: center;
}
.seam-components .seam-text-field > .seam-main:hover {
  border-color: #232b3a;
}
.seam-components .seam-text-field > .seam-main:focus-within {
  border-color: #007afc;
}
.seam-components .seam-text-field .seam-text-field-input {
  height: 40px;
  border: 0;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.seam-components .seam-text-field .seam-text-field-input:focus {
  outline: none;
}
.seam-components .seam-text-field .seam-adornment {
  display: flex;
  align-items: center;
}
.seam-components .seam-text-field .seam-adornment svg {
  font-size: 22px;
}
.seam-components .seam-text-field .seam-adornment.seam-start {
  margin-right: 4px;
}
.seam-components .seam-text-field .seam-adornment button {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  border-radius: 4px;
  cursor: pointer;
}
.seam-components .seam-text-field .seam-adornment button:hover {
  background-color: #e9edef;
}
.seam-components .seam-text-field .seam-adornment button.seam-hidden {
  opacity: 0;
  visibility: hidden;
}
.seam-components .seam-text-field > .seam-helper-text {
  margin-top: 4px;
}
.seam-components .seam-text-field.seam-disabled > .seam-main {
  border-color: #d5d8dc;
  background: #ececec;
  cursor: not-allowed;
}
.seam-components .seam-text-field.seam-disabled > .seam-main > .seam-text-field-input {
  cursor: not-allowed;
}
.seam-components .seam-text-field.seam-large > .seam-main {
  padding: 0 12px;
}
.seam-components .seam-text-field.seam-large > .seam-main > .seam-text-field-input {
  height: 48px;
}
.seam-components .seam-text-field.seam-error > .seam-main {
  border: 1px solid #e36857;
}
.seam-components .seam-text-field.seam-error > .seam-helper-text {
  color: #e36857;
}
.seam-components .seam-search-text-field svg * {
  fill: #9da1a9;
}
.seam-components .seam-input-label {
  cursor: default;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 134%;
}
.seam-components .seam-form-field {
  margin-bottom: 24px;
}
.seam-components .seam-form-field > .seam-input-label {
  user-select: none;
}
.seam-components .seam-form-field > .seam-radio-field {
  margin-top: 4px;
}
.seam-components .seam-btn {
  font-family: "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
.seam-components .seam-btn.seam-btn-small {
  font-size: 14px;
  line-height: 22px;
  border-radius: 6px;
  padding: 4px 10px;
}
.seam-components .seam-btn.seam-btn-medium {
  font-size: 16px;
  line-height: 26px;
  border-radius: 7px;
  padding: 6px 16px;
}
.seam-components .seam-btn.seam-btn-large {
  font-size: 19px;
  line-height: 30px;
  border-radius: 8px;
  padding: 8px 22px;
}
.seam-components .seam-btn.seam-btn-solid {
  background: #007afc;
  color: #fff;
  border: 1px solid #007afc;
}
.seam-components .seam-btn.seam-btn-solid:hover {
  background: rgb(0, 109.8, 226.8);
  border-color: rgb(0, 109.8, 226.8);
}
.seam-components .seam-btn.seam-btn-solid.seam-btn-disabled, .seam-components .seam-btn.seam-btn-solid:disabled {
  background: rgb(192.735, 222.8791666667, 255);
  border-color: rgb(192.735, 222.8791666667, 255);
}
.seam-components .seam-btn.seam-btn-outline {
  color: #007afc;
  border: 1px solid rgb(126, 188.4523809524, 255);
  background: transparent;
}
.seam-components .seam-btn.seam-btn-outline:hover {
  background: rgb(242.1, 248.3452380952, 255);
}
.seam-components .seam-btn.seam-btn-outline.seam-btn-disabled, .seam-components .seam-btn.seam-btn-outline:disabled {
  background: transparent;
  color: rgb(126, 188.4523809524, 255);
}
.seam-components .seam-btn.seam-btn-danger {
  color: #e36857;
  border: 1px solid #e36857;
  background: transparent;
}
.seam-components .seam-btn.seam-btn-danger:hover {
  color: rgb(235.4, 149.3, 137.4);
  border-color: rgb(235.4, 149.3, 137.4);
}
.seam-components .seam-btn.seam-btn-danger.seam-btn-disabled, .seam-components .seam-btn.seam-btn-danger:disabled {
  color: #b9bec5;
  border-color: #b9bec5;
}
.seam-components .seam-btn.seam-btn-neutral {
  color: #6e7179;
  border: 1px solid #b9bec5;
}
.seam-components .seam-btn.seam-btn-neutral:hover {
  background: #f1f3f4;
  border-color: #b9bec5;
}
.seam-components .seam-btn.seam-btn-neutral.seam-btn-disabled, .seam-components .seam-btn.seam-btn-neutral:disabled {
  color: #b9bec5;
  border-color: #d5d8dc;
  background: #fff;
}
.seam-components .seam-btn.seam-btn-disabled, .seam-components .seam-btn:disabled {
  cursor: not-allowed;
}
.seam-components .seam-btn .seam-btn-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  --spinner-color: currentcolor;
}
.seam-components .seam-btn .seam-btn-content {
  display: contents;
}
.seam-components .seam-btn.seam-btn-loading .seam-btn-content {
  visibility: hidden;
}
.seam-components .seam-icon-btn {
  border-radius: 6px;
  border: 1px solid rgba(0, 122, 252, 0.5);
  cursor: pointer;
  background: #fff;
  padding: 2px;
  line-height: 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #007afc;
}
.seam-components .seam-icon-btn path {
  fill: #007afc;
}
.seam-components .seam-icon-btn:hover {
  background: rgba(0, 122, 252, 0.08);
}
.seam-components .seam-icon-btn.seam-icon-btn-disabled, .seam-components .seam-icon-btn:disabled {
  color: #b9bec5;
  border-color: #d5d8dc;
  background: #fff;
  cursor: not-allowed;
}
.seam-components .seam-icon-btn.seam-icon-btn-disabled path, .seam-components .seam-icon-btn:disabled path {
  fill: #b9bec5;
}
.seam-components .seam-text-btn {
  color: #007afc;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.seam-components .seam-text-btn:hover {
  text-decoration: underline;
}
.seam-components .seam-text-btn.seam-btn-disabled, .seam-components .seam-text-btn:disabled {
  cursor: not-allowed;
  text-decoration: none;
}
.seam-components .seam-content-header {
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin: 0 16px;
}
.seam-components .seam-content-header.seam-content-header-contained {
  margin: 0;
}
.seam-components .seam-content-header .seam-back-icon {
  position: absolute;
  top: 50%;
  transform: translate(4px, -50%);
  left: 0;
  font-size: 24px;
  cursor: pointer;
}
.seam-components .seam-content-header .seam-title {
  font-size: 16px;
  line-height: 134%;
  color: #6e7179;
}
.seam-components .seam-content-header .seam-subheading {
  display: block;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #6e7179;
}
.seam-components .seam-padded-container {
  padding: 0 16px;
}
.seam-components .seam-detail-sections {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.seam-components .seam-detail-section-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.seam-components .seam-detail-section {
  width: 100%;
}
.seam-components .seam-detail-label-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  margin-bottom: 8px;
}
.seam-components .seam-detail-label {
  color: #6e7179;
  font-size: 16px;
  font-weight: 400;
  line-height: 134%;
}
.seam-components .seam-detail-group {
  border-radius: 8px;
  border: 1px solid #d5d8dc;
  overflow: hidden;
}
.seam-components .seam-detail-section-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.seam-components .seam-detail-section-footer-content-text {
  font-size: 12px;
  color: #b9bec5;
}
.seam-components .seam-detail-section-tooltip-inner-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.seam-components .seam-detail-row,
.seam-components .seam-accordion-row {
  background-color: #fff;
}
.seam-components .seam-detail-row:not(:last-of-type),
.seam-components .seam-accordion-row:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
.seam-components .seam-detail-row.seam-detail-row-clickable,
.seam-components .seam-accordion-row.seam-detail-row-clickable {
  cursor: pointer;
  transition: 0.2s ease;
}
.seam-components .seam-detail-row.seam-detail-row-clickable:hover,
.seam-components .seam-accordion-row.seam-detail-row-clickable:hover {
  background-color: #f1f3f4;
}
.seam-components .seam-detail-row,
.seam-components .seam-accordion-row-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  min-height: 64px;
  padding: 8px 16px;
}
.seam-components .seam-detail-row-label-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}
.seam-components .seam-detail-row-label-column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}
.seam-components .seam-detail-row-label-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 4px;
}
.seam-components .seam-row-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 118%;
}
.seam-components .seam-detail-row-empty-label {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 118%;
  color: #9da1a9;
}
.seam-components .seam-row-sublabel {
  color: #6e7179;
  font-size: 14px;
  font-weight: 400;
  line-height: 118%;
}
.seam-components .seam-row-sublabel.seam-row-sublabel-text-default {
  color: #232b3a;
}
.seam-components .seam-detail-row-hstack {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.seam-components .seam-detail-row-end-alignment {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  gap: 24px;
  padding-top: 12px;
}
.seam-components .seam-detail-row-rotated-icon {
  transform: rotate(-90deg);
}
.seam-components .seam-detail-row-right-area-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.seam-components .seam-accordion-row {
  overflow: hidden;
}
.seam-components .seam-accordion-row .seam-accordion-row-trigger {
  appearance: none;
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-family: inherit;
}
.seam-components .seam-accordion-row .seam-accordion-row-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.seam-components .seam-accordion-row[aria-expanded=true] .seam-accordion-row-content {
  max-height: 128px;
  opacity: 1;
}
.seam-components .seam-accordion-row[aria-expanded=true] .seam-accordion-icon-wrap {
  transform: rotate(180deg);
}
.seam-components .seam-accordion-row[aria-expanded=true] .seam-row-trigger-right-content {
  transform: scale(0.95);
  opacity: 0;
}
.seam-components .seam-accordion-row .seam-accordion-row-inner-content {
  width: 100%;
  height: 128px;
  padding: 0 16px;
  overflow: hidden;
}
.seam-components .seam-accordion-row .seam-row-inner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}
.seam-components .seam-accordion-row .seam-row-trigger-right-content {
  transition: 0.2s ease-in-out;
}
.seam-components .seam-accordion-row .seam-accordion-icon-wrap {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease-in-out;
  font-size: 24px;
}
.seam-components .seam-invisible {
  display: none !important;
}
@media only screen and (width >= 768px) {
  .seam-components .seam-md-flex {
    display: flex !important;
  }
}
@media only screen and (width >= 768px) {
  .seam-components .seam-md-block {
    display: block !important;
  }
}
@media only screen and (width >= 768px) {
  .seam-components .seam-md-invisible {
    display: none !important;
  }
}
.seam-components .seam-loading-toast-centered-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seam-components .seam-loading-toast {
  height: 32px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 6px;
  background: #f1f3f4;
  box-shadow: 0 1px 5px 0 rgba(24, 29, 37, 0.06), 0 0 1px 0 rgba(24, 29, 37, 0.25);
  gap: 8px;
  will-change: transform;
  animation: scale-in 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  position: absolute;
  z-index: 9;
}
@keyframes scale-in {
  0% {
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
.seam-components .seam-loading-toast.seam-loading-toast-hide {
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}
.seam-components .seam-loading-toast .seam-loading-toast-icon-wrap {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seam-components .seam-loading-toast .seam-loading-toast-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.seam-components .seam-lock-icon {
  font-size: 24px;
}
.seam-components .seam-lock-icon * {
  fill: #6e7179;
}
.seam-components .seam-menu-bg {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}
.seam-components .seam-menu-hidden {
  display: none;
}
.seam-components .seam-menu-visible {
  display: flex;
}
.seam-components .seam-menu-content {
  width: 250px;
  position: absolute;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 16px 2px rgba(15, 22, 28, 0.15);
  border-radius: 8px;
}
.seam-components .seam-menu-content .seam-menu-item {
  padding: 0 16px;
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 134%;
  cursor: pointer;
}
.seam-components .seam-menu-content .seam-menu-item:hover {
  background: #f4f6f8;
}
.seam-components .seam-menu-content .seam-divider {
  height: 1px;
  background: #eee;
  margin: 8px 0;
}
.seam-components .seam-menu-shadow {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: 0;
  position: fixed;
}
.seam-components .seam-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 6px 0;
}
.seam-components .seam-checkbox > .seam-checkbox-icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
}
.seam-components .seam-checkbox > input {
  display: none;
}
.seam-components .seam-checkbox > .seam-checkbox-label {
  font-size: 16px;
  line-height: 150%;
}
.seam-components .seam-radio-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.seam-components .seam-radio-field > .seam-radio {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  cursor: pointer;
}
.seam-components .seam-radio-field > .seam-radio > input {
  display: none;
}
.seam-components .seam-radio-field > .seam-radio > .seam-radio-icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
}
.seam-components .seam-radio-field > .seam-radio > .seam-radio-label {
  font-size: 16px;
  line-height: 134%;
}
.seam-components .seam-tooltip {
  position: relative;
}
.seam-components .seam-tooltip .seam-tooltip-button {
  appearance: none;
  width: 18px;
  height: 18px;
  border: none;
  box-shadow: none;
  background: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 90px;
  cursor: pointer;
}
.seam-components .seam-tooltip .seam-tooltip-button .seam-tooltip-button-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.15s ease-in-out;
}
.seam-components .seam-tooltip .seam-tooltip-button .seam-tooltip-button-icon-hover {
  opacity: 0;
}
.seam-components .seam-tooltip .seam-tooltip-button:hover .seam-tooltip-button-icon-default, .seam-components .seam-tooltip .seam-tooltip-button:focus .seam-tooltip-button-icon-default {
  opacity: 0;
}
.seam-components .seam-tooltip .seam-tooltip-button:hover .seam-tooltip-button-icon-hover, .seam-components .seam-tooltip .seam-tooltip-button:focus .seam-tooltip-button-icon-hover {
  opacity: 1;
}
.seam-components .seam-tooltip .seam-tooltip-button:focus {
  outline: none;
}
.seam-components .seam-tooltip .seam-tooltip-popover {
  width: 230px;
  padding: 10px;
  gap: 10px;
  position: absolute;
  bottom: 28px;
  left: 2px;
  display: flex;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 16px 2px rgba(15, 22, 28, 0.15), 0 0 1px 0 rgba(0, 0, 0, 0.3);
  will-change: transform, opacity, visibility;
  transform-origin: bottom left;
  transition: 0.1s ease-in-out;
  opacity: 0;
  transform: scale(0.9);
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}
.seam-components .seam-tooltip .seam-tooltip-popover[aria-expanded=true] {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  pointer-events: auto;
  z-index: 9;
}
.seam-components .seam-tooltip .seam-tooltip-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 134%;
}
.seam-components .seam-snackbar-wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  height: 0;
  z-index: 9;
}
.seam-components .seam-snackbar {
  pointer-events: auto;
  display: flex;
  padding: 16px;
  align-items: flex-start;
  border-radius: 12px;
  background: #30373a;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
  gap: 10px;
  position: absolute;
  bottom: 24px;
  will-change: transform;
  transition: all 0.2s cubic-bezier(0.83, 0, 0.17, 1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
}
@keyframes fade-in-up {
  0% {
    transform: translateY(24px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.seam-components .seam-snackbar.seam-snackbar-visible {
  animation: fade-in-up 0.2s cubic-bezier(0.83, 0, 0.17, 1);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.seam-components .seam-snackbar .seam-snackbar-icon-wrap {
  font-size: 24px;
  display: inline-flex;
}
.seam-components .seam-snackbar .seam-snackbar-message-wrap {
  display: flex;
  max-width: 300px;
}
.seam-components .seam-snackbar .seam-snackbar-message {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 134%;
  margin: 0;
  padding: 0;
}
.seam-components .seam-snackbar .seam-snackbar-actions-wrap {
  height: 24px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}
.seam-components .seam-snackbar .seam-snackbar-action {
  appearance: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.seam-components .seam-snackbar .seam-snackbar-action:hover {
  opacity: 0.75;
}
.seam-components .seam-snackbar .seam-snackbar-action .seam-snackbar-action-label {
  color: #6ac1ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.8;
  white-space: nowrap;
}
.seam-components .seam-snackbar .seam-snackbar-close-button {
  appearance: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  font-size: 24px;
}
.seam-components .seam-snackbar .seam-snackbar-close-button:hover {
  opacity: 0.75;
}
.seam-components .seam-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid var(--spinner-color, #007afc);
  border-top: 2px solid transparent;
  display: inline-block;
  border-radius: 50%;
  animation: spin 0.5s linear infinite;
}
.seam-components .seam-spinner.size-small {
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.seam-components .seam-spinner.size-medium {
  width: 24px;
  height: 24px;
  border-width: 3px;
}
.seam-components .seam-spinner.size-large {
  width: 32px;
  height: 32px;
  border-width: 3px;
}
.seam-components .seam-switch-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.seam-components .seam-switch-container .seam-switch-label {
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  font-size: 14px;
  color: #b9bec5;
}
.seam-components .seam-switch-container .seam-switch {
  position: relative;
  cursor: pointer;
}
.seam-components .seam-switch-container .seam-switch .seam-switch-slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: -3px;
  background-color: #fafafa;
  transition: 0.4s;
  border-radius: 50%;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.25));
}
.seam-components .seam-switch-container .seam-switch .seam-switch-slider {
  inset: 0;
  width: 34px;
  height: 14px;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
}
.seam-components .seam-switch-container .seam-switch.seam-switch-checked .seam-switch-slider::before {
  transform: translateX(14px);
  background-color: #007afc;
}
.seam-components .seam-switch-container .seam-switch.seam-switch-checked .seam-switch-slider {
  background-color: rgb(192.735, 222.8791666667, 255);
}
.seam-components .seam-time-zone-picker .seam-manual-time-zone-checkbox {
  margin-bottom: 8px;
}
.seam-components .seam-time-zone-picker > .seam-time-zone-select {
  background: #fff;
  padding: 0 12px;
  width: 100%;
  border: 1px solid #d5d8dc;
  border-radius: 8px;
  height: 48px;
  font-size: 16px;
}
.seam-components .seam-tab-set {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.seam-components .seam-tab-set .seam-tab-set-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  padding-top: 8px;
}
.seam-components .seam-tab-set .seam-tab-set-highlight {
  height: 4px;
  border-radius: 6px 6px 0 0;
  background-color: #007afc;
  position: absolute;
  bottom: 0;
  transition: 240ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.seam-components .seam-tab-set .seam-tab-button {
  appearance: none;
  width: 140px;
  padding-top: 4px;
  padding-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #9da1a9;
  transition: 240ms ease-in-out;
}
.seam-components .seam-tab-set .seam-tab-button:hover, .seam-components .seam-tab-set .seam-tab-button.seam-tab-button-active {
  color: #232b3a;
}
.seam-components .seam-editable-device-name input {
  border: none;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed currentcolor;
  outline: none;
}
.seam-components .seam-editable-device-name-input-wrapper {
  display: inline-flex;
  flex-flow: column nowrap;
}
.seam-components .seam-editable-device-name-input-error {
  color: #e36857;
  font-size: 0.8em;
  margin-top: 5px;
}
.seam-components .seam-editable-device-name-icon-wrapper {
  margin-left: 10px;
  display: inline-flex;
  flex-flow: row nowrap;
  gap: 5px;
}
.seam-components .seam-editable-device-name-icon-button {
  display: inline-flex;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  width: fit-content;
  cursor: pointer;
  transform-origin: center;
  border-radius: 2px;
}
.seam-components .seam-editable-device-name-icon-button path {
  fill: currentcolor;
}
.seam-components .seam-editable-device-name-icon-button:hover {
  background-color: currentcolor;
  box-shadow: 0 0 0 2px currentcolor;
}
.seam-components .seam-editable-device-name-icon-button:hover path {
  fill: white;
}
.seam-components .seam-device-details .seam-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 24px 24px;
}
.seam-components .seam-device-details .seam-body.seam-body-no-margin {
  margin: 0;
  gap: 0;
}
.seam-components .seam-device-details .seam-body .seam-box {
  border: 1px solid #d5d8dc;
  border-radius: 8px;
}
.seam-components .seam-device-details .seam-body .seam-box .seam-content {
  padding: 12px 12px 12px 16px;
}
.seam-components .seam-device-details .seam-body .seam-box .seam-content.seam-access-codes {
  padding: 12px 8px 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.seam-components .seam-device-details .seam-body .seam-box .seam-content.seam-access-codes.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.seam-components .seam-device-details .seam-body .seam-box .seam-content.seam-access-codes:hover {
  background: #f4f6f8;
}
.seam-components .seam-device-details .seam-body .seam-box .seam-content.seam-access-code-length {
  border-top: 1px solid #d5d8dc;
}
.seam-components .seam-device-details .seam-body .seam-box .seam-content.seam-lock-status {
  display: flex;
  justify-content: space-between;
}
.seam-components .seam-device-details .seam-body .seam-box .seam-content.seam-lock-status > .seam-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.seam-components .seam-device-details .seam-body .seam-box .seam-content .seam-label {
  font-size: 14px;
  line-height: 134%;
  color: #6e7179;
}
.seam-components .seam-device-details .seam-body .seam-box .seam-content .seam-value {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 134%;
}
.seam-components .seam-device-details .seam-body .seam-contained-summary {
  padding: 0 24px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.seam-components .seam-device-details .seam-body .seam-summary {
  padding: 24px 16px;
  border-radius: 16px;
  background: #f1f3f4;
}
.seam-components .seam-device-details .seam-body .seam-summary .seam-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.seam-components .seam-device-details .seam-body .seam-summary .seam-content .seam-image {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.seam-components .seam-device-details .seam-body .seam-summary .seam-content .seam-image img {
  max-width: 100%;
}
.seam-components .seam-device-details .seam-body .seam-summary .seam-content .seam-info > .seam-label {
  color: #6e7179;
  font-weight: 600;
  font-size: 14px;
  line-height: 134%;
  margin-bottom: 4px;
}
.seam-components .seam-device-details .seam-body .seam-summary .seam-content .seam-info .seam-device-name {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 21px;
  line-height: 132%;
}
.seam-components .seam-device-details .seam-body .seam-summary .seam-content .seam-info .seam-properties {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-auto-rows: 1fr;
  font-size: 14px;
  line-height: 134%;
  gap: 4px 28px;
}
.seam-components .seam-device-details .seam-body .seam-summary .seam-content .seam-info .seam-properties .seam-label {
  color: #9da1a9;
  white-space: nowrap;
}
.seam-components .seam-device-details .seam-body .seam-summary .seam-content .seam-info .seam-properties .seam-status-text {
  color: #6e7179;
}
.seam-components .seam-device-details .seam-body .seam-summary .seam-content .seam-info .seam-properties svg {
  font-size: 18px !important;
  margin-right: 8px;
}
.seam-components .seam-device-details .seam-body .seam-summary .seam-content .seam-info .seam-properties > * {
  display: flex;
  align-items: center;
}
.seam-components .seam-device-details .seam-body .seam-icon-cell {
  flex: 0;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seam-components .seam-device-details .seam-body .seam-icon-cell > div {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seam-components .seam-device-details .seam-body .seam-name-cell {
  flex: 1;
}
.seam-components .seam-device-details .seam-body .seam-action-cell {
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seam-components .seam-device-details .seam-thermostat-device-details {
  margin-top: 8px;
}
.seam-components .seam-device-table .seam-search-text-field {
  width: 170px;
}
.seam-components .seam-device-table .seam-table-row {
  cursor: pointer;
}
.seam-components .seam-device-table .seam-table-row .seam-offline-fade {
  opacity: 0.4;
}
.seam-components .seam-device-table .seam-table-row .seam-image-cell {
  width: 64px;
  height: 64px;
  padding: 4px;
}
.seam-components .seam-device-table .seam-table-row .seam-image-cell img {
  width: 100%;
}
.seam-components .seam-device-table .seam-table-row .seam-body-cell {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  overflow: hidden;
}
.seam-components .seam-device-table .seam-table-row .seam-body-cell .seam-title {
  max-width: 380px;
}
.seam-components .seam-device-table .seam-table-row .seam-body-cell .seam-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.seam-components .seam-device-table .seam-table-row .seam-body-cell .seam-bottom .seam-device-model {
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
  color: #6e7179;
  flex: 0 1 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.seam-components .seam-device-table .seam-table-row .seam-body-cell .seam-bottom .seam-device-statuses {
  display: flex;
  align-items: center;
  color: #6e7179;
  font-size: 14px;
  line-height: 134%;
}
.seam-components .seam-device-table .seam-table-row .seam-body-cell .seam-bottom .seam-device-statuses > div {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.seam-components .seam-device-table .seam-table-row .seam-body-cell .seam-bottom .seam-device-statuses > div svg {
  scale: 0.75;
}
.seam-components .seam-access-code-details > .seam-summary {
  background: #f1f3f4;
  border-radius: 16px;
  margin: 0 24px 16px;
}
.seam-components .seam-access-code-details > .seam-summary > .seam-top {
  padding: 24px 16px;
}
.seam-components .seam-access-code-details > .seam-summary > .seam-top.seam-top-has-alerts {
  padding-bottom: 8px;
}
.seam-components .seam-access-code-details > .seam-summary > .seam-top > .seam-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 134%;
  color: #6e7179;
  margin-bottom: 4px;
}
.seam-components .seam-access-code-details > .seam-summary > .seam-top > .seam-access-code-name {
  font-weight: 600;
  font-size: 21px;
  line-height: 132%;
  margin-bottom: 8px;
}
.seam-components .seam-access-code-details > .seam-summary > .seam-top > .seam-code {
  background: #fff;
  border: 1px solid #9da1a9;
  border-radius: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 134%;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.seam-components .seam-access-code-details > .seam-summary > .seam-top > .seam-code > span {
  padding: 10px 16px;
}
.seam-components .seam-access-code-details > .seam-summary > .seam-top > .seam-code > .seam-icon-btn {
  height: auto;
  border: 0;
  overflow: visible;
  padding: 0;
  padding: 16px 10px;
  flex: 0 0 48px;
  border-radius: 0 8px 8px 0;
  border-left: 1px solid #eee;
}
.seam-components .seam-access-code-details > .seam-summary > .seam-top > .seam-code > .seam-icon-btn:hover {
  background: #f4f6f8;
}
.seam-components .seam-access-code-details > .seam-summary > .seam-top > .seam-code > .seam-icon-btn svg {
  font-size: 20px;
}
.seam-components .seam-access-code-details > .seam-summary > .seam-top .seam-duration {
  color: #6e7179;
  font-size: 14px;
  line-height: 134%;
}
.seam-components .seam-access-code-details > .seam-summary > .seam-top .seam-duration .seam-label {
  font-weight: 600;
  color: #232b3a;
}
.seam-components .seam-access-code-details > .seam-summary .seam-access-code-device {
  border-top: 1px solid #dde0e2;
  padding: 8px 16px 8px 8px;
  display: flex;
  align-items: center;
}
.seam-components .seam-access-code-details > .seam-summary .seam-access-code-device .seam-device-image {
  width: 72px;
  height: 72px;
  margin-right: 16px;
}
.seam-components .seam-access-code-details > .seam-summary .seam-access-code-device .seam-device-image img {
  width: 100%;
  max-height: 100%;
}
.seam-components .seam-access-code-details > .seam-summary .seam-access-code-device .seam-body {
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
  margin-right: 8px;
}
.seam-components .seam-access-code-details .seam-actions {
  margin-bottom: 16px;
  padding: 0 24px;
  display: flex;
  gap: 8px;
}
.seam-components .seam-access-code-details .seam-details {
  font-size: 16px;
  line-height: 134%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 24px;
}
.seam-components .seam-access-code-details .seam-details .seam-row {
  padding: 16px;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.seam-components .seam-access-code-details .seam-details .seam-row .seam-heading {
  width: 112px;
}
.seam-components .seam-access-code-details .seam-details .seam-row .seam-content {
  display: flex;
  flex: 1;
}
.seam-components .seam-access-code-details .seam-details .seam-row .seam-content.seam-code-id {
  display: flex;
  justify-content: space-between;
}
.seam-components .seam-access-code-details .seam-details .seam-row .seam-content.seam-code-id .seam-icon-btn {
  border: 0;
}
.seam-components .seam-access-code-details .seam-details .seam-row .seam-content.seam-code-id .seam-icon-btn:hover {
  background: transparent;
}
.seam-components .seam-access-code-details .seam-details .seam-row .seam-content.seam-code-id .seam-icon-btn svg {
  font-size: 20px;
}
.seam-components .seam-access-code-details .seam-details .seam-row .seam-content .seam-times {
  display: flex;
  flex: 1;
  font-size: 16px;
  line-height: 134%;
}
.seam-components .seam-access-code-details .seam-details .seam-row .seam-content .seam-times .seam-label {
  color: #9da1a9;
}
.seam-components .seam-access-code-details .seam-details .seam-row .seam-content .seam-times > div div {
  margin-bottom: 4px;
}
.seam-components .seam-access-code-details .seam-details .seam-row .seam-content .seam-times > div:first-child {
  flex: 0 1 160px;
}
.seam-components .seam-access-code-form > .seam-main {
  padding: 24px 24px 0;
}
.seam-components .seam-access-code-form > .seam-main .seam-code-text-field {
  margin-bottom: 4px;
}
.seam-components .seam-access-code-form > .seam-main .seam-code-field > .seam-text-field {
  margin-bottom: 8px;
}
.seam-components .seam-access-code-form > .seam-main .seam-code-field > .seam-bottom {
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
.seam-components .seam-access-code-form > .seam-main .seam-code-field > .seam-bottom.has-hints {
  justify-content: space-between;
}
.seam-components .seam-access-code-form > .seam-main .seam-code-field > .seam-bottom .seam-requirements {
  color: #9da1a9;
  font-size: 14px;
  line-height: 134%;
  list-style: disc;
  padding-left: 20px;
}
.seam-components .seam-access-code-form > .seam-main .seam-code-field > .seam-bottom .seam-requirements.seam-error {
  color: #e36857;
}
.seam-components .seam-access-code-form > .seam-main .seam-selected-times {
  margin-top: 4px;
  margin-left: 36px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.seam-components .seam-access-code-form > .seam-main .seam-selected-times > div {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-column-gap: 16px;
}
.seam-components .seam-access-code-form > .seam-main .seam-selected-times > div > span {
  font-size: 14px;
  line-height: 134%;
}
.seam-components .seam-access-code-form > .seam-main .seam-selected-times > div > .seam-label {
  color: #9da1a9;
}
.seam-components .seam-access-code-form > .seam-main .seam-selected-times > div > .seam-time {
  color: #6e7179;
}
.seam-components .seam-access-code-form > .seam-main .seam-unknown-error {
  text-align: center;
  margin-bottom: 16px;
  line-height: 134%;
  color: #e36857;
}
.seam-components .seam-access-code-form > .seam-main .seam-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.seam-components .seam-access-code-form > .seam-main .seam-actions .seam-btn {
  width: 96px;
}
.seam-components .seam-access-code-form .seam-schedule-picker .seam-content {
  padding: 0 24px;
}
.seam-components .seam-access-code-form .seam-schedule-picker .seam-content .seam-time-zone {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 24px;
}
.seam-components .seam-access-code-form .seam-schedule-picker .seam-content .seam-time-zone .seam-label {
  color: #9da1a9;
  margin-right: 4px;
}
.seam-components .seam-access-code-form .seam-schedule-picker .seam-content .seam-time-zone .seam-selected {
  color: #007afc;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.seam-components .seam-access-code-form .seam-schedule-picker .seam-content .seam-time-zone .seam-selected svg {
  scale: 0.6667;
  transform: translate(-6px, 2px);
}
.seam-components .seam-access-code-form .seam-schedule-picker .seam-content .seam-time-zone .seam-selected svg * {
  fill: #007afc;
}
.seam-components .seam-access-code-form .seam-access-code-time-zone-picker .seam-content {
  padding: 0 24px;
}
.seam-components .seam-alerts {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.seam-components .seam-alerts.seam-alerts-space-top {
  margin-top: 16px;
}
.seam-components .seam-alerts.seam-alerts-padded {
  padding: 0 16px 24px;
}
.seam-components .seam-alert {
  width: 100%;
  min-height: 54px;
  padding: 8px 16px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}
.seam-components .seam-alert .seam-alert-action {
  appearance: none;
  height: 32px;
  padding: 0 10px;
  border-radius: 6px;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}
.seam-components .seam-alert .seam-alert-action:hover {
  background-color: #f4f6f8;
}
.seam-components .seam-alert.seam-warning-alert {
  background-color: #fff2e0;
  border: 1px solid #f8d8be;
}
.seam-components .seam-alert.seam-warning-alert .seam-alert-action {
  border: 1px solid #ca8852;
  color: #ca8852;
}
.seam-components .seam-alert.seam-error-alert {
  background-color: #ffefef;
  border: 1px solid #f1d4d4;
}
.seam-components .seam-alert.seam-error-alert .seam-alert-action {
  border: 1px solid #cb7d7d;
  color: #cb7d7d;
}
.seam-components .seam-alert.seam-alert-space-top {
  margin-top: 16px;
}
.seam-components .seam-alert .seam-alert-icon-wrap {
  padding: 7px 8px;
  padding-left: 0;
}
.seam-components .seam-alert .seam-alert-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.seam-components .seam-alert .seam-alert-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.seam-components .seam-alert .seam-alert-message-wrap {
  padding: 8px 0;
}
.seam-components .seam-alert .seam-alert-message-wrap .seam-alert-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 134%;
  color: #232b3a;
}
@media only screen and (width <= 500px) {
  .seam-components .seam-alert {
    justify-content: flex-start;
    flex-direction: column;
  }
  .seam-components .seam-alert .seam-alert-content {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .seam-components .seam-alert .seam-alert-action-wrap {
    width: 100%;
  }
  .seam-components .seam-alert .seam-alert-action-wrap .seam-alert-action {
    width: 100%;
  }
}
.seam-components .seam-supported-device-table-content-wrap {
  background: #fff;
}
.seam-components .seam-supported-device-table-filter-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 16px;
}
.seam-components .seam-supported-device-table-filter-area .seam-filters-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.seam-components .seam-supported-device-table-filter-area .seam-supported-device-table-filter-area-search-bar-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.seam-components .seam-supported-device-table-filter-menu {
  width: 100%;
  padding: 8px 16px;
}
.seam-components .seam-supported-device-table-filter-menu .seam-filter-menu-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.seam-components .seam-supported-device-table-filter-menu .seam-filter-menu-row:not(:last-of-type) {
  margin-bottom: 8px;
}
.seam-components .seam-supported-device-table-filter-menu .seam-filter-menu-row .seam-filter-checkbox-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.seam-components .seam-supported-device-table-filter-menu .seam-filter-menu-row .seam-filter-checkbox {
  appearance: checkbox;
}
.seam-components .seam-supported-device-table-filter-menu .seam-supported-device-table-filter-menu-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.seam-components .seam-supported-device-table-filter-menu .seam-supported-device-table-filter-menu-wrap button {
  appearance: none;
  padding: 4px 8px;
  padding-right: 24px;
  margin: 0;
  border: 0;
  box-shadow: none;
  border-radius: 4px;
  background-color: #e9edef;
  position: relative;
  cursor: pointer;
}
.seam-components .seam-supported-device-table-filter-menu .seam-supported-device-table-filter-menu-wrap button:hover {
  background-color: #dde0e2;
}
.seam-components .seam-supported-device-table-filter-menu .seam-supported-device-table-filter-menu-wrap button span {
  font-size: 14px;
  font-weight: 500;
}
.seam-components .seam-supported-device-table-filter-menu .seam-supported-device-table-filter-menu-wrap button svg {
  position: absolute;
  top: 2px;
}
.seam-components .seam-manufacturer-section {
  margin-bottom: 32px;
  position: relative;
  display: flex;
  padding: 8px 16px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.seam-components .seam-manufacturer-section .seam-manufacturer-annotation-box {
  display: flex;
  padding: 8px;
  align-items: center;
  align-content: center;
  gap: 0 8px;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 6px;
  background-color: rgba(0, 122, 252, 0.08);
}
.seam-components .seam-manufacturer-section .seam-manufacturer-annotation-box .seam-annotation {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2px;
  flex: 1 0 0;
  flex-wrap: wrap;
  color: #6e7179;
  font-size: 14px;
  line-height: 120%;
}
.seam-components .seam-manufacturer-section .seam-header {
  display: flex;
  align-items: center;
  height: 64px;
}
.seam-components .seam-manufacturer-section .seam-header .seam-manufacturer-image {
  width: 48px;
  height: 48px;
  padding: 0 8px;
  box-sizing: content-box;
  margin-right: 8px;
}
.seam-components .seam-manufacturer-section .seam-header .seam-manufacturer-name {
  font-size: 21px;
  line-height: 132%;
  flex: 1;
}
.seam-components .seam-manufacturer-section .seam-header .chevron {
  transform: rotate(90deg);
  margin-right: 24px;
}
.seam-components .seam-manufacturer-section .show-all-devices-button {
  cursor: pointer;
  background: #fff;
  display: flex;
  height: 30px;
  padding: 5px 24px 4px 16px;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  line-height: 115%;
  color: #6e7179;
  border-radius: 30px;
  border: 0;
  box-shadow: 0 1px 1px 0 rgba(16, 27, 37, 0.1), 0 1px 8px 0 rgba(46, 69, 82, 0.12);
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, -47px);
  z-index: 3;
}
.seam-components .seam-manufacturer-section .show-all-devices-button svg {
  transform: rotate(90deg);
  font-size: 25px;
}
.seam-components .seam-manufacturer-section .hidden-devices-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10.17%, #fff 86.98%);
  position: absolute;
  height: 64px;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.seam-components .seam-manufacturer-section.can-expand .seam-header {
  cursor: pointer;
}
.seam-components .seam-manufacturer-section.can-expand .seam-header:hover {
  background: #fafafa;
}
.seam-components .seam-manufacturer-section.expanded {
  margin-bottom: 96px;
}
.seam-components .seam-manufacturer-section.expanded .seam-header .chevron {
  transform: rotate(270deg);
}
.seam-components .seam-manufacturer-section.expanded .show-all-devices-button {
  transform: translate(-50%, 16px);
}
.seam-components .seam-manufacturer-section.expanded .show-all-devices-button svg {
  transform: rotate(270deg);
}
.seam-components .seam-supported-device-table-content-state-block {
  width: 100%;
  background-color: #f1f3f4;
  padding: 32px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.seam-components .seam-supported-device-table-content-message-row {
  height: auto !important;
}
.seam-components .seam-supported-device-table-content-message {
  width: 100%;
  padding: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 4px;
}
.seam-components .seam-supported-device-table-content-message p {
  line-height: 1;
  margin: 0;
}
.seam-components .seam-supported-device-table-content-message button {
  cursor: pointer;
  margin-top: 8px;
}
.seam-components .seam-supported-device-table-content {
  width: 100%;
  overflow-x: auto;
  table-layout: auto;
  border-collapse: collapse;
}
.seam-components .seam-supported-device-table-content .seam-row {
  height: 64px;
  border-bottom: 1px solid #e9edef;
  display: flex;
}
.seam-components .seam-supported-device-table-content .seam-row:first-child {
  border-top: 1px solid #e9edef;
}
.seam-components .seam-supported-device-table-content .seam-row .seam-col {
  display: flex;
  padding: 8px;
}
.seam-components .seam-supported-device-table-content .seam-status-pill {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 16px;
}
.seam-components .seam-supported-device-table-content .seam-status-pill span {
  font-size: 11px;
  line-height: 134%;
  letter-spacing: 0.55px;
}
.seam-components .seam-supported-device-table-content .seam-status-pill.status-green {
  background-color: rgba(98, 232, 139, 0.3);
  color: #0d8841;
}
.seam-components .seam-supported-device-table-content .seam-status-pill.status-blue {
  background-color: rgba(125, 192, 241, 0.3);
  color: #1653b8;
}
.seam-components .seam-supported-device-table-content .seam-status-pill.status-unknown {
  color: #6e7179;
  font-size: 12px;
  line-height: 118%;
}
.seam-components .seam-supported-device-table-content .seam-status-pill:not(.status-unknown) {
  font-weight: 600;
}
.seam-components .seam-supported-device-table-content .seam-device-image-col {
  align-items: center;
}
.seam-components .seam-supported-device-table-content .seam-device-image-col .seam-image-box {
  width: 48px;
  height: 48px;
}
.seam-components .seam-supported-device-table-content .seam-device-image-col .seam-image-box img {
  width: 100%;
}
.seam-components .seam-supported-device-table-content .seam-model-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}
.seam-components .seam-supported-device-table-content .seam-model-col .seam-model-name {
  font-size: 14px;
}
.seam-components .seam-supported-device-table-content .seam-model-col .seam-model-name .seam-truncated-text {
  width: 270px;
}
.seam-components .seam-supported-device-table-content .seam-model-col .seam-model-id {
  color: #9da1a9;
  font-size: 12px;
}
.seam-components .seam-supported-device-table-content .seam-model-col .seam-model-id .seam-truncated-text {
  width: 220px;
}
.seam-components .seam-supported-device-table-content .seam-model-col .seam-model-id .seam-dot-divider {
  margin: 0 4px;
  color: #d5d8dc;
}
@media only screen and (width >= 450px) {
  .seam-components .seam-supported-device-table-content .seam-model-col .seam-model-name {
    font-size: 16px;
  }
  .seam-components .seam-supported-device-table-content .seam-model-col .seam-model-id {
    font-size: 14px;
  }
}
@media only screen and (width >= 768px) {
  .seam-components .seam-supported-device-table-content .seam-model-col {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .seam-components .seam-supported-device-table-content .seam-model-col .seam-model-name {
    flex: 1;
    font-size: 14px;
  }
  .seam-components .seam-supported-device-table-content .seam-model-col .seam-model-id {
    flex: 0 0 40%;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
  }
  .seam-components .seam-supported-device-table-content .seam-model-col .seam-model-id .seam-truncated-text {
    text-align: right;
  }
}
.seam-components .seam-supported-device-table-content .seam-status-col {
  width: 70px;
  text-align: center;
  align-items: center;
}
.seam-components .seam-supported-device-table-filter-menu-content {
  max-height: 300px;
  overflow: auto;
}
.seam-components .supported-device-table-manufacturer-keys {
  font-size: 18px;
}
.seam-components .supported-device-table-manufacturer-keys .seam-manufacturer-key {
  display: table-row;
}
.seam-components .supported-device-table-manufacturer-keys .seam-manufacturer-key-value {
  display: table-cell;
}
.seam-components .supported-device-table-manufacturer-keys .seam-copy-button {
  display: table-cell;
  cursor: pointer;
  padding-left: 10px;
  font-size: 25px;
}
.seam-components .seam-climate-setting-control-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.seam-components .seam-climate-setting-control-group .seam-climate-setting-slider-container {
  display: flex;
  justify-content: center;
}
.seam-components .seam-temperature-control-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.seam-components .seam-temperature-control-group-block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.seam-components .seam-temperature-control-group-block .seam-temperature-control-group-block-thermostat-icon {
  font-size: 24px;
}
.seam-components .seam-temperature-control {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 7px;
}
.seam-components .seam-temperature-control svg {
  font-size: 20px;
}
.seam-components .seam-temperature-range-wrap {
  --thumb-size: 20px;
  --track-height: 4px;
  --temperature-min: 0;
  --temperature-max: 100;
  --temperature-current: 50;
  --temperature-range: calc(var(--temperature-max) - var(--temperature-min));
  --temperature-ratio: calc(
    (var(--temperature-current) - var(--temperature-min)) /
      var(--temperature-range)
  );
  --slider-position: calc(
    0.5 * var(--thumb-size) + var(--temperature-ratio) *
      (100% - var(--thumb-size))
  );
  --slider-position-rtl: calc(100% - var(--slider-position));
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.seam-components input[type=range].seam-temperature-range {
  width: 160px;
  appearance: none;
}
.seam-components input[type=range].seam-temperature-range:focus {
  outline: none;
}
.seam-components input[type=range].seam-temperature-range::-webkit-slider-thumb {
  appearance: none;
  margin-top: calc(var(--track-height) * 0.5 - var(--thumb-size) * 0.5);
}
.seam-components input[type=range].seam-temperature-range::-ms-thumb {
  margin-top: 0;
  box-sizing: border-box;
}
.seam-components input[type=range].seam-temperature-range::-ms-track {
  box-sizing: border-box;
}
.seam-components input[type=range].seam-temperature-range::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}
.seam-components input[type=range].seam-temperature-range::-ms-fill-lower {
  border-color: transparent;
  height: var(--track-height);
  border-radius: 0.5em 0 0 0.5em;
  margin: 0;
  border-style: none;
  border-right-width: 0;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]::-webkit-slider-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  border-radius: 1em;
  background: #fff;
  border: 2px solid #fc8e28;
  box-shadow: none;
  cursor: grab;
  transition: 0.15s ease-in-out;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]::-webkit-slider-thumb:hover {
  background-color: #fff2e0;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]::-webkit-slider-thumb:active {
  cursor: grabbing;
  background-color: #fc8e28 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15) !important;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]::-moz-range-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  border-radius: 1em;
  background: #fff;
  border: 2px solid #fc8e28;
  box-shadow: none;
  cursor: grab;
  transition: 0.15s ease-in-out;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]::-moz-range-thumb:hover {
  background-color: #fff2e0;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]::-moz-range-thumb:active {
  cursor: grabbing;
  background-color: #fc8e28 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15) !important;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]::-ms-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  border-radius: 1em;
  background: #fff;
  border: 2px solid #fc8e28;
  box-shadow: none;
  cursor: grab;
  transition: 0.15s ease-in-out;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]::-ms-thumb:hover {
  background-color: #fff2e0;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]::-ms-thumb:active {
  cursor: grabbing;
  background-color: #fc8e28 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15) !important;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]:focus::-webkit-slider-thumb {
  background-color: #fff2e0;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]:focus::-moz-range-thumb {
  background-color: #fff2e0;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]:focus::-ms-thumb {
  background-color: #fff2e0;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]::-webkit-slider-runnable-track {
  height: var(--track-height);
  border-radius: 0.5em;
  border: none;
  box-shadow: none;
  background: linear-gradient(#fc8e28, #fc8e28) 0/var(--slider-position) 100% no-repeat, #d5d8dc;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]::-moz-range-track {
  height: var(--track-height);
  border-radius: 0.5em;
  border: none;
  box-shadow: none;
  background: linear-gradient(#fc8e28, #fc8e28) 0/var(--slider-position) 100% no-repeat, #d5d8dc;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]::-ms-track {
  height: var(--track-height);
  border-radius: 0.5em;
  border: none;
  box-shadow: none;
  background: linear-gradient(#fc8e28, #fc8e28) 0/var(--slider-position) 100% no-repeat, #d5d8dc;
}
.seam-components input[type=range].seam-temperature-range[data-variant=heat]::-ms-fill-lower {
  background: #fc8e28;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]::-webkit-slider-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  border-radius: 1em;
  background: #fff;
  border: 2px solid #6b95ff;
  box-shadow: none;
  cursor: grab;
  transition: 0.15s ease-in-out;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]::-webkit-slider-thumb:hover {
  background-color: #e7f2ff;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]::-webkit-slider-thumb:active {
  cursor: grabbing;
  background-color: #6b95ff !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15) !important;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]::-moz-range-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  border-radius: 1em;
  background: #fff;
  border: 2px solid #6b95ff;
  box-shadow: none;
  cursor: grab;
  transition: 0.15s ease-in-out;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]::-moz-range-thumb:hover {
  background-color: #e7f2ff;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]::-moz-range-thumb:active {
  cursor: grabbing;
  background-color: #6b95ff !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15) !important;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]::-ms-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  border-radius: 1em;
  background: #fff;
  border: 2px solid #6b95ff;
  box-shadow: none;
  cursor: grab;
  transition: 0.15s ease-in-out;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]::-ms-thumb:hover {
  background-color: #e7f2ff;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]::-ms-thumb:active {
  cursor: grabbing;
  background-color: #6b95ff !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15) !important;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]:focus::-webkit-slider-thumb {
  background-color: #e7f2ff;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]:focus::-moz-range-thumb {
  background-color: #e7f2ff;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]:focus::-ms-thumb {
  background-color: #e7f2ff;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]::-webkit-slider-runnable-track {
  height: var(--track-height);
  border-radius: 0.5em;
  border: none;
  box-shadow: none;
  background: linear-gradient(#6b95ff, #6b95ff) 100%/calc(var(--slider-position-rtl)) 100% no-repeat, #d5d8dc;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]::-moz-range-track {
  height: var(--track-height);
  border-radius: 0.5em;
  border: none;
  box-shadow: none;
  background: linear-gradient(#6b95ff, #6b95ff) 100%/calc(var(--slider-position-rtl)) 100% no-repeat, #d5d8dc;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]::-ms-track {
  height: var(--track-height);
  border-radius: 0.5em;
  border: none;
  box-shadow: none;
  background: linear-gradient(#6b95ff, #6b95ff) 100%/calc(var(--slider-position-rtl)) 100% no-repeat, #d5d8dc;
}
.seam-components input[type=range].seam-temperature-range[data-variant=cool]::-ms-fill-lower {
  background: #6b95ff;
}
.seam-components .seam-floating-temperature {
  position: absolute;
  top: -28px;
  left: calc(var(--slider-position) - 10px);
}
.seam-components .seam-floating-temperature .seam-floating-temperature-value {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.seam-components .seam-floating-temperature .seam-floating-temperature-unit {
  color: #b9bec5;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.seam-components .seam-temperature-stepper-button {
  appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #d5d8dc;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}
.seam-components .seam-temperature-stepper-button:focus {
  outline: none;
}
.seam-components .seam-temperature-stepper-button:hover, .seam-components .seam-temperature-stepper-button:focus {
  background-color: #f1f3f4;
  border-color: #9da1a9;
}
.seam-components .seam-temperature-stepper-button:active {
  background-color: #dde0e2;
  border-color: #6e7179;
}
.seam-components .seam-climate-setting-status {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #6e7179;
  line-height: 118%;
  white-space: nowrap;
}
.seam-components .seam-climate-setting-status-icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.seam-components .seam-climate-setting-status-icon .seam-climate-setting-status-icon-heat-cool {
  font-size: 19px;
}
.seam-components .seam-thermostat-card {
  width: 100%;
  background-color: #f1f3f4;
  border-radius: 16px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.seam-components .seam-thermostat-card .seam-thermostat-card-content {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 8px;
  align-self: stretch;
}
.seam-components .seam-thermostat-card .seam-thermostat-card-image-wrap {
  padding: 24px;
}
.seam-components .seam-thermostat-card .seam-thermostat-card-image-wrap img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.seam-components .seam-thermostat-card .seam-thermostat-heading-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}
.seam-components .seam-thermostat-card .seam-thermostat-card-heading {
  font-size: 21px;
  font-weight: 600;
  line-height: 132%;
  white-space: nowrap;
}
.seam-components .seam-thermostat-card .seam-thermostat-temperature-toggle {
  appearance: none;
  width: 32px;
  height: 22px;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #d5d8dc;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #6e7179;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
.seam-components .seam-thermostat-card .seam-thermostat-card-details {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}
.seam-components .seam-thermostat-card .seam-thermostat-properties-wrap {
  display: flex;
}
.seam-components .seam-thermostat-card .seam-thermostat-properties {
  width: auto;
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px 16px;
}
.seam-components .seam-thermostat-card .seam-thermostat-property-block {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.seam-components .seam-thermostat-card .seam-thermostat-property-block.seam-thermostat-property-icon-block {
  gap: 4px;
}
.seam-components .seam-thermostat-card .seam-thermostat-property-label {
  color: #9da1a9;
  font-size: 14px;
  font-weight: 400;
  line-height: 118%;
  white-space: nowrap;
}
.seam-components .seam-thermostat-card .seam-thermostat-property-value {
  color: #6e7179;
  font-size: 14px;
  font-weight: 400;
  line-height: 118%;
  white-space: nowrap;
}
.seam-components .seam-thermostat-card .seam-thermostat-property-icon {
  width: 18px;
  height: 18px;
}
.seam-components .seam-thermostat-card .seam-thermostat-property-tag {
  height: 18px;
  padding: 0 8px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seam-components .seam-thermostat-card .seam-thermostat-property-tag.seam-thermostat-property-tag-cooling {
  background-color: #6b95ff;
}
.seam-components .seam-thermostat-card .seam-thermostat-property-tag.seam-thermostat-property-tag-heating {
  background-color: #fc8e28;
}
.seam-components .seam-thermostat-card .seam-thermostat-property-tag.seam-thermostat-property-tag-fan {
  border: 1px solid #b9bec5;
  background-color: transparent;
}
.seam-components .seam-thermostat-card .seam-thermostat-property-tag.seam-thermostat-property-tag-fan .seam-thermostat-property-tag-label {
  color: #6e7179;
}
.seam-components .seam-thermostat-card .seam-thermostat-property-tag.seam-thermostat-property-tag-off {
  background-color: transparent;
}
.seam-components .seam-thermostat-card .seam-thermostat-property-tag.seam-thermostat-property-tag-off .seam-thermostat-property-tag-label {
  color: #6e7179;
}
.seam-components .seam-thermostat-card .seam-thermostat-property-tag .seam-thermostat-property-tag-label {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.seam-components .seam-thermo-mode-menu .seam-menu-content {
  max-width: 180px;
  box-shadow: 0 2px 16px 2px rgba(15, 22, 28, 0.15), 0 0 1px 0 rgba(0, 0, 0, 0.3);
}
.seam-components .seam-thermo-mode-menu .seam-thermo-mode-menu-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.seam-components .seam-thermo-mode-menu .seam-thermo-mode-menu-item-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}
.seam-components .seam-thermo-mode-menu-icon {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seam-components .seam-fan-mode-menu-button {
  width: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-radius: 6px;
  border: 1px solid #d5d8dc;
  background: #fff;
  gap: 10px;
  cursor: pointer;
  transition: 0.2s ease;
}
.seam-components .seam-fan-mode-menu-button.seam-fan-mode-menu-button-size-regular {
  height: 32px;
}
.seam-components .seam-fan-mode-menu-button.seam-fan-mode-menu-button-size-large {
  height: 48px;
}
.seam-components .seam-fan-mode-menu-button svg {
  font-size: 20px;
}
.seam-components .seam-fan-mode-menu-button:hover {
  border-color: #9da1a9;
}
.seam-components .seam-fan-mode-menu-button:active {
  border: 1px solid #9da1a9;
  background: #dde0e2;
}
.seam-components .seam-fan-mode-menu-button .seam-fan-mode-menu-button-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.seam-components .seam-fan-mode-menu-button .seam-fan-mode-menu-button-block svg {
  font-size: 22px;
}
.seam-components .seam-fan-mode-menu-button.seam-fan-mode-menu-button-block-sized {
  width: 100%;
}
.seam-components .seam-fan-mode-menu-button .seam-fan-mode-menu-button-text {
  color: #6e7179;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.seam-components .seam-climate-mode-menu-button {
  width: 72px;
  height: 32px;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #d5d8dc;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
  transition: 0.2s ease;
}
.seam-components .seam-climate-mode-menu-button.seam-climate-mode-menu-button-regular {
  height: 32px;
}
.seam-components .seam-climate-mode-menu-button.seam-climate-mode-menu-button-large {
  height: 48px;
}
.seam-components .seam-climate-mode-menu-button.seam-climate-mode-menu-button-block {
  width: 100%;
}
.seam-components .seam-climate-mode-menu-button:hover {
  border-color: #9da1a9;
}
.seam-components .seam-climate-mode-menu-button:focus {
  outline-color: #9da1a9;
}
.seam-components .seam-climate-mode-menu-button:active {
  background-color: #dde0e2;
  border-color: #9da1a9;
}
.seam-components .seam-climate-mode-menu-button .seam-climate-mode-menu-button-chevron {
  font-size: 20px;
  margin-left: auto;
}
.seam-components .seam-climate-mode-menu-button .seam-climate-mode-menu-button-text {
  font-size: 14px;
  margin-left: 6px;
}
.seam-components .seam-climate-mode-menu-button-icon {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.seam-components .seam-thermostat-mutation-status {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.seam-components .seam-thermostat-mutation-status.is-visible {
  opacity: 1;
}
.seam-components .seam-thermostat-mutation-status-icon {
  opacity: 0.25;
}
.seam-components .seam-thermostat-mutation-status-label {
  font-size: 14px;
  color: #b9bec5;
}
.seam-components .seam-thermostat-climate-presets-body {
  margin: 0 24px 24px;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  justify-content: center;
}
.seam-components .seam-thermostat-climate-presets-cards {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: center;
}
.seam-components .seam-climate-presets-add-button {
  margin: 0 auto;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}
.seam-components .seam-climate-presets-add-button svg {
  font-size: 20px;
}
.seam-components .seam-climate-presets-add-button svg,
.seam-components .seam-climate-presets-add-button path {
  fill: currentcolor;
}
.seam-components .seam-thermostat-climate-presets-card {
  border-radius: 12px;
  background-color: #f1f3f4;
  width: 100%;
  max-width: 250px;
  overflow: hidden;
}
.seam-components .seam-thermostat-climate-presets-card .seam-thermostat-climate-presets-card-top {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgb(227.42, 231.36, 233.33);
  padding: 8px;
  background-color: #e9edef;
}
.seam-components .seam-thermostat-climate-presets-card .seam-thermostat-climate-presets-card-top .seam-thermostat-climate-presets-card-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 118%;
  white-space: nowrap;
}
.seam-components .seam-thermostat-climate-presets-card .seam-thermostat-climate-presets-card-top .seam-thermostat-climate-presets-card-name-key {
  font-size: 12px;
  font-weight: 400;
  line-height: 118%;
  white-space: nowrap;
  color: #9da1a9;
}
.seam-components .seam-thermostat-climate-presets-card .seam-thermostat-climate-presets-card-top .seam-thermostat-climate-presets-card-buttons {
  display: flex;
  flex-flow: row nowrap;
  gap: 4px;
  justify-content: flex-end;
}
.seam-components .seam-thermostat-climate-presets-card .seam-thermostat-climate-presets-card-body {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px;
  justify-content: space-around;
}
.seam-components .seam-thermostat-climate-presets-card .seam-thermostat-climate-preset-chip {
  display: inline-flex;
  flex-flow: row nowrap;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
  width: max-content;
}
.seam-components .seam-thermostat-climate-presets-card .seam-thermostat-climate-preset-chip .seam-thermostat-climate-preset-chip-icon {
  color: #6e7179;
  font-weight: 600;
}
.seam-components .seam-thermostat-climate-presets-card .seam-thermostat-climate-preset-chip .seam-thermostat-climate-preset-chip-icon svg {
  position: relative;
  top: 2px;
}
.seam-components .seam-thermostat-climate-presets-card .seam-thermostat-climate-preset-chip .seam-thermostat-climate-preset-chip-value {
  font-weight: 600;
}
.seam-components .seam-thermostat-climate-preset > .seam-main {
  padding: 24px 24px 0;
}
.seam-components .seam-thermostat-climate-preset > .seam-main .seam-code-text-field {
  margin-bottom: 4px;
}
.seam-components .seam-thermostat-climate-preset > .seam-main .seam-code-field > .seam-text-field {
  margin-bottom: 8px;
}
.seam-components .seam-thermostat-climate-preset > .seam-main .seam-code-field > .seam-bottom {
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
.seam-components .seam-thermostat-climate-preset > .seam-main .seam-code-field > .seam-bottom.has-hints {
  justify-content: space-between;
}
.seam-components .seam-thermostat-climate-preset > .seam-main .seam-code-field > .seam-bottom .seam-requirements {
  color: #9da1a9;
  font-size: 14px;
  line-height: 134%;
  list-style: disc;
  padding-left: 20px;
}
.seam-components .seam-thermostat-climate-preset > .seam-main .seam-code-field > .seam-bottom .seam-requirements.seam-error {
  color: #e36857;
}
.seam-components .seam-thermostat-climate-preset > .seam-main .seam-selected-times {
  margin-top: 4px;
  margin-left: 36px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.seam-components .seam-thermostat-climate-preset > .seam-main .seam-selected-times > div {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-column-gap: 16px;
}
.seam-components .seam-thermostat-climate-preset > .seam-main .seam-selected-times > div > span {
  font-size: 14px;
  line-height: 134%;
}
.seam-components .seam-thermostat-climate-preset > .seam-main .seam-selected-times > div > .seam-label {
  color: #9da1a9;
}
.seam-components .seam-thermostat-climate-preset > .seam-main .seam-selected-times > div > .seam-time {
  color: #6e7179;
}
.seam-components .seam-thermostat-climate-preset > .seam-main .seam-unknown-error {
  text-align: center;
  margin-bottom: 16px;
  line-height: 134%;
  color: #e36857;
}
.seam-components .seam-thermostat-climate-preset > .seam-main .seam-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.seam-components .seam-thermostat-climate-preset > .seam-main .seam-actions .seam-btn {
  width: 96px;
}
.seam-components .seam-thermostat-climate-preset .seam-climate-preset-buttons {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
}
.seam-components .seam-table .seam-search-text-field {
  width: 170px;
}
.seam-components .seam-table .seam-table-header .seam-left {
  display: flex;
  align-items: center;
}
.seam-components .seam-table .seam-table-header .seam-left .seam-add-button {
  margin-left: 8px;
}
.seam-components .seam-table .seam-table-row {
  cursor: pointer;
}
.seam-components .seam-table .seam-table-row .seam-icon-cell {
  flex: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seam-components .seam-table .seam-table-row .seam-icon-cell > div {
  width: 32px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
@media only screen and (width >= 768px) {
  .seam-components .seam-table .seam-table-row .seam-icon-cell > div {
    width: 40px;
    margin-right: 4px;
  }
}
.seam-components .seam-table .seam-table-row .seam-name-cell {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  overflow: hidden;
}
.seam-components .seam-table .seam-table-row .seam-name-cell .seam-title {
  max-width: 380px;
}
.seam-components .seam-table .seam-table-row .seam-name-cell .seam-details {
  font-size: 12px;
  line-height: 134%;
  color: #6e7179;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (width >= 768px) {
  .seam-components .seam-table .seam-table-row .seam-name-cell .seam-details {
    font-size: 14px;
  }
}
.seam-components .seam-table .seam-table-row .seam-name-cell .seam-details .seam-device-name {
  max-width: 190px;
  width: auto;
}
.seam-components .seam-table .seam-table-row .seam-name-cell .seam-details .seam-dot-divider {
  margin: 0 4px;
  color: #d5d8dc;
}
.seam-components .seam-table .seam-table-row .seam-action-cell {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (width >= 768px) {
  .seam-components .seam-table .seam-table-row .seam-action-cell {
    margin-right: 12px;
  }
}
.seam-components .seam-table .seam-table-row .seam-issue-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-size: 25px;
}
.seam-components .seam-table .seam-grayed-out {
  opacity: 0.4;
}
.seam-components .seam-table-action-menu .seam-delete-confirmation {
  padding: 8px 16px;
  text-align: center;
}
.seam-components .seam-table-action-menu .seam-delete-confirmation .seam-actions {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.seam-components .seam-table-action-menu .seam-menu-item-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.seam-components .seam-table-action-menu .seam-menu-item-copy svg {
  scale: 0.75;
}
.seam-components .seam-table-action-menu .seam-menu-item-copy svg * {
  fill: #007afc;
}
.seam-components .seam-noise-sensor-activity-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.seam-components .seam-noise-sensor-event-item {
  width: 100%;
  min-height: 64px;
  padding: 12px 8px 12px 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 40px;
}
.seam-components .seam-noise-sensor-event-item-column-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 18px;
  flex: 0.5;
}
.seam-components .seam-noise-sensor-event-item-datetime-wrap {
  color: #6e7179;
  font-size: 14px;
  line-height: 134%;
}
.seam-components .seam-noise-sensor-event-item-date,
.seam-components .seam-noise-sensor-event-item-time,
.seam-components .seam-noise-sensor-event-item-context-label,
.seam-components .seam-noise-sensor-event-item-context-sublabel {
  white-space: nowrap;
}
.seam-components .seam-noise-sensor-event-item-context-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
}
.seam-components .seam-noise-sensor-event-item-context-label {
  color: #232b3a;
  font-size: 14px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.seam-components .seam-noise-sensor-event-item-context-sublabel {
  color: #9da1a9;
  font-size: 14px;
}
.seam-components .seam-noise-sensor-event-item-right-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  flex: 0.5;
}
.seam-components .seam-popover {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
  background-color: #f1f3f4;
  border: 1px solid #dde0e2;
}
.seam-components .seam-popover-content-prompt {
  display: inline-flex;
  flex-flow: column nowrap;
  padding: 12px;
  gap: 12px;
  background-color: #f1f3f4;
}
.seam-components .seam-popover-content-prompt-text {
  font-weight: 600;
  text-align: center;
}
.seam-components .seam-popover-content-prompt-description {
  font-weight: 400;
  text-align: center;
  color: #9da1a9;
  font-size: 12px;
}
.seam-components .seam-popover-content-prompt-buttons {
  display: flex;
  flex-flow: row nowrap;
  gap: 6px;
  justify-content: flex-end;
}

/*# sourceMappingURL=index.css.map */
