/* projects/angular-hub/src/styles.css */
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  background: #f3f4f6;
  color: #172033;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  overflow-x: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
  min-width: 0;
  max-width: 100%;
}
label {
  display: grid;
  gap: .35rem;
  color: #344054;
  font-weight: 600;
  min-width: 0;
}
.form-grid {
  display: grid;
  gap: 1rem;
  min-width: 0;
}
.form-grid.two-columns {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.form-grid input,
.form-grid select,
.form-grid textarea,
.inline-form select,
.inline-form textarea {
  border: 1px solid #cfc7dd;
  border-radius: .2rem;
  padding: .55rem .65rem;
  width: 100%;
}
.form-grid input[type=color] {
  height: 2.5rem;
  padding: .25rem .3rem;
}
input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type=color]::-webkit-color-swatch {
  border: 1px solid rgba(23, 32, 51, .12);
  border-radius: .15rem;
}
input[type=color]::-moz-color-swatch {
  border: 1px solid rgba(23, 32, 51, .12);
  border-radius: .15rem;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.checkbox-label input {
  width: auto;
}
.page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.page-header h1 {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}
.page-header p {
  margin: .3rem 0 0;
  color: #667085;
}
.card {
  min-width: 0;
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: .25rem;
  box-shadow: none;
}
.table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: .9rem 1rem;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}
.table tr {
  border-bottom: 1px solid #e5e7eb;
}
.table th {
  color: #475467;
  background: #f8fafc;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.table tr:last-child {
  border-bottom: 0;
}
.row-link {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.row-link:hover {
  text-decoration: underline;
}
.inline-form {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
  min-width: 0;
}
.inline-form input {
  min-width: min(280px, 100%);
  border: 1px solid #cfc7dd;
  border-radius: .2rem;
  padding: .55rem .65rem;
}
.button-row {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
  align-items: center;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(30, 20, 42, .42);
}
.modal-card {
  width: min(520px, 100%);
  max-height: calc(100dvh - 2rem);
  overflow: auto;
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: .25rem;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .16);
}
.modal-card h2 {
  margin: 0;
}
.modal-card .button-row {
  justify-content: flex-end;
}
.primary-button,
.secondary-button,
.danger-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border: 0;
  border-radius: .2rem;
  padding: .55rem .75rem;
  cursor: pointer;
  font-weight: 700;
}
.primary-button {
  background: var(--accent-color, #172033);
  color: #fff;
}
.secondary-button {
  background: #eef2f7;
  color: #172033;
  border: 1px solid #cbd5e1;
}
.danger-button {
  background: #ffe9e9;
  color: #991b1b;
}
.primary-button wa-icon,
.secondary-button wa-icon,
.danger-button wa-icon {
  width: 1rem;
  height: 1rem;
}
.message {
  margin: 1rem 0;
  padding: .8rem 1rem;
  border-radius: .25rem;
}
.message.error {
  background: #ffe9e9;
  color: #991b1b;
}
.message.success {
  background: #e8f7ef;
  color: #11643a;
}
.tab-list {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #cbd5e1;
}
.tab-button {
  flex: 0 0 auto;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  border-radius: .2rem .2rem 0 0;
  padding: .65rem .9rem;
  background: transparent;
  color: #475467;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap;
}
.tab-button.active {
  margin-bottom: -1px;
  border-color: var(--accent-color, #cbd5e1) #cbd5e1 #fff;
  background: #fff;
  color: var(--accent-color, #172033);
}
.mobile-tab-select {
  display: none;
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #cbd5e1;
  border-radius: .25rem;
  padding: .65rem 2.25rem .65rem .8rem;
  background: #fff;
  color: #172033;
  font-weight: 700;
  appearance: none;
  background-image:
    linear-gradient(
      45deg,
      transparent 50%,
      currentColor 50%),
    linear-gradient(
      135deg,
      currentColor 50%,
      transparent 50%);
  background-position: calc(100% - 1.05rem) 52%, calc(100% - .75rem) 52%;
  background-size: .32rem .32rem, .32rem .32rem;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  .page-header {
    align-items: stretch;
    flex-direction: column;
  }
  .page-header > .primary-button,
  .page-header > .secondary-button,
  .page-header > .danger-button {
    width: 100%;
  }
  .card {
    overflow-x: visible;
  }
  .tab-list:not(.hub-nav) {
    display: none;
  }
  .mobile-tab-select {
    display: block;
  }
  .table {
    display: block;
    border-collapse: separate;
  }
  .table thead {
    display: none;
  }
  .table tbody,
  .table tr,
  .table td {
    display: block !important;
    width: 100%;
  }
  .table tr {
    padding: .85rem;
    border-bottom: 1px solid #e5e7eb;
  }
  .table td {
    padding: .45rem 0;
    border: 0;
  }
  .table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: .25rem;
    color: #667085;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .table td[data-label=""]::before,
  .table td[colspan]::before {
    display: none;
  }
  .table tr:last-child {
    border-bottom: 0;
  }
  .button-row,
  .inline-form {
    align-items: stretch;
    flex-direction: column;
  }
  .button-row > *,
  .inline-form > * {
    width: 100%;
  }
  .button-row > .icon-button {
    width: auto;
  }
  .modal-card {
    padding: 1rem;
  }
}
@media (max-width: 520px) {
  .form-grid.two-columns {
    grid-template-columns: minmax(0, 1fr);
  }
  .primary-button,
  .secondary-button,
  .danger-button {
    min-height: 2.65rem;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-SOCVARR6.css.map */
