/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/styles.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
:root {
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #f5f7f8;
  color: #18221e;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
}

button,
input {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.app-shell {
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 18px 12px;
  color: #f8fbf9;
  background: #121916;
  border-right: 1px solid #26322d;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 8px;
  font-size: 15px;
  font-weight: 750;
}

.brand-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #0d2518;
  background: #62d98b;
  border-radius: 4px;
}

.sidebar nav {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  margin-top: 28px;
}

.nav-item {
  display: flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  color: #b9c6bf;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

.nav-item-active {
  color: #ffffff;
  background: #26352e;
}

.nav-item:disabled {
  cursor: default;
  opacity: 0.65;
}

main {
  min-width: 0;
}

.topbar {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 28px;
  background: #ffffff;
  border-bottom: 1px solid #dbe2de;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  font-size: 22px;
  line-height: 1.2;
}

h2 {
  font-size: 15px;
  line-height: 1.3;
}

.topbar p {
  margin-top: 4px;
  color: #718078;
  font-size: 13px;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.button,
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8d2cd;
  border-radius: 4px;
  cursor: pointer;
}

.button {
  min-height: 36px;
  gap: 7px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
}

.button-primary {
  color: #0c2a18;
  background: #64df90;
  border-color: #45c775;
}

.button-secondary {
  color: #26332d;
  background: #ffffff;
}

.icon-button {
  width: 34px;
  height: 34px;
  padding: 0;
  color: #4b5d54;
  background: transparent;
}

.workspace {
  padding: 22px 28px;
}

.workspace-toolbar {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #cfd9d4;
}

.workspace-toolbar input {
  width: min(320px, 42vw);
  height: 34px;
  padding: 0 10px;
  color: #526159;
  background: #ffffff;
  border: 1px solid #c8d2cd;
  border-radius: 3px;
}

.table-scroll {
  overflow-x: auto;
  background: #ffffff;
}

table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
  font-size: 13px;
}

th {
  height: 42px;
  padding: 0 12px;
  color: #627269;
  font-size: 11px;
  font-weight: 750;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #d9e1dd;
}

td {
  height: 58px;
  padding: 8px 12px;
  color: #435149;
  vertical-align: middle;
  border-bottom: 1px solid #e4e9e6;
}

tbody tr:hover {
  background: #f5faf7;
}

.sort-button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  text-transform: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.account-primary,
.contact-lines {
  display: grid;
  grid-gap: 3px;
  gap: 3px;
}

.account-primary strong {
  color: #18221e;
}

.account-primary span {
  color: #738078;
  font-size: 12px;
}

.contact-lines a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #315746;
  text-decoration: none;
}

.status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 7px;
  color: #33423a;
  background: #e9eeeb;
  border-left: 3px solid #87958e;
  border-radius: 2px;
  font-size: 12px;
  white-space: nowrap;
}

.status-new,
.status-first_meeting,
.status-district_export {
  color: #184326;
  background: #e3f7ea;
  border-color: #49c879;
}

.status-follow_up,
.status-contact_attempted {
  color: #6a4817;
  background: #fff3d9;
  border-color: #e3a43c;
}

.status-customer {
  color: #194c62;
  background: #e2f3fa;
  border-color: #4ea8c7;
}

.status-lost,
.status-disqualified {
  color: #6f3030;
  background: #fde7e7;
  border-color: #da6666;
}

.centered-state {
  display: flex;
  min-height: 260px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #68776f;
}

.spin {
  animation: spin 0.9s linear infinite;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 820px) {
  .app-shell {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .sidebar {
    padding-inline: 7px;
  }

  .brand {
    padding: 0 6px;
  }

  .brand > span:last-child,
  .nav-item:not(.nav-item-active) {
    font-size: 0;
  }

  .nav-item {
    justify-content: center;
    padding: 0;
  }

  .topbar,
  .workspace {
    padding-inline: 14px;
  }

  .topbar {
    align-items: flex-start;
  }

  .topbar-actions .button {
    width: 36px;
    padding: 0;
    font-size: 0;
  }

  .workspace-toolbar {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 10px;
  }

  .workspace-toolbar input {
    width: calc(100vw - 96px);
  }
}

